@import '../styles.css';

.max-wd-25{
    max-width: 25% !important;
}
.max-wd-50{
    max-width: 50% !important;
}
.max-wd-75{
    max-width: 75% !important;
}

#ChooseGGUSD img{
    height: 150px !important;
    width: 150px !important; 
}
#VAPALinks img{
    border-radius: 0% !important;
}
#high-school-athletics img{
    height: 150px !important;
    width: auto !important;
}
#high-school-athletics .rounded-circle{
    border-radius: 0% !important;
}
section#high-school-athletics .head{
    background-color: transparent !important;
    margin-bottom: 50px;
}

section#default-header .head{
  background-color: transparent;
}

/* Style 2 CSS */

.widget-card {
    background-color: #fff;
    color: #000;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow: hidden;
    justify-content: center;
  }
  
  .widget-card:hover {
    background-color: #A1CF7C; /* District Blue */
    color: #fff;
  }

  .widget-card a{
    color: #000;
  }
  
  .widget-card .image-wrapper {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    
  }
  
  .widget-card:hover .image-wrapper {
    transform: translateY(-200px);
    opacity: 0;
  }
  
  .widget-card .image-wrapper img {
    width: auto;
    display: block;
  }
  
  .widget-card .arrow-icon {
    display: inline-block;
  }

  .widget-card .card-body{
    position: relative;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .widget-card .card-text {
    position: absolute;
    transition: top 0.5s ease, opacity 0.3s ease;
    top: 200px;
    opacity: 0;
    color: #000;
    padding: 10px;
  }
  
  .widget-card:hover .card-text {
    top: 0px;
    opacity: 1;
  }

  .widget-card .card-text .box-text p{
    color: #000 !important;
  }
  
  #paymentOptions, #educatorImageBoxes{

    .image-boxes{background-color: rgba(255, 255, 255, 0.7);}

    .head h5{
      font-size: 24px;
      font-weight: 600;
    }

    .box-text p{
      font-size: 15px;
    }
  }

  #educatorImageBoxes{
    .image-boxes{background-color: rgba(255, 255, 255, 0); border: 5px solid #A1CF7C; box-shadow: 0px 0px 20px #A1CF7C; border-radius: 10px !important;}
    .head h5, .box-text p{
      color: #fff;
    }
  }

@media (min-width:1600px) {
    .col-xxxl{
        flex: 1 0 0%;
    }
}

#menuOptions{
  padding-top: 100px !important;

  .head h5{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }

  .box-text p{
    font-size: 15px;
    color: #fff;
  }

  .btn{
          color: #fff;
          padding-left: 0;
        }

        .btn::after {
          content: "\203A"; /* Unicode arrow */
          position: absolute;
          padding-left: 10px;
          transform: translateX(0) scale(1.3);
          transition: transform 0.3s ease;
        }

        .btn:hover::after {
          transform: translateX(10px) scale(1.3);
        }
}

#carbOptions{
  padding-top: 30px !important;
  .image-boxes{background-color: rgba(255, 255, 255, 0.7);}
  
  .head{
    font-weight: 600;
    color: #000 !important;
  }

  .box-text p{
    font-size: 15px;
  }

  .btn{
          color: #000;
          padding-left: 0;
        }

        .btn::after {
          content: "\203A"; /* Unicode arrow */
          position: absolute;
          padding-left: 10px;
          transform: translateX(0) scale(1.3);
          transition: transform 0.3s ease;
        }

        .btn:hover::after {
          transform: translateX(10px) scale(1.3);
        }
}