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

   ODG Premium Redesign — header/footer (global) + homepage

   Scoped homepage styles under .odg-home

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



:root {

  --odg-navy: #0a1f4d;

  --odg-navy-deep: #061536;

  --odg-navy-mid: #12306e;

  --odg-blue: #1a4fa0;

  --odg-gold: #d4a017;

  --odg-gold-bright: #f0c040;

  --odg-gold-soft: #e8c76a;

  --odg-white: #ffffff;

  --odg-offwhite: #f5f7fb;

  --odg-text: #1a2438;

  --odg-muted: #5c6b84;

  --odg-radius: 14px;

  --odg-radius-sm: 10px;

  --odg-shadow: 0 10px 28px rgba(6, 21, 54, 0.12);

  --odg-shadow-sm: 0 4px 14px rgba(6, 21, 54, 0.08);

  --odg-transition: 0.25s ease;

}



/* ---------- HEADER ---------- */

.odg-header .header-top {

  background: transparent;

  box-shadow: none;

}



.odg-header .odg-utility-bar {

  background: var(--odg-navy-deep);

  color: #dbe4f5;

  font-size: 13px;

  padding: 8px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

}



.odg-header .odg-utility-bar a {

  color: #dbe4f5;

  text-decoration: none;

  transition: color var(--odg-transition);

}



.odg-header .odg-utility-bar a:hover {

  color: var(--odg-gold-bright);

}



