:root {
  --primary: #20419c;
  --secondary: #cff27e;
  --gray: #f3f7f8;
  --black: #000000;
  --white: #ffffff;
  --plyr-color-main: var(--secondary);
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  margin-bottom: 0 !important;
}

.gray-bg{
    background-color: var(--gray);
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

a{
    text-decoration: none;
    color: inherit;
}

/* Btns */
.btn {
    padding: 0.25rem 1rem 0.25rem 0.25rem;
    width: fit-content;
    border-radius: 2rem;
    border: none !important;
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
    position: relative;
    height: 48px;
}

.btn-primary{
    background-color: var(--white);
    color: var(--black);
}

.btn-secondary{
    background-color: var(--gray);
    color: var(--black);
}

.btn-primary svg,.btn-secondary svg{
    --btn-fill: var(--secondary);
    --btn-stroke: var(--black); 
}

.btn-primary.blue svg,.btn-secondary.blue svg{
    --btn-fill: var(--primary);   
    --btn-stroke: var(--white); 
}

.btn-secondary:focus, .btn-secondary:hover{
    background-color: var(--gray) !important;
    color: var(--black) !important;
}

.btn-primary:focus, .btn-primary:hover{
    background-color: var(--white) !important;
    color: var(--black) !important;
}


.btn > span:first-child { 
    position: absolute;
    left: 0.25rem; 
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    width: 40px; 
    height: 40px;
}

.btn:hover > span:first-child {
    left: calc(100% - 40px - 0.25rem);
}


.btn > span:last-child {
    margin-left: 3.125rem;
    margin-right: 0;
    transition: margin 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1; 
}

.btn:hover > span:last-child {
    margin-left: 1rem;
    margin-right: calc(35px + 0.25rem); 
}

/* Sections and Content */

.sections{
    margin-bottom: 3.75rem;
}

.content{
    justify-content: center;
    align-items: center;
}

.content .kicker{
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.content h2{
    font-size: 3rem;
    font-weight: 300;
}

.content h2 strong{
    font-weight: 700;
}

.content .subtitle{
    max-width: 604px;
    width: 100%;
    text-align: center;
}

.content .subtitle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content .subtitle ul li {
  position: relative;
  padding-left: 32px;     
  margin-bottom: 12px;
}

.content .subtitle ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;

  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12L10 17L20 7' stroke='%2320419C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.card-hover{
    transition: all 0.3s ease-in-out;
}

.card-hover:hover{
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.subpage-hero{
    margin-top: 3.75rem;
}
/* Header Styles */
.header-top {
  background-color: var(--gray);
  padding: 1rem 0;
}

.header-main {
  background-color: var(--white);
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--gray);
}

.social-links a {
  color: var(--black);
  margin-right: 2.5rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--primary);
}

.social-links a:last-child {
  margin-right: 0;
}

.top-nav-link {
  color: var(--black);
  text-decoration: none;
  margin-right: 2.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.top-nav-link:hover {
  color: var(--primary);
}

.language-switcher .lang-toggle {
  color: var(--black);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.brand-logo img {
  height: 3.1875rem;
  width: auto;
}

.header-navigation .nav-list {
  margin-bottom: 0;
  gap: 2rem;
}

.header-navigation .nav-list li a {
  color: var(--black);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.header-navigation .nav-list li a:hover {
  color: var(--primary);
}

.header-contact {
  gap: 0.625rem;
}

.contact-icon {
  font-size: 1.5rem;
  color: var(--black);
}

.contact-details .contact-label {
  font-size: 13px;
}

.contact-details .contact-number {
  color: var(--black);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Offcanvas */
.mobile-navigation {
  font-size: 1.5rem;
}

.offcanvas-header-contact {
  background-color: var(--primary);
  padding: 0.5rem;
  justify-content: center;
  border-radius: 2rem;
  color: var(--white);
}

.offcanvas-header-contact .contact-details .contact-label {
  font-size: 1rem;
}

.offcanvas-header-contact .contact-details .contact-number {
  font-size: 1.125rem;
  color: var(--white);
}

.offcanvas.offcanvas-end {
  background-color: var(--gray);
}

.offcanvas .header-contact {
    gap: 1.625rem;
}

.offcanvas-gray-card{
    background-color: var(--gray);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    height: auto;
    width: 40px;
}
.offcanvas-body{
    background-color: var(--white);
}

/* Hero  */
.hero-title {
  max-width: 593px;
  width: 100%;
}

.hero-title h1 {
  font-size: 3.438rem;
  font-weight: 400;
  letter-spacing: -2.2px;
}

.hero-title h1 span {
  font-weight: 700;
}

.experts-box {
  max-width: 416px;
  width: 100%;
  gap: 1.25rem;
}

.experts-bubble {
  background: var(--gray);
  padding: 16px 24px;
  border-radius: 18px;
  display: inline-flex;
  gap: 1.563rem;
}

.expert-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--white);
  margin-right: -10px;
}

.experts-number {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.experts-label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
}

.experts-description {
  font-size: 0.875rem;
}

.hero-video {
  overflow: hidden;
  border-radius: 2rem;
  height: 299px;
}

.hero-video img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.hero-video-play {
  width: 64px;
  height: 64px;
  background: var(--secondary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.primary-box {
  background: var(--primary);
  color: var(--white);
  padding: 32px;
  border-radius: 2rem;
}

.hero-info-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.hero-info-text {
  font-size: 0.875rem;
}

.gray-box {
  background: var(--gray);
  padding: 2rem;
  border-radius: 2rem;
  color: var(--black);
}

.hero-stats-number {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary);
}

.hero-stats-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.hero-stats-text {
  font-size: 15px;
  opacity: 0.85;
}

.hero-contact-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: var(--black);
  height: 560px !important;
}

.hero-contact-image {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero-contact-content {
  color: var(--white);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  border-radius: 2rem;
}

.hero-contact-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-contact-text {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.hero-stats-box,
.hero-info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-info-icon {
  margin-bottom: 2rem;
}

/* Plyr Customization */
.hero-video .plyr {
  height: 100%;
}
.plyr__video-wrapper {
  height: 100% !important;
}
.plyr__control--overlaid {
  background: var(--secondary);
  color: var(--black);
  width: 100px;
  height: 100px;
}
.plyr__control--overlaid svg {
  width: 40px;
  height: 40px;
}
.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
  background: var(--secondary);
  color: var(--black);
}
.plyr__controls .plyr__control {
  color: var(--secondary);
}
.plyr__controls .plyr__control:hover {
  background: var(--secondary);
  color: var(--black);
}
.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  background-color: var(--secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease;
}
.custom-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.custom-play-button svg {
  width: 30px;
  height: 30px;
  fill: var(--black);
}
.hero-upper{
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
}

/* Professions */
.profession,.faq,.our-values{
    padding: 3.75rem;
    background-color: var(--gray);
    overflow: hidden;
}
div#profession-slider{
  margin-top: 1.5rem;
}
.profession-card{
  background-color: var(--white);
  padding: 1.875rem 4.125rem;
  border-radius: 2rem;
  display: flex;
  gap: .5rem;
  flex-direction: column;
  height: 100%;
}
.profession-card__icon{
  padding-bottom: 1.25rem;
}
.job-offer-desc{
margin-bottom: auto !important;
}

/* Splide Customization */
#profession-slider {
    clip-path: inset(-100vw -100vw -100vw 0);
}
#profession-slider .splide__track {
    overflow: visible;
}
#profession-slider .splide__arrow {
    background: none;
    opacity: 1;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#profession-slider .splide__arrow.splide__arrow--next{
    right: -4rem;
}

