/*
Theme Name:         Uni Pro Baust khulna
Theme URI:          https://pipilikasoft.com/
Description:        A Responsive Theme for BAUST Khulna.
Version:            1.0.3
Author:             Pipilika Soft Team
Author URI:         http://pipilikasoft.com/
Text Domain:        university
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Domain Path:        /lang/

*/
/* -------------------------------------------- Style Start ----------------------------------------- */
/* 
Theme Name: BAUST Khulna University
Author: pipilika Soft 
Verstion: 2025
*/

/* !!! Custom Css for BAUST Khulna Uni start */

:root {
  --font: "Poppins", Arial, sans-serif;
  --accent-color: #202a79;
  --secondary-color: #ea2931;
  --secondary-color: #a41e34;
  --black-color: #000;
  --white-color: #fff;
  --dark-color: #160c0c;
  --blue-color: rgb(0, 97, 223);
  --gray-color: rgb(218, 218, 218);
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 8px;
  /* transition: background 0.8s all ease-in-out; */
}
::-webkit-scrollbar-track {
  background: #a8d0dd;
}

::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 12px;
}

/* Use the font */
body {
  /* font-family: var(--font); 
  margin: 0;
  padding: 0;
  height: 100vh; */
  overflow-x: hidden;
  font-family: var(--font);
  background: #fdfdfd;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #333;
  padding: 0;
  margin: 0;
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzlkOWQ5ZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMyAzbDcgMTlsMi4wNTEtNi4xNTRhNiA2IDAgMCAxIDMuNzk1LTMuNzk1TDIyIDEweiIgLz4KPC9zdmc+"),
    default;
}

/* ! cursor test */

/* ? New */
.cursor-outline {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--visanet-base, #e50c37);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.cursor-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.cursor-hover-effect {
  background-color: var(--secondary-color);
  opacity: 0.4;
}
.cursor-dot-hover-effect-2 {
}
/* ? New  end */

@media screen and (max-width: 450px) {
  .cursor-dot,
  .cursor-outline,
  .expand,
  .expand2 {
    display: none !important;
  }
}
/* ! test upper */
section {
  overflow: hidden;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #333;
  /* cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDE0IDE0Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2I1YjFiMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTAuNSA2LjEzYTIgMiAwIDAgMSAxLjU5IDIuMjRsLS42MSA0LjI3YTEgMSAwIDAgMS0xIC44Nkg0YTEgMSAwIDAgMS0uOTMtLjYzTDIgMTAuMjFhMiAyIDAgMCAxIDEtMi41M0w0LjM1IDdWMmExLjUgMS41IDAgMCAxIDMgMHYzLjV6IiBzdHJva2Utd2lkdGg9IjEiIC8+Cjwvc3ZnPg=="),
    default; */
}
a.underline-animate {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

a.underline-animate::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--accent-color);
  width: 42%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  justify-self: anchor-center;
}

a.underline-animate:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s ease;
}

a.underline-animate:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s ease;
}

a {
  text-decoration: none;
}
.section-title {
  margin-bottom: 40px;
  color: #404751;
}

.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transition: 0.3s all ease-in-out;
}

img {
  max-width: 100%;
}