.odg-header .odg-utility-welcome {

  opacity: 0.9;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.odg-header .odg-flag-list {

  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  gap: 6px 8px;

  justify-content: center;

  min-width: 0;

}



.odg-header .odg-country-links {

  display: none;

  flex-wrap: nowrap;

  align-items: center;

  gap: 6px 8px;

  justify-content: center;

  min-width: 0;

  width: 100%;

}



.odg-header .odg-country-dropdown {

  display: inline-block;

}



.odg-header .odg-country-dropdown .dropdown-menu .dropdown-item {

  color: var(--odg-navy);

  font-size: 13px;

}



.odg-header .odg-country-dropdown .dropdown-menu .dropdown-item:hover {

  background: #f3f6fb;

  color: var(--odg-gold);

}



.odg-header .odg-country-dropdown .dropdown-menu .dropdown-item img {

  width: 18px;

  height: 12px;

  object-fit: cover;

  margin-right: 6px;

}



.odg-header .odg-flag-list a {

  display: inline-flex;

  align-items: center;

  gap: 4px;

  font-size: 11px;

  line-height: 1;

  padding: 2px 4px;

  border-radius: 4px;

  white-space: nowrap;

  flex-shrink: 0;

}



.odg-header .odg-flag-list img {

  width: 18px;

  height: 12px;

  object-fit: cover;

  border-radius: 2px;

}



.odg-header .odg-countries-col {

  min-width: 0;

}



@media (min-width: 768px) {

  .odg-header .odg-country-dropdown {

    display: none !important;

  }



  .odg-header .odg-country-links {

    display: flex;

  }

}



@media (max-width: 1399.98px) {

  .odg-header .odg-country-links,

  .odg-header .odg-flag-list {

    gap: 4px 6px;

  }

  .odg-header .odg-flag-list a {

    font-size: 10px;

    padding: 2px 3px;

  }

}



@media (max-width: 1199.98px) {

  .odg-header .odg-country-links,

  .odg-header .odg-flag-list {

    gap: 3px 5px;

  }

  .odg-header .odg-flag-list img {

    width: 16px;

    height: 11px;

  }

}



@media (max-width: 991.98px) {

  .odg-header .odg-country-links,

  .odg-header .odg-flag-list {

    gap: 2px 4px;

  }

  .odg-header .odg-flag-list a {

    font-size: 9px;

    padding: 1px 2px;

    gap: 3px;

  }

}



.odg-header .odg-utility-actions {

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 10px;

  flex-wrap: wrap;

}



.odg-header .odg-utility-actions .cart-icon .num {

  background: var(--odg-gold);

  color: var(--odg-navy-deep);

}



.odg-header .odg-utility-actions .dropdown1 .btn,

.odg-header .odg-utility-actions .btn-secondary {

  background: transparent !important;

  border: none !important;

  color: #dbe4f5 !important;

  box-shadow: none !important;

  font-size: 13px;

  padding: 4px 8px;

}



.odg-header .odg-btn-don {

  background: linear-gradient(180deg, var(--odg-gold-bright), var(--odg-gold)) !important;

  color: var(--odg-navy-deep) !important;

  border: none !important;

  font-weight: 700;

  font-size: 12px;

  letter-spacing: 0.04em;

  text-transform: uppercase;

  padding: 8px 16px !important;

  border-radius: 6px !important;

  box-shadow: 0 2px 8px rgba(212, 160, 23, 0.35);

}



.odg-header .odg-btn-don:hover {

  filter: brightness(1.05);

  color: var(--odg-navy-deep) !important;

}



.odg-header .odg-main-nav.navbar {

  background: #ffffff !important;

  padding: 0.55rem 0;

  box-shadow: 0 2px 12px rgba(6, 21, 54, 0.08);

  border-bottom: 1px solid #e8edf5;

}



.odg-header .odg-main-nav .navbar-brand img.logo1,

.navbar-brand img.logo1 {

  width: auto;

  height: auto;

  max-width: 240px;

  max-height: 54px;

  object-fit: contain;

}



@media (max-width: 991.98px) {

  .odg-header .odg-main-nav .navbar-brand img.logo1,

  .navbar-brand img.logo1 {

    max-height: 46px;

    max-width: 190px;

  }

}



@media (max-width: 767.98px) {

  .odg-header .odg-main-nav .navbar-brand img.logo1,

  .navbar-brand img.logo1 {

    max-height: 40px;

    max-width: 158px;

  }

}



@media (max-width: 575.98px) {

  .odg-header .odg-main-nav .navbar-brand img.logo1,

  .navbar-brand img.logo1 {

    max-height: 36px;

    max-width: 140px;

  }

}



.odg-header .odg-main-nav .navbar-nav .nav-link {

  color: var(--odg-navy) !important;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 0.03em;

  text-transform: uppercase;

  padding: 0.55rem 0.55rem !important;

  white-space: nowrap;

}



.odg-header .odg-main-nav .navbar-nav .nav-link:hover,

.odg-header .odg-main-nav .navbar-nav .nav-link.active {

  color: var(--odg-gold) !important;

}



.odg-header .odg-main-nav .dropdown-menu {

  border: none;

  border-radius: var(--odg-radius-sm);

  box-shadow: var(--odg-shadow);

  overflow: hidden;

}



.odg-header .odg-nav-tools {

  display: flex;

  align-items: center;

  gap: 8px;

  margin-left: 8px;

}



.odg-header .odg-tool-btn {

  width: 36px;

  height: 36px;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  color: var(--odg-navy);

  background: #f3f6fb;

  border: 1px solid #e2e8f2;

  text-decoration: none;

  transition: var(--odg-transition);

}



.odg-header .odg-tool-btn:hover {

  color: var(--odg-gold);

  background: #fff8e8;

  border-color: #f0d78a;

}



.odg-header .odg-live-btn {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  background: #E31B23 !important;

  color: #fff !important;

  font-size: 11px !important;

  font-weight: 700 !important;

  letter-spacing: 0.03em;

  text-transform: uppercase;

  padding: 8px 14px !important;

  border-radius: 999px !important;

  border: none !important;

  white-space: nowrap;

  text-decoration: none !important;

  box-shadow: 0 4px 12px rgba(227, 27, 35, 0.35);

}



.odg-header .odg-live-btn:hover {

  background: #c8161d !important;

  color: #fff !important;

}



.odg-header .odg-live-btn.is-offline {

  background: #E31B23 !important;

  color: #fff !important;

  box-shadow: 0 4px 12px rgba(227, 27, 35, 0.35);

  opacity: 0.92;

}



.odg-header .odg-live-dot {

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #fff;

  display: inline-block;

  animation: odg-pulse 1.4s infinite;

}



.odg-header .odg-live-btn.is-offline .odg-live-dot {

  background: #fff;

  animation: none;

  opacity: 0.7;

}



@keyframes odg-pulse {

  0%, 100% { opacity: 1; transform: scale(1); }

  50% { opacity: 0.45; transform: scale(0.85); }

}



.odg-header .navbar-toggler {

  border-color: rgba(10, 31, 77, 0.25);

}



.odg-header .navbar-toggler-icon {

  filter: none;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(10, 31, 77, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}



@media (max-width: 1199.98px) {

  .odg-header .odg-utility-welcome {

    display: none;

  }

  .odg-header .odg-main-nav .navbar-nav .nav-link {

    font-size: 11px;

    padding: 0.45rem 0.4rem !important;

  }

}



@media (max-width: 991.98px) {

  .odg-header .odg-main-nav .navbar-collapse {

    background: #ffffff;

    border-radius: var(--odg-radius-sm);

    padding: 12px;

    margin-top: 10px;

    border: 1px solid #e8edf5;

    box-shadow: var(--odg-shadow-sm);

  }

  .odg-header .odg-main-nav .mobile-close .navbar-toggler,

  .odg-header .odg-main-nav .mobile-close .navbar-toggler i {

    color: var(--odg-navy);

  }

  .odg-header .odg-nav-tools {

    width: 100%;

    justify-content: center;

    margin: 12px 0;

  }

  .odg-header .odg-live-btn {

    width: 100%;

    justify-content: center;

  }

}



@media (max-width: 767.98px) {

  .odg-header .odg-countries-col {

    order: 3;

  }

  .odg-header .odg-flag-list {

    justify-content: flex-start;

  }

  .odg-header .odg-country-dropdown {

    display: inline-block !important;

  }

  .odg-header .odg-country-links {

    display: none !important;

  }

}



/* ---------- FOOTER ---------- */

.odg-footer.footer-section {

  background: linear-gradient(180deg, var(--odg-navy) 0%, var(--odg-navy-deep) 100%);

  padding-top: 56px;

}



.odg-footer .logo-f {

  max-height: 72px;

  width: auto;

  height: auto;

  max-width: 100%;

  object-fit: contain;

}



@media (max-width: 767.98px) {

  .odg-footer .logo-f {

    max-height: 56px;

    max-width: 200px;

  }

}



.odg-footer h4,

.odg-footer .odg-footer-title {

  color: var(--odg-gold-soft) !important;

  font-size: 14px;

  letter-spacing: 0.08em;

  margin-bottom: 18px;

}



.odg-footer .nav-f .nav-link {

  color: rgba(255, 255, 255, 0.82);

  padding: 0.28rem 0;

  font-size: 14px;

}



.odg-footer .nav-f .nav-link:hover {

  color: var(--odg-gold-bright);

}



.odg-footer .odg-social a {

  width: 36px;

  height: 36px;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: rgba(255, 255, 255, 0.08);

  color: #fff;

  margin-right: 6px;

  transition: var(--odg-transition);

}



.odg-footer .odg-social a:hover {

  background: var(--odg-gold);

  color: var(--odg-navy-deep);

}



.odg-footer .odg-footer-cta {

  display: inline-block;

  margin-top: 12px;

  background: linear-gradient(180deg, var(--odg-gold-bright), var(--odg-gold));

  color: var(--odg-navy-deep) !important;

  font-size: 14px;

  letter-spacing: 0.04em;

  padding: 10px 18px;

  border-radius: 6px;

  text-decoration: none;

}



.odg-footer .footer-copy {

  margin-top: 40px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  padding: 18px 0;

  background: rgba(0, 0, 0, 0.2);

}



.odg-footer .footer-copy p,

.odg-footer .footer-copy a {

  color: rgba(255, 255, 255, 0.75);

}



/* ---------- HOMEPAGE ---------- */

.odg-home {

  background: var(--odg-offwhite);

  color: var(--odg-text);

}



.odg-home .odg-section-title {

  font-family: 'Oswald', 'Playfair Display', sans-serif;

  font-weight: 700;

  letter-spacing: 0.04em;

  text-transform: uppercase;

  color: var(--odg-navy);

  margin-bottom: 8px;

}



.odg-home .odg-section-sub {

  color: var(--odg-muted);

  margin-bottom: 0;

}



.odg-home .odg-hr {

  width: 64px;

  height: 3px;

  background: linear-gradient(90deg, var(--odg-gold), transparent);

  border: 0;

  margin: 12px 0 24px;

}



.odg-home .odg-hr.center {

  margin-left: auto;

  margin-right: auto;

}



/* Hero */

.odg-home .banner-section {

  min-height: 480px;

  background: var(--odg-navy-deep);

}



.odg-home .banner-section .swiper-banner {

  min-height: 480px;

}



.odg-home .banner-section .swiper-slide {

  position: relative;

  min-height: 480px;

  overflow: hidden;

}



.odg-home .banner-section .swiper-slide > img,

.odg-home .banner-section .swiper-slide > video {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.odg-home .banner-section .swiper-slide::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(90deg, rgba(6, 21, 54, 0.88) 0%, rgba(6, 21, 54, 0.55) 55%, rgba(6, 21, 54, 0.35) 100%);

  z-index: 1;

}



.odg-home .banner-section .text-div {

  position: relative;

  z-index: 2;

  min-height: 480px;

  padding: 48px 0;

}



.odg-home .banner-section .text-box {

  max-width: 640px;

}



.odg-home .banner-section .txt1 {

  font-family: 'Oswald', sans-serif;

  font-size: clamp(1.75rem, 3.5vw, 3rem) !important;

  color: var(--odg-gold-bright) !important;

  letter-spacing: 0.02em;

  line-height: 1.15;

}



.odg-home .banner-section .text-box > p {

  font-size: 16px !important;

  text-transform: none !important;

  opacity: 0.92;

  max-width: 520px;

  line-height: 1.55;

}

.banner-section .odg-btn-gold {
    background: linear-gradient(24deg, #d4a017, #fae08a, #fae08a);
    font-size: 14px;
    padding: 8px 20px;
}
.banner-section .odg-btn-outline{
    font-size: 14px;
    border-color: #d4a017;
    padding: 8px 20px;
    border-color: #fae08a;
}
.banner-section .odg-btn-gold i {
    font-size: 1.4rem;
}
.banner-section .odg-btn-outline i {
    color: #d4a017;
    font-size: 1.4rem;
}



.odg-home .odg-hero-ctas {

  gap: 12px;

}



.odg-home .odg-btn-gold {

  background: linear-gradient(180deg, var(--odg-gold-bright), var(--odg-gold));

  color: var(--odg-navy-deep);

  font-size: 14px;

  letter-spacing: 0.04em;

  padding: 12px 22px;

  border-radius: 8px;

  border: none;

  text-decoration: none;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  transition: var(--odg-transition);

  box-shadow: 0 6px 16px rgba(212, 160, 23, 0.35);

}



.odg-home .odg-btn-gold:hover {

  filter: brightness(1.06);

  color: var(--odg-navy-deep);

}



.odg-home .odg-btn-outline {

  background: transparent;

  color: #fff;

  font-size: 14px;

  letter-spacing: 0.04em;

  padding: 11px 20px;

  border-radius: 8px;

  border: 2px solid rgba(255, 255, 255, 0.65);

  text-decoration: none;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  transition: var(--odg-transition);

}



.odg-home .odg-btn-outline:hover {

  border-color: var(--odg-gold-bright);

  color: var(--odg-gold-bright);

}



.odg-home .banner-section .swiper-button-next,

.odg-home .banner-section .swiper-button-prev {

  color: var(--odg-gold-bright);

}



/* Quick destinations */

.odg-home .odg-quick-wrap {

  margin-top: -48px;

  position: relative;

  z-index: 5;

  padding-bottom: 24px;

}



.odg-home .odg-quick-panel {

  background: #fff;

  border-radius: 18px;

  box-shadow: var(--odg-shadow);

  padding: 28px 24px 24px;

}



.odg-home .odg-quick-panel h2 {

  font-size: clamp(1.25rem, 2.2vw, 1.65rem);

  font-family: 'Oswald', sans-serif;

  letter-spacing: 0.04em;

  color: var(--odg-navy);

  margin-bottom: 22px;

}



.odg-home .odg-quick-grid {

  display: grid;

  grid-template-columns: repeat(10, minmax(0, 1fr));

  gap: 8px 6px;

}



.odg-home .odg-quick-card {

  display: flex;

  flex-direction: column;

  align-items: center;

  text-decoration: none;

  color: var(--odg-text);

  background: #ffffff;

  border: 1px solid #e8e8e8;

  border-radius: 8px;

  padding: 10px 4px 8px;

  min-height: auto;

  transition: var(--odg-transition);

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

  outline: none !important;

  -webkit-tap-highlight-color: transparent;

}



.odg-home .odg-quick-card:visited,

.odg-home .odg-quick-card:link {

  border-color: #e8e8e8;

  outline: none !important;

  color: var(--odg-text);

}



.odg-home .odg-quick-card:hover {

  transform: translateY(-2px);

  color: var(--odg-navy);

  border-color: #e0e0e0;

  box-shadow: 0 4px 12px rgba(10, 31, 77, 0.08);

}



.odg-home .odg-quick-card:focus,

.odg-home .odg-quick-card:focus-visible,

.odg-home .odg-quick-card:active,

.odg-home .odg-quick-card.active,

.odg-home .odg-quick-card:focus-within {

  outline: none !important;

  border: 1px solid #e8e8e8 !important;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;

  color: var(--odg-text);

}



.odg-home .odg-quick-card:hover:focus,

.odg-home .odg-quick-card:hover:focus-visible {

  border-color: #e0e0e0 !important;

  box-shadow: 0 4px 12px rgba(10, 31, 77, 0.08) !important;

}



.odg-home .odg-quick-card .icon {

  width: 52px;

  height: 52px;

  margin-bottom: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: none;

  border-radius: 8px;

  background: transparent;

  flex-shrink: 0;

  box-shadow: none;

  overflow: hidden;

  padding: 4px;

  outline: none;

}



.odg-home .odg-quick-card .icon img,

.odg-home .odg-quick-card .icon .odg-quick-icon {

  width: 40px;

  height: 40px;

  max-width: 40px;

  max-height: 40px;

  object-fit: contain;

  display: block;

  flex-shrink: 0;

}



.odg-home .odg-quick-card .icon .odg-quick-icon {

  overflow: visible;

}



.odg-home .odg-quick-card:hover .icon {

  border: none;

  box-shadow: none;

}



.odg-home .odg-quick-card h5 {

  font-size: 12px;

  line-height: 1.3;

  margin: 0;

  color: #0a1f4d;

  letter-spacing: 0;

}



.odg-home .odg-trust-row {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 12px;

  margin-top: 18px;

}



.odg-home .odg-trust-item {

  display: flex;

  align-items: center;

  gap: 12px;

  background: var(--odg-offwhite);

  border-radius: 12px;

  padding: 12px 14px;

}



.odg-home .odg-trust-item i {

  color: var(--odg-gold);

  font-size: 20px;

}



.odg-home .odg-trust-item p {

  margin: 0;

  line-height: 1.25;

}



.odg-home .odg-trust-item .t-title {

  font-weight: 700;

  font-size: 14px;

  color: var(--odg-navy);

}



.odg-home .odg-trust-item .t-sub {

  font-size: 13px;

  color: var(--odg-muted);

}



/* Live hub */

.odg-home .odg-live-hub {

  background: transparent;

  padding: 28px 0 52px;

  color: #fff;

}



.odg-home .odg-live-hub-panel {

  position: relative;

  overflow: hidden;

  background:

    radial-gradient(ellipse at 12% 0%, rgba(58, 120, 220, 0.28) 0%, transparent 52%),

    radial-gradient(ellipse at 88% 100%, rgba(26, 79, 160, 0.32) 0%, transparent 48%),

    linear-gradient(160deg, #061536 0%, #0a1f4d 48%, #12306e 100%);

  border: 1px solid rgba(240, 192, 64, 0.18);

  border-radius: 20px;

  padding: 22px 20px;

  box-shadow: 0 18px 40px rgba(6, 21, 54, 0.28);

  background: url(../images/background1.png) center / cover no-repeat;
}



.odg-home .odg-live-hub-grid {

  display: grid;

  grid-template-columns: minmax(0, 1.95fr) minmax(0, 1.15fr) minmax(0, 0.95fr);

  gap: 18px;

  align-items: stretch;

}



.odg-home .odg-live-hub-title {

  display: flex;

  align-items: center;

  gap: 10px;

  margin: 0 0 14px;

  padding: 0;

  color: #ffffff;

  font-size: clamp(1.15rem, 1.8vw, 1.4rem);

  font-family: 'Oswald', sans-serif;

  letter-spacing: 0.06em;

  line-height: 1.2;

  position: relative;

  z-index: 2;

}



.odg-home .odg-live-hub-dot {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background: #E31B23;

  flex-shrink: 0;

  display: inline-block;

  box-shadow: 0 0 0 3px rgba(227, 27, 35, 0.28);

  animation: odg-pulse 1.4s infinite;

}



.odg-home .odg-live-hub .odg-section-title {

  color: #fff;

}



.odg-home .odg-live-badge {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  background: #E31B23;

  color: #fff;

  font-size: 12px;

  letter-spacing: 0.05em;

  padding: 6px 12px;

  border-radius: 999px;

  margin-bottom: 0;

}



.odg-home .odg-live-badge-thumb {

  position: absolute;

  top: 12px;

  left: 12px;

  z-index: 3;

  margin: 0;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);

}



.odg-home .odg-live-badge-thumb.is-offline {

  background: #6c757d;

}



.odg-home .odg-live-main {

  display: flex;

  flex-direction: column;

  min-width: 0;

  background: transparent;

  border: none;

  border-radius: 0;

  overflow: visible;

  height: 100%;

}



.odg-home .odg-live-thumb {

  position: relative;

  aspect-ratio: 16 / 9;

  background: #000;

  overflow: hidden;

  border-radius: 14px;

  border: 1px solid var(--odg-gold);

  box-shadow: 0 0 24px rgba(240, 192, 64, 0.18);

}



.odg-home .odg-live-thumb img,

.odg-home .odg-live-thumb video {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.odg-home .odg-live-thumb .play-overlay {

  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(6, 21, 54, 0.28);

  color: #fff;

  font-size: 48px;

  text-decoration: none;

  z-index: 2;

  transition: var(--odg-transition);

}



.odg-home .odg-live-thumb .play-overlay:hover {

  background: rgba(6, 21, 54, 0.4);

  color: var(--odg-gold-bright);

}



.odg-home .odg-live-body {

  padding: 16px 2px 4px;

  flex: 1 1 auto;

  display: flex;

  flex-direction: column;

}



.odg-home .odg-live-body h3 {

  font-size: clamp(1.2rem, 2vw, 1.5rem);

  color: #fff;

  margin: 0 0 6px;

  line-height: 1.3;

}



.odg-home .odg-live-body .meta {

  color: var(--odg-gold-bright);

  font-size: 15px;

  margin: 0 0 8px;

}



.odg-home .odg-live-theme {

  color: rgba(255, 255, 255, 0.86);

  font-size: 15px;

  line-height: 1.45;

  margin: 0 0 14px;

}




.odg-home .odg-chip-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 6px;

  padding: 9px 14px;

  border-radius: 8px;

  font-size: 14px;

  letter-spacing: 0.02em;

  text-decoration: none;

  color: #fff;

  background: transparent;

  border: 1px solid rgba(255, 255, 255, 0.55);

  transition: var(--odg-transition);

  white-space: nowrap;

}



.odg-home .odg-chip-btn:hover {

  background: rgba(255, 255, 255, 0.1);

  color: var(--odg-gold-bright);

  border-color: var(--odg-gold-bright);

}



.odg-home .odg-chip-btn.gold {

  background: linear-gradient(180deg, var(--odg-gold-bright), var(--odg-gold));

  color: var(--odg-navy-deep);

  border: none;

  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.35);

}



.odg-home .odg-chip-btn.gold:hover {

  color: var(--odg-navy-deep);

  filter: brightness(1.05);

}



.odg-home .odg-upcoming {

  background: rgb(0 0 0 / 50%);

  border: 1px solid rgba(255, 255, 255, 0.16);

  border-radius: 16px;

  padding: 18px 16px 16px;

  height: 100%;

  min-width: 0;

  display: flex;

  flex-direction: column;

}



.odg-home .odg-upcoming h4 {

  font-size: 15px;

  letter-spacing: 0.08em;

  color: #fff;

  font-family: 'Oswald', sans-serif;

  margin: 0 0 14px;

}



.odg-home .odg-upcoming-list {

  flex: 1 1 auto;

}



.odg-home .odg-up-item {

  display: flex;

  gap: 12px;

  align-items: center;

  text-decoration: none;

  color: #fff;

  padding: 10px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  transition: var(--odg-transition);

  min-width: 0;

}



.odg-home .odg-up-item:first-child {

  padding-top: 0;

}



.odg-home .odg-up-item:last-child {

  border-bottom: 0;

}



.odg-home .odg-up-item:hover {

  color: var(--odg-gold-bright);

}



.odg-home .odg-up-item img {

  width: 86px;

  height: 58px;

  object-fit: cover;

  border-radius: 8px;

  flex-shrink: 0;

  border: 1px solid var(--odg-gold-soft);

}



.odg-home .odg-up-item > div {

  min-width: 0;

}



.odg-home .odg-up-item .u-title {

  font-size: 14px;

  margin: 0 0 4px;

  line-height: 1.3;

  color: #fff;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



.odg-home .odg-up-item:hover .u-title {

  color: var(--odg-gold-bright);

}



.odg-home .odg-up-item .u-meta {

  font-size: 13px;

  color: rgba(255, 255, 255, 0.65);

  margin: 0;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.odg-home .odg-upcoming-cta {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 12px;

  padding: 10px 12px;

  border-radius: 8px;

  border: 1px solid var(--odg-gold);

  color: var(--odg-gold-bright);

  text-decoration: none;

  font-size: 13px;

  letter-spacing: 0.06em;

  background: rgba(6, 21, 54, 0.35);

  transition: var(--odg-transition);

}



.odg-home .odg-upcoming-cta:hover {

  background: rgba(240, 192, 64, 0.12);

  color: var(--odg-gold-bright);

}



.odg-home .odg-need {

  position: relative;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: stretch;

  height: 100%;

  min-width: 0;

  min-height: 280px;

  padding: 22px 18px 20px;

  border-radius: 16px;

  border: 1px solid rgba(255, 255, 255, 0.28);

  /*background:

    linear-gradient(180deg, rgba(6, 21, 54, 0.42) 0%, rgba(6, 21, 54, 0.72) 48%, rgba(6, 21, 54, 0.88) 100%),

    url('../images/cross-globe.png') center/cover no-repeat;*/
  background: url(../images/cross-globe.png) center / cover no-repeat;

  box-sizing: border-box;

}

.odg-need > * {

    transform: translateY(-100px);

}

.odg-home .odg-need-inner {

  position: relative;

  z-index: 1;

  align-items: stretch;

  justify-content: center;

  min-width: 0;

}



.odg-home .odg-need h4 {

  display: block;

  visibility: visible;

  opacity: 1;

  color: #fff;

  font-family: 'Oswald', sans-serif;

  font-size: clamp(1.35rem, 2vw, 1.65rem);

  letter-spacing: 0.06em;

  line-height: 1.2;

  margin: 0 0 8px;

  padding: 0;

}



.odg-home .odg-need p {

  font-size: 15px;

  line-height: 1.45;

  color: rgba(255, 255, 255, 0.92);

  margin: 0 0 16px;

  opacity: 1;

}



.odg-home .odg-need .form-select {

  appearance: none;

  -webkit-appearance: none;

  width: 100%;

  max-width: 100%;

  min-width: 0;

  min-height: 46px;

  height: 46px;

  margin: 0 0 12px;

  padding: 10px 38px 10px 14px;

  border-radius: 8px;

  border: 1px solid rgba(255, 255, 255, 0.45);

  background-color: rgba(0, 0, 0, 0.48);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 14px center;

  background-size: 12px 8px;

  color: #fff;

  font-size: 15px;

  font-weight: 500;

  line-height: 1.35;

  text-overflow: clip;

  white-space: nowrap;

  box-shadow: none;

}



.odg-home .odg-need .form-select:focus {

  border-color: rgba(240, 192, 64, 0.75);

  box-shadow: 0 0 0 2px rgba(240, 192, 64, 0.18);

  outline: none;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.58);

}



.odg-home .odg-need .form-select option {

  color: var(--odg-navy);

  background: #fff;

}



.odg-home .odg-need .odg-btn-gold {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  max-width: 100%;

  min-height: 46px;

  height: auto;

  margin: 0;

  padding: 10px 12px;

  border-radius: 8px;

  color: var(--odg-navy-deep);

  font-size: 13px;

  line-height: 1.2;

  letter-spacing: 0.04em;

  text-align: center;

  white-space: nowrap;

  overflow: hidden;

  box-sizing: border-box;

}



@media (max-width: 1199.98px) {

  .odg-home .odg-need {

    padding: 20px 16px 18px;

    min-height: 260px;

  }

  .odg-home .odg-need h4 {

    font-size: clamp(1.25rem, 2vw, 1.5rem);

  }

  .odg-home .odg-need .form-select {

    min-height: 44px;

    height: 44px;

  }

  .odg-home .odg-need .odg-btn-gold {

    min-height: 44px;

    height: auto;

  }

}



@media (max-width: 767.98px) {

  .odg-need > * {

    transform: none;

  }

  .odg-home .odg-need {

    height: auto;

    min-height: 0;

    padding: 24px 20px 22px;

    justify-content: center;

  }

  .odg-home .odg-need-inner {

    justify-content: center;

  }

  .odg-home .odg-need h4 {

    font-size: 1.35rem;

    max-width: 8.5em;

    margin-left: auto;

    margin-right: auto;

  }

  .odg-home .odg-need p {

    font-size: 15px;

    margin-bottom: 14px;

  }

  .odg-home .odg-need .form-select {

    min-height: 46px;

    height: 46px;

    white-space: normal;

  }

  .odg-home .odg-need .odg-btn-gold {

    min-height: 46px;

    height: auto;

    white-space: nowrap;

  }

}



/* Programs */

.odg-home .odg-programs {

  padding: 40px 0 44px;

  background: var(--odg-offwhite);

}



.odg-home .odg-programs-head {

  margin: 0 0 22px;

}



.odg-home .odg-programs-title {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin: 0;

  padding: 0;

  color: var(--odg-navy);

  font-size: clamp(1.35rem, 2.2vw, 1.7rem);

  font-family: 'Oswald', sans-serif;

  letter-spacing: 0.05em;

  line-height: 1.2;

  white-space: nowrap;

}



.odg-home .odg-programs-dot {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background: #E31B23;

  flex-shrink: 0;

  display: inline-block;

}



.odg-home .odg-programs-filters {

  min-width: 0;

  overflow-x: auto;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;

}



.odg-home .odg-programs-filters::-webkit-scrollbar {

  display: none;

}



.odg-home .odg-prog-filter {

  padding: 8px 14px;

  color: var(--odg-navy);

  font-size: 13px;

  letter-spacing: 0.04em;

  border: none;

  background: transparent;

  transition: var(--odg-transition);

}



.odg-home .odg-prog-filter:hover {

  color: var(--odg-navy);

  background: #e8edf5;

}



.odg-home .odg-prog-filter.is-active {

  background: var(--odg-navy);

  color: #fff;

}



.odg-home .odg-programs-slider {

  padding: 0 8px;

  margin: 0 0 26px;

}



.odg-home .odg-programs-slider .swiper-programs {

  overflow: hidden;

}



.odg-home .odg-programs-slider .swiper-slide {

  height: auto;

}



.odg-home .odg-programs-slider .swiper-button-prev,

.odg-home .odg-programs-slider .swiper-button-next {

  color: var(--odg-navy);

  width: 36px;

  height: 36px;

  background: #fff;

  border-radius: 50%;

  box-shadow: var(--odg-shadow-sm);

  border: 1px solid #e8edf5;

  top: 42%;

  margin-top: -18px;

}



.odg-home .odg-programs-slider .swiper-button-prev::after,

.odg-home .odg-programs-slider .swiper-button-next::after {

  font-size: 14px;

  font-weight: 700;

}



.odg-home .odg-programs-slider .swiper-button-prev {

  left: -8px;

}



.odg-home .odg-programs-slider .swiper-button-next {

  right: -8px;

}




.odg-home .odg-program-card {

  position: relative;

  border-radius: 12px;

  overflow: hidden;

  min-height: 0;

  box-shadow: 0 6px 18px rgba(6, 21, 54, 0.08);

  background: #fff;

  border: 1px solid #e6e8ee;

  height: 100%;

  display: flex;

  flex-direction: column;

  transition: var(--odg-transition);

}



.odg-home .odg-program-card:hover {

  transform: translateY(-4px);

  box-shadow: 0 12px 24px rgba(6, 21, 54, 0.14);

}



.odg-home .odg-program-card .img {

  position: relative;

  aspect-ratio: 4 / 3;

  overflow: hidden;

  flex-shrink: 0;

  background: var(--odg-navy-deep);

}



.odg-home .odg-program-card .img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.odg-home .odg-program-card .img::after {

  content: none;

}



.odg-home .odg-program-badge {

  position: absolute;

  top: 10px;

  left: 50%;

  transform: translateX(-50%);

  z-index: 3;

  background: #1a4fa0;

  color: #fff;

  font-size: 12px;

  letter-spacing: 0.05em;

  padding: 5px 11px;

  border-radius: 6px;

  white-space: nowrap;

  max-width: calc(100% - 16px);

  overflow: hidden;

  text-overflow: ellipsis;

  box-shadow: 0 2px 8px rgba(6, 21, 54, 0.25);

}



.odg-home .odg-program-badge.is-today {

  background: linear-gradient(180deg, var(--odg-gold-bright), var(--odg-gold));

  color: var(--odg-navy-deep);

}



.odg-home .odg-program-card .text {

  position: relative;

  z-index: 2;

  margin-top: 0;

  padding: 14px 12px 16px;

  color: #fff;

  background: var(--odg-navy);

  display: flex;

  flex-direction: column;

  align-items: center;

  flex: 1 1 auto;

}



.odg-home .odg-program-card .status-pill,

.odg-home .odg-program-status {

  display: block;

  background: none;

  border: none;

  font-size: 14px;

  font-weight: 500;

  padding: 0;

  margin: 0 0 8px;

  color: rgba(255, 255, 255, 0.88);

  line-height: 1.3;

}



.odg-home .odg-program-card h4 {

  font-size: 1.05rem;

  font-family: inherit;

  margin: 0 0 6px;

  line-height: 1.3;

  color: #fff;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  min-height: 2.5em;

}



.odg-home .odg-program-time {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 6px;

  margin: 0 0 12px;

  font-size: 14px;

  color: rgba(255, 255, 255, 0.92);

}



.odg-home .odg-program-card .odg-btn-gold {

  margin-top: auto;

  padding: 8px 18px;

  font-size: 13px;

  border-radius: 7px;

  width: 100%;

  max-width: 160px;

  justify-content: center;

  box-shadow: 0 4px 10px rgba(212, 160, 23, 0.28);

}



.odg-home .odg-btn-wide {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  min-width: 280px;

  padding: 11px 28px;

  border: 1.5px solid var(--odg-navy);

  color: var(--odg-navy);

  background: #fff;

  font-size: 14px;

  letter-spacing: 0.05em;

  border-radius: 999px;

  text-decoration: none;

  transition: var(--odg-transition);

}



.odg-home .odg-btn-wide:hover {

  background: var(--odg-navy);

  color: #fff;

}



/* Content grid */

.odg-home .odg-content-grid {

  padding: 28px 0 24px;

  overflow: visible;

}



.odg-home .odg-content-row > [class*="col-"] {

  min-width: 0;

  max-width: 100%;

}



.odg-home .odg-panel {

  background: #fff;

  border-radius: 10px;

  box-shadow: none;

  padding: 16px 14px 14px;

  max-width: 100%;

  min-width: 0;

  border: 1px solid #e8e8e8;

  z-index: 1;

}



.odg-home .odg-panel-head {

  margin-bottom: 14px;

  padding-bottom: 10px;

  border-bottom: 1px solid #eef2f8;

}



.odg-home .odg-panel-head h3,

.odg-home .odg-panel h3 {

  flex: 1 1 auto;

  min-width: 0;

  font-size: 14px;

  letter-spacing: 0.04em;

  color: var(--odg-navy);

  margin: 0;

  padding: 0;

  border: 0;

  line-height: 1.35;

}



.odg-home .odg-panel-more {

  flex: 0 0 auto;

  font-size: 12px;

  letter-spacing: 0.04em;

  color: var(--odg-navy);

  text-decoration: none;

  white-space: nowrap;

  line-height: 1.35;

  margin-left: 4px;

}



.odg-home .odg-panel-more:hover {

  color: var(--odg-gold);

}



.odg-home .odg-panel-body {

  flex: 1 1 auto;

  display: flex;

  flex-direction: column;

  min-height: 0;

  min-width: 0;

  width: 100%;

  overflow: hidden;

}



.odg-home .odg-list-item {

  display: flex;

  gap: 10px;

  align-items: center;

  text-decoration: none;

  color: var(--odg-text);

  padding: 8px 0;

  border-bottom: 1px solid #eef2f8;

  transition: var(--odg-transition);

  min-width: 0;

}



.odg-home .odg-list-item:last-of-type {

  border-bottom: 0;

}



.odg-home .odg-list-item:hover {

  color: var(--odg-navy);

}



.odg-home .odg-list-thumb {
    position: relative;
    width: 90px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #0a1f4d;
}



.odg-home .odg-list-thumb img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.odg-home .odg-list-play {

  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 24px;

  background: rgba(6, 21, 54, 0.28);

}



.odg-home .odg-list-play.large {

  font-size: 22px;

  background: rgba(6, 21, 54, 0.32);

}



.odg-home .odg-list-text {

  min-width: 0;

  flex: 1 1 auto;

}



.odg-home .odg-list-item .li-title {

  font-size: 14px;

  margin: 0 0 2px;

  line-height: 1.3;

  color: var(--odg-navy);

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

}



.odg-home .odg-list-item .li-meta {

  font-size: 13px;

  color: #7a8699;

  margin: 0;

  line-height: 1.3;

}



.odg-home .odg-panel-footer {

  margin-top: auto;

  padding-top: 12px;

  flex-shrink: 0;

}



.odg-home .odg-btn-outline-navy {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  padding: 9px 12px;

  border: 1px solid var(--odg-navy);

  border-radius: 8px;

  color: var(--odg-navy);

  font-size: 13px;

  letter-spacing: 0.04em;

  text-decoration: none;

  background: #fff;

  transition: var(--odg-transition);

}



.odg-home .odg-btn-outline-navy:hover {

  background: var(--odg-navy);

  color: #fff;

}



/* Featured books slider — contained inside card */

.odg-home .odg-book-feature {

  overflow: hidden;

}



.odg-home .odg-book-body {

  justify-content: center;

  align-items: center;

  overflow: hidden;

}



.odg-home .odg-book-slider {

  position: relative;

  width: 100%;

  max-width: 100%;

  min-width: 0;

  padding: 0 28px 4px;

  box-sizing: border-box;

  overflow: hidden;

}



.odg-home .odg-book-slider .swiper-featured-books {

  width: 100%;

  max-width: 100%;

  overflow: hidden;

  padding-bottom: 26px;

}



.odg-home .odg-book-slider .swiper-slide {

  width: 100% !important;

  height: auto;

  box-sizing: border-box;

}



.odg-home .odg-book-slide {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 100%;

  max-width: 100%;

  box-sizing: border-box;

}



.odg-home .odg-book-cover {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 150px;

  max-width: 100%;

  height: 190px;

  margin: 0 auto 12px;

  overflow: hidden;

}



.odg-home .odg-book-cover img {

  width: auto !important;

  height: auto !important;

  max-width: 150px !important;

  max-height: 190px !important;

  object-fit: contain;

  display: block;

  margin: 0 auto;

  border-radius: 4px;

  box-shadow: 0 6px 16px rgba(6, 21, 54, 0.16);

}



.odg-home .odg-book-price {

  font-size: 16px;

  color: var(--odg-navy);

  margin-bottom: 12px;

  line-height: 1.2;

}



.odg-home .odg-book-cart {

  width: 100%;

  max-width: 180px;

  font-size: 13px;

  padding: 9px 12px;

  box-sizing: border-box;

}



.odg-home .odg-book-nav {

  position: absolute;

  top: 95px;

  transform: translateY(-50%);

  z-index: 5;

  width: 24px;

  height: 24px;

  padding: 0;

  margin: 0;

  border: none;

  background: transparent;

  color: #8a97ab;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  line-height: 1;

}



.odg-home .odg-book-nav::after {

  font-family: swiper-icons;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 0;

  text-transform: none;

  font-variant: initial;

}



.odg-home .odg-book-nav-prev {

  left: 2px;

}



.odg-home .odg-book-nav-prev::after {

  content: "prev";

}



.odg-home .odg-book-nav-next {

  right: 2px;

}



.odg-home .odg-book-nav-next::after {

  content: "next";

}



.odg-home .odg-book-nav:hover {

  color: var(--odg-navy);

}



.odg-home .odg-book-slider .swiper-pagination-featured-books {

  bottom: 0 !important;

  left: 0;

  width: 100%;

}



.odg-home .odg-book-slider .swiper-pagination-bullet {

  background: #c9d2e0;

  opacity: 1;

  width: 7px;

  height: 7px;

  margin: 0 3px !important;

}



.odg-home .odg-book-slider .swiper-pagination-bullet-active {

  background: var(--odg-navy);

}



/* Testimonials */

.odg-home .odg-testi-main {

  display: block;

  text-decoration: none;

  color: inherit;

  margin-bottom: 12px;

  min-width: 0;

}



.odg-home .odg-testi-media {

  position: relative;

  border-radius: 8px;

  overflow: hidden;

  aspect-ratio: 16 / 10;

  background: #0a1f4d;

  margin-bottom: 10px;

  max-width: 100%;

}



.odg-home .odg-testi-media img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.odg-home .odg-testi-title {

  font-size: 15px;

  color: var(--odg-navy);

  margin: 0;

  line-height: 1.35;

}



.odg-home .odg-testi-thumbs {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 8px;

  margin-top: auto;

  width: 100%;

}



.odg-home .odg-testi-thumb {

  display: block;

  border-radius: 6px;

  overflow: hidden;

  aspect-ratio: 1;

  background: #eef2f8;

  min-width: 0;

}



.odg-home .odg-testi-thumb img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



@media (max-width: 1199.98px) {

  .odg-home .odg-book-cover {

    width: 130px;

    height: 168px;

  }

  .odg-home .odg-book-cover img {

    max-width: 130px !important;

    max-height: 168px !important;

  }

  .odg-home .odg-book-nav {

    top: 84px;

  }

}



@media (max-width: 767.98px) {

  .odg-home .odg-book-cover {

    width: 140px;

    height: 180px;

  }

  .odg-home .odg-book-cover img {

    max-width: 140px !important;

    max-height: 180px !important;

  }

}



/* Promo cards */

.odg-home .odg-promo-row {

  padding: 24px 0 64px;

}



.odg-home .odg-promo-card {

  position: relative;

  display: block;

  border-radius: var(--odg-radius);

  overflow: hidden;

  min-height: 220px;

  text-decoration: none;

  color: #fff;

  box-shadow: var(--odg-shadow-sm);

  transition: var(--odg-transition);

}



.odg-home .odg-promo-card:hover {

  transform: translateY(-4px);

  box-shadow: var(--odg-shadow);

  color: #fff;

}



.odg-home .odg-promo-card .bg {

  position: absolute;

  inset: 0;

  background-size: cover;

  background-position: center;

  transition: transform 0.4s ease;

}



.odg-home .odg-promo-card:hover .bg {

  transform: scale(1.05);

}



.odg-home .odg-promo-card::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(180deg, rgba(6, 21, 54, 0.2), rgba(6, 21, 54, 0.88));

}



.odg-home .odg-promo-card .inner {

  position: relative;

  z-index: 2;

  height: 100%;

  min-height: 220px;

  padding: 22px;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  align-items: center;
  text-align: center;
}



.odg-home .odg-promo-card h4 {

  font-family: 'Oswald', sans-serif;

  letter-spacing: 0.04em;

  margin-bottom: 2px;

}



.odg-home .odg-promo-card p {

  font-size: 15px;

  opacity: 0.85;

  margin-bottom: 12px;
  color: #fff;

}



.odg-home .odg-promo-card .cta {

 /* align-self: flex-start;

  background: rgba(255, 255, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.35);

  padding: 6px 12px;

  border-radius: 6px;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 0.04em;

  text-transform: uppercase;*/

}



/* Existing section polish inside homepage */

.odg-home .padding2 {

  padding-top: 48px;

  padding-bottom: 48px;

}



.odg-home .product-01,

.odg-home .product-02,

.odg-home .featured-prayer-box,

.odg-home .galerie-box,

.odg-home .video-box,

.odg-home .books-box {

  border-radius: var(--odg-radius);

  overflow: hidden;

}



.odg-home .email-section {

  background: var(--odg-navy-deep);

}



/* Responsive */

@media (max-width: 1199.98px) {

  .odg-home .odg-quick-grid {

    grid-template-columns: repeat(5, minmax(0, 1fr));

  }

}



@media (max-width: 991.98px) {

  .odg-home .banner-section,

  .odg-home .banner-section .swiper-banner,

  .odg-home .banner-section .swiper-slide,

  .odg-home .banner-section .text-div {

    min-height: 400px;

  }

  .odg-home .odg-trust-row {

    grid-template-columns: repeat(2, 1fr);

  }

  .odg-home .odg-quick-wrap {

    margin-top: -32px;

  }

  .odg-home .odg-live-hub-grid {

    grid-template-columns: 1fr 1fr;

  }

  .odg-home .odg-live-main {

    grid-column: 1 / -1;

  }

  .odg-home .odg-need {

    grid-column: auto;

  }

}



  @media (max-width: 767.98px) {

  .odg-home .odg-programs-slider {

    padding: 0;

  }

  .odg-home .odg-programs-filters {

    width: 100%;

  }

  .odg-home .odg-programs-slider .swiper-button-prev {

    left: 0;

  }

  .odg-home .odg-programs-slider .swiper-button-next {

    right: 0;

  }

  .odg-home .banner-section,

  .odg-home .banner-section .swiper-banner,

  .odg-home .banner-section .swiper-slide,

  .odg-home .banner-section .text-div {

    min-height: 420px;

  }

  .odg-home .banner-section .text-div {

    padding: 32px 0 40px;

    align-items: flex-end !important;

  }

  .odg-home .odg-hero-ctas {

    width: 100%;

  }

  .odg-home .odg-hero-ctas a {

    flex: 1 1 100%;

    justify-content: center;

  }

  .odg-home .odg-quick-grid {

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;

  }

  .odg-home .odg-quick-card {

    min-height: 110px;

  }

  .odg-home .odg-live-hub-grid {

    grid-template-columns: 1fr;

  }

  .odg-home .odg-live-main,

  .odg-home .odg-need {

    grid-column: auto;

  }

  .odg-home .odg-live-actions .odg-chip-btn {

    flex: 1 1 100%;

  }

  .odg-home .odg-up-item img {

    width: 78px;

    height: 54px;

  }

  .odg-home .odg-trust-row {

    grid-template-columns: 1fr;

  }

  .odg-home .odg-btn-wide {

    width: 100%;

    min-width: 0;

  }

}



@media (max-width: 480px) {

  .odg-home .odg-quick-panel {

    padding: 20px 14px 14px;

    border-radius: 14px;

  }

  .odg-home .banner-section .txt1 {

    font-size: 1.55rem !important;

  }

}



/* ---------- Fixed floating CTAs (homepage) ---------- */

.odg-fab-stack {

  position: fixed;

  right: 24px;

  bottom: 24px;

  z-index: 1040; /* above page content, below Bootstrap modals (1055) */

  display: flex;

  flex-direction: column;

  align-items: flex-end;

  gap: 10px;

  pointer-events: none;

}



.odg-fab {

  pointer-events: auto;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  min-height: 48px;

  padding: 10px 24px;

  border-radius: 25px;

  font-size: 14px;

  letter-spacing: 0.04em;

  text-decoration: none !important;

  white-space: nowrap;

  box-shadow: 0 6px 18px rgba(6, 21, 54, 0.22);

  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;

}



.odg-fab:hover {

  transform: translateY(-2px) scale(1.02);

  box-shadow: 0 8px 22px rgba(6, 21, 54, 0.28);

  text-decoration: none !important;

}



.odg-fab-live {

  background: #ed1c24;

  color: #fff !important;

}



.odg-fab-live:hover {

  background: #d0161d;

  color: #fff !important;

  filter: brightness(1.02);

}



.odg-fab-dot {

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #fff;

  display: inline-block;

  flex-shrink: 0;

  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);

  animation: odg-fab-pulse 1.4s infinite;

}



@keyframes odg-fab-pulse {

  0%, 100% { opacity: 1; transform: scale(1); }

  50% { opacity: 0.55; transform: scale(0.85); }

}



.odg-fab-don {

  background: linear-gradient(180deg, #f0c040, #d4a017);

  color: #0a1f4d !important;

}



.odg-fab-don:hover {

  background: linear-gradient(180deg, #e6b52e, #c49210);

  color: #0a1f4d !important;

}



/* Keep clear of typical Tawk chat widget (bottom-right circle) */

@media (min-width: 768px) {

  .odg-fab-stack {

    right: 88px;

    bottom: 24px;

  }

}



@media (max-width: 767.98px) {

  .odg-fab-stack {

    right: 12px;

    bottom: 78px; /* leave room for chat / home gesture area */

    gap: 8px;

  }

  .odg-fab {

    min-height: 42px;

    padding: 8px 16px;

    font-size: 13px;

  }

  .odg-fab-dot {

    width: 7px;

    height: 7px;

  }

}



.login-section .logo-box .logo1,

.login-section img.logo1,

.cancel-logo .logo1 {

  width: auto;

  max-width: 260px;

  max-height: 80px;

  height: auto;

  object-fit: contain;

}



@media (max-width: 575.98px) {

  .login-section .logo-box .logo1,

  .login-section img.logo1,

  .cancel-logo .logo1 {

    max-width: 200px;

    max-height: 64px;

  }

}

.dropdown.fit-width .filter-option {

    color: #ffffff !important;

    opacity: 1 !important;

    visibility: visible !important;

    display: inline-block !important;

}



.dropdown.fit-width .filter-option .flag-icon {

    opacity: 1 !important;

    visibility: visible !important;

}

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

   Language Dropdown Fix

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



.odg-header .odg-utility-bar .dropdown.fit-width {

    position: relative;

}



/* Dropdown box */

.odg-header .odg-utility-bar .dropdown.fit-width .dropdown-menu {

    min-width: 160px !important;

    width: 160px !important;

    padding: 8px 0 !important;

    margin-top: 5px !important;

    background: #ffffff !important;

    border: 1px solid #ddd !important;

    border-radius: 6px !important;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;

    z-index: 99999 !important;

}



/* Remove default UL spacing */

.odg-header .odg-utility-bar .dropdown.fit-width .translation-links {

    list-style: none !important;

    margin: 0 !important;

    padding: 0 !important;

}



/* Each language row */

.odg-header .odg-utility-bar .dropdown.fit-width .translation-links li {

    margin: 0 !important;

    padding: 0 !important;

    width: 100% !important;

}



/* Language links */

.odg-header .odg-utility-bar .dropdown.fit-width .translation-links li a {

    display: flex !important;

    align-items: center !important;

    gap: 10px !important;



    width: 100% !important;

    min-height: 40px !important;

    padding: 8px 14px !important;



    color: #1a2b50 !important;

    background: #ffffff !important;



    font-size: 14px !important;

    font-weight: 500 !important;

    line-height: 1.4 !important;



    text-decoration: none !important;

    opacity: 1 !important;

    visibility: visible !important;



    box-sizing: border-box !important;

}



/* Hover */

.odg-header .odg-utility-bar .dropdown.fit-width .translation-links li a:hover {

    color: #1a2b50 !important;

    background: #f3f5f9 !important;

    text-decoration: none !important;

}



/* Flags */

.odg-header .odg-utility-bar .dropdown.fit-width .translation-links .flag-icon {

    flex: 0 0 auto !important;

    width: 20px !important;

    height: 14px !important;

    display: inline-block !important;

}



/* Current selected language button */

.odg-header .odg-utility-bar .dropdown.fit-width .dropdown-toggle {

    color: #ffffff !important;

    opacity: 1 !important;

}



/* Keep selected language visible */

.odg-header .odg-utility-bar .dropdown.fit-width .dropdown-toggle .filter-option {

    color: #ffffff !important;

    opacity: 1 !important;

    visibility: visible !important;

}

.ellipsis-1{

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

}
.ellipsis-2{

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}


/* Mobile */

@media (max-width: 767px) {

    .odg-header .odg-utility-bar .dropdown.fit-width .dropdown-menu {

        min-width: 145px !important;

        width: 145px !important;

    }



    .odg-header .odg-utility-bar .dropdown.fit-width .translation-links li a {

        font-size: 13px !important;

        padding: 8px 12px !important;

    }

}