* {
  font-family: "Roboto", sans-serif;
}

.header-area {
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05);
  position: relative;
}
.header-topbar {
  border-bottom: 1px dashed #dcdedf;
  background: #fff;
}
.topbar-trending > span {
  float: left;
  background: #d40000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
}
.header-topbar .topbar-social {
  justify-content: flex-end;
}
.header-topbar .topbar-social p {
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
}
.header-topbar .topbar-social .social ul {
  margin: 0;
  padding: 0 0 0 14px;
  list-style-type: none;
  position: relative;
}
.header-topbar .topbar-social .social ul::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(23, 34, 43, 0.3);
  width: 1px;
  height: 14px;
}
.header-topbar .topbar-social .social ul li {
  display: inline-block;
}
.header-topbar .topbar-social .social ul li a {
  color: rgba(23, 34, 43, 0.75);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.logo {
  width: 100%;
  height: 120px;
  max-width: 120px;
}
.logo-footer {
  width: 120px;
  height: 130px;
}
footer {
  background: #1c1c1c;
  color: #fff;
}
footer ul.icon-list li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #dddddd;
  background: #000;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  border-radius: 100%;
}
footer ul.icon-list li a:hover {
  background: #d32f2f;
  transform: rotate(360deg);
}
.mega-menu .navbar-nav {
  flex-direction: row;
}