/* ? Title */
.titleContainer {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.mainTitleContainer {
  font-weight: bold;
  color: #241442;
}
.subtitleContainer {
  font-weight: 600;
  color: var(--accent-color);
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.subtitleContainer::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 48px;
  background: linear-gradient(
    90deg,
    var(--accent-color) 3px,
    rgba(255, 255, 255, 0) 3px,
    rgba(255, 255, 255, 0) 8px,
    var(--accent-color) 8px,
    var(--accent-color) 13px,
    rgba(255, 255, 255, 0) 13px,
    rgba(255, 255, 255, 0) 18px,
    rgba(255, 255, 255, 0) 18px,
    var(--accent-color) 0
  );
}
.titleContainer .titleBtnIcon {
  padding-left: 10px;
}
@media (max-width: 575px) {
  .titleContainer {
    text-align: center;
    flex-direction: column;
  }
  .mainTitleContainer {
  }
}
/* .mainTitleContainer h2 {
  font-weight: bold;
  font-family: auto;
} */
a,
body {
  color: #333;
}
a,
a.underline-animate {
  text-decoration: none;
}
p {
  margin: 0;
}
.custom-btn,
a.underline-animate {
  position: relative;
  display: inline-block;
}
.custom-btn--black .custom-btn-icon span,
.custom-btn:hover .custom-btn-icon span,
.custom-btn:hover .custom-btn-text {
  color: #2563eb;
}
.btn-title,
.subtitleContainer,
.custom-btn-text {
  text-transform: uppercase;
}
.btn-news,
section {
  overflow: hidden;
}
:root {
  --font: "Noto Sans Bengali", sans-serif;
  --accent-color: #202a79;
  --secondary-color: #ea2931;
  --black-color: #000;
  --white-color: #fff;
  --dark-color: #160c0c;
  --blue-color: rgb(0, 97, 223);
  --gray-color: rgb(218, 218, 218);
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #a8d0dd;
}
::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 12px;
}
body {
  font-family: "Noto Sans Bengali", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background-image: url(./assets/images/conference_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
}
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.underline-animate::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--accent-color);
  width: 42%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  justify-self: anchor-center;
}
a.underline-animate:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s;
}
a.underline-animate:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s;
}
.section-title {
  margin-bottom: 40px;
  color: #404751;
}
/* BTN */
.custom-btn {
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background-color: #2563eb;
  padding: 9px 45px 9px 15px;
  transition: 0.5s;
  border-radius: 100px;
  background-image: linear-gradient(to right, #2563eb, #9333ea);
}
.custom-btn-icon-box {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  text-align: left;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.076, 1);
}
.custom-btn-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.5s;
}
.custom-btn-icon span {
  display: inline-flex;
  font-size: 14px;
  color: 2563eb;
  transition: 0.5s;
}
.custom-btn-icon span svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.custom-btn-text {
  position: relative;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
  z-index: 11;
  transition: 0.4s ease-in-out;
}
@media (max-width: 412px) {
  .custom-btn-text {
    font-size: 13.5px;
  }
  .custom-btn {
    padding: 9px 45px 9px 18px;
  }
  .custom-btn-icon-box {
    width: 35px;
    height: 35px;
  }
  .custom-btn-icon {
    width: 35px;
    height: 35px;
  }
}
.custom-btn:hover .custom-btn-icon-box {
  width: calc(100% - 12px);
}
.custom-btn--black {
  background-color: #1d253a;
}
.custom-btn--black .custom-btn-icon-box,
.custom-btn--white {
  background-color: #fff;
}
.custom-btn--white .custom-btn-text {
  color: #333;
}
.custom-btn--white .custom-btn-icon span,
.custom-btn--white:hover .custom-btn-icon span,
.custom-btn--white:hover .custom-btn-text,
.text-white,
.title-news.title-news-white {
  color: #fff;
}
.custom-btn--white .custom-btn-icon-box {
  background-color: #2563eb;
}
/* BTN */
.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  background-image: linear-gradient(to bottom right, #0ea5e9, #4f46e5);
  border-color: #0ea5e9;
  transition: 0.3s ease-in-out;
}
img {
  max-width: 100%;
}
.titleContainer {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #e4e4e4;
}
.mainTitleContainer {
  font-weight: 700;
  color: #241442;
}
.subtitleContainer {
  font-weight: 600;
  color: var(--accent-color);
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.subtitleContainer::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 48px;
  background: linear-gradient(
    90deg,
    var(--accent-color) 3px,
    rgba(255, 255, 255, 0) 3px,
    rgba(255, 255, 255, 0) 8px,
    var(--accent-color) 8px,
    var(--accent-color) 13px,
    rgba(255, 255, 255, 0) 13px,
    rgba(255, 255, 255, 0) 18px,
    rgba(255, 255, 255, 0) 18px,
    var(--accent-color) 0
  );
}
.titleContainer .titleBtnIcon {
  padding-left: 10px;
}
@media (max-width: 575px) {
  .titleContainer {
    text-align: center;
    flex-direction: column;
  }
}
.btn-title {
  background-color: var(--ed-purple);
  color: var(--accent-color) !important;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  font-weight: 500;
  border-color: var(--accent-color);
}
.btn-title:hover {
  background-color: var(--accent-color) !important;
  color: rgb(255 255 255) !important;
}
@media (max-width: 1024px) {
  .btn-title {
    padding: 11px 13px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .btn-title {
    padding: 10px 9px;
    font-size: 12px;
  }
  .carousel-indicators {
    display: none;
  }
  .margin-top-30 {
    margin-top: -30px;
  }
}
@media (max-width: 480px) {
  .btn-title {
    letter-spacing: normal;
    border-radius: 4px;
  }
  .titleContainer .elementor-icon-list-text {
    font-size: 12px;
    letter-spacing: 1.1px;
  }
  .mainTitleContainer h2 {
    font-size: 22px;
  }
  .titleContainer .title-icon-list-items {
    margin-bottom: 3px;
  }
}
.titleBtnSide {
  align-content: center;
}
.mt-100 {
  padding: 110px 0;
}
.py-60 {
  padding: 60px 0;
}
.gallerySection {
  background: url(./assets/images/about_bg.053b6557.png) 0 0 / cover;
}
.newsSection {
  background: url(./assets/images/faq_bg.16e7ef8e.png) 0 0 / cover;
}
.button-container-1 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 1px solid var(--secondary-color);
  font-size: 20px;
  transition: 0.5s;
  border-radius: 12px;
}
.button-container-1 a {
  width: 101%;
  height: 100%;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  background: var(--secondary-color);
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: 0.7s steps(22) forwards ani2;
  animation: 0.7s steps(22) forwards ani2;
}
.button-container-1 a:hover {
  -webkit-animation: 0.7s steps(22) forwards ani;
  animation: 0.7s steps(22) forwards ani;
}
@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.btn-primary:hover {
  background-image: transparent;
  color: #4f46e5;
}
.btn-reverse {
  background-color: #fff;
  color: var(--secondary-color);
}
.btn-reverse:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.text-black {
  color: #222 !important;
}
.borderCard {
  position: relative;
}
.borderCard span {
  position: absolute;
  border-radius: 100vmax;
}
.show-on-mobile {
  display: none;
}
.hide-on-mobile {
  display: flex;
}
@media screen and (max-width: 576px) {
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
}
.ve_feature_slide_head {
  background-image: url(./assets/images/f2-head-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 337px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 40px auto;
  transform: scale(1.1);
}
.ve_feature_slide_head h4 {
  font-size: 26px;
  font-weight: 800;
  text-transform: capitalize;
  background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin: 0;
}
@media (max-width: 576px) {
  .ve_feature_slide_head h4 {
    font-size: 22px;
  }
  .ve_feature_slide_head {
    max-width: 270px;
    margin: 0px auto;
  }
}
.btn-news {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  background-image: linear-gradient(
    135deg,
    #11af98,
    #0ea5a4,
    #089d77
  ) !important;
  box-shadow: 0 10px 28px rgba(16, 174, 149, 0.35),
    inset 0 0 0 rgba(255, 255, 255, 0);
  background-size: 200% 200%;
  animation: 6s ease-in-out infinite btnGradientFlow;
}
.btn-news::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45),
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s;
}
.btn-news:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 40px rgba(16, 174, 149, 0.5);
}
.btn-news:hover::before {
  transform: translateX(100%);
}
.btn-news::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  transform: translateX(-120%);
  animation: 2s ease-in-out infinite btnShimmer;
}
@keyframes btnShimmer {
  0%,
  60% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}
