body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    border-left: 2px solid #fff212;
    border-right: 2px solid #fff212;
    background-color: #182146;
  }

  section {
    background-color: #fffffd;
  }
  

  .heading-underline {
    display: inline-block;           /* so border fits the text only */
    /* border-bottom: 3px solid #ff6600;  thickness + color */
    padding-bottom: 4px;             /* space between text and underline */
    margin-bottom: 12px;             /* space below heading itself */
  }

  .element {
    position: relative;
  }
  
  .element::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(45deg, #182146 ,  #051bfa );
  }
  .my-new-element {
    position: fixed;
  }
  .my-new-element::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(45deg, #182146 ,  #051bfa );
    z-index: -1;


  }
  .my-new-heading {
    display: inline-block;
    padding: 0;
    border: 1px solid #eee;
  }

  .heading {
    display: inline-block;
    padding: 5px;
    border: 1px solid #eee;
    background: linear-gradient(45deg, #fe012d, #051bfa);
    color: white;
    border-radius: 5px;

  }

  td {
    padding: 5px;
  }

  .gradient-shadow-box {
    position: relative;
    z-index: 1000;
  }
  
  .gradient-shadow-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, red, blue);
    filter: blur(12px);
    z-index: 999;
    opacity: 0.5;
    border-radius: inherit; /* if rounded corners */
  }

  .gradient-shadow-box-reverse {
    position: relative;
    z-index: 1;
  }
  
  .gradient-shadow-box-reverse::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, red, blue);
    filter: blur(12px);
    z-index: -1;
    opacity: 0.5;
    border-radius: inherit; /* if rounded corners */
  }

  .unordered-list {
    list-style: none;
    padding: none;
    margin: none;
    text-align: left;
  }

  li {
    list-style: none;
    padding: none;
    text-align: left;
  }

  .li-header {
    padding: 5px;
    border : 1px solid #eee;
    border-radius: 4px;
    margin: 5px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    background-color: #f2f2f2;
    
  }

  .bullet-on {
    /* list-style:disc; */
    /* margin-inline: auto; */
    margin-block: 5px;
  }

  .partner-image {
    width: 150px;
    height: 150px;
  }

  .partner-image1 {
    height: 150px;
    width: auto;
  }

  .section-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 2rem 0;            /* vertical spacing */
  }
  
  .section-divider::before,
  .section-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #fdc52c;  /* line color/weight */
  }
  
  .section-divider::before {
    margin-right: 1em;        /* gap between line & text */
  }
  
  .section-divider::after {
    margin-left: 1em;
  }
  
  .section-divider span {
    white-space: nowrap;
    padding: 0 .5em;          /* just in case you want a little bg-color pad */
    /* background: white;        */
    font-weight: bold;
    color: #fdc52c;
  }

  .social-media-card {
    width: 150px;
    height: 110px;
    /* background-color: red; */
    margin: 10px;
  }

  .facebook-card {
    background-color: #3c5997;
    border: 2px solid #3c5997;

  }
  .youtube-card {
    background-color: #bb0100;
    border: 2px solid #bb0100;
  }
  .instagram-card {
    background: linear-gradient(45deg, #953db7, #fbb965 );
    border: 2px solid transparent
  }
  .instagram-card:hover {
    border: 2px solid white;
  }
  .youtube-card:hover {
    border: 2px solid white;
  }
  .facebook-card:hover  {
    border: 2px solid white;
  }
  .social-media-card.facebook-card i .bi {
    transition: none !important;
  }
  .facebook-card:hover,
.facebook-card:focus {
  color: #fff;             /* override the hover color */
}

.coach-card {
    border: 1px solid #ddd;
    border-radius: 20px;
    /* padding: 10px; */
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.coach-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.coach-card p {
    width: 100%;
}


#formSection {
    position: relative;
    overflow: hidden;
    background: #182146;
  }
  .form-wrapper {
    position: relative;
    z-index: 1;
  }
  
  .form-wrapper {
    position: relative;
    z-index: 1; /* above the dotted background */
  }

  #contactUsSection {
    position: relative;
    overflow: hidden;
    background: #182146;
    padding-block: 30px;
  }

  #coachCardSection {
    background: linear-gradient(180deg, 
                                        #182146, 15%,

                                        #182146 100%
                                          );


  }

  .header-2 {
    background-color: #f8f9fa; 
    border-radius: 8px; 
    padding: 10px; 
    z-index: 10;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  }

  .dropdown-menu {
    border: 1px solid white;
    border-radius: 15px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    padding: 15px;
  }
  .dropdown-item:hover {
    background-color: #ffffff;
    text-decoration: underline;
  }
  .dropdown-item:focus {
    background-color: white;
    color: #333
  }
  .dropdown-item {
    font-weight: 500;
  }

  #partnerSection {
    padding-block: 30px;
    background-color: #182146;
  }

  #programOverviewSection {
    padding: 30px;
  }

  .list-hrs {
    margin-block: 0.5rem;
}

#paypalShop {
    color: #333; 
    text-decoration: none; 
    padding: 10px; 
    padding-block: 5px; 
    display: inline-block;
    /* position: fixed;  */
    /* right: 10px;  */
    /* top: 5px;  */
    /* z-index: 10400;  */
    background: linear-gradient(45deg, #fff212, #fdc52c); 
    border-radius: 9999px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    border: 1px solid #333;
    font-style: italic;
    transition: transform 220ms cubic-bezier(.22,1.3,.58,1); 
    margin-block: 15px; 

}

#paypalShop:hover {
    background: linear-gradient(90deg, #fdc52c, #fff212);
    transform: scale(1.07);
}