body {
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}





/* Home page */

/* Reset and Basic */
body,
h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}


/* Header Section  */

/* Header Layout */

.header-container {
    position: relative;
    padding: 10px 0px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin: 0 auto;
}


.site-logo img {
    height: 50px;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

/* Hamburger Toggle Button (hidden by default) */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.main-nav {
    display: flex;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        width: 90%;
        display: none;
        flex-direction: column;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 99;
        padding: 10px 20px;
        border-top: 1px solid #e5e5e5;
    }

    .main-nav.active {
        display: block;
    }

    .nav-menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .nav-menu li {
        padding: 10px 20px;
    }
    .main-nav.show {
        display: flex;
    }
}









/*  */
.breadcrumb-section {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    /* dark overlay */
    z-index: 0;
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

/* Breadcrumb at bottom left */
.breadcrumb-bar {
    position: absolute;
    bottom: 20px;
    left: 10%;
    z-index: 1;
    font-size: 14px;
    color: #ddd;
}

.breadcrumb-bar a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-bar a:hover {
    text-decoration: underline;
}

/*  */


.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}





/* Featured Event Section */
.featured-event {
    padding: 60px 0;
}

.featured-event h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.featured-event-card {
    background: #f2f2f2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.featured-event-image img {
    width: 100%;
    height: auto;
    display: block;
}

.featured-event-info {
    padding: 20px;
}

.featured-event-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.event-date,
.event-location {
    font-size: 16px;
    color: #555;
}

/* Conversations Section */
.conversations {
    padding: 60px 0;
    background: #f9f9f9;
}

.conversations h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.conversations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.speaker-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.speaker-card:hover {
    transform: translateY(-5px);
}

.speaker-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.speaker-card h3 {
    padding: 20px;
    font-size: 20px;
}

/* Reports Section */
.reports {
    padding: 60px 0;
}

/* .reports h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
} */

.reports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.report-card {
    height: 350px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: 0.5px solid #0073cf;
}

.report-card:hover {
    transform: translateY(-5px);
}

.report-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.reports-grid .report-card .event-category {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: -8%;
    z-index: 1;
    position: relative;
}

.reports-grid .report-card .event-category a {
    color: #fff;
}

.report-card h3 {
    padding: 20px;
    color: #000;
    ;
}

.reports-grid .report-card .event-details-wrapper {
    padding: 0;
}

.reports-grid .report-card .event-details-wrapper .event-meta .event-meta-item {
    display: flex;
    font-size: 0.9rem;
    justify-content: space-around;
}

.reports-grid .report-card .event-details-wrapper .event-meta .event-meta-item i {
    color: #0073cf;
    font-size: 0.9rem;
}

/* Past Events Section */
.past-events {
    padding: 60px 0;
    background: #f9f9f9;
}

/* .past-events h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
} */

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.event-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.event-card:hover {
    transform: translateY(-5px);
}

.event-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-card h3 {
    padding: 20px;
    font-size: 20px;
}


.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-buttons li.active {
    font-weight: bold;
    border-bottom: 2px solid #000; /* Optional styling */
    cursor: pointer;
}
.tab-buttons li {
    cursor: pointer;
}




.tabs {
    margin-top: 30px;
}
.tab-buttons-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tab-buttons-wrapper::-webkit-scrollbar {
    display: none;
}



.tab-buttons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    min-width: 100%;
    overflow: auto;
    align-items: center;
}

.tab-buttons li {
    background: #0070ba;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;



    white-space: nowrap;
  
    
   
    margin-right: 8px;
  
    flex-shrink: 0;

}
.tab-buttons li.active {
    background: #005a9e;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns in a row */
    gap: 20px; /* Space between items */
}


.reports-grid .event-card {
    /* Your event card styling */
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
}

.view-more {
    text-align: center;
    margin-top: 20px;
}
.view-more a {
    background: #0070ba;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

/*=================================  Single Front/Home Page  Start  ========================== */

.front-page-template .slick-slide {
    width: 100% !important;
    margin: 0 auto;
    max-width: 1600px;
}

.front-page-template .banner-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 550px;
    /* adjust as per your design */
    display: flex;
    align-items: center;
    color: white;
}

.front-page-template .banner-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.front-page-template .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 800px;
    padding: 5px 10px;
    text-align: center;
}

.front-page-template .banner-content a {
    color: #fff;
}

.front-page-template .banner-content h1 {
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 20px;
}

.front-page-template .banner-content .event-meta-item {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-evenly;
}
.event-details-wrapper .event-meta .event-meta-item span{
border-bottom: 3px solid #0078ba;
    padding: 5px 10px;
    border-radius: 10px;
}
.front-page-template .banner-content .event-category {
    width: 60%;
    margin: 2% auto;
    background: rgba(0, 115, 207, 1);
    font-weight: 700;
    font-size: 1.2em;
    padding: 8px 16px;
    border-radius: 8px;
}





/*=================================  Single Front/Home Page  End  ========================== */

/*=================================  Single Publications Page  Start  ========================== */


.publications-page-template .publications-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
}

.publications-page-template .publications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0px;
}