#profession-slider .splide__arrow.splide__arrow--prev{
    left: -4rem;
}

#profession-slider .splide__arrow svg{
  width: 2.5rem !important;
  height: 2.5rem !important;
}
#profession-slider .splide__arrow--prev svg {
    transform: rotate(180deg);
}
#profession-slider .splide__arrow:disabled {
    opacity: 0;
    visibility: hidden;
}
#profession-slider .splide__slide {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
#profession-slider .splide__slide.is-visible{
    opacity: 1;
}

/* Why us Card */
.why-us-card{
    color: var(--white);
    padding: 1.25rem 1.875rem;
    border-radius: 1.5rem;
    height: 592px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.why-us-card:after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.5;
    position: absolute;
    border-radius: 1.5rem;
}
.why-us-card > * {
    position: relative;
    z-index: 2;
}
.why-us-card h3{
    font-size: 2rem;
    font-weight: 700;
}
.why-us-card p{
    font-size: 0.875rem;
}
.why-us-card .btn{
    margin-top: 1rem;
}
.satisfied-customers {
    background: #F5F7FA;
    border-radius: 2.063rem 1.688rem;
    padding: 24px;
}
.satisfied-customers h3 {
    color: #20419C;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 2rem;
}
.satisfied-customers-title{
    font-size: 1.25rem;
    font-weight: 700;
}
.satisfied-customers-subtitle{
    font-size: 0.875rem;
}
.wrapper {
    width: 100%;
    height: 374px;
    overflow: hidden;
    border-radius: 2rem;
}
.wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Services */
.services{
    padding: 3.75rem;
    background-color: var(--gray);
    overflow: hidden;
}
.services-list{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;

}
.service-item{
    background-color: var(--white);
    border-radius: 1.5rem;
    padding: 1rem;
    border: none !important;
    display: flex;
    gap: 1rem;
    transition: all 0.3s ease-in-out;
}
.service-detail{
    background-color: var(--white);
    border-radius: 1.5rem;
    padding: 1.5rem;
    display: flex;
    gap: 1.25rem;
}
.service-detail-title{
    font-size: 1.625rem;
    font-weight: 700;
}
.service-image-wrapper {
    width: 523px;
    height: 442px;
    border-radius: 1.75rem;
    overflow: hidden; 
}
.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .content{
    margin-bottom: 2.5rem;
}
.service-title{
    font-size: 1.125rem;
    font-weight: 700;
    text-align: start;
}
.service-item.active{
    background-color: var(--secondary);

}
.service-item svg{
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    border-radius: 50%;
}
.service-item.active svg{
    background-color: var(--white);
}


