/*
  Theme Name: Zaira - News Magazine Drupal Template
  Version: 1.0
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------  

    1.   Menu
    2.   Forms
    3.   Blog & Article
    4.   Edit form
    5.   Others
*/

/*--------------------------------------------------------------------------------*/

:root {
  --tg-primary-color: #c7007f !important;
  --tg-secondary-color: #374151 !important;
}

/* 01. Menu
 --------------------------------------------------------------------------------*/
/* Main Menu */
.navbar-wrap ul li .sub-menu { min-width: 240px; }
.navbar-wrap ul.navigation li span {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--tg-heading-font-color);
    padding: 40px 17px;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 5px;
}
.navbar-wrap ul > li.menu-item-has-children > span::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: var(--tg-icon-color);
    font-size: 14px;
    line-height: 0;
    transition: all 0.3s ease-out 0s;
}
.navbar-wrap ul.navigation > li.menu-item-has-children.active > span::after,
.navbar-wrap ul.navigation > li.menu-item-has-children:hover > span::after {
    color: var(--tg-primary-color);
}
.navbar-wrap ul.navigation > li.active > span,
.navbar-wrap ul.navigation > li:hover > span {
	color: var(--tg-primary-color);
}
.navbar-wrap ul > li.active > a, 
.navbar-wrap ul > li:hover > a {
    color: var(--tg-primary-color);
}
.mobile-menu .navigation li > span {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    font-family: var(--tg-heading-font-family);
}
.mobile-menu .logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.mobile-menu .logo.logo-dark { display: block !important; }
.mobile-menu .logo.logo-light { display: none !important; }
[tg-theme=dark] .mobile-menu .menu-box .logo.logo-dark { display: none !important; }
[tg-theme=dark] .mobile-menu .menu-box .logo.logo-light { display: block !important; }

/* Menu Style 2 */
.header-style-two .logo-dark,
.menu-style-two .logo-dark { 
  display: none !important; 
}
.header-style-two .logo-light { display: block !important; }
.menu-style-two .navbar-wrap ul li span {
    padding: 23px 0;
    color: var(--tg-white);
}
.menu-style-two .navbar-wrap ul > li {
    margin-right: 40px;
}
@media (max-width: 991.98px) {
    .menu-style-two .menu-wrap .logo.d-none {
        display: block !important;
    }
    .logo img,
    .logo.text-center img,
    div.logo img {
        min-width: 180px;
        transform: scale(1.5);
        transform-origin: center;
    }
}

/* Menu Style 3 */
.header-logo-area-three .logo-dark {
  display: none !important;
}
.header-logo-area-three .logo-light { display: block !important; }
.menu-style-five .navbar-wrap ul li span {
    padding: 28px 0;
}
/* Menu Style 4 */
.menu-style-four .logo { display: none; }
.menu-style-four .navbar-wrap ul li span {
    font-size: 16px;
    padding: 37px 20px;
}
@media (max-width: 991.98px) {
  .menu-style-four .logo-area.d-none {
    display: block !important;
  }
  .menu-style-four .logo.logo-dark {
    display: block !important;
  }
  .menu-style-four .logo.logo-light {
    display: none !important;
  }
}
[tg-theme=dark] .menu-area.menu-style-four .logo-area.d-none .logo-dark {
    display: none !important;
}
[tg-theme=dark] .menu-area.menu-style-four .logo-area.d-none .logo-light {
    display: block !important;
}

/* Menu style 6 */
.menu-style-six .navbar-wrap ul li span {
    padding: 28px 20px;
}
@media (max-width: 991.98px) {
  .menu-style-six .logo-area.d-none {
    display: block !important;
  }
  .menu-style-six .logo.logo-dark {
    display: block !important;
  }
  .menu-style-six .logo.logo-light {
    display: none !important;
  }  
}
[tg-theme=dark] .menu-area.menu-style-six .logo-area.d-none .logo-dark {
    display: none !important;
}
[tg-theme=dark] .menu-area.menu-style-six .logo-area.d-none .logo-light {
    display: block !important;
}

/* Other menu */
.header-action .header-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--tg-secondary-color);
}
.header-action .header-item {
    margin-left: 20px;
}
.header-action .header-item a i {
    color: var(--tg-body-font-color);
    font-size: 24px;
}
.header-action .header-item a:hover i {
    color: var(--tg-primary-color);
    transition: all 0.3s ease-out 0s;
}
.menu-style-two .header-action .header-item a {
    color: var(--tg-white);
}
.menu-style-two .header-action .header-item a i {
    color: #90A8C5;
}
.menu-style-two .header-action .header-item a:hover i {
    color: var(--tg-primary-color);
}
[tg-theme=dark] .header-action .header-item a {
    color: var(--tg-white);
}
[tg-theme=dark] .header-action .header-item a:hover {
    color: var(--tg-primary-color);
}
/* Search bar */
.header-search-wrap form.search-form {
  width: 100%;
}
.header-search-wrap form.search-form .js-form-item,
.header-search-wrap form.search-form .js-form-wrapper {
  margin: 0 !important;
}
.header-search-wrap form.search-form .form-actions {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    font-size: 20px;
    line-height: 0;
    color: var(--tg-secondary-color);
}
.header-search-wrap form.search-form .form-actions input.form-submit {
  text-indent: 100px;
  width: 30px;
  overflow: hidden;
  display: none;
}
.header-search-wrap form.search-form .form-actions input.form-submit:hover {
  background: none;
  color: var(--tg-primary-color);
}
.header-search-wrap form.search-form .form-actions input.form-submit::after {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    color: var(--tg-secondary-color);
    display: block;
}
@media (max-width: 991.98px) {
    .header-search-wrap form#search-block-form {
        display: none;
    }
    .header-search-wrap {
        margin-left: 200px;
    }
    .align-items-center > div:nth-child(2) {
        margin: 0 0 0 150px;
    }
}
.header-top-wrap-two .header-search-wrap-two .search-block-form { float: right; }


