/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;600;700&display=swap');

/* Apply 'Source Sans 3' globally, but exclude FontAwesome icons */
body, button, input, textarea, select {
    font-family: 'Source Sans 3', sans-serif !important;
}

/* Ensure FontAwesome icons are not affected */
.fa, .fas, .far, .fal, .fab {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important; /* Ensures solid icons are properly rendered */
}


/* RESET CSS */
/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.elementor-widget-container {
  margin: 0 !important;
}


/* RESET CSS */
/* RESET CSS */


/* UTILITIES */
/* UTILITIES */

.box-shadow-1{
      box-shadow: 0px 2px 46px 8px rgba(66, 84, 102, 0.05), 11.35px 34.049px 136.197px 0px rgba(126, 138, 253, 0.08);

}

.card-styles{
  border-radius: 26px !important;
border: 1px solid #D8E0EA !important;
background: #FFF !important;

/* CARD SHADOW */
box-shadow: 0px 2px 46px 8px rgba(66, 84, 102, 0.05), 11.35px 34.049px 136.197px 0px rgba(126, 138, 253, 0.08);
}
.card-styles-no-bg{
  border-radius: 26px !important;
border: 1px solid #D8E0EA !important;

/* CARD SHADOW */
box-shadow: 0px 2px 46px 8px rgba(66, 84, 102, 0.05), 11.35px 34.049px 136.197px 0px rgba(126, 138, 253, 0.08);
}

.small-card-styles{
  border-radius: 22px !important;
border: 1px solid #D8E0EA !important;
background: #FFF !important;

/* CARD SHADOW */
box-shadow: 0px 2px 46px 8px rgba(66, 84, 102, 0.05), 11.35px 34.049px 136.197px 0px rgba(126, 138, 253, 0.08);
}


.max-width {
    max-width: 1300px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    /* background:red; */
}

@media (max-width: 1024px) {
        padding: 20px !important;
    }

}

@media (max-width: 767px) {
    .max-width {
        padding: 20px !important;
    }
}

/* UTILITIES */
/* UTILITIES */



.top-bar {
    background-color: #5E2BFF;
    color: #333;
    padding: 10px 0;

}



@media (max-width: 767px) {
.top-bar{
    display: none;
}
}


.top-bar-mobile {
  display: none; /* Hidden by default */
}

/* Show on mobile devices */
@media (max-width: 767px) {
  .top-bar-mobile {
    display: block; /* Or whatever display value you need (flex, grid, etc.) */
  }
}

.top-bar-wrapper{
      display: flex;

}

.top-bar-wrapper-text{
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: bold;
    width: 100%;
}

.top-bar-wrapper-text > p{
    color: #fff !important;
    font-weight: 600;
}



/* Tablet (768px and up, but below desktop) */
@media (max-width: 991px) {
    /* Styles for tablets */
    .top-bar-wrapper-text{
      /* display: flex;
      flex-direction: column;
      align-items: start;
            gap: 10px; */
    }
}

/* Phone (Below 768px) */
@media (max-width: 767px) {
    /* Styles for mobile phones */
    .top-bar{
      padding: 1.5rem 0;
    }


        .top-bar-wrapper-text{
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 10px;
      width: 80%;
    }
  .top-bar-wrapper-text > p{
          font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    width: 90%;
  }
}







.blinking-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    margin-left: 8px;
    animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.close-btn {
    background: none;
    border: none;
    font-size: 50px;
    color: white;
    cursor: pointer;
    margin-left: auto;
}



/* Main Container */
.rb-container {
    display: flex;
    flex-wrap: wrap;

    /* padding: 30px; */
    border-radius: 10px;
}

