 .nav-up-custom {
     transform: none !important;
 }

 html {
     margin-right: 0px !important;
 }



 .dark-bg-header {
     background-color: #14292C;
 }

 .journey-hero-section {
     margin-bottom: 70px;
 }


 .journey-content-container {
     margin-top: 20px;
 }

 .journey-content-container p {
     font-family: 'gilroy-medium', sans-serif;
 }

 .journey-content-section {
     margin-bottom: 70px;
 }


 .journey-vote-boxes-section {
     background: #E9F2F4;
     padding-top: 94.57px;
     padding-bottom: 84.61px;
 }



 .vote-box-dropdowns {
     display: flex;
     gap: 20px;
 }

 .vote-box-header {
     display: flex;
     justify-content: space-between;
     margin-bottom: 34.97px;
 }

 .vote-box-header h2 {
     font-family: 'Gilroy-bold';
     font-size: 45px;
     font-style: normal;
     line-height: 110%;
     letter-spacing: -0.675px;
     margin: 0px;
 }


 .vote-box-dropdown {
     max-width: 260px;
     width: 260px;
     display: flex;
     align-items: center;
     height: 52px;
     padding: 20px 16px;
     justify-content: space-between;
     border-radius: 14px;
     outline: 1px solid rgba(6, 130, 136, 0.20);
     border: 1px solid transparent;
     background: #FFF;
     cursor: pointer;
     transition: 0.5s;
 }



 .vote-box-dropdown h3 {
     color: #000;
     font-family: 'Gilroy-semibold';
     font-size: 16px;
     font-style: normal;
     line-height: 108%;
     letter-spacing: -0.32px;
     margin: 0px;
 }

 .vote-box-dropdown-container h4 {
     color: #333;
     font-family: 'Gilroy-semibold';
     font-size: 16px;
     font-style: normal;
     margin: 0px;
     line-height: 162%;
     padding: 14px 19px;
     max-height: 54px;
     cursor: pointer;
     transition: 0.5s;

 }


 .vote-box-dropdown-container {
     border-radius: 12px;
     outline: 1px solid transparent;
     background: #FFF;
     margin-top: 5px;
 }


 .region-dropdown-wrapper {
     max-width: 260px;
 }


 .vote-box-option h4 {
     display: flex;
     gap: 3px;
     align-items: center;
 }


 .vote-box-svg {
     width: 20px;
     min-width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
 }


 .vote-box-dropdown-container {
     max-height: 0;
     overflow: hidden;
     position: absolute;
     width: 260px;
     z-index: 11;
     transition: max-height 0.3s ease;
 }

 .vote-box-options-active {
     outline: 1px solid rgba(6, 130, 136, 0.20);
 }


 .vote-box-caret {
     transition: 0.3s ease;
 }


 .vote-dropdown-active .vote-box-caret {
     transform: rotate(-180deg);
 }



 .journey-vote-boxes {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 26px;
 }


 .journey-vote-box {
     padding: 50px 40px 40px 40px;
     min-width: 403px;
     max-height: 494.31152px;
     border-radius: 36px;
     border: 1px solid rgba(6, 130, 136, 0.15);
     background: #FFF;
     display: flex;
     flex-direction: column;
 }


 .journey-vote-box-title-container {
     display: flex;
     margin-bottom: 22px;
     align-items: start;
     justify-content: space-between;
     gap: 50px;
 }

 .journey-vote-box-title-container h3 {
     color: #000;
     font-family: 'Gilroy-bold';
     font-size: 28px;
     font-style: normal;
     line-height: 115%;
     margin: 0px;
     letter-spacing: -0.56px;
     padding-right: 5px;
 }


 .journey-vote-box-meta {
     display: flex;
     flex-wrap: wrap;
     gap: 9px;
 }


 .vote-box-region {
     display: flex;
     gap: 2px;
     align-items: center;
     padding: 7px 16px 6px 12px;
     border-radius: 10px;
     background: rgba(6, 130, 136, 0.10);
 }


 .vote-box-icon {
     width: 20px;
     min-width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 1.5px;
 }



 .vote-box-category {
     display: flex;
     gap: 2px;
     align-items: center;
     padding: 7px 16px 6px 12px;
     border-radius: 10px;

 }

 .food-security-category {
     background: rgba(57, 153, 16, 0.10);
 }

 .community-category {
     background: rgba(114, 154, 234, 0.10);
 }

 .health-category {
     background: rgba(17, 152, 220, 0.10);

 }


 .womens-aid-category {
     background: rgba(237, 107, 107, 0.10);

 }


 .children-category {
     background: rgba(251, 163, 11, 0.10);

 }

 .vote-box-region h4 {
     color: #068288;
     font-family: 'Gilroy-semibold';
     font-size: 14px;
     font-style: normal;
     margin: 0px;
     line-height: 162%;

 }

 .vote-box-category h4 {

     font-family: 'Gilroy-semibold';
     font-size: 14px;
     font-style: normal;
     margin: 0px;
     line-height: 162%;
     /* 22.68px */
 }


 .food-security-category h4 {

     color: #007810;
 }

 .community-category h4 {
     color: #729AEA;
 }

 .health-category h4 {
     color: #1198DC;

 }

 .womens-aid-category h4 {
     color: #ED6B6B;
 }


 .children-category h4 {
     color: #FBA30B;

 }

 .journey-vote-box-top {
     margin-bottom: 22px;
     flex-shrink: 0;
     /* Don't shrink the top content */
 }


 .vote-box-video {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     /* Add these properties */
     flex: 1;
     /* Take remaining space */
     min-height: 0;
     /* Allow shrinking below content size */
     overflow: hidden;
     /* Hide overflow */
     margin-bottom: 22px;
 }


 .vote-box-video img {
     width: 100%;
     height: 100%;
     border-radius: 10px;
     object-fit: cover;
     /* Maintain aspect ratio while covering the area */
 }


 .vote-video-play-btn {
     background: white;
     width: 40px;
     height: 40px;
     border-radius: 100px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     overflow: hidden;
     cursor: pointer;


 }


 .vote-video-play-btn svg {
     position: absolute;
     transition: 0.3s;
     margin-left: 2px;
 }


 .v-play-btn-hidden {
     transform: translateX(-30px);
 }


 .journey-vote-box-title-container img {
     margin-top: 3px;
 }


 .food-security-category .vote-box-icon img {
     width: 13.837px;

 }

 .community-category .vote-box-icon img {
     width: 15px;
 }

 .health-category .vote-box-icon img {
     width: 15.708px;

 }

 .womens-aid-category .vote-box-icon img {
     width: 9.364px;

 }

 .children-category .vote-box-icon img {
     width: 14.987px;

 }




 @media(max-width:1024px) {
     .journey-hero-section img {
         height: 100vh;
         object-fit: cover;
     }



     .journey-vote-box-title-container {
         gap: 0px;
     }

     .vote-box-video {
         margin-bottom: 20px;
     }


     .vote-box-header {
         flex-direction: column;
         gap: 29.58px;
     }

     .vote-box-dropdowns {
         flex-direction: column;
         gap: 14.5px;
     }

     .vote-box-dropdown,

     .region-dropdown-wrapper {
         width: 100%;
         max-width: 100%;

     }


     .region-dropdown-wrapper,
     .category-dropdown-wrapper {
         position: relative;
     }

     .vote-box-dropdown-container {
         width: 100%;
     }


     ..journey-vote-box {
         width: auto;
     }

     .journey-vote-boxes {
         grid-template-columns: auto;
         gap: 20px;
     }

     .journey-vote-box {
         padding: 40px 32px;
     }

     .journey-vote-box-title-container h3 {
         color: #000;
         font-size: 24px;
         line-height: 115%;
         letter-spacing: -0.48px;
     }

     .journey-vote-box-top {
         margin-bottom: 20px;
     }

     .vote-box-region,
     .vote-box-category {
         padding: 6px 14px 6px 10px;

     }

     .vote-box-region h4,
     .vote-box-category h4 {
         font-size: 12px;
         font-style: normal;
         line-height: 162%;
         /* 19.44px */
     }

     .journey-vote-box {
         min-width: 0px;
         width: auto;
     }

     .journey-vote-box-title-container {
         margin-bottom: 22px;
         gap: 0px;
     }

     .journey-vote-boxes-section {
         padding-top: 76.15px;
         padding-bottom: 80px;
     }

     .vote-box-header h2 {
         font-size: 32px;
         font-style: normal;
         line-height: 120%;
         /* 38.4px */
         letter-spacing: -0.48px;
     }
 }


 .mgl-dummy-div-full-w-h {
     min-height: 100vh;
     max-width: 100vw;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .mgl-journey-vote-card__footer-area {
     display: flex;
     flex-direction: row;
     gap: 15px;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-vote::before,
 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-vote::after,
 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-popup::before,
 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-popup::after,
 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-share::before,
 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-share::after,
 .mgl-journey-vote-card__popup__close::before,
 .mgl-journey-vote-card__popup__close::after,
 .mgl-journey-vote-card__popup__cta::before,
 .mgl-journey-vote-card__popup__cta::after,
 .mgl-journey-vote-card__share-panel-btn::before,
 .mgl-journey-vote-card__share-panel-btn::after,
 .button span:after,
 button span:after,
 .button span:before,
 button span:before {
     content: none;
     transition: none;
 }

 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-vote {
     font-family: 'gilroy-semibold';
     width: 100%;
     font-size: 16px;
     line-height: 162%;
     padding: 0px;
     height: 45px;
     background-color: #068288;
     color: #ffffff;
     border-radius: 100px;
     border: none;
     max-width: fit-content;
     padding: 11px 26px 8px 26px;
     width: 100%;
     cursor: pointer;
     transition: 0.3s;
     letter-spacing: -0.08px;
 }



 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-popup {
     font-family: 'gilroy-semibold';
     font-size: 16px;
     line-height: 162%;
     padding: 0px;
     height: 45px;
     background-color: rgba(6, 130, 136, 0.102);
     color: #068288;
     border-radius: 100px;
     border: none;
     max-width: 135px;
     width: 100%;
     cursor: pointer;
     transition: 0.3s;
 }



 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-share {
     position: relative;
     min-width: 45px;
     min-height: 45px;
     background-color: rgba(6, 130, 136, 0.102);
     color: #068288;
     border-radius: 100px;
     border: none;
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
     transition: background 0.2s ease;
 }



 /* ── Vote button: voted state (shrink padding) ── */
 .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-vote.is-voted {
     background-color: #004953;
     padding: 11px 20px;
     pointer-events: none;
 }


 /* ── Share wrapper — hidden by default, fade in on vote ── */
 .mgl-journey-vote-card__share-wrapper {
     position: relative;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     transition:
         opacity 0.35s ease,
         visibility 0.35s ease;
     display: none;
 }

 .mgl-journey-vote-card__share-wrapper.is-visible {
     opacity: 1;
     visibility: visible;
     pointer-events: auto;
     display: block;
 }

 /* ── Share icon swap: share ↔ cross with vertical slide ── */
 .mgl-journey-vote-card__share-icon {
     display: flex;
     align-items: center;
     justify-content: center;
     transition:
         opacity 0.25s ease,
         transform 0.25s ease;
 }

 /* Share icon — default: visible at centre */
 .mgl-journey-vote-card__share-icon--share {
     transform: translate(0, 0);
     opacity: 1;
 }

 /* Cross icon — default: hidden below */
 .mgl-journey-vote-card__share-icon--cross {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, 100%);
     opacity: 0;
 }

 /* JS-driven hover state — share icon slides up, cross slides into centre */
 .mgl-journey-vote-card__share-wrapper.is-hovered .mgl-journey-vote-card__share-icon--share {
     transform: translate(0, -100%);
     opacity: 0;
 }

 .mgl-journey-vote-card__share-wrapper.is-hovered .mgl-journey-vote-card__share-icon--cross {
     transform: translate(-50%, -50%);
     opacity: 1;
 }

 /* ── Floating social panel ── */
 .mgl-journey-vote-card__share-panel {
     position: absolute;
     bottom: calc(100% + 10px);
     left: 50%;
     transform: translateX(-50%) translateY(8px);
     display: flex;
     flex-direction: row;
     height: 35px;
     min-height: 35px;
     background: #e9f2f4;
     border-radius: 100px;
     box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
     border: 1px solid rgba(6, 130, 136, 0.1);
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     transition:
         opacity 0.25s ease,
         transform 0.25s ease,
         visibility 0.25s ease;
     z-index: 1;
 }

 /* Show panel — toggled by JS mouseenter/mouseleave on the wrapper */
 .mgl-journey-vote-card__share-wrapper.is-hovered .mgl-journey-vote-card__share-panel {
     opacity: 1;
     visibility: visible;
     pointer-events: auto;
     transform: translateX(-50%) translateY(0);
 }

 /* ── Social icon buttons inside the panel ── */
 .mgl-journey-vote-card__share-panel-btn {
     position: relative;
     height: 35px;
     min-height: 35px;
     max-width: 35px;
     width: 35px;
     border-radius: 0%;
     border: none;
     background: transparent;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     overflow: hidden;
     transition: background 0.2s ease;
 }

 /* .mgl-journey-vote-card__share-panel-btn:hover {
  background: rgba(6, 130, 136, 0.16);
} */

 /* Social icon — default: visible at centre */
 .mgl-journey-vote-card__share-panel-btn-icon,
 .mgl-journey-vote-card__share-panel-btn-check {
     position: absolute;
     top: 50%;
     left: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: transform 0.25s ease;
 }

 .mgl-journey-vote-card__share-panel-btn-icon {
     transform: translate(-50%, -50%);
 }

 /* Checkmark — default: hidden below */
 .mgl-journey-vote-card__share-panel-btn-check {
     transform: translate(-50%, 50px);
 }

 /* Checked state — icon slides up, checkmark slides into centre */
 .mgl-journey-vote-card__share-panel-btn.is-checked .mgl-journey-vote-card__share-panel-btn-icon {
     transform: translate(-50%, -50px);
 }

 .mgl-journey-vote-card__share-panel-btn.is-checked .mgl-journey-vote-card__share-panel-btn-check {
     transform: translate(-50%, -50%);
 }

 .mgl-journey-vote-card__share-panel-btn.is-checked {
     background: transparent;
 }

 /* ── Body scroll lock when popup is open ── */


 /* ── Overlay ── */
 .mgl-journey-vote-card__popup-overlay {
     position: fixed;
     inset: 0;
     background: rgba(0, 0, 0, 0.1);
     z-index: 9999;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     visibility: hidden;
     transition:
         opacity 0.35s ease,
         visibility 0.35s ease;
 }

 .mgl-journey-vote-card__popup-overlay.is-active {
     opacity: 1;
     visibility: visible;
     z-index: 1111111111;
 }

 /* ── Popup Card ── */
 .mgl-journey-vote-card__popup {
     position: relative;
     background: #fff;
     border-radius: 20px;
     width: 100%;
     max-width: 680px;
     max-height: 90vh;
     overflow-y: auto;
     padding: 50px 40px;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
     border: 1px solid rgba(6, 130, 136, 0.149);
     transform: translateY(100vh);
     transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
     display: flex;
     flex-direction: column;
     gap: 25px;
 }

 .mgl-journey-vote-card__popup-overlay.is-active .mgl-journey-vote-card__popup {
     transform: translateY(0);
 }

 /* ── Popup Header: 90/10 flex row ── */
 .mgl-journey-vote-card__popup__header {
     display: flex;
     flex-direction: row;
     align-items: flex-start;
     width: 100%;
     gap: 0px;
     box-sizing: border-box;
 }

 /* 90% — Logo + Title column */
 .mgl-journey-vote-card__popup__header-content {
     flex: 0 1 90%;
     max-width: 90%;
     min-width: 0;
 }

 /* 10% — Close button column */
 .mgl-journey-vote-card__popup__header-close {
     flex: 0 0 10%;
     max-width: 10%;
     display: flex;
     align-items: flex-start;
     justify-content: flex-end;
 }

 /* ── Close Button (relative, inside header-close) ── */
 .mgl-journey-vote-card__popup__close {
     position: relative;
     width: 41px;
     height: 41px;
     min-width: 41px;
     min-height: 41px;

     border: 0px;
     background: transparent;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     margin: 0;
     transition:
         border-color 0.2s ease,
         background 0.2s ease;
     box-sizing: border-box;
 }



 .mgl-journey-vote-card__popup__close svg {
     transition: transform 0.4s ease;
     transform: rotate(0deg);
 }



 /* ── Logo Row (inside header-content) ── */
 .mgl-journey-vote-card__popup__logo-row {
     display: flex;
     align-items: center;
     gap: 18px;
     margin-bottom: 8px;
     max-width: 211px;
     min-height: 47px;
 }

 .mgl-journey-vote-card__popup__logo-image {
     max-width: 120.44px;
     min-height: 16.96px;
     object-fit: contain;
 }

 /* ── Title (inside header-content, no padding-right needed) ── */
 .mgl-journey-vote-card__popup__title {
     font-family: 'gilroy-bold', sans-serif;
     font-size: 30px;
     color: #000;
     margin: 0;
     padding: 0;
     line-height: 120%;
 }

 /* ── Tags ── */
 .mgl-journey-vote-card__popup__tags {
     display: flex;
     flex-wrap: wrap;
     gap: 9px;
 }

 .mgl-journey-vote-card__popup__tag {
     display: inline-flex;
     align-items: center;
     padding: 7px 16px 7px 12px;
     gap: 6px;
     border-radius: 10px;
     border: none;
 }

 .mgl-journey-vote-card__popup__tag--location {
     background: #0682881a;
     color: #068288;
 }

 .mgl-journey-vote-card__popup__tag--category {
     background: #1198dc1a;
     color: #1198dc;
 }

 .mgl-journey-vote-card__popup__tag-icon {
     width: 20px;
     height: 20px;
     flex-shrink: 0;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .mgl-journey-vote-card__popup__tag .mgl-journey-vote-card__popup__tag-text {
     font-family: 'gilroy-semibold';
     font-size: 14px;
     line-height: 162%;
 }

 /* ── Media / Video Container ── */
 .mgl-journey-vote-card__popup__media {
     position: relative;
     width: 100%;
     border-radius: 14px;
     overflow: hidden;
     aspect-ratio: 16 / 9;
     background: #0b1a3e;
 }

 /* Video element — fills container */
 .mgl-journey-vote-card__popup__video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 /* Image overlay — covers video until play is triggered */
 .mgl-journey-vote-card__popup__media-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     transition:
         opacity 0.35s ease,
         visibility 0.35s ease;
 }

 .mgl-journey-vote-card__popup__media-overlay.is-hidden {
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
 }

 .mgl-journey-vote-card__popup__media-overlay-img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 /* Play button — centred over the overlay */
 .mgl-journey-vote-card__popup__play-btn {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 2;
     width: 54px;
     height: 54px;
     background: rgba(255, 255, 255, 0.9);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     border: none;
     box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
     transition:
         transform 0.2s ease,
         opacity 0.35s ease,
         visibility 0.35s ease;
 }



 .mgl-journey-vote-card__popup__play-btn.is-hidden {
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
 }

 /* ── Description ── */
 .mgl-journey-vote-card__popup__description p {
     font-family: 'gilroy-regular';
     font-size: 18px;
     line-height: 160%;
     color: #333333;
     margin-bottom: 20px;
 }

 /* ── CTA Button ── */
 .mgl-journey-vote-card__popup__cta {
     font-family: 'gilroy-semibold';
     font-size: 16px;
     line-height: 162%;
     padding: 11px 26px;
     background-color: #068288;
     color: #ffffff;
     border-radius: 100px;
     border: none;

     cursor: pointer;
     transition: background 0.2s ease;
 }



 /* ── Scrollbar styling (optional) ── */
 /* .mgl-journey-vote-card__popup::-webkit-scrollbar {
  width: 6px;
}
.mgl-journey-vote-card__popup::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 3px;
} */

 /* Media Query */
 @media (max-width: 1024px) {
     .mgl-journey-vote-card__popup {
         padding: 45px 35px 50px;
         gap: 20px;
         max-height: 80vh;
         transform: unset !important;
         max-width: 100%;
         position: absolute;
         bottom: -100%;
         transition: 0.5s !important;
         opacity: 1 !important;
         visibility: visible !important;
         border-bottom-left-radius: 0px;
         border-bottom-right-radius: 0px;
     }

     .mgl-journey-vote-card__popup-overlay.is-active .mgl-journey-vote-card__popup {
         bottom: 0px;
     }


     .mgl-journey-vote-card__footer-area {
         gap: 12px;
     }

     .mgl-journey-vote-card__popup__title {
         font-size: 28px;
     }

     .mgl-journey-vote-card__popup__logo-row {
         max-width: 169px;
         min-height: 37px;
     }


     .mgl-journey-vote-card__button-vote,
     .mgl-journey-vote-card__button-popup {
         font-size: 15px;
         font-style: normal;
         line-height: 162%;
         letter-spacing: -0.075px;
     }

     .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-vote,
     .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-popup {
         font-size: 15px;
     }
 }


 .journey-vote-box {
     transition: 0.3s;
 }

 @media(min-width:1025px) {
     .vote-box-dropdown-container h4:hover {
         background: #E0F5F6;
     }

     .journey-vote-box:hover {
         box-shadow: 0 5px 20px 0 rgba(6, 130, 136, 0.20);

     }


     .vote-box-dropdown:hover {
         outline: 1px solid rgba(6, 130, 136, 0.50);
         border: 1px solid rgba(6, 130, 136, 0.50);
         background: #E9F2F4;
     }

     .vote-video-play-btn:hover .v-play-btn-hidden {
         transform: translateX(0);
     }

     .vote-video-play-btn:hover .v-play-btn-visible {
         transform: translateX(30px);
     }

     /* .mgl-journey-vote-card__popup__close:hover,
     .mgl-journey-vote-card__popup__close:focus-visible {
         border-color: rgba(6, 130, 136, 0.502);
         background: transparent;
         outline: none;
     } */

     .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-vote:hover {
         background-color: #004953;
     }

     .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-popup:hover {
         background-color: rgba(6, 130, 136, 0.149);
     }

     .mgl-journey-vote-card__footer-area .mgl-journey-vote-card__button-share:hover {
         background-color: rgba(6, 130, 136, 0.149);
     }


     .mgl-journey-vote-card__popup__close:hover svg {
         transform: rotate(90deg);
     }

     .mgl-journey-vote-card__popup__play-btn:hover {
         transform: translate(-50%, -50%) scale(1.08);
     }

     .mgl-journey-vote-card__popup__cta:hover {
         background-color: #004953;
     }

     .mgl-journey-vote-card__popup__cta:hover,
     .mgl-journey-vote-card__popup__cta:focus-visible {
         background: #056b70;
         outline: none;
     }
 }


 .mgl-journey-vote-card__popup .vote-box-video {
     margin: 0px;
     overflow: unset;
     min-height: unset;
 }

 .mfp-wrap {
     z-index: 1111111111111 !important;
 }

 .mfp-bg {
     z-index: 11111111111;
 }


 .vote-video-play-btn:not([href]),
 .vote-video-play-btn[href=""] {
     display: none;
 }

 .mgl-journey-vote-card__button-vote.is-voted~.mgl-journey-vote-card__share-wrapper {
     display: block !important;
     opacity: 1 !important;
     visibility: visible !important;
     pointer-events: auto;
 }


 .no-journeys-filtered {
     padding-bottom: 200px;
 }

 @media(max-width:1024px) {
     .food-security-category .vote-box-icon img {
         width: 11.761px;

     }

     .mgl-journey-vote-card__button-vote {
         padding: 10px 22px 8px 22px;
     }


     .vote-box-icon svg {
         width: 10.079px;
         margin-top: 1px;

     }

     .vote-box-icon {
         width: 17px;
         height: 17px;
     }

     .clear-filters {
         margin-left: 1px !important;
         margin-right: auto !important;
     }


     .journey-vote-box {
         min-height: 450px;
         border-radius: 26px;
     }


     .journey-content-container h3 {
         line-height: 120%;
     }

     .no-journeys-filtered {
         padding-bottom: 120px;
     }

     .journey-vote-box[data-post-url*="ecology-action-centre"] .journey-vote-box-title-container {
         gap: 50px;
     }
 }




 @media(min-width:360px) and (max-width: 379px) {
     .journey-vote-box-title-container {

         gap: 0px;
     }
 }



 @media(min-width:360px) and (max-width:365px) {
     .mgl-journey-vote-card__button-vote {
         padding: 10px 20px 8px 20px !important;
     }
 }

 @media(min-width:1025px) and (max-width:1324px) {
     .journey-vote-boxes {
         grid-template-columns: repeat(2, 1fr);
     }
 }




 @media(min-width:768px) and (max-width:1024px) {
     .journey-vote-boxes {
         grid-template-columns: repeat(2, 1fr);
     }
 }


 body.mgl-popup-open,
 html.mgl-popup-open {
     overflow: hidden !important;
 }

 html {
     scrollbar-gutter: stable;
 }

 .mgl-journey-vote-card__share-panel-btn[data-social="facebook"] {
     margin-top: -1px;
 }

 /* Add this to your stylesheet */
 @media (max-width: 1024px) {
     .journey-vote-box-title-container img {
         width: var(--logo-width-mobile) !important;
     }

     .mgl-journey-vote-card__popup__logo-image {
         width: var(--logo-width-mobile) !important;
     }
 }



 body .mfp-bg {
     z-index: 11111111111111111111;
 }



 /* Vote Confirmation Popup */

 .vote-confirmation-popup-container {
     max-width: 600px;
     width: 100%;
     border-radius: 30px;
     border: 1px solid rgba(6, 130, 136, 0.15);
     background: #FFF;
     padding: 50px 40px;
     box-sizing: border-box;
 }


 .vote-confirmation-header h2 {
     color: #000;
     font-family: 'Gilroy-bold';
     font-size: 30px;
     font-style: normal;
     margin: 0px;
     line-height: 120%;
     /* 36px */
     letter-spacing: -0.6px;
 }


 .vote-confirmation-header {
     display: flex;
     gap: 25px;
     margin-bottom: 25px;
 }

 .vote-confiomation-para p {

     color: #333;
     font-family: 'Gilroy-regular';
     font-size: 18px;
     margin: 0px;
     margin-bottom: 25px;
     line-height: 160%;

 }

 .vote-confirmation-popup {
     position: fixed;
     inset: 0;
     background: rgba(0, 0, 0, 0.1);
     z-index: 9999;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.35s ease, visibility 0.35s ease;
 }


 .vote-confirmation-popup .mgl-journey-vote-card__button-share {
     position: relative;
     min-width: 45px;
     max-width: 45px;
     min-height: 45px;
     background-color: rgba(6, 130, 136, 0.102);
     color: #068288;
     border-radius: 100px;
     border: none;
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
     transition: background 0.2s ease;
 }

 .vote-confirmation-popup .mgl-journey-vote-card__share-wrapper.is-visible {
     max-width: 45px;
 }

 .vote-confirmation-svg {
     cursor: pointer;

 }

 .vote-confirmation-svg svg {
     transition: 0.5s;
 }

 .vote-confirmation-svg:hover svg {
     transform: rotate(90deg);
 }

/* 
 .is-voted {
     display: none;
 } */


 .vote-confirmation-popup {
     z-index: 11111111111111111111111;
 }

 @media(max-width:1024px) {
     .vote-confirmation-popup {
         height: 100vh;
         position: fixed;
         inset: 0;

     }

     .vote-confirmation-popup-container {
         max-width: 100%;
         border-bottom-left-radius: 0px;
         border-bottom-right-radius: 0px;
         bottom: -100%;
         transition: 0.5s;
         padding: 45px 35px 50px 35px;
         position: absolute;
     }

     .confirmation-popup-active .vote-confirmation-popup-container {
         bottom: 0%;
     }

     .vote-confirmation-header h2 {
         font-size: 28px;
         font-weight: 700;
         line-height: 120%;
         letter-spacing: -0.56px;
     }

     .vote-confirmation-header {
         margin-bottom: 20px;
     }

     .vote-confiomation-para p {
         font-size: 16px;
         font-style: normal;
         font-weight: 400;
         line-height: 162%;
         margin-bottom: 20px;
     }
 }