.btn-news i,
.btn-news svg {
  transition: transform 0.35s;
}
.btn-news:hover i,
.btn-news:hover svg {
  transform: translateX(4px) rotate(-3deg);
}
@keyframes btnGradientFlow {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.title-news {
  position: relative;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 60px;
  font-size: 39px;
}
.title-news span {
  position: relative;
  z-index: 1;
}
.title-news.title-news-white:before {
  background-image: url(./assets/images/effect-title-white.svg);
}
.title-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 141px;
  height: 77px;
  background-image: url(./assets/images/effect-title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vector {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .vector {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .td_height_140 {
    height: 140px;
  }
  .td_height_120 {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .td_height_lg_80 {
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  .td_height_60 {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .td_height_lg_40 {
    height: 40px;
  }
}

.td_gap_y_30 {
  gap: 30px 0;
}

.td_row_gap_30 {
  margin-left: -15px;
  margin-right: -15px;
}
.single-page-container-title-area {
  border-top: 3px solid var(--secondary-color);
  border-bottom: 3px solid var(--secondary-color);
  border-radius: 12px;
}
.td_gap_y_50 {
  position: relative;
  z-index: 10;
}
/*  */
/* =========================
   LIGHT • PREMIUM NEWS CARD
   ========================= */

.newsCard {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.newsCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

/* =========================
   IMAGE AREA
   ========================= */

.newsImgContainer {
  position: relative;
  /* height: 210px; */
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 3 / 2;
}

.newsImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.newsCard:hover .newsImgContainer img {
  transform: scale(1.1);
}

/* soft overlay for text clarity */
/* .newsImgContainer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.45)
  );
} */

/* =========================
   UNIQUE DATE BADGE
   ========================= */

.newsCard::before {
  content: attr(data-date);
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 10px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

/* decorative notch */
.newsCard::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 18px;
  width: 32px;
  height: 4px;
  border-radius: 6px;
  background: linear-gradient(to right, #2563eb, #38bdf8);
  z-index: 5;
}

/* =========================
   BODY CONTENT
   ========================= */

.newsCardBody {
  padding: 22px 22px 26px;
}

.newsCardBody .card-title {
  font-size: 17px;
  font-weight: bold;
  color: #606162;
  /* padding-top: 15px; */
  margin-bottom: 5px;
  text-align: center;
  height: 45px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: 1px solid lightgray;
}

.newsCardBody .card-text {
  /* font-size: 0.88rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 18px; */
  height: 42px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  /* letter-spacing: 1px; */
  margin: 0;
  color: #8d8d8c;
  margin-bottom: 13px;
}

/* =========================
   READ MORE
   ========================= */

.newsReadMore {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
}

.newsReadMore span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.newsReadMore a {
  color: #2563eb;
  text-decoration: none;
  position: relative;
}

.newsReadMore a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width 0.4s ease;
}

.newsCard:hover .newsReadMore span {
  transform: rotate(360deg);
  box-shadow: 0 0 16px rgba(37, 99, 235, 0.4);
}

.newsCard:hover .newsReadMore a::after {
  width: 100%;
}
.newsCard:hover .newsImgContainer {
  filter: contrast(1.1) brightness(1.05) saturate(1.2);
}
/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 576px) {
  .newsCardBody {
    padding: 18px;
  }
}

/*  */
.btn-viewall {
  font-size: 20px;
  border-radius: 9px;
  background-image: linear-gradient(
    135deg,
    #089d77,
    #0ea5a4,
    #11af98
  ) !important;
  padding: 15px 30px;
}
/* Page Header start */
/* ===============================
   CORE LAYOUT
================================ */
.light-cyber {
  position: relative;

  overflow: hidden;
  padding: 90px 0 26px;
}

/* Background image */
.cyber-bg-img {
  position: absolute;
  inset: 0;
  background: url("./assets/images/singlePageHeaderBg.jpg") top / cover
    no-repeat;
  z-index: 0;
}

/* Overlay */
.cyber-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgb(10 25 50 / 79%),
    rgb(10 25 50 / 24%),
    rgba(255, 255, 255, 0.05)
  );
  z-index: 1;
}

/* ===============================
   OPTIONAL MOTION (DISABLE SAFE)
================================ */
.cyber-grid {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgb(0 180 255 / 67%) 1px, #00000042 1px),
    linear-gradient(90deg, rgba(0, 180, 255, 0.06) 1px, #0000002e 1px);
  background-size: 80px 80px;
  animation: gridMove 30s linear infinite;
  z-index: 2;
}

@keyframes gridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 400px 400px;
  }
}

.beam {
  position: absolute;
  width: 2px;
  height: 120%;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--accent-color),
    transparent
  );
  opacity: 0.6;
  animation: beamMove 7s linear infinite;
  z-index: 3;
}

.b1 {
  left: 28%;
}

.b2 {
  left: 68%;
  animation-delay: 3s;
}

@keyframes beamMove {
  from {
    transform: translateY(-120%);
  }

  to {
    transform: translateY(120%);
  }
}

/* ===============================
   GLASS PANEL
================================ */
.cyber-glass.light {
  background: rgba(255, 255, 255, 0.72);
  filter: brightness(1.1);
  border-radius: 20px;
  padding: 55px 60px;
  backdrop-filter: blur(4px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 4;
}

/* ===============================
   BREADCRUMB (UX FOCUS)
================================ */
.cyber-breadcrumb {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #5b6f8f;
}

.cyber-breadcrumb a {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 600;
}

.cyber-breadcrumb a:hover {
  text-decoration: underline;
}

.cyber-breadcrumb span {
  margin: 0 6px;
}

.cyber-breadcrumb .current {
  color: #5b6f8f;
}

/* ===============================
   TITLE
================================ */
.cyber-title.light {
  /* font-size: clamp(2.6rem, 5vw, 4rem); */
  font-weight: 800;
  color: #0a1f44;
  line-height: 1.1;

  display: block;
}

/* Accent line */
.cyber-line {
  width: 110px;
  height: 3px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--accent-color), transparent);
}

