@import url('vendor/owl.carousel.min.css');
@import url('vendor/owl.theme.default.min.css');
/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

/* Certificates carousel sizing and centering - using same structure as testimonials */
.certificates-carousel {
    display: block !important;
    max-width: 340px;
    margin: 0 auto;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
}
.certificates-carousel .single-item {
    max-width: 320px; /* adjust size */
    margin: 0 auto; /* center within carousel */
}
.certificates-carousel .portfolio-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.certificates-carousel img {
    width: 100%;
    height: auto;
    display: block;
}
/* Center carousel dots - using same structure as testimonials */
.certificates-carousel .owl-dots {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    bottom: auto !important;
}

/* Force dots to appear above carousel content for certificates using CSS Grid */
.certificates-carousel {
    display: grid !important;
    grid-template-areas: "dots" "content" !important;
    grid-template-rows: auto 1fr !important;
    gap: 0 !important;
}

.certificates-carousel .owl-dots {
    grid-area: dots !important;
    margin: 0 0 16px 0 !important;
    text-align: center !important;
    order: -1 !important;
}

.certificates-carousel .owl-stage-outer {
    grid-area: content !important;
    margin: 0 !important;
}

/* Aggressively remove outlines, borders, and box-shadows from owl dots */
.owl-theme .owl-dots button,
.owl-theme .owl-dots button:focus,
.owl-theme .owl-dots button:active,
.owl-theme .owl-dots button:focus-visible,
.owl-theme .owl-dots button:focus-within,
.owl-theme .owl-dots button::-moz-focus-inner,
.owl-theme .owl-dots button::after,
.owl-theme .owl-dots button::before {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-clip: padding-box;
}

/* Also target span for completeness */
.owl-theme .owl-dots button span,
.owl-theme .owl-dots button span:focus,
.owl-theme .owl-dots button span:active,
.owl-theme .owl-dots button span:focus-visible,
.owl-theme .owl-dots button span:focus-within {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Remove border from the dot itself */
.owl-theme .owl-dots .owl-dot span {
    border: none !important;
    background-clip: padding-box;
}

/* SUPER SPECIFIC: Remove all border, outline, box-shadow, and force background for the dot */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #d6d6d6 !important;
}

/* Move Owl Carousel dots further down from the text with high specificity */
.owl-carousel-fullwidth .owl-dots {
    margin-top: 48px !important;
}

/* Remove all unwanted visuals from Owl Carousel dots */
.owl-dots .owl-dot,
.owl-dots .owl-dot:focus,
.owl-dots .owl-dot:active,
.owl-dots .owl-dot span,
.owl-dots .owl-dot.active span {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-image: none !important;
    color: transparent !important;
}

/* Brown circular dot style */
.owl-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #a8835a !important; /* brown */
    margin: 0 4px;
    transition: background 0.3s;
}
.owl-dots .owl-dot.active span {
    background: #3b342d !important; /* darker brown for active */
}

/* Prevent tap highlight and selection */
.owl-theme .owl-dots button,
.owl-theme .owl-dots button span {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Ensure the dots are still clickable */
.owl-theme .owl-dots button span {
    cursor: pointer;
}

/* Nadpisanie czarnego tła w sekcji Offer */
.services-section .single-service {
    background-color: #c9b7a6 !important; /* cappuccino beż */
    border-bottom: 2px solid transparent;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08); /* łagodniejszy cień */
    color: #3b342d;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Stylizacja ikon */
.services-section .single-service .service-icon {
    color: #3b342d;
    font-size: 32px;
    margin-bottom: 16px;
}

/* Efekt hover */
.services-section .single-service:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

/* Sekcja Offer – równe wysokości i spacing */
.services-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 30px;
    column-gap: 0;
}

/* Kafelki w sekcji Sessions */
.resume-section .row {
    display: flex;
    flex-wrap: wrap;
}

.resume-section .col-md-6 {
    display: flex;
    flex-direction: column;
}

.resume-item {
    background-color: #c9b7a6 !important;
    color: #3b342d;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 30px;
}

.resume-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.resume-item .item-arrow {
    background-color: #a8835a;
}

.resume-section .resume-item .item-title {
    margin-bottom: 0;
}

