.my-bg {
    background-color: #022657;
}

#logo {
    margin: 10px;
    margin-left: 0px;
}

#logo img {
    width: 80px;
}

/*news slider section*/
.news-section {
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 30px;
}

.section-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.section-header p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.filter-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #e0e0e0;
    color: #666;
}

.filter-btn.active {
    background-color: #0066ff;
    color: white;
}

.filter-btn:hover:not(.active) {
    background-color: #d0d0d0;
}

.swiper-container {
    position: relative;
}

.swiper {
    padding: 0;
}

.news-card {
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.news-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.news-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    color: white;
}

.news-card-excerpt {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.read-more-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.swiper-slide {
    width: auto;
}

.swiper-slide .news-card {
    width: 280px;
}

.swiper-slide:hover .news-card {
    width: 340px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #e0e0e0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #d0d0d0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: #666;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .section-header h1 {
        font-size: 32px;
    }

    .news-card-title {
        font-size: 16px;
    }

    .swiper-slide .news-card {
        width: 250px;
        height: 320px;
    }

    .swiper-slide:hover .news-card {
        width: 280px;
    }
}

.text-white {
    color: white !important;
}

.tp-banner {
    position: relative;
}

.tp-banner::after {
    position: absolute;
    background-color: black;
    z-index: 10000000000000000000000000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Featured Hero Slider */
.hero-featured-carousel {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-featured-carousel .swiper-wrapper {
    width: 100%;
}

.hero-featured-slide {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.hero-featured-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%) brightness(0.6);
    transition: filter 0.6s ease, transform 0.6s ease;
    z-index: 1;
}

.hero-featured-bg2 {
    background-image: url('../images/hero/2.jpg');
}

.hero-featured-slide:hover .hero-featured-bg {
    filter: grayscale(0%) brightness(0.8);
    transform: scale(1.1);
}

.hero-featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

.hero-featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px 40px;
    z-index: 3;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.hero-featured-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffc107;
    margin-bottom: 10px;
    display: inline-block;
}

.hero-featured-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 90%;
    color: white;
}

.hero-featured-title strong {
    color: #ffc107;
}

.hero-featured-description {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    max-width: 90%;
    margin-bottom: 15px;
}

.hero-featured-source {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

.hero-featured-nav {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 4;
    display: none;
    gap: 15px;

    width: 100px !important;
}

.hero-featured-nav-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 18px;
}

.hero-featured-nav-btn:hover {
    background-color: #075eff;
    color: #1a1a1a;
}

.videos-section-wrapper {
    padding: 30px 20px;
}

.videos-header {
    margin-bottom: 50px;
}

.videos-section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.videos-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.videos-btn-all {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.videos-btn-all:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

.videos-nav-container {
    display: flex;
    gap: 12px;
}

.videos-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #d8d8d8;
    border: none;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 18px;
}

.videos-nav-btn:hover {
    background-color: #0d6efd;
    color: #fff;
    transform: scale(1.05);
}

.videos-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Video Cards Carousel */
.videos-carousel-wrapper {
    position: relative;
}

.swiper-videos-carousel {
    padding: 10px 0;
}

.swiper-videos-carousel .swiper-wrapper {
    transition-timing-function: linear;
}

.video-card {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    group: true;
}

.video-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}

.video-card:hover .video-card-image {
    transform: scale(1.08);
    filter: brightness(0.6);
}

.video-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
    transition: all 0.5s ease;
}

.video-card:hover .video-card-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.video-card:hover .video-play-icon {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
}

.video-play-icon i {
    color: #fff;
    font-size: 24px;
    margin-left: 3px;
}

.video-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.video-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.video-watch-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.video-watch-btn:hover {
    background-color: #0d6efd;
    transform: translateX(5px);
}

.video-watch-btn i {
    font-size: 14px;
    color: #ff0000;
}