/* Testimonials */
.testimonials{
    overflow: hidden;
    padding-bottom: 7rem;
}
.testimonials-img-wrapper{
    width: 596px;
    height: 592px;
    border-radius: 1.5rem;
    overflow: hidden;
}
.testimonials-img-wrapper img{
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials .content{
    margin-top: 1.875rem;
}
.testimonials-slider{
    position: absolute;
    bottom: -6.125rem;
    left: 17rem;
}
.testimonial-box{
    background-color: var(--gray);
    padding: 2.5rem;
    border-radius: 2rem;
}
.testimonial-box .author{
    font-weight: 700;
}
.testimonial-box .quote-text{
    margin-bottom: 1rem;
    font-weight: 300;
}
.testimonial-box-icon{
    font-size: 6rem;
    font-weight: 700;
    color: var(--primary);
    height: 52px;
    display: flex;
    align-items: center;
}
.testimonial-box .position{
    font-weight: 300;
    font-size: 0.875rem;
}
.testimonials-slider {
    clip-path: inset(-100vw -100vw -100vw 0);
}
.testimonials-slider .splide__track {
    overflow: visible;
}

.testimonials-slider .splide__slide {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
.testimonials-slider .splide__slide.is-visible{
    opacity: 1;
}
/* FAQ */
.faq .content{
    margin-bottom: 2.5rem;
}
.faq .content .content-title h2{
    text-align: center;
}
.faq .gray-box{
    background-color: var(--white);
}
.join-us-card{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    color: var(--white) !important;
    position: relative;
    height: 100%;
}
.join-us-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.30),
        rgba(0,0,0,0.30)
    );
    z-index: 2;
     border-radius: 2rem;
}
.join-us-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(32, 65, 156, 0.20);
    z-index: 1;
     border-radius: 2rem;
}
.join-us-card > * {
    position: relative;
    z-index: 3;
}
.join-us-card h3{
    font-size: 3rem;
}
/* FAQ QUESTIONS */
.accordion-button::after{
    display: none;
}

