body {
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  padding-top: 74px;
} 
 
.navbar {
    background: #000 !important;  
    backdrop-filter: none;        
    -webkit-backdrop-filter: none;
    border-bottom: 2px solid rgba(29, 210, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.navbar-brand {
  height: 52px;
  width: 250px;
  margin: 0;
}

.navbar .sla { 
  gap: 8px;
}

.navbar-nav{
  margin-left: 50px;
}

.navbar-nav .nav-link {
    color: #e4e4e4 !important;
    margin: 0 10px;
    position: relative;
    transition: 0.3s;
    font-size: 22px; 
    font-weight: bold;
}

.navbar-nav .nav-link a {
    color: #e4e4e4 !important;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
    transform: translateY(-2px);
}

/* Dropdown base */
.nav-item.dropdown {
  position: relative;
}

/* Hide dropdown by default */
.dropdown-menu {
  border: none;
  background: #000;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Mega menu alignment */
.mega-menu {
  left: auto !important;
  right: auto !important;
  transform: translateX(0) !important;
  background: #000;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .nav-item.dropdown .dropdown-toggle {
    pointer-events: none;
  }
}

.dropdown-submenu {
  position: relative;
}
 
.dropdown-menu {
  overflow: visible;
}
 
.dropdown-submenu .submenu {
  position: absolute;
  top: 0;
  left: 100%; 
  min-width: 220px;
  background: #000;
  display: none;
  z-index: 9999;
} 

.dropdown-submenu:hover > .submenu {
  display: block;
}
 
.dropdown-submenu .submenu {
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.2s ease;
}

.dropdown-submenu:hover > .submenu {
  opacity: 1;
  transform: translateX(0);
}

/* Dropdown items */
.dropdown-item {
  color: #ffffff;
  transition: 0.3s;
  border-radius: 6px;
}

/* Hover effect */
.navbar .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #000;
  border-radius: 8px;
}

/* Active state fix */
.navbar .dropdown-item:active {
  color: #000000;
}

/* Optional styling */
.menu-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-preview {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
} 

/* Search Box */ 
.search-toggle i {
  padding: 5px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.search-toggle i:hover {
  color: #0dcaf0;
}
 
.search-expand {
  position: absolute;
  top: 80%;  
  right: 0;
  width: 30%; 
  padding: 20px 0;
  display: none;
  z-index: 999; 
  animation: slideDown 0.3s ease;
}

.search-expand-input {
    width: 84%;
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    font-size: 18px; 
}
 
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* end search */
  
/* Language Switcher */
.lang-switch {
position: relative;
display: flex;
align-items: center;
}

.lang-toggle-input {
display: none;
}

.lang-toggle-label {
  display: block;
  width: 70px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lang-toggle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}

.lang-toggle-inner::before {
  content: attr(data-en);
}

.lang-toggle-switch {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: linear-gradient(45deg, #ffffff, #8ab4e7);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}

.lang-toggle-input:checked + .lang-toggle-label .lang-toggle-inner::before {
  content: attr(data-bn); 
}

.lang-toggle-input:checked + .lang-toggle-label .lang-toggle-switch {
  transform: translateX(45px);
}
    
.author-box {
  display: flex;
  align-items: center;
  gap: 8px; 
  border-radius: 30px;
}

.author-info {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.author-name {
  font-size: 14px;
  font-weight: 600;
}

.author-info small {
  font-size: 11px;
  color: #aaa;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
} 

.author-img {
width: 35px;
height: 35px;
border-radius: 50%;
object-fit: cover;
}


/* ===============SLIDER==================== */
.banner img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 8s ease-in-out, filter 1s ease;
}
 
.carousel-item.active img {
  transform: scale(1);
}
 
.carousel-item { 
    transform: none !important;
    transition: opacity 1.2s ease-in-out !important;
    opacity: 0;
}
 
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.2)
  );
  z-index: 1;
}
 
.carousel-caption {
  z-index: 2;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
 
.carousel-caption h2,
.carousel-caption p,
.carousel-caption a {
  opacity: 0;
  transform: translateY(50px);
}
 
.carousel-item.active .carousel-caption h2 {
  animation: fadeUp 1s ease forwards;
} 
.carousel-item.active .carousel-caption p {
  animation: fadeUp 1s ease 0.3s forwards;
}
 
.carousel-item.active .carousel-caption a {
  animation: fadeUp 1s ease 0.6s forwards;
}
 
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
 
.carousel-caption h2 {
  font-size: 4.5rem;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 1.1rem;
  max-width: 500px;
}
 
.carousel-caption .btn {
  border-radius: 50px;
  padding: 10px 25px;
  transition: all 0.3s ease;
}

.carousel-caption .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
 
.carousel-item img {
  filter: brightness(0.85) contrast(1.1);
}
 

/* ====================================== */


/* social icons */
.social-icons {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 999;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social.facebook {
  background: #1877f2;
}

.social.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366);
}

.social.linkedin {
  background: #0a66c2;
}

.social-icons a:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}


