:root {
  --primary-color: #8bc53f;
  --secondary-color: #004f64;
  --third-color: #013d70;
  --fourth-color: #004785;
  --sub-color: #f3f9ec;
  --black-dark-color: #212529;
  --white-color: #ffffff;
  --black-color: #000;
  --bg-gray-light-color: #f0f0f0;
  --bg-gray2-light-color: #f4f5f7;
  --bg-gray3-light-color: #ebf1f5;
  --bg-gray4-light-color: #f3f0f0;
  --bg-gray5-light-color: #ccb9b9;
  --bg-gray6-light-color: #f4f4f4;
  --bg-gray7-light-color: #e0edcc;
  --bg-gray8-light-color: #eaeaea;
  --bg-gray9-light-color: #d4d2d2;
  --bg-gray10-light-color: #e6edf2;
  --bg-gray11-light-color: #c7c8c7;
  --bg-gray12-light-color: #e4e5e7;
  --bg-gray13-light-color: #f5f3f3;
  --bg-gray14-light-color: #e8e8e8;
  --bg-secondary-color: #035184;
  --bg-secondary2-color: #035266;
  --bg-secondary3-color: #004f63;
  --border-color: #ddd;
  --border2-color: #f3ebeb;
  --border3-color: #e2e2e2;
  --border4-color: #eee;
  --border5-color: #ced4da;
  --border6-color: #dddddd;
  --placeholder-color: #f3ebeb;
  --box-shadow-color: #c0bdbd;
  --box-shadow2-color: #d3cece;
  --box-shadow3-color: #ccc;
  --box-shadow4-color: #cfc8c8;
  --box-shadow5-color: #dbd8d8;
  --label-color: #ccb9b9;
  --hover-color: #218838;
  --primary-bg-color: #9ac566;
  --primary-bg-color2: #4CAF50;
  --bg-black-light-color: #393636;
  --bg-black-light2-color: #242222;
  --bg-black-light-color2:#686565;
  --red-color: #ff0000;
  --bg-primary-color: #006278;
}



/* :root {
  --primary-color: #8bc53f;
  --secondary-color: #820263;
  --third-color: #013d70;
  --fourth-color: #004785;
  --sub-color: #ffe4f3;
  --black-dark-color: #212529;
  --white-color: #ffffff;
  --black-color: #000;
  --bg-gray-light-color: #f0f0f0;
  --bg-gray2-light-color: #f4f5f7;
  --bg-gray3-light-color: #ebf1f5;
  --bg-gray4-light-color: #f3f0f0;
  --bg-gray5-light-color: #ccb9b9;
  --bg-gray6-light-color: #f4f4f4;
  --bg-gray7-light-color: #e0edcc;
  --bg-gray8-light-color: #eaeaea;
  --bg-gray9-light-color: #d4d2d2;
  --bg-gray10-light-color: #e6edf2;
  --bg-gray11-light-color: #c7c8c7;
  --bg-gray12-light-color: #e4e5e7;
  --bg-gray13-light-color: #f5f3f3;
  --bg-gray14-light-color: #e8e8e8;
  --bg-secondary-color: #035184;
  --bg-secondary2-color: #035266;
  --bg-secondary3-color: #004f63;
  --border-color: #ddd;
  --border2-color: #f3ebeb;
  --border3-color: #e2e2e2;
  --border4-color: #eee;
  --border5-color: #ced4da;
  --border6-color: #dddddd;
  --placeholder-color: #f3ebeb;
  --box-shadow-color: #c0bdbd;
  --box-shadow2-color: #d3cece;
  --box-shadow3-color: #ccc;
  --box-shadow4-color: #cfc8c8;
  --box-shadow5-color: #dbd8d8;
  --label-color: #ccb9b9;
  --hover-color: #218838;
  --primary-bg-color: #9ac566;
  --primary-bg-color2: #4CAF50;
  --bg-black-light-color: #393636;
  --bg-black-light2-color: #242222;
  --bg-black-light-color2:#686565;
  --red-color: #ff0000;
  --bg-primary-color: #006278;
} */

@font-face {
  font-family: 'Avenir LT W01 Light';
  src: url('../images//fonts/avenir_ff/Avenir LT 35 Light.ttf') format('woff2'),
    url('../images/fonts/avenir_ff/Avenir LT 35 Light.ttf') format('woff');
  font-weight: 300;
  /* Adjust weight if necessary */
  font-style: normal;
}


body {
  font-family: 'Wix Madefor', 'sans-serif', 'Sora', 'Avenir';
}

.header-1-main {
  padding: 20px 0px;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  width: 180px;

}

/* ------------------- header-calander ----------------- */
.header-calander {
  margin-top: 10px;

}

.header-calander {
  display: flex;
  justify-content: center;

}

.header-cal-logo i {
  font-size: 50px;
  color: var(--third-color);
}

.header-calander-para p {
  padding-top: 6px;
  font-size: 12px;
}

/* ---------------------------- header location ---------------------- */
.header-loc {

  padding-left: 20px;

}

.header-loc-logo-main {
  margin-top: 10px;
  display: flex !important;
  padding-left: 5px;
}

.header-loc-logo i {
  padding-top: 10px;
  padding-right: 5px;
  font-size: 35px;
  color: var(--third-color);
}

.header-loc-para {
  padding-left: 5px;
  vertical-align: middle;
  text-align: start;
  font-size: 12px;
  padding-top: 9px !important;
}

/* --------------------- header-phone ------------------------- */
.header-phone {
  margin-top: 10px;
}

.header-phone i {
  font-size: 23px;
  padding-right: 5px;
  color: var(--third-color);
}

.header-phone p {
  display: flex;
  gap: 2px;
  font-size: 14px;
}

.header-phone a {
  color: var(--black-dark-color);
}

.header-phone a:hover {
  color: var(--primary-color);
}

/* ---------------------------- social media icons ---------------------- */
.social-media-hed {
  margin-top: 10px;
  display: grid;
  justify-content: end;
}

.social-media-icons i {
  padding: 5px;
  border: 1px solid var(--third-color);
  border-radius: 50%;
  font-size: 16px;
  color: var(--third-color);
}

.hed-btn a {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  gap: 3px;
  padding: 2px 16px;
  border-radius: 30px;
  font-size: 12px;

}

/* --------------------------------- nav bar --------------------------------- */

.navbar-fixed {
  height: 60px;
}

/* Initial state of the navbar */
.navbar-main {
  position: relative;
  /* Initially absolute */
  left: 0;
  width: 100%;
  height: auto;
  background-color: var(--sub-color) !important;
  border-bottom: 4px solid var(--primary-color);
  z-index: 2;
  background-color: transparent;
  /* Initially transparent */
  -webkit-transition: .5s;
  /* Smooth transition */
  transition: .5s;
}

/* When the navbar becomes sticky */
.main-site.is-sticky {
  position: fixed;
  /* Change to fixed when scrolling */
  top: 0;
  /* Stick to the top */
  left: 0;
  width: 100%;
  z-index: 999;
  width: 100%;
  background-color: var(--bg-light-color);
  border-bottom: 4px solid var(--primary-color);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  /* Add box-shadow */
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  animation: fadeInDown 0.5s ease-in-out;
  /* Add animation */
}

/* Animation for smooth entrance */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    /* Initially above the screen */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* Final position at the top */
  }
}

.navbar-collapse {
  display: flex;
  justify-content: space-between;
}

.menu-item a {
  font-size: 14px;
  font-weight: 500;
}

.nav-link {
  position: relative;
}

.nav-link a {
  color: var(--black-color) !important;
  font-size: 12px;
  font-weight: 500;
}

.menu-link a {
  font-size: 12px;
  font-weight: 500;
}

.menu-item span {
  font-size: 15px;
  font-weight: 500;
}

.nav-img img {
  width: 120px;
  display: none;
}

.actives {
  color: var(--primary-color);
}

.dropdown-image img {
  width: 100%;
}



/* ------------------------------ banner ------------------- */
.banner-main {
  background-color: var(--secondary-color);
  padding: 30px 0;
  /* Adjust padding as needed */
  text-align: center;
  /* Center align all content */
}

.banner-hed {
  width: initial;
  /* Adjust width as needed */
  margin: 0 auto;
  /* Center align the container */
  padding: 20px 0;
  /* Adjust padding as needed */
}

.banner-hed-img img {
  width: 50%;
  /* Ensure image responsiveness */
  display: block;
  /* Remove any default spacing issues */
  margin-left: auto;
  /* Center align the image */
  padding-top: 20px;
  /* Adjust top padding as needed */
  padding-bottom: 40px;
  /* Adjust bottom padding as needed */
  padding-right: 25px;
  /* Adjust right padding as needed */
}

.banner-hed-last-first {
  width: fit-content;
  padding-top: 65px !important;
  /* Adjust top padding as needed */
  color: var(--white-color);
  /* Text color */
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--white-color);
}

.banner-hed-last-first h1 {
  font-size: 44px;
  /* Font size */
  font-weight: 600;
  /* Font weight */
  margin-bottom: 10px;
  /* Adjust bottom margin as needed */
  padding-top: 20px;
  /* Adjust top padding as needed */
  letter-spacing: 2px;
}

.banner-hed-last-first span {
  font-size: 16px;
  /* Font size */
  letter-spacing: 9px;
  /* Letter spacing */

}

.banner-hed-last-last {
  color: var(--white-color);
  /* Text color */
  text-align: left;
  /* Center align text */
  padding-top: 8px;
  font-family: sora;
  font-weight: 100;
}

.banner-hed-last-last h1 {
  font-size: 34px;
  font-weight: 100;
  font-family: Sora;
  letter-spacing: 0px;
  padding-top: 18px !important;
  padding-bottom: 10px;
}

.banner-hed-last-last p {
  font-size: 15px;
  /* Font size */
  letter-spacing: 5px;
  /* Letter spacing */
  padding-bottom: 10px;
  /* Adjust bottom padding as needed */
  letter-spacing: 6.7px;
}

.banner-hed-last-last i {
  font-size: 12px;
  /* Font size */
  margin: 0 3px;
  /* Adjust margins as needed */
  vertical-align: middle;
}

.banner {
  width: fit-content;
}

/* -----------------------------------   section 1 ----------------------------------------- */
.section1 {
  background-color: var(--bg-gray-light-color);
  height: 150px;
}

.section1-hed {
  position: relative;
}

.section1-body {
  position: absolute;
  top: 90px;
}

.section1-left {
  background-color: var(--white-color);
  /* background-image: url("./images/USF-print.png"); */
  /* background-size: cover;
 background-repeat: no-repeat; */
  box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.2);
  padding: 28px 20px;
  position: relative;
}

.section1-left h4 {
  font-size: 20px;
  font-weight: 600;
}

.section1-left p {
  font-size: 14px;
}

.section1-left a {
  font-size: 12px;
}

.section1-body-last {
  padding-left: 15px;
}

.section1-body-last p {
  margin-top: 7px;
  margin-left: 20px;
}

.gg-arrow-long-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 65px;
  height: 6px;
}

.gg-arrow-long-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -4px
}

.section1-middle {
  background-color: var(--secondary-color);
  box-shadow: 0.5px 0.5px 1px 0.5px rgb(3, 81, 132, 0.2);
  color: var(--white-color);
  padding: 28px 20px;
}

.section1-middle h4 {
  font-size: 20px;
  font-weight: 600;
}

.section1-middle p {
  font-size: 14px;
}

.section1-middle a {
  font-size: 12px;
}

.gg-arrow-long-middle {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 34px;
  height: 4px;
}

.gg-arrow-long-middle::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -4px
}

.section1-body-middle {
  padding-top: 8px;
}

.section1-right {
  background-color: var(--white-color);
  box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.2);
  padding: 28px 20px;
}

.section1-right h4 {
  font-size: 20px;
  font-weight: 600;
}

.section1-right p {
  font-size: 14px;
}

.section1-right a {
  font-size: 12px;
}

