.header .logo h1 {
  font-size: 24px;
}
.relative { position: relative; }

.cursor-pointer { cursor: pointer; }

/* Paddings */
.pt-150 {
    padding-top: 150px !important;
}

.pt-100 {
    padding-top: 100px !important;
}
.pr-2rem { padding-right: 2rem; }

.mb-20 { margin-bottom: 20px; }
.-mt-3 { margin-top: -3px; }
.-mt-30 { margin-top: -30px; }

.mt-150 { margin-top: 150px; }

.f-25 { font-size: 25px !important; }
.f-21 { font-size: 21px !important; }
.f-15 { font-size: 15px !important; }
.f-12 { font-size: 12px !important; }

.h-45 { height: 45px; }
.h-64 { height: 64px; }
.h-110 { height: 110px; }
.h-170 { height: 170px; }

.w-20 { width: 20%; }
.w-22 { width: 22%; }
.w-33 { width: 33%; }
.w-50 { width: 50%; }
.w-65 { width: 65%; }

.hover-effect { transition: 0.3s; }
.hover-effect:hover { transform: scale(1.1); }

.bg-gray { background-color: #f5f5f5; }
.form-section {
    padding: 10px 0 60px 0;
}

.tans-scale-07 { transform: scale(0.7); }

form .disabled {  background-color: #f8f8f8 !important;}

.btn-custom {
  background-color: #117391;
  color: #fff;
}

.btn-custom:hover{
  background:  color-mix(in srgb, var(--accent-color), transparent 20%);
  color: #fff;
}

.btn-outline-custom {
  background-color: #ffff;
  border: 2px solid #117391;
  color: #117391;
  height: 45px;
  align-content: center;
}

.btn-outline-custom:hover{
  opacity: 0.8;
  color: #117391;
  border: 2px solid #117391;
}

.certificaition-btn {
  padding: 10px 80px;
}

.footer-newsletter .input-field {
      margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    background-color: 
 color-mix(in srgb, var(--background-color), transparent 50%);
    border: 1px solid
 color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 0.3s;
    border-radius: 0px;
    height: 45px
}

.footer-newsletter .input-field:focus {
      border-color: var(--accent-color);
}

.footer-newsletter .btn-custom {
  border: 0;
    font-size: 16px;
    padding: 0 20px;
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 0;
    margin-top: 30px;
    height: 45px;
}

.badge-icons {
    width: 95px;
}

.coming-soon-header {
    /* background: url(../img/bg-hero.png) center center no-repeat; */
    background-attachment: fixed;
    background: url(../img/bg-3.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    /* margin-top: -70px; */
}

.coming-soon-header .display-4 {
    font-weight: 700 !important;
    color: #00bada;
    margin-top: 20px;
    font-size: 40px;
}

.coming-soon-header .display-4 span {
    color: #0067ff;
}

.coming-soon-header p {
    color: #0f404f;
    font-size: 18px;
}

.bg-heading {
        background-color: 
 color-mix(in srgb, var(--accent-color), transparent 97%);
    border-top: 1px solid
 color-mix(in srgb, var(--accent-color), transparent 85%);
    border-bottom: 1px solid
 color-mix(in srgb, var(--accent-color), transparent 85%);
}

.sponsors .swiper-slide img {
  opacity: 1;
}

.sponsor-item {
  width: 93px;
  align-self: center;
}

.leisure-icon {
  width: 180px;
  align-self: center;
}

.rolla-icon {
  width: 155px;
  align-self: center;
}

.filipina-icon {
  width: 250px;
  align-self: center;
}

.sponsors .sponsor-item-link {
  transition: 0.3s;
  overflow: hidden;
  align-content: center;
}

.sponsors .sponsor-item-link:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.award-sections {
  padding-top: 0px;
}

.award-sections .post-description {
  text-align: center;
  font-size: 14px;
  height: 143px;
  overflow-y: auto;
}

.recent-posts .post-item .post-title {
  font-size: 19px;
}

.nominee-form-container .label {
  font-weight: bold;
}

.nominee-form-container .input-container{
  margin-bottom: 10px;
}

.nominee-form-container .input-container input[type=text],
.nominee-form-container .input-container input[type=date],
.nominee-form-container .input-container input[type=textarea] {
   font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: 
  color-mix(in srgb, var(--background-color), transparent 50%);
      border-color: 
  color-mix(in srgb, var(--default-color), transparent 80%);
}

.small-counter { font-size: 12px; }

.pricing ul li {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.pricing .buy-now-link {
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: 0px; 
  padding: 10px 19px;
}

.pricing .pricing-tem {
  padding: 40px 20px 60px 20px;
}

.values .card img {
  transform: scale(1.2);
}

.values .card img:hover {
  transform: scale(1.4);
}
.values .card img.item-5 {
  transform: scale(1.3);
    padding-bottom: 45px;
}
.values .card img.item-5:hover {
  transform: scale(1.5);
}

.benefits-icons { transform: scale(0.8); }

.see-more-pack-btn {
  text-decoration: underline;
  font-size: 14px;
}

.item-hide {
  display: none;
}

.custom-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}

.custom-read-more span{
  color: #117391 !important;
  margin-right: 5px;
}


/* For Parallax */
.decor-left {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  /* z-index: -1; */
  opacity: 0.2; /* make subtle */
  max-width: 150px;
}

.decor-right {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  /* z-index: -1; */
  opacity: 0.2; /* make subtle */
  max-width: 150px;
}

.decor-left {
  left: 0;
}

.decor-right {
  right: 0;
}
/* End Parallax */


/* Home page */
.fixed-bg-section {
      position: relative;
      background-image: url('../img/bg/pricing.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-section .fixed-bg-section-content {
  position: relative;
  z-index: 2; /* Make sure text is above overlay */
  text-align: center;
}


.fixed-bg-mentoring-section {
      position: relative;
      background-image: url('../img/bg/mentoring.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-mentoring-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-mentoring-section .fixed-bg-mentoring-section-content {
  position: relative;
  z-index: 2; /* Make sure text is above overlay */
  text-align: center;
}


/* For association */
.fixed-bg-association-section {
      position: relative;
      background-image: url('../img/bg/association.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-association-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-association-section .fixed-bg-association-section-content {
  position: relative;
  z-index: 2; /* Make sure text is above overlay */
  text-align: center;
}

/* For policy */
.fixed-bg-policy-section {
      position: relative;
      background-image: url('../img/bg/policy.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-policy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-policy-section .fixed-bg-policy-section-content {
  position: relative;
  z-index: 2; /* Make sure text is above overlay */

}

/* For competency */
.fixed-bg-competency-section {
      position: relative;
      background-image: url('../img/bg/competency.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-competency-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-competency-section .fixed-bg-competency-section-content {
  position: relative;
  z-index: 2; /* Make sure text is above overlay */

}

/* For ethics */
.fixed-bg-ethics-section {
      position: relative;
      background-image: url('../img/bg/ethics.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-ethics-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-ethics-section .fixed-bg-ethics-section-content {
  position: relative;
  z-index: 2; /* Make sure text is above overlay */

}

/* For form */
.fixed-bg-form-section {
      position: relative;
      background-image: url('../img/bg/form.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-form-section .fixed-bg-form-section-content {
  position: relative;
  z-index: 2; 

}

/* For Award */
.fixed-bg-award-section {
      position: relative;
      background-image: url('../img/bg/award.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-award-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-award-section .fixed-bg-award-section-content {
  position: relative;
  z-index: 2; 

}

/* For scoring */
.fixed-bg-scoring-section {
      position: relative;
      background-image: url('../img/bg/scoring.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-scoring-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-scoring-section .fixed-bg-scoring-section-content {
  position: relative;
  z-index: 2; 

}

/* For events */
.fixed-bg-events-section {
      position: relative;
      background-image: url('../img/bg/events.jpg'); /* Replace with your image */
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      
    }

.fixed-bg-events-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* White overlay (0.7 = 70% opacity) */
  z-index: 1;
}

.fixed-bg-events-section .fixed-bg-events-section-content {
  position: relative;
  z-index: 2; 

}


  
/*End Home page */
    

@media only screen and (max-width: 1199px) {
  .award-sections .post-description {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .values .card img {
      transform: scale(1.1);
  }

  .values .card img:hover {
      transform: scale(1.1);
  }

  .values .card img.item-5 {
    transform: scale(1.1);
  }

  .values .card img.item-5:hover {
    transform: scale(1.1);
  }

  .certificaition-btn-container {
    text-align: center !important;
  }

}

@media only screen and (max-width: 600px) {
  .header .logo h1 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 410px) {
  .header .logo h1 {
    font-size: 15px;
  }

  .header .btn-getstarted {
    margin: 0 0px 0 0;
    padding: 5px 5px;
  }
}