/* Highxbrand Modern Custom Styles */

/* --- Info Header --- */
.hxb-top-info-header {
  background: #001736;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hxb-top-info-header .info-item {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
  transition: all 0.3s ease;
}

.hxb-top-info-header .info-item i {
  color: #ff4f81;
  margin-right: 8px;
  font-size: 16px;
  display: inline-block !important;
}

.hxb-top-info-header .info-item a {
  color: #fff;
  text-decoration: none;
}

.hxb-top-info-header .info-item:hover {
  color: #ff4f81;
}

.hxb-top-info-header .info-item:hover a {
  color: #ff4f81;
}

/* --- Mega Menu Redesign --- */
@media (min-width: 992px) {
  .navbar-nav > li {
    position: static !important;
  }

  .hxb-mega-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(20px) !important;
    width: 1000px !important;
    background: #fff !important;
    border-radius: 24px !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.12) !important;
    padding: 40px !important;
    display: flex !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    z-index: 1000 !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
  }

  li:hover > .hxb-mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  .hxb-mega-links {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-right: 40px;
    border-right: 1px solid #f0f4f8;
  }

  .hxb-mega-item {
    display: flex !important;
    align-items: center;
    padding: 12px 15px !important;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    background: transparent;
  }

  .hxb-mega-item:hover {
    background: #f4f7ff !important;
  }

  .hxb-mega-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 18px;
    color: #4b6ef5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }

  .hxb-mega-item:hover .hxb-mega-icon {
    background: #4b6ef5;
    color: #fff;
    transform: scale(1.1);
  }

  .hxb-mega-text {
    display: flex;
    flex-direction: column;
  }

  .hxb-mega-title {
    font-weight: 700;
    color: #001736;
    font-size: 15px;
    margin-bottom: 2px;
  }

  .hxb-mega-subtitle {
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.4;
  }

  .hxb-mega-featured {
    width: 320px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
  }

  .hxb-featured-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }

  .hxb-featured-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .hxb-featured-img-wrap:hover .hxb-featured-img {
    transform: scale(1.1);
  }

  .hxb-featured-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 24px;
    border-radius: 20px;
    margin: -50px 20px 0;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
  }

  .hxb-featured-card:hover {
    transform: translateY(-5px);
    background: #fff;
  }

  .hxb-featured-tag {
    font-size: 11px;
    font-weight: 800;
    color: #4b6ef5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
  }

  .hxb-featured-link {
    font-size: 16px;
    color: #001736;
    font-weight: 800;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hxb-featured-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .hxb-featured-link:hover i {
    transform: translateX(5px);
  }
}

/* --- Obsolete Tagline styles removed --- */

/* --- Hero Slider Enhancements removed --- */

/* --- Upcoming Events Slider Redesign --- */
.hxb-events-slider-container {
  padding: 120px 0;
  background-color: #f8faff;
  background-image:
    radial-gradient(
      circle at 10% 20%,
      rgba(75, 110, 245, 0.03) 0%,
      transparent 20%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(255, 79, 129, 0.03) 0%,
      transparent 20%
    );
  position: relative;
  overflow: hidden;
}

.hxb-events-slider-container::before {
  content: "EVENTS";
  position: absolute;
  top: -50px;
  left: -20px;
  font-size: 200px;
  font-weight: 900;
  color: rgba(75, 110, 245, 0.03);
  z-index: 0;
}

.hxb-event-card {
  background: #fff;
  border-radius: 28px;
  padding: 40px;
  margin: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.hxb-event-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 80px rgba(75, 110, 245, 0.12);
}

.hxb-event-date {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: rgba(75, 110, 245, 0.08);
  color: #4b6ef5;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 25px;
  width: fit-content;
}

.hxb-event-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #001736;
  line-height: 1.3;
}

.hxb-event-guest {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.hxb-event-footer {
  border-top: 1px solid #f1f5f9;
  padding-top: 20px;
  margin-top: auto;
}

.hxb-events-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.hxb-events-carousel .owl-nav button {
  width: 60px !important;
  height: 60px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
  color: #001736 !important;
  font-size: 20px !important;
}

.hxb-events-carousel .owl-nav button:hover {
  background: #4b6ef5 !important;
  color: #fff !important;
  transform: scale(1.1);
}

/* --- YouTube Reels Section --- */
.hxb-reels-section {
  padding: 120px 0;
  background: #001736;
  position: relative;
  overflow: hidden;
}

.hxb-reels-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(75, 110, 245, 0.1) 0%,
    transparent 70%
  );
  top: -200px;
  right: -200px;
}

.hxb-reel-card {
  height: 550px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hxb-reel-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

.hxb-reel-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hxb-reel-card:hover .hxb-reel-thumb {
  transform: scale(1.1);
}

.hxb-reel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  opacity: 0.9;
}

