body{
    margin: 0; padding: 0;
}

*{
    box-sizing: border-box;
}

@font-face {
    font-family: 'Decoy';
    src: url('fonts/Decoy-LightItalic.woff2') format('woff2'),
        url('fonts/Decoy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decoy';
    src: url('fonts/Decoy-RegularItalic.woff2') format('woff2'),
        url('fonts/Decoy-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decoy';
    src: url('fonts/Decoy-BlackItalic.woff2') format('woff2'),
        url('fonts/Decoy-BlackItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decoy';
    src: url('fonts/Decoy-Medium.woff2') format('woff2'),
        url('fonts/Decoy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Decoy Ultra';
    src: url('fonts/Decoy-UltraBlackItalic.woff2') format('woff2'),
        url('fonts/Decoy-UltraBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('fonts/CentraNo2TRIAL-Medium.woff2') format('woff2'),
        url('fonts/CentraNo2TRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('fonts/CentraNo2TRIAL-Bold.woff2') format('woff2'),
        url('fonts/CentraNo2TRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Decoy';
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
header.headerWrapper {
    background: #0A180A;
    padding: 8px 0;
}
.headeInfio p {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-family: 'Centra No2 TRIAL';
    font-size: 16px;
}
section.bannerSection {
    background: #006B41;
    padding: 80px 0;
}
.bannerLogo img {
    width: 100%;
    max-width: 158px;
}

.bannerLogo {
    text-align: center;
}
.moodCard {
    text-align: center;
    padding: 40px 0;
}
.moodCard img {
    width: 100%;
    max-width: 552px;
    margin: 0 auto;
}
.bannerInfo h1 {
    color: #fff;
    font-size: 88px;
    line-height: 100px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.bannerInfo p {
    color: #fff;
    font-family: 'Centra No2 TRIAL';
    margin: 0;
    font-size: 28px;
    padding: 18px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.in_honorInfo {
    background: #FFFCF8;
    border-radius: 16px;
    padding: 24px;
    margin: 24px 0;
    width: 100%;
    max-width: 800px;
    margin: 24px auto;
}
.in_honorInfo h2 {
    margin: 0;
    font-size: 38px;
    color: #163317;
    font-style: italic;
    font-weight: 600;
}
.takeOff {
    display: inline-block;
    border-radius: 6px;
    background: #006b41;
    padding: 0px 12px;
    font-size: 26px;
    color: #fff;
    font-family: 'Centra No2 TRIAL';
    padding-top: 6px;
    margin: 16px 0;
}
.in_honorInfo p {
    color: #163317;
    font-family: 'Centra No2 TRIAL';
    font-size: 22px;
    padding: 8px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.in_honorInfo h4 {
    color: #163317;
    font-family: 'Centra No2 TRIAL';
    font-size: 26px;
    padding: 8px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-weight: bold;
    text-shadow: 0px 0px 1px #163317;
}
 .btnWhite {
    background: #fff;
    border: 1px solid #fff;
    color: #163317;
    font-weight: bold;
    font-size: 22px;
    border-radius: 100px;
    padding: 20px 20px;
    width: 100%;
    max-width: 425px;
    cursor: pointer;
}
 .btnPink {
    background: #C11F50;
    border: 1px solid #C11F50;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    border-radius: 100px;
    padding: 20px 20px;
    width: 100%;
    max-width: 425px;
    cursor: pointer;
    margin-top: 24px;
    text-decoration: underline;
}
.canterChart img {
    width: 100%;
    max-width: 460px;
}


section.cancer_cost_section {
    padding: 80px 0;
}
.canterChart {
    text-align: center;
}
.cancerChartInfo {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.cancerChartInfo h2, .map-section h2 {
    font-size: 60px;
    margin: 0;
    line-height: 70px;
    padding-bottom: 24px;
    color: #006B41;
}
.cancerChartInfo p{
    color: #006b41;
    font-family: 'Centra No2 TRIAL';
    font-size: 26px;
    padding: 12px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.subscribe-block p{
    color: #fff;
}
.textBlack{
    color: #006B41 !important;
}
a.social-box img {
    width: 100%;
    max-width: 30px;
    margin: 0 0 10px;
}
.cancerChartInfo ul li{
    position: relative;
    color: #163317;
    font-family: 'Centra No2 TRIAL';
    font-size: 21px;
    padding: 4px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
    text-align: left;
}
.cancerChartInfo ul{
    margin: 0;
    padding: 8px 0;
}
.cancerChartInfo p a{
    color: #163317;
 }
 .moodCamp_info img {
    width: 100%;
    max-width: 554px;
    margin: 0 auto;
}
 section.moodTheCampSection {
    padding: 80px 0;
    background: #006b41;
}
.moodCamp_info {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.moodCamp_info h2 {
    font-size: 60px;
    margin: 0;
    line-height: 70px;
    padding-bottom: 0;
    color: #fff;
}
.moodCamp_info p {
    font-family: 'Centra No2 TRIAL';
    font-size: 26px;
    padding: 22px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}
.in_honorInfo img {
    width: 100%;
    max-width: 500px;
    margin: 30px 0 0;
    border-radius: 10px;
}
/**Donation Bar**/
.donation-container {
    width: 100%;
    max-width: 400px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin: 20px auto;
    font-family: 'Centra No2 TRIAL';
}

.donation-bar {
    height: 30px;
    background-color: #006b41;
    width: 16%; /* out of 100 */
    transition: width 0.3s ease;
}

.donation-text {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-family: arial;
}

/****/
.events-container {
    display: flex;
        justify-content: space-around;
        gap: 20px;
        max-width: 800px;
        margin: auto;
        flex-wrap: wrap;
}
.event-card {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    width: 30%;
    transition: transform 0.2s;
    cursor: pointer;
}
.event-card:hover {
    transform: scale(1.03);
}
.event-date {
    font-size: 24px;
    font-weight: bold;
    color: #006b41;
}
.event-title {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}
form.formWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

form.formWrap button {
    width: 110px;
}
/**Social Blocks**/
.social-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.social-box {
    background-color: #006b41;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, background-color 0.3s;
}

.social-box:hover {
    transform: scale(1.05);
    background-color: #004d2f;
}

.social-box i {
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
}

.social-name {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Centra No2 TRIAL';;
}
span.titleIcon {
    width: 100%;
    display: block;
    text-align: center;
}
.subscribe-block {
    text-align: center;
    background: #222;
    padding: 30px 20px;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 700px;

}
.subscribe-block h2 {
    color: #006b41;
    margin-bottom: 20px;
}
.subscribe-block input[type="email"] {
    padding: 10px;
    width: calc(100% - 118px);
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-right: 0px;
}
.subscribe-block button {
    padding: 10px 16px;
    background-color: #006b41;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.subscribe-block button:hover {
    background-color: #004d2f;
}


/* promo-section.css */
.promo-section {
    background-color: #006b41;
    color: white;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 80px auto 0px auto;
    max-width: 1100px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.promo-bg-animation {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 20%, transparent 70%);
    animation: spinBG 25s linear infinite;
    z-index: 0;
    will-change: transform;
    transform: translateZ(0);
}

.promo-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: auto;
}

.promo-content h2 {
    font-size: 48px;
    margin-bottom: 16px;
    margin-top: 0;
}

.promo-content p {
    font-size: 26px;
    margin-bottom: 30px;
    font-family: 'Centra No2 TRIAL';
}

.coupon-code {
    display: inline-block;
    background-color: white;
    color: #006b41;
    font-weight: bold;
    padding: 14px 28px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 16px 36px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
    color: #006b41;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
}

.cta-button:hover {
    background-color: #e9f8f2;
    color: #004d2d;
    transform: scale(1.1);
}

/* Animations */
@keyframes spinBG {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}


/*USA MAP*/
.map-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f9f9;
}
.map-section p{
    color: #006B41;
}

.us-map-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.us-map {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.map-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #006b41;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.map-pin:hover .tooltip {
  opacity: 1;
  transform: translate(-50%, -120%);
  pointer-events: auto;
  font-family: 'Centra No2 TRIAL';
}

.tooltip {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #006b41;
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  white-space: normal;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  z-index: 10;
  width: 350px;          
  max-width: 350px;        
  box-sizing: border-box;
}

.map-section h3 {
    font-size: 24px;
}


.road-gallery {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.road-gallery h2 {
  font-size: 32px;
  color: #006b41;
  margin-bottom: 0;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-grid img {
  width: 100%;
  max-width: 300px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.gallery-grid img:hover {
  transform: scale(1.02);
}
.road-gallery .highlight {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Centra No2 TRIAL';
    color: #006b41;
}

.chris-schedule {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.schedule-list {
  background: #006b41;
  border-radius: 16px;
  padding: 30px 20px;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.2s ease;
}

.schedule-list:hover {
  transform: translateY(-4px);
}

.schedule-list h3 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 0;
}

.schedule-list p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.schedule-list ul {
    margin: 0;
    padding: 0;
}
.schedule-list ul li{
    color: #fff;
    font-family: 'Centra No2 TRIAL';
    font-size: 18px;
    text-align: left;
    list-style: none;
}

/*Video Playlist*/
.playlist-wrapper {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.playlist-wrapper .playlist-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.playlist-wrapper .video-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.333% - 13.33px); /* 3 per row with 20px gap */
    min-width: 250px;
    max-width: 320px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    text-decoration: none;
}

.playlist-wrapper .video-card:hover {
    transform: scale(1.03);
}

.playlist-wrapper .thumbnail {
    width: 100%;
    display: block;
}

.playlist-wrapper .title {
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #006b41;
}

footer{
    background-color: #006b41;
    padding: 20px 5px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 768px) {
    .promo-section {
        margin-left: 16px;
        margin-right: 16px;
    }
    .promo-bg-animation {
        inset: -40%;
    }
    .map-pin{
        width: 7px;
        height: 7px;
    }
    .tooltip{
        width: 180px;          
        max-width: 200px;  
    }
    .map-section h3 {
        font-size: 22px;
    }
    .schedule-list ul li{
        font-size: 16px;
    }
    .playlist-wrapper .video-card {
        width: calc(50% - 10px); /* 2 per row on tablet */
    }
}

@media screen and (max-width: 576px) {
    section.bannerSection, section.cancer_cost_section, section.moodTheCampSection{
        padding: 40px 0;
    }
    .bannerInfo h1 {
        font-size: 36px;
        line-height: 45px;
        padding-bottom: 8px;
    }
    .bannerInfo p, .in_honorInfo p, .cancerChartInfo p, .moodCamp_info p, .map-section p {
        font-size: 16px;
        padding: 8px 0;
    }
    .promo-content p{
        font-size: 20px;
    }
    .in_honorInfo h2, .cancerChartInfo h2, .moodCamp_info h2, .promo-section h2, .map-section h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .takeOff {
        padding: 2px 12px;
        font-size: 16px;
    }
    .in_honorInfo h4{
        font-size: 18px;
    }
    .btnWhite, .btnPink {
        font-size: 18px;
        padding: 14px 12px;
    }
    section.moodTheCampSection button.btnWhite {
        margin-top: 20px;
    }
    .event-card, .subscribe-block input[type="email"], form.formWrap button {
        width: 100%;
    }
    form.formWrap {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .playlist-wrapper .video-card {
        width: 100%;
    }
}