/*!
Theme Name:  aegir consulting
Author: Linknbit
Author URI: https://linknbit.com/
Version: 1.1.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  aegir consulting
*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "Plus Jakarta Sans";
	color: #3D3D3D;
}

:root {
  --font-family: "Plus Jakarta Sans";
  --primary-font: "Canela Trial";
  --theme-color: #1b004e;
  --primary-theme-color: #191919;
  --black: #000;
  --bg-color: #faf9f5;
  --text-color: #3d3d3d;
  --light-color: #525354;
  --hero-text: 1.8rem;
  --primary-heading: 48px;
  --secondary-heading: 36px;
  --primary-text: 16px;
  --card-text-size: 2rem;
  --sub-text: 14px;
  --sub-heading: 3.2rem;
  --secondary-text: 1.8rem;
  --line-height: 1.4;
  --font-weight: 700;
  --text-weight: 500;
  --li-weight: 600;
  --light-weight: 400;
  --white: #fff;
  --btn-color: #8a7310;
  --display-flex: flex;
  --position-relative: relative;
  --position-absolute: absolute;
  --bg-transparent: transparent;
  --width-100: 100%;
  --margin-auto: 0 auto;
  --display-block: block;
  --height-100: 100%;
  --navy: #072146;
  --navy-deep: #051633;
  --cream-card: #f4f1e8;
  --cream-card-soft: #f8f7f2;
  --grey-box: #e7e8ee;
  --dark-card: #14171f;
  --hairline: #e3e1d8;
}
i {
    font-style: italic;
    font-weight: inherit;
}
.team-section .info-panel {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 236px;
    height: 70px;
    background: #fff;
    padding: 12px 12px 20px;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    will-change: height, transform, opacity;

    transition:
        height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        padding 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.5s ease;
}

h1 i {
    display: block;
    font-weight: 400;
    font-style: italic;
}
.hero-section {
    Z-INDEX: 1 !important;

}
@font-face {
  font-family: "Canela Trial";
  src: url("/wp-content/themes/aegir-consulting/assets/fonts/CanelaText-RegularNo2-Trial.otf"); /* Add other formats if needed */
  font-weight: 400;
}



html {
	font-family: var(--font-family);
	font-size: 62.5%;
	font-weight: var(--light-weight);
	color: #272727;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color: inherit;
	display:block;
	word-break: break-word;
}
.hameburger.cross {
    display: none;
}
h1{
	font-size:var(--primary-heading);
    font-family:var(--primary-font);
	line-height: var(--line-height);
	
	
	font-weight: var(--light-weight);
	
}
li#menu-item-203::after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/07/chevron-down-svgrepo-com-3-1-e1783077037724.png);
    width: 12px;
    height: 100%;
    background-repeat: no-repeat;
    max-width: 16px;
    background-size: contain;
     top: 48px;
    right: 0px;
	    filter: invert(1);

}
.home li#menu-item-203::after {

        filter: drop-shadow(2px 4px 6px black);
 
}
.page-id-11  .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    justify-content: left !important;
}
.page-id-11 .tax-section .container{display: flex; flex-direction: column;}
.page-id-11 .tax-section .risk-disclose{background: #0721461A; border-color:#07214633 ; order: 1;}
.page-id-166 .risk-disclose,
.page-id-181 .risk-disclose,
.page-id-184 .risk-disclose,
.page-id-228 .risk-disclose {
  display: none;
}
.entry-content h2 strong, .entry-content h3 strong, .entry-content h4 strong, .entry-content h5 strong {
    font-weight: 400;
}


.page-id-184 .note-box,
.page-id-166 .note-box {
  display: none;
}
.accordion-content-inner li {
    list-style: none !important;
}
.page-id-181 .route-row-inner-2 .route-min-label{display: none;}
.page-id-184 .tax-card:last-child {
  grid-column: span 2;
}

.page-id-11  .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden  {
 transform: translate3d(220px, 0px, 0px);
}
h2{
	font-size: var(--secondary-heading);
	font-weight: var(--font-weight);
	 font-family:var(--primary-font);
	color:var(--primary-theme-color);
		font-weight: var(--light-weight);	
		line-height: var(--line-height);



}
h3{
	font-size:var(--sub-heading);
	font-weight:var(--font-weight);
}
.right-blog-card:hover h4,.recent-blog:hover h2 a {
     color: var(--Gold, #8A7310);

}
.primary-btn{
	padding: 16px 28px;
   background-color: var(--btn-color);
   color: var(--white);
   font-size: var(--sub-text);
   font-weight: var(--font-weight);
   width: fit-content;
}
p.about-hero-paragraph.about-hero-pera {
    margin-bottom: -14px !important;
}
.hero-btns .primary-btn:last-child:hover {
    background: white;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
}
a {
	transition: 0.3s;
}
p{
	font-size: var(--primary-text)s;
	line-height: var(--line-height);
	color: var(--text-color);
	font-weight:var(--text-weight);
}
li {
    list-style: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    cursor: pointer;
}
.menu-item-has-children{
    position: relative;
}
/* Base */
.menu-item-has-children {
    position: relative;
}
.location-card {
    position: relative;
    overflow: hidden;
    height: 100%;
}
ul.route-list li {
    list-style: disc;
}
.contact-form-consent input[type="checkbox"] {
    display: block;
    width: fit-content;
}
.tab-blog img:hover {
    transform: scale(1.2);
}

.blog-tab-card a {
    overflow: hidden;
    transition: 0.6s;
    border-radius: 8px;
}

.blog-tab-card img {
    transition: 0.5s;
}

.contact-form-consent .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-form-consent .wpcf7-list-item label input {
    margin-top: 2px;
    width: 20px;
    height: 20px;
}
.mySwiper-brands  .swiper-slide img {

    filter: grayscale(1);
}


.contact-form-consent .wpcf7-list-item {
    margin-left: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:disabled {
    opacity: 0.5;
}
.page-id-132 .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    justify-content: left;
}
article.author-post-card a {
    overflow: hidden;
    border-radius: 10px;
}

article.author-post-card a img {
    transition: 0.5s;
}
.page-id-132 .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    transform: translate3d(220px, 0px, 0px);
}

.location-card-bg {
    position: absolute !important;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .5s ease;
    z-index: 1;
}

.location-card:hover .location-card-bg {
    transform: scale(1.1);
}

.location-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
 
}
section.team-section.about-team-section .team-grid {
    justify-content: left;
}
a.location-card-link {
    height:332px;
}

.mySwiper-brands .swiper-wrapper {
    align-items:center;
}
.bulgaria-team-card p.role {
 
    letter-spacing: 1.44px;
}


.menu-item-has-children > .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background: #fff;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    padding: 0 !important;
    z-index: 99;
}
.team-grid {
    justify-content: center;
}
/* ---------------- Desktop ---------------- */
@media (min-width: 992px){

    .menu-item-has-children > .sub-menu{
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        pointer-events: none;

        max-height: none;
        overflow: visible;

        transition:
            opacity .3s ease,
            transform .35s ease,
            visibility .35s ease;
    }

    .menu-item-has-children:hover > .sub-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}
ul.sub-menu {
    border-radius: 4px;
 
}

ul.sub-menu li:first-child {
    border-radius: 4px 4px 0 0;
}
ul.sub-menu li:last-child {
    border-radius: 0 0 4px 4px;
}
/* ---------------- Mobile ---------------- */
@media (max-width: 1024px){

    .menu-item-has-children > .sub-menu{
        position: static;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        transition: max-height .35s ease;
    }

    .menu-item-has-children.active > .sub-menu{
        max-height: 500px; /* Adjust if needed */
    }
}

ul.sub-menu li{
    padding:10px;
}

ul.sub-menu a {
    color:#191919 !important;
    font-size:14px;
}
ul.sub-menu a:hover {
    color: var(--btn-color) !important;

}
ul.sub-menu li {
 
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

}
ul.sub-menu li:last-child{
	border:none;
}

ul.sub-menu li:hover {
 
    background:#8a7310;

}
ul.sub-menu li:hover a {
 
    color:#fff !important;

}

ul.sub-menu {flex-direction: column;}

li#menu-item-25 {}

li#menu-item-25 {
    /* padding-bottom: 22px; */
}
input,
button {
	font-family: var(--font-family);
}
address {
	font-style: normal;
	color: black;
}
address {
	font-style: normal;
	font-weight: 500 !important;
	color: black;
}
address  a{
	font-weight: 500 !important;

}
input:focus {
	outline: none;
}
section#get-quote h1 {
	text-align: center;
	margin-bottom:20px;
}
button {
	cursor: pointer;
	background-color: transparent;
	border: none;
}

body {
	font-size: 1.6rem;
}
img{
	width:100%;
	display:block;
}
ul.sub-menu li {
 
    ALIGN-ITEMS: left;
    TEXT-ALIGN: left;
    WIDTH: 100%;
}
header#masthead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16) ;
}