/* Bottom cut */
.cyber-cut path {
  fill: #fff;
}

/* ===============================
   THEMES (AUTO SWITCH)
================================ */
.theme-default {
  --accent: #00aaff;
}

.theme-blue {
  --accent: #007bff;
}

.theme-green {
  --accent: #16a34a;
}

.theme-purple {
  --accent: #7c3aed;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 768px) {
  .cyber-glass.light {
    padding: 40px 30px;
  }

  .cyber-title.light {
    font-size: 2.2rem;
  }
}

/* ===============================
   PERFORMANCE MODE
   (Add .no-motion to body)
================================ */
.no-motion .cyber-grid,
.no-motion .beam {
  display: none;
}

.cyber-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0, 50% 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0, 50% 100%);
  z-index: 4;
}
/* ===== SEARCH HEADER ADDONS ===== */
.search-hero .search-meta {
  font-size: 1.1rem;
  color: #2c4f7c;
  margin-top: 10px;
}

.search-hero .search-meta span {
  color: #00aaff;
  font-weight: 700;
}

.cyber-breadcrumb {
  margin-top: 18px;
  justify-content: center;
}

.cyber-breadcrumb li,
.cyber-breadcrumb li a,
.cyber-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #6c88a8;
  font-weight: 600;
  font-size: 22px;
}

.cyber-breadcrumb li a:hover {
  color: #00aaff;
}

/* Page Header end */

/**/ /* ! global css */

.content-box {
  text-align: justify;
}
.aligncenter {
  clear: both;
}
.content-box {
  overflow: auto;
}
.content-box img,
.content-box img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.content-box table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
.content-box table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.content-box table > tbody > tr > td,
.content-box table > tbody > tr > th,
.content-box table > tfoot > tr > td,
.content-box table > tfoot > tr > th,
.content-box table > thead > tr > td,
.content-box table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
}