.section-1-img img {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* ----------------------------------------- section 2 ----------------------------- */
.section2 {
  background-image: url('../images/USF-58.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
}

.Usf-15 {
  width: 250px;
}

.Usf-16 {
  width: 250px;
  margin-left: 40px;
}

.section2-first {
  padding-left: 50px;
}

.section2-child-1 {
  background-color: var(--white-color);
  height: 150px;
  width: 150px;
  margin-top: 40px;
  margin-left: 70px;
  padding: 20px;
  display: grid;
  align-items: center;
  text-align: center;
  box-shadow: 1px 1px 2px 2px rgba(190, 188, 188, 0.2);
  border-radius: 50%;
}

.section2-child-1 h6 {
  font-size: 18px;
  font-weight: 600;
}

.section2-child-1 h6 span {
  font-size: 32px;
  color: var(--primary-color);
}

.section2-last h4 {
  font-size: 18px;
  border-left: 12px solid var(--primary-color);
  padding-left: 10px;
  color: var(--primary-color);
  font-weight: 600;
  margin-left: 11px;
}

.section2-last-child {
  gap: 10px;
  padding-left: 17px;
}

.section2-last-child h6 {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 20px;
}

.section2-last-child p {
  font-weight: 550;
}

.section2-last h2 {
  color: var(--third-color);
  font-weight: 800;
  padding-left: 12px;
}

.sec2-child {
  margin-top: 20px;
  padding: 1px;
  padding-top: 10px;
  text-align: center;
  box-shadow: 1px 1px 2px 1px rgba(182, 178, 178, 0.1);
  border-bottom: 2px solid var(--primary-color);
}


.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  color: var(--white-color);
  margin-top: 30px;
  margin-left: 17px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 16px 23px;
  padding-right: 40px;
  background-color: var(--primary-color);
  transition: all 0.5s linear;
  clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}

.thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 7px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  transform: scalex(1.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: left center;
  z-index: -1;
}

.thm-btn span {
  position: relative;
  padding-left: 15px;
}

.btn-box a::before {
  background-color: var(--third-color);
  transform: translateX(0);
  transition: all 0.6s;
}

.btn-box a:hover::before {
  transform: translateX(-101%);
}

.btn-box a:hover {
  color: var(--white-color);
  text-decoration: none;
}


/* ---------------------------------------------  title section ------------------------------ */

.title-middle {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;

  /* border: 2px solid #b7ae35; */
  border-radius: 40px;
  padding: 1px 20px;
  z-index: 0;

  color: var(--primary-color);
}

.title-middle h4 {
  background-color: var(--white-color);
  padding: 0px 15px;
  font-weight: 550;
}

.title-middle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 36%;
  bottom: 14px;
  transform: translate(-50%, -50%);
  background: black !important;
  background: radial-gradient(circle, black 71%, black 100%);
  width: 165%;
  height: 0.5px;
  z-index: -1;
}

.title-middle-para {
  font-size: 14px;
}

.section2-fot {
  margin-top: 60px;
}

.section2-fot {
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}

#section2-3-hedding h4 {
  background-color: var(--bg-gray2-light-color);
}


/* ------------------------------------------------------ section 3 ------------------------------------ */
.section3-bg {
  background-color: var(--bg-gray3-light-color);
  padding: 40px;
}

.accordion-item {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  box-shadow: 0px 0px 5px 2px rgb(231, 227, 227);
  border-radius: 10px;
  margin-bottom: 26px;
}

.accordion-heading {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 550;
}

.accordion-heading span {
  background-color: var(--bg-secondary-color);
  border-radius: 50%;
  color: var(--white-color);
  padding: 5px;
  margin-right: 10px;
}

.accordion-content {
  padding: 10px;
  display: none;
}

.active {
  display: block;
  border-color: var(--primary-color);
  font-size: 14px;
}

.active .accordion-heading span {
  background-color: var(--primary-color);
  /* green background for heading */
}

.section3 a {
  width: 120px;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--primary-color);
  border-radius: 20px;
  color: var(--white-color);
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
}

/* --------------------------------------- section4 ------------------------------------- */


.section4-fot {
  padding-top: 40px;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.title-middles {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 10px 20px;
  /* Adjust padding for better spacing */
  background-color: rgba(255, 255, 255, 0.8);
  /* White with 80% opacity */
  color: var(--primary-color);
}

.title-middles h4 {
  background-color: var(--white-color);
}

.title-middles:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 31;
  transform: translateX(-50%);
  background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
  width: 150%;
  height: 1px;
  /* Adjust height as needed */
  z-index: -1;
}

.section4-title-middle-para {
  font-size: 14px;
  padding: 4px 200px;
  padding-bottom: 40px;
}

.section4-fot h4 {
  color: var(--bg-secondary-color);
  font-weight: 550;
}

.section4-first-main {
  margin-top: 80px;

}

.section4-first {
  position: relative;
  /* Establishes positioning context */
  background-color: var(--bg-secondary-color);
  color: var(--white-color);
  text-align: center;
  padding: 20px;
  margin-left: 77px;
  margin-right: 60px;
}

.section4-first h6 {
  font-size: 20px;
  font-weight: 100;
}

.section4-first h5 {
  font-size: 20px;
  font-weight: 600;
}

.section4-first p {
  font-size: 12px;
}

.section4-first-para {
  padding-top: 30px;
  text-align: left;
}

.section4-first-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 290px;
  /* Adjust maximum width as needed */
}

.section4-first-img img {
  width: 100%;
  /* Ensures image width fills its container */
  height: auto;
  /* Maintains aspect ratio */
}

.section4-last {
  position: relative;
  /* Establishes positioning context */
  background-color: var(--bg-secondary-color);
  color: var(--white-color);
  text-align: center;
  padding: 20px;
}

.section4-last h6 {
  font-size: 20px;
  font-weight: 100;
}

.section4-last h5 {
  font-size: 20px;
  font-weight: 600;
}

.section4-last p {
  font-size: 12px;
}

.section4-last-para {
  padding-top: 30px;
  text-align: left;
}

.section4-last-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 290px;
  /* Adjust maximum width as needed */
}

.section4-last-img img {
  width: 100%;
  /* Ensures image width fills its container */
  height: auto;
  /* Maintains aspect ratio */
}



/* ---------------------------------- section 5 --------------------------------- */
.section5 {
  padding-top: 40px;

}

.section5-fot {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}

.section5-title-middle-para {
  font-size: 12px;
  padding: 0px 200px;
}

.section5-fot h4 {
  color: var(--primary-color);
}


/* -------------------------------------------- new code -------------------------------- */

.gallery-grid {
  display: flex;
  justify-content: center;
}


.one-third {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  position: relative;
  height: 380px;
}

.one-third:last-of-type {
  margin-right: 0;
}

.gallery-grid img {
  width: 100%;
  height: 250px;
  position: relative;
}

.gallery-grid a {
  display: block;
}

.screen {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  border-radius: 0;
  width: 100%;
  height: 100px;
}

.screen h6 {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.screen p {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
}

.title {
  color: var(--white-color);
  font-weight: bold;
  padding-left: 20px;
  text-align: left;
  margin: 0;
  padding-top: 80%;
}

.title-3 {
  color: var(--white-color);
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding-top: 60%;
  padding-left: 40px;
  padding-bottom: 0px;
}

.screen:hover .title {
  margin-left: 0;
}

.title-3 p {
  font-size: 10px;

}

.screen.fade-in .title {
  margin-left: 0;
}

.title span {
  color: var(--primary-color);
  font-size: 20px;
}

.title-3 span {
  color: var(--primary-color);
  font-size: 20px;
}

.title-3-para {
  padding-left: 5px;
  margin-bottom: 20px;
  padding-left: 30px;
  color: var(--white-color);
}



/* -------------------------------------------- section6 ----------------------------------- */

.section6-fot {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}

.section6-title-middle-para p {
  font-size: 12px;
  padding: 0px 150px;
}

.section6-fot h4 {
  color: var(--primary-color);
}

.section6-fot h6 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--bg-secondary-color);
}

.section6-child1 img {
  width: 100%;
}


.section6-child2-1 img {
  width: 100%;
  height: 400px;

}

.section6-child2-2 img {
  width: 100%;
  height: 400px;
}

.section6-child2-3 img {
  width: 100%;
  height: 400px;
}


.section6-child3-1 img {
  width: 100%;
  height: 400px;
}

.section6-child3-2 img {
  width: 100%;
  height: 400px;
}

/* -------------------------------------------------- section 7 --------------------------------------- */
.section7 {
  padding-bottom: 80px;
}

.section7-fot {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}

.section7-fot h4 {
  color: var(--primary-color);
}

.section7-title-middle-para {
  font-size: 12px;
  padding: 0px 150px;
}

/* ------------------------------------- slider --------------------------------- */
.slider-container {

  overflow: hidden;
  /* Hide overflow content */
  position: relative;
  /* Ensure buttons are positioned correctly */
  margin: 20px auto;
  /* Center the slider */
}

.slider-content {
  display: flex;
  /* Display items in a row */
  transition: transform 0.5s ease;
  /* Smooth transition */
}

.slide {
  flex: 0 0 100%;
  /* Each slide takes up full width */
  padding: 10px;
  box-sizing: border-box;
  /* Include padding in width */

}

.slider-control {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  padding: 10px;
  font-size: 80px;
  font-weight: 100;
  color: var(--primary-color);
  cursor: pointer;
}

.slider-control.prev {
  left: 10px;
}

.slider-control.next {
  right: 10px;
}

.slider {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 120px;
  margin-right: 110px;
  box-shadow: 0px 0px 2px 4px var(--bg-gray4-light-color);
  position: relative;
}

.slide-img-1 img {
  top: -35px;
  left: 22px;
  position: absolute;
  border-bottom: 20px solid var(--primary-color);
  width: 87%;
}

.slide-para i {
  font-size: 40px;
  color: var(--primary-color);
}

.slide-para {
  padding-left: 30px !important;

}

.slide-para h6 {
  font-weight: 600;
  font-size: 18px;
  color: var(--third-color);
}

.slide-para p {
  font-size: 14px;
  padding-right: 20px;
}

/* -------------------------------------------------- section8 ------------------------------ */
.section8 {
  background-color: var(--third-color);
  /* Dark blue background */
  padding: 10px 0px;
}


.section8-main .count {
  color: var(--primary-color);
  /* Light green color for the numbers */
  font-size: 50px;
  /* Font size for the numbers */
  font-weight: 700;
  /* Corrected font weight */
  margin-right: 5px;
  /* Spacing between number and plus sign */
}

.section8-main .plus {
  color: var(--primary-color);
  /* Light green color for the plus sign */
  font-size: 30px;
  /* Font size for the plus sign */
  font-weight: 700;
  /* Font weight for the plus sign */
}

.section8-head {
  border-top: 2px solid var(--white-color);
  /* White top border */
  border-bottom: 2px solid var(--white-color);
  /* White bottom border */
}

.section8-main {
  padding: 40px 0px;
  /* Top and bottom padding */
  text-align: center;
  /* Center align content */
}

.section8-main h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  /* Light green color for the numbers */
  font-size: 50px;
  /* Font size for the numbers */
  font-weight: 750;
  /* Font weight (Note: font-weight 750 is invalid, corrected to 700) */
}

.section8-main h6 {
  color: var(--white-color);
  /* White color for the labels */
  font-size: 22px;
  /* Font size for the labels */
  font-weight: 600;
  /* Font weight for the labels */
}

/* ------------------------------------------------ section 9  ------------------------------------ */
.section9 {
  padding-bottom: 40px;
}

.section9-fot {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}

.section9-title-middle-para {
  font-size: 12px;
  padding: 0px 150px;
}

.section9-fot h4 {
  color: var(--primary-color);
}

/* ----------------------------------------------------- slider-2 ---------------------------------- */

.custom-slider-container {
  /* Set max width of the slider container */
  margin: 40px -30px;
  /* Center the slider horizontally */
  overflow: hidden;
  /* Hide overflow content */
  position: relative;
  border-radius: 5px;
  /* Optional: Rounded corners */
}

.custom-slider-content {
  display: flex;
  /* Display slides in a row */
  transition: transform 0.5s ease;
  /* Smooth transition for slide movement */
}

.custom-slide {
  flex: 0 0 20%;
  /* Each slide takes up 25% of container width */
  box-sizing: border-box;
  /* Include padding and border in width calculation */
  padding: 10px;
  /* Add padding around slide content */
  text-align: center;
  /* Center content horizontally */
}