.publications-page-template .publication-card {
    background: #0073cf;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}

.publications-page-template .publication-card:hover {
    transform: translateY(-5px);
}

.publications-page-template .card-image-wrapper {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.publications-page-template .publications-grid .publication-card .event-category {
    display: flex;
    flex-wrap: wrap;
    height: 25px;
    align-content: center;
    margin-left: 10px;
    margin-top: -10px;
    font-weight: 700;
    font-size: 1em;
    padding: 8px 16px;
    border-radius: 8px;
}

.publications-page-template .publications-grid .publication-card .publication-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.publications-page-template .publications-grid .publication-card .card-content {
    padding: 5px 10px;
}
.publications-page-template .publications-grid .publication-card .publication-title {
    color: #fff;
    padding: 0px;
    font-size: 1em;
}

.publications-page-template .publications-grid .publication-card .download-text {
    display: inline-block;
    background: #fff;
    color: #0073cf;
    padding: 0px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.8em;
}

/*=================================  Single Publications Page  End  ========================== */


.card-image-wrapper {
    position: relative;
}


/* About Us page start/ */

.about-us-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.about-block {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

/* .about-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
} */

/* .about-block h2 {
    font-size: 35px;
    color: #0070c0;
    margin-bottom: 15px;
} */

.about-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}


/* About us page end */


/*  Contact Us Page Start */

.contact-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 2% auto;
    gap: 2%;
}

  .contact-box {
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    max-width: 600px;
    width: 100%;
    padding: 40px;
  }

  .contact-text {
    text-align: center;
    margin-bottom: 25px;
  }

  .contact-text p {
    color: #777;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .contact-text h2 {
    font-size: 28px;
    margin: 0;
    color: #003366;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    resize: none;
  }

  .contact-form textarea {
    min-height: 100px;
  }

  .contact-form button {
    background: #003366;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }

  .contact-form button i {
    margin-right: 8px;
  }

  #responseMsg {
    font-size: 14px;
    text-align: center;
    color: green;
    margin-top: 10px;
  }
  
  
  
  
  
  .info-cards {
  flex: 1;
  /*background: #f9f9f9;*/
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
 .info-cards .card {
  background: white;
  border-left: 4px solid #0072bc;
  padding: 20px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
  border-radius: 8px;
}
 .info-cards .card h4 {
  color: #0072bc;
  margin: 10px 0 5px;
}
 .info-cards .card img {
  width: 24px;
  height: 24px;
}
  
  
  

/*  Contact Us Page End  */



/* Footer */
/* Newsletter Subscribe Box */
section.newsletter-em-section {
    background: #041a55;
    padding: 5%;
}
.newsletter-box {
    background: #fff;
    padding: 2rem;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto 0;
    width: 90%;
    border-radius: 12px;
    max-width: 1000px;
    position: relative;
    z-index: 10;
}

.newsletter-text p {
    font-size: 0.95rem;
    color: #333;
    margin: 0;
}

.newsletter-text h2 {
    font-size: 2.7rem;
    color: #0070ba;
    margin: 0.5rem 0 1rem;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.newsletter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsletter-form input {
    padding: 0.75rem;
    width: 280px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.newsletter-form button {
    padding: 0.75rem 1.5rem;
    background: #0070ba;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.no-spam {
    font-size: 0.75rem;
    color: #666;
    margin-top: 10px;
}

/* Footer Section */
.site-footer {
    background: #ECECEC;
    /* color: #fff;
    text-align: center;
    padding: 2rem 1rem 1rem;
    font-size: 0.9rem;
    position: relative;
    z-index: 1; */
}


.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-social-icons {
       margin: 0.3rem 0;
}

.footer-social-icons a {
    margin: 0 10px;
    color: #000;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.footer-social-icons a:hover {
    color: #00aced;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    color: #0070ba;
    border: 2px solid #0070ba;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 999;
    transition: background 0.3s;
}

.scroll-to-top:hover {
    background: #0070ba;
    color: #fff;
}











.all-events-archive-container-page {
    max-width: 1200px;
    margin: 5% auto;
}





/* ---- category-speakers ----- */
.taxonomy-speakers-archive{
        padding: 2% 0 3% 0;
}

.category-speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 2rem;
}
.category-speaker-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 1rem;
  transition: all 0.3s ease;
}

.category-speaker-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  background: #0070ba;
}

.category-speaker-card:hover .category-speaker-name a,
.category-speaker-card:hover .category-speaker-job_title {
  color: #fff;
}

.category-speaker-image img {
    width: 100%;
    height: auto;
    border-radius: 5%;
    margin: 0 auto;
}

.category-speaker-info {
  padding: 0.5rem 0;
}
h4.category-speaker-name {
    font-size: 1.45rem;
    color: rgba(0, 86, 179, 1);
    margin: 5px auto;
    text-decoration: none;
}
.category-speaker-name a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.category-speaker-job_title {
    margin-top: 4px;
    transition: color 0.3s ease;
    border-top: 3px solid rgba(0, 86, 179, 1);
    border-radius: 5px;
    font-size: 0.8rem;
    line-height: 1.3;
    padding: 0.5rem 0;
}



/*cag speker*/
/*cag event*/

.category-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 2rem;
}

.category-event-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 1rem;
  transition: box-shadow 0.3s ease;
}

.category-event-card:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.category-event-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-width: 100%;
  margin: 0 auto 1rem;
}

.category-event-info {
  padding: 0.5rem 0;
}

.category-event-title a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.category-event-date,
.category-event-location {
  font-size: 0.9rem;
  color: #666;
  margin-top: 4px;
}

/**/

