

.preload-logo{
	width: 115px;
	height: 170px;
}
.logo{
	width: 60px;
	height: 70px;
}


.logo img {
  height: 50px;
}

.about-text {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.header-right ul {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-right a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.head-icon {
  margin-right: 6px;
}

.malayalamtext {
  font-size: 15px!important;
  line-height: 1.6;
  font-family: 'Noto Sans Malayalam', sans-serif; /* optional: makes Malayalam look cleaner */
}
.bg-green{
  background-color: #273825;
}

.logo-head {
  display: inline-block;      
  color: #0043ab;             
  font-size: 23px;             
  line-height: 1.0667;         
  padding-top:20px;         
  padding-left: 0.5rem;        
  text-decoration: none;     
  font-weight: 700;            
  white-space: normal;        
  vertical-align: middle;   
  font-family: inherit;         
}


.logo-head strong {
  font-weight: 700;
  display: inline-block;    
}

@media (max-width: 480px) {
  .logo-head {
    font-size: 14px;
    padding-top: 0.35rem;
    padding-left: 0.35rem;
  }
}


@media (min-width: 1200px) {
  .logo-head {
    font-size: 16px;
  }
}
.theme-red-bg{
  background-color: #a50011;
}


/*.......................*/
/* ==============================
   Stylish SKJQ Navbar Design
============================== */
.skjq-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #F3F1FD!important;
  /*background: linear-gradient(90deg, #ffffff 30%, #f9faff 100%);*/
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: all 0.4s ease;
}

.skjq-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* -------- Logo -------- */
.skjq-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.skjq-logo-img {
  height: 80px;
  width: 58px;
  /*border-radius: 50%;*/
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 67, 171, 0.3);
}

.skjq-logo-text {
  color: #003085;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.skjq-logo-text:hover {
  color: #002060;
}



/* -------- Buttons -------- */
.skjq-header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.skjq-btn {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

/* Glass Button */
.glass-btn {
  background: rgba(0, 67, 171, 0.08);
  border: 1.5px solid rgba(0, 67, 171, 0.2);
  color: #0043ab;
  backdrop-filter: blur(4px);
}

.glass-btn:hover {
  background: #0043ab;
  color: #fff;
}

/* Gradient Button */
.gradient-btn {
  background: linear-gradient(135deg, #0043ab, #0078ff);
  color: #fff;
  border: none;
  box-shadow: 0 3px 12px rgba(0, 67, 171, 0.4);
}

.gradient-btn:hover {
  background: linear-gradient(135deg, #003084, #005ccc);
  transform: translateY(-2px);
}

/* -------- Hamburger (Mobile) -------- */
.skjq-hamburger {
  display: none;
  cursor: pointer;
}

.skjq-hamburger span {
  display: block;
  width: 26px;
  height: 3px;
  background: #333;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* -------- Responsive -------- */
@media (max-width: 991px) {
  .skjq-header-inner {
    padding: 12px 20px;
  }

  .skjq-nav-list {
    display: none;
  }

  .skjq-hamburger {
    display: block;
  }
}

/*.....flash news...........*/
 .flash-news-section {
    background-color: #003085;
    color: white;
    /*padding: 10px 0;*/
    font-family: "Poppins", sans-serif;
    overflow: hidden;
   
    
    width: 100%;
    max-width: 100%;

  }

  .flash-news {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .flash-news-heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    background: #063e00;
    padding: 8px 15px;
 
    white-space: nowrap;
    

  }

  .flash-news-heading i {
    margin-right: 8px;
  }

  .flash-news-body {
    flex: 1;
    overflow: hidden;
    position: relative;
  }

  .marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 80s linear infinite;
    font-size: 20px;
    color: #fff;
    padding-left: 100%;
  }

  .marquee-text:hover {
    animation-play-state: paused;
  }

  @keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }

  .malayalamfontsize{
    font-size: 15px;
  }
  .eventdate span{
    background-color:#003085;
    padding: 5px;
    color: white;
    border-radius: 5px;
  }
.malayalamtext1{
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6em;
}






/* ==========================================
   Premium Navbar with Right Divider Lines
========================================== */
.skjq-navbar {
  position: relative;
}

.skjq-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

/* -------- Link Style -------- */
.skjq-nav-list li {
  position: relative;
  padding-right: 10px;
}

/* Divider line between items */
.skjq-nav-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 1.5px;
  background: linear-gradient(180deg, #0043ab, #00c6ff);
  border-radius: 3px;
  opacity: 0.6;
}

/* -------- Link Text -------- */
.skjq-nav-list li a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #222;
  padding: 10px 4px;
  transition: all 0.4s ease;
  background:  #0043ab;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Underline effect */
.skjq-nav-list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0%;


  transition: all 0.4s ease;
}

/* Hover effects */
.skjq-nav-list li a:hover::after,
.skjq-nav-list li a.active::after {
  width: 100%;
}

.skjq-nav-list li a:hover {
  transform: translateY(-6px);

}

/* Ripple glow background */
.skjq-nav-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;

  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  z-index: -1;
}

