@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');

.header-two {background: #fff; padding: 20px 0px}


.committee-section{
    padding:70px 20px;
}

.container{
    max-width:1400px;
    margin:auto;
}

.heading{
    text-align:center;
    margin-bottom:50px;
}

.heading h1{
    font-size:42px;
    color:#003366;
    margin-bottom:10px;
}

.heading p{
    color:#666;
    font-size:18px;
}

.section-title{
    font-size:28px;
    color:#003366;
    margin:50px 0 25px;
    border-left:6px solid #0b79d0;
    padding-left:15px;
}

.committee-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
}

.member-card{
    background:#fff;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s ease;
}

.member-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);
}

/* Circular Image */
.member-card img{
    width:160px;
    height:160px;
    border-radius:50%;
    object-fit:cover;
    object-position:center;
    border:5px solid #0b79d0;
    margin:0 auto 18px;
    display:block;
}

.member-card h3{
    font-size:20px;
    color:#003366;
    margin-bottom:8px;
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.member-card span{
    display:block;
    color:#666;
    font-size:15px;
}

/* Mobile */
@media (max-width:768px){

.member-card img{
    width:130px;
    height:130px;
}

.member-card h3{
    font-size:18px;
}

}

@media(max-width:768px){

.heading h1{
    font-size:34px;
}

.section-title{
    font-size:24px;
}

.member-card img{
    height:220px;
}

}

.build-welcome-section {
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f4fbf8 100%);
  color: #111111;
  position: relative;
  overflow: hidden;
}

.build-welcome-section::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 35px solid rgba(0, 130, 70, 0.08);
  border-radius: 50%;
}

.build-welcome-section::after {
  content: "";
  position: absolute;
  left: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  background: rgba(255, 132, 0, 0.08);
  border-radius: 50%;
}

.build-welcome-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.build-chairman-card {
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 26px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
  border-bottom: 5px solid #0a9147;
}

.build-chairman-img {
  width: 215px;
  height: 215px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #f3f8f5;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.build-chairman-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.build-chairman-card h3 {
  margin: 0 0 8px;
  font-size: 25px;
  color: #111111;
  font-weight: 700;
}

.build-chairman-card h4 {
  margin: 0 0 12px;
  color: #0a9147;
  font-size: 17px;
  font-weight: 600;
}

.build-chairman-card p {
  margin: 0;
  color: #555555;
  font-size: 14px;
}

.build-welcome-content {
  background: #ffffff;
  padding: 45px 48px;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #f58200;
}

.build-welcome-content > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0a9147;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.build-welcome-content h1 {
  margin: 0 0 8px;
  color: #f58200;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
}

.build-welcome-content h2 {
  margin: 0 0 25px;
  color: #444444;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
}

.build-welcome-content p {
  margin: 0 0 18px;
  color: #222222;
  font-size: 15.5px;
  line-height: 1.8;
}

.build-highlight-box {
  margin: 28px 0;
  padding: 24px 26px;
  background: #f5fbf8;
  border-radius: 18px;
  border: 1px solid #d8eee3;
}

.build-highlight-box h3 {
  margin: 0 0 10px;
  color: #0a7540;
  font-size: 20px;
}

.build-highlight-box p {
  margin: 0;
}

.build-phase-box {
  margin: 24px 0;
  padding: 24px 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0a9147, #0b6f72);
  color: #ffffff;
}

.build-phase-box p {
  margin-bottom: 12px;
  color: #ffffff;
}

.build-phase-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.build-phase-box li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 1.6;
}

.build-phase-box li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

.build-signature {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}

.build-signature p {
  margin-bottom: 8px;
}

.build-signature strong,
.build-signature span {
  display: block;
  font-size: 15px;
  line-height: 1.7;
}

.build-signature strong {
  color: #0a9147;
}

/* Responsive */
@media (max-width: 991px) {
  .build-welcome-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .build-chairman-card {
    max-width: 380px;
    margin: 0 auto;
  }

  .build-welcome-content {
    padding: 35px 28px;
  }
}

@media (max-width: 575px) {
  .build-welcome-section {
    padding: 50px 15px;
  }

  .build-welcome-content h1 {
    font-size: 30px;
  }

  .build-welcome-content h2 {
    font-size: 18px;
  }

  .build-chairman-img {
    width: 180px;
    height: 180px;
  }
}