.mega-menu .nav-link {
  color: black;
  font-weight: 500;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

.mega-menu .nav-link:hover,
.mega-menu .nav-link:focus {
  color: #d40000;
}

.mega-menu .nav-link.active {
  color: #d40000;
}

.mega-menu .nav-link.dropdown-toggle::after {
  margin-left: 5px;
}

.mega-menu .dropdown-menu {
  background-color: white;
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.mega-menu .dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.mega-menu .dropdown-item:hover {
  background-color: #d40000;
  color: white;
}
.mobile-menu-container {
  position: fixed;
  top: 0;
  left: -300px;
  width: 280px;
  height: 100%;
  background: white;
  z-index: 1000;
  transition: all 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-container.show {
  left: 0;
}
.mobile-menu-header {
  padding: 15px;
  background: var(--secondary-color);
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-close {
  background: none;
  border: none;
  color: black;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu-nav {
  padding: 0;
  list-style: none;
}

.mobile-menu-nav .nav-link {
  display: block;
  padding: 12px 20px;
  color: var(--secondary-color);
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
}

.mobile-menu-nav .nav-link:hover {
  color: var(--primary-color);
}

/* .mobile-menu-btn {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
} */
.footer-links li a:hover {
  color: #d40000 !important;
}
.sticky-header {
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0px);
  transition: all 1s ease 0s;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.mobile-menu-btn .btn {
  font-size: 24px;
  color: #000;
}

/* Offcanvas customization */
.offcanvas {
  width: 280px !important;
}

.offcanvas-header {
  border-bottom: 1px solid #eee;
}

.offcanvas-title {
  font-weight: 600;
  text-transform: uppercase;
}

.offcanvas-body .navbar-nav {
  flex-direction: column;
}

.offcanvas-body .nav-link {
  padding: 12px 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.offcanvas-body .nav-link.active {
  color: #d40000;
}

.offcanvas-body .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
}

.offcanvas-body .dropdown-item {
  padding: 10px 25px;
  border-bottom: 1px solid #eee;
}

.offcanvas-body .dropdown-item:hover {
  background-color: #d40000;
  color: white;
}

/* Responsive styles */
@media (max-width: 991.98px) {
  .mobile-menu-btn {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  .header-centerbar {
    padding: 10px 0;
  }

  .logo {
    max-width: 60px;
    height: auto;
  }
}
/* Search Container Styles */

.search-icon {
  cursor: pointer;
  font-size: 1.2rem;
  color: rgba(23, 34, 43, 0.75);
  transition: all 0.3s ease;
  display: flex;
  justify-content: end;
}

.search-icon:hover {
  color: #d40000;
}

.search-form {
  display: flex;
}
.search-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.search-input {
  flex-grow: 1;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 4px 8px;
}

.search-submit {
  border-radius: 0 4px 4px 0;
  padding: 2px 6px !important;
  font-size: 12px !important;
}
.search-bar {
  padding: 4px;
  border-radius: 4px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.mySwiper {
  position: relative;
  margin: 10px 0;
  padding: 0 60px !important; /* Add padding to make room for navigation buttons */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-button-prev {
  position: absolute;
  right: -46px;
  top: 0;
  height: 100%;
  width: 30px;
  background: #000;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  box-shadow: -16px 8px 17px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 5;

  transition: all 0.3s ease-out 0s;
}
.mySwiper .swiper-button-next {
  position: absolute;
  right: -46px;
  top: 0;
  height: 100%;
  width: 30px;
  background: #000;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  box-shadow: -16px 8px 17px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 5;

  transition: all 0.3s ease-out 0s;
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #d40000;
  color: white;
  z-index: 10;
}
.mySwiper .swiper-button-prev {
  left: 0;
}

.mySwiper .swiper-button-next {
  right: 0;
}

/* Keep the arrow size and styling */
.mySwiper .swiper-button-prev::after,
.mySwiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}

/* Add hover effect */
.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover {
  background-color: #b30000;
}
.mySwiper .swiper-button-prev {
  left: 0;
}
.mySwiper .swiper-button-next {
  right: 0;
}
.mySwiper .swiper-button-prev::after,
.mySwiper .swiper-button-next::after,
.swiper-around-news .swiper-button-prev::after,
.swiper-around-news .swiper-button-next::after {
  font-size: 10px;
  font-size: 16px;
  font-weight: 600;
}
.footer .mySwiper h3 {
  color: #fff !important;
}
.swiper {
  width: 100%;
}
.top-section-two .col-lg-4 h6,
.top-section-two .col-lg-4 span {
  color: #000;
}
.top-section-two .col-lg-4 .card:hover h6,
.top-section-two .col-lg-4 .card:hover span {
  color: #d40000;
}
.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.secondary-text {
  font-size: 16px;
  color: #666;
  text-align: left;
}
.bgImage-text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  padding: 0 20px;
}
.bgImage-text-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35%;
  padding: 0 20px;
}

.bgImage-text h6,
.bgImage-text p {
  color: white;
  margin: 0;
}
.image-placeholder {
  flex: 1;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

.swiper-pagination {
  bottom: 10px;
}

.swiper-pagination-bullet {
  background: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.fs-7 {
  font-size: 0.75rem;
}
.news-link:hover h5,
.news-link:hover p,
.news-link:hover h6,
.news-link:hover h3 {
  color: #d40000 !important;
}
.top-trending-news img,
.top-sports-news img,
.top-technology-news img {
  max-height: 370px;
  height: 100%;
}
.mh-500 {
  max-height: 500px;
}
.overflow-autocustom {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 460px;
}

.overflow-autocustom::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.overflow-autocustom::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.overflow-autocustom::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
.overflow-autocustom::-webkit-scrollbar-thumb:hover {
  background: black;
}
.top-trending-news .card-img-top,
.top-sports-news .card-img-top,
.top-technology-news .card-img-top {
  max-height: 228px;
}
.color-white {
  /* border-bottom: 2px solid #fff; */
  max-width: 300px;
}
.color-white .block-title > span:after {
  display: none;
}
.color-red .block-title {
  border-bottom: 2px solid #d40000;
}
.color-white .block-title > span {
  color: #d40000;
}
.block-title {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 25px;
  border-bottom: 2px solid #1c1c1c;
}
.color-white .block-title > span,
.color-white a.post-cat {
  background: #fff;
}
.color-red .block-title > span,
.color-red a.post-cat {
  background: #ec0000;
}
.block-title > span {
  background: #1c1c1c;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
}
.color-red .block-title > span:after {
  border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.color-white .block-title > span:after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.block-title > span:after {
  border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}
/* .mh-15 {
  max-height: calc(100% - 17%);
} */
.video-news-post-item .video-news-post-thumb {
  position: relative;
}
.video-news-post-item .video-news-post-thumb img {
  width: 100%;
}
.video-news-post-item .video-news-post-thumb .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
}
.video-news-post-item .video-news-post-thumb .play-btn a {
  color: #d40000;
}
.video-block {
  background: #1c1c1c;
  color: #fff;
}
.video-tab-title {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 30px 15px;
}
.video-tab .post-overaly-style {
  min-height: 430px;
}
.post-overaly-style {
  position: relative;
  overflow: hidden;
}
.post-overaly-style:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left bottom,
    color-stop(60%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.85))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -ms-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
.post-thumb {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
}
.video-icon {
  text-align: center;
  color: #fff;
  display: block;
  top: 50%;
  margin-top: -50px;
  font-size: 32px;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 65px;
  border: 7px solid #fff;
  display: inline-block;
  border-radius: 100%;
}
.video-tab .post-overaly-style .post-content {
  padding: 35px;
}
.post-overaly-style .post-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
}
.post-content {
  padding: 30px;
  z-index: 1;
  position: relative;
}
a.post-cat {
  position: relative;
  font-size: 10px;
  padding: 0 5px;
  background: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.post-cat:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: -8px;
  border-top: 8px solid #1c1c1c;
  border-right: 8px solid transparent;
}
.video-tab .post-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.post-title {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 0;
}
.post-overaly-style .post-title a {
  color: #fff;
}
.post-title a {
  color: #1c1c1c;
  text-decoration: none;
}
.border-red {
  border: 1px solid #d40000;
}
.video-block .nav a {
  text-decoration: none;
}
.video-block .nav .row {
  padding: 5px 10px;
  height: 100%;
}
.video-block .nav h3 {
  color: #ddd;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-content {
  background: white;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  margin: 20px;
  color: black;
}

.main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #dc2626, transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.coming-soon-title {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(1deg, #ffffff, #d40000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  text-align: center;
}

.description {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Contact Information */
.contact-section {
  margin-top: 50px;
}

.contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.contact-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid black;
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-item:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 38, 38, 0.3);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.1);
}

.contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #dc2626, #b91c1c);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.contact-item:hover::before {
  transform: scaleX(1);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  margin: 0 auto 15px;
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.2);
}