.skjq-nav-list li a:hover::before {
  width: 230%;
  height: 300%;
}

/* Active glow */
.skjq-nav-list li a.active {
  text-shadow: 0 0 15px rgba(0, 67, 171, 0.5);
}

/* Entry animation */
.skjq-nav-list li {
  opacity: 0;
  transform: translateY(-8px);
  animation: fadeInNav 0.6s forwards ease-out;
}
.skjq-nav-list li:nth-child(1) { animation-delay: 0.1s; }
.skjq-nav-list li:nth-child(2) { animation-delay: 0.2s; }
.skjq-nav-list li:nth-child(3) { animation-delay: 0.3s; }
.skjq-nav-list li:nth-child(4) { animation-delay: 0.4s; }
.skjq-nav-list li:nth-child(5) { animation-delay: 0.5s; }
.skjq-nav-list li:nth-child(6) { animation-delay: 0.6s; }
.skjq-nav-list li:nth-child(7) { animation-delay: 0.7s; }

@keyframes fadeInNav {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
  .skjq-nav-list {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 80px;
    right: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding: 20px 25px;
    gap: 18px;
  }

  .skjq-nav-list li:not(:last-child)::after {
    display: none;
  }

  .skjq-hamburger.active + .skjq-navbar .skjq-nav-list {
    display: flex;
  }
}
/*...............*/
.cardlogo{
  width: 100px!important;
  height: 100px!important;
}


/* Dropdown submenu container */
.has-submenu {
  position: relative;
}

/* Hide submenu by default */
.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #222;
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 160px;
  display: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 100;
}

/* Each submenu item */
.has-submenu .submenu li {
  width: 100%;
}

/* Submenu links */
.has-submenu .submenu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #eee;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Hover effect for submenu links */
.has-submenu .submenu a:hover {
  /*background: #031f42;*/
  color: white;
}

/* Show submenu when hovering parent */
.has-submenu:hover .submenu {
  display: block;
  animation: fadeIn 0.3s ease;
}

/* Simple fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*.....button sub menu css...........*/
.skjq-header-buttons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 50px;
}

.skjq-header-buttons .submenu {
    list-style: none;
    margin: 0;
 
    padding: 10px 0;
    position: absolute;
    top: 45px;
    left: -20px;
    background: #ffffff;
    width: 350px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}

.skjq-header-buttons .submenu li a {
    display: block;
    padding: 10px 15px;
    color: #003085;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.skjq-header-buttons .submenu li a:hover {
    background: #f1f1f1;
}

/* SHOW MENU ON HOVER LOGIN */
.skjq-header-buttons:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.skjq-btn.glass-btn:hover + .submenu,
.submenu:hover {
    opacity: 1;
    visibility: visible;
}
/*.....top bar.......*/
.top-bar {
    display: flex;
    justify-content: space-between; /* left + right */
    align-items: center;
    width: 100%;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.top-bar i {
    margin-right: 6px;
}
.left-item{
  margin-left: 80px;
}
.right-item{
  margin-right: 80px;
}


.content h4{
  font-size: 13px;
  font-weight: bold;
}

.designation {
    display: inline-block;
    /*padding: 5px 44px;*/
    width: 200px;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
    background: linear-gradient(45deg, #0043ab, #0043ab);
    color: #fff;

    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.newsreadmore{
  font-weight: bold;
  color: #003085;
}
.theme-blue-bg2{
  background-color: #021330;
}

/*
@media (max-width: 991px) {
    .skjq-logo-text {
        display: none !important;
    }
}
*/

.arabic-logo {
    display: block;
    margin-top: 5px;  
    font-size: 25px!important;
}
.imgborder{
  border: 3px solid white;
  border-radius: 20px;
}
.feature-card-items{
  height: 280px;
}
.teamborder{
  border: 5px white solid;
}