.container {
	width: 100%;
	width: 100%;
	max-width: calc(1232px + 24px);
	margin: 0 auto;
	padding-inline: 12px;
}
.header-logo img {
	max-width: 110px;
}
.header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header#masthead {
	background: var(--bg-color);
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	padding-block: 0px 0;
}
nav#site-navigation ul {
	display: var(--display-flex);
	gap: 32px;
}
.author-media {
    display: flex;
    gap: 5px;
}
.author-content span {
    color: var(--Blue, #072146);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-top: 5px;
    display: block;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}



/* .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
} */
.author-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-media a:hover {
    background: var(--Gold, #8A7310);
    border-color: var(--Gold, #8A7310);
}
.header-right-content {
    display: var(--display-flex);
    align-items: center;
    gap: 20px;
}
.header-contact {
    display: var(--display-flex);
    align-items: center;
    gap: 10px;
}

.author-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
.header-contact div a:last-child {
    color: var(--Blue, #072146);
    font-size:var(--sub-text);
    font-weight: var(--font-weight);
}
td.dark-bg {
    background: #f0f0f0;
}
.header-contact div a:first-child {
    font-size: 12px;
    color: var(--light-color);
    font-weight: var(--font-weight);
}
header#masthead .container {
    max-width: 1600px;
}
/* Hero, nav-overlay, and subheading styles all moved to main.css */
.mySwiper-brands  .swiper-slide img{
  max-width: 133PX;
}
.right-img img {
    max-width: 280px;
}
section.brands-section .container {
    max-width: 100%;
    padding-inline: 46px;
}
.left-slider {
    display: contents;
}
.brands-main {
    display: flex;
    gap: 32px;
    align-items: center;
}
.single-post-author img {
    aspect-ratio: 1;
    object-fit: cover;
}
section.brands-section {
    padding-block: 40px;
}
.fetaured-content {
	max-width: 730px;
    border-radius: 0 0 0 8px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 2%, rgba(25, 25, 25, 0.40) 35.69%);
    backdrop-filter: blur(5px);
    width: fit-content;
    padding: 30px 40px;
}
.mySwiper-brands::before {
    position:absolute;
    content:'';
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    left: -2px;
    height: 100%;
    width: 14%;
    z-index: 99;
}
.right-img {
    width: 100%;
    max-width: 15%;
}
.blog-content h4 a {
    font-family: 'Canela Trial';
}
.our-program-main {
    display: var(--display-flex);
}
.hero-btns .primary-btn:last-child {
    background: transparent;
    border: 1px solid;
}
.our-program-left h2 {
  max-width: 550px;
}
.our-program-right {
    width: var(--width-100);
    max-width: 52%;
}
.accordion-item.is-open button.accordion-header.active {
  
    color: var(--Gold, #8A7310);
}
section.faq-section .accordion {
    padding-top: 0;
}
  section.how-it-works-wrapper span.icon {
	border-radius: 21px;
	  padding: 8px;
    border: 1.4px solid var(--Gold, #8A7310);
    display: flex;
    align-items: center;
    justify-content: center;
  }
span.icon svg {
	width: 15px;
	height: 15px;
}
.accordion span.icon {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.accordion {
    width: 100%;
    max-width: 814px;
    margin: 0 auto !important;
}
.our-program-right p {
  
 color: var(--light-color);
}
span.section-label {
    color: var(--btn-color);
    font-size: var(--sub-text);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    text-transform: uppercase;
}
section.our-program-section {
    padding-block: 60px 80px;
}
section.our-location .container {
    max-width: 100%;
    padding-inline: 30px;
}
.swiper.mySwiper-locations.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    transform: translate3d(126px, 0, 0);
}
.location-card {
    height: 332px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.location-card {
    display: var(--display-flex);
    flex-direction: column;
    justify-content: end;
    padding: 22px;
}

.location-card h3 {
    color: var(--white);
    font-size: 26px;
    line-height: normal;
    font-family: 'Canela Trial';
    font-weight: 400;
}
.image-fix {
    position: sticky;
    top: 0;
}
section.process-section {
    padding-inline: 16px;
}
.location-card p {
    color: var(--white);
}

.location-card p span {font-size: 20px;}

span.diff-num {
    color: var(--btn-color);
    font-family: var(--primary-font);
    font-size: 52px;
    font-weight: var(--light-weight);
    line-height: 42px;
    
 	letter-spacing: 0.643px;
    opacity: 0.4;
}
.diff-item.is-active span.diff-num {
    opacity: 1 !important;
}
.hero-btns .primary-btn:last-child {
    background: transparent;
    border: 1px solid;
}

/*  */
/* ==========================================================
   AEGIR CONSULTING — main.css
   All page-level component styles (globals live in style.css)
   ========================================================== */

/* ----------------------------------------------------------
   SCROLL REVEAL SYSTEM
   ---------------------------------------------------------- */
.reveal,
.reveal-left,
.reveal-right,
.reveal-hero {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--delay, 0s);
}
.reveal-left  { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-hero  { transform: translateY(24px); transition-duration: 1s; }

.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-hero.is-visible {
    opacity: 1;
    transform: translate(0);
}
.qualifies-section {
  position: relative;             /* ~100vh per row (6 rows) — tune to taste */
}
.info-panel.bulgaria-info-panel {
       height: 72px !important;
    border-radius: 8px;
    border-bottom: 1px solid var(--Gold, #8A7310);
    background: var(--White, #FFFFFD);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    transition: 0.4s;
}
/* the pinned panel (left column + accordion stay locked while you scroll) */
.qualifies-section .container {

  display: flex;
  align-items: center;
}


.qualifies-grid { width: 100%; }

/* required for the open/close animation */
.qual-text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
/* ----------------------------------------------------------
   SHARED TOKENS
   ---------------------------------------------------------- */
.section-pad { padding-block: 96px; }
.hameburger {
    display: none;
}

.label-light {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;

    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
}
.location-card {
    position: relative;
    overflow: hidden;
}

.location-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

	.blog-left-content .table-of-content {
    display: none;
}
.location-card h3 {
    margin: 0;
    transition: transform 0.4s ease;
}

p.hover-content {
	
    font-size: 12px;
  
}
section.bulgaria-team-seaction .team-grid {
    max-width: 921px;
    margin: 0 auto;
}
.location-card:hover .hover-content span{max-height: 100px; opacity: 1;  }
.hover-content span {
  display: block;
  height: 100%;
  opacity: 0;
  max-height: 0px;
	transition: all 1s ease;
}
.timeline-container::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -1.7%;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #8a7310;
    z-index: 1;
}


.label-light-sm {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 16px;
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}
.section-head h2 { margin-bottom: 16px; }
.section-head p  {  color: var(--light-color); font-size: 1.6rem; }

.btn-gold {
    padding: 16px 28px;
    background: #8A7310;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
 
    text-transform: uppercase;
    transition: background 0.3s, transform 0.2s;
	  width: fit-content;
}
.btn-gold:hover { background: #6e5c0d; border-color: #6e5c0d; }

.btn-outline-white {
    display: inline-block;
    padding: 15px 30px;
    background: transparent;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid rgba(255,255,255,0.7);
    transition: border-color 0.3s, background 0.3s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

.btn-outline-dark {
    display: inline-block;
    padding: 13px 28px;
    background: transparent;
    color: #072146;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #072146;
    transition: background 0.3s, color 0.3s;
    white-space: nowrap;
}
.btn-outline-dark:hover { background: #072146; color: #fff; }
.featured-main .blog-header div {
    width: fit-content;
}
/* ----------------------------------------------------------
   HEADER (transparent on homepage)
   ---------------------------------------------------------- */
 .home header#masthead {
   
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.home nav#site-navigation ul li a,
.front-page nav#site-navigation ul li a { color: #fff; }
.home .header-contact a,
.front-page .header-contact a { color: #fff !important; }
.home .header-logo img,
.front-page .header-logo img { filter: brightness(0) invert(1); }

/* Header scrolled state (class added by JS on scroll > 80px) */
/* .home header#masthead.scrolled,
.front-page header#masthead.scrolled {
    position: fixed;
    background: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,0.10) !important;
    box-shadow: 0 2px 24px rgba(7,33,70,0.08);
    transition: background 0.3s, box-shadow 0.3s;
} */
/* .home header#masthead.scrolled .header-logo img,
.front-page header#masthead.scrolled .header-logo img { filter: none; }
.home header#masthead.scrolled nav#site-navigation ul li a,
.front-page header#masthead.scrolled nav#site-navigation ul li a { color: #072146; }
.home header#masthead.scrolled .header-contact a,
.front-page header#masthead.scrolled .header-contact a { color: #072146 !important; } */

/* ----------------------------------------------------------
   HERO
   ---------------------------------------------------------- */
.hero-section {
    position: relative;
    height: calc(100vh - -32px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    Z-INDEX: -1;
    margin-top: -102px;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home header#masthead {
    background: transparent;
	 Z-INDEX: 99;
	position:relative;
}


.hero-overlay {
    position: absolute;
    inset: 0;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
}
.hero-rating {
    flex-direction: column-reverse;
}
.hero-content.reveal-hero.is-visible span {
    color: white;
    font-size: 14px;
}
.hero-section .container { position: relative; z-index: 2; }

.hero-content {
    text-align: center;
    padding-top: 80px;
}
.hero-content h1 {
  color: #fff;
  max-width: 864px;
  margin: 0 auto 32px;
  font-size: 52px;
  line-height: 62px;

}
.hero-content h1 i {
    font-style: italic;
    font-weight: 400;
    display: block;
}
.hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.hero-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}
.hero-rating span {
    color: rgba(255,255,255,0.9);
    font-size: 18px !important;
    font-weight: 500;
}
nav#site-navigation ul {

    ALIGN-ITEMS: CENTER;
}
li#menu-item-203 {
    HEIGHT: 100PX;
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
}
/* ----------------------------------------------------------
   STATS
   ---------------------------------------------------------- */
.stats-section {
    background: #fff;
    padding-block: 80px 167px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.stat-number {
  color: var(--Blue, #072146);
font-variant-numeric: lining-nums proportional-nums;
font-family: var(--primary-font);
font-size: 52px;

font-weight: 400;
line-height: normal;
}
.stat-item p {
 font-size: var(--hero-text);
 line-height: 22px;
 color: var(--light-color);
 margin: 20px 0 0;

 

}

/* ----------------------------------------------------------
   DIFFERENCE  (scroll-pinned sticky accordion)
   ---------------------------------------------------------- */

/* Outer section is tall so sticky child has room to scroll through */
/* Outer section is tall so sticky child has room to scroll through */
.difference-section {
    position: relative;

    background: #faf9f5;
	    padding-block: 120px 140px;
}
section#difference span.principle-num {
    font-size: 40px;
    font-family: 'Canela Trial' !important;
}
section#difference  .principle-card h3 {
    margin-block: 24px 12px;
    line-height: 30px; /* 136.364% */
}

section#difference  .principle-card p {
    font-size: 15px;
    line-height: 20px;
}
/* The visible viewport-height panel that sticks */
.difference-pin {
    position: sticky;
    top: 0;
	padding-block:0  !important;

    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #faf9f5;
    overflow: hidden;
   
}
p.mobile-author {
    display: none;
}
li#menu-item-203 {
    padding-right: 24px;
}
span.diff-label {
    color: var(--191919, 
#191919);
    font-size: 22px;
    font-family: var(--primary-font);
    font-weight: var(--light-weight);
    line-height: var(--line-height);
    margin-block: 20px 10px;
    display: var(--display-block);
}
.difference-pin-top {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 100px;
}
.difference-pin-top h2 {    
    margin-bottom: 16px;
    margin-top: 20px;
}
.bg-color {
    background: 
#f9f9f8;
}
.difference-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: flex-start;
}

.difference-image {
    MARGIN-TOP: 20PX;
}
.diff-item {
    position: relative;
    overflow: hidden;
}

.diff-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1PX;
    background: black;
    transition: width 1s ease;
    z-index: 2;
}


.diff-item.is-active::before {
    width: 100%;
}
.bulgaria-team-card {
    padding: 18px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.info-panel h3 {
    text-align: center;
}

.bulgaria-team-card p.role {
    text-align: center;
    line-height: 16px;
}

.difference-image img {
    display: block;
    border-radius: 2px;
    transition: opacity 0.5s;
}
.team-card.bulgaria-team-card {
    min-width: 293px;
}
.team-card.bulgaria-team-card {
    background: transparent !important;
    height: unset;
    flex-direction: column;
}

.team-card.bulgaria-team-card .team-img-box {
    position: unset;
}

.info-panel.bulgaria-info-panel {margin-top: -85px;}

.team-card.bulgaria-team-card {
    padding: 0;
}

.info-panel.bulgaria-info-panel {
    max-width: 87% !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
	bottom: 20px;
    margin: 0 auto;
}
.team-card.bulgaria-team-card:hover .info-panel{transform: unset; } 

/* Items list */
.difference-items {
    display: flex;
    flex-direction: column;
}
.diff-item {    
    padding: 18px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.32);
    cursor: default;
    transition: opacity 0.45s cubic-bezier(0.22,1,0.36,1);

}
.swiper.mySwiper-locations.swiper-initialized.swiper-horizontal  .swiper-wrapper  {
   
    transform: translate3d(84px, 0, 0);
}
.diff-item.is-active { opacity: 1; }
.diff-text { flex: 1; }
/* Body text expands on active — max-height set precisely by JS */
.diff-body-wrap {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding-bottom: 4px;  /* always included so scrollHeight is stable */
    transition: max-height 0.52s ease,
                opacity    0.38s ease;
}
.diff-item.is-active .diff-body-wrap {
    opacity: 1;
    /* max-height injected inline by JS = exact scrollHeight, no overshoot */
}
.diff-body-wrap p {
 color: var(--light-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* ----------------------------------------------------------
   PROCESS  (scroll-pinned accordion — 3 steps)
   ---------------------------------------------------------- */

.process-section {
    position: relative;
        background: #fff;
}
.process-section span.section-label {
  text-align: left;
  margin-bottom: 15px;
}

.process-pin {

    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;

    padding-block: 120px;
}

/* Two-column section header */
.process-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 36px;
}
.process-header-left h2 {
  
    margin-top: 8px;
}
.process-header.reveal.is-visible {
    padding-bottom: 50px;
}
.psb-text {

    padding-top: 22px;
}
.process-header-right {
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
}
.process-header-right p {
    color: var(--light-color);
}
.difference-pin-top.reveal.is-visible p {
    color: var(--light-color);
	letter-spacing: -0.16px;

}
.process-step-row svg path {
    fill: #888;
}

/* Steps container */
.process-steps { display: flex; flex-direction: column; }

.process-step { border-top: 1px solid rgba(25, 24, 24, 0.20); }
.process-step:last-child { border-bottom: 1px solid rgba(25, 24, 24, 0.20); }
.process-step.is-active {
    border-color: #191818;
}
/* Step header row */
.process-step-row {
    display: var(--display-flex);
    align-items: center;
    gap: 40px;
    
}

.ps-title {
    flex: 1;
   color: #2D2C2C;
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 42.88px;
    transition: color 0.4s, font-size 0.4s;
}
.process-step:first-child {
    border: none;
}
.ps-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    flex-shrink: 0;
    transition: background 0.4s, border-color 0.4s, color 0.4s;
}

/* Active step */

.process-step.is-active .ps-icon {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

/* Expandable body — max-height set precisely by JS */
.process-step-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  
}
.process-step {
   
    padding-block: 0px 33px;
}
.process-step.is-active .process-step-body {
    opacity: 1;
 
}

.psb-text { display: flex; flex-direction: column; gap: 14px; }
.psb-text p {
   
    color: var(--light-color);
   
}
.ps-icon {
    margin-left: -60px;
}
span.ps-num {
    color: #2D2C2C;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;

}


/* Mobile: revert to static */

.testimonials-header h3 {
    color: var(--Gold, #8A7310);
    text-align: right;
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    font-weight: 600;
    line-height: 24px; /* 200% */

    text-transform: uppercase;
    text-align: justify;
}

.testimonials-header p {
    color: var(--191919, #191919);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */

    margin-top: 15px;
}

section.testimonials-section {
    background: rgba(138, 115, 16, 0.04);
    padding-block: 120px;
}

.testimonials-card {
    border-radius: 8px;
    background: #FFF;
    padding: 30px 26px 40px;
}

.testimonials-footer img {
    max-width: 55px;
    border-radius: 50pc;
}
section#difference .right-img {
    width: 100%;
    max-width: 45%;
}
.testimonials-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 80px;
}

.testimonials-footer h4 {
    font-size: 14px;
    color: var(--Blue, #072146);
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonials-footer h4 span {
    color: var(--Text, #525354);
    font-size: 14px;
    font-weight: 400;
}

.testimonials-footer span {
    font-size: 12px;
}


.swiper.mySwiper-testimonials.swiper-initialized.swiper-horizontal.swiper-backface-hidden span.swiper-pagination-bullet {
    border-radius: 10px;
    background: #D9D9D9;
    width: 64px;
    height: 5px;
}



.swiper.mySwiper-testimonials.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    padding-bottom: 66px;
}
span.section-label {
    text-align: center;
    display: block;
}

section.testimonials-section h2 {
    text-align: center;
    margin-block: 10px 16px;
}
p.testimonials-content {
	color: #525354;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px;
	  line-height: 24px;
 
}
/* Swiper overrides */
.swiper-pagination-bullet { background: #c5c5c5; opacity: 1; }
.swiper-pagination-bullet-active { width: 24px; border-radius: 4px; }
.testimonials-pagination,
.case-study-pagination { bottom: 0 !important; }

/* ----------------------------------------------------------
   CTA BANNER
   ---------------------------------------------------------- */
section#contact {
    padding-block: 120px;
}

section#contact .container {
    border-radius: 16px;
    background: rgba(7, 33, 70, 0.08);
    max-width: 1600px;
    padding-inline: 30px;
    padding-top: 30px;
}

.cta-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.cta-left-content h2 {
    width: 100%;
    max-width: 520px;
}

.cta-right-content img {
    max-width: 330px;
}

.cta-left-content p {
    color: var(--Text, #525354);
    max-width: 53rem;
    margin-block: 16px 40px;
}

.cta-left-content span.section-label {
	  margin-bottom: 10px;
    text-align: left;
}

.cta-left-content {}

.cta-right-content h3 {
    color: var(--191919, #191919);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 143.75% */
  
    /* position: relative; */
    margin-top: 104px;
}

.cta-right-content h3 span {
    display: block;
    color: var(--Text, #525354);
    font-size: 15px;
    font-weight: 500;
}

.cta-right-content {
    display: flex;
    gap: 50px;
    width: 100%;
    max-width: 38%;
    position: relative;
}

.cta-right-content h3::before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/06/Vector-1-2.webp);
    width: 100%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 52px;
    right: 38%;
    top: 119px;
}

/*  */

.case-study-main {
    display: flex;
    width: 100%;
}

.case-study-img {
    width: 100%;
}

.case-study-img img {
    width: 100%;
}

.case-study-img img {
    width: 100%;
    max-width: 100%;
}

.case-study-right-content {
    width: 100%;
    max-width: 50%;
    border-radius: 10px;
    background: #FFF;
    padding:36px;
	display: flex;
	gap: 15px;
	flex-direction: column;
	justify-content: space-between;
}

.case-study-right-content h3 {
    font-size: 16px;
    margin-block:  24px 14px;
}

.case-study-right-content p {
    font-size: 14px;
    color: var(--191919, #191919);
}

.case-study-right-content a {
    font-size: 12px;
    border-bottom: 1px solid #072146;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--Blue, #072146);
    margin-block: 30px 78px;
    gap: 11px;
    padding-bottom: 4px;
    width: fit-content;
}

.case-left-content {
    display: flex;
    align-items: center;
    gap: 11px;
}

.case-left-content img {
    max-width: 55px;
}

.case-left-content h4 {color: var(--Blue, #072146);}

.case-left-content h4 span {
    display: block;
    color: var(--Text, #525354);
    font-size: 14px;
}

.casestudy-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.casestudy-footer p {
    font-size: 16px;
    color: var(--Blue, #072146);
    font-weight: 600;
}

.case-study-main {
    gap: 20px;
}
span.swiper-pagination-bullet {
    border-radius: 10px;
    background: #D9D9D9;
    width: 64px;
    height: 5px;
}


.mySwiper-case-study  .swiper-wrapper {
    padding-bottom: 70px;
}
.case-study-right-content span.section-label {
    text-align: left;
}
section.about-footer {
    background-image: url(/wp-content/uploads/2026/06/image-11-1.webp);
    height: 765px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8fafe;
    padding-top: 63px;
}

section.about-footer h2 {
    text-align: center;
    text-transform: capitalize;
}

section.about-footer h2 i {
    display: block;
}

section.about-footer p {
    color: var(--Text, #525354);
    max-width: 61rem;
    text-align: center;
    margin: 30px auto 30px;
}

section.about-footer a {
    margin: 0 auto;
    text-transform: uppercase;

    font-weight: 500;
}

.blob-main {
    display: flex;
    gap: 24px;
}

.right-blog-card {
    display: flex;
    gap: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-content p {
    color: var(--Text, #525354);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.blog-detail {}

.blog-detail {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-content h4 {
    color: #000;
    font-family: 'Canela Trial';

    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
  
    font-size: 18px;
    margin-block: 16px 8px;
}

h3.cat-name {
    color: var(--Gold, #8A7310);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

span.recent-date {
    color: var(--Text, #525354);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-image img {
    border-radius: 8px;
    aspect-ratio: 1.229;
    object-fit: cover;
}

.right-blog-card:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
h2.blog-title a {
    font-size: 30px;
    width: 100%;
    display: block;
    color: black;
    margin-block: 26px 16px;
}

.recent-blog .blog-detail {
    margin-top: 26px;
}
.recent-blog {
    width: 100%;
}
.recent-blog img {
    aspect-ratio: 1.77;
    object-fit: cover;
    border-radius: 8px;
}
.recent-blog img {
    aspect-ratio: 1.77;
    object-fit: cover;
    border-radius: 8px;
}

.blog-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 28px;
}

section.blog-section {
    padding-block: 120px;
}
/* ----------------------------------------------------------
   FOOTER
   ---------------------------------------------------------- */
.site-footer {
    background: #072146;
    color: rgba(255,255,255,0.8);
    padding-top: 72px;
    padding-bottom: 0;
}
.footer-main { 
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand{
	max-width: 450px;
}
.footer-brand-logo { max-width: 120px; margin-bottom: 24px; filter: brightness(0) invert(1); }
.footer-brand p { color: var(--White, #FFFFFD);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */ 
margin-bottom: 32px;
}
.footer-social { display: flex; gap: 12px; margin-top: 28px; }
.footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social a svg { display: block;  color: #fffffd; transition: all 0.2s ease;}
.footer-social a svg:hover{  color: #8A7310;} 
.footer-col-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
 
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
    color: white;
    font-size: 14px;
    transition: color 0.2s;
    display: inline;
}
.footer-col ul li a:hover { color: #8A7310; }

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 1.4rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}
.footer-contact-item span{max-width: 170px;}
.footer-contact-item svg { flex-shrink: 0; margin-top: 1px; }
.footer-contact-item a { color: rgba(255,255,255,0.65); }
.footer-contact-item a:hover { color: #8A7310; }

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    gap: 16px;
    flex-wrap: wrap;
}
.footer-bottom p {
    font-size: 1.3rem;
    color:#fff;
    margin: 0;
    line-height: 1;
}
.footer-bottom-links {
    display: flex;
}
.footer-bottom-links a:last-child {
 border-right: unset;
	padding-right: 0px;
	margin-right: 0px;
}
.footer-bottom-links a {
	   border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
    font-size: 1.3rem;
    color: #fff;
    transition: color 0.2s;
}
.footer-bottom-links a:hover{
	text-decoration: underline
}
.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */
.program-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52px;
}

.program-header p {
    width: 100%;
    max-width: 606px;
}

/* Jurisdictions Hero Section */
.jurisdictions-hero {
    background-color: #faf9f5;
    padding: 84px 0 102px;
}
.hero-container {

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.hero-text {
  flex: 1;
}
span.label-light {
    color: var(--Gold, #8A7310);
}
.hero-text p {
  
color: var(--Text, #525354);
margin-top: 24px;
}

.hero-image-box {
  flex: 1;
}

.hero-image-box img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 4px;
}

/* Active Programmes Cards Grid */
.programmes-section {
  
  padding: 100px 0px 120px;
}

.programmes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.prog-card {
 border-radius: 10px;
border: 1px solid rgba(138, 115, 16, 0.20);
background: rgba(138, 115, 16, 0.06);
padding: 30px;
 transition: transform 0.3s ease;
}
.prog-card:hover {
  transform: translateY(-5px);
}
span.flag-icon img {
    max-width: 52px;
}
.card-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 30px;
    padding-bottom: 30px;
   
}
.card-header {
  display: flex;
  justify-content: space-between;
}

.card-header h3 {
color: var(--191919, #191919);
font-family: var(--primary-font);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 95.833% */
letter-spacing: 0.72px;
text-transform: capitalize;
}

.flag-icon {
  font-size: 1.5rem;
}

.card-tag {
 color: var(--Gold, #8A7310);
font-size: 14px;
margin-top: 10px;
font-weight: 600;
line-height: 23px; /* 164.286% */
letter-spacing: 0.84px;
text-transform: uppercase;
}
.card-footer span {
    color: #AA0020;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px; /* 164.286% */
}

.card-footer p {
    color: var(--Text, #525354);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.card-footer {
    margin-top: 30px;
}
.card-row {
  display: flex;
  justify-content: space-between;

}
.card-row span {
    font-size: 14px;
    color: #525354;
    font-weight: 500;
}

.card-row strong {
    color: var(--Blue, #072146);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px; /* 164.286% */
}

.card-row {
    margin-bottom: 10px;
}

.card-row:last-child {
    margin: 0;
}
.card-row:last-child {
  border-bottom: none;
}

.card-row span {
  color: var(--text-muted);
}

.card-row strong {
  color: var(--primary-blue);
  font-weight: 600;
}

/* Side-by-Side Matrix Table Layout */
.matrix-section {
  background-color: var(--bg-cream);
  padding: 100px 20px;
}
.related-posts .tab-blog {
    gap: 20px;
}
.blog-main-content {
    margin-bottom: 80px;
}
tr.jurisdiction-header-row th {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.02);
}
th.sticky-col {
    background: white !important;
}
section.matrix-section .container {
    max-width: 1400px;
}
ul.sub-menu {
    gap: 0px !important;
}
button#author-load-more {
    background: #8A7310;
    color: var(--White, #FFFFFD);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    padding: 16px 28px;
    text-transform: uppercase;
    margin: 60px auto 0;
}

.author-load-more-wrapper {
  
    display: flex;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.matrix-wrapper {
  
  overflow-x: auto;

  border-radius: 4px;
}

.matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.88rem;
}

.matrix-table th,
.matrix-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
  color: var(--191919, #191919);
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.matrix-table thead th {
    white-space: nowrap;
    color: var(--191919, #191919);
    text-align: center;
    font-family: "Canela Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-transform: capitalize
}
th.sticky-col {
    text-align: left !important;
}
th.sticky-col {
    text-align: left !important;
}th.sticky-col {}

h2.section-title-center {
    text-align: center;
}

section.matrix-section span.label-light {
    text-align: center;
    margin: 0;
}   
.leader-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.leader-header .lead-box span {
    color: var(--Gold, #8A7310);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
}


.leader-header p {
    width: 100%;
    max-width: 626px;
}
.lead-box span {
    color: var(--Gold, #8A7310);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.matrix-section p.section-subtitle-center {
    text-align: center;
    color: var(--Text, #525354);
    text-align: center;
    font-family: var(--Font-Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
 
    max-width: 78rem;
    margin: 16px auto 60px;
}
.flag-sm {
 display: block;
}
span.flag-sm img {
    width: 100% !important;
    max-width: 42px;
    height: 50px !important;
}
th.sticky-col {
    vertical-align: bottom;
}
.category-break {
  background-color: var(--table-header) !important;
}

.category-break td {
background: var(--Gold, #8A7310);

  padding: 10px 20px;
  color: var(--White, #FFFFFD);
text-align: center;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.96px;
text-transform: uppercase;
}

.matrix-table tbody tr:nth-child(even) {
  background-color: #fdfdfd;
}

.matrix-table tbody tr:hover {
  background-color: #faf6ee;
}

.sticky-col {
color: var(--191919, #191919);

font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

/* Professional Advisor Callout Box */
.advisor-callout-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}

.callout-card {
  background-color: #f4f1ec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
}

.callout-text-box {
  padding: 60px;
  flex: 1.3;
}

.cta-tag {
  font-size: 0.7rem;
  color: var(--accent-gold);
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.callout-text-box h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  color: var(--primary-blue);
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
}

.callout-text-box p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 30px;
}

.btn-gold-action {
  display: inline-block;
  background-color: var(--accent-gold);
  color: var(--white);
  padding: 14px 28px;
  font-size: 0.75rem;
  font-weight: 600;

}

.callout-image-box {
  flex: 0.7;
  position: relative;
  height: 100%;
}

.callout-image-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.advisor-tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(10, 34, 64, 0.95);
  color: var(--white);
  padding: 10px 15px;
  font-size: 0.8rem;
  font-weight: 600;
  border-left: 3px solid var(--accent-gold);
}

.advisor-tag span {
  color: #a4b0be;
  font-size: 0.7rem;
  font-weight: 400;
}

/* Where each programme leads section */
.leads-section {
  background-color: var(--bg-cream);
  padding: 130px 0px;
}

.leads-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lead-box {
 border-radius: 16px;
border-bottom: 1px solid var(--Gold, #8A7310);
background: rgba(138, 115, 16, 0.04);
padding: 30px;
}

.lead-box h3 {
 color: var(--191919, #191919);
font-family: "Canela Trial";
font-size: 24px;
font-style: normal;
font-weight: 400;
margin-block: 12px;
line-height: 32px; /* 133.333% */
letter-spacing: 0.4px;
}

.lead-box p {
color: var(--Text, #525354);
font-family: "Plus Jakarta Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 153.333% */
}

/* Lake CTA Section with Backdrop Overlay */
.lake-cta-section {
  background:
    linear-gradient(rgba(10, 34, 64, 0.45), rgba(10, 34, 64, 0.45)),
    url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1600&q=80")
      no-repeat center center/cover;
  padding: 120px 20px;
  text-align: center;
  color: var(--white);
}

.cta-subtag {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent-gold);
  display: block;
  margin-bottom: 15px;
}
section.contact-us-section {
    background: #f3f1e7;
    padding-block: 80px 95px;
}

.contact-main {
    display: flex;
    gap: 30px;
}

.contact-left-content {
    width: 100%;
    max-width: 50%;
}

.contact-form {
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    padding: 40px;
}

.contact-form {}

.contact-form input {}

.contact-form input,.contact-form textarea,.contact-form select {
    width: 100%;
    padding: 16px 20px;
    border-radius: 6px;
    border: 1px solid rgba(138, 115, 16, 0.20);
    background: rgba(138, 115, 16, 0.08);
    color: var(--Text, #525354);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Plus Jakarta Sans';
 
}

.contact-form-input {
    display: flex;
    width: 100%;
    gap: 21px;
}

.contact-form-input div {
    width: 100%;
}

.contact-form-input textarea {
    height: 102px;
    resize: none;
}

.contact-form-input label {
    margin-bottom: 16px;
    display: block;
}

.contact-form-input br {
    display: none;
}
/* About Hero Section styling */
.about-hero-section {
  background-color: #8A73100A;
  padding: 80px 0px 110px;
  text-align: center;
}

.main-title {
  font-family: var(--primary-font);
  font-size: 48px;
  color: var(--primary-theme-color);
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 26px;
}

.about-hero-gallery {
  max-width: 1100px;
  margin: 0 auto;
}
.gallery-item-sm img {
  margin: 0 auto;
  max-width: 690px;
  object-fit: cover;
}

.gallery-item-lg img {
  width: 200px;
  height: 240px;
  object-fit: cover;
}

.about-hero-paragraph {
  max-width: 814px;
  margin: 34px auto;
  color: var(--light-color);
  font-size: 16px;
  line-height: 24px;
}
.about-btn-gold {
	margin: 0 auto;
}

/* Section 2: We advise. */
.advise-section {
  padding-block: 110px;
}

.advise-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}

.advise-left {
  flex: 1;
  max-width: 450px;
}

.advise-left h2 {
  font-family: var(--primary-font);
  font-size: 36px;
  color: var(--primary-theme-color);
  font-weight: 400;
  line-height: 44px;
}

.advise-right p{
  flex: 1;
  color: var(--light-color);
  font-size: 16px;
  line-height: 23px;
  max-width: 708px;
}

.advise-right > :nth-child(1) {
  margin-bottom: 25px;
}
.advise-content{
	overflow: hidden;
}

.tri-image-grid {
    display: flex;
  overflow-x: auto;
  gap: 20px;
}

.tri-image-grid img {
  width: 100%;
	min-width: 389px;
  border-radius: 12px;
}

/* Section 3: Timeline */
.milestone-section {
  background-color: #8A73100A;
  padding-block: 90px 140px;
}
.milestone-section-title {
  color: var(--primary-theme-color);
  text-align: center;
}
.info-panel.bulgaria-info-panel {
    width: 100%;
	max-width:100%;
}


.timeline-container {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.timeline-dot {  
	width: 100%;
  max-width: 28px;
  height: 28px;
  background-color: #072146;
  border-radius: 50%;
  margin-bottom: 45px;
  margin-left: 10px;
  animation: pulse-ring 1.8s ease-out infinite;
}

@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0px  rgba(201, 206, 210, 0.75); }
  60%  { box-shadow: 0 0 0 20px rgba(201, 206, 210, 0); }
  100% { box-shadow: 0 0 0 0px  rgba(201, 206, 210, 0); }
  /* 100% resets spread back to 0px so next loop starts clean */
}
.timeline-dot:nth-child(1) { animation-delay: 1s; }
.timeline-dot:nth-child(2) { animation-delay: 1s; }
.timeline-dot:nth-child(3) { animation-delay: 1s; }
.timeline-item {
  position: relative;
  z-index: 2;
}
.timeline-dot {
  box-shadow: 0px 0px 1px 20px #c9ced2;
  border-radius: 50%;
  margin-bottom: 45px;
  margin-left: 10px;
}

.timeline-item h3 {
  font-family: var(--primary-font);
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 400;
}

.timeline-item p {
  color: var(--light-color);
  font-size: 16px;
  line-height: 24px;
  max-width: 372px;
}

/* Section 4: Team Section */
.team-section {
  padding-block: 120px 50px;
}
.team-section-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.team-section-title {
  color: var(--primary-theme-color);
  line-height: normal;
	  min-width: 390px;
}
.team-intro-text {
  max-width: 600px;
  color: var(--light-color);
  font-size: 16px;
}

.team-grid {
  display: flex;
  gap: 20px;
 
 scrollbar-width: none;
  -ms-overflow-style: none;
}
.team-grid::-webkit-scrollbar {
  display: none;
}

.team-card {
  position: relative;
  min-width: 284px;
  height: 320px;
  border-radius: 12px;
  background-color: #1c1f26;
  z-index: 1;
}
.team-card:hover {
  z-index: 10;
}

.team-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.team-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.info-panel {
   
    height: 70px;
    background: #ffffff;
    padding: 12px 12px 20px;
    border-radius: 8px;
 z-index:9;
	position:relative;

}

.team-card:hover .info-panel {
  
	    height: auto;
   
    transform: translateY(-50px);
}
.team-card:hover .info-panel {

  transform: translateY(-50px);
	border-bottom: 1px solid #8A7310;
}

section.bulgaria-team-seaction .team-card .info-panel {
    align-items: center;
    padding: 20px !important;
    height: 100%;
    display: flex;
    flex-direction: column;

    justify-content: center;
}
.info-panel h3 {
	font-family: --primary-font; 
  font-size: 20px;
  color: var(--primary-theme-color);
  font-weight: 400;

}

.info-panel .role {
  margin: 0;
  color: var(--btn-color);
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;

  text-transform: uppercase;
}

.info-panel .bio {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-theme-color);

  transition: opacity 0.3s ease 0.1s;
}


.team-card:hover .info-panel .bio {
  opacity: 1;
}
/* Section 5: CTA Blue Banner */
.cta-bannerr {
  background-color: #072146;
  border-radius: 20px;
    padding-left: calc(50% - 613px);
  color: var(--white);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cta-tag {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-text {max-width: 555px;}
.cta-text h2 {
  font-family: var(--primary-font);
  color: var(--bg-color);
  font-size: 36px;
  font-weight: 400;
    line-height: 46px;
  margin-bottom: 20px;
}

.cta-text p {
  color: var(--bg-color);
  font-size: 16px;
  margin-bottom: 40px;
	max-width: 550px;
}

.cta-actions {
   display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.cta-actions .btn-gold {
  margin-inline: 0px;
}

.phone-block {
  display: flex;
  flex-direction: row;
	align-items:center;
  gap: 10px;
}

.phone-label {
  font-size: 12px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 4px;
}

.phone-number {
  font-size: 1.2rem;
  color: var(--white);
  font-weight: 600;
}
.cta-banner-img{
  max-width: 780px;
}

/* Section 6: Principles Section */
.principles-section {
  padding-block: 120px;
}

.principles-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.principles-header h2 {
  font-family: var(--primary-font);
  color: var(--primary-theme-color);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 600px;
}

.principles-content {
  display: flex;
	justify-content: space-between;
  gap: 20px;

}
.mySwiper-case-study .swiper-wrapper {
    height: auto;
}
.principles-image {
    height: fit-content;
}
.principles-list {
 max-width: 620px;
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.principle-card {
  background: #8A731014;
  padding: 30px;
  border-radius: 16px;
  border-bottom: 2px solid var(--btn-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

.principle-num {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--btn-color);
  margin-bottom: 10px;
	text-transform: uppercase;
}
section#contact {
    overflow: hidden;
}

.principle-card h3 {
	
    font-family: 'Canela Trial';

  font-size: 22px;
  line-height: 32px;
  color: var(--primary-theme-color);
  margin-bottom: 12px;
  font-weight: 400;
}

.principle-card p {
  color: var(--light-color);
  font-size: 15px;
  line-height: 23px;
}
.principles-image img {
	max-width: 586px;
	border-radius: 10px;
}
.wpcf7-form {
    display: flex;
    gap: 26px;
    flex-direction: column;
}
span.section-tag {
    color: var(--btn-color);
    font-size: var(--sub-text);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.section-center-tag {
    text-align: center;
    display: block;
}
.contact-icon {
    border-radius: 7px;
    background: rgba(138, 115, 16, 0.10);
    width: fit-content;
    display: flex;
    padding: 17px;
}

.content-us {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 35px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 100%;
}

.contact-left-content p {
    width: 100%;
    max-width: 500px;
}
.content-us p, .content-us a {
    font-size: 18px;
    color: var(--191919, #191919);
      margin: 0 !important;
    max-width: 100%;
}
button.accordion-header {
	text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    color: var(--191919, #191919);
    font-family: 'Canela Trial';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 20px;
}

.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-block: 24px;
}

.accordion-content p {
    color: var(--191919, #191919);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.accordion-content {
    margin-top: 14px;
}

section#faqq .container {
    max-width:  814px;
}

section#faqq h2 {
    text-align: center;
}

.accordion {padding-top: 60px;}

section#faqq {
    padding-block: 120px;
}
.accordion-content {
    margin-top: 14px;
}
.content-us span {
    color: var(--Gold, #8A7310);
    font-family: 'Canela Trial';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    display: block;
}
.contact-left-content p {
    margin-bottom: 40px;
    color: var(--Text, #525354);
    margin-top: 20px;
}
section.blog-hero-section {
    background: #faf9f5;
    padding-block: 80px 114px;
}

.blog-breadcram {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-breadcram a,.blog-breadcram span {
    font-size: 11px;
    text-transform: capitalize;
}

.blog-breadcram span {
    color: var(--Blue, #072146);
}

section.blog-hero-section h1 {
    margin-block: 30px 20px;
}

section.blog-hero-section p {
    width: 100%;
    max-width: 600px;
    color: var(--Text, #525354);
    font-weight: 400;
}
.tab-main {
    display: none;
}

.tab-main.active {
    display: block;

}
a.author-name {
    color: var(--Gold, #8A7310);
    font-family: 'Canela Trial';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tab-blog {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 21px 44px;
}

.blog-tab-card img {
    aspect-ratio: 1.5037;
    object-fit: cover;
    height: auto;
    border-radius: 8px;
}

.blog-tab-card h3 {
    color: #000;
    font-family: 'Canela Trial';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 20px;
    margin-block: 5px 16px;
}

.blog-tab-card div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
}

.blog-tab-card div span {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--Text, #525354);
}

.blog-tab-card div span:first-child {
    color: var(--Gold, #8A7310);
}

.main-tabs button {
    border-radius: 100px;
    border: 1px solid rgba(138, 115, 16, 0.40);
    background: rgba(138, 115, 16, 0.10);
    color: #8A7310;
    font-size: 16px;
    padding: 7px 22px;
}
.tab-blog {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 44px 21px;
}

.blog-tab-card img {
    aspect-ratio: 1.5037;
    object-fit: cover;
    height: auto;
    border-radius: 8px;
}

.blog-tab-card h3 {
    color: #000;
    font-family: 'Canela Trial';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 20px;
    margin-block: 5px 16px;
}

.blog-tab-card div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
}

.blog-tab-card div span {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--Text, #525354);
}

.blog-tab-card div span:first-child {
    color: var(--Gold, #8A7310);
}
section.blog-tab-section .container {
  overflow: hidden;
}

.main-tabs button {
	min-width: 138px;
  line-height: 20px;
    border-radius: 100px;
    border: 1px solid rgba(138, 115, 16, 0.40);
    background: rgba(138, 115, 16, 0.10);
    color: #8A7310;
    font-size: 16px;
    padding: 7px 22px;
}

section.blog-tab-section {
    padding-block: 60px 120px;
}

.main-tabs {
    display: flex;
	overflow: auto;
	gap: 12px;
    margin-bottom: 30px;
	scrollbar-width: none;
  -ms-overflow-style: none;
}
.main-tabs::-webkit-scrollbar {
  display: none;
}
button.active {
    color: #8A7310;
}
span.icon{
	margin-top: 5px;
}
span.icon svg path {
  fill: #8A7310;
}
.tab-main h2 {color: --primary-theme-color;font-family: 'Canela Trial';font-size: 40px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 60px;position: relative;}

.tab-main h2::before {
    position: absolute;
    content: '';
    background: #C69C6D;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    max-width: 80px;
    bottom: -11px;
}
.blog-header {
    align-items: center !important;
}

.blog-tab-card div {
    margin: 0;
}

.blog-header {
    margin-top: 16px !important;
}
.author-img img {
    max-width: 180px;
    border-radius: 50%;
}

section.author-section {}

section.author-section {
    background: #faf9f5;
    padding-block: 135px 106px;
}
.author-img img {
    max-width: 180px;
    border-radius: 50%;
}

section.author-section {}

section.author-section {
    background: #faf9f5;
    padding-block: 135px 106px;
}

.author-content h1 {
    color: var(--Gold, #8A7310);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.author-main {
    display: flex;
}

.about-author p {
    color: var(--Text, #525354);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 20px;
    max-width: 672px;
    width: 100%;
}

.author-main {
    gap: 24px;
}
.author-posts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 24px;
}

article.author-post-card img {
    aspect-ratio: 1.515;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

article.author-post-card h3 a {
    color: #000;
    font-family: 'Canela Trial';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 20px;
    margin-block: 20px 16px;
}

.author-post-meta span {
    color: var(--Text, #525354);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.author-post-meta {
    margin-top: 16px;
}
section.author-posts-section {
    padding-block: 80px 120px;
}
.post-category span {
    color: var(--gold, #8A7310);
    font-weight: 500;
}
.post-category {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-category a,.post-category span {
    font-size: 14px;
    color: var(--blue, #072146);
}

.post-category span {
    color: var(--gold, #8A7310);
    font-weight: 500;
}

.post-featured-image img {
    aspect-ratio: 2.196;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.post-featured-image {
    padding-block: 30px;
}
.post-category {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-category a,.post-category span {
    font-size: 14px;
    color: var(--blue, #072146);
}

.post-category span {
    color: var(--gold, #8A7310);
    font-weight: 500;
}

.post-featured-image img {
    aspect-ratio: 2.196;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.post-featured-image {
    padding-block: 30px;
}

.entry-content h2 {
    color: var(--191919, #191919);
    font-family: 'Canela Trial';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.entry-content h3,.entry-content h4,.entry-content h5 {
    color: var(--191919, #191919);
    font-family: 'Canela Trial';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.entry-content p,.entry-content li, .entry-content span {
    color: var(--Text, #525354);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
    position: relative;
    margin-bottom: 10px;
}

.entry-content li::before {
    border-radius: 4px;
    background: #C5A059;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: -20px;
    top: 7px;
}
section.cta-banner-section .container {
    max-width: 1600px;
}
.entry-content ul ,.entry-content oi {
    padding-left: 19px;
}
/* =========================================================
   PAGE-LEVEL HELPERS
   ========================================================= */
.heading-lg {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--primary-theme-color);
  line-height: 44px;
  font-size: 36px;
}
.heading-lg em {
  font-style: italic;
  font-weight: 400;
}
.lede {
  color: var(--light-color);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.center {
  text-align: center;
}
.section-head {
  max-width: 700px;
  margin: 0 auto 5rem;
}
.section-head.is-left {
  margin: 0 0 5rem;
  max-width: 640px;
}

/* =========================================================
   1. HERO SECTION
   ========================================================= */
.bulgaria-hero {
  background-color: #8a73100a;
  padding-block: 70px 130px;
}
.bulgaria-hero-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.fetaured-content .blog-header div {
    display: flex;
    gap: 30px;
}
.main-tabs button.active {
    color: white;
    background: #8A7310;
}
.greece-container {
  max-width: 1156px !important;
}
.portugal-container{
  max-width: 1342px !important;
}
.malta-container,
.hungary-container {
  max-width: 1369px !important;
}
.cyprus-container {
  max-width: 1416px !important;
}
.bulgaria-hero-content h1 {
  color: var(--primary-theme-color);
  font-size: 48px;
  max-width: 530px;
    line-height: 110%;	
}
.bulgaria-hero-content .greece-title{
	max-width: 580px !important;
}
.hero-flag-text,
.hero-desc {
  max-width: 600px;
}
.hero-flag-text {
  color: var(--btn-color);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-block: 20px;
}
.bulgaria-container {
  max-width: 1370px !important;
}
.bulgaria-hero-content p.hero-desc {
  color: var(--light-color);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.hero-stats {
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
    margin-top: 20px;
  flex-wrap: wrap;
}
.hero-stat .num {
  font-family: var(--primary-font);
  font-size: 28px;
  color: var(--navy);
}
.hero-stat .label {
  font-size: 14px;
  font-weight: 500;
  color: var(--light-color);
  margin-top: 5px;
}
.hero-image-wrap {
  max-width: 700px;
  position: relative;
}
.bulgaira-inner-img {
  position: absolute;
  bottom: -9%;
  right: 19%;
}
.greece-inner{
	bottom: 0%;
  top: 34%;
  right: 8%;
}
.portugal-inner{  bottom: 18%;
  right: 13%;}
.hungary-inner {
  bottom: 0%;
  right: 8%;
}
.malta-inner{
  bottom: unset;
  right: unset;
  left: 12%;
  top: 35%;
}
.cyprus-inner{
	bottom: 5%;
  right: 16%;
}
.bulgaira-svg-container {
  padding: 9px 11px;
  border: 1px solid #afafaf;
  border-radius: 50%;
}
.bulgaira-svg {
  width: 100%;
  max-width: 64px;
}
.inner-img-text {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: var(--light-color);
  margin-top: 4px;
  display: block;
}
/* =========================================================
   2. KEY FACTS / PROGRAMME OVERVIEW
   ========================================================= */
.key-facts-section {
  padding: 100px 0px;
}
.key-facts-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 76px;
}
.key-facts-top .heading-lg {
  font-size: 36px;
  line-height: 44px;
  max-width: 500px;
}
.key-facts-top .lede {
  max-width: 600px;
  font-size: 16px;
  line-height: 23px;

}
.facts-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.facts-left,
.facts-right {
	  width: 100%;
  border-top: 1px solid var(--hairline);
}.fact-row {
  width: 100%;
  max-width: 594px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--hairline);
}
.fact-row span {
	width: 100%;
  max-width: 168px;
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 23px;
  color: var(--primary-theme-color);
}
.fact-row p {
	width:100%;
	max-width: 350px;
  font-size: 15px;
  line-height: 23px;
  color: var(--light-color);
}
.fact-row p.risk-text {
  color: var(--navy);
  font-weight: 500;
}

/* =========================================================
   3. WHY BULGARIA — image + text cards
   ========================================================= */
.why-bulgaria-section {
  background-color: #8a73100a;
  padding: 80px 50px 100px;
}
.why-bulgaria-title {
  max-width: 480px;
  margin: 0 auto;
}
.why-hungary-title {
	max-width: 550px;
}
.why-hungary-desc{
	color: #525354;
	letter-spacing: -0.16px;
	line-height: 23px;
	max-width: 700px;
	margin: 20px auto 0px;
}
.swiper-container {
  overflow: hidden;
  max-width: 100%;
}
.swiper.mySwiper-why {
  margin-top: 60px;
  transform: translate3d(220px, 0px, 0px);
}
.mySwiper-why .swiper-slide {
  height: auto;
}
.why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.2rem 1.8rem;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  height: 452px;
  border-radius: 10px;
}
.why-card::before {
  border-radius: 10px;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 15, 0.05) 0%,
    rgba(8, 8, 14, 0.55) 55%,
    rgba(5, 5, 10, 0.85) 100%
  );
  z-index: 0;
}
.why-card h3 {
  position: relative;
  z-index: 1;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
  line-height: normal;
  margin-bottom: 10px;
}
.why-card p {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;

}

/* =========================================================
   4. THREE INVESTMENT ROUTES
   ========================================================= */
.routes-section {
  background-color: var(--white);
  padding-block: 120px;
}
.routes-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}
.routes-header-row .lede {
  margin-top: 20px;
  max-width: 600px;
}
.routes-header-row .btn-gold {
  flex-shrink: 0;
}
.route-row {
  display: flex;
  justify-content: space-between;
  /* grid-template-columns: 90px 1.1fr 1fr 1.4fr; */

  gap: 24px;
  align-items: start;
  padding: 3.2rem 0;
  border-top: 1px solid var(--hairline);
}
.route-min {
  width: 100%;
  max-width: 200px;
}
.route-row-inner-1 {
	width: 100%;
  max-width: 317px;
  display: flex;
  align-items: center;
  gap: 23px;
}
.route-row-inner-2 {
  display: flex;
  gap: 23px;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
}
.route-row:last-of-type {
  border-bottom: 1px solid var(--hairline);
}
.route-number {
  font-family: var(--primary-font);
  font-size: 52px;
  color: #8a731080;
    line-height: 22px;
}
.route-title {
  max-width: 252px;
  font-family: var(--primary-font);
  font-size: 20px;
  color: var(--primary-theme-color);
  line-height: 30px;
}
.route-row .malta-route-title{max-width: 100%};
.route-min-label {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--light-color);
  font-weight: 600;
  margin-bottom: 15px;
}
.route-min-value {
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: normal;
  color: var(--navy);
}
.route-list {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.route-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 15px;
  color: var(--light-color);
  line-height: 22px;
}

.note-box {
  background: #0721461a;
  border-radius: 12px;
  border: 1px solid #07214633;
  padding: 26px 22px 26px 30px;
  margin-top: 3.5rem;
}
.note-box h4 {
  font-family: var(--primary-font);
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 9px;
}
.note-box p {
  font-size: 15px;
  color: var(--light-color);
  line-height: 23px;
}
/* =========================================================
   6. PERMIT COVERAGE CARDS
   ========================================================= */
.permit-section {
  background-color: var(--white);
  padding-block: 120px;
}
.permit-section .lede {
  margin-top: 20px;
}
.permit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.permit-card {
  background: #8a73101a;
  border-radius: 12px;
  border: 1px solid #8a731033;
  padding: 27px;
  text-align: center;
}
.permit-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--btn-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.permit-card p {
  font-size: 15px;
  color: var(--black);
  line-height: 22px;
}

/* =========================================================
   7. HOW THE APPLICATION WORKS — accordion
   ========================================================= */
.how-it-works-wrapper {
  padding-block: 100px;
  background: #8a73100a;
}
.how-it-works-section .section-head.is-left {
    text-align: left;
}
.step-row {
  padding-block: 26px;
  border-bottom: 1px solid var(--hairline);
}
.step-row.is-open {
  border-bottom: 1px solid #b9b6a8;
}
.step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.step-head .step-label {
  display: flex;
  align-items: center;
  gap: 40px;
}
.step-head .step-no {
  font-size: 18px;
  line-height: 33px;
  color: #2d2c2c;
}
.step-head .step-title {
  font-family: var(--primary-font);
  font-size: 22px;
  line-height: 42px;
  color: #2d2c2c;
}
.step-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--btn-color);
  color: var(--btn-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.step-body-wrap {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.5s ease;
}
.step-row.is-open .step-body-wrap {
  grid-template-rows: 1fr;
}
.step-body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.step-row.is-open .step-body {
  opacity: 1;
}
.step-body ul {
  margin-inline: auto;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 500px;
}
.step-body li {
   position: relative;
  padding-left: 1.6rem;
  font-size: 16px;
  color: var(--light-color);
  line-height: 24px;
}
.step-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--btn-color);
}
.step-photo {
  max-width: 500px;
}
/* =========================================================
   8. TAX POSITIONING
   ========================================================= */
.tax-section {
  padding-top: 120px;
}
.tax-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}
.tax-card {
  background: #8a73100f;
  border: 1px solid #8a731033;
  border-radius: 8px;
  padding: 40px;
}
.tax-card h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 22px;
  line-height: 42.88px;
  color: #2d2c2c;
  margin-bottom: 14px;
}
.tax-card p {
  font-size: 16px;
  color: var(--primary-theme-color);
  line-height: 24px;
}
.risk-disclose {
  background: #0721461a;
  border-radius: 12px;
  border: 1px solid #07214633;
  padding: 40px;
}
.risk-disclose.greece-risk-disclose,
.risk-disclose.greece-risk-disclose p {
  margin-bottom: 20px;
}
.risk-disclose.greece-risk-disclose p:last-child {
	margin-bottom: 0px;
}
.risk-disclose.greece-risk-disclose{
	background: #8a73100f;
  border: 1px solid #8a731033;
}
.risk-disclose h4 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 22px;
  line-height: 42.88px;
  color: var(--navy);
  margin-bottom: 16px;
}
.risk-disclose p {
  font-size: 16px;
  color: var(--light-color);
  line-height: 24px;
}

/* =========================================================
   9. WHO QUALIFIES
   ========================================================= */
.qualifies-grid {
    display: flex;
  justify-content: space-between;
  gap: 10px;
}
.qualifies-left{
	width:100%;
	max-width:574px;
}

.qualifies-right{
	width:100%;
	max-width:600px;
}
.qualifies-left .heading-lg {
  margin-bottom: 1.6rem;
}
.qualifies-left .lede {
  margin-bottom: 80px;
}
.qual-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-block: 22px;
  border-bottom: 1px solid var(--hairline);
}
.qual-row:first-child {
  border-top: 1px solid var(--hairline);
}
.qual-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--btn-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.qual-main {
  flex: 1;
}
.qual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  cursor: pointer;
}
.qual-head span.qual-title {
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: normal;
  color: var(--light-color);
  transition: color 0.3s ease;
}
.qual-row.is-open .qual-title {
  color: #8a7310;
}
.qual-head .qual-plus {
  color: var(--btn-color);
  font-size: 28px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
.qual-row.is-open .qual-plus {
  color: #8a7310;
}

/* Animated panel — max-height instead of display:none */
.qual-text {
  font-size: 14px;
  color: var(--light-color);
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    margin-top 0.4s ease;
}
.qual-row.is-open .qual-text {
  opacity: 1;
  margin-top: 12px;
}
/* =========================================================
   10. QUOTE / TESTIMONIAL BANNER
   ========================================================= */


/* =========================================================
   11. TEAM SECTION
   ========================================================= */
.bulgaria-team-seaction {
  background-color: #8a73100a;
  padding-block: 100px 100px;
}
.bulgaria-team-title {
  color: var(--primary-theme-color);
  margin-bottom: 50px;
}
.bulgaria-team-grid {
  margin: 0 auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* =========================================================
   12. FAQ SECTION
   ========================================================= */
.faq-section {
  background-color: var(--white);
  padding: 120px 0px;
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.faq-row {
  border-bottom: 1px solid var(--hairline);
  padding: 2.4rem 0;
}
.faq-row:first-child {
  border-top: 1px solid var(--hairline);
}
.faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  cursor: pointer;
}
.faq-head .faq-q {
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: normal;
  color: var(--primary-theme-color);
}
.faq-row.is-open .faq-q {
  color: var(--btn-color);
}
.faq-head .faq-toggle {
  color: var(--btn-color);
  font-size: 28px;
  flex-shrink: 0;
	  font-weight: 300;
}

.faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease;
}
.faq-row.is-open .faq-answer-wrap {
  grid-template-rows: 1fr;
}
.faq-answer {
  overflow: hidden;
  min-height: 0;
  font-size: 16px;
  color: var(--light-color);
  line-height: 26px;

  opacity: 0;
  transition: opacity 0.3s ease;
}
.faq-row.is-open .faq-answer {
  margin-top: 20px;
  opacity: 1;
}
.blog-left-content {
    /* display: flex; */
}

.blog-main-content {
    display: flex;
    gap: 20px;
}

.blog-left-content {
    width: 100%;
    max-width: 918px;
}

.table-of-content h3 {
    color: var(--Blue, #072146);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

ul#toc-list a,ul#toc-lists a {
    color: var(--blue, #072146);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
}
.single-post-meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 901px;
}

.single-post-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-post-author img {
    max-width: 50px;
    height: auto;
    border-radius: 50px;
    gap: 10px;
}

span.post-date-left {}

span.post-date-left {
    color: var(--Text, #525354);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.post-date-right {
    display: block;
    color: var(--Text, #525354);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

span.post-read-time {
    color: var(--Text, #525354);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

article.post-content {
    padding-top: 74px;
} 
ul#toc-list li,ul#toc-lists li {
    list-style: disc;
    margin-bottom: 10px;
}

ul#toc-list,ul#toc-lists {
    padding-left: 21px;
    padding-top: 20px;
}

h1.post-title {
    color: var(--191919, #191919);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px; /* 147.619% */
    text-transform: capitalize;
    max-width: 91rem;
    margin-block: 25px;
}
section.related-posts .container {
    border-top: 1px solid #AAA;
    padding-top: 80px;
}

section.related-posts {
    margin-top: 100px;
    padding-bottom: 120px;
}

section.related-posts h2 {
    text-align: center;
    margin-bottom: 60px;
    color: var(--blue, #072146);
}
.our-program-section span {
    text-align: left;
	  margin-bottom: 20px;
}


.process-header-left span {
    text-align: left;
}
section.stats-section span.section-label {
    text-align: left;
}
.swiper.mySwiper-testimonials.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
	height: auto;
}
.newsletter p {
    height: -webkit-fill-available;
}
.newsletter {
  display: flex;
	gap: 10px;
	margin-top: 10px;
}
.newsletter-title{
	  margin-top: 32px;
	color: #fff;
	text-transform: uppercase;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: none;
  background: #8A7310;
  color: #fff;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 14px;
	border-radius: 4px;
}
.newsletter .wpcf7-form-control-wrap input{
	  border-radius: 8px;
  border: 1px solid #fff;
  background: transparent;
  padding: 16px 20px;
  color: #fff;
	width: 100%;
  max-width: 316px;
}
.newsletter input::placeholder {
    color: white !important;
}
.footer-contact-item span, .footer-contact-item a {
    color: var(--White, #FFFFFD);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
button.accordion-header.active {
    background: transparent;
    color: var(--191919, #191919);
}
button.accordion-header svg path {
    fill: var(--Gold, #8A7310);
}
.author-media a {
    border-radius: 20px;
    border: 1px solid var(--Blue, #072146);
    background: var(--Blue, #072146);
    width: fit-content;
    padding: 7px 5px;
    display: flex;
    align-items: center;
}

.author-media a svg {
    width: 22px;
}
.swiper-container .center {
  padding-inline: 12px;
}
a.featured-main {
    height: 562px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: end;
 
}

a.featured-main h3 {
    color: var(--White, #FFFFFD); 
    font-family: 'Canela Trial';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 140% */
   
}

a.featured-main p {
    color: white;
    color: var(--White, #FFFFFD);
    margin-top: 16px;
    max-width: 612px;
}

.blog-header span {
    text-align: left;
}
section.featured-posts {
    padding-top: 80px;
}

p.hover-content span {
    
    font-size: 12px;
}

.location-card:hover p.hover-content {
    grid-template-rows: 1fr;
    opacity: 1;
}
.team-grid {
 
    overflow: auto;
}
section.team-section.about-team-section .team-grid {
    padding-bottom: 369px;
}


@media only screen and (max-width: 1500px){
	.swiper.mySwiper-why {
		padding-inline: 12px;
  transform: translate3d(0px, 0px, 0px) !important;
	}
}

@media only screen and (max-width:1400px){
	.container {
    max-width: 100%;
    padding-inline: 50px;
}
	.header-right-content a.primary-btn {
    padding: 14px 20px;
    font-size: 12px;
}
	h2{
    font-size: 28px !important;
    line-height: 32px !important;
}
	.bulgaria-hero-content h1 {
   line-height: 50px;
    font-size: 44px;
}
	.main-title {
    font-family: var(--primary-font);
    font-size: 44px;

    line-height: 47px;
    margin-bottom: 26px;
}
	.tax-section {
    padding-top: 80px;
}
	section.blog-section {
    padding-block: 80px;
}
	.page-id-132 .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    justify-content: left;
}

.page-id-132 .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    transform: translate3d(0px, 0px, 0px);
}

	.hero-content h1 {
   
    font-size: 44px;
    line-height: 52px;
}

	section.testimonials-section {

    padding-block: 80px;
}
	.stats-section {
    padding-block: 60px 100px;
}
	.process-steps {
    padding-inline: 12px !important;
}
		.swiper.mySwiper-locations.swiper-initialized.swiper-horizontal .swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
	section.brands-section .container {

    padding-inline: 12px;
}
	section.our-location .container {
   
    padding-inline: 12px;
}
	section.process-section {
    padding-top: 30px;
    padding-bottom: 20px;
}
	.cta-right-content {
    max-width: 43%;  
}
section#contact {
    padding-block: 80px;
}
	.permit-section {
    
    padding-block: 80px;
}
		.cta-bannerr {
  padding: 30px 0px 30px 30px;
}
}

@media only screen and (max-width: 1200px){
	.why-card h3 {
		font-size: 22px;
	}
	    .container {

        padding-inline: 12px;
    }
	nav#site-navigation ul {
    display: var(--display-flex);
    gap: 24px;
}
	.cta-right-content {
    max-width: 50%;  
}
	ul#primary-menu a {
    font-size: 14px;
}
	section.process-section {
    padding-inline: 0 !important;
}


	.why-card p {
  font-size: 14px;
	}
	.key-facts-top {
		margin-bottom: 45px;
	}

	.tab-blog {
  gap: 20px;
}
	.blog-tab-card div {
  justify-content: space-between;
  gap: 10px;
}
	.blog-header a,
	.blog-tab-card div span {
		font-size: 12px;
	}
	.blog-tab-card h3 {
  font-size: 18px;	
	}
	.key-facts-top .heading-lg {
  		font-size: 32px;
		line-height: 42px;
	}
}
@media only screen and (max-width: 1024px){
	section.how-it-works-wrapper .accordion-content-inner ul {
  padding-left: 16px;
	}
	.recent-blog .blog-detail {
    margin-bottom: 10px;
}

	button#author-load-more {
  
    margin: 30px auto 0;
}
	section.how-it-works-wrapper .accordion-content-inner ul li, section.how-it-works-wrapper .accordion-content-inner img {
  max-width: 450px !important;
}
	header#masthead {
    padding-block: 6px;
}
	    li#menu-item-203::after {
        z-index: -1;
        filter: brightness(0.5);
    }
	ul.sub-menu li{
		border:none;
	}
	ul.sub-menu li:hover

 {
    background: transparent;
}



.section-head.is-left {
	margin: 0 0 3rem;
	}
	.swiper.mySwiper-why {
    transform: translate3d(4px, 0px, 0px) !important;
  }
	.container {
    padding-inline: 12px;
}
	.why-bulgaria-section {
  padding-inline: 0px;
}
	.faq-section {
		padding-block: 80px;
	}
	.swiper.mySwiper-locations.swiper-initialized.swiper-horizontal  .swiper-wrapper  {
   
    transform: translate3d(0px, 0, 0);
}
	.team-grid {
    justify-content: left;
}
	.stat-item {
    margin: 0 auto;
}
	.hameburger.cross {
    display: flex;
}
.page-id-11 .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    transform: translate3d(0, 0px, 0px);
}
	li#menu-item-203 {
    padding-right: 0px;
}
	.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px !important;
}
.hameburger {
    display: flex;
}
ul#primary-menu li {
    width: 100%;
}
	ul.sub-menu a {
    font-size: 14px !important;
}

ul.sub-menu {}

ul.sub-menu li {
    padding-bottom: 3px !important;
}
	    ul#primary-menu a {
        font-size: 18px;
    }
	nav#site-navigation ul {
 
    gap: 20px;
}
	    li#menu-item-203::after {
        background-repeat: no-repeat;
        background-size: contain;
			background-image:url(/wp-content/uploads/2026/07/Group-1000002481-2.png);
    }
	li#menu-item-203::after {
    top: 0;
}

	li#menu-item-203 {
    HEIGHT: fit-content;
    width: 100%;
    display: block;
}

	.site-header {
    overflow: hidden;
}

.site-header-active {
    overflow: visible;
}
	.bulgaria-team-seaction{
		padding-block: 80px;
	}
	  .menu-item-has-children > .sub-menu{
        position: static;
        max-height: 0 !important;
        overflow: hidden;
        transition: max-height .35s ease;
    }

    .menu-item-has-children.active > .sub-menu{
        max-height: 500px !important; /* Increase if needed */
    }

	.menu-item-has-children > .sub-menu {
     position: unset;
		background:transparent;
   
}
	.menu-item-has-children > .sub-menu{

	box-shadow: unset;
  
    /* margin-top: 12px; */
}

	ul.sub-menu a {

    font-size: 14px;
}

	section.process-section {
    padding-inline: 0 !important;
}
.pin-spacer {
    width: 100% !important;
 
}


.process-steps {
    left: 0 !important;
     padding: 16px !important;
}

	.tax-section {
  padding-top: 80px;
}
	
.difference-section {

    padding-block: 60px 60px;
}
	.tax-grid {
  gap: 12px;
 margin-bottom: 12px;
	}
	.permit-section,
	.routes-section {
  padding-block: 80px;
}
	.why-bulgaria-section {
		padding-block: 80px;
	}
	.key-facts-section {
  padding: 80px 0px;
}
	section#faqq,
	.principles-section {
  padding-block: 80px;
}
	.team-section {
  padding-block: 100px 50px;
}
	.milestone-section,
	.advise-section {
  padding-block: 80px;
}
	section.author-section {
    
    padding-block: 60px 60px;
}
	.permit-grid {
  gap: 12px;
	}
	.heading-lg {
  line-height: 42px;
  font-size: 32px;
	}
.main-title {
  font-size: 42px;
  line-height: 54px;
}
	.route-min-value {
		font-size: 20px;
	}
.route-title {
	max-width: 220px;
	font-size: 18px;
	}
.route-list {
  max-width: 350px;
	}
.header-right-content {
    display: none;
}
	.timeline-item h3 {
		font-size: 22px;
	}
	.team-section-title {
  min-width: 304px;
}
	.cta-text h2 {
		font-size: 32px;
	}
	.principles-image img {
		max-width: 450px;
	}
	.principles-header h2 {
	    font-size: 28px;
		max-width: 500px;
	}
	section.blog-hero-section {
  padding-block: 80px;

	}
	.contact-form {
  padding: 24px;
	}
	.contact-main {
		gap: 10px
	}
	.contact-left-content h1 {
  font-size: 42px;
}
	.content-us span {
  font-size: 22px;
}
	
.content-us p {
	font-size: 16px;
	}
	.bulgaria-hero-content h1 {
		font-size: 42px;
	}
	.bulgaira-inner-img {
  bottom: -16%;
  right: 16%;
}
	.greece-inner{
	bottom: 0%;
  top: 34%;
  right: 8%;
}
.portugal-inner{  bottom: 18%;
  right: 13%;}
.hungary-inner {
  bottom: 0%;
  right: 8%;
}
.malta-inner{
  bottom: unset;
  right: unset;
  left: 12%;
  top: 35%;
}
	.fact-row {
		gap:10px;
	}
	.fact-row span,
	.inner-img-text {
  font-size: 16px;
}
}
@media only screen and (max-width: 991px) {
	.location-card:hover .hover-content span,
	.hover-content span {max-height: unset; opacity: unset}
	.permit-grid {
  grid-template-columns: repeat(3, 1fr);
}
.advise-left {
  max-width: 370px;
}
	section.blog-hero-section h1 {
		font-size: 42px;
	}
}
@media only screen and (max-width: 880px){
	.qualifies-grid {
  flex-direction: column;
  gap: 30px;
}
	.qualifies-left .lede {
  margin-bottom: 30px;
}
	.qualifies-left, .qualifies-right{
		max-width: 100%;
	}
	.tax-card {
		padding: 30px;
	}
	.tax-card h3 {
  font-family: var(--primary-font);
		font-size: 20px;
	}
	.tax-card p {
  font-size: 14px;
  color: var(--primary-theme-color);
  line-height: 22px;
	}
	.cta-bannerr {
  padding: 36px 0px;
  flex-direction: column;
}
	.cta-text{
		padding-inline: 24px;
	}
	.cta-text p {
		max-width: 100%;
		margin-bottom: 0px;
	}
	.cta-banner-right,
	.cta-bannerr-left{
		display: contents;
	}
	.cta-banner-right > * {
  align-self: end;
}
	.cta-banner-left {
  display: contents;
}
	.cta-actions{
		order: 1;
		align-self: center;
	}
	.principles-content {
		flex-direction: column-reverse
	}
	.principles-list,
	.principles-image img {
    max-width: 100%;
  }
	.principles-section .container{ 
		display: flex;
  		flex-direction: column;
}
	.principles-header {
		display: contents;
	}
	  .principles-header h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
	.principles-header a{
		order: 1;
		margin: 20px auto 0px;
	}
	.tab-blog {
		grid-template-columns: repeat(2, 1fr);
	}

.contact-main {
	flex-direction: column;
	}
	.contact-left-content p,
	.contact-left-content {
  max-width: 100%;
}
	.contact-left-content {
		display: contents;
	}
	.contact-details {
		margin-top: 20px;
  order: 1;
}
.bulgaria-hero-flex {
  flex-direction: column;
  align-items: start;
	gap: 0px;
}
	.bulgaira-inner-img {
		display: none;
	}
	.hero-image-wrap {
  width: 100%;
  max-width: 100%;
	}
	  .bulgaria-hero-content h1,
	.hero-flag-text, .hero-desc {
  max-width: 100%;
}
	.bulgaria-hero-content {
  display: contents;
}
	.bulgaria-hero-content .btn-gold {
  margin: 20px auto 0px;
  order: 1;
}
	.facts-flex {
		flex-direction: column;
		gap: 0px;
	}
	.fact-row p,
	.fact-row {
  max-width: 100%;
	}
	.facts-right {
   border-top: unset;
}
	
.key-facts-top {
  flex-direction: column;
	align-items: start;
	}
.key-facts-top .lede,
.key-facts-top .heading-lg {
  max-width: 100%;
	}
	
	.why-card h3 {
		font-size: 18px;
	}
	.why-card p {
  font-size: 14px;
 line-height: 21px;
	}
		.bulgaria-hero-content .greece-title {
  max-width: 100% !important;
}
	section.about-footer {
    background-position: center;
 
}
		section#difference .right-img {
  max-width: 100%;
}
}
@media only screen and (max-width: 767px) {
	.timeline-dot {
		max-width: 20px;
		height: 20px;
  margin-bottom: unset;
		margin-top: 5px;
	}
	span.swiper-pagination-bullet {
    border-radius: 10px;
    background: #D9D9D9;
    width: 38px;
    height: 5px;
}
	.tax-grid {
    display: flex;
    flex-direction: column;
}

	section.process-section .our-program-main {
 
        margin-top: -83px;
    }
	.accordion-item {
  padding-block: 20px;
}
	section.how-it-works-wrapper .accordion-steps {
  flex-direction: column;
  align-items: start !important;
  gap: 0px !important;
}
	.blob-main {
    margin-top: 30px;
}
.accordion-steps p {
  font-size: 20px !important;
}
	button.accordion-header .accordion-steps span {
  font-size: 16px !important;
}
	section.how-it-works-wrapper .accordion-content-inner {
  flex-direction: column-reverse;
		gap: 10px;
	}
	section.how-it-works-wrapper .accordion-content-inner ul li, section.how-it-works-wrapper .accordion-content-inner img {
    max-width: 100% !important;
  }
	.faq-section {
		padding-block: 60px;
	}
	    .team-section .info-panel {
        height: auto !important;
    }
	.swiper.mySwiper-testimonials.swiper-initialized.swiper-horizontal.swiper-backface-hidden span.swiper-pagination-bullet {
   
    width: 38px;

}
	.team-card:hover .info-panel {
    transform: translateY(0) !important;
}
	.stat-item {
    margin: unset;
}
	.image-fix {
    position: unset;
    top: 0;
	}
	.routes-list {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
		        margin-top: 40px;
        padding-top: 30px;
}
	.process-steps {
    padding: 12px !important;
    left: 0 !important;
}.process-steps {}

span.section-label {}

section.stats-section span.section-label {
    text-align: left !important;
}
		.featured-main .blog-header div {
    width: 100% !important;
}
	.blog-header div {
        margin-bottom: 0px !important;
    }
	.team-card.bulgaria-team-card {
  min-width: 340px;
  height: 380px;
}
	.bulgaria-info-panel {
  padding-block: 5px;
  
}
	.bulgaria-team-seaction{
		padding-block: 60px;
	}
	  .tax-section {
    padding-top: 60px;
  }

.faq-head .faq-q {
  font-size: 18px;
	}
	.tax-grid {
		grid-template-columns: 1fr;
	}
	  .permit-section {
    padding-block: 60px;
  }
	.route-row,
.route-row-inner-2 {
	flex-direction: column;
	}
	  .route-list,
	.route-min
  .route-list ,
	.route-row-inner-1,
	.route-row-inner-2,
	.route-title{
  width: 100%;
		max-width: 100%;
	}
	.route-min{
  width: 100%;
max-width: 100%;		
	}
	
	.route-row-inner-1{
		align-items: center;
	}
	.route-number {
		line-height: normal;
	}
	.route-title{
	  padding-top: 20px;
	}
		.routes-section {
    padding-block: 60px;
  }
	section.routes-section .container {
  display: flex;
  flex-direction: column;
}
	.routes-header-row {
  display: contents;
  align-items: start;
	}
	.routes-header-row a {
  margin: 20px auto 0px;
  order: 1;
}
	.routes-header-row .lede,
	.routes-header-row div {
  width: 100%;
		max-width:100%;
}
	.why-bulgaria-section {
    padding-block: 60px;
  }
	.heading-lg {
    line-height: 38px;
    font-size: 28px;
  }
	.key-facts-section {
    padding: 60px 0px;
  }
	.key-facts-top .heading-lg {
    font-size: 28px;
    line-height: 38px;
  }
	.fact-row p {
  font-size: 13px;
	}
	section#faqq,
	section.contact-us-section,
	.principles-section,
	.milestone-section,
	.advise-section,
  .about-hero-section {
		padding-block: 60px;
	}
	.about-author p {
    display: none;
}
	.blog-left-content .table-of-content {
    display: block;
}
	section.related-posts .container {
    border-top: 1px solid #AAA;
    padding-top: 60px;
}
	section.related-posts h2 {

    margin-bottom: 40px;
    
}
	.blog-main-content {
    margin-bottom: 60px;
}
	section.related-posts {
    margin-top: 60px;
    padding-bottom: 60px;
}
	.blog-main-content {
    flex-direction: column-reverse;

	}
	.table-of-content {
    display: none;
}
	.entry-content h2 {
  
    font-size: 26px;
    margin-bottom: 20px;
}
	.blog-left-content .table-of-content {
    display: block;
    border-bottom: 1px solid #aaa;
    padding: 20px 0 0;
    margin-bottom: 30px;
}
	.author-content span {
    color: var(--Blue, #072146);
    font-size: 14px;
}
	h1.post-title {
    font-size: 32px;
    line-height: 1.4;
    margin-block: 20px;
}
	p.mobile-author {
    display: block;
		    
        color: var(--Text, #525354);
        font-size: 14px;
        font-weight: 400;
        margin-top: 20px;
}
	.author-content h1 {

    font-size: 26px;

}
	.author-img img {
    max-width: 100px;
   
}


	.main-title {
    font-size: 38px;
    line-height: 48px;
  }
	.author-content {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
}
	.team-section-flex,
	.advise-container {
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
align-items: baseline;
}
	.advise-left {
    max-width: 100%;
  }
	.timeline-container {
	    margin-top: 40px;
		flex-direction: column;
	}
	.timeline-item {
     margin-left: auto;
    width: 98.5%;
	display: flex;
  	gap: 20px;
	}
	.timeline-content,
	.timeline-content p {
  max-width: 100%;
}
	.timeline-container::before {
    top: 0;
    left: 4.5%;
    width: 1px;
    height: 100%;
    border-bottom: none;
    border-left: 1px dashed #8a7310;
  }
	.team-intro-text,
	.team-section-title {
    max-width: 100%;
  }
.cta-tag {
  margin-bottom: 8px;
}

	  .blog-tab-card div {
		 flex-direction: row;
		  }
	section.blog-hero-section h1 {
  font-size: 36px;
	}
	section.blog-hero-section {
		padding-block: 60px;
	}
	.tab-main h2 {
  font-size: 32px;
}
	.main-tabs button {
  min-width: 127px;
  font-size: 14px;
	}
	.contact-left-content h1 {
    font-size: 36px;
  }
	  .contact-left-content p {
    margin-block: 10px 20px;
	}
	.bulgaria-hero-content h1 {
    font-size: 36px;
  }
	.bulgaria-hero {
  padding-block: 60px;
}
}

@media only screen and (max-width: 567px) {
	  .timeline-item {
		  width: 99%;
	}
	.principle-card h3 {
		line-height: 26px;
	}
	section.how-it-works-wrapper .accordion-content-inner ul li {
		font-size: 14px;
	}
	button.accordion-header .accordion-steps span {
    font-size: 14px !important;
  }
	.accordion-steps p {
    font-size: 16px !important;
  }
	
	p.qual-text {
    margin-left: -42px;
}
	.why-card {
		height: 385px;
	}
	.team-section .info-panel {

    height: 58px;
  
}
	.bulgaria-info-panel {
      padding-block: 5px;

    }
	.info-panel {

    height: 60px;

}
	.team-card.bulgaria-team-card {
      min-width: 286px;
      
    }
	.info-panel .role {
		  	  line-height: 17px;
	  padding-top: 5px;
	}
	section.about-footer {
      background-image: url(/wp-content/uploads/2026/06/image-11-2.webp);
      height: 540px;
    }
		.faq-row {
  padding: 20px 0;
}	  
  .faq-head .faq-q {
      font-size: 16px;
    }
	.faq-answer {
		font-size: 14px;
	}
	.qual-row {
  padding-block: 15px;
	}
	.qual-head span.qual-title {
  font-size: 18px;
	}
	.section-head {
  margin-bottom: 30px;
	}
		.risk-disclose,
	    .tax-card {
      padding: 20px;
    }
	.risk-disclose h4,
    .tax-card h3 {
      font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
    }
	.risk-disclose p {
  font-size: 14px;
  line-height: 22px;
}
	    .cta-text h2 {
       
        line-height: 31px;
    }
	.permit-grid {
  grid-template-columns: repeat(2, 1fr);
	}
	.permit-card {
		padding: 27px 10px;
	}
	.permit-card p {
		font-size: 14px;
	}
	.route-row {
		padding: 30px 0px 30px 0px;
	}
	.route-number {
		font-size: 32px;
	}
    .route-title {
        padding-top: 13px;
        font-size: 20px;
        line-height: 31px;
    }
	    .route-row-inner-2, .route-row-inner-1 {
        gap: 15px;
        align-items: baseline;
    }



	.route-min-label {
		margin-bottom: 6px
	}
	.route-row-inner-2,
	.route-row-inner-1 {
		gap: 15px;
	}
	.routes-list > :first-child {
  border-top: unset;
  padding-top: 0px;
}
	.route-row {
		gap: 16px;
	}
	.note-box h4 {
		font-size: 16px;
	}
	.note-box p {
		font-size: 14px;
	}
	.why-card {
		padding: 12px;
	}
	.why-card h3 {
		font-size: 16px;
	}
	.why-card p {
  font-size: 12px;
 line-height: 19px;
	}
	.heading-lg {
    line-height: 36px;
    font-size: 26px;
  }
	span.section-tag {
		margin-bottom: 10px;
	}
	.key-facts-top .heading-lg {
		font-size: 26px;
	}
	.key-facts-top {
		gap: 16px;
		margin-bottom: 30px;
	}
.fact-row span,	
.key-facts-top .lede {
	font-size: 14px;
	}
	
  .fact-row {
	  padding-block: 10px;
	}
  .main-title {
    font-size: 32px;
    line-height: 36px;
  }
	.tri-image-grid img {
		min-width: 283px;
	}
.about-hero-paragraph {
  font-size: 14px;
  line-height: 20px;
}
.btn-gold {
	padding: 15px 17px;
	}
	.team-grid {
		gap: 12px;
	}
	.team-card {
		min-width: 232px;
	}
	.info-panel h3 {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.info-panel .bio {
  margin: 6px 0 0;
		font-size: 12px;
	}

	.cta-text h2 {
		font-size: 26px;
	}
	.cta-actions {
		padding-left:24px;
		width:100%;
		flex-direction: column;
		align-items: start;
		    gap: 20px;
	}
	.footer-brand {
		display: contents;
		}
	.contact-footer-col,
	.footer-brand {
		width:100%;
  max-width: 100%;
}
	.footer-main {
		gap: 30px 20px;
	}
	.footer-bottom {
		justify-content: center;
	}
	.newsletter-content{
		order: 1;
	}
	.tab-blog {
		grid-template-columns: 1fr;
	}
	.blog-tab-card h3 {
		font-size: 16px;
	}
	    section.blog-hero-section h1 {
      font-size: 32px;
    }
	.tab-main h2 {
  font-size: 26px;
		margin-bottom: 50px;
}
	  .contact-form {
    padding: 18px;
  }
	.contact-form-input {
		flex-direction: column;
	}
	.contact-icon svg {
  width: 23px;
  height: 23px;
}
	.contact-icon {
		padding: 9px;
	}
	.content-us {
		padding-bottom: 17px;
  margin-bottom: 27px;
		gap: 15px;
	}
	.contact-form input{
		font-size:14px;
	}
	.content-us span {
    font-size: 16px;
  }
	.contact-left-content p,
	.content-us a {
  font-size: 12px;
	}
	.wpcf7-form,
	.contact-form-input {
		gap: 20px;
	}
	button.accordion-header {
		font-size: 16px;
	}
	.accordion-content p {
		font-size: 14px;
	}
	span.icon svg {
  height: 14px;
  width: 14px;

}
	  .bulgaria-hero-content h1 {
    font-size: 32px;
  }
	.bulgaria-hero-content p.hero-desc{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.hero-flag-text {
		line-height: 22px;
		font-size: 14px;
		margin-block: 20px 16px;
	}
	.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.hero-stat {
  text-align: center;
}
	section.about-footer p {
		margin-top: 20px;
	}

}
@media only screen and (max-width: 375px){
	.timeline-item {
    width: 100%;
  }
	.cta-right-content img {
    max-width: 242px !important;
  }
	.cta-right-content h3::before {
    top: -28px !important;
    left: 100px !important;
  }
	.why-card {
      height: 340px;
    }
	section.about-footer {
      height: 375px;
		padding-top: 30px;
    }
	.timeline-item {
    gap: 25px;
  }
	  .timeline-dot {
        margin: 13px 0px 0px 8px;
  box-shadow: 0px 0px 1px 13px #c9ced2;
	}
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #46b450;
    margin: 0;
    padding: 0;
}

.contact-form .contact-form-submit {
    position: relative;
}

.contact-form .wpcf7-spinner {
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto 12.750px auto auto;
}