html,
body {
  color: #000;
  font-size: 9pt;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

  background: url(<?php echo $base_url; ?>images/conf-bg.jpg) no-repeat !important;

  background-size: cover !important;

  margin: 0;

  padding: 0;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

.wrapper {
  padding: 0px !important;

  background: #fff;

  box-shadow: 0px -5px 3px 1px #888;
}

/* === Base Styling === */
.top-header {
  background: #00428f;
  width: 1140px;
  padding: 10px 0;
  margin: 0 auto;
}

#header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: -20px;
}

.logo {
  margin-top: 10px;
}

.logo img {
  width: 76%;
  background: #fff;
  padding: 6px;
  border-radius: 8px;
  max-width: 220px;
}

/* Topmenu */
.topmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.top-nav {
 display: flex;

    flex-wrap: wrap;
    justify-content: center;
    /* gap: 10px; */
    /* margin: 10px 0; */
    padding: 0;
    list-style: none;
}

.top-nav li a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px 12px;
  display: block;
  text-decoration: none;
}

.topmenu .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  list-style: none;
  padding: 0;
}

.topmenu .social li a img {
  width: 22px;
  height: 18px;
}

/* === Responsive Styles === */

/* Tablet and below */
@media (max-width: 991px) {
  .logo,
  .topmenu {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .logo img {
    width: 60%;
    max-width: 180px;
  }

  .top-nav {
    flex-direction: row;
    justify-content: center;
  }

  .topmenu .social {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .top-nav li a {
    padding: 8px 10px;
    font-size: 14px;
  }

  .topmenu .social li a img {
    width: 18px;
    height: 16px;
     margin-top: -20px;
  }

  .logo img {
     width: 80%;
     max-width: 160px;
    margin-top: 25px;
  }
}


/* === Existing Styles Above === */

/* Small Mobile Screens (≤ 480px) */
@media (max-width: 480px) {
  .top-header {
    padding: 8px 0;
  }

  #header {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin-top: -10px;
  }

  .logo img {
    width: 100%;
    max-width: 170px;
    margin-top: 10px;
  }

  .top-nav li a {
    padding: 6px 8px;
    font-size: 13px;
    margin-top: -15px;
  }

  .topmenu .social {
    flex-wrap: wrap;
    gap: 8px;
    margin: 5px 0;
  }

  .topmenu .social li a i,
  .topmenu .social li a img {
    width: 18px;
    height: 18px;
  }
}


/* .con-banner {
  background: url(../images/banner1.jpg) no-repeat;

  height: 250px;

 padding-top: 30px;
} */

/* === Base Banner Styling === */
.con-banner {
  position: relative;
  background: url(../images/banner1.jpg) no-repeat center center;
  background-size: cover;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-top: 100px;
}


/* Optional: Dark overlay to improve text contrast */
.con-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* black overlay */
  z-index: 0;
}

/* Headings (Text) */
.con-banner h1,
.con-banner h3 {
  position: relative;
  z-index: 1;
  color: #ffcd2f;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  width: 100%;
  padding: 15px;
   padding-top: 15px;
}

.con-banner h1 {
  font-size: 29px;
  /* background: rgba(5, 53, 110, 0.79); */
}

.con-banner h3 {
  font-size: 18px;
  font-weight: bold;
  /* background: rgba(6, 54, 110, 0.83); */
}

/* === Responsive Styles === */
@media screen and (max-width: 768px) {
  .con-banner {
    height: auto;
    padding: 40px 10px;
  }

  .con-banner h1 {
    font-size: 22px;
    line-height: 1.4;
  }

  .con-banner h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .con-banner h1 {
    font-size: 20px;
  }

  .con-banner h3 {
    font-size: 14px;
  }
}

/* Color a */

a {
  color: #386c96;
}

/* Header Image */

td#topRow {
  /* background: url(images/Banner.png) no-repeat;

		border: 1px solid #cfcfcf;

		box-shadow:2px 2px 4px #cfcfcf;

			-moz-box-shadow:2px 2px 4px #cfcfcf;

			-webkit-box-shadow:2px 2px 4px #cfcfcf;*/
}

td#topRow div.siteTitle {
  text-align: left;
}

td#topRow div.siteTitle a {
  color: #254964;
  text-shadow: 0px 2px 3px #b4b4b4;
}

/* Menu */

#mymenu ul {
  /*width: 1180px; background: url(icons/ulbg.png) #386C96;*/
}

#mymenu li {
  border-right: 1px solid #a2a7ac;
}

#mymenu li a {
  background: url(icons/ulbg.png) #cccccc;
  color: #222222;
}