/*Message*/
.tb-header {
  width: 100%;
  min-height: 98px;
  padding: 14px 48px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 999;
	font-family: "Titillium Web", sans-serif;
}

.tb-logo a {
  text-decoration: none;
  display: inline-block;
}

.tb-logo-main {
  display: block;
  font-size: 45px;
  line-height: 1;
  font-weight: 500;
  color: #049447;
  letter-spacing: 1px;
}

.tb-logo-main strong {
  color: #007842;
}

.tb-logo-sub {
  display: inline-block;
  margin-top: 3px;
  padding: 3px 6px;
  background: #c58a10;
  color: #ffffff;
  font-size: 7px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.tb-navbar > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tb-navbar li {
  position: relative;
  list-style: none;
}

.tb-navbar a {
  color: #121212;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 12px 0;
  transition: 0.3s ease;
}

.tb-dropdown > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid #111;
  border-bottom: 1.8px solid #111;
  transform: rotate(45deg) translateY(-3px);
  transition: 0.3s ease;
}

.tb-navbar a:hover {
  color: #049447;
}

.tb-dropdown:hover > a::after {
  border-color: #049447;
  transform: rotate(225deg) translateY(-1px);
}

.tb-dropdown-left .tb-dropdown-menu{
    left: auto;
    right: 0;
}

.tb-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  padding: 10px 0;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.3s ease;
}

.tb-dropdown:hover .tb-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tb-dropdown-menu a {
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

.tb-dropdown-menu a:hover {
  background: #f2faf6;
  color: #049447;
}

/* Mobile Menu */
.tb-menu-toggle {
  display: none;
}

.tb-menu-icon {
  display: none;
  width: 34px;
  cursor: pointer;
}

.tb-menu-icon span {
  display: block;
  height: 3px;
  background: #007842;
  margin: 6px 0;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 1199px) {
  .tb-header {
    padding: 14px 25px;
  }

  .tb-navbar > ul {
    gap: 16px;
  }

  .tb-navbar a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .tb-header {
    min-height: 86px;
    padding: 14px 20px;
  }

  .tb-logo-main {
    font-size: 36px;
  }

  .tb-menu-icon {
    display: block;
  }

  .tb-navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .tb-menu-toggle:checked ~ .tb-navbar {
    max-height: 700px;
    overflow-y: auto;
  }

  .tb-navbar > ul {
    display: block;
    padding: 12px 20px 20px;
  }

  .tb-navbar a {
    padding: 14px 0;
    border-bottom: 1px solid #eeeeee;
  }

  .tb-dropdown-menu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 15px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: #f7fbf9;
  }

  .tb-dropdown:hover .tb-dropdown-menu {
    display: block;
  }

  .tb-dropdown-menu a {
    padding: 12px 15px;
    border-bottom: 1px solid #e4eee9;
  }
}

@media (max-width: 575px) {
  .tb-logo-main {
    font-size: 30px;
  }

  .tb-logo-sub {
    font-size: 5.8px;
  }

  .tb-header {
    padding: 12px 15px;
  }
}

/*Header*/

.build-abstract {
  width: 100%;
  background: #f4fbf9;
  color: #1d1d1d;
  overflow: hidden;
}

/* Hero */
.build-hero {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(120deg, #4caf55 0%, #1ca69a 50%, #15998f 100%);
  overflow: hidden;
}

.build-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(255,255,255,0.12) 0 18%, transparent 18% 100%);
}

.hero-shape {
  position: absolute;
  top: -30px;
  width: 340px;
  height: 180%;
  background: rgba(76, 175, 80, 0.45);
  transform: skewX(-35deg);
}

.shape-one {
  left: -90px;
}

.shape-two {
  left: 120px;
  background: rgba(102, 187, 106, 0.4);
}

.build-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.build-hero p {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  color: #e9fffb;
  font-size: 18px;
  font-weight: 500;
}

/* Main Wrapper */
.build-wrapper {
  max-width: 1120px;
  margin: -35px auto 0;
  padding: 0 20px 70px;
  position: relative;
  z-index: 5;
}

/* Intro */
.build-intro {
  background: #ffffff;
  border-radius: 28px;
  padding: 38px 35px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border-top: 6px solid #0c6a5b;
}