.custom-slide img {
  max-width: 80%;
  /* Ensure images don't exceed slide width */
  height: 90px !important;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 2px rgb(236, 233, 233);
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove default image whitespace */
  margin: 0 auto;
  /* Center image horizontally */
}

.custom-slider-control {
  position: absolute;
  /* Position controls absolutely within the container */
  top: 55%;
  /* Align controls vertically centered */
  transform: translateY(-60%);
  /* Adjust for vertical centering */
  margin-left: 20px;
  margin-right: 20px !important;
  padding: 20px;
  cursor: pointer;
  /* Change cursor to pointer on hover */
  z-index: 1;
  /* Ensure controls are above slides */
}

.custom-slider-control i {
  border: 1px solid var(--bg-secondary-color);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 100;
  color: var(--bg-secondary-color);
}

.custom-slider-control.prev {
  left: 10px;
  /* Position previous control on the left side */
}

.custom-slider-control.next {
  right: 10px;
  /* Position next control on the right side */
}

/* ----------------------------------- slide .js ------------------------------ */


/* Default slide */
.center-slider .slick-slide {
  color: var(--white-color);
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}

.sub_ind_slid {
  width: 200px;
  height: 200px;
  background-color: var(--white-color);
}

.center-slider .slick-slide img {
  width: 100%;
  padding: 20px;
  box-shadow: 0px 1px 2px 2px rgb(236, 233, 233);
  border-radius: 10px;

}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(0.9);

}

.center-slider .slick-current.slick-active {
  transform: scale(0.9);

}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: var(--fourth-color);
  font-size: 26px;
}

/* ------------------------------------------------ section 10 --------------------------------------- */
.section10 {

  border-top: 6px solid var(--primary-color);
  padding: 60px 40px;
  background-color: var(--secondary-color);
}

.section10-main-m {
  background-image: url(../images/USF-55.webp);
  background-size: contain;
  /* Ensures the image covers the entire element */
  background-repeat: no-repeat;
  width: 78%;
  height: 211px;
  margin-left: auto;
  margin-right: auto;
}

.section10-main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 20px;
}

.section10-first {
  padding: 6px;
  padding-left: 45px;
}

.section10-first h1 {
  padding-top: 14px !important;
}

.section10-first p {
  font-size: 12px;
}

.section10-last {
  display: grid;
  border-radius: 20px;
  padding: 40px;
  align-items: center;
  text-align: center;
}

.section10-last p {
  text-align: left;
  padding-left: 22px;
  font-size: 12px;
}

/* ------------------------ email ------------------------ */

.email-input {
  width: 70%;
  padding: 13px;
  border: 1px solid var(--border2-color);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.email-button {
  margin-left: -5px;
  padding: 14px 20px;
  background-color: var(--bg-secondary-color);
  color: var(--white-color);
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}

.email-button:hover {
  background-color: var(--third-color);
}

#emailInput::placeholder {
  color: var(--placeholder-color);
  /* Example placeholder text color */
}

/* ---------------------------------------------   footer ---------------------------------------- */

footer {
  background-image: url('../images/USF\ -36.webp');
  /* Replace 'background.jpg' with your image path */
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white-color);
}

.footer-hed {
  padding: 40px;
  text-align: center;
  font-size: 30px;
  color: var(--white-color);
}

/* ----------------------------------- section 1 ------------------------------------------- */
.footer1-child1 {
  padding-right: 60px;
}

.footer1-child1 h1 {
  width: fit-content;
  font-size: 30px;
  border-bottom: 1px solid var(--primary-color);
}

.footer1-child1 p {
  font-size: 14px;
}

/* --------------------------------- links1 ----------------------------------------------- */
.footer-link {
  padding-left: 36px;
}

.footer-link h4 {
  font-size: 16px;
  color: var(--primary-color);
}

.footer-link ul {
  list-style-type: none;
  /* Remove default list style */
  padding: 0;
  /* Remove default padding */
}

.footer-link ul li {
  margin-bottom: 5px;
  /* Optional: Add spacing between list items */
}

.footer-link ul li a {
  text-decoration: none;
  /* Remove underline from links */
  color: var(--white-color);
  font-size: 14px;
  /* Set link font size */
}

/* --------------------------------------------------link2 ---------------------------------------------- */
.footer1-child3 {
  padding-left: 60px;
}

.footer1-child3 h4 {
  font-size: 18px;
  color: var(--primary-color);
}

.footer1-child3 ul {
  margin-top: 20px;
  list-style-type: none;
  /* Remove default list style */
  padding: 0;
  /* Remove default padding */
}

.footer1-child3 ul li {
  padding-bottom: 5px;
  font-size: 14px;
}

.footer1-child3 i {
  color: var(--primary-color);
  padding-right: 10px;
}

.footer1-child3 a {
  color: var(--white-color);
}

.footer1-child3 a:hover {
  color: var(--primary-color);
}

/* ---------------------------------------------------------------------------------- */
.footer1-child4 {
  padding-left: 53px;
}

.footer1-child4 h4 {
  font-size: 18px;
  color: var(--primary-color);
}

.footer1-child4 p {
  font-size: 14px;
}

.footer1-child4 a {
  font-size: 14px;
  color: var(--white-color)
}

/* ---------------------------------------------------------------------------------------- */
.footer-section2 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.footer-section2-para p {
  margin-top: 15px;
  width: fit-content;
  padding: 1px 8px;
  color: var(--black-color);
  background-color: var(--primary-color);
}

.footer-last img {
  width: 60px;
  height: 50px;
}

.footer1-child2 img {
  padding-top: 50px;
  width: 71% !important;
  margin-top: -25px;
}


/* ============================================== Abstract page ====================================== */
.title-middless {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 1px 20px;
  z-index: 1;

}

.Abstract-foc {
  padding-top: 40px;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.Abstract-foc .title-middless h4 {
  font-size: 40px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
}

.Abstract-foc .section4-title-middle-para {
  padding: 4px 179px;
  padding-bottom: 30px;
}

.title-middless:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 36%;
  bottom: 14px;
  transform: translate(-50%, -50%);
  background: var(--primary-color) !important;
  background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
  width: 200%;
  height: 0.5px;
  z-index: -1;
}

.abstract-e-rection {
  padding-top: 40px !important;
}

/* ------------------------------------------- form ------------------------------------------------ */

.form-group-main {
  box-shadow: 0px 0px 2px 1px var(--box-shadow-color);

}

.forms {
  padding: 10px 30px;

}

.form-group {
  margin-bottom: 15px;
  justify-content: space-between;
  flex-wrap: wrap;

}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: var(--label-color);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 320px !important;
  font-size: 15px;
  padding: 3px;
  background-color: var(--bg-gray5-light-color);
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  height: 36px;
}

.form-group .full-width {
  width: 100%;
}

.submit-button {
  margin-top: 10px;
}

.submit-button button {
  padding: 7px 30px;
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--primary-color);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.submit-button button:hover {
  background-color: var(--hover-color);

}

.form-group-main label {
  font-size: 14px;
  color: var(--bg-black-light-color);
}

.form-upload span {
  font-size: 11px;

}

.form-group-main-heding {
  padding-top: 35px;
}

.form-group-main-heding h6 {
  margin: 0px;
  padding-left: 25px;
  border-left: 5px solid var(--primary-color);
}

.form-group-main-heding span {
  padding-left: 25px;
  font-size: 10px;
}



/* ----------------------------- */


/* ----------------------------------------------- img -------------------------------------- */
.abstract-section2 {
  display: flex;
}

.abstract-img img {
  width: 100%;
  padding-left: 15px;
}

.abstract-img-1 {
  position: relative;
}

.abstract-img-para {
  position: absolute;
  top: 130px;
  left: 40px;
}

.abstract-img-para h3 {
  color: var(--primary-color);
  font-size: 36px;
  margin: 0px;
}

.abstract-img-para p {
  font-weight: 600;
  font-size: 14px;
  padding-left: 2px;
}

.abstract-submission-3-img img {
  width: 40%;
  padding: 5px 0px;
}

/* ------------------------------------------------- abstract para -------------------------------- */
.abstract-para {
  padding: 40px 0px;
}

.abstract-para p {
  text-indent: 47px;
}

/* ======================================================== Register page ====================================== */
.Abstract-foc .title-middlesss {
  margin: 0px auto;
}

.Abstract-foc .title-middlesss h4 {
  font-size: 40px;
  padding: 0px 10px;
  font-weight: 300;
  color: var(--white-color);
  background-color: var(--bg-black-light-color);
  border-radius: 10px;
  z-index: 2;
  position: relative;
}

.Abstract-foc .section4-title-middle-para {
  padding: 4px 179px;
  padding-bottom: 30px;
}

.title-middlesss:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16%;
  bottom: 14px;
  transform: translate(-50%, -50%);
  background: var(--white-color) !important;
  background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
  width: 50%;
  height: 0.5px;
  z-index: 1;
}


/* #register-main-head{

background-color: transparent;
color: var(--white-color);
} */

.section4-title-middle-para-1 {
  padding: 4px 179px;
  padding-bottom: 30px;
  color: var(--white-color);
  z-index: 1;
}

.register-main {
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}

.register-price {
  width: 100%;
  border-radius: 10px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 80px !important;
  background-position: right bottom;
  color: var(--white-color);
  text-align: center;
  position: relative;
  padding-bottom: 5px;

}

.Abstract-foc-main {
  /* background-image: url("./images/register-background-2.png");
background-size: cover;
background-repeat: no-repeat; */
  background-color: var(--white-color);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  /* Ensure child elements do not overflow */
  z-index: -1;
}

/* .Abstract-foc-main::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8); 
border-radius: 10px; 
z-index: 0; 
} */

.price1 {
  padding: 32px 0px;
  background-color: var(--third-color);
  border-radius: 20px;
  /* Applies rounded corners */
  overflow: hidden;
  z-index: 2;
  /* Ensures pseudo-element doesn't overflow */
}

.price4 {
  background-color: var(--third-color);
  border-radius: 20px;
  /* Applies rounded corners */
  overflow: hidden;
  padding: 40px 0px;
  z-index: 2;
}

.price1::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 22%;
  width: 54%;
  height: 5px;
  border-bottom: 33px solid var(--border3-color);
  border-radius: 20px;
  z-index: -1;
}

.price4::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 22%;
  width: 54%;
  height: 5px;
  border-bottom: 33px solid var(--border3-color);
  border-radius: 20px;
  z-index: -1;
}

.price1 h6,
.price1 h5 {
  margin: 0;
}

#numbers {
  width: 70px;
}

#occupancy {
  width: 70px;
}

/* ----------------------------------------- register-middle- parra ----------------------- */
.register-middle-parra {
  padding-top: 40px;
  text-align: left;
  padding-bottom: 40px;
}

/* ------------------------------------ section 2 ---------------------- */
.price-selection-1-main {
  box-shadow: 0px 0px 4px 1px var(--box-shadow2-color);
}

.price-selection-1-table {
  width: 100%;
  height: 550px;
  border-collapse: collapse;
  /* Ensures borders are neatly collapsed */

}

.register-pament-summery-1 {
  height: 550px;
}

.price-selection-1-table th span {
  font-size: 11px;
  padding-right: 13px;
  margin-top: 10px !important;
}

th,
td {

  text-align: left;
}

.price-selection-1 th {
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--bg-secondary-color);
  font-weight: 500;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
}

.price-selection-1 th,
td {
  border: none;
}

.price-selection-1 th p {
  font-size: 9px;
}

.price-selection-1 td {
  font-size: 14px;
  padding: 15px 10px;

}

.price-selection-1 td input {
  margin-right: 10px;
}

th {
  background-color: var(--white-color);
}

/* Alternate row colors */
tbody tr:nth-child(even) {
  background-color: var(--white-color);
  /* Light gray */
}

tbody tr:nth-child(odd) {
  background-color: var(--bg-gray6-light-color);
  /* Lighter gray */
}

.register-head-para {
  padding-top: 15px;
}

.lable {
  display: none;

}

/* ----------------------------------------------------------------- */
.payment-gatway {
  padding: 15px 10px;
  position: absolute;
  bottom: 0px;
}