/* blog */
.card {
  background: #111;
  border: none;
  transition: 0.3s;
  color: white;
  border-radius: 8px; 
  overflow: visible;
}
.card-title{
  font-size: 20px;
}
.card-text{
  font-size: 15px;
}
.blog-card .card-body a{
  color: white;
  text-decoration: none;
}
.card:hover {
  transform: scale(1.05);
}

.card img {
  height: 180px;
  object-fit: cover;
}

.blog-category-date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  color: #aaa;
}

.blog-category-date .category {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 12px;
  color: #FF0000;
  font-size: 15px;
}

.blog-category-date .date {
  padding-top: 4px;
  color: #aaa;
}

.blog-meta {
  font-size: 13px;
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 8px;
}

.blog-meta .views {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 10px;
  border-radius: 20px;
  transition: 0.3s;
}

.blog-meta .views i {
  color: #FF0000;
}

.blog-meta .views:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.blog-meta .share {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 10px;
  border-radius: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.blog-meta .share i {
  color: #FF0000;
}

.blog-meta .share:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.share-wrapper {
  position: relative;
  display: inline-block; 
}


.share-dropdown {
  position: absolute;  
  border-radius: 8px;
  display: none; 
  align-items: center;
  gap: 5px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
}

.share-dropdown a {
  color: white;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 5px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.share-dropdown a:hover {
  color: #FF0000;
  background: rgba(255, 255, 255, 0.2);
}

/* about us */
.home-about img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}
 
.home-about img:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.home-about img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: float 3s ease-in-out infinite;
}
 
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}
  
/*footer section*/
.footer {
  background: rgba(255, 255, 255, 0.05);
  border: #000; 
  color: #ccc;
}

.footer-logo {
max-width: 160px;
filter: brightness(1.2);
}

.footer-text{
  color: slategray;
}

.footer-menu a{ 
  color: slategray;
} 

.footer-menu a:hover {
  color: white !important;
}

.footer-author h6 {
color: #fff;
font-weight: 600;
}

.footer-author p {
font-size: 14px;
color: slategray;
max-width: 250px;
}

.author-img-lg {
width: 65x;
height: 140px;
border-radius: 3%;
object-fit: cover;
}

.footer-divider {
  border-top: 1px solid #4f5459;
}


/* about */
.about-modern {
  padding: 60px 0;
}

.about-subtitle {
  letter-spacing: 4px;
  font-size: 12px;
  color: #FF0000;
  margin-bottom: 5px;
}

.about-title {
  font-size: 36px;
  font-weight: 600;
}

.title-line {
  width: 60px;
  height: 2px;
  background: #FF0000;
  margin: 10px auto 0;
}


.about-text {
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.7;
}


.feature-item {
  margin-top: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.icon-box {
  width: 40px;
  height: 40px;
  border: 1px solid #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF0000;
  border-radius: 4px;
  font-size: 16px;
}

.feature-item h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}


/* profile */   
.profile-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 50px 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  transition: 0.4s;
}
.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.profile-name {
  font-size: 28px;
  font-weight: bold;
}

.profile-role {
  font-size: 16px;
  color: #aaa;
}
.profile-bio {
  max-width: 600px;
  color: #ccc;
  font-size: 15px;
}

.profile-stats {
  display: flex;
  gap: 50px;
}

.profile-stats h5 {
  margin: 0;
  font-size: 22px; 
}

.profile-stats span {
  font-size: 13px;
  color: #aaa;
}
.profile-actions .btn {
  padding: 10px 20px;
  border-radius: 30px;
}

.btn-primary {
  background: linear-gradient(45deg, #fd7676, #FF0000);
  border: none;
}

.btn-primary:hover {
  opacity: 0.9;
}
   
.secondery-text{
  color: slategray;
}
.secondery-bg{
  background: hsl(220 25% 11%); 
}

.side-shear {
  position: sticky;
  top: 100px;  
  align-self: flex-start;
}

.side-shear a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #6c757d;
}