.accordion{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.accordion-item{
    background-color: var(--white);
    border-radius: 1.5rem !important;
    border: none;
}

.accordion-button{
    border-radius: 1.5rem !important;
}

.accordion-button span{
    font-size: 1.125rem;
    font-weight: 700;
}

.accordion-item .faq-icon{
   background-color: var(--secondary);
   border-radius: 50%;
   padding: 0.5rem;
}

.accordion-item.open .accordion-button{
    background-color: var(--secondary);
}

.accordion-item.open .accordion-button .faq-icon{
    background-color: var(--white);
}

.services-list-mobile .splide__track {
    clip-path: inset(-100vw -100vw -100vw 0);
}
.services-list-mobile .splide__slide {
    width: auto; 
}
.services-list-mobile .service-item {
    white-space: nowrap;
}

/* Footer */
.footer-social-link{
    transition: all 0.3s ease-in-out;
}
.footer-social-link:hover{
    transform: translateY(-5px);
}
.footer {
    background-color: #0a1628;
    color: var(--white);
}
.contact-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-footer-avatars {
    display: flex;
}
.contact-footer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--white);
    object-fit: cover;
}
.contact-footer-avatar-picture{
       border-radius: 50%;
       border: 2px solid var(--white);
       object-fit: cover;
       aspect-ratio: 1 / 1;
}
.contact-footer-avatar:not(:first-child) {
    margin-left: -12px;
}
.contact-footer-text {
  font-size: .875rem;
  color: var(--white);
  font-weight: 300;
}
.contact-footer-text a{
  color: var(--white) !important;
  text-decoration: underline !important;
}
.contact-footer-text span{
  font-weight: 700;
}
.contact-footer-phone {
  color: var(--secondary);
  text-decoration: underline;
  font-weight: 500;
}
.contact-footer-phone:hover {
  color: var(--secondary);
  opacity: 0.8;
}
.footer-main {
    padding: 3.5rem 0;
}
.footer-col {
    margin-bottom: 2rem;
}
.footer-brand {
    margin-bottom: 1.25rem;

}
.footer-logo {
    max-width: 375px;
    width: 100%;
    height: auto;
}
.footer-description {
    font-size: 1rem;
    font-weight: 300;
}
.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--white);
}
.footer-title-secondary {
    margin-top: 2rem;
}
.footer-contact-info {
    display: flex;
    flex-direction: column;
}
.footer-address {
    font-size: 0.875rem;
    font-weight: 200;
    line-height: 1.6;
    padding-bottom: 1rem;
    color: rgba(255, 255, 255, 0.6);
}
.footer-address a{
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.footer-address a:hover{
    color: var(--secondary);
}
.footer-link {
    font-size: 0.875rem;
    font-weight: 200;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.6);
}
.footer-link:hover {
    color: var(--secondary);
}
.footer-company-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer-company-name {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}
.footer-company-address {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    font-weight: 200;
}
.footer-company-address a{
    text-decoration: none !important;
    transition: color 0.3s ease-in-out;
}
.footer-company-address a:hover{
    color: var(--secondary);
}
.footer-company-ids {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 200;
}
.footer-socials {
    display: flex;
    gap: 0.75rem;
}
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer-links-list li a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-weight: 200;
    transition: color 0.3s ease;
}
.footer-links-list li a:hover {
    color: var(--secondary);
}
.footer-copyright {
    font-size: 0.875rem;
    font-weight: 200;
    margin: 0;
}
.footer-credits {
    font-size: 0.875rem;
    font-weight: 200;
    margin: 0;
}

.footer-credits a{
    color: var(--white);
    text-decoration: none;
}
.footer-credits a:hover{
    color: var(--secondary);
}
.footer-bottom .container{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.875rem 0;
}

/* About Us */
.subpage-img-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
   
}

.subpage-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 1.5rem;
}

.our-values-row .big-box {
    height: 100%;
    min-height: 125px; 
}
.our-values-row .small-box {
    min-height: 60px;
}
.our-values-row .wide-box {
    min-height: 60px;
}
.our-value-card {
    padding: 1.5rem;
    background-color: var(--white);
    border-radius: 1.5rem;
}
.our-value-card h3{
    font-size: 1.25rem;
}
.our-value-card p{
    font-size: 14px;
}
.our-values-icon{
    padding: 0.5rem;
    background-color: var(--secondary);
    width: fit-content;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.our-values-icon svg{
    color: var(--primary);
}
.our-value-card svg{
    width: 40px;
    height: 40px;
}
.values-layout{
    margin-top: 1.5rem;
}

/* Job Offers */
.job-offers .profession-card{
    padding: 1.875rem;
    background-color: var(--gray);
}
.job-offer-contact{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-item{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}
.contact-item:hover{
    transform: translateY(-5px);
}
.job-offer-contact .contact-item-svg{
    background-color: var(--secondary);
    width: fit-content;
    color: var(--white);
    border-radius: 50%;
    padding: 0.5rem;
}
.job-offer-icon{
    margin-bottom: 2rem;
}

/* Contact */
.contact-form{
    background-color: var(--white);
    padding: 2.5rem;
    border-radius: 1.5rem;
}
.form-row{
    display: flex;
    gap: 1rem;
}

.form-group{
    width: 100%;
}



.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

.cv-upload-box {
  width: 100%;
  border: 2px dashed #d9d9d9;
  background: #fafafa;
  border-radius: 12px;
  padding: 30px;
  cursor: pointer;
  display: block;
  text-align: center;
  transition: 0.2s ease;
}

.cv-upload-box:hover {
  border-color: var(--secondary);
  background: #cff27e29;
}

.cv-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cv-icon {
  background: #fff;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.cv-title {
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.cv-sub {
  color: #888;
  font-size: 14px;
}

.job-offers .content{
    margin-bottom: 2.5rem;
}

/* Partnership */
.certifications .content-title h2{
    text-align: center;
}
.certifications .our-values-icon{
    margin-bottom: 0 !important;
    background-color: var(--secondary);
    padding: 0.5rem;
}

.certifications .our-value-card{
    background-color: var(--gray);
    border: none;
}

/* Realizations */


.bento-grid {
    margin-top: 3rem;
}

.bento-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 2rem;
}

.bento-item::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 13%, rgba(255, 255, 255, 0) 100%);
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.bento-item .bento-overlay{
    z-index: 3;
}

.bento-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bento-item:hover .bento-img {
    transform: scale(1.05);
}

.bento-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    color: var(--white);
}

