:root {
    --bs-tertiary: #797E88;
      --accent: #1A685B;
  --accent-dark: #145048;
  --accent-light: #2aa089;
  --shadow: rgba(26,104,91,0.12);
}
:root{
  --accent: #1A685B;
  --accent-dark: #145048;
  --accent-light: #2aa089;
  --shadow: rgba(26,104,91,0.12);
}

#region-list .styled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#region-list .styled-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--accent-dark);
  background: var(--shadow);
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 4px 6px var(--shadow);
  transition: 0.3s ease;
}

#region-list .styled-list li:hover {
  background: var(--accent-light);
  color: #fff;
  transform: translateY(-3px);
}

#region-list .styled-list li i {
  color: var(--accent);
  background: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 6px;
  box-shadow: 0 2px 5px var(--shadow);
  transition: 0.3s ease;
}

#region-list .styled-list li:hover i {
  color: #fff;
  background: var(--accent-dark);
}

@keyframes float-up {
  0%   { transform: translateY(6px); opacity: 0.0; }
  60%  { transform: translateY(-3px); opacity: 0.98; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes shine {
  0%   { background-position: -120% 0; }
  100% { background-position: 220% 0; }
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.02); }
  100% { transform: scale(1); }
}

h2 {
  color: var(--accent);
  position: relative;
  font-size: 2rem;
  margin: 1.2em 0 0.6em;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding-left: 72px; 
  text-shadow: 0 3px 12px var(--shadow);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.06));
  animation: float-up 700ms cubic-bezier(.2,.8,.2,1);
}


h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--accent-light), var(--accent-dark));
  box-shadow: 0 8px 20px rgba(15,60,55,0.18);
  display: inline-block;
  transition: transform .28s ease, box-shadow .28s ease;
  background-size: 200% 100%;
  animation: shine 2.6s linear infinite;
}


h2::after {
  content: "✦"; 
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.95);
  font-size: 20px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
  pointer-events: none;
}


h2:hover::before {
  transform: translateY(-50%) scale(1.05) rotate(-2deg);
  box-shadow: 0 14px 30px rgba(15,60,55,0.22);
}


h3 {
  color: var(--accent);
  font-size: 1.50rem;
  margin: 0.8em 0 0.4em;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.2px;
  animation: float-up 640ms cubic-bezier(.22,.9,.32,1);
}


h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--accent), rgba(26,104,91,0.85));
  box-shadow: 0 6px 18px rgba(16,86,74,0.12);
  transition: transform .22s ease;
}

h3:hover::before {
  transform: translateY(-50%) scaleY(1.08);
}

h2, h3 {
  display: block;
}
h2 + p, h3 + p {
  margin-top: 0.35em;
}

h2::marker, h3::marker { 
  display: none;
}
h2::after, h3::after {
}


@media (prefers-reduced-motion: reduce) {
  h2, h3, h2::before, h3::before {
    animation: none !important;
    transition: none !important;
  }
}

.h-spotlight h2, .h-spotlight h3 {
  animation: pulse 2200ms ease-in-out infinite;
  animation-play-state: paused;
}
.h-spotlight:hover h2, .h-spotlight:hover h3 {
  animation-play-state: running;
}

/* ---------- Скриване на декоративни елементи за малки/средни екрани ---------- */
@media (max-width: 991.98px) {  /* под lg */
  h2::before,
  h2::after,
  h3::before {
    display: none;
  }

  h2 {
    padding-left: 0;  /* премахваме отместването за кутийката */
  }

  h3 {
    padding-left: 0;  /* премахваме отместването за линията */
  }
}



h1{
    color: #145048;
}














































body {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #797e88;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.815), rgba(255, 255, 255, 0.719)),
        url('/img/languages-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p{
    color: #000000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 400 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Top Bar ***/
.top-bar {
    height: 110px;
    padding: 0 90px;
}

.top-bar h6 {
    letter-spacing: 1px;
}


/*** Nav Bar ***/
.nav-bar {
    padding: 0 90px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid var(--bs-white);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header Carousel ***/
.header-carousel {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.header-carousel .carousel-img {
    position: relative;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

.page-header {
    background: url(../img/lowlands-bg.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-tertiary);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-primary);
}

.page-header .breadcrumb-item.active {
    color: var(--bs-dark);
}


/*** Video ***/
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-dark);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--bs-white);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: #000000;
    opacity: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 0px;
    top: 5px;
    left: -40px;
    border-top: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 0px;
    bottom: 6px;
    left: -60px;
    border-bottom: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-img {
    position: relative;
}

.about-img::before,
.about-img::after {
    position: absolute;
    content: "";
    width: 33%;
    height: 90px;
    background: var(--bs-white);
}

.about-img::before {
    top: 0px;
    left: 0px;
}

.about-img::after {
    right: 0px;
    bottom: 0px;
}


/*** Service ***/
.service-title {

    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/lowlands-bg.jpg) center center no-repeat;
    background-size: cover;
}

.service-item {
    overflow: hidden;
}

.service-item .btn-square {
    width: 65px;
    height: 65px;
}

.service-item a {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    transition: .5s;
}

.service-item a::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    left: 100%;
    bottom: 3px;
    margin-left: 10px;
    border-bottom: 2px solid var(--bs-primary);
}