.build-intro span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d4214a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.build-intro h2 {
  margin: 20px 0 15px;
  font-size: 38px;
  color: #0c5f53;
  text-transform: uppercase;
}

.build-intro p {
  max-width: 850px;
  margin: 0 auto;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

/* Date Boxes */
.date-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 35px 0;
}

.date-box {
  background: linear-gradient(135deg, #0c6a5b, #0d467d);
  color: #ffffff;
  padding: 26px 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(12, 106, 91, 0.25);
}

.date-box small {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.85;
}

.date-box strong {
  font-size: 20px;
}

/* Cards */
.abstract-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.info-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #d9eee9;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}
.info-card h3 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  color: #0c6a5b;
  font-size: 24px;
}

.info-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: #d4214a;
  border-radius: 10px;
}

.info-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.info-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4214a;
  font-weight: 900;
}

.highlight-card {
  background: linear-gradient(135deg, #0c6a5b, #0d467d);
  color: #ffffff;
}

.highlight-card h3,
.highlight-card p,
.highlight-card li {
  color: #ffffff;
}

.highlight-card h3::after {
  background: #ffffff;
}

.highlight-card li::before {
  color: #ffffff;
}

.wide-card {
  grid-column: span 2;
}

/* Footer Note */
.footer-note {
  margin-top: 35px;
  padding: 28px 32px;
  background: #ffffff;
  border-left: 7px solid #d4214a;
  border-radius: 18px;
  color: #0c5f53;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .build-hero h1 {
    font-size: 36px;
  }

  .date-row,
  .abstract-grid {
    grid-template-columns: 1fr;
  }

  .wide-card {
    grid-column: span 1;
  }
}

@media (max-width: 576px) {
  .build-hero {
    padding: 55px 15px;
  }

  .build-hero h1 {
    font-size: 30px;
  }

  .build-hero p {
    font-size: 15px;
  }

  .build-intro {
    padding: 30px 20px;
  }

  .build-intro h2 {
    font-size: 28px;
  }

  .info-card {
    padding: 24px 20px;
  }

  .date-box strong {
    font-size: 18px;
  }
}


.welcome-section {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 38% 62%;
  padding: 70px 70px;
  position: relative;
	color: #000
}

.left-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-card {
  text-align: center;
}

.doctor-img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin-bottom: 22px;
}

.profile-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 10px;
}

.profile-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 8px;
}

.profile-card p {
  font-size: 15px;
  color: #444;
}

.right-box {
  position: relative;
  padding: 0 50px 0 20px;
  font-size: 17px;
  line-height: 1.55;
}

.right-box h1 {
  font-size: 40px;
  color: #FF8F00;
  margin-bottom: 6px;
}

.right-box h3 {
  font-size: 25px;
  color: #555;
  font-weight: 600;
  margin-bottom: 22px;
}

.right-box p {
  margin-bottom: 16px;
}



.right-box li {
  margin-bottom: 8px;
}

.right-box strong {
  font-weight: 700;
  color: #111;
}

.icon {
  position: absolute;
  width: 120px;
}

.top-icon {
  top: 20px;
  left: 0;
}

.bottom-icon {
  right: 35px;
  bottom: 40px;
}

@media (max-width: 768px) {
  .welcome-section {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .left-box {
    margin-bottom: 40px;
  }

  .doctor-img {
    width: 220px;
    height: 220px;
  }

  .right-box {
    padding: 0;
    font-size: 15px;
  }

  .right-box h1 {
    font-size: 26px;
  }

  .icon {
    width: 90px;
  }
}

/*Program Highlights*/

.objectives {
  border: 1px solid #9bc8ad;
  border-radius: 10px;
  padding: 18px 20px 25px;
  background: linear-gradient(180deg, #ffffff 0%, #e7f4ed 100%);
}

.title-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.target-icon {
  width: 58px;
  height: 58px;
  border: 3px solid #3c9b65;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16814e;
  font-size: 34px;
  font-weight: bold;
}

.objectives h1 {
  color: #0b7050;
  font-size: 30px;
}

.objectives h3 {
  font-size: 22px;
  margin-top: 3px;
  font-weight: 700;
}

.objective-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
  text-align: center;
}

.objective-item {
  position: relative;
  padding: 0 18px;
}

.objective-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 65px;
  background: #ffffff;
}