/* Footer */
.footer-top, .footer-bottom {
  background: var(--tg-black);
}

/*--------------------------------------------------------------------------------*/

/* 02. Forms
 --------------------------------------------------------------------------------*/

/* Newsletter */
.simplenews-subscriber-form #edit-message,
.simplenews-subscriber-form .description { 
  display: none; 
}
.simplenews-subscriber-form .field--name-mail,
.simplenews-subscriber-form .form-type-email,
.simplenews-subscriber-form .form-actions,
.newsletter-wrap .form-wrapper,
.newsletter-wrap .js-form-item {
  margin-bottom: 0 !important;
}
.newsletter-wrap .form-wrapper input.form-email,
.newsletter-form .form-wrapper input.form-email {
  width: 100%;
  border: none;
  background: var(--tg-white);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-heading-font-color);
  padding: 15px 20px;
  line-height: 1;
  height: 50px;
}
.sidebar-newsletter-form input:not(.form-submit) {
  background: var(--tg-white);
}
.sidebar-newsletter-form-two .form-wrapper input:not(.form-submit) {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: var(--tg-white);
  text-align: center;
  font-size: 14px;
  padding: 13px 20px;
  color: var(--tg-secondary-color);
  height: 50px;
}

/* Contact form */
.contact-form-wrapper {
  border-radius: 8px;
  background: var(--tg-gray-three);
  padding: 45px 50px 50px;
  margin-bottom: 30px;
}
.contact-form-wrapper .contact-form {
  background: none;
  padding: 0;
  margin: 0;
}
.contact-form-wrapper p {
  margin-bottom: 20px;
  font-weight: 500;
  font-family: var(--tg-heading-font-family);
}
.contact-form textarea, 
.contact-form input:not(.form-submit) {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: var(--tg-white);
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-secondary-color);
    padding: 12px 15px;
    height: 50px;
    display: block;
}
.contact-form textarea {
    min-height: 155px;
    max-height: 155px;
}
.contact-form .form-item-name,
.contact-form .form-item-mail {
  width: 48%;
  display: inline-block;
}
.contact-form .form-item-name {
  margin-right: 3%;
}
.contact-form form input.form-submit {
  font-size: 18px;
  padding: 16px 45px;
  width: auto;
  background: var(--tg-primary-color);
}
.contact-form form input.form-submit:hover {
  background: var(--tg-secondary-color) none repeat scroll 0 0;
  color: var(--tg-white);
}

/*
 * Search form
 */
.mobile-search input.form-submit,
.sidebar-wrap form#search-block-form input.form-submit  {
  display: none;
}
.mobile-search form#search-block-form { 
  padding: 0; 
}
#block-search-form /* Wrapper for the search form */ {
}
#search-form a#edit-help-link {
  display: none;
}
.path-search .region-content ol {
  margin: 0;
}
.path-search #search-form {
  margin-bottom: 30px;
}
.path-search #search-form .form-wrapper {
  display: flex;
  gap: 20px;
}
.path-search #search-form .form-wrapper .form-item-keys {
  margin-bottom: 0 !important;
  width: 75%;
}
.path-search #search-form .form-wrapper .form-item-keys input {
  height: 50px;
}
.path-search #search-form .form-wrapper input.form-submit {
  width: 25%;
}
.path-search .node_search-results li {
  padding: 20px 25px;  
}
/*--------------------------------------------------------------------------------*/

/* 03. Blog & Articles
 --------------------------------------------------------------------------------*/
 
/* Blog List */
.post-tag a {
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
}
.post-tag-two a {
    font-size: 13px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-icon-color);
}
.post-tag-two a:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.popular-post .thumb {
  width: 100px;
}
.banner-post-active {
  overflow: hidden;
}
.banner-post-active .slick-arrow {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -80px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    color: var(--tg-white);
    font-weight: 700;
    font-size: 20px;
    background: var(--tg-primary-color);
    border: none;
    transform: rotate(180deg);
    z-index: 3;
    opacity: 0;
    transition: .3s linear;
}
.banner-post-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
}
.banner-post-active .slick-next.slick-arrow {
    left: auto;
    right: 15px;
    transform: rotate(0);
}
.banner-post-active:hover .slick-arrow {
    opacity: 1;
}
.slick-list { padding: 0; }
.editor-nav { gap: 0; }
.so-post-content { left: 40px; right: 35px; }
.banner-post-two.small-post .banner-post-content-two { left: 35px; right: 35px; }
.hot-post-item:not(:first-child) .hot-post-thumb { display: none; }