.resume-section .resume-item .item-description {
    margin-top: 16px;
}

/* Pasek animowany */
.animated-bar {
    position: relative;
    width: 60px;
    height: 4px;
    background-color: #a8835a;
    margin: 10px auto 20px auto;
    border-radius: 2px;
    overflow: hidden;
}

.animated-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #c9b7a6;
    animation: animatedBarSlide 2s infinite;
    border-radius: 2px;
}

@keyframes animatedBarSlide {
    0% {
        left: -100%;
    }
    50% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

.section-heading .section-title {
    margin-bottom: 8px !important;
}

.section-heading .animated-bar {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

/* Przywrócone Contact */
.contact-section .row:first-child {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    gap: 40px;
}

.contact-section .col-lg-7,
.contact-section .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 420px;
    min-height: 420px;
    padding: 0;
}

.contact-section .contact-img {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.contact-section .contact-img img {
    border-radius: 8px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border: 4px solid #c9b7a6;
    margin: 0;
}

.contact-section .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 100%;
    padding-left: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.contact-section .contact-info .flex-spacer {
    flex: 1 1 auto;
}

.contact-info {
    color: #3b342d;
}

.contact-info h4.content-title,
.contact-info p.info-description,
.contact-info .info-details {
    color: #3b342d;
}

.contact-info .info-icon i {
    color: #a8835a;
}

.contact-section .contact-info .list-info .info-details .info-value a {
  color: #3b342d !important;
  font-weight: 400 !important;
}
.contact-section .contact-info .list-info .info-details .info-value a:hover,
.contact-section .contact-info .list-info .info-details .info-value a:focus {
  color: #a8835a !important;
}

@media (min-width: 992px) {
  .info-section.single-section {
    min-height: 420px;
  }
  .info-section .row.align-items-stretch {
    display: flex !important;
    align-items: stretch !important;
  }
  .info-section .info-img,
  .info-section .info-content {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    height: 100% !important;
  }
  .info-section .info-img img {
    align-self: stretch !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border: 4px solid #c9b7a6;
    border-radius: 8px;
    display: block;
    min-height: 0;
  }
  .info-section .info-content > .content-block {
    border-radius: 8px;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}

/* Force bottom alignment for info section */
.info-section .row.align-items-stretch {
  display: flex !important;
  align-items: stretch !important;
  min-height: 100% !important;
}

.info-section .info-img,
.info-section .info-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: 100% !important;
}

@font-face {
  font-family: 'The Seasons Light';
  src: url('../fonts/the-seasons-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

.home-area .home-name {
  font-family: 'The Seasons Light', serif !important;
  letter-spacing: 0.02em;
  font-size: 4rem !important;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .home-area .home-name {
    font-size: 3rem !important;
  }
}

@media (max-width: 575.98px) {
  .home-area .home-name {
    font-size: 2.2rem !important;
  }
}

.home-headline, .home-headline .single-headline, .home-headline .single-headline b {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

.home-area .home-headline {
  font-size: 2rem !important;
}

@media (max-width: 991.98px) {
  .home-area .home-headline {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .home-area .home-headline {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    background: transparent !important;
  }
  .navbar .navbar-collapse .navbar-nav {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    color: #f5f5f5 !important;
    background: transparent !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link:hover {
    background: rgba(168, 131, 90, 0.1) !important;
    color: #a8835a !important;
  }
}

.navbar .navbar-nav .nav-link {
  font-weight: 300;
  letter-spacing: 0.02em;
}

.navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 1.5rem;
}

.navbar:nth-of-type(n+2) {
    display: none !important;
}

.portfolio-section .portfolio-grid .portfolio-wrapper,
.portfolio-section .portfolio-grid .portfolio-wrapper:before {
  transition: none !important;
}

.portfolio-section .portfolio-grid .portfolio-wrapper:hover {
  background: rgba(80, 80, 80, 0.93) !important;
  border-color: rgba(80, 80, 80, 0.93) !important;
}
.portfolio-section .portfolio-grid .portfolio-wrapper:hover:before {
  background-color: rgba(80, 80, 80, 0.93) !important;
}

.contact-section .contact-link {
  color: #000 !important;
  font-weight: 600;
  text-decoration: underline dotted #bfa76a 1.5px;
}
.contact-section .contact-link:hover {
  color: #a8835a !important;
  text-decoration: underline solid #856407 2px;
}

@media (max-width: 991.98px) {
  .contact-section .row:first-child {
    flex-direction: column;
    gap: 24px;
  }
  .contact-section .col-lg-7,
  .contact-section .col-lg-5 {
    height: auto;
    min-height: unset;
  }
  .contact-section .contact-img img {
    max-width: 100%;
    height: auto;
  }
  .contact-section .contact-info {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.contact-section .row.align-items-stretch {
    display: flex;
    align-items: stretch !important;
    min-height: 520px;
}
.contact-section .contact-img,
.contact-section .contact-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contact-section .contact-img img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px !important;
    border: 4px solid #c9b7a6;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    margin: 0;
}

/* Contact form styling for consistency */
.contact-section .contact-form {
    background: #c9b7a6;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    color: #3b342d;
    padding: 32px 32px 24px 32px;
    margin-bottom: 32px;
}
.contact-section .contact-form .form-control {
    background: #c9b7a6 !important;
    border: 1.5px solid #bfa76a;
    border-radius: 8px;
    color: #3b342d;
    font-size: 1rem;
    margin-bottom: 8px;
}
.contact-section .contact-form .form-control::placeholder {
    color: #a8835a;
    opacity: 1;
}
.contact-section .contact-form .form-control:focus {
    border-color: #a8835a;
    box-shadow: 0 0 0 2px #e8e2d9;
    background: #f5ede4;
    color: #3b342d;
}
.contact-section .contact-form .form-submit {
    text-align: right;
}
.contact-section .contact-form .btn.button-main.button-scheme {
    background: #a8835a;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    padding: 10px 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: background 0.2s;
}
.contact-section .contact-form .btn.button-main.button-scheme:hover {
    background: #3b342d;
    color: #fff;
}

.contact-section .contact-form input.form-control:-webkit-autofill,
.contact-section .contact-form textarea.form-control:-webkit-autofill,
.contact-section .contact-form select.form-control:-webkit-autofill,
.contact-section .contact-form input.form-control:-webkit-autofill:focus,
.contact-section .contact-form textarea.form-control:-webkit-autofill:focus,
.contact-section .contact-form select.form-control:-webkit-autofill:focus,
.contact-section .contact-form input.form-control:-webkit-autofill:hover,
.contact-section .contact-form textarea.form-control:-webkit-autofill:hover,
.contact-section .contact-form select.form-control:-webkit-autofill:hover,
.contact-section .contact-form input.form-control:-webkit-autofill:active,
.contact-section .contact-form textarea.form-control:-webkit-autofill:active,
.contact-section .contact-form select.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #c9b7a6 inset !important;
    box-shadow: none !important;
    background: #c9b7a6 !important;
    color: #3b342d !important;
    border: 1.5px solid #bfa76a !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    outline: none !important;
    transition: background-color 9999s ease-in-out 0s;
}

.sessions-row {
    min-height: unset;
    max-height: unset;
    height: unset;
    overflow: visible;
}
.sessions-boxes {
    /* No custom margin or padding */
}
.sessions-boxes .resume-item.flex-fill {
    min-height: 0;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sessions-image {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    border-radius: 10px;
}
.sessions-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
@media (max-width: 991.98px) {
  .sessions-row {
    flex-direction: column;
    min-height: unset;
  }
  .sessions-image {
    padding-left: 0 !important;
    margin-top: 24px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }
  .sessions-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    border-left: 16px solid transparent !important;
    border-right: 16px solid transparent !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
  }
  .sessions-boxes {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

.resume-section.single-section,
.sessions-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Home quote responsive styles */
@media (max-width: 575.98px) {
    .home-quote {
        font-size: 0.9rem !important;
    }
}

/* About section photo responsive fixes */
@media (max-width: 991.98px) {
    .info-section .info-img img {
        border-radius: 8px !important;
        height: 300px !important;
        width: 100% !important;
        object-fit: cover;
        object-position: top center;
        margin: 0 auto 40px auto;
    }
}

/* Mobile language buttons */
@media (max-width: 767.98px) {
    .home-area .fixed-wrapper {
        display: block !important;
        position: fixed !important;
        bottom: 34px !important;
        left: 20px !important;
        z-index: 1000 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home-area .fixed-wrapper .languages-block {
        display: block !important;
        position: static !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home-area .fixed-wrapper .languages-list {
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
    }

    .home-area .fixed-wrapper .languages-list .single-language {
        transform: rotate(90deg) !important;
        margin-top: 20px !important;
        color: #f0f0f0 !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        opacity: 1 !important;
    }

    .home-area .fixed-wrapper .languages-list li {
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Testimonials slider full width */
.testimonials-slider {
    width: 100% !important;
}

/* Testimonials tiny-slider full-width per slide */
#testimonials .tns-item {
  width: 100% !important;
  padding: 0 !important;
}

/* Overlay background for lightboxes */
#overlay-effect {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
body.modal-open {
  overflow: hidden;
}

/* Testimonials styling tweaks */
#testimonials .testimonials-section {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

#testimonials .testimonials-carousel {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

#testimonials .testimonial-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 100%;
}
#testimonials .testimonial-text {
  font-size: 1.1rem;
}
/* Ensure only one nav bar (remove extra margin) */
#testimonials .tns-nav {
  margin-top: 30px;
}

/* Testimonials carousel - minimal styling */
/* Testimonials carousel sizing and centering - EXACT COPY of certificates */
.testimonials-carousel {
    display: block !important;
    max-width: 340px;
    margin: 0 auto;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
}

.testimonials-carousel .testimonial-item {
    max-width: 320px; /* adjust size */
    margin: 0 auto; /* center within carousel */
}

.testimonials-carousel .portfolio-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.testimonials-carousel img {
    width: 100%;
    height: auto;
    display: block;
}

/* Center text below testimonials carousel */
.testimonials-carousel .item-content {
    text-align: center;
    margin-top: 20px;
}

.testimonials-carousel .content-title {
    text-align: center;
    margin-bottom: 8px;
}

.testimonials-carousel .content-more {
    text-align: center;
    display: block;
}

/* Center carousel dots - EXACT COPY of certificates */
.testimonials-carousel .owl-dots {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    bottom: auto !important;
}

/* Force dots to appear above carousel content for testimonials - EXACT COPY of certificates */
.testimonials-carousel {
    display: grid !important;
    grid-template-areas: "dots" "content" !important;
    grid-template-rows: auto 1fr !important;
    gap: 0 !important;
}

.testimonials-carousel .owl-dots {
    grid-area: dots !important;
    margin: 0 0 16px 0 !important;
    text-align: center !important;
    order: -1 !important;
}

.testimonials-carousel .owl-stage-outer {
    grid-area: content !important;
    margin: 0 !important;
}



.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    transition: all 0.3s ease;
    border-radius: 50%;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.2);
}

/* Ensure the modal has proper overflow handling */
.lightbox-wrapper[data-simplebar] {
    overflow-x: hidden;
}

/* Smooth slide transitions */
.owl-carousel .owl-stage {
    display: flex;
    align-items: flex-start;
}

.owl-carousel .owl-item {
    opacity: 1; /* Changed from 0 to always show items */
    transition: opacity 0.3s ease;
}

.owl-carousel.owl-drag .owl-item {
    opacity: 1;
}

/* Fix modal scrolling and overflow */
#testimonials.lightbox-wrapper {
    overflow: auto !important;
    height: 100vh;
    max-height: 100vh;
}

#testimonials .lightbox-content {
    overflow: visible;
    min-height: auto;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
}

/* Prevent content jump on hover */
.testimonial-content {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.certificates-carousel .owl-stage-outer {
    width: 100%;
    overflow: hidden !important;
}
.certificates-carousel .owl-stage {
    display: block !important;
}

.certificates-carousel .item-content {
    text-align: center;
    margin-top: 20px;
}

/* Mobile navbar alignment fixes */
@media (max-width: 767.98px) {
  .navbar {
    padding: 15px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .navbar .navbar-brand {
    flex: 0 0 auto;
  }

  .navbar .navbar-menu {
    margin-left: auto !important;
    position: relative;
    z-index: 1001;
  }

  .navbar .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    min-width: 200px !important;
    transform: translateX(0) !important;
  }

  .navbar .navbar-collapse .navbar-nav {
    background: #c9b7a6 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    padding: 20px !important;
    margin: 0 !important;
    width: 100% !important;
    position: relative !important;
    top: 10px !important;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 !important;
    width: 100%;
  }

  .navbar .navbar-collapse .navbar-nav .nav-link {
    color: #3b342d !important;
    padding: 12px 0 !important;
    text-align: left !important;
    margin: 0 !important;
    display: block !important;
    width: 100%;
  }

  .navbar .navbar-collapse .navbar-nav .nav-link:hover {
    color: #a8835a !important;
    background: rgba(168, 131, 90, 0.1) !important;
    border-radius: 4px;
  }
}

/* Cookie Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(59, 52, 45, 0.95);
  backdrop-filter: blur(10px);
  border-top: 2px solid #a8835a;
  z-index: 9999;
  padding: 20px 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-text {
  flex: 1;
  color: #f5f5f5;
}

.cookie-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-buttons .btn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Make Accept button bright */
.cookie-banner .cookie-buttons .btn.button-main.button-scheme {
  background: #ffffff !important;
  color: #3b342d !important;
  font-weight: 700 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.cookie-banner .cookie-buttons .btn.button-main.button-scheme:hover {
  background: #f0f0f0 !important;
  color: #3b342d !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

/* Make Learn more button brown */
.button-outline {
  background: #a8835a !important;
  border: 1px solid #a8835a !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}

.button-outline:hover {
  background: #8b6f4a !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(168, 131, 90, 0.3) !important;
}

/* Ultra-specific override for cookie banner button */
.cookie-banner .cookie-buttons .button-outline {
  background: #a8835a !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border: 2px solid #a8835a !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.cookie-banner .cookie-buttons .button-outline:hover {
  background: #8b6f4a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(168, 131, 90, 0.4) !important;
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cookie-buttons .btn {
    width: 100%;
  }
}

/* Privacy Policy Page Styles */
.privacy-policy-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

.privacy-content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 40px;
  border: 1px solid rgba(168, 131, 90, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.content-block {
  margin-bottom: 30px;
}

.content-block:last-child {
  margin-bottom: 0;
}

.content-block h3 {
  color: #3b342d;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(168, 131, 90, 0.5);
  padding-bottom: 8px;
}

.content-block h4 {
  color: #a8835a;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 20px 0 10px 0;
}

.content-block p {
  color: #3b342d;
  line-height: 1.7;
  margin-bottom: 15px;
}

.content-block ul {
  color: #3b342d;
  line-height: 1.7;
  margin-left: 20px;
}

.content-block li {
  margin-bottom: 8px;
}

.last-updated {
  font-style: italic;
  color: #a8835a !important;
  text-align: center;
  margin-top: 40px !important;
  padding-top: 20px;
  border-top: 1px solid rgba(168, 131, 90, 0.5);
}

@media (max-width: 768px) {
  .privacy-content {
    padding: 25px 20px;
  }
  
  .content-block h3 {
    font-size: 1.3rem;
  }
  
  .content-block h4 {
    font-size: 1.1rem;
  }
}

/* Ensure proper scrolling on privacy policy page */
body {
  overflow-x: hidden;
}

/* Override main.css overflow hidden for privacy policy page */
body.privacy-page {
  overflow: auto !important;
}

.privacy-policy-section {
  overflow-y: auto;
}

/* Center the privacy policy title */
.privacy-policy-section .section-heading {
  text-align: center;
}

.privacy-policy-section .section-title {
  text-align: center;
}

/* Navbar background for privacy policy page */
.privacy-page .navbar {
  background: rgba(59, 52, 45, 0.95) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(168, 131, 90, 0.3);
}

/* Remove extra padding/border from testimonial-item to match certificates width */
.testimonial-item {
  padding: 0 !important;
  border: none !important;
}

/* Remove extra top padding from testimonials section to align content */
#testimonials .testimonials-section {
  padding-top: 0 !important;
}
