/*

TemplateMo 584 Pod Talk

https://templatemo.com/tm-584-pod-talk

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #383e93;
    --secondary-color: #385293;
    --section-bg-color: #f0f1ff;
    --custom-btn-bg-color: #383e93;
    --custom-btn-bg-hover-color: #383e93;
    --dark-color: #000000;
    --p-color: #717275;
    --border-color: #7f8eff;
    --link-hover-color: #383e93;

    --body-font-family: "Oswald", sans-serif;
    --title-font-family: "Oswald", sans-serif;

    --h1-font-size: 58px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 16px;
    --menu-font-size: 14px;

    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;

    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

body {
    font-family: 'Oswald', sans-serif;
    background-color: var(--gray-light);
    color: var(--text-color);
}

:root {
    --green-dark: #1b3b2f;
    --green-accent: #2e5c4f;
    --gray-light: #f2f4f3;
    --gray: #d3d7d5;
    --white: #ffffff;
    --text-color: #1b3b2f;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font-family);
    font-weight: var(--font-weight-semibold);
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-hover-color);
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-title-wrap {
    position: relative;
}

.section-title-wrap::after {
    content: "";
    background: var(--section-bg-color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.section-title {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-large);
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 25px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

main {
    position: relative;
    z-index: 1;
}

.section-bg {
    background-color: var(--section-bg-color);
}

.section-overlay {
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.section-overlay+.container {
    position: relative;
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
    color: var(--primary-color);
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
}

.custom-btn:hover {
    background: var(--custom-btn-bg-hover-color);
    color: var(--white-color);
}

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
    background: var(--custom-btn-bg-color);
    border-color: transparent;
    color: var(--primary-color);
}

.custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
    background-image: url("../images/templatemo-wave-header.jpg"),
        linear-gradient(#348cd2, #ffffff);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    position: relative;
}

.site-header h2 {
    color: var(--white-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
:root {
  --clr-dark-green: #154734;
  --clr-light-gray: #e6e8ea;
  --clr-white: #fefefe;
  --clr-accent: #9fc490;
  --transition-time: 0.3s;
}

.navbar {
  background: linear-gradient(90deg, var(--clr-dark-green) 0%, #1a5a3c 100%);
  padding: 1rem 1.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.navbar .navbar-brand h2 {
  color: var(--clr-light-gray);
  font-weight: 700;
  margin: 0;
}

.mobile-menu-list,
.mobile-menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  position: relative;
}

.mobile-menu-list a,
.mobile-menu-list button.submenu-toggle {
  display: block;
  padding: 0.5rem 1rem;
  color: #d9d9d9;
  background: none;
  border: none;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.mobile-menu-list a:hover,
.mobile-menu-list button.submenu-toggle:hover,
.mobile-menu-list a:focus,
.mobile-menu-list button.submenu-toggle:focus {
  color: #9ccc65; 
  outline: none;
}

.mobile-menu-list ul.submenu {
  display: none;
  background-color: #1e2f1e; 
  border-radius: 4px;
  margin-top: 0.3rem;
}

button.submenu-toggle::after {
  content: " ▼";
  font-size: 0.7rem;
  margin-left: 0.3rem;
}

@media (max-width: 991px) {
  .mobile-menu-list {
    display: none; 
    flex-direction: column;
    background-color: #223322;
    border-radius: 6px;
    margin-top: 1rem;
  }

  .mobile-menu-list.active {
    display: flex;
  }

  button.submenu-toggle[aria-expanded="true"] + ul.submenu {
    display: block;
  }

  .mobile-menu-toggle {
    display: inline-block;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #d9d9d9;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none; 
  }

  .mobile-menu-list {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }

  .mobile-menu-list li {
  }

  .mobile-menu-list ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1e2f1e;
    padding: 0.5rem 0;
    border-radius: 4px;
    min-width: 200px;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 10;
  }

  .mobile-menu-list li:hover > ul.submenu {
    display: block;
  }

  button.submenu-toggle::after {
    content: " ▼";
  }

  button.submenu-toggle {
    background: none;
    border: none;
    cursor: default;
    padding-right: 1rem;
    color: #d9d9d9;
  }

  .mobile-menu-list ul.submenu li a {
    padding: 0.5rem 1.5rem;
    white-space: nowrap;
    display: block;
  }

  .mobile-menu-list li a.btn-primary {
    background-color: #9ccc65;
    color: #1e2f1e;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    transition: background-color 0.3s ease;
  }

  .mobile-menu-list li a.btn-primary:hover,
  .mobile-menu-list li a.btn-primary:focus {
    background-color: #a6d08a;
    outline: none;
    color: #1e2f1e;
  }
}



/*---------------------------------------
  CAROUSEL        
-----------------------------------------*/
.first-section {
    background-image: url("../images/templatemo-wave-banner.jpg"),
        linear-gradient(#348cd2, #ffffff);
    background-repeat: no-repeat;
    background-size: 108% 76%;
    background-position: top;
    padding-top: 200px;
}

.owl-carousel {
    text-align: center;
}

.owl-carousel-image {
    display: block;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
    display: inline-block;
    width: 30px;
    height: auto;
    position: relative;
    right: 5px;
}

.verified-image {
    display: inline-block;
    width: 20px;
    height: auto;
}

.owl-carousel .owl-item {
    opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
    opacity: 1;
}

.owl-carousel-info-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.owl-carousel-info {
    background-color: var(--section-bg-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.badge {
    background-color: var(--custom-btn-bg-color);
    font-family: var(--title-font-family);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    padding-bottom: 5px;
}

.owl-carousel-info-wrap .social-share,
.team-thumb .social-share {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-carousel-info-wrap .social-icon,
.team-thumb .social-icon {
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(0);
    padding-right: 20px;
    padding-left: 20px;
}

.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon,
.team-thumb:hover .social-icon {
    transform: translateY(-100%);
    opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,
.owl-carousel-info-wrap .social-icon-link,
.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
    margin-top: 5px;
    margin-bottom: 5px;
}

.owl-carousel .owl-dots {
    background-color: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: var(--border-radius-large);
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    padding: 15px 25px;
    padding-bottom: 7px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
}

.custom-block:hover {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: transparent;
    transform: translateY(-3px);
}

.custom-block-info {
    display: block;
    padding: 10px 20px;
    padding-bottom: 0;
}

.custom-block-image-wrap {
    position: relative;
    display: block;
    height: 100%;
}

.custom-block-image-wrap>a {
    display: block;
}

.custom-block-image {
    border-radius: var(--border-radius-medium);
    display: block;
    width: 112px;
    height: 112px;
    object-fit: cover;
}

.custom-block-image-detail-page .custom-block-image {
    width: 100%;
    height: 212px;
}

.custom-block .custom-block-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-block-icon-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.custom-block-icon-wrap .section-overlay {
    opacity: 0.25;
}

.custom-block-btn-group {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
}

.custom-block-btn-group .custom-block-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.custom-block-icon {
    background: var(--primary-color);
    border-radius: var(--border-radius-medium);
    font-size: var(--p-font-size);
    color: var(--white-color);
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    transition: all 0.3s;
}

.custom-block-icon:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.custom-block .custom-btn {
    font-size: var(--menu-font-size);
    padding: 7px 15px;
}

.custom-block .custom-block-info+div .badge {
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 50px !important;
    font-size: var(--menu-font-size);
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-block .custom-block-info+div .badge:hover {
    background-color: var(--secondary-color);
}

.custom-block-full {
    background-color: var(--section-bg-color);
    border-color: transparent;
}

.custom-block-full:hover {
    border-color: var(--primary-color);
}

.custom-block-full .custom-block-info {
    padding: 20px;
    padding-bottom: 0;
}

.custom-block-full .custom-block-image {
    width: 100%;
    height: 210px;
}

.custom-block-full .social-share {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
}

.custom-block-top small {
    color: var(--p-color);
    font-family: var(--title-font-family);
}

.custom-block-top .badge {
    background-color: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
    height: 26.64px;
    line-height: 20px;
}

.custom-block-bottom a:hover span {
    color: var(--primary-color);
}

.custom-block-bottom a span {
    font-family: var(--title-font-family);
    color: var(--p-color);
    text-transform: uppercase;
    margin-left: 3px;
}

.custom-block-overlay {
    border-color: transparent;
    padding: 0;
}

.custom-block-overlay .custom-block-image {
    margin: auto;
    width: 100%;
    height: 210px;
    transition: all 0.3s;
}

.custom-block-overlay:hover .custom-block-image {
    padding: 15px;
    padding-bottom: 0;
}

.custom-block-overlay-info {
    padding: 15px 20px 20px 20px;
}

/*---------------------------------------
  PROIFLE BLOCK               
-----------------------------------------*/
.profile-block {
    margin-top: 10px;
}

.profile-block-image {
    border-radius: var(--border-radius-large);
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.profile-block p strong {
    display: block;
    font-family: var(--title-font-family);
}

.profile-detail-block {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 25px 35px;
}

.profile-detail-block p {
    margin-bottom: 0;
}

/*---------------------------------------
  ABOUT & TEAM SECTION               
-----------------------------------------*/
.about-image {
    border-radius: var(--border-radius-medium);
    display: block;
}

.team-thumb {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.team-info {
    background-color: var(--white-color);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

/*---------------------------------------
  PAGINATION               
-----------------------------------------*/
.pagination {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 20px;
}

.page-link {
    border: 0;
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    margin: 0 5px;
    padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.page-item:first-child .page-link {
    margin-right: 10px;
}

.active>.page-link,
.page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-info p strong {
    font-family: var(--title-font-family);
    min-width: 90px;
}

.contact-info p a {
    color: var(--p-color);
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.contact-info p a:hover {
    color: var(--secondary-color);
}

.google-map {
    border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
    border-radius: var(--border-radius-medium);
    height: 150px;
}

/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
    border: 1px solid var(--white-color);
    border-radius: var(--border-radius-small);
    width: 80%;
    position: relative;
    top: 12px;
    padding: 35px;
}

.subscribe-form-wrap h6 {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    color: var(--primary-color);
    text-align: center;
    position: relative;
    bottom: 55px;
    margin-bottom: -25px;
    padding: 8px;
}

.subscribe-form #subscribe-email {
    border: 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.subscribe-form #submit {
    border-radius: 0 0 10px 10px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    outline: none;
}

.form-floating>label {
    padding-left: 20px;
}

.custom-form button[type="submit"] {
    background: var(--custom-btn-bg-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    transition: all 0.3s;
    margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
    background: var(--custom-btn-bg-hover-color);
    border-color: transparent;
}

/*---------------------------------------
  SEARCH FORM               
-----------------------------------------*/
.search-form .form-control {
    border: 0;
    margin-bottom: 0;
}

.search-form button[type="submit"] {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    max-width: 50px;
    height: 100%;
    padding-left: 15px;
}

.search-form button[type="submit"]:hover {
    background: var(--primary-color);
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    background: #2c2e5c;
    background: linear-gradient(90deg, rgb(44, 45, 92) 0%, rgb(87, 96, 199) 50%, rgb(12, 14, 130) 100%);
    margin-top: -80px;
    padding-top: 100px;
    padding-bottom: 150px;
}

.site-footer>.container {
    position: relative;
    top: 50px;
    padding-top: 100px;
}

.site-footer-title,
.site-footer p {
    color: var(--white-color);
}

.site-footer p strong {
    font-family: var(--title-font-family);
}

.site-footer p a {
    color: var(--white-color);
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.site-footer p a:hover {
    color: var(--secondary-color);
}

.site-footer-thumb a img {
    display: block;
    width: 120px;
    min-width: 120px;
    height: auto;
}

.site-footer-links {
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer-link-item {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
}

.site-footer-link {
    color: var(--white-color);
    font-size: var(--p-font-size);
    line-height: inherit;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--p-font-size);
    display: block;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 2160px) {
    .first-section {
        background-size: 100% 90%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (min-width: 1600px) {
    .site-footer {
        padding-top: 250px;
    }
}

@media screen and (max-width: 1240px) {
    .first-section {
        background-size: 116%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .first-section {
        background-size: 160% 66%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar-nav {
        background-color: var(--primary-color);
        border-radius: var(--border-radius-medium);
        padding: 30px;
    }

    .navbar-nav .nav-link {
        padding: 5px 0;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        left: 10px;
        opacity: 1;
        pointer-events: auto;
        max-width: 155px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-bottom: 20px;
    }

    .nav-tabs .nav-link:first-child {
        margin-right: 5px;
    }

    .nav-tabs .nav-link {
        font-size: var(--copyright-font-size);
        padding: 10px;
    }

    .copyright-text {
        text-align: center;
    }

    .site-footer {
        margin-top: -200px;
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 540px) {
    .first-section {
        background-size: 180% 65%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .custom-block .custom-block-top {
        flex-direction: column;
    }

    .custom-block .custom-block-top small:last-child {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 414px) {
    .search-form {
        max-width: 200px;
    }
}

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

.cookie-wrapper {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 40%;
    background: #fff;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(188 188 188);
    z-index: 999;
    border-radius: 10px;
}

.cookie-wrapper .show {
    right: 20px;
}

@media (max-width: 772px) {
    .cookie-wrapper {
        width: 100%;
        bottom: 0px;
        left: 0px;
    }
}

.hidden {
    display: none;
}

header i {
    color: #933838;
    font-size: 32px;
    text-align: center;
}

header h2 {
    color: #933838;
    font-weight: 500;
    text-align: center;
}

.data {
    text-align: center;
}

.data p a {
    color: #933838;
    text-decoration: none;
    text-align: center !important;
}

.data p a:hover {
    text-decoration: underline;
}

.buttons {
    padding: 20px 0px;
    text-align: center;
}

.buttons .cookie-button {
    border: 2px solid #933838;
    color: #fff;
    padding: 8px 0;
    background: #933838;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
    max-width: 150px;
    border-radius: 0px;
}

.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #933838;
}

#declineBtn {
    background-color: #fff;
    color: #933838;
    border-radius: 0px;
}

#declineBtn:hover {
    background-color: #933838;
    color: #fff;
}

#result {
    color: #933838;
    font-size: 14px;
}


/* new styles */

.deep-focus {
  background: #1b2e28;
  color: #d9dedc;
  padding: 120px 30px;
  font-family: 'Inter', sans-serif;
}

.deep-focus-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.deep-focus-visual img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.deep-focus-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.deep-focus-tagline {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: #7e8e88;
}

.deep-focus-heading {
  font-size: 2rem;
  color: #edf1ef;
}

.deep-focus-lead p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #b1b9b5;
}

.deep-focus-action .listen-btn {
  background: #3a5c50;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.deep-focus-action .listen-btn:hover {
  background: #4f7665;
}

.deep-focus-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.profile-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-meta strong {
  display: block;
  font-size: 1rem;
  color: #dfe5e2;
}

.profile-meta p {
  font-size: 0.9rem;
  color: #8d9c96;
}

@media (max-width: 768px) {
  .deep-focus-inner {
    grid-template-columns: 1fr;
  }

  .deep-focus-tagline {
    flex-direction: column;
    gap: 8px;
  }

  .deep-focus-action .listen-btn {
    width: 100%;
  }
}



.wachherz-team {
  background: #1e2d28;
  padding: 100px 20px;
  color: #e6eae8;
  font-family: 'Inter', sans-serif;
}

.wachherz-team-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.wachherz-team-header {
  text-align: center;
  margin-bottom: 60px;
}

.wachherz-team-title {
  font-size: 2.5rem;
  color: #f6d85f;
  margin-bottom: 10px;
}

.wachherz-team-subtitle {
  font-size: 1.1rem;
  color: #aab4b1;
}

.wachherz-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.wachherz-team-card {
  background: #283832;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.wachherz-team-card:hover {
  transform: translateY(-5px);
}

.wachherz-team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.wachherz-team-info {
  padding: 20px;
}

.wachherz-team-info h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #f6d85f;
}

.wachherz-team-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wachherz-team-info ul li {
  margin-bottom: 8px;
  color: #d3dcd8;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .wachherz-team-title {
    font-size: 2rem;
  }
}

.wachherz-values {
  background-color: #2b3a33;
  color: #d7dcd9;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.wachherz-values-container {
  max-width: 1100px;
  margin: 0 auto;
}

.wachherz-values-header {
  text-align: center;
  margin-bottom: 60px;
}

.wachherz-values-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f6d254;
  margin-bottom: 8px;
}

.wachherz-values-header p {
  font-size: 1.2rem;
  color: #aeb6af;
}

.wachherz-values-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.wachherz-value-card {
  background-color: #394a43;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wachherz-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.7);
}

.wachherz-value-image {
  background-size: cover;
  background-position: center;
  height: 180px;
  border-bottom: 4px solid #f6d254;
}

.wachherz-value-content {
  padding: 24px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.wachherz-value-content h3 {
  color: #f6d254;
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.wachherz-value-content p {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
  color: #d7dcd9;
}

@media (max-width: 768px) {
  .wachherz-values-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.wachherz-connect-about {
  background-color: #27362f;
  color: #d2d7d3;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.wachherz-container {
  max-width: 1100px;
  margin: 0 auto;
}

.wachherz-connect-about-inner {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.wachherz-about {
  flex: 1 1 450px;
  max-width: 500px;
}

.wachherz-about-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f6d254;
  margin-bottom: 24px;
  line-height: 1.2;
}

.wachherz-about p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #bcc5bd;
  margin-bottom: 16px;
}

.wachherz-contact-form {
  flex: 1 1 450px;
  max-width: 500px;
  background-color: #36483e;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.wachherz-contact-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f6d254;
  margin-bottom: 30px;
  text-align: center;
}

.wachherz-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.wachherz-form-row input {
  flex: 1 1 220px;
  padding: 14px 18px;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  background-color: #425843;
  color: #e2e7e1;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
}

.wachherz-form-row input:focus {
  background-color: #5a7a58;
  outline: 2px solid #f6d254;
  outline-offset: 0;
}

.wachherz-contact-form > input[type="text"]:not(.wachherz-form-row input) {
  padding: 14px 18px;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  background-color: #425843;
  color: #e2e7e1;
  margin-bottom: 20px;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
}

.wachherz-contact-form > input[type="text"]:not(.wachherz-form-row input):focus {
  background-color: #5a7a58;
  outline: 2px solid #f6d254;
  outline-offset: 0;
}

.wachherz-contact-form textarea {
  resize: vertical;
  min-height: 130px;
  padding: 16px 18px;
  font-size: 1rem;
  border-radius: 12px;
  border: none;
  background-color: #425843;
  color: #e2e7e1;
  margin-bottom: 30px;
  outline-offset: 2px;
  transition: background-color 0.3s ease, outline-offset 0.3s ease;
}

.wachherz-contact-form textarea:focus {
  background-color: #5a7a58;
  outline: 2px solid #f6d254;
  outline-offset: 0;
}

.wachherz-contact-form button {
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #27362f;
  background-color: #f6d254;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wachherz-contact-form button:hover {
  background-color: #dacb36;
}

@media (max-width: 900px) {
  .wachherz-connect-about-inner {
    flex-direction: column;
    gap: 40px;
  }

  .wachherz-about, .wachherz-contact-form {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .wachherz-form-row {
    flex-direction: column;
  }

  .wachherz-form-row input {
    flex: 1 1 100%;
  }
}

.wachherz-news {
  background-color: #192a25;
  color: #c5d1c2;
  font-family: 'Inter', sans-serif;
  padding: 120px 20px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.news-header {
  text-align: center;
  margin-bottom: 60px;
}

.news-header h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #a5bf9e;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.news-header p {
  font-size: 1.1rem;
  color: #8ba38a;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.news-item {
  display: flex;
  background-color: #22392e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.news-item:hover {
  background-color: #2d4b3e;
}

.news-image-wrapper {
  flex: 0 0 220px;
  overflow: hidden;
}

.news-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-item:hover .news-image-wrapper img {
  transform: scale(1.1);
}

.news-text {
  padding: 24px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-text h3 {
  font-size: 1.6rem;
  color: #a5bf9e;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.news-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #c5d1c2;
  margin-bottom: 20px;
}

.read-more {
  font-weight: 600;
  color: #8ba38a;
  text-decoration: none;
  font-size: 1rem;
  align-self: flex-start;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.read-more:hover {
  color: #a5bf9e;
  border-color: #a5bf9e;
}

@media (max-width: 768px) {
  .news-list {
    gap: 24px;
  }

  .news-item {
    flex-direction: column;
  }

  .news-image-wrapper {
    flex: none;
    width: 100%;
    height: 200px;
  }

  .news-text {
    padding: 16px 20px;
  }

  .news-header h2 {
    font-size: 2rem;
  }
}

.wachherz-footer {
  background-color: #1c322b;
  color: #b3c1b0;
  padding: 60px 20px 40px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  user-select: none;
}

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.footer-subscribe {
  flex: 1 1 320px;
  max-width: 480px;
}

.footer-subscribe h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #a0b297;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-subscribe p {
  margin-bottom: 20px;
  color: #91a483;
}

.subscribe-form {
  display: flex;
  gap: 12px;
}

.subscribe-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border-radius: 6px;
  border: 2px solid #36533f;
  background-color: #2a4333;
  color: #d7e0cd;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.subscribe-form input[type="email"]:focus {
  outline: none;
  border-color: #8daf84;
  background-color: #2f4b3b;
}

.subscribe-form button {
  padding: 12px 24px;
  background-color: #8daf84;
  border: none;
  border-radius: 6px;
  color: #1c322b;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover,
.subscribe-form button:focus {
  background-color: #a5bf9e;
}

.footer-contact {
  flex: 1 1 280px;
  max-width: 400px;
}

.footer-contact h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #a0b297;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-contact p {
  color: #91a483;
  margin-bottom: 15px;
}

.contact-link {
  color: #8daf84;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.contact-link:hover,
.contact-link:focus {
  border-color: #a5bf9e;
  color: #a5bf9e;
}

.footer-bottom {
  border-top: 1px solid #36533f;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #91a483;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover,
.footer-nav a:focus {
  color: #a5bf9e;
}

.footer-copy {
  color: #728469;
  font-size: 0.85rem;
  font-weight: 400;
  user-select: none;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-nav {
    justify-content: center;
  }
}