.side-shear a:hover { 
  background: #ffffff;    
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.side-shear a i {
  transition: transform 0.3s ease;
}

.side-shear a:hover i {
  transform: rotate(10deg);
}

.bt{
  border-top: 2px solid hsl(220 25% 11%);
}

.author .box{
  background: hsl(220 25% 11%); 
}

.comment input, .comment textarea {
  background-color: #000 !important;
  color: slategray !important;
  border: 1px solid #333;
}

.comment input::placeholder,
.comment textarea::placeholder {
  color: slategray;
  opacity: 0.7;
}

.comment input:focus,
.comment textarea:focus {
  background-color: #000 !important;
  color: slategray !important; 
}

.comment-item{
  border-bottom: 2px solid hsl(220 25% 11%);
}
.comment-item p{
  margin-left: 40px;
}
.comment-item .name-icon{
  color: #1877f2;
  width:35px;
  height:35px;
}

/* Article PAGE */ 
#showMoreBtn {
  background: linear-gradient(45deg, #ff3b3b, #ff6b6b);
  border: none;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  transition: 0.3s;
}

#showMoreBtn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255,59,59,0.4);
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
 
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
 
.banner-content {
  color: #fff;
  max-width: 700px;
  padding: 20px;
}

.banner-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 16px;
  color: #ddd;
} 
 

/* Section Title */
.section-title {
  border-left: 4px solid #ff3b3b;
  padding-left: 12px;
  font-weight: 600;
}

/* Video Card */
.video-card {
  background: #0f172a; /* dark modern */
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  opacity: 80%;
}

/* Hover effect */
.video-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 12px 35px rgba(0,0,0,0.4);
}

/* Video wrapper */
.video-thumb {
  position: relative;
}

/* Overlay on hover */
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.video-card:hover .video-thumb::after {
  opacity: 1;
} 
.video-card:hover .play-icon {
  opacity: 1;
}

/* Content area */
.video-card .p-3 {
  background: linear-gradient(180deg, #111827, #0b1220);
}

.video-card h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 6px;
}

.video-card p {
  color: #9ca3af;
  font-size: 13px;
}
 