.icon {
  color: #4d9d70;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 8px;
}

.objective-item p {
  font-size: 14px;
  line-height: 1.05;
}

.session {
  margin-top: 18px;
  border: 2px solid #166b4a;
}

.session-header {
  background: linear-gradient(90deg, #0d5d3d, #156946);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px 20px;
}

.session-icon {
  font-size: 42px;
  color: #c7ead9;
}

.session-header span {
  color: #8de0c2;
  font-size: 19px;
  font-weight: 800;
  text-decoration: underline;
}

.session-header h2 {
  font-size: 20px;
  margin-top: 5px;
	color: #fff
}

.session-header p {
  color: #8de0c2;
  font-size: 15px;
  font-weight: 700;
  margin-top: 3px;
}

.session ul {
  list-style-position: inside;
  background: #f8fffb;
}

.session li {
  padding: 9px 12px;
  font-size: 16px;
  border-top: 1px solid #b8dfca;
	color: #000
}

@media (max-width: 768px) {
  .objective-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .objective-item::after {
    display: none;
  }

  .objectives h1 {
    font-size: 24px;
  }

  .objectives h3 {
    font-size: 18px;
  }
}

/*New Sesion*/

.cld-wrapper{
    width:100%;
	margin-bottom: 60px;
}

.cld-heading-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:50px;
}