.payment-gatway-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.payment-gatway h6 {
  font-weight: 600;
  margin-left: -11px;
}

.register-pay-img {
  text-align: center;
}

.register-pay-img img {
  width: 90%;
  padding: 7px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 1px 1px var(--box-shadow3-color);
  margin: 8px auto;
  margin-right: 10px;
}

.register-btn-nxt {
  padding-top: 19px;
}

.register-btn-nxt a {
  padding: 10px 15px;
  color: var(--black-color);
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  background-color: var(--primary-bg-color);
  border: 1px solid var(--box-shadow3-color);
}

/* --------------------------------------- section 2 child -2 ----------------- */
.price-section-child-2 table {
  border: none;
}

.price-section-child-2 {
  margin-top: 18px;
  background-color: var(--bg-light-color);
  border: 1.5px solid var(--primary-color);
  margin-bottom: -1px;
}

.price-section-child-2 table {
  width: 100%;
  /* Ensure table takes full width of its container */
  border-collapse: collapse;
  /* Collapse table borders */

}

.price-section-child-2 th,
.price-section-child-2 td {
  /* Add padding for spacing inside table cells */
  text-align: left;
  /* Align text to the left within cells */
  font-size: 15px;
  color: var(--black-color);
  /* Text color */
  background-color: var(--bg-light-color);
  border: none;
  padding: 5px 0px;
  border-bottom: 1px solid var(--bg-gray7-light-color);
}

.price-section-child-2 th {
  font-size: 19px;
  font-weight: 100;
  color: var(--bg-secondary-color);
}


.price-input {
  width: 70%;
  margin: 8px;
  border: 1px solid var(--box-shadow3-color);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}

/* --------------------------------------------------- register last second ----------------------------- */
.custom-table {
  width: 100%;
  /* Ensure table takes full width */
  border-collapse: collapse;
  /* Collapse table borders */
  border: none;
  box-shadow: 0px 0px 2px 1px var(--box-shadow4-color);
}

.custom-table th,
.custom-table td {
  /* Add padding for spacing inside table cells */
  text-align: left;
  /* Align text to the left within cells */
  padding-left: 5px;

}

.custom-table th {
  background-color: var(--bg-secondary-color);
  color: var(--white-color);
  font-size: 15px;
  text-align: center;
  padding: 5px 0px;
}

.custom-table td {
  background-color: var(--white-color);
  color: var(--black-color);
  font-size: 15px;
  padding: 4px 5px;
  text-align: center;
}

.custom-table select {
  width: 71%;
  margin: 4px 20px;
  padding: 4px 0px;
  border: 1px solid var(--box-shadow3-color);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}


/* ------------------------------------------- register last ----------------------------------- */
.section2-last {
  margin-top: 20px;

}

.section2-last p {
  font-size: 13px;
  padding-top: 5px;
  margin-left: 15px;
}

.register-coupon-btn {
  margin-left: 20px;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: var(--bg-gray8-light-color);
  font-size: 12px;
  border: 1px solid var(--bg-gray9-light-color);
}

.register-btn {
  padding: 10px 30px;
  background-color: var(--primary-bg-color);
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 16px;
  font-weight: 600;
  text-decoration: none;
}


.section2-lasts {
  width: 67%;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* ------------------------------------------ register-img -------------------------------------- */
.register-img2 img {
  padding-top: 20px;
  width: 100%;
}


/* ---------------------------------------------------- forms  --------------------------------- */
.register-pament-input {
  box-shadow: 0px 0px 4px 1px var(--box-shadow-color);
  padding: 5px 5px;
}

.register-pament-input h3 {
  font-size: 20px;
}

.register-pament-input label {
  color: var(--black-color);
  font-size: 15px;
}

.register-pament-input input,
.register-pament-input select,
.register-pament-input textarea {
  width: 100%;
  font-size: 15px;
  padding: 3px;
  background-color: var(--bg-gray5-light-color);
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  height: 30px;
}

.register-pament-input-main {
  display: flex;
  margin-bottom: 15px;
}

.register-details-btn-add {
  width: 100%;
  text-align: end;
}

.register-details-btn-add button {
  padding: 6px;
  color: var(--white-color);
  border-radius: 10px;
  background-color: var(--bg-secondary-color);
  border: 1px solid var(--bg-secondary-color);
  font-size: 12px;
}

#street {
  font-size: 15px;
  padding: 3px;
  background-color: var(--bg-gray5-light-color);
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  height: 90px;
  overflow-y: scroll;
}

.register-pament-coupon-btn {
  margin-top: 5px;
  padding: 2px 5px;
  background-color: var(--bg-gray5-light-color);
  border: 1px solid var(--border-color);
}

.register-pament-summery-1 {
  background-color: var(--bg-light-color);
  border: 1.5px solid var(--primary-color);
  padding: 8px;
  position: relative;
}

.register-pament-summery-1 th,
.register-pament-summery-1 td {
  /* Add padding for spacing inside table cells */
  text-align: left;
  /* Align text to the left within cells */
  font-size: 15px;
  color: var(--black-color);
  /* Text color */
  background-color: var(--bg-light-color);
  border: none;
  padding: 7px 10px;
  border-bottom: 1px solid var(--bg-gray7-light-color);
}

.register-pament-summery-1 th {
  padding-bottom: 20px;
  font-size: 20px;
}

.register-pament-summery-1 td {
  padding-bottom: 10px;
}

/* ---------------------------------------------------- price tabs --------------------------*/


.register-pament-summery table {
  border: none;
  width: 100%;
  /* Ensure table takes full width of its container */
  border-collapse: collapse;
  /* Collapse table borders */
}

.register-pament-summery {
  background-color: var(--bg-light-color);
  border: 1.5px solid var(--primary-color);
  margin-bottom: -1px;
  padding: 8px;
}

.register-pament-summery th,
.register-pament-summery td {
  /* Add padding for spacing inside table cells */
  text-align: left;
  /* Align text to the left within cells */
  font-size: 15px;
  color: var(--black-color);
  /* Text color */
  background-color: var(--bg-light-color);
  border: none;
  padding: 7px 10px;
  border-bottom: 1px solid var(--bg-gray7-light-color);
}

.register-pament-summery th {
  font-size: 20px;
  font-weight: 100;
  color: var(--bg-secondary-color);
}

.register-pament-summery-total td {
  padding: 4px 10px;
  font-size: 16px;
  color: var(--black-color);
}

.register-pament-summery-register-btn {
  padding: 10px 30px;
  background-color: var(--primary-bg-color);
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 16px;
  margin-left: 100px;
  font-weight: 600;
}

.register-btn {
  margin-left: -15px;
  text-decoration: none;
  color: var(--black-color);
}

.register-btn:hover {
  text-decoration: none;
  color: var(--black-color);
}

.price-selection-1-table-head span {
  font-size: 12px;
  padding-right: 13px;
}


/* =============================================== internalpage ============================================ */
.internal-page-body {
  background: linear-gradient(to bottom, #f5f5f5 1%, rgb(255, 255, 255) 99%);

}

.internalpage-main {
  width: 87%;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 60px;
}

/* ------------------------------------- author tables ---------------------------------- */
.author-details h6 {
  font-size: 20px;
  color: var(--third-color);
}

.author-details span {
  font-size: 14px;
}

.author-details-p {
  font-style: italic;
}

/* -------------------------------------authors left ----------------------------------------- */
.author-table {
  border: 1px solid var(--third-color);
  padding: 15px 15px;
}

.author-table h3 {
  font-size: 16px;
  color: var(--third-color);
  font-weight: 600;
}

.author-table p {
  border-bottom: 1px solid var(--fourth-color);
}

.author-table a {
  font-size: 13px;
}

.author-table p a:hover {
  color: var(--primary-color) !important;
}

/* ---------------------------------------------------- section 2 ------------------------------------------- */
.author-details-sec2 {
  padding-top: 40px;
}

.author-details-sec2 h3 {
  font-size: 20px;
  color: var(--third-color);
}


/* ---------------------------------------------------- section 3 -------------------------------- */
.author-details-third-section {
  width: 84%;
  padding-top: 40px;
  margin: 0px auto;
}

.author-details-sec3-child {
  box-shadow: 0px 0px 4px 1px var(--box-shadow5-color);
}

.author-details-sec3-child img {
  width: 90px;
  background-color: var(--third-color);
  float: left;
  padding: 16px;

}

.author-details-sec3-main {
  display: flex;
  margin-bottom: 25px;
}

.author-details-sec3-main h6 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 11px;
  padding-left: 8px;
  margin: 0px;
}

.author-details-sec3-main p {
  padding-left: 8px;
  font-size: 13px;
  padding-right: 10px;
  margin: 0px;
}

/* ----------------------------------------------------------- section 4 ---------------------------------- */
.author-details-sec4-main-cf {
  padding: 40px 0px;
  background-color: var(--bg-gray10-light-color);
}

.author-details-sec4-main {
  width: 85%;
  margin: 0 auto;
}

.author-details-sec4-main h3 {
  font-size: 20px;
  color: var(--fourth-color);
}

/* ============================================== internalpage-details ============================== */
#register-pament-input-1 {
  margin-top: 20px;
  height: 550px;
}

.form-group {
  margin-bottom: 3px;
  padding-top: 20px;
}

/* ------------------------------------------- contact-us ------------------------- */
.contact-us {
  padding: 40px 0px;
  text-align: justify;
}

.contact-us p {
  margin-bottom: 6px;
  line-height: 27px;
}

.contact-us h6 {
  font-size: 18px;
  font-weight: 600;
}

.contact-us-sub {
  padding-top: 20px;
}

.contact-us-sub p a {
  color: var(--black-dark-color);
}

.contact-us-sub p a:hover {
  color: var(--primary-bg-color) !important;
}

.contact-us-sub-2 {
  padding-top: 30px;
}

.contact-us a {
  color: var(--black-dark-color);
}

.contact-us a:hover {
  color: var(--primary-bg-color) !important;
}

.contact-form {
  display: grid;
}

.form-group input,
.form-group select,
.form-group textarea {
  display: block;
  width: 320px !important;
  background-color: var(--white-color);
  border: 1px solid var(--border4-color);
  padding: 0.625em 0.7375em;
  outline: 0;
  border: 1px solid var(--primary-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 45px;
}

.forms-control {

  display: flex;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-dark-color);
  background-color: var(--white-color);
  background-clip: padding-box;
  border: 1px solid var(--border5-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------- */

/* ================== */


.default-btn {
  padding: 13px 30px;
  border-radius: 50px;
  margin-bottom: 40px;
  color: var(--white-color);
  margin-top: 16px;
  background-color: var(--primary-color);
  font-weight: 600;

}

.default-btn:hover {
  padding: 13px 30px;
  background-color: var(--hover-color);
}

.sub-title {
  color: var(--primary-bg-color);
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}

.form-group {
  width: 100% !important;
  margin-bottom: 3px;
  padding-top: 20px;
}

/* =========================== */
.section-title-main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 18px;
}

.form-control {
  width: 450px !important;
}

.form-group input,
.form-group select {

  font-size: 15px;
  padding: 10px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  height: 45px;
}

.form-group textarea {
  width: 100% !important;
  height: 150px;
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
}

.section-title-main {
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0.5px 0.5px 0.7px 0.9px rgba(0, 0, 0, 0.4);
}

.section-title-p {
  margin-bottom: 15px;
  ;
  font-size: 18px;
}

/* ================================================================================================================
================================================= inner pages about-conference =================================
================================================================================================================== */
.about-conference-content {
  display: grid;
  padding: 40px 0px;
  text-align: justify;
}

.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);

}

.about-conference-content ul li {
  margin-left: 25px;
  list-style-type: circle;
  line-height: 27px;
  padding-bottom: 10px;
}

.about-conference-content h6 {
  font-weight: 600;
  padding-left: 23px;
}

.about-conference-content p {
  line-height: 27px;
  padding-left: 23px;
}

.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------------ */


/* ------------------------------------------------ inner page conference objective --------------------------------- */

.conference-objective {
  padding: 40px 0px;
  text-align: justify;

}

.conference-objective h6 {
  font-size: 18px;
  font-weight: 600;
}