#mymenu li a:hover,
#mymenu ul li:hover a {
  background: url(icons/ulbg2.png) #f0f0f0;
  color: #386c96;
}

#mymenu li ul {
  background: #525253;
}

#mymenu li li {
  border-color: #f0f0f0;
}

#mymenu li:hover li a {
  color: #f0f0f0;
}

#mymenu li ul a:hover,
#mymenu li ul li:hover a {
  background: url(icons/ulbg2.png) #032f62;
  color: #ffffff;
}

/* =============  MENU DYNAMIC HORIZONTAL CSS ONLY =============*/

#mymenu {
  border: none;

  border: 0px;

  margin: 0px;

  padding: 0px;

  font-size: 14px;

  font-weight: bold;

  background: #cccccc;
}

#mymenu ul {
  list-style: none;

  margin: 0;

  padding: 0;
}

#mymenu li a:hover,
#mymenu ul li:hover a {
  text-decoration: none;
  background: #062d5b;
  color: #ffffff;
}

#mymenu li ul {
  display: none;

  height: auto;

  padding: 0px;

  margin: 0px;

  position: absolute;

  width: 200px;

  z-index: 200;
}

#mymenu li:hover ul {
  display: block;
}

#mymenu li li {
  display: block;

  float: none;

  margin: 0px;

  padding: 0px;

  width: 200px;

  border-width: 1px 0px 0px 0px;

  border-style: solid;
}

#mymenu li:hover li a {
  background: none;
}

#mymenu li ul a {
  display: block;

  height: 35px;

  font-size: 12px;

  font-style: normal;

  margin: 0px;

  padding: 0px 10px 0px 15px;

  text-align: left;
}

#mymenu li ul a:hover,
#mymenu li ul li:hover a {
  border: 0px;

  text-decoration: none;
}

#mymenu p {
  clear: left;
}

/* ==========menu end here================*/

.leftpart h3 {
  font-size: 1.2em;

  color: #fff;

  padding: 15px 10px;

  background: #00428f;

  text-transform: uppercase;

  margin: 0px;

  margin-top: 21px;
}

#left-sidemenu {
  box-shadow: 0px 0px 3px 0px #888;

  background: #fff;

  padding: 15px 10px;

  border: 1px solid #eee;
}

#left-sidemenu ul {
  padding-left: 0px;
}

#left-sidemenu ul li {
  display: block;

  border-bottom: 1px solid #dfd9d9;

  padding: 1px 3px;
}

#left-sidemenu ul li:hover {
  background: #dfe2e6;
}

#left-sidemenu ul li a {
  color: #222222;

  font-weight: 600;

  text-decoration: none;

  font-size: 13px;
}

.top-associate {
  background: #dfe2e6;

  padding: 0px 0px;

  clear: both;
}

.sub-paper {
  box-shadow: 0px 0px 3px 0px #888;
  height: 130px;
}

.sub-contact {
  box-shadow: 0px 0px 3px 0px #888;
  height: 173px;
}

.conf-gallery {
  box-shadow: 0px 0px 3px 0px #888;

  margin-bottom: 20px;
}

.conf-gallery img {
  margin: 10px 12px;
}

.pageTitle {
  color: #00428f;

  font-weight: 600;

  letter-spacing: 1px;

  font-size: 22px;
}

.right-pragrph p {
 line-height: 28px;
    /* text-align: justify; */
    font-size: 13px;
    /* text-align: center */
}

.right-pragrph p strong {
  color: #3a3a3a;

  font-size: 17px;
}

#fullfooter {
  background: #00428f;

  color: #ffffff;

  float: left;

  width: 100%;
}

.imp_date {
  margin: 10px 0px;
}

.imp_date table {
  width: 100%;

  margin-bottom: 20px;
}

.imp_date table tr td {
  border: 1px solid #cbc0c0;

  background: #dfe2e6;

  color: #202020;

  text-align: center;
}

.pageTitle1 {
  color: #00428f;

  font-weight: 600;

  letter-spacing: 1px;

  font-size: 22px;

  text-align: center;
}

.footer-top {
  padding: 10px 5px;
}

.footer-top h4 {
  text-align: left;

  margin: 0px;

  font-size: 16px;

  padding: 10px;

  float: left;
}

.footer-top h4 a {
  color: #f6851f;
}

.footer-top h3 {
  text-align: right;

  margin: 0px;

  font-size: 16px;

  padding: 10px;
}

.footer-top h3 a {
  color: #f6851f;
}

.footer-content p {
  text-align: center;

  padding-top: 10px;

  font-size: 12px;

  line-height: 18px;
}

.footer-content p strong {
  color: #f6851f;
  font-size: 18px;
}