.cld-title{
    background:linear-gradient(to bottom,#7dc61d,#146922);
    color:#fff;
    padding:20px 80px;
    border-radius:50px;
    font-size:38px;
    font-weight:900;
    letter-spacing:2px;
}

.cld-line{
    width:100px;
    border-top:2px dashed #2d73c9;
}

.cld-leaf{
    font-size:48px;
}

.cld-session-list{
    display:flex;
    flex-direction:column;
    gap:40px;
}

.cld-session-item{
    display:grid;
    grid-template-columns:90px 120px 1fr 24px;
    min-height:120px;
    border:1px solid #7bc64b;
    align-items:center;
    background:#f9fffb;
}

.cld-number-box{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:82px;
    font-weight:bold;
}

.cld-icon-box{
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:44px;
    border-right:1px solid #7bc64b;
}

.cld-session-text{
    padding-left:20px;
    color:#0b6645;
    font-size:28px;
    font-weight:800;
    line-height:1.4;
}
.cld-session-text p{font-size: 16px; color: #000}
.cld-right-bar{
    width:24px;
    height:100%;
    border-radius:12px;
}

/* Colors */

.cld-green-one{
    border-color:#73bf2d;
}
.cld-green-one .cld-number-box,
.cld-green-one .cld-right-bar{
    background:#73bf2d;
}

.cld-green-two{
    border-color:#3da85b;
}
.cld-green-two .cld-number-box,
.cld-green-two .cld-right-bar{
    background:#3da85b;
}

.cld-green-three{
    border-color:#31a971;
}
.cld-green-three .cld-number-box,
.cld-green-three .cld-right-bar{
    background:#31a971;
}

.cld-green-four{
    border-color:#36aaa0;
}
.cld-green-four .cld-number-box,
.cld-green-four .cld-right-bar{
    background:#36aaa0;
}

/*New Class*/
.journey-box {
  background: linear-gradient(160deg, #f9fbf8, #d8f0df);
  border: 1px solid #8db69d;
  border-radius: 14px;
  padding: 28px 28px 26px;
  box-shadow: inset 0 0 40px rgba(255,255,255,0.8);
}

.title-row {
  display: flex;
  align-items: center;
  gap: 25px;
}

.route-icon {
  font-size: 58px;
  color: #20754f;
}

.title-row h1 {
  font-size: 56px;
  letter-spacing: 4px;
  color: #1f7552;
}

.journey-items {
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item {
  text-align: center;
  width: 18%;
}

.circle {
  width: 42px;
  height: 42px;
  border: 2px solid #2d8b5d;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d8b5d;
  background: #eef9f0;
  font-size: 20px;
}

.item p {
  font-size: 13px;
  line-height: 1.15;
}

.journey-items span {
  width: 1px;
  height: 78px;
  background: rgba(255,255,255,0.9);
}

.programme-heading {
  margin: 52px 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.programme-heading h2 {
  background: linear-gradient(90deg, #0d335f, #166b55);
  color: #fff;
  font-size: 34px;
  letter-spacing: 2px;
  padding: 20px 68px;
  border-radius: 45px;
}

.line {
  width: 135px;
  border-top: 2px dashed #143f5b;
  position: relative;
}

.leaf {
  font-size: 42px;
  color: #147341;
}

.programme-table {
  width: 100%;
  border: 1px solid #a9d2bd;
  background: #fff;
}

.table-header {
  display: grid;
  grid-template-columns: 105px 1fr 165px;
  background: linear-gradient(90deg, #176f4d, #0e4934);
  color: #fff;
  min-height: 96px;
}

.icon-col {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.session-title {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.session-title small {
  font-size: 20px;
  font-weight: 700;
  color: #bdebd0;
  margin-bottom: 5px;
}

.session-title strong {
  font-size: 26px;
  letter-spacing: 1px;
}

.time-head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  background: rgba(0,0,0,0.15);
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 165px;
  border-top: 1px solid #b9ddc8;
  min-height: 56px;
}

.topic1 {
  padding: 16px 12px;
  font-size: 16px;
	color: #000
}

.time {
  border-left: 1px solid #b9ddc8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
	color: #000
}

@media (max-width: 768px) {
  .title-row h1 {
    font-size: 34px;
  }

  .journey-items {
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
  }

  .journey-items span {
    display: none;
  }

  .item {
    width: 100%;
  }

  .programme-heading {
    gap: 10px;
  }

  .line,
  .leaf {
    display: none;
  }

  .programme-heading h2 {
    font-size: 24px;
    padding: 16px 30px;
  }

  .table-header {
    grid-template-columns: 70px 1fr 90px;
  }

  .session-title strong {
    font-size: 18px;
  }

  .topic {
    font-size: 16px;
  }
}
/*Banner*/
.abstract-banner{
    position:relative;
    width:100%;
    min-height:200px;
    overflow:hidden;
    background:#1d9d94;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

/* Left geometric shapes */
.shape{
    position:absolute;
    left:0;
    top:0;
}

.shape-1{
    width:380px;
    height:370px;
    background:#54b95b;
    clip-path:polygon(0 0,72% 0,25% 100%,0 100%);
    opacity:.9;
}

.shape-2{
    width:520px;
    height:250px;
    background:#66bf53;
    clip-path:polygon(53% 0,100% 0,47% 100%,0 100%);
    opacity:.75;
}

.shape-3{
    width:280px;
    height:220px;
    background:#49b388;
    clip-path:polygon(0 0,100% 0,0 100%);
    opacity:.8;
}

.banner-content{
    position:relative;
    z-index:2;
    max-width:900px;
    padding:20px;
}

.banner-content h1{
    color:#fff;
    font-size:50px;
    font-style:italic;
    text-transform:uppercase;
    line-height:1.2;
    font-family:"Titillium Web", sans-serif;
}

.banner-content p{
    color:#fff;
    font-size:1.7rem;
    font-weight:400;
    font-family:"Titillium Web", sans-serif;
}

/* Tablet */
@media(max-width:991px){

    .abstract-banner{
        min-height:300px;
    }

    .banner-content h1{
        font-size:2.8rem;
    }

    .banner-content p{
        font-size:1.3rem;
    }
}

/* Mobile */
@media(max-width:767px){

    .abstract-banner{
        min-height:250px;
        padding:40px 20px;
    }

    .shape-1{
        width:180px;
        height:250px;
    }

    .shape-2{
        width:240px;
        height:180px;
    }

    .shape-3{
        width:140px;
        height:140px;
    }

    .banner-content h1{
        font-size:1.8rem;
        margin-bottom:20px;
    }

    .banner-content p{
        font-size:1rem;
    }
}


.program-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    padding:25px 15px;
    width:100%;
}

.line{
    flex:1;
    height:2px;
    border-top:2px dashed #0c3c5d;
    position:relative;
}

.line::before,
.line::after{
    content:"";
    position:absolute;
    top:-4px;
    width:6px;
    height:6px;
    background:#0c3c5d;
    border-radius:50%;
}

.line::before{
    left:0;
}

.line::after{
    right:0;
}

.title-box{
    background:linear-gradient(90deg,#0c5f4a,#083b7a);
    color:#fff;
    font-size:35px;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:16px 35px;
    border-radius:28px;
    white-space:nowrap;
    box-shadow:0 6px 15px rgba(0,0,0,0.15);
	font-family: "Titillium Web", sans-serif;
}

.leaf{
    font-size:52px;
    line-height:1;
    color:#0b7d4d;
}

@media(max-width:768px){

    .program-heading{
        gap:10px;
    }

    .title-box{
        font-size:22px;
        padding:12px 20px;
    }

    .leaf{
        font-size:34px;
    }
}

.workshop-section {
  max-width: 1050px;
  margin: 40px auto;
  padding: 30px 20px;
}

.workshop-section h2 {
  text-align: center;
  color: #c91f45;
  font-size: 26px;
  margin-bottom: 20px;
}

.workshop-section p {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  margin-bottom: 20px;
}

.workshop-section h2 span {
  color: #111;
}

.workshop {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 95px;
  margin-bottom: 30px;
  border: 2px solid;
  border-left: none;
  border-radius: 0 25px 25px 0;
  background: #fff;
}

.number {
  width: 80px;
  height: 95px;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
  border-radius: 0 8px 8px 0;
}

.content {
  flex: 1;
  text-align: center;
  padding: 0 80px 0 35px;
}

.content h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.content p {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
}

.right-box2 {
  width: 55px;
  height: 95px;
  border-radius: 20px;
  position: absolute;
  right: -2px;
  top: -2px;
}

.green {
  border-color: #0c8a37;
}

.green .number,
.green .right-box {
  background: #0c8a37;
}

.green h3 {
  color: #0c8a37;
}

.navy {
  border-color: #001f46;
}

.navy .number,
.navy .right-box {
  background: #001f46;
}

.navy h3 {
  color: #001f46;
}

.orange {
  border-color: #c84e00;
}

.orange .number,
.orange .right-box {
  background: #c84e00;
}

.orange h3 {
  color: #f28a2e;
}

.teal {
  border-color: #008767;
}

.teal .number,
.teal .right-box {
  background: #008767;
}

.teal h3 {
  color: #008767;
}

.purple {
  border-color: #a000b5;
}

.purple .number,
.purple .right-box {
  background: #a000b5;
}

.purple h3 {
  color: #d000ff;
}

@media (max-width: 768px) {
  .workshop-section h2 {
    font-size: 20px;
  }

  .workshop {
    min-height: auto;
    margin-bottom: 30px;
  }

  .number {
    width: 65px;
    height: 85px;
    font-size: 45px;
  }

  .right-box {
    width: 35px;
    height: 85px;
  }

  .content {
    padding: 15px 45px 15px 20px;
  }

  .content h3 {
    font-size: 15px;
  }

  .content p {
    font-size: 12px;
  }
}

.conference-section {
  max-width: 1050px;
  margin: 30px auto;
  padding: 20px;
}

.conference-header {
  text-align: center;
  margin-bottom: 35px;
}

.conference-header h2 {
  font-size: 26px;
  color: #c72035;
  margin-bottom: 15px;
}

.conference-header h2 span {
  color: #000;
}

.conference-header p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.topic {
  position: relative;
  min-height: 100px;
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid;
  border-left: none;
  border-radius: 0 20px 20px 0;
}

.num {
  width: 95px;
  height: 100px;
  color: #fff;
  font-size: 65px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
}

.icon {
  width: 88px;
  height: 88px;
  min-width: 88px;
  background: #fff;
  border: 5px solid;
  border-radius: 50%;
  margin-left: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  z-index: 2;
}

.text {
  flex: 1;
  padding: 15px 85px 15px 25px;
margin-left: 60px
}

.text h3 {
  font-size: 25px;	
  margin-bottom: 4px;
}

.text p {
  font-size: 15px;
  line-height: 1.35;
  color: #111;
}

.end {
  width: 58px;
  height: 100px;
  border-radius: 18px;
  position: absolute;
  right: -2px;
  top: -2px;
}

/* Colors */
.green { border-color: #12873d; }
.green .num, .green .end { background: linear-gradient(#82c341, #00843d); }
.green .icon { border-color: #12873d; }
.green h3 { color: #12873d; }

.blue { border-color: #123f95; }
.blue .num, .blue .end { background: linear-gradient(#184fa6, #061d4f); }
.blue .icon { border-color: #123f95; }
.blue h3 { color: #102b66; }

.orange { border-color: #f36b21; }
.orange .num, .orange .end { background: linear-gradient(#ff7a21, #b84317); }
.orange .icon { border-color: #f36b21; }
.orange h3 { color: #f36b21; }

.teal { border-color: #0aa981; }
.teal .num, .teal .end { background: linear-gradient(#5acb9f, #008566); }
.teal .icon { border-color: #0aa981; }
.teal h3 { color: #087c5f; }

.purple { border-color: #8c3fa2; }
.purple .num, .purple .end { background: linear-gradient(#a64bb0, #70258d); }
.purple .icon { border-color: #8c3fa2; }
.purple h3 { color: #7b45a1; }

.yellow { border-color: #e3b21b; }
.yellow .num, .yellow .end { background: linear-gradient(#ffc414, #b88612); }
.yellow .icon { border-color: #e3b21b; }
.yellow h3 { color: #bd9516; }

.darkgreen { border-color: #0b6129; }
.darkgreen .num, .darkgreen .end { background: linear-gradient(#0f7e38, #073516); }
.darkgreen .icon { border-color: #0b6129; }
.darkgreen h3 { color: #073516; }

.skyblue { border-color: #3676bf; }
.skyblue .num, .skyblue .end { background: linear-gradient(#80aee4, #2664a8); }
.skyblue .icon { border-color: #3676bf; }
.skyblue h3 { color: #0072bc; }

.violet { border-color: #8540a2; }
.violet .num, .violet .end { background: linear-gradient(#8f44ad, #4b1c6d); }
.violet .icon { border-color: #8540a2; }
.violet h3 { color: #7b45a1; }

@media (max-width: 768px) {
  .conference-header h2 {
    font-size: 20px;
  }

  .conference-header p {
    font-size: 14px;
    text-align: center;
  }

  .topic {
    min-height: auto;
    margin-bottom: 30px;
  }

  .num {
    width: 65px;
    height: 90px;
    font-size: 42px;
  }

  .icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    font-size: 26px;
    margin-left: -12px;
  }

  .end {
    width: 35px;
    height: 90px;
  }

  .text {
    padding: 12px 45px 12px 12px;
	  margin-left: 5px
  }

  .text h3 {
    font-size: 15px;
  }

  .text p {
    font-size: 12px;
  }
}


/*Footer*/

.footer {
  background: #1f6345;
  color: #ffffff;
  padding: 70px 0 25px;
}

.footer-container {
  width: 82%;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1.2fr ;
  gap: 55px;
}

.footer-col{
	width: 100%
}

.footer-col h3 {
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #FF8F00
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 10px;
	margin-top: 15px;
	color: #FFF
}

.logo {
  font-size: 42px;
  color: #FF8F00;
  margin-bottom: 4px;
  font-weight: 800;
}

.tagline {
  display: inline-block;
  color: #1f6345;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  margin-bottom: 35px;
}

.about p {
  font-size: 15px;
  line-height: 1.8;
  color: #f3f3f3;
}

.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #1f6345;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
}

.contact-item {
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
  align-items: center;
}

.contact-item span {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-item small {
  display: block;
  color: #e8e8e8;
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-item strong {
  font-size: 19px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 45px 0 25px;
  }
}

/*Countdown*/

.countdown-section {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #4b9b8b 0%, #5aaa72 55%, #8abf4b 100%);
  padding: 40px 15px;
}

.countdown-box {
  text-align: center;
  color: #fff;
}

.countdown-box h4 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
	color: #fff
}

.countdown-box h2 {
  font-size: 42px;
  margin-bottom: 35px;
  font-weight: 800;
	color: #fff
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.countdown div {
  background: linear-gradient(to right, #ff7a00, #ffb347);
  border-radius: 20px;
  padding: 28px 15px;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.12);
}

.countdown span {
  display: block;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.countdown p {
  margin: 12px 0 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .countdown-box h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .countdown {
    grid-template-columns: 1fr;
  }
}