.conference-objective h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.conference-objective ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.conference-objective p {
  line-height: 27px;
  padding-left: 23px;
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------- */



/* ------------------------------------------------ inner page why to attend --------------------------------- */
.way-to-attend-content {
  padding: 40px 0px;
  text-align: justify;

}

.way-to-attend-content h3 {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 25px;
}

.way-to-attend-content p {
  margin-bottom: 0px;
  padding-left: 23px;
  line-height: 27px;
}

.way-to-attend-content h6 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 25px;
  display: flex;
}

.way-to-attend-content h6 i {
  padding-right: 5px;
}

.way-to-attend-content h5 {
  font-size: 20px;
  padding-left: 23px;
}

.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}




/* -----------------------------------------------highlights-of-the-conference --------------------- */
.highlights-of-the-conference {
  padding: 40px 0px;
  text-align: justify;

}

.highlights-of-the-conference p {
  margin-bottom: 0px;
  padding-left: 23px;
  line-height: 27px;
}

.highlights-of-the-conference h6 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 25px;
  display: flex;
}

.highlights-of-the-conference h6 i {
  padding-right: 5px;
}

.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.highlights-of-the-conference-2 {
  padding-top: 16px;
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}





/* --------------------------------------- conference-sessions ------------------------------------ */
.conference-sessions {
  padding: 40px 0px;
  text-align: justify;

}

.conference-sessions h3 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  display: flex;
}

.conference-sessions h6 {
  font-size: 18px;
  font-weight: 600;
}

.conference-sessions h3::before {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 5px;
  color: var(--bg-black-light2-color);
}

.conference-sessions h3 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.conference-sessions ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.conference-sessions p {
  margin-bottom: 0px;
  line-height: 27px;
  padding-left: 23px;
}


.conference-sessions h6 {
  padding-left: 23px;
}

.conference-sessions-p {
  padding-left: 23px;
  line-height: 24px;
  padding-top: 10px;
}

.conference-sessions h6 {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 600;
}

.conference-sessions ul {
  margin: 0px !important;
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* -------------------------------------------  conference-networking ------------------------ */
.conference-networking {
  padding: 40px 0px;
  text-align: justify;

}

.conference-networking h3 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 23px;
}

.conference-networking h5 {
  padding-top: 18px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.conference-networking h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.conference-networking p {
  margin-bottom: 0px;
  padding-left: 23px;
  line-height: 27px;
}

.conference-networking-p {
  line-height: 27px;
}


.header-container {
  position: relative;
  display: inline-block;

}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}



/* ------------------------------------------------------ topic to cover --------------------------- */
.topic-to-cover {
  padding: 40px 0px;
  text-align: justify;
  margin: 0px;
}

.topic-to-cover ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  text-align: left;
}

.topic-to-cover h6 {
  font-size: 18px;
  font-weight: 600;
}

.topic-to-cover h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.topic-to-cover h5 {
  font-size: 18px;
  font-weight: 600;
}


.topic-to-cover p {
  line-height: 27px;
  padding-left: 23px;
}

.topic-to-cover-ul {
  padding-left: 23px;
}

.topic-to-cover-ul li {
  padding-bottom: 10px;
  line-height: 27px;
}

.topic-to-cover h6 {
  font-size: 16px;
  font-weight: 600;
  padding-left: 24px;
}

.topic-to-cover h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.topic-to-cover-2 {
  width: 100%;
  padding-bottom: 10px;
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}





/* -------------------------------------------------------- our-mission ------------------------------ */
.our-mission {
  padding: 40px 0px;
  text-align: justify;

}

.our-mission ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.our-mission h5 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}

.our-mission h6 {
  font-size: 16px;
  font-weight: 600;
  padding-left: 24px;
}

.our-mission h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  font-size: 19px;
  padding-right: 5px;
}

.our-mission p {
  margin-bottom: 0px;
  line-height: 27px;
  padding-left: 23px;
}

.our-mission-p {
  padding-bottom: 10px;
}



.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.our-mission-p {
  padding-left: 23px;
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* --------------------------------  pay  --------------------- */




/* ------------------------------------------ code-of-conduct -------------------------- */
.code-of-conduct {
  padding: 40px 0px;
  text-align: justify;

}

.code-of-conduct ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.code-of-conduct h6 {
  font-size: 18px;
  font-weight: 600;
}

.code-of-conduct h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 4px;
}

.code-of-conduct h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 6px;
}

.code-of-conduct h5 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.code-of-conduct p {
  margin-bottom: 5px;
  line-height: 27px;
  padding-left: 23px;
}



.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.code-of-conduct-2 {
  padding-left: 23px;
}

.code-of-conduct-p {
  padding-left: 23px;
}

.code-of-conduct-3 {
  padding-bottom: 16px;
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ----------------------------------------------  policies-procedure ------------------------ */
.policies-procedure {
  padding: 40px 0px;
  text-align: justify;

}

.policies-procedure ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.policies-procedure h6 {
  font-size: 18px;
  font-weight: 600;
}

.policies-procedure h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.policies-procedure h5 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.policies-procedure p {
  line-height: 27px;
  padding-left: 23px;
}


.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.policies-procedure h6 {
  padding-left: 24px;
  margin-bottom: 0px;
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

.policies-procedure ul li h6 {
  padding-bottom: 7px !important;
}


/* ---------------------------------------------------  integrity-and-ethics ---------------------------- */
.integrity-and-ethics {
  padding: 40px 0px;
  text-align: justify;

}

.integrity-and-ethics ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  line-height: 27px;
  padding-bottom: 10px;
}

.integrity-and-ethics h6 {
  font-size: 18px;
  font-weight: 600;
}

.integrity-and-ethics h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.integrity-and-ethics h5 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.integrity-and-ethics h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.integrity-and-ethics h6 {
  padding-left: 24px;
  font-size: 16px;
}

.integrity-and-ethics-p {
  padding-left: 23px;
  line-height: 27px;
}

.integrity-and-ethics p {
  line-height: 27px;
  padding-left: 23px;
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ---------------------------------  meet our speakers  ---------------------- */

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


.meet-our {
  height: 600px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

/* ---------------------------------   collaborative-opportunities ---------------------------- */
.collaborative-opportunities {
  padding: 40px 0px;
  text-align: justify;

}

.collaborative-opportunities ul li {
  margin-left: 25px;
  padding-bottom: 10px;
  list-style-type: circle;
  line-height: 27px;
}

.collaborative-opportunities h6 {
  font-size: 16px;
  font-weight: 600;
  padding-left: 26px;
}

.collaborative-opportunities h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.collaborative-opportunities h5 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.collaborative-opportunities-1 {
  margin-bottom: 0px;
}

.collaborative-opportunities p {
  line-height: 27px;
  padding-left: 25px;
}



/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

.collaborative-opportunities h6 {
  padding-left: 25px;
  line-height: 27px;
}

/* ----------------------------------------  global-community -------------------------------- */
.global-community {
  padding: 40px 0px;
  text-align: justify;

}

.global-community ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.global-community h6 {
  font-size: 18px;
  font-weight: 600;
}

.global-community h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.global-community h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 7px;
}

.global-community h5 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.global-community p {
  line-height: 27px;
  padding-left: 25px;
}



.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.global-community h6 {
  padding-left: 25px;
  font-size: 16px;
}

.global-community-p {
  padding-left: 25px;
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------------------------------ Discussion Panel -------------------------- */
.discussion-panel {
  padding: 40px 0px;
  text-align: justify;

}

.discussion-panel ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.discussion-panel ul li {
  line-height: 27px;
}

.discussion-panel h6 {
  font-size: 18px;
  font-weight: 600;
}

.discussion-panel h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
}

.discussion-panel h5 {
  font-size: 20px;
  font-weight: 600;
}

.discussion-panel-h6 {
  padding-left: 23px;
  padding-bottom: 0px !important;
}

.discussion-panel p {
  padding-bottom: 7px;
  line-height: 27px;
  padding-left: 24px;
}



.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.discussion-panel-ul {
  padding-left: 23px;

}

.discussion-panel-ul li {
  padding-bottom: 10px;

}

/* ----------------------------------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------------------------- associations-collaborations ---------------------------------- */

.associations-collaborations {
  padding: 40px 0px;
  text-align: justify;

}

.associations-collaborations ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 7px;
}

.associations-collaborations h6 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.associations-collaborations h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.associations-collaborations h5 {
  font-size: 20px;
  font-weight: 600;
}

.associations-collaborations-1 {
  margin-bottom: 0px;
}

.associations-collaborations p {
  line-height: 24px;
}

.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.associations-collaborations-1 {
  padding-bottom: 15px;
}

.associations-collaborations-1 a {
  color: var(--black-dark-color);
}

.associations-collaborations-1 a:hover {
  color: var(--primary-color);
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* --------------------------------------------- doctoral-student-program -------------------------- */

.doctoral-student-program {
  padding: 40px 0px;
  text-align: justify;

}

.doctoral-student-program ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 7px;
}

.doctoral-student-program h6 {
  font-size: 18px;
  font-weight: 600;
}

.doctoral-student-program h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.doctoral-student-program h5 {
  font-size: 20px;
  font-weight: 600;
}

.doctoral-student-program p {
  line-height: 24px;
  padding-left: 25px;
}

.doctoral-student-program a {
  color: var(--black-dark-color);
}

.doctoral-student-program a:hover {
  color: var(--primary-color);
}


.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

/* ----------------------------------------- */

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}




/* ------------------------------------------------  General Submission Guidelines --------------------------- */
.abstract-submission-guidelines {
  padding: 40px 0px;
  text-align: justify;

}

.abstract-submission-guidelines ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 7px;
}

.abstract-submission-guidelines h6 {
  font-size: 18px;
  font-weight: 600;
}

.abstract-submission-guidelines h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.abstract-submission-guidelines h5 {
  font-size: 20px;
  font-weight: 600;
}

.abstract-submission-guidelines-1 {
  padding-left: 23px;
}

.abstract-submission-guidelines p {
  line-height: 24px;
}

.abstract-submission-guidelines a {
  color: var(--black-dark-color);
}

.abstract-submission-guidelines a:hover {
  color: var(--primary-color);
}

.Abstract-foc {
  padding-top: 40px;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.Abstract-foc .section4-title-middle-para {
  padding: 4px 179px;
  padding-bottom: 30px;
}

.dropdown-image img {
  width: 100%;
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}



/* ------------------------------------------- abstract-ethical-consideration-and-review ----------------- */

.abstract-ethical-consideration-and-review {
  padding: 40px 0px;
  text-align: justify;

}

.abstract-ethical-consideration-and-review ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 7px;
}

.abstract-ethical-consideration-and-review h6 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.abstract-ethical-consideration-and-review h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.abstract-ethical-consideration-and-review h5 {
  font-size: 20px;
  font-weight: 600;
}

.abstract-ethical-1 {
  margin-bottom: 0px;
}

.abstract-ethical-consideration-and-review p {
  line-height: 26px;
  text-align: left;
}

.abstract-ethical-consideration-and-review a {
  color: var(--black-dark-color);
}

.abstract-ethical-consideration-and-review a:hover {
  color: var(--primary-color);
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ------------------------------------------------   poster-presentation   -------------------------- */
.poster-presentations {
  padding: 40px 0px;
  text-align: justify;

}

.poster-presentations ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 7px;
}

.poster-presentations h6 {
  font-size: 18px;
  font-weight: 600;
}

.poster-presentations h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.poster-presentations h5 {
  font-size: 20px;
  font-weight: 600;
}

.poster-presentations p {
  line-height: 26px;
  text-align: left;
}

.poster-presentations a {
  color: var(--black-dark-color);
}

.poster-presentations a:hover {
  color: var(--primary-color);
}


.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}



/* -----------------------------------------  registration-covers ---------------------------- */
.registration-covers {
  padding: 40px 0px;
  text-align: justify;

}

.registration-covers ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 5px;
}

.registration-covers h6 {
  font-size: 18px;
  font-weight: 600;
}

.registration-covers h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.registration-covers h5 {
  font-size: 20px;
  font-weight: 600;
}

.registration-covers p {
  line-height: 26px;
  text-align: left;
}

.registration-covers a {
  color: var(--black-dark-color);
}