.copyright p {
  text-align: center;

  color: #fff;

  font-size: 12px;

  margin: 5px 0px;
}

.copyright p a {
  color: #f6851f;
}

#footer {
  margin: auto;

  padding: auto;

  /* width: 1000px; */

  height: 90px;
}

/*** actus-home */

.actus-home .actus-item {
  margin-bottom: 25px;

  position: relative;
}

.actus-home .actus-item img {
  width: 100%;

  /* height: 200px !important; */
}

.actus-home .actus-item .actus-infos {
  position: relative;

  background: #ffffff;

  margin: -30px 10px 0;

  padding: 20px 10px 30px;

  border-bottom: 1px solid #dfe2e6;
  height: 150px;
}

.actus-home .actus-item .actus-category {
  position: absolute;

  top: -12px;

  display: inline-block;

  padding: 1px 15px;

  background: #00428f;

  color: #fff;

  font-size: 12px;
}

.actus-home .actus-item h3 {
  margin: 0;

  margin-bottom: 10px;

  font-size: 23px;
}

.actus-home .actus-item .actus-more {
  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  text-indent: -10000em;

  font-size: 0;
}

.actus-home .actus-item .actus-more:hover {
  border: 10px solid #000;

  opacity: 0.25;
}

.actus-home .actus-item h3 {
  margin: 0;

  margin-bottom: 10px;

  font-size: 20px;
}

.actus-home .actus-item {
  margin-bottom: 25px;

  position: relative;
}

.actus-home .actus-item {
  background: #fff;

  box-shadow: 0px 2px 6px 0px #888;
}

@media (max-width: 767px) {
  .actus-home .row > .col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .actus-home .row > .col-md-3 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .instagram{
    margin-top: 20px;
  }
}




/* .promotional_img a img {
  padding: 5px 0px;

  height: 95px;
} */

.facebook-link {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6),
    0 0 5px 1px rgba(255, 255, 255, 0.5);

  background: #fff;

  height: 280px;

  padding: 0px 10px;

  border-radius: 5px;
}

.scrollbar {
  float: left;

  height: 270px;

  width: 100%;

  overflow-y: scroll;

  overflow-x: hidden;

  margin-bottom: 25px;

  padding: 15px;
}

.scrollbar p {
  padding: 20px 15px;
}

.scrollbar ul li {
  display: block;
}

.force-overflow {
  min-height: 370px;
}


@media (max-width: 768px) {
  .facebook-link {
    height: auto;              /* allow it to grow naturally */
    padding: 10px;             /* reduce padding */
    box-shadow: none;          /* optional: reduce shadow on mobile */
    border-radius: 5px;
  }

  .scrollbar {
    height: auto;              /* let it expand with content */
    overflow-y: visible;       /* remove scroll for mobile */
    margin-bottom: 15px;
    padding: 10px;
  }

  .scrollbar p {
    padding: 10px;
  }

  .force-overflow {
    min-height: unset;         /* remove forced height */
  }
}
@media (max-width: 480px) {
  .facebook-link {
    height: auto;               /* Let height adjust naturally */
    padding: 10px;              /* Add spacing */
    box-shadow: none;           /* Optional: simplify style for mobile */
    border-radius: 5px;
    margin: 10px 0;             /* Add top/bottom spacing */
  }

  .scrollbar {
    height: auto;               /* Expand to fit content */
    overflow-y: visible;        /* No vertical scroll */
    overflow-x: hidden;         /* Hide horizontal scroll */
    padding: 10px;              /* Reduce padding */
    margin-bottom: 15px;
  }

  .scrollbar p {
    padding: 10px;
  }

  .scrollbar ul li {
    font-size: 14px;            /* Optional: smaller text for mobile */
    margin-bottom: 8px;
  }

  .force-overflow {
    min-height: unset;          /* Remove fixed height */
  }
}


/* * STYLE 2 */  
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 10px;

  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width: 6px;

  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  background-color: #504f53;

  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.2) 50%,

    rgba(255, 255, 255, 0.2) 75%,

    transparent 75%,

    transparent
  );
}

@media (min-width: 488px) {
  .top-header {
    height: 160px;
  }

  .topmenu {
    float: left;

    width: 100%;
  }

  .top-nav {
    width: 70%;

    margin: 0px 0px;
  }

  .topmenu .social {
    margin: 16px 0px;

    height: 36px;

    width: 30%;

    float: right;
  }

  .leftpart {
    margin-top: 4em;
  }

  #left-sidemenu ul li a {
    font-size: 15px;
  }

  .top-associate {
    background: #ffffff;

    width: 100%;

    float: left;
  }
