@media screen and (max-width: 768px) {
  .banner-title,
  .common-title {
    font-size: var(--fs-xl);
  }
  .common-title {
    margin-bottom: 20px;
  }
  .banner-subtitle,
  .common-subtitle {
    font-size: var(--fs-lg);
  }
  .common-btn {
    padding: 8px 20px;
  }
  .section-padding {
    padding: 30px 0px;
  }
  header .logo img {
    height: 50px;
  }
  .toggle-menu-cont {
    top: 18px;
  }
  footer ul.social-media {
    justify-content: start;
  }
  footer .bottom-footer-menu ul {
    gap: 10px;
    justify-content: start;
    column-gap: 40px;
  }
  .hero-section.inner-page-banner {
    min-height: 25vh;
  }
  .hero-section.conference-banner .conference-banner-content .banner-content {
    padding: 20px;
  }
  .hero-section.conference-banner .conference-banner-content .banner-content .venue-date {
    font-size: var(--fs-l);
    font-weight: var(--fw-medium);
  }
  .hero-section.conference-banner .conference-banner-content .banner-content .tagline {
    font-size: var(--fs-l);
  }
  .hero-section .content {
    text-align: center;
  }
  .hero-section .content .buttons {
    justify-content: center;
  }
  .hero-section .counter .countdown {
    margin-bottom: 30px;
    gap: 2px;
  }
  .hero-section .counter .countdown div {
    padding: 4px 10px;
  }
  .hero-section .counter .countdown div span {
    font-size: var(--fs-l);
  }
  .definition-section .content {
    margin-bottom: 20px;
  }
  .definition-section .content p {
    font-size: var(--fs-lg);
  }
  .timeline-div .map-timeline {
    margin-top: 24px;
  }
  .timeline-div .map-timeline button::after {
    width: 14px;
    height: 14px;
    border-width: 3px;
  }
  .timeline-div .map-timeline .years {
    gap: 10px;
  }
  .timeline-div .map-timeline .years span {
    font-size: var(--fs-l);
    min-width: 90px;
  }
  .timeline-div .map-timeline .years span::after {
    height: 2px;
  }
  .timeline-div .map-timeline .years span:first-child {
    min-width: 102px;
  }
  .our-reach--section .section-image .our-reach--div {
    position: relative;
    right: 0;
    padding: 15px;
    width: 100%;
  }
  .our-reach--section .section-image .our-reach--div .reach {
    margin-top: 10px;
  }
  .our-reach--section .section-image .our-reach--div .reach p:first-child {
    font-size: var(--fs-lg);
    margin-bottom: 0px;
  }
  .our-reach--section .section-image .our-reach--div .reach p:not(:first-child) {
    font-size: var(--fs-l);
  }
  .blue-line {
    padding-left: 12px;
  }
  .blue-line::before {
    width: 12px;
  }
  .other-initiatives-section .intiatives-blog .blue-card:hover .card-image {
    transform: scale(1.05);
  }
  .initiative-banner {
    height: 25vh;
  }
  .initiative-banner .corner-shape {
    width: 70px;
    height: 70px;
  }
  .our-speakers--section .speakers .speakerSwiper {
    padding-bottom: 30px;
  }
  .council-member-slider .label-box {
    bottom: 8px !important;
    padding: 10px !important;
  }
  .council-member-slider .label-box p.member-title {
    margin-bottom: 0px !important;
    font-size: var(--fs-l) !important;
  }
  .about-conference--section .buttons-div {
    gap: 10px;
    margin-top: 30px;
  }
  .coordinator-desk--section .content .signature {
    width: 120px;
  }
  .coordinator-desk--section .content .coordinator-name {
    font-size: var(--fs-l);
  }
  .coordinator-desk--section .content .coordinator-designation {
    font-size: var(--fs-sm);
  }
  .fidel-video--section .video-container .video-wrapper {
    aspect-ratio: auto;
  }
  .fidel-video--section .video-container .video-wrapper .custom-play-btn {
    width: 58px;
    height: 58px;
  }
  .fidel-video--section .video-container .video-wrapper .custom-play-btn i {
    font-size: 32px;
    margin-left: 6px;
  }
  .fidel-video--section .video-container .buttons-box {
    gap: 20px;
  }
  .categories-menu .nav-items {
    justify-content: start;
    padding-left: 0px;
  }
  .categories-menu .nav-items li {
    font-size: var(--fs-lg);
  }
  .about-speaker .content {
    padding: 12px;
  }
  .about-speaker .content h3 {
    font-size: var(--fs-l);
  }
  .about-speaker .content p.country {
    font-size: var(--fs-l);
  }
  .collaborators-section .collaborators-content {
    overflow: hidden;
    gap: 20px;
  }
  .collaborators-section .collaborators-content img {
    height: 70px;
  }
  .events-data-section .event-section:not(:last-child) {
    margin-bottom: 30px;
  }
  .events-data-section .event-section .event-card {
    padding: 15px;
  }
  .events-data-section .event-section .event-card p.speaker-list {
    min-height: auto;
  }
  .events-data-section .event-section .event-card p.panel {
    font-size: var(--fs-l);
  }
  .event-content--section {
    margin-top: 10px;
  }
  .event-items--section ul {
    gap: 10px;
  }
  .event-items--section .event-tabs {
    display: none;
  }
  .event-items--section .mobile-menu {
    display: block;
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    outline: #fff;
    width: 100%;
  }
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    grid-auto-rows: auto;
  }
  .documents-gallery .document {
    text-align: center;
    overflow: hidden;
    width: auto;
  }
  .documents-gallery .document img {
    height: 190px;
  }
  .documents-gallery .document .preview-links {
    font-size: 14px;
  }
  .council-timeline--section .wrap {
    width: 300px;
  }
  .council-timeline--section .wrap .title-box h2 {
    font-size: 22px;
    border-width: 5px;
  }
  .council-timeline--section .wrap .counsil-timeline svg {
    height: 2240px !important;
  }
  .council-timeline--section .wrap .counsil-timeline svg path {
    stroke-width: 5px !important;
  }
  .council-timeline--section .wrap .counsil-timeline .item {
    width: 170px;
  }
  .council-timeline--section .wrap .counsil-timeline .item .year {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-bolder);
    margin-bottom: 14px;
  }
  .council-timeline--section .wrap .counsil-timeline .item .content {
    font-size: 10px;
    font-weight: var(--fw-bold);
    color: var(--white-color);
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(odd) {
    text-align: left;
    left: 38px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(even) {
    text-align: right;
    right: 38px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:first-of-type {
    top: 53px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(3) {
    top: 162px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(4) {
    top: 294px;
    width: 220px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(5), .council-timeline--section .wrap .counsil-timeline .item:nth-child(6) {
    top: 470px;
    width: 110px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(5) .content, .council-timeline--section .wrap .counsil-timeline .item:nth-child(6) .content {
    font-size: 8px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(7) {
    top: 686px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(8) {
    top: 803px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(8) .content {
    font-size: 9px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(9) {
    top: 934px;
    width: 250px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(9) .content {
    font-size: 9px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(10), .council-timeline--section .wrap .counsil-timeline .item:nth-child(11) {
    top: 1130px;
    width: 112px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(10) .content, .council-timeline--section .wrap .counsil-timeline .item:nth-child(11) .content {
    font-size: 9px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(12) {
    top: 1346px;
    width: 180px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(12) .content {
    font-size: 8px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(13) {
    top: 1522px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(14) {
    top: 1640px;
    width: 225px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(14) .content {
    font-size: 8px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(15) {
    top: 1738px;
    width: 230px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(15) .content {
    font-size: 8px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(16) {
    top: 1860px;
    width: 218px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(16) .content {
    font-size: 8px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(17) {
    top: 1984px;
    width: 400px;
    left: 20px;
    gap: 16px;
    width: 270px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(17) .content {
    font-size: 9px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(18) {
    top: 2051px;
    width: 175px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(18) .content {
    font-size: 8px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(19) {
    top: 2160px;
    width: 260px;
    left: 25px;
  }
  .conference-date--section .date-tabs {
    padding: 10px;
    justify-content: center;
    gap: 10px;
  }
  .conference-date--section .date-tabs:has(.disabled) {
    display: none;
  }
  .conference-date--section .date-tabs .date-tab {
    padding: 2px 10px;
    font-size: 10px;
  }
  .conference-date--section .filter-types .filters {
    padding: 15px 0px;
  }
  .conference-date--section .filter-types .filters .filter-cards {
    gap: 10px;
  }
  .conference-date--section .filter-types .filters .filter-cards .filter-card label {
    padding: 8px;
    min-width: 150px;
  }
  .conference-date--section .filter-types .filters .filter-cards .filter-card label svg {
    margin-right: 10px;
  }
  .conference-date--section .filter-types .filters .clear-filter-section {
    margin-top: 20px;
  }
  .conference-date--section .toolbar-section .toolbar {
    padding: 15px 0;
    gap: 5px;
  }
  .conference-date--section .toolbar-section .toolbar .tags {
    margin-left: 4px;
    order: 1;
  }
  .conference-date--section .toolbar-section .toolbar .filter-btn {
    height: 40px;
    min-width: auto;
  }
  .conference-date--section .toolbar-section .toolbar .filter-btn span {
    display: none;
  }
  .conference-date--section .toolbar-section .toolbar .search-box input {
    height: 40px;
    width: 210px;
    font-size: var(--fs-sm);
  }
  .conference-date--section .toolbar-section .toolbar .search-box input svg {
    width: 18px;
    height: 18px;
  }
  .conference-date--section .toolbar-section .toolbar .tags .tag {
    font-size: var(--fs-sm);
  }
  .session-popup .content-header {
    padding: 30px 15px 30px;
  }
  .session-popup .content-header .add-to-calendar {
    margin: 15px 0px 10px;
  }
  .session-popup__close {
    width: 26px;
    height: 26px;
    top: 8px;
    right: 8px;
  }
  .session-popup__tab-panels {
    padding: 20px 15px 30px;
  }
  .session-popup__tab-panel h2 {
    font-size: var(--fs-lg);
  }
  .session-popup__tab-panel > div {
    font-size: 14px;
  }
  .session-popup__tabs {
    padding: 0px 15px;
  }
  .session-popup__title {
    font-size: var(--fs-sm);
  }
  .session-popup__programme {
    margin-top: 20px;
    font-size: var(--fs-l);
  }
  .session-popup__meta {
    grid-template-columns: 1fr;
    font-size: var(--fs-sm);
  }
}
@media screen and (max-width: 992px) {
  .winner-2025 .winner-caption {
    left: 50% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  header .menu {
    gap: 20px;
  }
  header .menu li a {
    font-size: var(--fs-sm);
  }
  header .logo img {
    height: 68px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .logo img {
    height: 58px;
  }
  .toggle-menu-cont {
    top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .toggle-menu-cont {
    display: inline-block;
  }
  .toggle-menu-cont .toggle-menu {
    display: inline-block;
  }
  nav {
    display: none;
  }
  header .menu {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .conference-date--section .date-tabs {
    gap: 15px;
  }
  .conference-date--section .date-tabs .date-tab {
    padding: 4px 20px;
  }
  .conference-date--section .toolbar-section .toolbar {
    padding: 15px 0;
  }
  .conference-date--section .toolbar-section .toolbar .filter-btn {
    height: 40px;
  }
  .conference-date--section .toolbar-section .toolbar .search-box input {
    height: 40px;
    width: 300px;
  }
  .conference-date--section .toolbar-section .toolbar .tags .tag {
    font-size: var(--fs-sm);
  }
  .council-timeline--section .wrap {
    width: 690px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(odd) {
    text-align: left;
    left: 135px;
  }
  .council-timeline--section .wrap .counsil-timeline .item:nth-child(even) {
    text-align: right;
    right: 135px;
  }
}

/*# sourceMappingURL=mobile.css.map */