.bento-overlay h3,
.bento-overlay h4 {
    margin: 0;
    color: var(--white);
    font-weight: 600;
}

.bento-overlay h3 {
    font-size: 1.5rem;
}

.bento-overlay h4 {
    font-size: 1rem;
}

/* Bento veľkosti */
.bento-large {
    height: 450px;
}

.bento-medium {
    height: 240px;
}

.bento-small {
    height: 190px;
}

/* Responsive */
@media (max-width: 768px) {
    .bento-large {
        height: 280px;
    }
    
    .bento-medium,
    .bento-small {
        height: 200px;
    }
}

.extra-faq {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: all 0.8s ease-in-out;
}
.extra-faq.show-animated {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
}
.extra-faq.hide-animated {
    opacity: 0;
    max-height: 0;
    transform: translateY(10px);
}

/* Contact */
.team-card {
    border-radius: 1.5rem;
   
    height: 100%;
}


.team-photo{
    position: relative;
}

.team-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.team-info {
    flex: 1;
}

.team-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.team-position {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.contact-item {
    font-size: 0.85rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-english {
    display: inline-block;
    margin-top: 0.4rem;
    background: var(--primary);
    color: #fff;
    padding: 2px 8px;
    border-radius: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.team-contacts svg{
    color: var(--primary);
}

.team-contacts{
        display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.team-contacts .contact-link{
    transition: transform 0.3s ease-in-out;
}
.team-contacts .contact-link:hover{
    transform: translateY(-5px);
}
.choices__inner{
    background-color: transparent;
    border-color: #dee2e6;
    border-radius: 0.375rem;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: var(--secondary);
    color: var(--primary);
}

.is-focused .choices__inner, is-open .choices__iner {

border-color: #dee2e6;
}

.choices__list{
border-color: #dee2e6 !important;
}
.cv-animate {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: 
        max-height 0.45s ease,
        opacity 0.3s ease 0.15s;
}

.cv-animate.show {
    max-height: 300px; 
    opacity: 1;
}
.choices__list--single .choices__item{
    font-size: 1rem;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item{
    font-size: 1rem;
}

.map-wrapper iframe{
    height: 100% !important;
    width: 100% !important;
}
.lang-toggle.selected{
    display: none;
}

.thank-you{
    padding: 4rem 0;
}


.page-404 h1{
    font-size: 4.5rem;
}

.page-404 p{
    max-width: 500px;
}

.thank-you .hero-title{
    max-width: 100%;
}


/* TVOJ CHECK CSS – bezzmeny */
.main-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-container {
    width: 6.25rem;
    height: 7.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #2a56c7, #20419c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
        0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}



.check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}

.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, #2a56c7, transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}

/* ANIMÁCIE – nezmenené */
@keyframes animateContainer {
    0% { opacity: 0; transform: scale(0); }
    25% { opacity: 1; transform: scale(0.9); }
    43.75% { transform: scale(1.15); }
    62.5% { transform: scale(1); }
    100% { opacity: 1; }
}

@keyframes animateCheck {
    from { stroke-dashoffset: 80; }
    to { stroke-dashoffset: 0; }
}

@keyframes animateShadow {
    0% { opacity: 0; width: 100%; height: 15%; }
    25% { opacity: 0.25; }
    43.75% { width: 40%; height: 7%; opacity: 0.35; }
    100% { width: 85%; height: 15%; opacity: 0.25; }
}