/* 
  .promotional_img .promo_part {
    width: 50%;

    float: left;
  } */

  .facebook {
    width: 100%;

    float: left;
  }

  #footer {
    width: 100%;

    padding: 0px 20px;
  }
}

@media (min-width: 992px) {
  .top-header {
    height: 100px;
  }

  .topmenu {
    float: left;

    width: 100%;
  }

  .top-nav {
    width: 60%;

    margin: 15px 0px;

    padding: 0px;
  }

  .topmenu .social {
    margin: 30px 0px;

    height: 36px;

    width: 40%;

    float: right;

    padding: 0px;
  }

  .leftpart {
    margin-top: 0em;
  }

  #left-sidemenu ul li a {
    font-size: 15px;
  }

  .top-associate {
    background: #ffffff;

    width: 100%;

    float: left;
  }

  /* .promotional_img .promo_part {
    width: 33%;

    float: left;
  } */

  .facebook {
    width: 100%;

    float: left;
    
  }

  #footer {
    width: 100%;

    padding: 0px 20px;
  }
}

.recnt-publ img {
  width: 100%;
  height: 340px;
  border: 1px solid #a09b9b;
}

@media screen and (min-width: 300px) and (max-width: 991px) {
  .topmenu .social li {
    margin-right: 3px;
  }

  .actus-home .col-md-3 {
    width: 50%;

    float: left;
  }

  /* .procd-grid {
    width: 50%;

    float: left;

    margin: 2em 0em;
  } */

  #left-sidemenu ul li a {
    font-size: 12px;
  }

  .right-pragrph p strong {
    color: #8a15a9;

    font-size: 12px;
  }

  .top-associate .col-md-12 {
    width: 100%;

    float: left;
  }
  .facebook{
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .topmenu .social li {
    margin-right: 1px;
  }

  .right-pragrph p {
    font-size: 12px;
  }

  .actus-home .actus-item h3 {
    font-size: 12px;
  }
}
/* .facebook_body {
  width: 35%;
  float: left;
}
.twitter_body {
  width: 35%;
  float: left;
} */
.promotional_img a img {
  max-width: 100%;
  height: auto; /* better for responsiveness */
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  height: 100px;
  object-fit: contain;
}

/* .promo_part {
  max-width: 50%;
} */
.img-border {
  /* border: 1px solid black; */
  /* margin: 10px; */
  padding: 10px;
  text-align: -webkit-center;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.main-conference{
  margin-top: 44px;
}

/* 
.promotional_img {
  display: flex;
  flex-wrap: wrap;
} */

.promo_part {
  padding: 10px;
  box-sizing: border-box;
}

/* Default: 3 per row (col-md-4) */
.promotional_img .promo_part {
  width: 33.3333%;
}

.promotional_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items horizontally */
}

/* Default: 3 per row */
.promotional_img .promo_part {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 10px;
}

.actus-home{
  padding: 0 15px;
}

/* Medium size image, centered, same height on <=768px screens */
@media (max-width: 768px) {
  .promotional_img .promo_part {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .promotional_img .promo_part .img-border {
    width: 100%;            /* Medium width */
    /* height: 220px;         Set a fixed medium height */
    /* overflow: hidden; */
    border-radius: 10px;   /* Optional: add styling */
  }

  .promotional_img .promo_part .img-border img {
    width: 50%;
    height: 80px;
    /* object-fit: cover; */
    display: block;
  }
}





/* Make the container use flex layout */
/* .col-md-12 {
  display: flex;
  flex-wrap: wrap;
} */

/* Default: 4 items per row */
/* Default: 4 per row on large screens */
.procd-grid {
  width: 25%; /* 100% ÷ 4 */
  padding: 15px;
  box-sizing: border-box;
}

/* For tablets and smaller: 2 per row */
@media (max-width: 991px) {
  .procd-grid {
    width: 50%; /* 2 items per row */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
                0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  }
}

/* For mobile: 1 per row */
@media (max-width: 576px) {
  .procd-grid {
    width: 100%; /* Full width = 1 item per row */
    margin-bottom: 10px;
  }
}

/* .social-body{
  padding:20px;
} */

.venueimgstyl{
  max-width:500px;
}

@media (max-width: 768px) {
.venueimgstyl{
  max-width:100%;
}
}
.hiddendesk{
  display: none;
}

@media screen and (min-width: 320px) and (max-width:768px){
    .top-header {
        width: 100%;
    }
      .topmenu .social {
        display: none;
    }
    .hiddendesk{
      display: block;
    }
    .dropdown-container {
      max-width: 100% !important;
    }
    .main-conference {
      margin-top: 20px;
    }
    .actus-infos {
      padding: 15px;
      height: auto !important;
    }
    .recnt-publ img {
      height: auto;
  }

}