.contact-label {
  font-size: 1rem;
  font-weight: 600;
  color: #dc2626;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5;
  word-break: break-word;
}

/* Newsletter Section */
.newsletter-section {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 16px;
  padding: 30px;
  margin-top: 40px;
}

.newsletter-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.newsletter-desc {
  color: #a3a3a3;
  margin-bottom: 25px;
  font-size: 1rem;
}

.email-form {
  display: flex;
  gap: 15px;
  max-width: 400px;
  margin: 0 auto;
}

.email-input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: #ffffff;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.email-input::placeholder {
  color: #a3a3a3;
}

.email-input:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.notify-btn {
  padding: 14px 28px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border: none;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  white-space: nowrap;
}

.notify-btn:hover {
  background: linear-gradient(135deg, #b91c1c, #991b1b);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

@media (max-width: 767.98px) {
  .main-content {
    padding: 40px 25px;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .description {
    font-size: 1.1rem;
  }
  .mySwiper {
    position: relative;
    margin: 10px 0;
    padding: 0px !important;
    /* max-width: calc(100% - 90px); */
  }
  .sticky-header-mobile {
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0px);
    transition: all 1s ease 0s;
    width: 100%;
    background: #000;
    z-index: 9999;
    margin: 0 !important;
  }
  .sticky-header-mobile i {
    color: white;
  }
  .search-container {
    position: relative;
    width: auto;
    display: inline-block;
  }
  .search-bar {
    /* position: absolute; */
    width: calc(100vw - 40vw);
    /* right: -42px;
    background: white;
    padding: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 5px;
    border-radius: 4px;
    top: 27px; */
  }
  .topbar-social {
    justify-content: center !important;
    margin-top: 10px;
  }
  .sticky-header-mobile .logo {
    display: none;
  }
  .sticky-header-mobile .search-bar {
    position: absolute;
    width: calc(100vw - 18vw) !important;
    right: -7px;
    background: white;
    padding: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 5px;
    border-radius: 4px;
    top: -25px;
  }
  .header-topbar .row > div {
    text-align: center;
  }
  .sticky-header-mobile .col-3,
  .sticky-header-mobile .col-9 {
    margin-top: 0;
  }
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
