.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform .5s ease;
  overflow: hidden;
}

.popup.active {
  transform: translateX(0);
}

.popup-image {
  position: relative;
  width: 100%;
  height: 100%;
}

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


/* Gradient overlay */
.popup-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.1)
  );
}


/* Text overlay */
.popup-content {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
  padding-right: 20px;
}

.popup-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.popup-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}


/* Close icon */
.close-popup {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  border: 0;
  background: rgba(255,255,255,.2);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}



.horizontal-accordion {
  display: flex;
  gap: 10px;
  height: 90vh;
  padding: 10px;
}
.accordion-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.5s;
  background: #fff;
  cursor: pointer;
}
.accordion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horizontal-accordion .accordion-item:nth-child(1) .content{
    background-color: #fff;
    background-image: url('https://talent500.com/brinks/wp-content/uploads/sites/97/2026/07/Frame-54.png');
    width: 100%;
    height: 100%;
    left:0px;
    right:0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.horizontal-accordion .accordion-item:nth-child(2) .content{
    background-color: #0F61D8;
    background-image: url('https://talent500.com/brinks/wp-content/uploads/sites/97/2026/07/Frame-55.png');
    width: 100%;
    height: 100%;
    left:0px;
    right:0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.horizontal-accordion .accordion-item:nth-child(3) .content{
    background-color: #97CAEB;
    background-image: url('https://talent500.com/brinks/wp-content/uploads/sites/97/2026/07/Frame-56.png');
    width: 100%;
    height: 100%;
    left:0px;
    right:0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.horizontal-accordion .accordion-item:nth-child(2) p{
    color: #fff;
}

.horizontal-accordion .accordion-item:nth-child(3) p{
    color: #0A4A8E;
}

.horizontal-accordion .accordion-item:nth-child(1) h3{
    color: #0A4A8E;
    font-size:70px;
    text-align: right;
}

.horizontal-accordion .accordion-item:nth-child(2) h3{
   color: #fff;
    font-size:70px;
    text-align: right;
}

.horizontal-accordion .accordion-item:nth-child(3) h3{
   color: #fff;
    font-size:70px;
    text-align: left;
}

.box-content{
    position: relative;
    bottom: 30vh;
    
    @media screen and (max-width:768px){
        bottom:250px;
    }
}

.accordion-item:first-child {
  flex: 4;
}
.horizontal-accordion:hover .accordion-item {
  flex: 1;
}
.horizontal-accordion:hover .accordion-item:hover {
  flex: 4;
}
.content {
  position: relative;
  left: 0px;
  color: #0A4A8E;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s;
  padding:100% 10px 0 40px;
}
.content p{
    color: #0A4A8E;
    font-size: 30px;
    line-height: 120%;
    font-family: "Nunito Sans", Sans-serif;
}
.accordion-item:first-child .content {
  opacity: 1;
  transform: none;
}
.horizontal-accordion:hover .accordion-item .content {
  opacity: 0;
}
.horizontal-accordion:hover .accordion-item:hover .content {
  opacity: 1;
  transform: none;
}
@media (max-width: 768px) {
  .horizontal-accordion {
    flex-direction: column;
    height: auto;
  }
  .accordion-item,
  .accordion-item:first-child,
  .horizontal-accordion:hover .accordion-item,
  .horizontal-accordion:hover .accordion-item:hover {
    flex: none;
    height: 500px;
  }
}


/* Content Container */
.content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    z-index: 2;
    overflow: hidden;
}

/* Hidden by default */
.content h3,
.content p {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity .35s ease,
        transform .6s cubic-bezier(.22,1,.36,1);

    /* Wait until panel expansion finishes */
    transition-delay: 0s;
}

/* First card visible initially */
.accordion-item:first-child .content h3,
.accordion-item:first-child .content p {
    opacity: 1;
    transform: translateY(0);
}

/* Hide all text when hovering accordion */
.horizontal-accordion:hover .accordion-item .content h3,
.horizontal-accordion:hover .accordion-item .content p {
    opacity: 0;
    transform: translateY(60px);
    transition-delay: 0s;
}

/* Show text AFTER panel expands */
.horizontal-accordion:hover .accordion-item:hover .content h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s; /* Wait for flex animation */
}

.horizontal-accordion:hover .accordion-item:hover .content p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .60s;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://talent500.com/brinks/wp-content/uploads/sites/97/2026/07/NunitoSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://talent500.com/brinks/wp-content/uploads/sites/97/2026/07/NunitoSans-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://talent500.com/brinks/wp-content/uploads/sites/97/2026/07/NunitoSans_10pt-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://talent500.com/brinks/wp-content/uploads/sites/97/2026/07/NunitoSans-SemiBold.woff') format('woff');
}
/* End Custom Fonts CSS */