/* Responsive */
@media (max-width: 1200px) {
    .videos-section-title {
        font-size: 40px;
    }

    .video-card {
        height: 350px;
    }

    .video-card-title {
        font-size: 18px;
    }

    .video-card-content {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .videos-section-wrapper {
        padding: 40px 15px;
    }

    .videos-section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .videos-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .video-card {
        height: 300px;
    }

    .video-card-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .video-card-content {
        padding: 20px;
    }

    .videos-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .videos-section-wrapper {
        padding: 30px 10px;
    }

    .videos-section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .video-card {
        height: 250px;
    }

    .video-card-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .video-card-content {
        padding: 16px;
    }

    .videos-btn-all {
        padding: 10px 20px;
        font-size: 12px;
    }

    .video-watch-btn {
        padding: 8px 18px;
        font-size: 11px;
    }

    .video-play-icon {
        width: 50px;
        height: 50px;
    }

    .video-play-icon i {
        font-size: 20px;
    }
}

.testimonial-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.id-card {
    position: relative;
    width: 340px;
    height: 550px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border-top: 12px solid #0a2043;
    border-bottom: 12px solid #0a2043;
}

.id-logo {
    width: 100px;
    margin: 5px auto 0;
    display: block;
    position: relative;
    z-index: 10;
}

.orange-stripe {
    position: absolute;
    top: 70px;
    left: -60px;
    width: 500px;
    height: 80px;
    background-color: #f47c20;
    transform: rotate(-30deg);
    z-index: 1;
    opacity: 0.95;
}

.photo-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #0a2043;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info {
    z-index: 2;
    position: relative;
}

.name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.designation {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

.barcode-section {
    background-color: #fff;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.big-blue-strip {
    height: 100%;
    background-color: #0a2043;
}

.barcode {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.barcode-number {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .id-card {
        height: 450px;
        width: 300px;
        transform: scale(.7);
    }
}

#mainnav {
    padding-left: 30px;
}

.coach-card {
    width: 100%;
    /* max-width: 1100px; */
    height: 350px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.card-top {
    display: flex;
    flex: 1;
    padding: 30px 40px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .coach-card{
        height: fit-content;
    }
    .card-top, .card-top .left-section{
        flex-direction: column;
    }
    .coach-card .right-section{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
}

.left-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-photo {
    width: 180px;
    height: 220px;
    border-radius: 15px;
    object-fit: cover;
    background-color: #cce3ff;
}

.rating {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rating img {
    width: 80px;
    margin-bottom: 10px;
}

.rating p {
    background: #ffb300;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.right-section {
    text-align: right;
    background-color: #012d6b;

    height: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;

    padding: 0px 30px;
}

.certified {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.certified img {
    width: 80px;
}

.stars {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    gap: 5px;
}

.stars img {
    width: 28px;
}

.coach-name {
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 10px;
    color: white;
    text-align: center;
}

.designation {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.footer-band {
    background: #012d6b;
    color: #fff;
    padding: 12px 0;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.footer-container {
    overflow: hidden;
    white-space: nowrap;
}

.footer-text {
    display: inline-block;
    padding-left: 100%; /* start offscreen to the right */
    animation: scrollText 12s linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* move left by half because of duplicate */
    }
}


.d-none{
    display: none;
}

.welcome-section {
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
  }

  .welcome-section h1 {
    font-size: 2.1rem;
    color: #022657;
  }

  @media (min-width: 768px) {
    .welcome-section h1 {
      font-size: 2.4rem;
    }
  }

.border-y{
    border: #022657 !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
}

/*messenger float btn*/
.float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 20px;
  right: 20px;
  background-color: #168aff;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  z-index: 100;
}
.my-float {
  margin-top: 12px;
}

/* ---- Bootstrap-5-like image & utility shim for Bootstrap 3 ----
   Load this AFTER bootstrap.css (3.3.4) so it overrides where necessary.
*/

/* Responsive image like Bootstrap 4/5 .img-fluid */
.img-fluid {
  display: block;        /* removes inline whitespace */
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Rounded corners */
.rounded {
  border-radius: 0.5rem; /* adjust as you like; 0.25rem for softer rounding */
  overflow: hidden;      /* ensures rounded corners clip contents */
}

/* Small shadow */
.shadow-sm {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Lightweight utility spacing to match markup used */
.mt-3 { margin-top: 1rem !important; }   /* ~16px */
.mt-4 { margin-top: 1.5rem !important; } /* optional */
.mt-5 { margin-top: 3rem !important; }   /* ~48px */

/* Font weight helper used in headings */
.fw-semibold { font-weight: 600 !important; }

/* Optional: responsive columns' image vertical spacing for small screens */
@media (max-width: 767px) {
  /* add a tiny bottom margin so stacked images breathe on xs devices */
  .img-fluid + .img-fluid,
  .img-fluid + img { margin-top: 0.75rem; }
}

/* Optional: add subtle border for print-friendly output */
@media print {
  .img-fluid { max-width: 100%; height: auto; page-break-inside: avoid; }
  .rounded { border: 1px solid #ddd; }
}


.object-start{
    object-position: top;
}