.hxb-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  transition: all 0.3s ease;
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.4);
  z-index: 10;
}

.hxb-reel-card:hover .hxb-play-icon {
  background: #ff0000;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 50px rgba(255, 0, 0, 0.6);
}

/* --- Premium Marquee --- */
.hxb-marquee-section {
  /* color: #4b6ef5; */
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.hxb-marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
}

.hxb-marquee-item {
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  margin-right: 80px;
  -webkit-text-stroke: 1px #4b6ef5;
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: center;
}

.hxb-marquee-item span {
  color: #fff;
  -webkit-text-stroke: 0;
}

.hxb-marquee-item i {
  font-size: 3rem;
  margin: 0 30px;
  color: #ff4f81;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Video Modal */
.hxb-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
}

.hxb-video-container {
  width: 90%;
  max-width: 450px;
  aspect-ratio: 9/16;
  background: #000;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
}

.hxb-video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.hxb-close-modal {
  position: absolute;
  top: -60px;
  right: 0;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hxb-close-modal:hover {
  color: #ff4f81;
  transform: rotate(90deg);
}

/* --- Floating Social Icons Redesign --- */
.hxb-floating-social {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.hxb-social-item {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.hxb-social-item i {
  font-size: 20px;
  z-index: 2;
}

.hxb-social-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff4f81;
  transform: scale(0);
  transition: transform 0.3s ease;
  border-radius: 50%;
}

.hxb-social-item:hover {
  transform: scale(1.1) translateX(-10px);
}

.hxb-social-item:hover::before {
  transform: scale(1);
}

.hxb-social-item:hover i {
  color: #fff !important;
}

.hxb-social-label {
  position: absolute;
  right: 60px;
  background: #fff;
  color: #001736;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hxb-social-item:hover .hxb-social-label {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* General Spacing Improvements */
section {
  padding: 100px 0 !important;
}

.bg-light {
  background-color: #fcfcfc !important;
}

.h1,
h1 {
  font-weight: 800 !important;
  letter-spacing: -1.5px;
  color: #001736;
}

/* Card Style 03 Enhancement */
.card-style03 {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.card-style03:hover {
  transform: translateY(-10px);
}

.card-style03 .card-body {
  padding: 2.5rem !important;
  border-radius: 0 0 20px 20px;
}

/* --- Modern Utilities & Global Touches --- */
.hxb-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #4b6ef5, #ff4f81);
  margin: 15px auto;
  border-radius: 2px;
}

.hxb-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  background: linear-gradient(
    135deg,
    rgba(75, 110, 245, 0.04) 0%,
    rgba(255, 79, 129, 0.04) 100%
  );
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
  pointer-events: none;
  animation: blobFloat 25s infinite alternate ease-in-out;
}

@keyframes blobFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(100px, 50px) scale(1.1);
  }
}

::selection {
  background: #4b6ef5;
  color: #fff;
}

/* --- Preloader --- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #156077;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* --- Slider Progress Bar --- */
.hxb-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 100;
}

.hxb-slider-progress-bar .progress {
  height: 100%;
  width: 0%;
  background: #156077;
}

/* --- Premium Quote Tagline Section --- */
.hxb-quote-section {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  /* Soft Pink Background */
  overflow: hidden;
  text-align: center;
}

.hxb-quote-section .container {
  position: relative;
  z-index: 10;
}

/* Abstract Blobs */
.hxb-quote-blob {
  position: absolute;
  width: 350px;
  height: 350px;
  filter: blur(200px);
  opacity: 0.8;
  border-radius: 50% 20% 50% 30%;
  z-index: 1;
}

.hxb-quote-blob-left {
  background: linear-gradient(135deg, #156077 0%, #64979a 100%);
  bottom: -100px;
  left: -150px;
  transform: rotate(-15deg);
}

.hxb-quote-blob-right {
  background: linear-gradient(135deg, #156077 0%, #64979a 100%);
  top: -50px;
  right: -100px;
  transform: rotate(25deg);
}

/* Content Styling */
.hxb-quote-icon {
  font-size: 60px;
  color: #2e1a47;
  margin-bottom: 30px;
  opacity: 0.8;
}

.hxb-quote-text {
  font-family: "Playfair Display", serif;
  /* Classic Serif */
  font-size: 3rem;
  font-weight: 700;
  color: #2e1a47;
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto 25px;
}

.hxb-quote-text span {
  color: #156077;
}

.hxb-quote-author {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .hxb-quote-text {
    font-size: 2.2rem;
  }

  .hxb-quote-blob {
    width: 250px;
    height: 250px;
  }
}

/* Secondary Slide 300px */

@media (max-width: 575px) {
  .hxb-quote-text {
    font-size: 1.8rem;
  }

  .hxb-quote-blob {
    width: 150px;
    height: 150px;
  }
}