/* Blog detail */
p { text-transform: none; }
body.page-node-type-article .page-title,
body.page-node-type-landing-page .page-title { 
  display: none; 
}
.blog-details-content .post-tag .field--name-field-category,
.blog-details-content .post-tags .field--name-field-category { margin: 0; }

.blog-details-content .post-tags .field__item {
  color: var(--tg-white);
  font-family: var(--tg-heading-font-family);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  background: var(--tg-primary-color);
  display: inline-block;
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 15px;
}
.blog-details-content .post-tags .field__item a {
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
}
.blog-details-content .post-tags .field__item:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}

.blog-details-content .field--name-field-image {
  margin: 0;
  width: 100%;
}
.blog-details-thumb .field--name-field-images { width: 100%; }
.blog-details-thumb .field--name-field-images img { 
  width: auto; 
  height: auto;  
}
.blog-details-thumb .field--name-field-images .field__item:not(:first-child) {
    display: inline-block;
    margin-right: 10px;
}
.field--type-entity-reference { margin: 0; }
.blog-details-content .inline__links {
  display: flex;
  justify-content: flex-end;
}
.blog-details-content .post-tags .field--name-field-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-details-content .post-tags .field--name-field-tags .field__label {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.blog-details-content .post-tags .field--name-field-tags .field__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-details-content .post-tags .field--name-field-tags .field__items li a {
  font-size: 15px;
  font-weight: 500;
  background: #FFF3F2;
  display: block;
  border-radius: 4px;
  padding: 7px 18px;
}
.blog-details-content .post-tags .field--name-field-tags .field__items li a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}
.blog-details-video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 22px;
}
.blog-details-video .play-btn:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.inline__links .nav-link {
  color: var(--tg-paragraph-color);
}
ul.flippy {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
ul.flippy li {
  max-width: 250px;
  white-space: normal;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
      font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    margin-top: 0px;
    margin-bottom: .7rem;
    font-style: normal;
    line-height: var(--tg-heading-line-height);
    font-weight: var(--tg-heading-font-weight);
    text-transform: capitalize;
}
ul.flippy li.flippy-next {
  text-align: right;
}
ul.flippy li a {
  color: inherit;
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
ul.flippy li a:hover {
  color: var(--tg-secondary-color);
  text-decoration: underline;
}
/* Blog comment */
.comments-wrap .title {
  font-size: 24px;
  margin-bottom: 25px;
}
.comments-wrap .inline__links {
  font-size: 15px;
}      
.comments-avatar {
  width: 100px;
}
.comments-avatar .field--name-user-picture { margin: 0; }
.comment-form .form-textarea-wrapper .ck-content, 
.comment-form .form-textarea-wrapper textarea,
.comment-form .form-wrapper input:not(.form-submit) {
  width: 100%;
  border: 1px solid #EEEEEE;
  background: var(--tg-gray-three);
  color: var(--tg-secondary-color);
  padding: 12px 15px;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-family: var(--tg-heading-font-family);
}
.comment-form .form-wrapper input {
  margin-top: 20px;
  width: auto;
  background: var(--tg-primary-color);
}
.comment-form .form-textarea-wrapper textarea {
  min-height: 130px;
  max-height: 130px;
}
input#edit-preview { display: none; }

/* Author profile */
.author-thumb img { height: auto; }
/*
@media (min-width: 992px) {
    .weekly-post-thumb { max-width: 400px; }
}*/

.stories-post-two { 
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* User form */
form.user-login-form input:not(.form-submit),
form.user-form input:not(.form-submit),
form.user-pass input:not(.form-submit) {
    width: 100%;
    border: 1px solid var(--tg-gray);
    border-radius: 6px;
    font-size: 15px;
    color: var(--tg-secondary-color);
    padding: 14px 60px 14px 20px;
    height: 55px;
    font-weight: 500;
    background: transparent;
}

/* Pagination */
.pagination {
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.pagination .page-link {
    margin-left: 0;
    padding: 0 15px;
    color: var(--tg-black-two);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    width: auto;
    height: 40px;
    font-family: var(--tg-heading-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    background: var(--tg-gray-three);
    transition: .3s linear;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.pagination .page-link:focus {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    outline: 0;
    box-shadow: none;
}

/*--------------------------------------------------------------------------------*/

/* 04. Edit form
 --------------------------------------------------------------------------------*/

/* Nav Tab */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.nav.primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
  flex-direction: column;
}
.user-logged-in nav.tabs ul.nav.primary li {
  float: none;
  opacity: 0.8;
  padding: 0;
}
.user-logged-in nav.tabs ul.nav.primary li a {
  margin-right: 0;
  font-size: 0.7rem !important;
  padding: 10px 20px;
}
.user-logged-in nav.tabs ul.nav.primary li.active a, 
.user-logged-in nav.tabs ul.nav.primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.nav.primary li.active, 
.user-logged-in nav.tabs ul.nav.primary li:hover {
  opacity: 1;
}
.path-node .node-form {
  padding-top: 5em;
}
.path-node .node-form input.btn.form-submit {
  width: auto;
  height: auto;
  margin: 0 10px 20px 0;
  font-size: 1.2em;
  padding: 15px 30px;
  background-color: black;
}
.layout-paragraphs-component-form input.form-check-input,
.path-node .node-form input.form-check-input {
  width: auto;
  padding: 0.46428571em;
  font-size: 1.2em;
  margin-left: -1.1em;
  margin-right: 0.5em;
}
.path-node .node-form .vertical-tabs details.vertical-tabs__pane {
  padding: 15px;
}
.path-node .node-form .layout-region-node-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
}

/* Layout Paragraphs Builder */
.node-form .wow,
.layout-paragraphs-component-form .wow {
  animation-name: none !important; /* Disable WOW effect on node form */
  visibility: visible !important;
}
.lp-builder section.imagebg {
  overflow: hidden;
}
.lp-builder section.lpb-layout {
  visibility: visible !important;
}
.lp-builder section.parallax .lpb-controls,
.lp-builder section.imagebg .lpb-controls,
.lp-builder section[class*='unpad'] .lpb-controls {
  top: 0;
}
.lp-builder section.hidden {
  display: block;
}
.lp-builder .lpb-controls {
  z-index: 20 !important;
}
.lp-builder .lpb-controls:not(.is-layout) span.lpb-controls-label {
  color: #666666 !important;
}
.lp-builder .page-navigator {
  position: unset;
  transform: none;
}
.lp-builder .js-lpb-component .lpb-btn--add,
.lp-builder .js-lpb-component .lpb-controls {
  position: absolute;
}
.lp-builder .js-lpb-component .lpb-controls {
  top: 0;
}
/* Modal form */
.layout-paragraphs-component-form .field--name-field-paragraph-id,
.layout-paragraphs-component-form .field--name-field-paragraph-extra-class,
.layout-paragraphs-component-form .field--name-field-paragraph-spacing,
.layout-paragraphs-component-form .field--name-field-paragraph-content-align,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-direction,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-title,
.layout-paragraphs-component-form .field--name-field-paragraph-tabcontent-align,
.layout-paragraphs-component-form .field--name-field-paragraph-display-arrows,
.layout-paragraphs-component-form .field--name-field-paragraph-display-pager,
.layout-paragraphs-component-form .field--name-field-paragraph-shadow,
.layout-paragraphs-component-form .field--name-field-paragraph-shadow-bg-class,
.layout-paragraphs-component-form .field--type-viewsreference .js-form-item-field-paragraph-views-reference-0-target-id,
.layout-paragraphs-component-form .field--type-viewsreference .js-form-item-field-paragraph-views-reference-0-display-id,
.layout-paragraphs-component-form .field--name-field-paragraph-accordion-style {
  width: 22%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xs,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-sm,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-md,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-lg,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xl,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xxl,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items,
.layout-paragraphs-component-form .field--name-field-paragraph-data-speed,
.layout-paragraphs-component-form .field--name-field-paragraph-data-margin,
.layout-paragraphs-component-form .field--name-field-paragraph-overflow-visible,
.layout-paragraphs-component-form .field--name-field-paragraph-data-nav,
.layout-paragraphs-component-form .field--name-field-paragraph-data-dots,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-auto,
.layout-paragraphs-component-form .field--name-field-paragraph-data-auto-height {
  width: 33%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-padding,
.layout-paragraphs-component-form .field--name-field-paragraph-margin,
.layout-paragraphs-component-form .field--name-field-paragraph-gutter-class,
.layout-paragraphs-component-form .field--name-field-paragraph-angled {
  width: 22%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-data-overlay,
.layout-paragraphs-component-form .field--name-field-paragraph-image-position,
.layout-paragraphs-component-form .field--name-field-paragraph-slider-classes,
.layout-paragraphs-component-form .field--name-field-paragraph-item-classes,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-title {
  max-width: 200px;
}
.layout-paragraphs-component-form .paragraph-type-top,
.layout-paragraphs-component-form .paragraphs-nested,
.layout-paragraphs-component-form .paragraphs-subform {
  padding-right: 20px;
}
.layout-paragraphs-component-form input.form-submit {
  padding: 5px 10px;
}
.layout-paragraphs-component-form .field-multiple-table {
  overflow: hidden;
}
.layout-paragraphs-component-form .js-filter-guidelines {
  display: none;
}
.layout-paragraphs-component-form .layout-select__item-icon {
  margin-right: 0;
}
.layout-paragraphs-component-form #layout-paragraphs-layout-options {
  margin-bottom: 20px;
}
.layout-paragraphs-component-form .paragraph-type-top {
  justify-content: space-around;
}
.layout-paragraphs-component-form .paragraph-type-title {
  flex-basis: 10%;
}
.layout-paragraphs-component-form .paragraphs-description {
  max-width: 70%;
}
.layout-paragraphs-component-form #layout-paragraphs-element .form-check-input:checked[type=radio] {
  display: block;
  clip: auto !important;
  width: 10px !important;
  height: 10px !important;
}
a.lpb-btn { color: #4a90e2 !important; }

/*--------------------------------------------------------------------------------*/

/* 05. Others
 --------------------------------------------------------------------------------*/
 /* Section */
section.section-gapless > .container,
section.section-gapless > .container-fluid { padding: 0; }
/*.row-none > .row {
  display: block;
  margin: 0;
}
.row-none > .row>* {
  padding-left: 0;
  padding-right: 0;
}*/
.row-gutter-40 .row { --bs-gutter-x: 40px; }
@media (max-width: 1199.98px) {
    .row-gutter-40 .row {
        --bs-gutter-x: 30px;
    }
}
.editor-nav-two { gap: 0; }
.ad-banner-img img, .sidebar-img img, .categories-item-wrap .categories-img img { height: auto; }
.section-custom-container > .container,
.section-custom-container > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/* Gecko widget */
.gecko-divider, .gecko-footer { display: none; }
.gecko-items-wrapper { padding-bottom: 0; }

/* Sitemap */
.sitemap-item .list-group .list-group-item { border: none; }

/* Menu */
.navbar-wrap ul > li.menu-item-has-children > span::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: var(--tg-icon-color);
  font-size: 14px;
  line-height: 0;
  transition: all 0.3s ease-out 0s;
}


/* Partner button */
.partner-button {
  font-size: 15px;
  font-weight: 500;
  background:  var(--tg-primary-color)!important;
  display: inline-block;
  border-radius: 4px;
  padding: 7px 18px;
  border: none;
  color: var(--tg-white)!important;
  font-family: var(--tg-heading-font-family, Arial, sans-serif);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  margin: 10px auto;
}


.partner-button:hover {
  background: var(--tg-secondary-color)!important;
  color: var(--tg-white)!important;
}

.navbar-wrap {
  margin-left: auto;
  }

.header-right-side {
  display: none;
}

.banner-post-thumb-three {
  border-radius: 0.375rem !important;
  }
  span.secondColor {
    color: var(--tg-secondary-color)!important;
  }
  header img {
    max-width: 100%;
    /*! height: 45px; */
  }
  div.logo:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
    max-width: 100%;
  }
  .header-search-wrap {
    margin-left: 430px;
  }
  .align-items-center > div:nth-child(2) {
    /* margin: 0 0 0 390px; */
    margin: 0 0 0 80px;
  }


/* IMG */
img, .img {
  height: 100%;
  }

/* ============================================
   PARTNER LAYOUT - COMPLETE PAGE STYLING
   ============================================ */

/* Partner Layout Body */
body.partner-layout {
  background-color: #f8f9fa;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  margin: 0;
  padding: 0;
}

/* ============================================
   PARTNER HEADER STYLING
   ============================================ */

.partner-header {
  background: linear-gradient(135deg, #c7007f 0%, #a0006b 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1000;
}

.partner-header-top {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.partner-logo img {
  max-height: 60px;
  width: auto;
}

.partner-site-name {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.partner-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.language-switcher {
  display: flex;
  gap: 10px;
}

.language-link {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.language-link.active,
.language-link:hover {
  color: white;
  background: rgba(255,255,255,0.1);
}

.partner-user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.welcome-text {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.logout-link,
.login-link {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.logout-link:hover,
.login-link:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
}

/* Partner Navigation */
.partner-navigation {
  background: rgba(0,0,0,0.1);
  padding: 0;
}

.partner-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.partner-nav-menu .nav-item {
  margin: 0;
}

.partner-nav-menu .nav-link {
  display: block;
  padding: 20px 25px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.partner-nav-menu .nav-link:hover,
.partner-nav-menu .nav-link.active {
  background: rgba(255,255,255,0.1);
  border-bottom-color: white;
}

.partner-mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: all 0.3s ease;
}

/* ============================================
   PARTNER COMPANY HEADER STYLING
   ============================================ */

.partner-company-header {
  background: white;
  padding: 60px 0;
  margin-bottom: 40px;
}

.partner-company-info {
  padding-right: 40px;
}

.partner-company-name {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.partner-company-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 30px 0;
  line-height: 1.4;
}

.partner-company-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.partner-company-description p {
  margin: 0 0 20px 0;
}

.partner-contact-button {
  display: inline-block;
  background: #c7007f;
  color: white;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.partner-contact-button:hover {
  background: #a0006b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(199,0,127,0.3);
}

/* Premium Partner Card */
.partner-premium-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  height: fit-content;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.premium-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.premium-star {
  color: #6c757d;
  font-size: 1.5rem;
}

.premium-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.verified-badge {
  background: #28a745;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.premium-card-details {
  margin-bottom: 25px;
}

.detail-row {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.4;
}

.premium-social-links {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.premium-social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.premium-social-links .social-link.linkedin { background: #0077b5; }
.premium-social-links .social-link.youtube { background: #ff0000; }
.premium-social-links .social-link.instagram { background: #e4405f; }
.premium-social-links .social-link.facebook { background: #1877f2; }

.premium-social-links .social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* ============================================
   PARTNER PRODUCT HIGHLIGHTS STYLING
   ============================================ */

.partner-product-highlights {
  background: white;
  padding: 60px 0;
  margin-bottom: 40px;
}

.partner-product-highlights h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 50px 0;
  text-align: left;
}

.partner-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-product-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.partner-product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.partner-product-image {
  height: 200px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-product-info {
  padding: 25px;
}

.partner-product-info h3 {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.partner-product-info p {
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-size: 0.95rem;
}

.partner-product-link {
  color: #c7007f;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.partner-product-link:hover {
  color: #a0006b;
  text-decoration: underline;
}

/* ============================================
   PARTNER COMPANY DETAILS STYLING
   ============================================ */

.partner-company-details {
  background: white;
  padding: 60px 0;
  margin-bottom: 40px;
}

.company-about h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 30px 0;
}

.company-about p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.company-stats {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  height: fit-content;
}

.company-stats h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 25px 0;
  text-align: center;
}

.stat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
}

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

.stat-label {
  font-weight: 600;
  color: #666;
}

.stat-value {
  font-weight: 700;
  color: #c7007f;
}

/* ============================================
   PARTNER CONTACT SECTION STYLING
   ============================================ */

.partner-contact-section {
  background: #f8f9fa;
  padding: 60px 0;
  margin-bottom: 40px;
}

.partner-contact-section h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 25px 0;
}

.contact-item {
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
}

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

.contact-item strong {
  color: #c7007f;
  font-weight: 600;
  margin-right: 10px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 5px;
}

.btn-primary {
  background: #c7007f;
  color: white;
  border: 2px solid #c7007f;
}

.btn-primary:hover {
  background: #a0006b;
  border-color: #a0006b;
}

.btn-secondary {
  background: transparent;
  color: #c7007f;
  border: 2px solid #c7007f;
}

.btn-secondary:hover {
  background: #c7007f;
  color: white;
}

/* ============================================
   PARTNER BREADCRUMB & FOOTER
   ============================================ */

.partner-breadcrumb {
  background: white;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
}

.partner-main {
  padding: 40px 0;
  min-height: 60vh;
}

.partner-footer {
  background: #212529;
  color: white;
  padding: 60px 0 30px;
  margin-top: 60px;
}

.partner-footer-section h3 {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.partner-footer-section p {
  color: #adb5bd;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: white;
}

.partner-footer-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #495057;
}

.footer-links-right {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.footer-links-right a {
  color: #adb5bd;
  text-decoration: none;
  font-size: 14px;
}

.footer-links-right a:hover {
  color: white;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
  .header-search-wrap {
    margin-left: 100px;
  }
  .align-items-center > div:nth-child(2) {
    margin: 0 0 0 80px;
  }
  .logo img,
  .logo.text-center img,
  div.logo img {
    min-width: 200px;
    transform: scale(1.8);
    transform-origin: center;
  }
  .partner-header-actions {
    flex-direction: column;
    gap: 10px;
  }
  
  .partner-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c7007f;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  
  .partner-nav-menu.active {
    display: flex;
  }
  
  .partner-mobile-toggle {
    display: block;
  }
  
  .partner-company-info {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .partner-company-name {
    font-size: 2.5rem;
  }
  
  .partner-product-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .partner-product-highlights {
    padding: 40px 20px;
  }
  
  .footer-links-right {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .header-search-wrap {
    margin-left: 20px;
  }
  .logo img, .logo.text-center img, div.logo img {
    margin-left: 59px;
  }
  .align-items-center > div:nth-child(2) {
    margin: 0 0 0 10px;
  }
  .logo img,
  .logo.text-center img,
  div.logo img {
    min-width: 180px;
    transform: scale(1.6);
    transform-origin: center;
  }
  .partner-company-name {
    font-size: 2rem;
  }
  
  .partner-company-subtitle {
    font-size: 1.1rem;
  }
}

/* Partner User Templates */
.profile--partner {
  background: #f8f9fa;
  border: 2px solid var(--tg-primary-color);
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.partner-profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.partner-profile .author-thumb {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--tg-primary-color);
}

.partner-profile .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-profile .author-content {
  flex: 1;
}

.partner-badge {
  margin: 10px 0;
}

.partner-badge .badge {
  background: var(--tg-primary-color);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.partner-company,
.partner-website,
.partner-contact {
  margin: 10px 0;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
}

.partner-company strong,
.partner-website strong,
.partner-contact strong {
  color: var(--tg-secondary-color);
  font-weight: 600;
  margin-right: 10px;
}

.partner-website a {
  color: var(--tg-primary-color);
  text-decoration: none;
}

.partner-website a:hover {
  text-decoration: underline;
}

/* Partner Teaser Template */
.user-teaser--partner {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.user-teaser--partner:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.partner-card {
  display: flex;
  align-items: center;
  gap: 15px;
}

.partner-card .partner-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--tg-primary-color);
  flex-shrink: 0;
}

.partner-card .partner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-card .partner-info {
  flex: 1;
}

.partner-card .partner-name {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-heading-font-color);
}

.partner-card .partner-badge {
  margin: 5px 0;
}

.partner-card .partner-badge .badge {
  background: var(--tg-primary-color);
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.partner-card .partner-description {
  font-size: 14px;
  color: var(--tg-paragraph-color);
  margin: 5px 0;
  line-height: 1.4;
}

.partner-card .partner-company {
  font-size: 13px;
  color: var(--tg-secondary-color);
  font-weight: 500;
  margin: 5px 0 0 0;
}

/* ============================================
   PARTNER LAYOUT - COMPLETE PAGE STYLING
   ============================================ */

/* Partner Layout Body */
body.partner-layout {
  background-color: #f8f9fa;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  margin: 0;
  padding: 0;
}

/* ============================================
   PARTNER HEADER STYLING
   ============================================ */

.partner-header {
  background: linear-gradient(135deg, #c7007f 0%, #a0006b 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1000;
}

.partner-header-top {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.partner-logo img {
  max-height: 60px;
  width: auto;
}

.partner-site-name {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.partner-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.language-switcher {
  display: flex;
  gap: 10px;
}

.language-link {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.language-link.active,
.language-link:hover {
  color: white;
  background: rgba(255,255,255,0.1);
}

.partner-user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.welcome-text {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.logout-link,
.login-link {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.logout-link:hover,
.login-link:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
}

/* Partner Navigation */
.partner-navigation {
  background: rgba(0,0,0,0.1);
  padding: 0;
}

.partner-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.partner-nav-menu .nav-item {
  margin: 0;
}

.partner-nav-menu .nav-link {
  display: block;
  padding: 20px 25px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.partner-nav-menu .nav-link:hover,
.partner-nav-menu .nav-link.active {
  background: rgba(255,255,255,0.1);
  border-bottom-color: white;
}

.partner-mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: all 0.3s ease;
}

/* ============================================
   PARTNER COMPANY HEADER STYLING
   ============================================ */

.partner-company-header {
  background: white;
  padding: 60px 0;
  margin-bottom: 40px;
}

.partner-company-info {
  padding-right: 40px;
}

.partner-company-name {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.partner-company-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 30px 0;
  line-height: 1.4;
}

.partner-company-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.partner-company-description p {
  margin: 0 0 20px 0;
}

.partner-contact-button {
  display: inline-block;
  background: #c7007f;
  color: white;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.partner-contact-button:hover {
  background: #a0006b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(199,0,127,0.3);
}

/* Premium Partner Card */
.partner-premium-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  height: fit-content;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.premium-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.premium-star {
  color: #6c757d;
  font-size: 1.5rem;
}

.premium-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.verified-badge {
  background: #28a745;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.premium-card-details {
  margin-bottom: 25px;
}

.detail-row {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.4;
}

.premium-social-links {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.premium-social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.premium-social-links .social-link.linkedin { background: #0077b5; }
.premium-social-links .social-link.youtube { background: #ff0000; }
.premium-social-links .social-link.instagram { background: #e4405f; }
.premium-social-links .social-link.facebook { background: #1877f2; }

.premium-social-links .social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* ============================================
   PARTNER PRODUCT HIGHLIGHTS STYLING
   ============================================ */

.partner-product-highlights {
  background: white;
  padding: 60px 0;
  margin-bottom: 40px;
}

.partner-product-highlights h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 50px 0;
  text-align: left;
}

.partner-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-product-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.partner-product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.partner-product-image {
  height: 200px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-product-info {
  padding: 25px;
}

.partner-product-info h3 {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.partner-product-info p {
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-size: 0.95rem;
}

.partner-product-link {
  color: #c7007f;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.partner-product-link:hover {
  color: #a0006b;
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
  .partner-header-actions {
    flex-direction: column;
    gap: 10px;
  }
  
  .partner-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c7007f;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  
  .partner-nav-menu.active {
    display: flex;
  }
  
  .partner-mobile-toggle {
    display: block;
  }
  
  .partner-company-info {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .partner-company-name {
    font-size: 2.5rem;
  }
  
  .partner-product-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .partner-product-highlights {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .partner-company-name {
    font-size: 2rem;
  }
  
  .partner-company-subtitle {
    font-size: 1.1rem;
  }
}

/* Partner Header */
.partner-header {
  background: linear-gradient(135deg, #c7007f 0%, #a0006b 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1000;
}

.partner-header-top {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.partner-logo img {
  max-height: 60px;
  width: auto;
}

.partner-site-name {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.partner-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.language-switcher {
  display: flex;
  gap: 10px;
}

.language-link {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.language-link.active,
.language-link:hover {
  color: white;
  background: rgba(255,255,255,0.1);
}

.partner-user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.welcome-text {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.logout-link,
.login-link {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.logout-link:hover,
.login-link:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
}

/* Partner Navigation */
.partner-navigation {
  background: rgba(0,0,0,0.1);
  padding: 0;
}

.partner-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.partner-nav-menu .nav-item {
  margin: 0;
}

.partner-nav-menu .nav-link {
  display: block;
  padding: 20px 25px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.partner-nav-menu .nav-link:hover,
.partner-nav-menu .nav-link.active {
  background: rgba(255,255,255,0.1);
  border-bottom-color: white;
}

.partner-mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: all 0.3s ease;
}

/* Partner Breadcrumb */
.partner-breadcrumb {
  background: white;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
}

/* Partner Main Content */
.partner-main {
  padding: 40px 0;
  min-height: 60vh;
}

.partner-page-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.partner-page-title {
  font-size: 3rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
}

.partner-page-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  margin: 0;
}

/* Partner Profile Header */
.partner-profile-header {
  background: linear-gradient(135deg, #c7007f 0%, #a0006b 100%);
  color: white;
  padding: 40px 0;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(199,0,127,0.3);
}

.partner-profile-avatar {
  text-align: center;
}

.partner-profile-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
}

.avatar-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 4px solid white;
}

.avatar-placeholder i {
  font-size: 48px;
  color: white;
}

.partner-profile-info {
  text-align: center;
}

.partner-name {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.partner-badge {
  margin-bottom: 15px;
}

.badge-premium {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  color: #333;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(255,215,0,0.3);
}

.partner-description {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  margin: 0;
  line-height: 1.6;
}

.partner-profile-actions {
  text-align: center;
}

.partner-profile-actions .btn {
  margin: 5px;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: white;
  color: #c7007f;
  border: 2px solid white;
}

.btn-primary:hover {
  background: transparent;
  color: white;
  border-color: white;
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-outline:hover {
  background: white;
  color: #c7007f;
}

/* Partner Profile Content */
.partner-profile-content {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.partner-section {
  padding: 40px;
  border-bottom: 1px solid #e9ecef;
}

.partner-section:last-child {
  border-bottom: none;
}

.partner-section h2 {
  color: #212529;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #c7007f;
}

.partner-company-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.detail-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #c7007f;
}

.detail-item strong {
  color: #c7007f;
  font-weight: 600;
  margin-right: 10px;
}

.website-link {
  color: #c7007f;
  text-decoration: none;
  font-weight: 500;
}

.website-link:hover {
  text-decoration: underline;
}

/* Product Highlights */
.product-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-highlight-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-highlight-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.product-image {
  height: 200px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 256px;
  height: 100%;
  object-fit: cover;
}

.product-info {
  padding: 25px;
}

.product-info h3 {
  color: #212529;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-info p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-detail-link {
  color: #c7007f;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  border: 2px solid #c7007f;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease;
}

.product-detail-link:hover {
  background: #c7007f;
  color: white;
}

/* Partner Sidebar */
.partner-sidebar-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #e9ecef;
}

.partner-sidebar-card h3 {
  color: #212529;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c7007f;
}

.contact-info {
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}

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

.contact-item i {
  color: #c7007f;
  width: 20px;
  text-align: center;
}

.contact-item a {
  color: #c7007f;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.btn-block {
  width: 100%;
  text-align: center;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-link.linkedin { background: #0077b5; }
.social-link.youtube { background: #ff0000; }
.social-link.instagram { background: #e4405f; }
.social-link.facebook { background: #1877f2; }

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* Partner Stats */
.partner-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px solid #e9ecef;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #c7007f;
  margin-bottom: 5px;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Partner Footer */
.partner-footer {
  background: #212529;
  color: white;
  padding: 60px 0 30px;
  margin-top: 60px;
}

.partner-footer-section h3 {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.partner-footer-section p {
  color: #adb5bd;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: white;
}

.partner-footer-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #495057;
}

.footer-links-right {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.footer-links-right a {
  color: #adb5bd;
  text-decoration: none;
  font-size: 14px;
}

.footer-links-right a:hover {
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .partner-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c7007f;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  
  .partner-nav-menu.active {
    display: flex;
  }
  
  .partner-mobile-toggle {
    display: block;
  }
  
  .partner-header-actions {
    flex-direction: column;
    gap: 10px;
  }
  
  .partner-profile-header .row {
    text-align: center;
  }
  
  .partner-profile-actions {
    margin-top: 20px;
  }
  
  .partner-company-details {
    grid-template-columns: 1fr;
  }
  
  .product-highlights-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-links-right {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .partner-page-title {
    font-size: 2rem;
  }
  
  .partner-name {
    font-size: 2rem;
  }
  
  .partner-section {
    padding: 25px 20px;
  }
  
  .partner-sidebar-card {
    padding: 20px;
  }
}

/* ============================================
   RENFERT STYLE PARTNER LAYOUT
   ============================================ */

/* Renfert Header Styles */
.renfert-header {
  position: relative;
}

.renfert-header img {
  display: block;
  margin: 0 auto 10px;
}

.renfert-header .nav-link {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.renfert-header .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.language-switch {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.language-switch:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Renfert Content Styles */
.renfert-content {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.renfert-content h2 {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.renfert-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

/* Premium Partner Styles */
.premium-partner {
  margin-top: 20px;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #ff0000;
}

.premium-partner span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.premium-partner span:first-child {
  color: #ff0000;
  font-weight: 700;
  font-size: 1.2rem;
}

.social-links {
  margin-top: 15px;
}

.social-links a {
  margin: 0 5px;
  color: #ff0000;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #cc0000;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #0056b3;
}

/* Product Highlights Styles */
.product-highlights {
  padding: 20px;
  background: white;
  margin-top: 20px;
}

.product-highlights h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.product-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.product-item {
  text-align: center;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.product-item img {
  max-width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.product-item h3 {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-item p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.product-detail {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ff0000;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.product-detail:hover {
  background-color: #cc0000;
}

/* Responsive Design for Renfert Style */
@media (max-width: 768px) {
  .product-grid {
    flex-direction: column;
    align-items: center;
  }
  
  .product-item {
    max-width: 100%;
    width: 100%;
  }
  
  .renfert-content {
    padding: 15px;
  }
  
  .renfert-content h2 {
    font-size: 2rem;
  }
  
  .renfert-header .nav-link,
  .language-switch {
    display: block;
    margin: 5px 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .renfert-content h2 {
    font-size: 1.8rem;
  }
  
  .product-item {
    min-width: 100%;
  }
}
/* Hide field-vorlesen field */
.field--name-field-vorlesen {
  display: none;
}