input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.btn:active {
  transform: translateY(1px) !important;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .btn {
    font-size: 12px;
  }
}
.navbar-toggler:focus {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
a {
  text-decoration: none !important;
}
::-webkit-scrollbar {
  display: none;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: #000;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  outline: none;
}
.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev {
  left: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
  }
}
.slick-slider .slick-next {
  right: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
  }
}
.text-justify {
  text-align: justify;
}
.validate {
  position: relative;
}
.validate:hover .validate-block {
  display: block;
}
.validate-block {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #393939;
  color: #767676;
  display: none;
  z-index: 3;
}
.cur-poiter {
  cursor: pointer;
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-select:focus {
  box-shadow: none;
}
.form-select option {
  background: #1b1c21;
}
.section-login-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-login-banner .banner {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-login-banner {
    margin-bottom: 1.5rem;
  }
  .section-login-banner .banner {
    max-width: 100vw;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .section-login-banner {
    padding: 0 8px;
  }
  .section-login-banner .banner {
    object-fit: cover;
    width: 100vw;
    height: 20vh;
  }
}
.section-login {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-login .login-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13);
  padding: 0 0 40px 0;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-login .login-card {
    max-width: 800px;
  }
}
.section-login .login-card .login-header {
  background: linear-gradient(to bottom, #444 0%, #111 100%);
  padding: 24px 0 24px 0;
  text-align: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.section-login .login-card .login-header .login-header-form {
  background: linear-gradient(
    0deg,
    rgb(255, 242, 155) 0%,
    rgb(255, 242, 155) 60%,
    rgb(196, 143, 68) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  display: inline-block;
  font-size: 20px;
}
.section-login .login-card .login-form {
  padding: 40px 40px 0 40px;
}
.section-login .login-card .login-form .form-group {
  margin-bottom: 2.5rem;
}
.section-login .login-card .login-form .form-group label {
  font-size: 17px;
  color: #555;
  font-weight: 300;
  margin-bottom: 0.7rem;
  display: block;
}
.section-login .login-card .login-form .form-group input.form-control {
  border-radius: 18px;
  font-size: 13px;
  padding: 18px 20px;
  border: 2px solid #aaa;
  transition: border-color 0.2s;
  background: #fff;
  color: #222;
  box-shadow: none;
}
.section-login .login-card .login-form .login-btn {
  background: linear-gradient(
    0deg,
    rgb(196, 143, 68) 0%,
    rgb(196, 143, 68) 14%,
    rgb(196, 143, 68) 29%,
    rgb(255, 242, 155) 70%,
    rgb(253, 187, 45) 100%
  );
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 999px;
  padding: 10px 60px;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(191, 161, 74, 0.13);
  transition: background 0.2s, color 0.2s;
}
@media (min-width: 320px) and (max-width: 479px) {
  .section-login .login-card .login-form {
    padding: 30px 10px 0 10px;
  }
  .section-login .login-card .login-header {
    padding: 24px 0 16px 0;
  }
  .section-login .login-card .login-header h2 {
    font-size: 1.5rem;
  }
}
.section-contact-banner {
  width: 100%;
  background: #111;
}
.section-contact-banner .contact-banner {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 320px) and (max-width: 479px) {
  .section-contact-banner .contact-banner {
    object-fit: cover;
    width: 100vw;
    height: 25vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact-banner {
    max-width: 100vw;
  }
}
.section-contact-content {
  background: #f5f5f5;
  padding: 40px 0 60px 0;
  min-height: 60vh;
}
.section-contact-content .contact-info-box {
  background: linear-gradient(to bottom, #171717 0%, #4d4d4d 100%);
  border-radius: 14px;
  padding: 22px 28px 28px 18px;
  color: #f7e48b;
  text-align: left;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}
.section-contact-content .contact-info-box .contact-logo {
  width: 90px;
  margin-bottom: 18px;
}
.section-contact-content .contact-info-box .contact-company {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
  color: #f7e48b;
  line-height: 21px;
}
.section-contact-content .contact-info-box .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-contact-content .contact-info-box .contact-info-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 400;
}
.section-contact-content .contact-info-box .contact-info-list li span {
  color: #fffbe0;
}
.section-contact-content
  .contact-info-box
  .contact-info-list
  li
  .contact-info-list-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.section-contact-content .contact-form-box {
  background: #fff;
  border-radius: 14px;
  padding: 0 0 32px 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  min-height: 340px;
}
.section-contact-content .contact-form-box .contact-form-header {
  background: linear-gradient(to bottom, #4d4d4d 0%, #171717 100%);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 18px 0 12px 0;
  text-align: center;
}
.section-contact-content
  .contact-form-box
  .contact-form-header
  .contact-form-header-title {
  background: linear-gradient(
    0deg,
    rgb(255, 242, 155) 0%,
    rgb(255, 242, 155) 60%,
    rgb(196, 143, 68) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  display: inline-block;
  font-size: 20px;
}
.section-contact-content .contact-form-box .contact-form {
  padding: 28px 32px 0 32px;
}
.section-contact-content .contact-form-box .contact-form .form-group {
  margin-bottom: 1.3rem;
}
.section-contact-content .contact-form-box .contact-form .form-group label {
  font-size: 18px;
  color: #444;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: block;
}
.section-contact-content
  .contact-form-box
  .contact-form
  .form-group
  .form-control {
  border-radius: 8px;
  font-size: 13px;
  padding: 12px 16px;
  border: 1.5px solid #bbb;
  background: #fff;
  color: #222;
  box-shadow: none;
  transition: border-color 0.2s;
}
.section-contact-content
  .contact-form-box
  .contact-form
  .form-group
  .form-control:focus {
  border-color: #f7e48b;
  outline: none;
  box-shadow: 0 0 0 2px #fffbe0;
}
.section-contact-content
  .contact-form-box
  .contact-form
  .form-group
  textarea.form-control {
  min-height: 90px;
  resize: vertical;
}
.section-contact-content .contact-form-box .contact-form .contact-submit-btn {
  background: linear-gradient(
    0deg,
    rgb(196, 143, 68) 0%,
    rgb(196, 143, 68) 14%,
    rgb(196, 143, 68) 29%,
    rgb(255, 242, 155) 70%,
    rgb(253, 187, 45) 100%
  );
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 999px;
  padding: 10px 60px;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(191, 161, 74, 0.13);
  transition: background 0.2s, color 0.2s;
}
.programmes-pagination .pagination {
  gap: 8px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .programmes-pagination .pagination {
    gap: 0;
  }
}
.programmes-pagination .pagination .page-item .page-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 1.3rem;
  font-weight: 400;
  border: 2px solid #888;
  background: #fff;
  margin: 0 2px;
  box-shadow: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  padding: 0;
  outline: none;
}
.programmes-pagination .pagination .page-item.active .page-link {
  background: #c48f44;
  color: #fff;
  border-color: #c48f44;
  font-weight: 700;
}
.programmes-pagination .pagination .page-item:not(.active) .page-link:hover {
  background: #f7e48b;
  color: #222;
  border-color: #c49a47;
}
.programmes-pagination .pagination .page-arrow {
  background: none !important;
  border: none !important;
  color: #555 !important;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.programmes-pagination .pagination .page-arrow:hover {
  color: #c49a47 !important;
  background: #f7e48b !important;
}
.programme-detail-section {
  background: #f5f5f5;
  min-height: 100vh;
  padding: 32px 0 48px 0;
}
.programme-detail-section .programme-detail-subtitle {
  color: #c49a47;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 20px;
}
.programme-detail-section .programme-detail-image-wrap {
  text-align: center;
  margin-bottom: 32px;
}
.programme-detail-section .programme-detail-image-wrap .programme-detail-image {
  max-width: 600px;
  width: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  background: #fff;
}
.programme-detail-section .programme-detail-content .programme-detail-desc {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 18px;
  text-align: justify;
}
.slider-program .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
.programme-detail-section .slider-program .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
.programme-detail-section .slider-program .slick-prev,
.programme-detail-section .slider-program .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.programme-detail-section .slider-program .slick-prev:hover,
.programme-detail-section .slider-program .slick-next:hover {
  background-color: rgba(0, 0, 0, 0);
}
.programme-detail-section .slider-program .slick-prev:hover::before,
.programme-detail-section .slider-program .slick-next:hover::before {
  color: #ad874c;
}
.programme-detail-section .slider-program .slick-prev::before,
.programme-detail-section .slider-program .slick-next::before {
  font-size: 20px;
  color: #333;
  opacity: 1;
}
.programme-detail-section .slider-program .slick-prev::before {
  content: "◀";
}
.programme-detail-section .slider-program .slick-next::before {
  content: "▶";
}
.programme-detail-section .slider-program .slick-prev {
  left: -25px;
}
.programme-detail-section .slider-program .slick-next {
  right: -25px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .programme-detail-section .slider-program .slick-prev,
  .programme-detail-section .slider-program .slick-next {
    width: 32px;
    height: 32px;
  }
  .programme-detail-section .slider-program .slick-prev::before,
  .programme-detail-section .slider-program .slick-next::before {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .programme-detail-section {
    padding: 18px 0 24px 0;
  }
  .programme-detail-section
    .programme-detail-image-wrap
    .programme-detail-image {
    max-width: 100%;
  }
  .programme-detail-section .programme-detail-subtitle {
    font-size: 0.98rem;
  }
  .programme-detail-section .programme-detail-content .programme-detail-desc {
    font-size: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .programme-detail-section {
    padding: 8px 0 12px 0;
  }
  .programme-detail-section .programme-detail-image-wrap {
    margin-bottom: 18px;
  }
  .programme-detail-section
    .programme-detail-image-wrap
    .programme-detail-image {
    border-width: 1px;
    border-radius: 5px;
  }
  .programme-detail-section .programme-detail-subtitle {
    font-size: 0.92rem;
    margin-bottom: 10px;
  }
  .programme-detail-section .programme-detail-content .programme-detail-desc {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
}
body {
  background-color: #efefef;
  color: #4d4d4d;
  font-size: 14px;
}
a {
  color: #4d4d4d;
}
.logo {
  height: 70px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .offcanvas {
    background: linear-gradient(to bottom, #4d4d4d 0%, #171717 100%);
  }
}
.navbar {
  background: linear-gradient(to bottom, #4d4d4d 0%, #171717 100%);
}
.navbar .nav-item .nav-link {
  color: #fff29b;
  font-size: 16px;
}
.navbar .nav-item .nav-link:hover {
  color: #fff;
}
.offcanvas {
  background-color: #161616;
  width: 80% !important;
}
.card .card-header {
  background: linear-gradient(to bottom, #4d4d4d 0%, #171717 100%);
  text-align: center;
}
.card .card-header .text-header {
  font-family: "UTM";
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff29b 30%, #c48f44);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-fill-color: rgba(0, 0, 0, 0);
}
@media (min-width: 320px) and (max-width: 479px) {
  .card .card-header .text-header {
    font-size: 14px;
  }
}
.card .program-item {
  border: 1px solid #707070;
  border-radius: 10px;
  height: 400px;
}
.card .program-item:hover {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
  transition: all 0.3s ease;
}
.card .program-item .program-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}
.card .program-item .program-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .program-item .program-content {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section {
  min-height: 100vh;
}
section .home .news .news-content {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
section .home .news .new-list {
  border: 1px solid #707070;
  border-radius: 10px;
}
section .home .news .new-list .new-item {
  border-bottom: 1px solid #707070;
}
section .home .news .new-list .new-item .new-img {
  width: 100%;
}
section .home .news .new-list .new-item .new-title {
  color: #c48f44;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .home .news .new-list .new-item:last-child {
  border-bottom: none;
}
section .home .gallery .gallery-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c48f44;
}
section .home .gallery .gallery-content {
  background: url(../images/galary.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .home .gallery .gallery-content {
    background-size: auto 100%;
  }
}
section .home .team .team-item .team-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-bottom: 2px solid #707070;
  align-items: center;
  justify-content: center;
  display: flex;
}
section .home .team .team-item .team-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c48f44;
}
section .home .team .team-item .team-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .home .partner .partner-item {
  border-radius: 10px;
  cursor: pointer;
}
section .home .partner .partner-item:hover {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
  transition: all 0.3s ease;
}
section .home .partner .partner-item img {
  width: 100%;
}
footer .footer-custom {
  background: linear-gradient(to bottom, #4d4d4d 0%, #171717 100%);
  color: #f7e48b;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
footer .footer-custom .footer-copyright {
  color: #fff29b;
  font-size: 14px;
  font-weight: 200;
  line-height: 12px;
}
footer .footer-custom .footer-social {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 479px) {
  footer .footer-custom .footer-social {
    gap: 0;
    justify-content: space-between;
    text-align: center;
    align-self: center;
  }
}
footer .footer-custom .footer-social .footer-social-icon {
  display: -flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

/* Responsive iframe container for video embeds */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Gallery play icon for video */
.gallery-item a {
  position: relative;
  display: block;
}

.gallery-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.gallery-item a:hover .gallery-play-icon {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Single Post Detail Styles */
.programme-detail-section {
  padding: 20px 0;
}

.programme-detail-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.programme-detail-meta {
  font-size: 14px;
}

.programme-detail-meta i {
  margin-right: 5px;
}

.programme-detail-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.programme-detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.programme-detail-content p {
  margin-bottom: 1rem;
}

.programme-detail-content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

.programme-detail-content h2,
.programme-detail-content h3,
.programme-detail-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .programme-detail-title {
    font-size: 22px;
  }
  
  .programme-detail-content {
    font-size: 15px;
  }
}

/* WordPress Block Image - Full Width */
.wp-block-image {
  width: 100%;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-image.size-large,
.wp-block-image.size-full {
  width: 100%;
}

.wp-block-image.size-large img,
.wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.slick-slide img {
  display: block;
  height: 100%;
}