/*** Donation ***/
.donation-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.donation-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.donation-item .donation-progress {
    width: 80px;
}

.donation-item .progress .progress-bar {
    height: 20px;
    overflow: visible;
    transition: 3s;
}


/*** Banner ***/
.banner .banner-inner {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.banner .banner-inner::before,
.banner .banner-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.banner .banner-inner::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.banner .banner-inner::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}


/*** Event ***/
.event-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.event-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}


/*** Donate ***/
.donate .donate-text {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.donate .donate-text::before,
.donate .donate-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.donate .donate-text::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.donate .donate-text::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}

.donate .donate-form .form-control {
    border: none;
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group {
    display: flex;
}

.donate .donate-form .btn-group .btn {
    margin: 0;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--bs-tertiary);
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group .btn-check:checked+.btn {
    border: none;
    background: var(--bs-white);
}



/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.team-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.team-item .team-detail span {
    letter-spacing: 2px;
}



/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    transition: .5s;
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: var(--bs-secondary);
    background: var(--bs-white);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
}



/*** Footer ***/
.footer {
    color: var(--bs-tertiary);
    background: linear-gradient(rgba(5, 19, 17, .95), rgba(5, 19, 17, .95)), url(../img/bg-footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-tertiary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


.sidebar-search-form .input-group {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sidebar-search-form .form-control {
    border: none;
    padding: 10px 12px;
    flex: 1;
}

.sidebar-search-form .btn {
    background-color: #FFAC00;
    border: none;
    color: #fff;
    padding: 10px 15px;
    cursor: default; /* показва, че бутонът не работи */
}

.sidebar-search-form .btn i {
    font-size: 16px;
}


.logo img {
    width: 260px;
    height: 90px;
}
@media (max-width: 992px) {
    .logo img {
        width: 160px;
        height: auto; 
    }
}

@media (max-width: 576px) {
    .logo img {
        width: 150px;
        height: auto;
    }
}

.video-container {

position: relative;

padding-bottom: 56.25%;    /* 16:9 aspect ratio (height/width) */

padding-top: 30px;

height: 0;

overflow: hidden;

border-radius: 20px;

}

.video-container iframe,

.video-container object,

.video-container embed {

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

}




.linking h3 {
    font-size: 1.5rem;
    color: #1A685B;
    margin-bottom: 15px;
}

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

.linking ul li a {
    text-decoration: none;
    color: #07472d;
    font-size: 1rem;
    position: relative;
 
}

.linking ul li a::before {
    content: "🗣";
    margin-right: 10x;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em; 
    color: #FFAC00;
}


/* More decorated table with gradient background */
.styled-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--accent-light) 0%,
    #FFAC00 25%,
    #F3EBE0 60%,
    var(--accent-dark) 100%
  );
  box-shadow: 0 8px 20px rgba(15, 60, 55, 0.18);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  position: relative;
}

/* Add subtle border highlight around */
.styled-table::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  pointer-events: none;
}

/* Table head */
.styled-table thead th {
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-dark);
  padding: 16px 18px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-bottom: 2px solid var(--accent-light);
  position: relative;
}

/* Decorative underline on headers */
.styled-table thead th::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 18px;
  width: 30px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

/* Table body rows */
.styled-table tbody tr {
  background: rgba(255, 255, 255, 0.9);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

/* Zebra stripes */
.styled-table tbody tr:nth-child(even) {
  background: rgba(243, 235, 224, 0.85);
}

/* Table cells */
.styled-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #163532;
  position: relative;
}

/* Add subtle dot before first column values */
.styled-table td:first-child::before {
  content: "•";
  color: var(--accent);
  font-weight: bold;
  margin-right: 8px;
}

/* Hover effect */
.styled-table tbody tr:hover {
  background: var(--accent-light);
  color: #fff;
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 20px rgba(15, 60, 55, 0.2);
}

/* Hover effect on cells */
.styled-table tbody tr:hover td {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

/* Responsive scroll for small screens */
@media (max-width: 767.98px) {
  .styled-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .styled-table thead th,
  .styled-table td {
    white-space: nowrap;
  }
}




@media (max-width: 768px) {
  h1{
    font-size: 32px!important;
  }
  h2{
    font-size: 26px!important;
  }
  h3{
    font-size: 24px!important;
  }
}





.linking-two h3 {
    font-size: 1.5rem;
    color: #1A685B;
    margin-bottom: 15px;
}

.linking-two ul {
    list-style: none;
    padding-left: 0;
}

.linking-two ul li{
    text-decoration: none;
    color: #07472d;
    font-size: 1rem;
    position: relative;
 
}

.linking-two ul li::before {
    content: "🗣";
    margin-right: 10x;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em; 
    color: #FFAC00;
}