/* Left Section */
.rb-left-section {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rb-left-section h1 {
  color: #13131c;

    font-family: "Source Sans 3";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 85.56px */
    letter-spacing: -1.84px;
    padding-right: 10%;
}

/* Tablet (768px and up, but below desktop) */
@media (max-width: 991px) {
    /* Styles for tablets */
      /* color: #13131c; */

    /* font-family: "Source Sans 3";
    font-size: 32px;
    font-style: normal;
    font-weight: 700; 
    line-height: 93%; 
    padding-right: 10%; */
}

/* Phone (Below 768px) */
@media (max-width: 767px) {
    /* Styles for mobile phones */
    .rb-left-section h1 {
  color: #13131c;

    font-family: "Source Sans 3";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 85.56px */
    letter-spacing: -1.84px;
    padding-right: 10%;
}
}


.rb-highlight-text {
    color: green;
}

.rb-subtext {
    margin-top: 10px;
    color: #555;
}

/* Buttons */
.rb-button-group {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.rb-btn {
    display: inline-block;
    padding: 12px 20px;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.rb-primary-btn {
    background: green;
    color: white;
}

.rb-secondary-btn {
    border: 1px solid black;
    color: black;
}

/* Right Section */
.rb-right-section {
    flex: 1;
    min-width: 300px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: start;
}

/* Stat Boxes */
.rb-stat-box {
}

/* Placeholder Boxes */
.rb-mockup-box,
.rb-background-placeholder,
.rb-graph-box {
    background: #bbb;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.rb-graph-box {
    height: 100px;
}

.rb-footer-text {
    grid-column: span 2;
    text-align: center;
    margin-top: 10px;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rb-container {
        flex-direction: column;
    }

    .rb-right-section {
        grid-template-columns: 1fr;
    }

    .rb-footer-text {
        grid-column: 1;
    }
}


.box-border{
  border-radius: 19px;
border: 0.782px solid #E3E3E3;
background: #FFFFFF;
box-shadow: 0px 1.77px 40.713px 7.081px rgba(66, 84, 102, 0.05), 10.045px 30.136px 120.543px 0px rgba(126, 138, 253, 0.08);
}


/* assets/css/custom-button.css */

.btn { 
  display: flex; 
  padding: 8px 36px; 
  justify-content: center; 
  align-items: center; 
  border-radius: 50px; 
  box-shadow: 0px 1.77px 40.713px 7.081px rgba(66, 84, 102, 0.05), 10.045px 30.136px 120.543px 0px rgba(126, 138, 253, 0.08);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
} 

.btn:active{
  background-color: #4ab46100 !important;
}



.btn-primary { 
  background-color: #166534; 
  color: white !important; 
  border: 1px solid #166534; 
}

.btn-primary:active{
  background-color: #4AB461 !important;
}

.btn-primary:hover {
  background-color: #14532d;
  border-color: #14532d;
}
 
.btn-primary-white { 
  background-color: #fff; 
  color: #13131c !important; 
  border: 2px solid #fff; 
}

.btn-primary-white:hover {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
 
.btn-secondary { 
  background: rgba(217, 217, 217, 0.00); 
  border: 1px solid #13131C; 
  color: black !important;
}

.btn-secondary:hover {
  background-color: rgba(19, 19, 28, 0.05);
}
 
.btn-secondary-white { 
  background: rgba(217, 217, 217, 0.00); 
  border: 1px solid white; 
  color: white !important; 
}

.btn-secondary-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
 
.btn-secondary-white-header { 
  background: white; 
  border: 1px solid white; 
  color: #381A99 !important; 
  padding: 4px 24px; 
  font-size: 16px; 
  font-weight: 600; 
  display: flex; 
  gap: 10px; 
}

.btn-secondary-white-header:hover {
background: rgba(255, 255, 255, 0.80);
    border: 1px solid white !important; 

}

/* Icon spacing */
.button-icon-before {
  margin-right: 8px;
}

.button-icon-after {
  margin-left: 8px;
}

/* Button wrapper for alignment */
.button-wrapper {
  width: 100%;
  display: flex;
}


a.ext-link {
  position: relative;
  height: 100%;
  text-decoration: none;
  color: #f8f9fa;
  cursor: pointer;
}
a.ext-link > div {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}

.title {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
  position: relative;
}

.subtitle {
  color: #ced4da;
  font-size: 0.9rem;
  letter-spacing: 0.035rem;
  line-height: 1.125;
  margin: -0.25rem 0 0;
  opacity: 0;
}

.wrapper .row {
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}
.wrapper .row > div {
  height: 240px;
  overflow: hidden;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.wrapper .row > div:before {
  background: rgba(33, 37, 41, 0.7);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wrapper .row:hover > div {
  flex-basis: calc(100% * 1 / 6);
  flex-basis: 16.66%;
  max-width: calc(100% * 1 / 6);
  max-width: 16.66%;
}
.wrapper .row .item-wrapper {
  flex-basis: calc(100% * 1 / 3);
  flex-basis: 33.33%;
  max-width: calc(100% * 1 / 3);
  max-width: 33.33%;
}
.wrapper .row .item-wrapper > div {
  height: 100%;
  position: relative;
}
.wrapper .row .item-wrapper > a > div {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}
.wrapper .row .item-wrapper .description p {
  width: calc(100% * 2 / 3);
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 0;
  opacity: 0;
}
.wrapper .row .item-wrapper .category-icon {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  font-size: 0.79rem;
  color: #0dafe0;
  display: flex;
  align-items: center;
  padding: 0.35rem;
  opacity: 0.7;
  filter: grayscale(50%);
}
.wrapper .row .item-wrapper .category-icon:after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  -webkit-mask-image: url(//themjcl.com/wp-content/uploads/2019/02/sports_biotech_icon.svg);
  mask-image: url(//themjcl.com/wp-content/uploads/2019/02/sports_biotech_icon.svg);
  background-color: #0dafe0;
  height: 20px;
  width: 21px;
}
.wrapper .row .item-wrapper:hover {
  flex-basis: calc(100% * 2 / 3);
  flex-basis: 66.66%;
  max-width: calc(100% * 2 / 3);
  max-width: 66.66%;
}
.wrapper .row .item-wrapper:hover .title {
  font-size: 1.953rem;
  color: #212529;
  text-shadow: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.wrapper .row .item-wrapper:hover .subtitle {
  opacity: 1;
  color: #495057;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.wrapper .row .item-wrapper:hover .category-icon {
  opacity: 1;
  filter: grayscale(0%);
}
.wrapper .row .item-wrapper:hover .description p {
  opacity: 1;
  color: #212529;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.wrapper .row .item-wrapper:hover:before {
  background: rgba(248, 249, 250, 0.8) !important;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-wrapper {
  height: initial;
  max-width: 320px;
  margin: 0 auto;
}
.mobile-wrapper .row {
  flex-direction: column;
}
.mobile-wrapper .row > div {
  position: relative;
  height: auto;
  max-width: none !important;
  flex-basis: 100% !important;
}
.mobile-wrapper .row > div:before {
  background: rgba(33, 37, 41, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.mobile-wrapper .row > div:first-child:hover {
  margin-left: initial;
}
.mobile-wrapper .row > div:last-child:hover {
  margin-right: initial;
}
.mobile-wrapper .row > div > div {
  opacity: 0.7;
  position: relative;
  padding: 2rem 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-content: center;
}
.mobile-wrapper .row > div .category-icon {
  flex-direction: row;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  font-size: 0.79rem;
  color: #0dafe0;
  display: flex;
  align-items: center;
  padding: 0.35rem;
  opacity: 0.7;
  filter: grayscale(50%);
}
.mobile-wrapper .row > div .category-icon:after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  -webkit-mask-image: url(//themjcl.com/wp-content/uploads/2019/02/sports_biotech_icon.svg);
  mask-image: url(//themjcl.com/wp-content/uploads/2019/02/sports_biotech_icon.svg);
  background-color: #0dafe0;
  height: 20px;
  width: 21px;
}
.mobile-wrapper .row > div .title {
  color: #f8f9fa;
}
.mobile-wrapper .row > div .subtitle {
  opacity: 1;
  padding-bottom: 1rem;
  color: rgba(158, 223, 243, 0.9);
}
.mobile-wrapper .row > div .description {
  padding-bottom: 0.5rem;
}
.mobile-wrapper .row > div .description p {
  width: 100%;
  opacity: 1;
  color: #6c757d;
}
.mobile-wrapper .row > div .description a {
  color: #6c757d;
}
.mobile-wrapper .row > div:active > div {
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mobile-wrapper .row > div:active .title {
  font-size: 1.5rem;
  color: #f8f9fa;
  text-shadow: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-wrapper .row > div:active .subtitle {
  opacity: 1;
  color: #9edff3;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-wrapper .row > div:active .category-icon {
  opacity: 1;
  filter: grayscale(0%);
}
.mobile-wrapper .row > div:active .description p {
  opacity: 1;
  color: #f8f9fa;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-wrapper .row > div:active .description a {
  opacity: 1;
  color: #f8f9fa;
  letter-spacing: 0.06rem;
  line-height: 0.9;
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem 0.3rem;
  background: rgba(233, 236, 239, 0.1);
  border: 1px solid rgba(233, 236, 239, 0.2);
  border-radius: 4px;
}
.mobile-wrapper .row > div:active:before {
  background: rgba(33, 37, 41, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container .row h4:first-of-type {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.wrapper .row:first-child > :nth-child(1),
.mobile-wrapper .row:first-child > :nth-child(1) {
  background-color: #515272;
  background-image: url("//themjcl.com/wp-content/uploads/2019/02/playr.jpg");
  background-position: center center;
  background-size: cover;
}
.wrapper .row:first-child > :nth-child(2),
.mobile-wrapper .row:first-child > :nth-child(2) {
  background-color: #6c3f31;
  background-image: url("//themjcl.com/wp-content/uploads/2019/02/encased.jpg");
  background-position: center center;
  background-size: cover;
}
.wrapper .row:first-child > :nth-child(3),
.mobile-wrapper .row:first-child > :nth-child(3) {
  background-color: #323119;
  background-image: url("//themjcl.com/wp-content/uploads/2019/02/orthomovement.jpg");
  background-position: center center;
  background-size: cover;
}
.wrapper .row:last-child > :nth-child(1),
.mobile-wrapper .row:last-child > :nth-child(1) {
  background-color: #5d92cb;
  background-image: url("//themjcl.com/wp-content/uploads/2019/02/spyslide.jpg");
  background-position: center center;
  background-size: cover;
}
.wrapper .row:last-child > :nth-child(2),
.mobile-wrapper .row:last-child > :nth-child(2) {
  background: #e9ecef;
  background-image: url("//themjcl.com/wp-content/uploads/2019/02/tapedesign.jpg");
  background-position: center center;
  background-size: cover;
}
.wrapper .row:last-child > :nth-child(3),
.mobile-wrapper .row:last-child > :nth-child(3) {
  background-color: #112a3b;
  background-image: url("//themjcl.com/wp-content/uploads/2019/02/bolleraven.jpg");
  background-position: center center;
  background-size: cover;
}

/* HEADER CUSTOMIZATIONS */
@media (min-width: 1200px) {
    .header__hamburger {
        display: none !important;
    }
}



/* FOOTER CUSTOMIZATIONS*/
.contact-row{
  display: flex;
}

.footer-first-column{
  /* padding-left: 0 !important; */
}

.footer-top-cta{
  margin-bottom: 2% !important;
}

.footer-top-cta-container {
    display: flex;
    padding: 10% 19%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 36px;
    background: radial-gradient(170.86% 174.72% at 95.46% -17.05%, #56B65E 10.5%, var(--Dark-Green, #166534) 74.5%);
    overflow: hidden;
    position: relative;
}



.footer-top-cta-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/wp-content/uploads/2025/02/confetti-bg.svg') no-repeat center / cover;
    opacity: 0.15; /* 15% opacity */
    border-radius: 36px; /* Keeps the border radius applied */
    z-index: 0; /* Puts the background image behind content */
}

.footer-top-cta-container > * {
    position: relative;
    z-index: 1; /* Ensures text/content stays above the background */
}


.header-one{
  color:  #F7F9FC;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 109%; /* 61.04px */
  letter-spacing: -1.12px;
}



.large-copy{
  color: #F7F9FC;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  padding: 10px 0 30px 0;
}


@media (max-width: 1024px) {

.footer-top-cta-container {
gap: 10px;
}

.header-one{
  font-size: 32px;
}

.large-copy{
  font-size: 16px;
  margin-bottom: 20px;

}

}


@media (max-width: 767px) {
  .footer-top-cta-container {

    padding: 10% 7%;
    gap:0;
  }

  .large-copy{
    margin-bottom:0;
  }
  .header-one{
    font-size: 28px;
  }
}

.footer-mid{
  padding: 3% 0 !important;
}

.trp-language-switcher{
  width:100%;
}

.language-switcher-wrapper{
  position: relative;
  
}


.globe-svg{
position: absolute;
  right: 0;
  z-index: 9;

}

@media (max-width: 1200px) {
.trp-language-switcher{
  display:none;
}
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(../../assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.social-icon-wrapper{
display: flex; 
gap: 10px;
}

.social-icon-wrapper img{
  height: 50px;
}

.brand-section{
    padding: 6% 0;
}


.brand-section-header{
color: #13131C;
font-style: normal;
font-weight: 700;
line-height: 109%; /* 54.5px */
letter-spacing: -1px;
text-align: center;
margin-bottom:4%;
padding: 0 10%;
}



      
        .cards-container {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            gap: 1rem;
        }
        
        .card {
            flex: 1;
            min-width: 180px;
            border-radius: 26px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: white;
            transition: all 0.3s ease;
            position: relative;
            display: flex;
            flex-direction: column;
            height: 400px;
        }
        
        .card-image {
            flex-grow: 1;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            min-height: 60%;
            transition: min-height 0.3s ease;
        }
        
        .green-container {
            background: linear-gradient(180deg, var(--Green, #4AB461) -51.8%, #1A703E 79.78%);
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            padding: 1rem;
            color: white;
            position: relative;
            overflow: visible;
            margin-top: auto;
            transition: all 0.3s ease;
        }
        
        .card-pill {
            display: flex;
            align-items: center;
            background-color: white;
            color: #166534;
            border-radius: 50px;
            padding: 5px 10px;
            font-size: 20px !important;
            font-weight: 600;
            transition: transform 0.3s ease, margin-bottom 0.3s ease;
            z-index: 2;
            position: relative;
            white-space: nowrap; /* Prevent text wrapping in pill */
            border-radius: var(--Border-Radius, 36px);
            border: 1px solid #D8E0EA;
            background: #F7F9FC;

            /* CARD SHADOW */
            box-shadow: 0px 2px 46px 8px rgba(66, 84, 102, 0.05), 11.35px 34.049px 136.197px 0px rgba(126, 138, 253, 0.08);
        }
        
        .card-pill img {
            margin-right: 0.5rem;
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
        
        .card-body {
            width: 100%;
            color: white;
            transition: all 0.3s ease;
            text-align: start;
            font-size: 18px;
            line-height: 1.4;
        }
        

        
/* Medium/Small screen behavior (below 1024px) */
@media (max-width: 1023px) {
    .cards-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 1rem;
    }
    
    .card {
        width: 100%;
    }
    
    /* Reset the special positioning since we're now using 2 columns */
    .card:nth-child(4), 
    .card:nth-child(5), 
    .card:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
        justify-self: center;
        /* width: 95%; */
    }
    
    /* Optionally, if you want to maintain some special alignment */
    .card:nth-child(odd) {
        justify-self: end; /* Align right for odd-numbered cards */
    }
    
    .card:nth-child(even) {
        justify-self: start; /* Align left for even-numbered cards */
    }
    
}
            
            .card-image {
                min-height: 55%;
            }
            
            .green-container {
                min-height: 45%;
                justify-content: flex-start;
                padding-top: 1rem;
            }
            
            .card-pill {
                margin-bottom: 15px;
            }
            
            .card-body {
                opacity: 1;
                height: auto;
                overflow: visible;
            }
        }
        
        @media (max-width: 767px) {
            .cards-container {
                display: flex;
                flex-direction: column;
            }
            
            .card .card-image{
                height: 400px;
            }
            

        }
        
        @media (max-width: 480px) {
            .cards-container {
                grid-template-columns: 1fr;
                grid-template-rows: auto;
                gap: 1.5rem;
            }
            
            .card {
                grid-column: 1;
                width: 100%;
                justify-self: center;
                height: 350px;
            }
            
            .green-container {
                min-height: 40%;
            }

            .card-body{
              padding: 0 !important;
            }
        }

        /* Large screen behavior (above 1024px) */
        @media (min-width: 1024px) {
            .cards-container {
                display: flex;
                flex-wrap: nowrap;
                height: 400px;
            }
            
            .cards-container:hover .card {
                flex: 0.5; /* Shrink all cards when any card in container is hovered */
            }
            
            .cards-container .card:hover {
                flex: 1; /* Make the hovered card twice as large */
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            }
            
            .card-body {
                opacity: 0;
                height: 0;
                overflow: hidden;
                padding: 0;
            }
            
            .card:hover .card-image {
                min-height: 50%;
            }
            
            .card:hover .green-container {
                padding-top: 2.5rem; /* Increase padding on top when hovered */
                min-height: 130px; /* Only set min-height when hovered */
            }
            
            .card:hover .card-pill {
                position: absolute;
                top: 0.75rem;
                transform: translateY(0);
                margin-bottom: 10px;
            }
            
            .card:hover .card-body {
                opacity: 1;
                height: auto;
                overflow: visible;
                padding: 15px 0 0 0;
            }
            
            .green-container {
                min-height: auto; /* Height hugs content in normal state */
            }
            
            .card-pill {
                margin-bottom: 0;
            }
        }

/**
 * Case Study Shortcode Styles
 */

/* Container */
.rcs-case-study-container {
    display: flex;
    flex-direction: column;
    color: #13131C !important;
    /* padding: 20px 0; */

}

/* Header Section (20%) */
.rcs-case-study-header {
    padding: 1.5rem 0;
    height: 20%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.rb-badge{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #13131C !important;

}

.rcs-case-study-header h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 700;
    color: #13131C !important;
}

/* Content Section (80%) */
.rcs-case-study-content {
    display: flex;
    height: 80%;
}

/* Left Column: Info */
.rcs-case-study-info {
    flex: 0.5;
    padding: 1.5rem 5% 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.rcs-case-study-info-item {
    margin-bottom: 1rem;
}

.rcs-case-study-info-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 20.7px */
    margin-bottom: 0.25rem;
}

.rcs-case-study-info-value {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%; /* 35.37px */
}

.rcs-case-study-info-impact{
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; 
}

.rcs-case-study-info-text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 159%; /* 30.21px */
}

.rcs-case-study-button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: auto;
    transition: background-color 0.3s;
    text-align: center;
    width: fit-content;
}

.rcs-case-study-button:hover {
    background-color: #388E3C;
    color: white;
}

/* Right Column: Image with Keys to Success */
.rcs-case-study-image-container {
    flex: 1;
    position: relative;
    background-color: #f9f9f9;
}

.rcs-case-study-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rcs-case-study-image-container img{
    height: 500px !important;
}



.rcs-case-study-keys {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    text-align: center;
}


.rcs-case-study-keys-header {
    background-color: #176533;
    color: white;
    padding: 0.75rem 1rem;
    font-weight: bold;
    display: flex;
    place-content: center center;
}

.rcs-case-study-keys-list {
    padding: 1rem;
    color: #333;
    display: flex;
    gap: 10px;
}

.single-success-key{
  width: 33%;
  line-height: 120%;
}

.rcs-case-study-image-container-mobile img{
  height: 200px !important;

}

@media screen and (min-width: 768px) {
  .rcs-case-study-image-container-mobile {
    display: none;
  }
}

/* Responsive Styles */
@media (max-width: 767px) {
    .rcs-case-study-content {
        flex-direction: column;
    }
    
    .rcs-case-study-image-container {
            display:none;

    }
    
    .rcs-case-study-keys {
        width: 100%;
        position: relative;
    }
}



.swiper-wrapper{
  align-items: center !important;
}

.contact-header{
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-subheader{
  font-weight: 600;
}

.contact-subcontainer{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-subcontainer .contact-items{
  display: flex;
  flex-direction: column;
  gap: 5px;
}



/* Stats box styling (for the total raised section) */
.stats-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.total-raised-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.total-raised-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c8e57;
}

.campaign-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.stat-item {
    font-size: 0.9rem;
}

.stat-label {
    color: #666;
    margin-bottom: 0.25rem;
}

.stat-value {
    font-weight: 600;
}

/* Image caption */
.image-caption {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .case-study-meta {
        grid-template-columns: 1fr;
    }
    
    .keys-to-success ul {
        grid-template-columns: 1fr;
    }
    
    .case-study-title-section {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .organization-logo {
        margin-bottom: 1rem;
    }
}


.animated-counter{
  color: #13131C;
  font-size: 41.784px;
font-style: normal;
font-weight: 800;
line-height: 90%; /* 37.605px */
}

.language-switcher-wrapper{
  display:flex;
justify-content: center;
align-items: center;
}

.language-switcher-wrapper svg{
  padding-right: 10px;
  height: 30px;
  width: auto;
}

.trp-ls-shortcode-language{
  border-radius: 26px !important;
border: 1px solid #D8E0EA !important;
background: #FFF !important;
}

.trp-ls-shortcode-current-language{
  border:none !important;
  background: rgba(217, 217, 217, 0.00) !important;
  padding-right: 0 !important;


}

.swiper-wrapper{
  gap: 75px;
}


/* CSS for the brand section with fade effect using #F7F9FC */
.brand-wrapper {
    position: relative;
    overflow: hidden;
}

/* Create the fade effect on both sides */
.brand-wrapper:before,
.brand-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* Left side fade gradient */
.brand-wrapper:before {
    left: 0;
    background: linear-gradient(to right, #F7F9FC 0%, rgba(247, 249, 252, 0) 100%);
        transform: translateX(-5px);

}

/* Right side fade gradient */
.brand-wrapper:after {
    right: 0;
    background: linear-gradient(to left, #F7F9FC 0%, rgba(247, 249, 252, 0) 100%);
    transform: translateX(5px);

}

/* Ensure the brand images maintain proper sizing */
.brand-image img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}


    .mobile-header-buttons{
      display: flex;
      flex-direction: column;
      gap: 10px;
    }


    .find-raffle-mobile-cta{
      background: #5E2BFF;
      position: absolute;
      bottom:0;
      left:0;
      width: 100%;
      padding: 40px 20px;
    }

        .find-raffle-mobile-cta p{
          color: white;
          font-size: 20px;
          font-weight: 600;
          padding-bottom: 1.5rem;
        }


#rafflebox-quiz-result-content > p:nth-child(2) > strong{
  display: block;
  margin-bottom: 20px;
}

#forminator-module-303 input{
  color: #13131c !important;
    border-radius: 8px !important;
border: 1px solid #13131c !important;
background: #FFF !important;
  
}
#select-1 > div > span.select2.select2-container.forminator-select.forminator-select-dropdown-container--below.select2-container--focus > span.selection > span{
  color: #13131c !important;
    border-radius: 8px !important;
border: 1px solid #13131c !important;
background: #FFF !important;
  
}
#forminator-module-303 .select2-selection{
  color: #13131c !important;
    border-radius: 8px !important;
border: 1px solid #13131c !important;
background: #FFF !important;
  
}


.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results .select2-results__options{
  background-color: white !important;
  color: #13131c !important;
}

#select2-forminator-form-303__field--select-1_67dbe389c7762-results li{
  color: #13131c !important;

}

#select-1 > div > span:nth-child(5){
  display: none;
}

#address-1-country > div > span:nth-child(5)
{
  display: none;
}

#select-2 > div > span:nth-child(5){
  display: none;
}

body > span.select2-container.forminator-select.forminator-select-dropdown-container--open.select2-container--open > span > span.select2-search.select2-search--dropdown > input{
    color: #13131c !important;

}

.forminator-ui#forminator-module-303.forminator-design--default .forminator-button-submit{
  border-radius: 50px;
  padding: 8px 36px;
  font-size: 16px;
}



/* QUIZ FORM STYLING */
#forminator-module-1612 > div.forminator-row.forminator-row-last > div > div > button{
    border-radius: 50px;
  padding: 8px 36px;
  font-size: 16px;
}

.graph-card{
        background-color: #fff;
      padding: 30px 30px 60px 30px;
      margin: 0 auto;
      width: 860px; /* Fixed width for desktop */
}



    .graph-container {
      width: 800px; /* Fixed width to match graph */
      height: 450px;
      position: relative;
    }
    
    .graph {
      position: absolute;
      bottom: 40px;
      left: 60px;
      right: 10px;
      top: 10px;
      border-left: 1px solid #333;
      border-bottom: 1px solid #333;
    }
    
    .bars {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      display: flex;
      align-items: flex-end;
      justify-content: space-evenly;
    }
    
    .bar {
      width: 5%;
      background-color: #4AB461;
      transition: height 3s cubic-bezier(0.34, 1.56, 0.64, 1);
      height: 0;
      margin: 0 0.5%;
    }
    
    .x-axis {
      position: absolute;
      bottom: 10px;
      left: 60px;
      right: 10px;
      display: flex;
      justify-content: space-around;
    }
    
    .x-tick {
      text-align: center;
      font-size: 12px;
      width: 5%;
      color: #979797;
    }
    
    .y-axis {
      position: absolute;
      left: 0;
      bottom: 40px;
      top: 10px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
    }
    
    .y-tick {
      position: relative;
      width: 60px;
      height: 1px;
      text-align: right;
      padding-right: 10px;
      font-size: 12px;
      color: #979797;
    }
    
    .x-axis-label, .y-axis-label {
      position: absolute;
      font-size: 14px;
      font-weight: bold;
    }
    
    .x-axis-label {
      bottom: -20px;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      color: #13131c;
      font-weight: 500;
      text-align: center;
    }
    
    .y-axis-label {
      left: 10px;
      top: 50%;
      transform: rotate(-90deg) translateX(-50%);
      transform-origin: left top;
    }

    /* Tablet styles */
    @media (max-width: 1024px) {
      .graph-card {
        padding: 25px;
        width: 650px;
      }
      
      .graph-container {
        width: 600px;
        height: 400px;
      }

      .y-tick {
        width: 50px;
        font-size: 11px;
      }
    }
    
    /* Mobile styles */
    @media (max-width: 767px) {
      .graph-card {
        padding: 20px;
        width: 390px;
      }
      
      .graph-container {
        width: 350px;
        height: 350px;
      }
      
      .graph {
        left: 45px;
      }
      
      .x-axis {
        left: 45px;
      }
      
      .y-tick {
        width: 45px;
        font-size: 10px;
      }
      
      /* Show only odd-numbered month labels on mobile */
      .x-tick:nth-child(even) {
        display: none;
      }
    }


    body > div.news-updates-container.max-width > div.brand-section.fix > div{
      padding: 10% 0;
    }

    .wow:not(.animated) {
  visibility: hidden;
}

.error-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}

.error-items p{
  margin-top: 20px;
}

.forminator-ui#forminator-module-1612.forminator-design--default .forminator-input{
  color: black !important;
}