.registration-covers a:hover {
  color: var(--primary-color);
}


.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}



/* -----------------------------------------------------  cancellation-refund-policy ------------------------- */
.cancellation-refund-policy {
  padding: 40px 0px;
  text-align: justify;

}

.cancellation-refund-policy ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 5px;
}

.cancellation-refund-policy h6 {
  font-size: 18px;
  font-weight: 600;
}

.cancellation-refund-policy h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.cancellation-refund-policy h5 {
  font-size: 20px;
  font-weight: 600;
}

.cancellation-refund-policy h3 {
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 600;
}

.cancellation-refund-policy p {
  margin-bottom: 5px;
  line-height: 26px;
}

.cancellation-refund-policy-p {
  padding-left: 25px;
}

.cancellation-refund-policy-1 {
  padding-left: 23px;
  text-align: left;
}

.Abstract-foc .title-middless h4 {
  font-size: 24px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.cancellation-refund-policy-p {
  padding-left: 23px;
}

.cancellation-refund-policy h6 {
  padding-left: 25px;
}

.cancellation-refund-policy-first {
  padding-bottom: 15px;
}

.cancellation-refund-policy-sub {
  padding-bottom: 15px;
}

.cancellation-refund-policy a {
  color: var(--black-dark-color);
}

.cancellation-refund-policy a:hover {
  color: var(--primary-color);
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* -----------------------------------------  group-registrations --------------------------------------- */
.group-registrations {
  padding: 40px 0px;
  text-align: justify;

}

.group-registrations ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 5px;
}

.group-registrations h6 {
  font-size: 17px;
  font-weight: 600;
}

.group-registrations h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.group-registrations h5 {
  font-size: 20px;
  font-weight: 600;
}

.group-registrations p {
  line-height: 26px;
  text-align: left;
}

.group-registrations a {
  color: var(--black-dark-color);
}

.group-registrations a:hover {
  color: var(--primary-color);
}




.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.group-registrations h6 {
  padding-left: 24px;
}

/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------------------------  previous-events-gallery ---------------------------------*/

.previous-events-gallery {
  padding: 40px 0px;
  text-align: justify;

}

.previous-events-gallery ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 5px;
}

.previous-events-gallery h6 {
  font-size: 18px;
  font-weight: 600;
}

.previous-events-gallery h5 {
  font-size: 20px;
  font-weight: 600;
}

.previous-events-gallery-p {
  margin-bottom: 0px;
  line-height: 30px;
}



.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}

.previous-events-gallery-p {
  margin-bottom: 0px !important;
}

.previous-events-gallery-first {
  padding-bottom: 15px;
}


/* ----------------------- */
.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;

  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------- */
.section6-fot {
  display: grid;
}

.section6-fot-main {
  padding-bottom: 60px;
}


/* ---------------------------------------  about-venue ------------------------------ */
.about-venue {
  padding: 40px 0px;
  text-align: justify;

}

.about-venue ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 5px;
}

.about-venue h3 {
  font-size: 24px;
  font-weight: 600;
}

.about-venue h6 {
  font-size: 18px;
  font-weight: 600;
}

.about-venue h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.about-venue h5 {
  font-size: 20px;
  font-weight: 600;
  padding-left: 24px;
}

.about-venue p {
  line-height: 24px;
}

.header-container {
  position: relative;
  display: inline-block;
}

.header-container h4 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 10px;
  padding-top: 30px;
  ;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ----------------------------------------  visiting-places-in-china ---------------------- */


/* .visiting-places-in-china{
padding: 40px 0px;
text-align: justify;

}
.visiting-places-in-china ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
}
.visiting-places-in-china h6{
font-size: 18px;
font-weight: 600;
}
.visiting-places-in-china h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 6px;
}
.visiting-places-in-china p{
padding-left: 24px;
line-height: 27px;
} */


.Abstract-foc .title-middless h4 {
  font-size: 30px;
  background-color: var(--white-color);
  padding: 0px 10px;
  font-weight: 300;
  color: var(--black-color);
  ;
}


/* ----------------------- */

/* .header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; 
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; 
        height: 5px; 
        background-color: var(--primary-color); 
        transform: translateX(-50%); 
        transform: translateY(50%);
    }
    .visiting-places-in-china li{
        padding-bottom: 10px;
        line-height: 27px;
    }
    .visiting-places-in-china p{
      line-height: 27px;
    } */


/* ============================================  index-php  ===================== */


.banner-hed {
  width: 87%;
  /* Adjust width as needed */
  display: flex;
  margin: 0 auto;
  /* Center align the container */
  padding: 20px 0;
  /* Adjust padding as needed */
}

.banner-hed-last-first {
  padding-top: 36px;
}

.banner-hed-img img {
  width: 60%;
  padding-top: 20px;
}

/* ----------------------------- nav-above --------------------------  */
.header-loc-para {
  padding-left: 5px;
  margin: auto 0px;
  text-align: start;
  font-size: 12px;

}

/* --------------------------------- nav-img -------------------- */
.dropdown-image {
  text-align: center;
}

.dropdown-image img {
  width: 100%;
  margin: 0px auto;
}

/* ---------------------------------- banner-main-------------------- */
.banner-hed-last-last h1 {
  letter-spacing: 2px;
  padding-top: 11px !important;
}

.banner-hed-last-first span {
  font-size: 16px;

}

/* .banner-hed-last-first{
text-align: center;
} */
.banner-hed-last-last p {
  font-size: 15px;
  letter-spacing: 5px;
  padding-bottom: 10px;
  letter-spacing: 7.9px;
}

/* ----------------------- after banner ------------ */
.section1-middle p {
  font-size: 14px;
  margin-bottom: 33px;
}

.section1-right p {
  font-size: 14px;
  margin-bottom: 33px;
}

/* ------------------------------------------------------ */
.section1-left a {
  font-size: 16px;
  color: var(--black-color);
}

.section1-middle a {
  font-size: 16px;
  color: var(--white-color);

}

.section1-right a {
  font-size: 16px;
  color: var(--black-color);
}

.section1-body-last p {
  margin-top: 10px;
  margin-left: 20px;
}

.section1-left a,
.section1-middle a,
.section1-right a {
  z-index: 1;
}



.section1-left h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 18px;
}

.section1-middle h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 18px;
}

.section1-right h4 {
  padding-bottom: 18px;
}


/* ------------------------------ */
.thm-btn {
  margin-bottom: 80px;
}

/* -------------------------- */
.section2-fot {
  margin-top: 0px;
  display: grid;
  padding-bottom: 40px;
}

#section2-3-hedding h4 {
  background-color: var(--bg-gray3-light-color);
}

/* ----------------- */
.header-phone text-center i {
  margin-left: -5px;
}

.header-phone p {
  display: flex;
  gap: 2px;
  font-size: 14px;
  padding-bottom: 1px;
}

.banner-hed-last-first h1 {
  padding-bottom: 7px !important;
}

.banner-hed-last-first h1 {
  font-family: Lora !important;
}

.banner-hed-img img {
  width: 50%;
  margin: 0px auto;
  padding-top: 33px;
}

.banner-hed-second {
  margin-left: -90px;
}

.banner-hed-last-first {
  width: fit-content;
  padding-top: 44px;
  color: var(--white-color);
  text-align: left;
  padding-bottom: 1px;
  /* border-bottom: 1px solid var(--white-color); */
}

.banner-hed-last-first h1 {
  font-size: 41px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: Lora !important;
  letter-spacing: 2px;
}

.banner-hed-last-first h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: Lora !important;
  letter-spacing: 2px;
}

.banner-hed {
  width: 71%;
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
}

.banner-hed-last-last h1 {
  font-size: 30px;
  font-weight: 100;
  font-family: Sora;
  letter-spacing: 0px;
  padding-top: 12px !important;
  padding-bottom: 10px;
}

.banner-hed-last-last span {
  font-size: 16px;
  letter-spacing: 4px;
  padding-top: 5px;
}

.banner-hed-last-first h1 {
  font-size: 32px;
  font-weight: 500;
  padding-top: 20px;
  letter-spacing: 2px;
}

.banner-hed-last-first h2 {
  font-weight: 100;
}

.banner-hed-last-first span p {
  margin-bottom: 0px;
}

.section1-body-last a {
  padding-left: 30px !important;
}

.gg-arrow-long-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 34px;
  height: 4px;
}

.btn-left {

  text-align: center;
}

.section2-last h2 {
  line-height: 45px;
}

.section1-body {
  position: absolute;
  top: 63px;
}

.section2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
}

.section3-bg {
  background-color: var(--bg-gray3-light-color);
  padding: 50px;
}

.footer1-child2 {
  padding-top: 20px;
  vertical-align: baseline;
  text-align: center;
}


.footer1-child4 {
  padding-left: 0px;
}

.footer-link {
  padding-left: 0px;
}

.footer1-child1 {
  padding-right: 0px !important;
}

.section10-first p {
  font-size: 11px;
}

.footer-hed {
  padding: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: 250;
  ;
  color: var(--white-color);
}

/* --------------------- section 4  ---------------------- */
.section4-fot {
  padding-top: 40px;
  text-align: center;
  padding-left: 200px;
  padding-bottom: 40px;
  padding-right: 200px;
}

/* ------------------------------- section -6 ------------------- */
.section6-fot {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  display: grid;
  padding-left: 180px;
  padding-right: 180px;
}

/* -------------------------------------  section -7 --------------- */
.section4-first {
  position: relative;
  background-color: var(--bg-secondary-color);
  color: var(--white-color);
  text-align: center;
  padding: 20px;
  margin-left: 46px;
  margin-right: 29px;
}

.section4-last {
  position: relative;
  background-color: var(--bg-secondary-color);
  color: var(--white-color);
  text-align: center;
  padding: 20px;
  margin-right: 56px;
}

/* ---------------------------------- video ------------------------- */
.keynote-video {
  display: flex;
}

/* ------------------------ section-left ------------------- */
.keynote-yt {
  display: flex;
  gap: 10px;
  margin: 20px 27px;
  padding-left: 18px;
}

.keynote-v-1 img,
.keynote-v-2 img,
.keynote-v-3 img,
.keynote-v-4 img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.keynote-v-1 i {
  position: absolute;
  left: 10%;
  bottom: 25px;
  z-index: 4;
}

.keynote-v-2 i {
  position: absolute;
  left: 32%;
  bottom: 25px;
  z-index: 4;
}

.keynote-v-3 i {
  position: absolute;
  left: 54%;
  bottom: 25px;
  z-index: 4;
}

.keynote-v-4 i {
  position: absolute;
  left: 76%;
  bottom: 25px;
  z-index: 4;
}

/* ------------------------ section-right ------------------- */
.keynote-rt {
  display: flex;
  gap: 10px;
  margin: 20px 0px;
  padding-right: 55px;
}

.keynote-r-1 img,
.keynote-r-2 img,
.keynote-r-3 img,
.keynote-r-4 img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.keynote-r-1 i {
  position: absolute;
  left: 4%;
  bottom: 25px;
  z-index: 4;
}

.keynote-r-2 i {
  position: absolute;
  left: 26%;
  bottom: 25px;
  z-index: 4;
}

.keynote-r-3 i {
  position: absolute;
  left: 48%;
  bottom: 25px;
  z-index: 4;
}

.keynote-r-4 i {
  position: absolute;
  left: 70%;
  bottom: 25px;
  z-index: 4;
}

/* ----------------------------------------  Testimonials -------------------- */
.slide-img-1 video {
  top: -40px;
  left: 15px;
  position: absolute;
  border-bottom: 0px solid var(--primary-color) !important;
  width: 100%;
}

/* ----------------------------------------testimonials-video --------------- */
.video-container {
  position: relative;
  width: 100%;
  /* Adjust to fit your container */
  margin: auto;
}

.video-container i {
  background-color: var(--red-color);
  padding-left: 2px;
  border-radius: 50%;
  color: var(--white-color);
  text-align: center;
  position: absolute;
  top: 210px;
  left: 25px;
  font-size: 43px;
  color: var(--white-color);
  /* Adjust color as needed */
  cursor: pointer;
}

.play-icon {
  display: block;
  /* Show play icon initially */
}

.pause-icon {
  display: none;
  /* Hide pause icon initially */
}

