body {
  background: #f2f2f2;
  font-family: Arial, sans-serif;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
	background:royalblue !important;
	color:#fff !important;
}
body{
	font-weight:600 !important;
}
.contents img {
    width: 100%;
}
.page p{
	text-align:justify
}
.navbar-custom {
  background: linear-gradient(90deg, #ffffff, #096BC9, #002262);
  border-radius: 100px;
  padding: 10px 30px !important;
  margin: 20px auto;
  max-width: 1200px;
  border: 1px solid #002262;
}
.navbar-toggler{
    border:none !important;
}
.navbar-brand {
  color: #fff !important;
  font-weight: bold;
  font-size: 22px;
}

.nav-link {
  color: #fff !important;
  font-size: 18px !important;
  padding: 8px 12px !important;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link:hover {
  color: #D7B468 !important;
}

.caret {
  font-size: 12px;
  transition: transform 0.3s;
}
.caret.up {
  transform: rotate(180deg);
}

/* Dropdown animation */
.dropdown-menu {
  width: 800px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block;
  visibility: hidden;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.mega-menu {
  display: flex;
  height: 100%;
}

/* Left category tabs */
.mega-menu-categories {
  width: 240px;
  background: #f8f8f8;
  padding: 20px 10px;
  border-right: 1px solid #ddd;
}

.mega-menu-categories button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.mega-menu-categories button.active,
.mega-menu-categories button:hover {
  background: linear-gradient(90deg, #096BC9, #002262);
  color: #fff;
  font-weight: bold;
}

/* Right content */
.mega-menu-content {
  flex: 1;
  padding: 20px;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: #fff;
}

.content-panel {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.4s ease;
}

.content-panel.active {
  left: 0;
  opacity: 1;
  transform: translateX(0);
}

.content-panel h6 {
  margin: 0 0 5px;
  font-weight: bold;
  color: #002262;
}

.content-panel p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #555;
}

/* Highlight box */
.highlight-box {
  background: #f0f6ff;
  border-radius: 12px;
  padding: 5px;
  display: flex;
  align-items: center;
  transition: .3s;
  gap: 3px;
}
.highlight-box:hover {
  border-left: 6px solid #096BC9;
  border-bottom: 1px solid #096BC9;
  transition: .3s;
}

.highlight-box img {
  border-radius: 10px;
  width: 70px;
  height: 50px;
  object-fit: cover;
}

.highlight-box div {
  font-size: 14px;
}


.contactUp .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8); /* dark overlay */
}

.contactUp .container {
  position: relative;
  z-index: 2;
}
  .contactUp h1 {
    font-size: 5rem;
  }
    .contactUp p {
    font-size: 2rem;
  }




/* Login and Button */
.login-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.btn-gradient {
  background: linear-gradient(90deg, #096BC9, #002262);
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.btn-gradient:hover {
  background: linear-gradient(90deg, #D7B468, #096BC9);
  color: #fff;
}

.navbar-toggler {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}
/* Section & Background */
.video-one {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  background-color: #bfa8a8;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

/* Video Button */
.video-one__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  font-size: 23px;
  color: #fff;
  background-color: #4169e1;
  border-radius: 50%;
  cursor: pointer;
  overflow: visible;
  transition: all 0.5s ease;
  margin: 0 auto;
}

/* Hover Color */
.video-one__video-icon:hover {
  background-color: #fff;
  color: #4169e1;
}

/* Ripple Animation */
.video-one__video-icon::before,
.video-one__video-icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 87px; height: 87px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: colorful-ripple 2s infinite;
  z-index: 0;
   background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(65,105,225,0.8) 50%, rgba(65,105,225,7) 80%);
}

.video-one__video-icon::after {
  animation-delay: 1s;
}

@keyframes colorful-ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/* Video Title */
.video-one__video-title {
  position: relative;
  margin-top: 27px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .video-one { padding: 90px 0 120px; }
  .video-one__video-title { font-size: 30px; line-height: 42px; padding: 0 20px; }
}

@media (max-width: 768px) {
  .video-one { padding: 70px 0 100px; }
  .video-one__video-icon { width: 70px; height: 70px; font-size: 20px; }
  .video-one__video-title { font-size: 24px; line-height: 34px; padding: 0 15px; }
}

@media (max-width: 576px) {
  .video-one { padding: 80px 0 0px; }
  .video-one__video-icon { width: 60px; height: 60px; font-size: 18px; }
  .video-one__video-title { 
font-size: 15px;
        line-height: 25px;
        margin-top: 20px;
        padding: 35px 10px;
	}
}
/* Animations */
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes zoomIn {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}


