@media only screen and (max-width: 1300px) {
  .navbar-custom .nav-link {
    padding: 6px 11px !important;
    font-size: 12px;
  }
  .nav-india.navbar-custom .nav-link::before {
    top: 9px;
    height: 12px;
  }
}

@media (max-width: 991px) {
  .slide-card-inner {
    height: 300px;
  }
  .owl-item.depth-1 {
    margin-left: -30px;
  }
  .owl-item.depth-2 {
    margin-left: -20px;
  }
  .edition-card {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 55px 0 71px;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .btn {
    padding: 10px 25px !important;
    width: auto;
  }
  .countdown-wrapper {
    display: grid;
    grid-template-columns: repeat(3, max-content);
  }
  .why-img-block {
    background-size: cover;
    height: 300px;
  }

  .year-badge {
    right: 10px;
    bottom: -43px;
    padding: 14px 18px;
  }
  .year-badge .yr {
    font-size: 1.8rem;
  }
  .why-text {
    padding-top: 40px;
  }
  .stat-num {
    font-size: 2rem;
  }
  .count-num {
    font-size: 2rem;
  }

  .stat-item:nth-child(3)::before {
    content: none;
  }
  .award-card:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  .section-venue {
    padding: 90px 0 45px;
  }
  .section-venue::before {
    background-size: inherit;
  }
  .categories-section {
    padding: 4rem 0 1rem;
  }
  .award-card {
    border-right: none;
    padding: 2rem 0.5rem;
  }
  .hero-desc {
    max-width: 90%;
  }
  .slide-card-inner {
    height: 283px;
  }
  .owl-item.depth-1 {
    margin-left: 0;
  }
  .owl-item.depth-2 {
    margin-left: 0;
  }
  .delegate-img {
    min-height: 240px;
    margin-top: 32px;
  }
  .section-desc {
    max-width: 100%;
  }
  .edition-owl {
    height: 300px !important;
  }

  .about-us-1,
  .about-us {
    background-image: none;
    padding: 50px 0;
  }
  .advisory {
    padding: 45px 0;
  }
  .stats-strip {
    padding: 1.8rem 0 2.5rem;
  }
  .stats-bar .bg-dark {
    padding: 25px 0;
  }
  .stats-bar .border-warning {
    padding-bottom: 15px;
  }
  .stats-bar .border-warning:nth-child(2) {
    border-right: none !important;
  }
  .edition-dots {
    margin-left: auto;
    justify-content: center;
    bottom: -5%;
  }
  .vision {
    padding: 35px 0 35px;
  }
  #awards {
    padding: 35px 0;
  }
  .partnership-section {
    padding: 1.5rem 0 2rem;
  }
  .delegates-section {
    padding: 33px 0 53px;
  }
  .jury-section {
    padding: 55px 0 35px;
  }
  .agenda-section {
    padding: 40px 0 70px;
  }
  .photo-thumb img {
    height: 200px;
  }
  .nav-india.navbar-custom .nav-link::before {
    content: none;
  }
  .quote-banner blockquote {
    max-width: 100%;
    font-weight: 700;
  }
  .editions-section {
    padding: 3rem 0 3rem;
  }
  .cat-box {
    font-size: 1rem;
  }
  .hero-india {
    background-size: auto;
  }
  .contact-info-item {
    font-size: 1rem;
  }
  .hero-section {
    padding: 50px 0 50px;
  }
  .quote-banner::before {
    background-position: right;
  }
}

@media (max-width: 576px) {
  .timeline-outer {
    padding: 0 10px;
  }
  .timeline-line {
    left: 10px;
    right: 10px;
    top: calc(52px + 27px);
  }
  .tl-badge {
    font-size: 0.7rem;
    padding: 8px 14px;
  }
  .tl-city {
    font-size: 0.75rem;
  }
  .owl-slide {
    display: none;
  }

  .owl-slide.active {
    display: block;
    width: 100%;
    transform: scale(1);
    opacity: 1;
  }

  .owl-slide.next,
  .owl-slide.last {
    display: none;
  }
}