video {
  width: 100%;
  /* Ensures the video fits the container */
  display: block;
}



/* ------------------------------------------- associations-collaborations ---------------------------------- */

.associations-collaborations {
  padding: 40px 0px;
  text-align: justify;

}

.associations-collaborations ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.associations-collaborations h6 {
  font-size: 16px;
  font-weight: 600;
}

.associations-collaborations h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.associations-collaborations h5 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 25px;
}

.associations-collaborations-1 {
  margin-bottom: 0px;
}

.associations-collaborations p {
  line-height: 27px;
  padding-left: 25px;
}

.associations-collaborations-2 {
  text-align: left;
}

/* --------------------------------------------- doctoral-student-program -------------------------- */

.doctoral-student-program {
  padding: 40px 0px;
  text-align: justify;

}

.doctoral-student-program ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.doctoral-student-program h6 {
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.doctoral-student-program h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.doctoral-student-program h5 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 25px;
}

.doctoral-student-program p {
  line-height: 27px;
}

/* ------------------------------------------------  General Submission Guidelines --------------------------- */
.abstract-submission-guidelines {
  padding: 40px 0px;
  text-align: justify;

}

.abstract-submission-guidelines ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.abstract-submission-guidelines h6 {
  font-size: 16px;
  font-weight: 600;
}

.abstract-submission-guidelines h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.abstract-submission-guidelines h5 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 25px;
}

.abstract-submission-guidelines-1 {
  padding-left: 23px;
}

.abstract-submission-guidelines p {
  line-height: 27px;
  padding-left: 25px;
}

/* ------------------------------------------- abstract-ethical-consideration-and-review ----------------- */

.abstract-ethical-consideration-and-review {
  padding: 40px 0px;
  text-align: justify;

}

.abstract-ethical-consideration-and-review ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.abstract-ethical-consideration-and-review h6 {
  font-size: 16px;
  font-weight: 600;
}

.abstract-ethical-consideration-and-review h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.abstract-ethical-consideration-and-review h5 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 25px;
}

.abstract-ethical-1 {
  margin-bottom: 0px;
}

.abstract-ethical-consideration-and-review p {
  line-height: 27px;
  padding-left: 25px;
}



/* ------------------------------------------------   poster-presentation   -------------------------- */
.poster-presentations {
  padding: 40px 0px;
  text-align: justify;

}

.poster-presentations ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.poster-presentations h6 {
  font-size: 16px;
  font-weight: 600;
}

.poster-presentations h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.poster-presentations h5 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 25px;
}

.poster-presentations p {
  line-height: 27px;
  padding-left: 25px;
}

/* -----------------------------------------  registration-covers ---------------------------- */
.registration-covers {
  padding: 40px 0px;
  text-align: justify;

}

.registration-covers ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.registration-covers h6 {
  font-size: 16px;
  font-weight: 600;
}

.registration-covers h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.registration-covers h5 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 25px;
}

.registration-covers p {
  line-height: 27px;
  padding-left: 25px;
}

/* -----------------------------------------------------  cancellation-refund-policy ------------------------- */
.cancellation-refund-policy {
  padding: 40px 0px;
  text-align: justify;

}

.cancellation-refund-policy ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.cancellation-refund-policy h6 {
  font-size: 16px;
  font-weight: 600;
}

.cancellation-refund-policy h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.cancellation-refund-policy h5 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.cancellation-refund-policy h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.cancellation-refund-policy h3 {
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: 600;
  padding-left: 25px;
}

.cancellation-refund-policy p {
  margin-bottom: 5px;
  line-height: 27px;
  padding-left: 25px;
  text-align: left;
}

/* -----------------------------------------  group-registrations --------------------------------------- */
.group-registrations {
  padding: 40px 0px;
  text-align: justify;

}

.group-registrations ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.group-registrations h6 {
  font-size: 16px;
  font-weight: 600;
}

.group-registrations h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
}

.group-registrations h5 {
  font-size: 18px;
  font-weight: 600;
}

.group-registrations h5 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 6px;
}

.group-registrations h4 {
  font-size: 20px;
  padding-left: 24px;
}

.group-registrations p {
  line-height: 27px;
  padding-left: 25px;
}


/* ------------------------------------------  previous-events-gallery ---------------------------------*/

.previous-events-gallery {
  padding: 40px 0px;
  text-align: justify;

}

.previous-events-gallery ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.previous-events-gallery h6 {
  font-size: 16px;
  font-weight: 600;
}

.previous-events-gallery h5 {
  font-size: 18px;
  font-weight: 600;
}

.previous-events-gallery-p {
  margin-bottom: 0px;
  line-height: 27px;
}

.previous-events-gallery p {
  line-height: 27px;
}

/* ---------------------------------------  about-venue ------------------------------ */
.about-venue {
  padding: 40px 0px;
  text-align: justify;

}

.about-venue ul ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}

.about-venue h3 {
  font-size: 24px;
  font-weight: 600;
}

.about-venue h6 {
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.about-venue h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
}

.about-venue h5 {
  font-size: 18px;
  font-weight: 600;
}

.about-venue p {
  line-height: 27px;
  padding-left: 24px;
}

/* ----------------------------------------  visiting-places-in-dubai ---------------------- */
/* .visiting-places-in-dubai{
padding: 40px 0px;
text-align: justify;
}
.visiting-places-in-dubai ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.visiting-places-in-dubai h6{
font-size: 18px;
font-weight: 600;
}
.visiting-places-in-dubai h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.visiting-places-in-dubai p{
line-height: 27px;
} */


/* ==================================  about-conference  ==================== */

.about-conference-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px !important;
  padding-left: 7px;
  text-align: center;
  /* Center text for larger screens */
}

.about-conference-hed-h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101) !important;
  padding-bottom: 15px;
  font-size: 24px !important;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.about-conference-hed .underline-square {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translate(-50%, 50%);
  /* Center the square horizontally */
}

/* ------------------------  highlights-of-the-conference  ----------------- */

.highlights-of-the-conference-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-left: 7px;
  text-align: center;
}

.highlights-of-the-conference-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.highlights-of-the-conference-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* --------------------   conference-objective      ------- */
.conference-objective-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-left: 7px;
  text-align: center;
}

.conference-objective-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
}

.conference-objective-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ---------------  topic-to-cover  --------------- */

.topic-to-cover-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-left: 7px;
  text-align: center;
}

.topic-to-cover-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.topic-to-cover-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* --------------- way-to-attend-content  -------- */
.way-to-attend-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-left: 7px;
  text-align: center;
}

.way-to-attend-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.way-to-attend-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* -------------------  conference-sessions  ---------------- */
.conference-sessions-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 7px;
}

.conference-sessions-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.conference-sessions-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ----------------  our-mission  ------------ */

.our-mission-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 23px;
}

.our-mission-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.our-mission-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

.our-mission h5 img {
  width: 20px;
  padding-right: 5px;
  padding-bottom: 3px;
}

/* -------------------  code-of-conduct ------------*/

.code-of-conduct-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 23px;
}

.code-of-conduct-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.code-of-conduct-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ------------------  policies-procedure  -------------*/

.policies-procedure-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 23px;
}

.policies-procedure-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.policies-procedure-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ----------------   integrity-and-ethics  -------------*/

.integrity-and-ethics-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 23px;
}

.integrity-and-ethics-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /*  /* Remove default margin to adjust positioning */
}

.integrity-and-ethics-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* -----------------------  conference-networking  -------------- */
.conference-networking-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 23px;
}

.conference-networking-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.conference-networking-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ---------------------  collaborative-opportunities  --------------------*/


.collaborative-opportunities-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.collaborative-opportunities-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.collaborative-opportunities-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* -------------------- global-community ------------- */

.global-community-hed {
  position: relative;
  display: inline-block;
  padding-top: 60px;
  text-align: center;
  margin-left: 25px;
  border-bottom: 1px solid var(--black-color);
}

.global-community-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.global-community-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* -----------------------   discussion-panel  -------------*/

.discussion-panel-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 23px;
}

.discussion-panel-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.discussion-panel-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* --------------------  associations-collaborations  ---------------- */

.associations-collaborations-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.associations-collaborations-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.associations-collaborations-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* -----------  doctoral-student-program  ----------- */

.doctoral-student-program-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.doctoral-student-program-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.doctoral-student-program-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ---------------  abstract-submission-guidelines  -----------*/

.abstract-submission-guidelines-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.abstract-submission-guidelines-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.abstract-submission-guidelines-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ---------------------------  abstract-ethical-consideration-and-review  --------------*/
.abstract-ethical-consideration-and-review-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.abstract-ethical-consideration-and-review-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.abstract-ethical-consideration-and-review-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ---------------------   poster-presentations  ------------------*/

.poster-presentations-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.poster-presentations-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.poster-presentations-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ----------------   registration-covers  --------------*/

.registration-covers-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.registration-covers-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.registration-covers-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}



/* --------------------   cancellation-refund-policy  -------------*/

.cancellation-refund-policy-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 25px;
}

.cancellation-refund-policy-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.cancellation-refund-policy-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ----------------------- group-registrations-hed  -----------  */

.group-registrations-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 24px;
}

.group-registrations-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.group-registrations-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* --------------------------   previous-events-gallery  -------------------*/

.previous-events-gallery-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
}

.previous-events-gallery-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.previous-events-gallery-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------- about-venue  ----------------- */
.about-venue-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 24px;
}

.about-venue-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  ;
  /* Remove default margin to adjust positioning */
}

.about-venue-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------ visiting-places-in-china  ------------ */
/* .visiting-places-in-china-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 24px;
}

.visiting-places-in-china-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0;
}

.visiting-places-in-china-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; 
  height: 5px;
  background-color: var(--primary-color); 
  transform: translateX(-50%); 
  transform: translateY(50%);
} */


/* ----------------------  contact-us  ----------- */
.contact-us-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
}

.contact-us-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.contact-us-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------  register  ------------ */
.register-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-left: 94px;
  text-align: center;
}

.register-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.register-hed .underline-square {
  position: absolute;
  left: 62%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

/* --------------  abstract  --------- */
.abstract-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
}

.abstract-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
  /* Remove default margin to adjust positioning */
}

.abstract-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}


/* ---------------- register  --------------- */
.new-1 {
  display: flex;
}

/* ===============================  pre-loader ======================== */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999;
}

.preloader-main {
  position: relative;
  /* Allows absolute positioning of inner image */
  width: 140px;
  /* Adjust based on your image size */
  padding: 10px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.outer-image {
  width: 120px;
  /* Adjust based on your image size */
  display: block;
  /* Ensures image takes up space */
}

.preloader-img {
  position: absolute;
  /* Position it over the outer image */
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the inner image */
  width: 120px;
  /* Adjust based on your inner image size */
  animation: spin 2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  /* Use spin animation */
}

.preloader-img img {
  width: 100%;
  /* Makes inner image responsive */
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
    /* Start facing forward */
  }

  50% {
    transform: translate(-50%, -50%) rotateY(180deg);
    /* Flip to the back */
  }

  100% {
    transform: translate(-50%, -50%) rotateY(360deg);
    /* Complete spin to the front */
  }
}

.content {
  display: none;
  /* Initially hide content */
}



/* ==============================  spk-main  ========================= */

.spk-sub-main .header-container {
  position: relative;
  display: inline-block;
  padding-left: 5%;
}

.spk-sub-main .header-container h1 {
  color: var(--white-color);
  text-align: center;
  border-bottom: 1px solid var(--white-color);
  font-size: 2rem;
  padding-bottom: 10px;
  padding-top: 50px;
  font-weight: 600;
  margin: 0;
}

.spk-sub-main .header-container .underline-square {
  position: absolute;
  left: 55%;
  bottom: 0;
  width: 30px;
  height: 5px;
  background-color: var(--white-color);
  transform: translateX(-50%);
  transform: translateY(50%);
}





.ocm-main-main {
  font-family: 'Quicksand';
}

.spk_7_main_hed {
  padding-top: 100px;
  padding-bottom: 80px;
}

.spk_7_img_mn {
  position: relative;
  z-index: -5;
}


.spk_7_img_mn img {
  width: 100%;
  position: absolute;
}

.spk-our-team {
  display: grid;
}

.pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.spk_7 .pic img {
  height: 100%;
  width: 50%;
  border-radius: 15px;
  background: var(--bg-gray11-light-color);
  box-shadow: 0.5px 0.5px 4px 0px var(--white-color);
  position: relative;
  right: -27%;
  z-index: 1;
}

.team-content {
  text-align: center;
}

.pic_bak1 {
  width: 45%;
  height: 95%;
  position: absolute;
  background: var(--white-color);
  box-shadow: 0px 0px 12px 0px;
  bottom: -11px;
  right: 22%;
  border-radius: 15px;
  z-index: -1;
}

.pic_bak2 {
  width: 45%;
  height: 95%;
  position: absolute;
  box-shadow: 0px 0px 12px 0px;
  background: var(--bg-primary-color);
  bottom: -11px;
  right: 22%;
  border-radius: 15px;
  z-index: -1;
}

.team_content_1 {
  padding-top: 30px;
}

.team_content_2 {
  padding-top: 30px;
}

.team-content h6 {
  color: var(--bg-primary-color) !important;
  font-size: 1.1rem !important;
  margin: 2px;
}

.team-content span {
  font-size: 1rem;
}

.team-content p {
  font-size: 1rem;
}

/* ========================================================== */

.spk_7 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 5 columns for large screens */
  gap: 20px;
  padding: 20px;
}

.spk-sub-main {
  max-width: 1440px;
}



/* ============================================= ocm ============================= */


.our-team {
  height: 160px;
  padding: 20px 20px;
  background: var(--white-color);
  border-radius: 5px;
  display: flex;
  margin-top: 10px;
  box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.2);
}


.our-team .pic {
  width: 35%;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.20s ease 0s;
  border: 5px solid var(--white-color);
  margin: auto 0px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  background: var(--white-color);
}

.our-team .pic img {
  width: 100%;
  height: 100%;
  background: var(--bg-gray11-light-color);
  object-fit: cover;
  /* Ensures the image covers the circle properly */
}


.our-team .social-links li a:hover {
  text-decoration: none;
}



/* ----------------------------------- */

.team-title {
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 0px;
  color: var(--bg-secondary2-color);
}

.post {
  font-size: 12px;
}

.team-contents {
  width: 100%;
  padding-left: 20px;
}

.team-contents p {
  font-size: 12px;
  margin-bottom: 0px;
}

.orm_content {
  margin-bottom: 0px;
}


.meet-our {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

/* ======================= */

.ocm_heds {
  padding: 0px 20px;
  padding-top: 75px;
  /* margin-top: 70px; */
  height: 100%;
  color: var(--white-color);
  background: var(--bg-secondary3-color);
  text-align: left;
}

.ocm_content {
  margin-top: 70px;
  margin-bottom: 40px;
}

.ocm_heds p {
  padding-top: 7px;
  font-size: 16px;
  line-height: 28px;
  padding-left: 30px;
  margin: 0px;
  font-weight: 300;
  hyphens: auto;
}

.ocm_heds b {
  margin: 14px 0px;
}

.ocm_heds h6 {
  padding-left: 30px;
  margin: 8px 0px;
}

.ocm_heds h4 {
  padding-left: 30px;
}

.ocm_heds h2 {
  padding-left: 30px;
}

.team-content {
  padding-left: 45px;
}

.meet-our-speaker {
  max-width: 1440px;
  margin: 0px auto;
}

.ocm_heds span {
  display: flex;
}

.ocm_heds span p {
  padding-left: 15px;
}

.ocm_heds i {
  padding-top: 13px;
}


.team-content {
  padding-left: 45px;
}

.ocm_sub_main {
  max-width: 1440px;
  margin: 0px auto;
}


/* ================================        banner      =================================== */


.banner-main-sub-hd {
  max-width: 1440px;
  margin: 0px auto;
}

.banner-hed {
  width: 100%;
}

.banner-main-sub-hd {
  width: 95%;
}

.banner-sub-hd {
  width: 100%;
}

.banner-sub-hd img {
  padding-top: 46px;
  width: 80%;
  float: left;
}

.banner-hed-last-first h2 {
  font-size: 28px;
}

.banner-hed-last-last span {
  font-size: 14px;
  letter-spacing: 4px;
  padding-top: 5px;
}


/* ================================= doctor-student-form =========================== */

/* ============================ visiting places ============= */


.visiting-places-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  padding-left: 24px;
}

.visiting-places-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101);
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  margin: 0;
}

.visiting-places-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px;
  /* Width of the square */
  height: 5px;
  /* Height of the square */
  background-color: var(--primary-color);
  /* Color of the square */
  transform: translateX(-50%);
  /* Center the square horizontally */
  transform: translateY(50%);
}

.visiting-places {
  padding: 40px 0px;
  text-align: justify;

}

.visiting-places ul li {
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
}

.visiting-places h6 {
  font-size: 18px;
  font-weight: 600;
}

.visiting-places h6 i {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 6px;
}

.visiting-places p {
  padding-left: 24px;
  line-height: 27px;
}

/* ======================================= */


.section2-first-img {
  width: 70%;
  height: 360px;
  margin: 0px auto;
  margin-top: 40px;
  padding: 5px;
  background-color: var(--primary-color);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
  box-shadow: 0 0 25px rgba(1, 61, 112, 0.2) !important;
}

.section2-first-img img {
  width: 100%;
  height: 350px;
  margin: auto;
  object-fit: cover;
  background-color: var(--bg-gray-light-color);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.welcome_msg .title-middle h4 {
  background-color: var(--bg-gray-light-color);
  padding: 0px 15px;
  font-weight: 550;
}

.section2-first-sub-content {
  padding-top: 10px;
  text-align: center;
  margin: 0% 0px;
  font-family: "Times New Roman", Times, serif;
}

.section2-first-sub-main h4 {
  width: fit-content;
  border-left: 12px solid var(--primary-color);
  padding-left: 10px;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0px auto;
  margin-bottom: 15px;
  font-size: 18px;
}

.section2-first-sub-content h5 {
  font-size: 1.4rem;
  color: var(--fourth-color);
}

.welcome_msg_content p {
  margin-bottom: 0.5rem;
}

.welcome_msg_content {
  padding-top: 20px;
  opacity: 0.8;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
}

.section2-first-sub-signature {
  text-align: end;
  margin-bottom: 15px;
}

.section2-first-sub-signature img {
  width: 120px;
}

/* ===================  need to up date in css class names ================== */

.section1 {
  background-color: var(--bg-gray-light-color);
}

.section2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 170px;
}

.section3-bg {
  background-color: var(--bg-gray3-light-color);
}

.section1-body {
  position: absolute;
  top: 70px;
}

.banner-main {
  background-color: var(--secondary-color);
  padding: 30px 0;
  text-align: center;
}



/* ========================= timmer ============ */

.section2-last-child {
  width: 34%;
}

.sec2-child {
  background-color: none !important;
  border-bottom: none;
  box-shadow: none;
  margin-left: 10px
}

.section2-last-child h5 {
  padding: 6px 7px;
  font-weight: 300 !important;
  border: 1px solid var(--bg-secondary-color);
  border-radius: 10px;
  color: var(--black-color);
}

.section2-last-child p {
  font-weight: 300;
  padding-top: 8px;
  color: var(--black-color);
}

.section2-last-child img {
  width: 100%;
  margin: 18px 0px 0px 0px;
}

/* ========================  Tentative Program ==================== */

.time_line_program {
  background-color: var(--secondary-color);
  padding: 40px 0px;
  margin: 40px 0px;
}

.time_line_program_main .title-middle {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 1px 20px 60px 20px;
  z-index: 0;
  color: var(--white-color);
}

.time_line_program_main .title-middle h4 {
  background-color: var(--secondary-color);
  padding: 0px 15px;
  font-weight: 550;
}

.time_line_program_main .title-middle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  bottom: 14px;
  transform: translate(-50%, -50%);
  background: var(--white-color) !important;
  background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
  width: 60%;
  height: 0.5px;
  z-index: -1;
}

.time_line_program_main_col_left {
  width: 99%;
}

.time_line_program_main_col_left h5 {
  color: var(--white-color);
}

.time_line_program_main_col_right {
  color: var(--white-color);
  width: 96%;
  margin-left: auto;
}


/* ====================== table ======================= */
.schedule-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: transparent;
}

.schedule-table th,
.schedule-table td {
  padding: 12px 8px;
  text-align: left;
  border: 1px solid var(--border-color);
  background-color: transparent;
  color: var(--white-color);
}

.schedule-table th {
  background-color: transparent;
  color: var(--white-color);
}

.schedule-table tr:nth-child(even) {
  background-color: transparent;
}

tbody tr:nth-child(odd) {
  background-color: transparent;
}

.schedule-table tr:hover {
  background-color: var(--bg-light-color);
}

.schedule-table tr:hover td,
.schedule-table tr:hover th {
  color: var(--black-color);
  /* Ensure text color stays #333 when hovering over a row */
}

/* .navbar-main {
  background-color: #f3f9ec !important;
} */



/* =============================  scoopus ====================== */

.banner-sub-hd img {
    padding-top: 0px;
}

.scopus {
    width: 80%;
    border-radius: 15px;
    border: 3px solid #ff8300;
    background-color: #fff;
    padding: 10px;
}

.scopus img {
    width: 80%;
}

.scrolling-container {
    width: 360px;
    /* Set the fixed width of the scroller */
    overflow: hidden;
    /* Hide the content that overflows */
    box-sizing: border-box;
    /* Optional border for the container */
}

.scrolling-text {
    display: flex;
    /* Use flexbox to align the content horizontally */
    white-space: nowrap;
    /* Prevent the text from wrapping */
    animation: scroll-left 10s linear infinite;
    /* Infinite scroll animation */
}

.scrolling-text p {
    display: inline-block;
    margin: 0;
    padding: 10px 0px;
    color: #fff;
    padding-right: 30px;
    /* Add some space between the text */
}

.banner-hed {
    margin: 0px !important;
}

/* ===========================  banner hed ====================== */

.banner-subs-heds {
    display: flex;
}

.banner-subs-heds {
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    margin-top: 10px;
}

.scrolling-container {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.scrolling-text p {
    color: #000;
}

.scopus {
    width: 43%;
    height: 90px;
    text-align: center;
}

.scopus img {
    width: 49%;
}

.banner-sub-hd img {
    padding-top: 0px;
    width: 100%;
}


.banner-hed-img img {
    margin-left: 0px !important;
}

@media (min-width: 1400px) {
    .banner-hed-second {
        margin-left: -166px;
    }
}

.banner-main {
    padding: 60px 0;
    padding-top: 80px;
}

.banner-sub-hd {
    width: 46%;
    padding-right: 15px;
}

.banner-hed {
    display: flex;
    margin: 0 !important;
    padding: 0px 0;
}


.section3-bg {
    margin-top: 390px;
}

/* ============================= venue ============ */

.venu-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.venu-slide {
    display: none;
    width: 100%;
    transition: all 0.5s ease-in-out;
    border-radius: 30px;
}

.venu-slide img {
    width: 100%;
    height: 700px;
    /* Set fixed height */
    object-fit: contain;
    /* Keep full image visible without crop */
    display: block;
    /* Optional: light background behind transparent images */

}

/* Show current slide */
.venu-slide.current {
    display: block;
}

/* Navigation Buttons */
#venuNext,
#venuPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
}

#venuPrev {
    left: 10px;
}

#venuNext {
    right: 10px;
}

/* =========== venue_hotel_content ----------  */

.venue_hotel_slide-content {
    margin-top: 40px;
}

.venue_hotel_slide-content h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.venue_hotel_slide-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.venue_hotel_slide-content p {
    text-align: justify;
    line-height: 1.7;
}


.section13 {
    height: 325px;
    padding: 10px 0px;
}

.section3-bg {
    background-color: #ebf1f5;
    padding: 50px;
    margin-top: -74px;
    padding-top: 157px;
}

.section1-body {
    position: absolute;
    top: 65px;
}


.section2 {
    padding-top: 0px;
}

.section2-first-sub-main {
    margin-top: -100px;
    padding-top: 30px;
}

.venue_hotel-idx {
    padding-top: 30px;
}