.video-card::before { 
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(45deg, #ff3b3b, #3b82f6);
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.3s;
}

.video-card:hover::before {
  opacity: 1;
} 
 
.video-thumb iframe {
  pointer-events: auto;
}


/* Image Card */
.image-card {
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.image-card:hover {
  transform: translateY(-5px);
}

/* Image Thumbnail */
.image-thumb {
  overflow: hidden;
}

.image-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
}

.image-card:hover img {
  transform: scale(1.08);
}

/* Title */
.image-card h6 {
  color: #fff;
  font-weight: 500;
}


/* Event page */  
.section-title{
  font-weight:600;
  border-left:4px solid #ff3b3b;
  padding-left:12px;
  margin-bottom:30px;
  font-size:20px;
  letter-spacing:0.5px;
}

.event-item{
  background: rgba(255,255,255,0.03);
  border-radius:12px;
  padding:22px;
  border:1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
  position:relative;
  backdrop-filter: blur(6px);
}

.event-item:hover{
  border-color:#ff3b3b;
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(255, 59, 59, 0.15);
}

.event-type{
  font-size:11px;
  font-weight:600;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#ff3b3b;
  margin-bottom:6px;
}

.event-title{
  font-size:19px;
  font-weight:600;
  margin-bottom:10px;
  color:#fff;
}

.event-meta{
  font-size:13px;
  color:#bbb;
  margin-bottom:12px;
}

.event-meta i{
  margin-right:6px;
}

.event-desc{
  font-size:14px;
  color:#aaa;
  line-height:1.6;
}

/* Button */
.event-action{
  position:absolute;
  right:20px;
  top:20px;
}

.event-btn{
  font-size:12px;
  padding:6px 16px;
  border-radius:30px;
  border:1px solid #ff3b3b;
  color:#fff;
  transition:0.3s;
}

/* Button Hover */
.event-btn:hover{
  background:#ff3b3b;
  color:#fff;
  box-shadow:0 0 10px rgba(255,59,59,0.6);
}

/* Timeline Accent */
.timeline-line{
  position:absolute;
  left:-10px;
  top:20px;
  width:4px;
  height:calc(100% - 40px);
  background: linear-gradient(180deg, #ff3b3b, transparent);
  border-radius:10px;
  opacity:0.5;
}


/* Responsive tweaks */
@media (max-width: 767px) {

  .banner img {
    height: 300px; 
  }

   .carousel-caption h2 {
    font-size: 1.5rem; 
   }

  .banner-content h1 {
    font-size: 28px;
  }

  .banner-content p {
    font-size: 14px;
  }
  
  .profile-actions .btn { 
    margin-top: 10px;
  }
  .navbar-brand {
    height: 44px;
    width: 182px; 
  }
  .navbar small{
    font-size: 12px;
  }

  .navbar-nav .nav-link { 
    font-size: 18px; 
  }
  .navbar-nav {
    margin-left: 0px;
  }

  .search-expand { 
    top: 93%; 
    width: 100%; 
  }

  .footer-menu {
      flex-direction: column;
      gap: 8px;
  }
  .profile-section{
    margin: 0 !important;
  }
  .footer-nav, .footer-about, .footer-text, .profile-content{
    text-align: center;
  }
  .home-about{
    padding: 15px;
  }
  .about-right-text{
    margin-top: 20px;
  }
  .profile-content .profile-stats{ 
    justify-content: center;
  }

  .social-icons a{
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .carousel-caption { 
    justify-content: center;
    text-align: center;
    font-size: 15px;
  }
  
}

/* Tablet devices */
@media (min-width: 768px) and (max-width: 991px) {

  .carousel-caption h2 {
    font-size: 2.5rem; 
   }

  .banner img {
    height: 400px; 
  }

  .profile-actions .btn { 
    margin-top: 10px;
  }

  .search-expand { 
    top: 93%; 
    width: 100%; 
  }
  .navbar-nav {
    margin-left: 0px;
  }
  .about-features{
    margin: 0 !important;
  }
  .about-title {
    font-size: 30px; 
  }
  .about-text{
    font-size: 30px; 
  }
  .about-text {
    font-size: 14px;
  }
  .feature-item {
    margin-top: 10px;
  }
  .icon-box {
    width: 30px;
    height: 30px;
  }
  .feature-item h6 { 
    font-size: 12px; 
  }

  .profile-content h3{
    font-size: 22px; 
  }
  .profile-role {
    font-size: 12px; 
  }
  .profile-bio, .card-title{
    font-size: 20px;
  }

  .footer-text, .footer-menu, .footer-author p{
    font-size: 12px;
  }
  .footer h6{
    font-size: 14px;
  }

  .author-img-lg {
    width: 65x;
    height: 125px;
    border-radius: 3%;
    object-fit: cover;
  }

  .social-icons a{
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .carousel-caption { 
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {

  .carousel-caption h2 {
    font-size: 2.5rem; 
   }

  .banner img {
    height: 400px; 
  }

  .blog-category-date .category { 
    font-size: 10px;
  }
  .card-title {
    font-size: 14px; 
  }
  .card-text {
    font-size: 12px;
  }
   
  .navbar-brand {
    width: 180px;
    height: 40px;
  }

  .navbar-nav .nav-link { 
    font-size: 14px; 
  }

  .navbar-nav {
    margin-left: 0px;
    padding-right: 0px;
  }

  .navbar .sla { 
    gap: 8px;
  } 
  .navbar small{
    font-size: 10px;
  }
  .navbar-nav .nav-link { 
    margin: 0 1px; 
  }
  .author-name {
    font-size: 10px; 
  }

  .search-toggle i { 
    font-size: 20px; 
  }

  .lang-toggle-switch { 
    width: 21px;
    height: 21px; 
  }

  .lang-toggle-label {
      width: 60px;
      height: 24px;
  }

  #blogContainer .card-body{
    padding: 10px;
  }

  .blog-category-date {  
    font-size: 10px; 
  }

  .carousel-caption { 
    font-size: 30px;
  }

}

@media (min-width: 1199px) and (max-width: 1628px) {

  .banner img {
    height: 400px; 
  }

  .carousel-caption h2 {
    font-size: 3.5rem; 
   }
    .navbar-brand {
      height: 45px;
      width: 215px;
    }

  .card-title {
    font-size: 15px;
  }

  .card-body { 
    padding: 10px 5px 5px 5px; 
  }

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

  .navbar-nav .nav-link { 
    font-size: 16px; 
  }

  .navbar-nav {
    margin-left: 10px;
    padding-right: 0px;
  }


  .navbar .sla { 
    gap: 8px;
  }

  .carousel-caption { 
    font-size: 30px;
  }

  .blog-category-date .category { 
    font-size: 10px;
  }

}
 