
/*
 * Evento -  Event html  Template
 * Build Date: jan 2018
 * Author: colorlib
 * Copyright (C) 2018 colorlib
 */
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
    . GENERAL
    . Header
    . Footer
    . BUTTONS
    . ICON BOXES
    . PROJECTS SECTION (PORTFOLIO)
    . BLOG  SECTION
    . COUNTER SECTION
    . Testimonial SECTION
	. Contact Section
	.PROGRESSBAR
	.SINGLE POST (COMMENTS SIDEBAR TAGS LIST)
	------------------------------------- */
/*  ----------------------------------------------------
1. GENERAL
-------------------------------------------------------- */
/* ----------------IMPORT GOOGLE FONTS ------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900");
/* ----------------Text Fonts ------------------- */
body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #505050;
  font-style: normal;
  overflow-x: hidden;
 
  
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #18181c;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 48px;
  margin-bottom: 25px;
}

h2, .h2 {
  font-size: 42px;
  margin-bottom: 25px;
}


h4, .h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px;
  line-height: 24px;
  font-weight: 400;
  color: #111111;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #111111;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul.nosyely_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section_title {
  position: relative;
  margin-bottom: 25px;
  font-size: 24px;
}
.section_title .title {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 24px;
  color:#006eb7;
}
.section_title .title:before {
  width: 30px;
  content: " ";
  position: absolute;
  /* border-top: solid 3px #006eb7; */
  left: 0;
  top: 0;
}
 :root{
    --pe-bg:#f6f8fc;
    --pe-card:#ffffff;
    --pe-text:#1f2937;
    --pe-muted:#6b7280;
    --pe-border:#e5e7eb;
    --pe-accent:#b91c1c;
    --pe-accent-soft:#fff1f2;
    --pe-radius:16px;
  }

  .pe-section{
    padding: 60px 0;
    background: var(--pe-bg);
  }

  .pe-container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .pe-card{
    background: var(--pe-card);
    border: 1px solid var(--pe-border);
    border-radius: var(--pe-radius);
    box-shadow: 0 10px 30px rgba(16,24,40,0.08);
    overflow: hidden;
  }

  .pe-header{
    padding: 28px 28px 18px;
    background: linear-gradient(135deg, var(--pe-accent-soft), #ffffff 60%);
    border-bottom: 1px solid var(--pe-border);
  }

  .pe-title{
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    color: var(--pe-text);
    font-weight: 800;
    letter-spacing: 0.2px;
  }

  .pe-subtitle{
    margin: 10px 0 0;
    color: var(--pe-muted);
    font-size: 16px;
    line-height: 1.7;
    max-width: 900px;
  }

  .pe-body{
    padding: 24px 28px 10px;
  }

  .pe-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
  }

  .pe-item{
    border: 1px solid var(--pe-border);
    border-radius: 14px;
    padding: 16px 16px 14px;
    background: #fff;
  }

  .pe-item-head{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .pe-badge{
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--pe-accent);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
  }

  .pe-item-title{
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: var(--pe-text);
    font-weight: 800;
  }

  .pe-bullets{
    margin: 0;
    padding-left: 18px;
    color: var(--pe-text);
    line-height: 1.75;
    font-size: 15.5px;
  }

  .pe-bullets li{
    margin: 6px 0;
  }

  .pe-footer{
    padding: 18px 28px 26px;
    border-top: 1px solid var(--pe-border);
    background: #fff;
  }

  .pe-note{
    margin: 0 0 12px;
    color: var(--pe-text);
    line-height: 1.75;
    font-size: 15.5px;
  }

  .pe-contact{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
  }

  .pe-pill{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid var(--pe-border);
    border-radius: 999px;
    background: #fff;
    color: var(--pe-text);
    text-decoration: none;
    font-weight: 700;
    font-size: 14.5px;
  }

  .pe-pill:hover{
    border-color: rgba(185,28,28,.35);
    box-shadow: 0 8px 18px rgba(185,28,28,.08);
  }

  .pe-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--pe-accent);
  }

  /* Responsive */
  @media (max-width: 640px){
    .pe-section{ padding: 40px 0; }
    .pe-header{ padding: 22px 16px 14px; }
    .pe-body{ padding: 16px; }
    .pe-footer{ padding: 16px; }
    .pe-title{ font-size: 22px; }
    .pe-subtitle{ font-size: 14.5px; }
    .pe-item-title{ font-size: 16.5px; }
    .pe-bullets{ font-size: 14.5px; }
  }

    .submission-box {
      background-color: #fefefe;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    }

    .submission-box h3 {
      font-weight: 700;
      color: #007bff;
      margin-bottom: 25px;
    }

    .submission-box p {
      font-size: 16px;
      line-height: 1.7;
      color: #333;
    }

    .submission-box a {
      color: #007bff;
      text-decoration: none;
      font-weight: 500;
    }

    .submission-box a:hover {
      text-decoration: underline;
    }
	.speakers-section {
      padding: 60px 20px;
    }

    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .speaker-card {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
      overflow: hidden;
      transition: all 0.3s ease;
      height: auto;
      display: flex;
      flex-direction: column;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

        .speaker-img-wrapper {
           /*height: 300px;             Set fixed height for uniformity */
          overflow: hidden;
          display: flex;
          align-items: flex-start;   /* Align image to top */
          justify-content: center;
          background-color: #f8f8f8;
        }
        
        .speaker-img-wrapper img {
          height: auto;
          width: auto;               /* Maintain aspect ratio */
          object-fit: contain;       /* Show full image without cutting */
          object-position: top center;
        }
		


    /*.speaker-img-wrapper img {*/
    /*  width: 100%;*/
    /*  height: auto;*/
    /*  object-fit: cover;*/
    /*  transition: transform 0.4s ease;*/
    /*}*/

    .speaker-card:hover .speaker-img-wrapper img {
      transform: scale(1.05);
    }

    .speaker-info {
      padding: 15px 10px;
      text-align: center;
      flex-grow: 1;
    }

    .speaker-info h5 {
      font-size: 18px;
      font-weight: 700;
      color: #007bff;
      margin-bottom: 8px;
    }

    .speaker-info p {
      margin: 0;
      font-size: 15px;
      color: #444;
    }

    .speaker-info p + p {
      margin-top: 6px;
    }


    .download-link {
      display: inline-block;
      margin-top: 10px;
    }

    .submission-box ul {
      margin-top: 15px;
      padding-left: 20px;
    }

    .submission-box ul li {
      margin-bottom: 8px;
    }
	 footer {
    background: #111;
    color: white;
    padding: 40px 0;
    font-size: 14px;
  }

  .footer_title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .icon_list li, .footer_social li {
    list-style: none;
    margin-bottom: 10px;
  }

  .icon_list li i, .footer_social li i {
    margin-right: 10px;
  }

  .footer_social li {
    display: inline-block;
    margin-right: 10px;
  }

  .footer_social a {
    color: white;
    font-size: 18px;
  }
.countdown {
  text-align: center;
}
.countdown div {
  margin: 20px;
  display: inline-block;
  padding: 25px;
  min-width: 120px;
  background-color: #006eb7;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.countdown div span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.bg-img {
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.bg-img .overlay_dark {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.brand_item {
  opacity: 0.3;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.brand_item img {
  display: block;
  max-width: 130px;
  margin: 0 auto;
}
.brand_item:hover {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.icon_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icon_list li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 50px;
  min-height: 50px;
  margin-bottom: 7px;
}
.icon_list li i {
  background-color: #006eb7;
  display: block;
  border-radius: 50px;
  padding: 7px 0;
  font-size: 24px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
}
.icon_list li span {
  color: #333333;
  padding-top: 6px;
  display: inline-block;
}

blockquote {
  padding: 75px 25px 25px;
  font-size: 20px;
  text-align: center;
  margin: 25px 50px;
}
blockquote:before {
  content: open-quote;
  display: block;
  font-size: 134px;
  font-family: Georgia, Verdana, Roboto, serif;
  line-height: 0.2;
  padding: 0;
  opacity: 0.2;
  font-weight: 600;
  margin: 0;
}
blockquote p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  font-style: italic;
}

.text-muted {
  color: #868e96 !important;
  font-size: 14px;
  line-height: 2.1;
}

strong {
  font-weight: 700;
}

.text-xs {
  font-size: 11px;
}

.text-xl {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
  }

  h2, .h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  h3, .h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  h4, .h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  h5, .h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  h6, .h6 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .hide-md {
    display: none !important;
  }
}
/* ----------------Responsive Align ------------------- */
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-right-xs {
    text-align: right;
  }
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 999999;
}
.loader .loader-inner {
  position: absolute;
  border: 2px solid #7180ee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* ----------------colors------------------- */
.color-gray {
  color: #f0f2f6 !important;
}

.color-dark-gray {
  color: #111111 !important;
}

.color-dark {
  color: #333333 !important;
}

.color-black {
  color: #18181c !important;
}

.color-light {
  color: #ffffff !important;
}

.color-green {
  color: #6cc47f !important;
}

.color-blue {
  color: #0652fd !important;
}

.color-red {
  color: #f97794 !important;
}

.color-orange {
  color: #f79257 !important;
}

.color-yellow {
  color: #ffbf00 !important;
}

.color-purple {
  color: #926cc4 !important;
}

.bg-grad-purple {
  background: #8C66CA;
  background: linear-gradient(135deg, #E25574 0%, #8C66CA 100%);
}

.bg-macaroni {
  background: -webkit-gradient(linear, left top, right top, from(#ff5f6d), to(#ffc371));
  background: linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f0f2f6 !important;
}

.bg-black {
  background-color: #18181c !important;
}

.bg-blue {
  background-color: #0652fd !important;
}

.bg-purple {
  background-color: #926cc4 !important;
}

/* --------------PADDING STYLE-------------- */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

/*  -----------------MARGIN STYLE----------------------- */
.m0 {
  margin: 0;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.m65 {
  margin: 65px;
}

.m70 {
  margin: 70px;
}

.m75 {
  margin: 75px;
}

.m80 {
  margin: 80px;
}

.m85 {
  margin: 85px;
}

.m90 {
  margin: 90px;
}

.m95 {
  margin: 95px;
}

.m100 {
  margin: 100px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 25px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/*  --------------MARGIN STYLE MINUS----------------------------- */
.mt-5 {
  margin-top: -5px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-25 {
  margin-top: -25px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-35 {
  margin-top: -35px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-45 {
  margin-top: -45px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-55 {
  margin-top: -55px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-65 {
  margin-top: -65px;
}

.mt-70 {
  margin-top: -70px;
}

.mt-75 {
  margin-top: -75px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-85 {
  margin-top: -85px;
}

.mt-90 {
  margin-top: -90px;
}

.mt-95 {
  margin-top: -95px;
}

.mt-100 {
  margin-top: -100px;
}

.mt-110 {
  margin-top: -110px;
}

.mt-120 {
  margin-top: -120px;
}

.mt-130 {
  margin-top: -130px;
}

.mt-140 {
  margin-top: -140px;
}

.mt-150 {
  margin-top: -150px;
}

.ml-5 {
  margin-left: -5px;
}

.ml-10 {
  margin-left: -10px;
}

.ml-15 {
  margin-left: -15px;
}

.ml-20 {
  margin-left: -20px;
}

.ml-25 {
  margin-left: -25px;
}

.ml-30 {
  margin-left: -30px;
}

.ml-35 {
  margin-left: -35px;
}

.ml-40 {
  margin-left: -40px;
}

.ml-45 {
  margin-left: -45px;
}

.ml-50 {
  margin-left: -50px;
}

.ml-55 {
  margin-left: -55px;
}

.ml-60 {
  margin-left: -60px;
}

.ml-65 {
  margin-left: -65px;
}

.ml-70 {
  margin-left: -70px;
}

.ml-75 {
  margin-left: -75px;
}

.ml-80 {
  margin-left: -80px;
}

.ml-85 {
  margin-left: -85px;
}

.ml-90 {
  margin-left: -90px;
}

.ml-95 {
  margin-left: -95px;
}

.ml-100 {
  margin-left: -100px;
}

.ml-110 {
  margin-left: -110px;
}

.ml-120 {
  margin-left: -120px;
}

.ml-130 {
  margin-left: -130px;
}

.ml-140 {
  margin-left: -140px;
}

.ml-150 {
  margin-left: -150px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb-35 {
  margin-bottom: -35px;
}

.mb-40 {
  margin-bottom: -40px;
}

.mb-45 {
  margin-bottom: -45px;
}

.mb-50 {
  margin-bottom: -50px;
}

.mb-55 {
  margin-bottom: -55px;
}

.mb-60 {
  margin-bottom: -60px;
}

.mb-65 {
  margin-bottom: -65px;
}

.mb-70 {
  margin-bottom: -70px;
}

.mb-75 {
  margin-bottom: -75px;
}

.mb-80 {
  margin-bottom: -80px;
}

.mb-85 {
  margin-bottom: -85px;
}

.mb-90 {
  margin-bottom: -90px;
}

.mb-95 {
  margin-bottom: -95px;
}

.mb-100 {
  margin-bottom: -100px;
}

.mb-110 {
  margin-bottom: -110px;
}

.mb-120 {
  margin-bottom: -120px;
}

.mb-130 {
  margin-bottom: -130px;
}

.mb-140 {
  margin-bottom: -140px;
}

.mb-150 {
  margin-bottom: -150px;
}

/*  ----------------------------------------------------
2. HEADER
-------------------------------------------------------- */
header {
  min-height: 50px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
header .menu {
  position: relative;
}
header .logo {
  padding-top: 0;
  padding-bottom: 0;
}
header .logo img {
  float: left;
  max-width: 160px;
  margin-right: 3px;
}
header ul.menu li a.nav-link {
  padding: 20px 12px !important;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  color: #000000;
}
header ul.menu li a.nav-link:hover {
  color: #0760af;
}
header ul.menu .search_btn {
  padding: 16px 8px !important;
  color: #ffffff;
}
header ul.menu .search_btn a {
  font-size: 30px;
}
header li ul {
  display: none;
  visibility: hidden;
}


.track-card {
      background-color: #fff;
      border-radius: 15px;
      padding: 15px 10px;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      height: auto;
      border: 1px solid #eee;
      position: relative;
    }

    .track-card:hover {
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
      transform: translateY(-7px);
      border-color: #007bff;
    }

    .track-title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px;
      color: #007bff;
      min-height: 60px;
    }

    .track-topics {
      font-size: 15px;
      line-height: 1.7;
      color: #555;
      padding-left: 0;
    }

    .track-topics li {
      margin-bottom: 8px;
      list-style-type: disc;
      margin-left: 20px;
    }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nacccc{
  mix-blend-mode:lighten ;
}


.dropdown:hover .dropdown-content {
  display: block;
}


header li ul.sub_menu {
  position: absolute;
  background: #333333;
  min-width: 250px;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.08);
}
header li ul.sub_menu li {
  display: block;
}
header li ul.sub_menu li a {
  color: #999999 !important;
  padding: 7px 10px;
  display: block;
  margin-left: 0;
  line-height: 22px;
  word-break: break-word;
}
header li ul.sub_menu li a:hover {
  color: #ffffff !important;
  transform: translate3d(2px, 0, 0);
  -webkit-transform: translate3d(2px, 0, 0);
}

.navbar {
  padding: 0;
}

header.sticky_header {
  background-color: #ffffff;
  margin: 0;
  padding: 5px;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-toggler {
  border: 1px solid #006eb7;
  color: #006eb7;
  padding: 5px 10px;
  font-size: 22px;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  cursor: pointer;
  border-radius: 2px;
}

@media (min-width: 767px) {
  header li:hover > ul {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  header {


     /* changeshjgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggj */
    background-color: #ffffff;
    margin: 0;
    -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  header .container {
    padding: 15px !important;
  }

  header li > ul {
    position: static;
    visibility: visible;
    width: 100%;
  }
}
/*  ----------------------------------------------------
3 Footer
-------------------------------------------------------- */
footer {
  padding: 50px 0 100px;
  background-color: #031c2f;
}
footer .footer_box {
  position: relative;
  margin-top: 50px;
}
footer .footer_box h4.footer_title {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 18px;
  color: #ffffff;
}
footer .footer_box h4.footer_title:before {
  width: 30px;
  content: " ";
  position: absolute;
  border-top: solid 3px #006eb7;
  left: 0;
  top: 0;
}
footer .footer_header {
  margin-bottom: 30px;
}
footer .footer_social {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_social li {
  display: inline-block;
  margin: 5px;
}
footer .footer_social li a {
  border: solid 1px #006eb7;
  display: block;
  border-radius: 50px;
  padding: 7px 0;
  font-size: 24px;
  color: #006eb7;
  width: 40px;
  height: 40px;
  text-align: center;
}
footer .footer_social li a:hover {
  background-color: #332F6A;
  color: #ffffff;
}
footer ul.instagram_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul.instagram_list li {
  display: inline-block;
  width: 30%;
  margin: 0 0 2% 2%;
  float: left;
}
footer .newsletter_form .form-control {
  background-color: #1f1039;
  border: solid 1px #1f1039;
  font-weight: 500;
  color: #ffffff;
}

.copyright_footer {
  background-color: #080113;
  padding: 15px;
}
.copyright_footer p {
  font-size: 13px;
  padding: 10px;
  text-transform: capitalize;
  color: #ffffff;
}
.copyright_footer ul.footer_menu {
  padding: 0;
  margin: 0;
  list-style: none;
  direction: rtl;
}
.copyright_footer ul.footer_menu li {
  display: inline-block;
}
.copyright_footer ul.footer_menu li a {
  padding: 10px;
  text-transform: capitalize;
  color: #006eb7;
}
.copyright_footer ul.footer_menu li a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .copyright_footer {
    text-align: center;
  }
}
/*  ----------------------------------------------------
4 buttons
-------------------------------------------------------- */
.btn {
  font-size: 12px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 12px 40px;
  border-radius: 0;
  outline: 0 !important;
  border: none;
  cursor: pointer;
  background-color: #18181c;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:hover {
  color: #18181c;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-sm {
  padding: 10px 20px;
}

.btn-lg {
  padding: 18px 50px;
}

.btn_center {
  margin: 0 auto;
  display: block;
}

.btn.btn-shadow {
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09);
}
.btn.btn-shadow:hover {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.09);
}

.btn-rounded {
  border-radius: 50px;
}

.btn-primary {
  background-color: #332F6A;
  border: solid 1px #2a2757;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary:hover {
  background-color: #18181c;
  color: #ffffff;
  border: solid 1px #18181c;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-primary-outline {
  background-color: transparent;
  border: solid 1px #f50136;
  color: #f50136;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary-outline:hover {
  background-color: #f50136;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-light {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #18181c;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-light:hover {
  color: #ffffff;
  border: solid 1px #18181c;
  background-color: #18181c;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-dark {
  background-color: #333333;
  border: solid 1px #18181c;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-dark:hover {
  color: #18181c;
  border: solid 1px #ffffff;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*  ----------------------------------------------------
Cover
-------------------------------------------------------- */
.home-cover {
  position: relative;
}

.cover_slider {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  list-style: none;
  word-break: break-all;
}
.cover_slider .slider-content-center {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.cover_slider .slider-content-left {
  max-width: 800px;
  text-align: left;
}
.cover_slider .cover_item {
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding: 150px 0;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cover_slider .cover_item .slider_content {
  display: table;
  /* background-color: rgb(20 20 20 / 13%); */
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  color: #ffffff;
}
.cover_slider .cover_item .slider_content .slider-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover_slider .cover_item .slider_content .slider-content-inner .cover-title {
  margin-top: 25px;
  margin-bottom: 0;
  opacity: 0;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}
.cover_slider .cover_item .slider_content .slider-content-inner .cover-xl-text {
  opacity: 0;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.1;
  color: #332F6A;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}
.cover_slider .cover_item .slider_content .slider-content-inner .cover-date {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 900ms ease-in-out;
  transition: all 0.4s 900ms ease-in-out;
}
.cover_slider .cover_item .slider_content .slider-content-inner a {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out;
  -webkit-transition: opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
  transition: opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
  transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out;
  transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
}
.cover_slider .active .slider_content .slider-content-inner * .cover-title {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 300ms ease-in-out;
  transition: all 0.4s 300ms ease-in-out;
}
.cover_slider .active .slider_content .slider-content-inner * .cover-xl-text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}
.cover_slider .active .slider_content .slider-content-inner * .cover-date {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 900ms ease-in-out;
  transition: all 0.4s 900ms ease-in-out;
}
.cover_slider .active .slider_content .slider-content-inner * a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s ease-in-out, border 0.4s  ease-in-out, background-color 0.4s  ease-in-out;
  -webkit-transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s  ease-in-out, border 0.4s  ease-in-out, background-color 0.4s  ease-in-out;
  transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s  ease-in-out, border 0.4s  ease-in-out, background-color 0.4s  ease-in-out;
}
.cover_slider .owl-dots {
  bottom: 25px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.cover_slider .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cover_slider .owl-dots .owl-dot.active span {
  background: #ffffff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cover_nav {
  position: relative;
  bottom: 0;
  z-index: 999;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  top: -40px;
}
.cover_nav .cover_dots {
  padding: 15px 90px;
  margin: 0 auto;
  text-align: center;
  float: none;
  width: auto;
  display: inline-block;
  list-style: none;
  position: relative;
  background-color: #ffffff;
  top: -14px;
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}
.cover_nav .cover_dots li {
  display: inline-block;
  border: solid 2px transparent;
  border-radius: 14px;
  margin: 0;
  width: 30px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
  color: #0760af;
}
.cover_nav .cover_dots li.active {
  border: solid 2px #006eb7;
}
.cover_nav .cover_dots:before {
  content: " ";
  display: block;
  z-index: 99999;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 21px;
  border-top-left-radius: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid white;
  border-left: 40px solid transparent;
}
.cover_nav .cover_dots:after {
  content: " ";
  display: block;
  z-index: 99999;
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 21px;
  border-top-left-radius: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffffff;
  border-right: 40px solid transparent;
}

.inner_cover {
  min-height: 400px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.inner_cover .overlay_dark {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(12, 12, 12, 0.6);
}
.inner_cover .inner_cover_content {
  padding: 170px 0;
}
.inner_cover .inner_cover_content h3 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
}

.breadcrumbs {
  position: absolute;
  bottom: -1px;
  margin: 0;
}
.breadcrumbs ul {
  padding: 5px 90px;
  margin: 0 auto;
  text-align: center;
  float: none;
  bottom: 0;
  min-height: 50px;
  position: relative;
  width: auto;
  display: inline-block;
  list-style: none;
  background-color: #ffffff;
  color: #18181c;
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}
.breadcrumbs ul:before {
  content: " ";
  display: block;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 21px;
  border-top-left-radius: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffffff;
  border-left: 40px solid transparent;
}
.breadcrumbs ul:after {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 21px;
  border-top-left-radius: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffffff;
  border-right: 40px solid transparent;
  content: " ";
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  padding: 13px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  color: #18181c;
}
.breadcrumbs ul li span {
  padding: 13px;
  font-size: 12px;
  font-weight: 600;
  color: #f50136;
}

@media (max-width: 767px) {
  .cover_slider .cover_item .slider_content .slider-content-inner .cover-title {
    font-size: 18px;
  }
  .cover_slider .cover_item .slider_content .slider-content-inner .cover-xl-text {
    font-size: 46px;
  }
  .cover_slider .cover_item .slider_content .slider-content-inner .cover-date {
    font-size: 14px;
  }

  .breadcrumbs ul {
    padding: 5px 30px;
  }
}
/*  ----------------------------------------------------
5 icon boxes
-------------------------------------------------------- */
.icon-lg {
  font-size: 64px !important;
}

.icon-md {
  font-size: 32px !important;
}

.icon-sm {
  font-size: 16px !important;
}

.icon_box_one {
  background-color: #f0f2f6;
  padding: 0;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one i {
  margin-top: -10px;
  padding: 0 15px;
  font-size: 72px;
  color: #f50136;
  vertical-align: middle;
  border-radius: 4px;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one .content {
  margin-top: 0;
  padding: 10px 25px 25px;
}
.icon_box_one .content h4 {
  color: #18181c;
  margin-bottom: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one .content h5 {
  color: #0760af;
  margin-bottom: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one .content a {
  color: #f50136;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one .content p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover {
  -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
  background-color: #006eb7;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover i {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover .content h4 {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover .content h5 {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover .content p {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon_box_one:hover .content a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon_box_two {
  position: relative;
  padding: 0;
  margin: 25px 0;
}
.icon_box_two i {
  position: absolute;
  left: 0;
  font-size: 56px;
  width: 50px;
  color: #006eb7;
  top: 0;
  bottom: auto;
  line-height: 1;
}
.icon_box_two .content {
  margin-left: 60px;
  float: left;
}
.icon_box_two .content .box_title {
  margin-bottom: 3px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 6px;
}
.icon_box_two .content p {
  font-weight: 500;
  color: #111111;
}

/*  ----------------------------------------------------
6 speakers
-------------------------------------------------------- */
.speaker_box {
  position: relative;
  overflow: hidden;
}
.speaker_box .speaker_img {
  position: relative;
  overflow: hidden;
}
 .speaker_img:hover img {
    transform: scale(1.05);
  }
  .speaker_img:hover .info_box {
    transform: translateY(0);
  }
   .info_box {
    transition: transform 0.3s ease;
    transform: translateY(100%);
    background-color: rgba(0, 0, 0, 0.7);
  }
   .speaker_box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
   .name {
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    margin: 0;
  }
    .position {
    font-size: 1em;
    color: white;
    margin-top: 5px;
  }

 .row {
    margin: 0;
    padding: 0;
  }
.speaker_box .speaker_img img {
  width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box .speaker_img .info_box {
  position: absolute;
  bottom: 42px;
  background-color: #18181c;
  padding: 10px 30px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box .speaker_img .info_box .name {
  color: #006eb7;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box .speaker_img .info_box .position {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
}
.speaker_box .speaker_social {
  padding: 50px;
}
.speaker_box .speaker_social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.speaker_box .speaker_social ul li {
  display: inline-block;
  margin-left: 4px;
}
.speaker_box .speaker_social ul li a {
  border: solid 1px #f50136;
  display: block;
  border-radius: 50px;
  padding: 7px 0;
  font-size: 24px;
  color: #f50136;
  width: 40px;
  height: 40px;
  text-align: center;
}
.speaker_box .speaker_social ul li a:hover {
  color: #ffffff;
  background-color: #f50136;
}
.speaker_box:hover .speaker_img img {
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box {
  background-color: #006eb7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box .name {
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.speaker_box:hover .speaker_img .info_box .position {
  color: #ffffff;
}

/*  ----------------------------------------------------
7 Price box
-------------------------------------------------------- */
.price_box {
  position: relative;
  padding: 75px 30px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #f0f2f6;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.price_box .price_highlight {
  background-color: #006eb7;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: #fff;
}
.price_box .price_header h4 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}
.price_box .price_header h6 {
  font-size: 14px;
  text-transform: capitalize;
  color: #111111;
  font-weight: 400;
}
.price_box .price_tag {
  padding: 15px 0;
  text-transform: capitalize;
  color: #18181c;
  font-size: 48px;
  font-weight: 700;
}
.price_box .price_tag sup {
  font-size: 24px;
  font-weight: 400;
  top: -15px;
  left: -7px;
  color: #111111;
}
.price_box .price_features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price_box .price_features ul li {
  padding: 7px;
  font-size: 14px;
  font-weight: 400;
  color:#0760af;
}
.price_box .price_footer {
  margin-top: 30px;
}
.price_box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.price_box.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/*  ----------------------------------------------------

/*  ----------------------------------------------------
7 Event box
-------------------------------------------------------- */
.event_box {
  margin: 70px 0;
}
.event_box .event_info {
  position: relative;
  margin: 30px 0;
}
.event_box .event_info .event_title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #18181c;
  position: relative;
  padding: 15px 0;
  line-height: 1.3;
}
.event_box .event_info .event_title:before {
  width: 30px;
  content: " ";
  position: absolute;
  border-top: solid 4px #f50136;
  left: 0;
  top: 0;
}
.event_box .event_info .speakers strong {
  font-size: 14px;
  font-weight: 700;
  color: #18181c;
}
.event_box .event_info .speakers span {
  font-size: 14px;
  font-weight: 400;
}
.event_box .event_info .event_date {
  color: #f50136;
  font-size: 12px;
  font-weight: 700;
}
.event_box .readmore_btn {
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 28px;
  font-size: 12px;
  font-weight: 700;
  color: #f50136;
}
.event_box .readmore_btn:hover {
  color: #18181c;
}

/*  ----------------------------------------------------

7 counter
-------------------------------------------------------- */
.counter_box {
  text-align: left;
  margin: 25px 0;
  padding: 15px 5px;
}
.counter_box span, .counter_box .counter {
  font-size: 48px;
  display: inline-block;
  margin: 0;
  color: #f50136;
  font-weight: 600;
}
.counter_box h5 {
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  font-size: 14px;
  color: #18181c;
  margin-top: 15px;
}

/*  ----------------------------------------------------
8 tabs
-------------------------------------------------------- */
.table.event_calender {
  position: relative;
  min-width: 1000px;
}
.table.event_calender thead.event_title {
  background-color: #006eb7;
  color: #ffffff;
  border: 0;
}
.table.event_calender thead.event_title th {
  vertical-align: bottom;
  border: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.table.event_calender thead.event_title th i {
  font-size: 32px;
  float: left;
  line-height: 1;
}
.table.event_calender thead.event_title th span {
  margin-left: 10px;
  padding: 3px 0;
  display: inline-block;
}
.table.event_calender tbody {
  background-color: #f0f2f6;
}
.table.event_calender tbody td, .table.event_calender tbody th {
  padding: 30px 25px;
  border: 0;
  vertical-align: middle;
  text-align: center;
}
.table.event_calender tbody td img, .table.event_calender tbody th img {
  border-radius: 4px;
  display: block;
  max-width: 100px;
}
.table.event_calender tbody td.event_date {
  font-weight: 600;
  font-size: 30px;
  color: #000;
}
.table.event_calender tbody td.event_date span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.table.event_calender tbody td.event_place h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.table.event_calender tbody td.event_place h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.table.event_calender tbody td.buy_link a {
  text-transform: capitalize;
  font-weight: 600;
  color: #f50136;
  text-decoration: underline;
  line-height: 24px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.table.event_calender tbody td.buy_link a:hover {
  color: #18181c;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/*  ----------------------------------------------------
9 testimonial
-------------------------------------------------------- */
.testimonial_carousel {
  border: solid 2px #f50136;
  padding: 25px;
  position: relative;
  margin: 15px 0;
}
.testimonial_carousel p {
  font-style: italic;
}
.testimonial_carousel .testimonial_author {
  display: inline-block;
  position: relative;
  padding: 15px 60px;
}
.testimonial_carousel .testimonial_author img {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
}
.testimonial_carousel .testimonial_author h5 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #333333;
  padding-top: 10px;
}
.testimonial_carousel .testimonial_author p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial_carousel .testimonial_author p span {
  color: #f50136;
}
.testimonial_carousel:before {
  content: "\f347";
  font-family: "Ionicons";
  position: absolute;
  color: #18181c;
  top: -10px;
  background-color: #ffffff;
  padding: 0 35px;
  font-size: 18px;
  left: 15px;
  line-height: 0.8;
}

.testimonial_carousel .slick-dots {
  position: absolute;
  bottom: 50px;
  right: 15px;
  left: auto;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.testimonial_carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 10px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.testimonial_carousel .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #856404;
  border-radius: 50%;
  margin: 0 1px;
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
}
.testimonial_carousel .slick-dots li button:before {
  content: "";
  opacity: 0;
}
.testimonial_carousel .slick-dots li.slick-active button {
  opacity: 1;
}

/*  ----------------------------------------------------
10 blog
-------------------------------------------------------- */
.blog_card {
  margin: 0 0 70px 0;
  position: relative;
}
.blog_card img {
  border-radius: 4px;
}
.blog_card .blog_box_data {
  padding: 25px 0;
}
.blog_card .blog_box_data .blog_date {
  background-color: #f50136;
  padding: 15px 30px;
  border-radius: 2px;
  margin-bottom: 15px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.blog_card .blog_box_data .blog_meta a {
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #111111;
}
.blog_card .blog_box_data .blog_meta a:hover {
  color: #f50136;
}
.blog_card .blog_box_data .blog_word {
  word-break: break-all;
}
.blog_card .blog_box_data .readmore_btn {
  font-size: 12px;
  font-weight: 600;
  color: #f50136;
  text-decoration: underline;
}
.blog_card .blog_box_data .readmore_btn:hover {
  color: #18181c;
}

.nav_menu {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  float: none;
  width: auto;
  display: inline-block;
  list-style: none;
  position: relative;
  background-color: #ffffff;
  top: -14px;
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}
.nav_menu li {
  display: inline-block;
  border: solid 2px transparent;
  border-radius: 14px;
  margin: 0;
  height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 600;
  color: #000000;
}
.nav_menu li a {
  border-radius: 50px;
  padding: 12px 8px;
  font-weight: 600;
  border: solid 2px transparent;
}
.nav_menu li a:hover {
  border: solid 2px #f50136;
}
.nav_menu li span {
  border-radius: 50px;
  padding: 12px 8px;
  border: solid 2px #f50136;
}

.widget {
  margin-bottom: 50px;
}
.widget .widget-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #18181c;
  text-transform: capitalize;
}
.widget ul {
  padding: 0;
  padding-left: 15px;
  list-style: none;
  margin: 0;
}

.widget_recent_posts {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.widget_recent_posts img {
  float: left;
  width: 100px;
}
.widget_recent_posts .content {
  margin-left: 115px;
}
.widget_recent_posts .content a {
  color: #18181c;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
}
.widget_recent_posts .content a:hover {
  color: #f50136;
}
.widget_recent_posts .content p {
  font-size: 12px;
}

.widget_search {
  position: relative;
  width: 100%;
}
.widget_search input {
  border: 0;
  border-bottom: solid 3px #333333;
  padding: 12px;
  width: 100%;
  outline: 0;
  font-size: 12px;
  font-style: italic;
}

.widget_categories {
  position: relative;
  width: 100%;
}
.widget_categories ul li a {
  padding: 6px 0;
  display: block;
  width: 100%;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.widget_categories ul li a:hover {
  color: #f50136;
}

.widget_instagram {
  position: relative;
  width: 100%;
}
.widget_instagram ul li {
  display: inline-block;
  width: 32%;
  padding: 1%;
  margin: 2px 0;
}
.widget_instagram ul li img {
  width: 100%;
}

.widget_tags {
  position: relative;
  width: 100%;
}
.widget_tags ul li {
  display: inline-block;
  margin: 7px 2px;
}
.widget_tags ul li a {
  display: block;
  padding: 10px 12px;
  background-color: #f0f2f6;
  color: #111111;
  border: solid 1px #f0f2f6;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.widget_tags ul li a:hover {
  background-color: #ffffff;
  border: solid 1px #f50136;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/*  ----------------------------------------------------
11 contact box
-------------------------------------------------------- */
.contact_box {
  padding: 35px;
  background-color: #ffffff;
  border-radius: 4px;
}
.contact_box label {
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
}

.social_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social_list li {
  display: inline-block;
  margin: 5px;
}
.social_list li a {
  border: solid 1px #006eb7;
  display: block;
  border-radius: 50px;
  padding: 7px 0;
  font-size: 24px;
  color: #006eb7;
  width: 40px;
  height: 40px;
  text-align: center;
}
.social_list li a:hover {
  background-color: #006eb7;
  color: #ffffff;
}

.map {
  width: 100%;
  min-height: 400px;
}

.form-control {
  font-size: 12px;
  padding: 12px 15px;
  height: 50px;
  border-radius: 1px;
  background-color: #e2e6f1;
  border: solid 1px #e2e6f1;
  margin-bottom: 25px;
  outline: 0 !important;
  font-style: italic;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.form-control:focus {
  background-color: #ffffff;
  border-color: #f50136;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

textarea.form-control {
  min-height: 200px;
  resize: vertical;
}

/*  ----------------------------------------------------
12 progressbar
-------------------------------------------------------- */
.single_progressbar {
  position: relative;
  margin-top: 30px;
}
.single_progressbar .progress_text {
  margin-bottom: 5px;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}
.single_progressbar .progress_text span.progress_bar {
  color: #333333;
}
.single_progressbar .progress_text .progress_num {
  position: absolute;
  left: 90%;
}
.single_progressbar .progress {
  margin-bottom: 5px;
  overflow: hidden;
  background: #f50136;
  /* The Fallback */
  background: rgba(245, 1, 54, 0.2);
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.single_progressbar .progress .progress-bar {
  height: 4px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #f50136;
}

.accordion_card {
  border: solid 1px #f50136;
  border-radius: 0;
  margin: 15px 0;
}
.accordion_card .card-header {
  color: #ffffff;
  border-bottom: 0;
  border-radius: 0 !important;
  padding: 0;
}
.accordion_card .card-header h5 {
  margin: 0;
}
.accordion_card .card-header h5 a {
  background-color: #ffffff;
  color: #f50136;
  display: block;
  padding: 15px;
  border-bottom: solid 1px #f50136;
}
.accordion_card .card-header h5 a.collapsed {
  background-color: #f50136;
  color: #ffffff;
  border-bottom: solid 0 #f50136;
}
.accordion_card .card-body {
  font-size: 16px;
}
table{
    font-family: sans-serif;
	  width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            background-color: #fff;
}

th{
    background-color: #333;
    color:#fff
}

th, td{
   
	   padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;
}

.table-responsive th{
  background-color: #ffff;
  color: #333;
}
   h5 {
            font-size: 24px;
            margin-top: 40px;
            color: #1f3c88;
           margin-left:50px;
            padding-bottom: 8px;
            width: fit-content;
        }
		
		
		/* Card */
/* ===== Speakers Section ===== */
.conf-speakers {
  background: #ffffff;
}

.conf-speakers__title {
  font-size: 2.2rem;
  letter-spacing: 0.2px;
  color: #111827;
}

.conf-speakers__subtitle {
  color: #6b7280;
  font-size: 0.98rem;
}

/* ===== Speaker Card ===== */
.spk-card {
  height: auto;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(17, 24, 39, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.spk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
}

/* Same height images */
.spk-card__media {
  width: 100%;
  height: 320px;           /* ✅ all images equal */
  overflow: hidden;
  background: #f3f4f6;
}

.spk-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;       /* ✅ image proportion safe */
  object-position: top;    /* ✅ face cut na ho */
}

/* Content */
.spk-card__body {
  padding: 18px 18px 20px;
}

.spk-card__name {
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.spk-card__divider {
  display: block;
  width: 56px;
  height: 3px;
  margin: 0 auto 12px;
  border-radius: 999px;

}

.spk-card__meta {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsive image height */
@media (max-width: 991px) {
  .spk-card__media { height: 300px; }
}
@media (max-width: 576px) {
  .conf-speakers__title { font-size: 1.8rem; }
  .spk-card__media { height: 280px; }
}


/* Info box – SAME POSITION FOR BOTH */
.info_box {
  position: absolute;
  bottom: 0;                 /* FIXED */
  left: 0;
  width: 100%;
  background: #0b66a9;
  color: #fff;
  padding: 16px 14px 18px;
  text-align: center;
  border-top: 4px solid #e11d48;
}

/* Text */
.info_box .designation {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffcccb;
  margin-bottom: 6px;
}

.info_box .name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}

.info_box .position {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
  .speaker_img {
    height: 300px;
  }
}
.themes-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 30px;

  display: grid;
  grid-template-columns: 1fr; /* Mobile default */
  gap: 10px 40px;
}

/* Tablet */
@media (min-width: 768px) {
  .themes-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .themes-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.themes-list li {
  line-height: 1.6;
  font-size: 15px;
}

.section-heading {
  font-weight: 700;
  margin-bottom: 20px;
  background: #f1f0f0;
  border-left: 4px solid #bf1e2e;
  padding-left: 10px;
}

.highlight-text {
  background: #f1f0f0;
  padding: 10px 15px;
  border-left: 4px solid #bf1e2e;
  border-radius: 6px;
}

.award-section,
.premium-section,
.premium-section-light {
  padding: 60px 0;
}

.premium-section-light {
  background: #f1f0f0;
}

.award-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.award-card {
  padding: 15px 10px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.award-card:hover {
  transform: translateY(-5px);
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #bf1e2e;
  font-size: 18px;
}

.session-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 20px;
}

.session-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Responsive */
@media (min-width: 768px) {
  .award-grid {
    grid-template-columns: 1fr 1fr;
  }

  .session-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .award-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
 .ieee-section {
  padding: 100px 0;
  background: #ffffff;
}

.ieee-title {
  font-weight: 700;
  margin-bottom: 60px;
}

.ieee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}

.ieee-card {
  text-align: center;
  transition: 0.4s ease;
}

.ieee-card:hover {
  transform: translateY(-10px);
}

/* Animated Circle */

.ieee-circle {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ieee-circle span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#0066cc, #00c3ff, #0066cc);
  animation: rotateRing 6s linear infinite;
}

.ieee-circle span::before {
  content: "";
  position: absolute;
  inset: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.ieee-circle img {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}

/* Blue Badge */

.badge-box {
  display: inline-block;
  background: #0066cc;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.ieee-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.ieee-card p {
  font-size: 14px;
  color: #555;
}

/* Organizing Secretary */

.organizing-secretary {
  text-align: center;
  margin-top: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #003366;
}

/* Animation */

@keyframes rotateRing {
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */

@media (max-width: 768px) {
  .ieee-circle {
    width: 160px;
    height: 160px;
  }

  .ieee-circle img {
    width: 135px;
    height: 135px;
  }
}
 

.committee-custom-section {
  padding: 100px 0;
  background: white;
}

.committee-card {
  text-align: center;
  margin-bottom: 40px;
}

/* Circle */

.circle-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  position: relative;
}

.circle-ring {
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 8px;
  background: conic-gradient(
      #203864,
      #5bc0eb,
      #f9c80e,
      #203864
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-ring img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

/* DO NOT CHANGE BADGE COLOR */

.role-badge {
  display: inline-block;
  background: #006eb7;   
  color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Text */

.committee-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.committee-card p {
  font-size: 14px;
  color: #444;
}

.organizing-text {
  font-size: 18px;
  color: #203864;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 768px) {
  .circle-wrapper {
    width: 160px;
    height: 160px;
  }

  .circle-ring img {
    width: 135px;
    height: 135px;
  }
}

/* ================= CIRCLE HOVER EFFECT ================= */

.circle-wrapper {
  transition: transform 0.4s ease;
}

.circle-ring {
  transition: all 0.4s ease;
}

.circle-ring img {
  transition: transform 0.4s ease;
}

/* Hover Effect */
.committee-card:hover .circle-wrapper {
  transform: translateY(-8px) scale(1.05);
}

.committee-card:hover .circle-ring {
  box-shadow: 0 15px 35px rgba(32, 56, 100, 0.25);
}

.committee-card:hover .circle-ring img {
  transform: scale(1.08);
}

.committee-section {
  padding: 40px 0;
  background: #ffffff;
}

.title-wrapper {
  margin-bottom: 50px;
}

.committee-section {
  padding: 70px 20px;
  background: white;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== TITLE ===== */

.title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}



.section-main-title::before {
  right: 100%;
  margin-right: 15px;
}

.section-main-title::after {
  left: 100%;
  margin-left: 15px;
}

/* ===== SPEAKERS GRID ===== */

.speakers-grid {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}

.speaker-column {
  max-width: 350px;
  width: 100%;
}

.speaker {
  margin-bottom: 28px;
  text-align: center;
}

.speaker h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.speaker span {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* ============================= */
/* ====== TABLET VIEW ====== */
/* ============================= */

@media (max-width: 992px) {
  .speakers-grid {
    gap: 60px;
  }

  .speaker h4 {
    font-size: 17px;
  }
}

/* ============================= */
/* ====== MOBILE VIEW ====== */
/* ============================= */

@media (max-width: 768px) {

  .section-main-title {
    font-size: 16px;
    padding: 6px 18px;
  }

  .section-main-title::before,
  .section-main-title::after {
    width: 30px;
  }

  .speakers-grid {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .speaker-column {
    max-width: 100%;
  }

  .speaker {
    margin-bottom: 24px;
  }

  .speaker h4 {
    font-size: 16px;
  }

  .speaker span {
    font-size: 13px;
  }
}

.important-dates{
padding:60px 0;
background:#ffffff;
}

.important-dates h3{
font-weight:700;
margin-bottom:30px;
}

.dates-table{
max-width:700px;
margin:auto;
}

.dates-table table{
width:100%;
border:1px solid #000;
}

.dates-table th{
background:#000;
color:#fff;
padding:12px;
}

.dates-table td{
padding:12px;
border:1px solid #000;
}

.thrust-section{
padding:80px 0;
background:#fafafa;
}

.thrust-title{
text-align:center;
font-size:32px;
font-weight:700;
letter-spacing:1px;
margin-bottom:15px;
}

.thrust-desc{
text-align:center;
max-width:850px;
margin:auto;
color:#555;
font-size:16px;
line-height:1.7;
margin-bottom:50px;
}

.thrust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
gap:28px;
}

.thrust-card{
background:#fff;
border-radius:10px;
padding:25px;
border:1px solid #e6e6e6;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
transition:all 0.35s ease;
position:relative;
overflow:hidden;
}

.thrust-card::before{
content:"";
position:absolute;
left:0;
top:0;
height:4px;
width:100%;
background:#000;
}

.thrust-card h5{
font-weight:700;
font-size:18px;
margin-bottom:12px;
color:#000;
}

.thrust-card ul{
padding-left:18px;
margin:0;
}

.thrust-card li{
margin-bottom:7px;
font-size:15px;
color:#444;
}

.thrust-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
border-color:#000;
}

.thrust-card:hover li{
color:#000;
}

@media (max-width:768px){

.thrust-title{
font-size:26px;
}

.thrust-card{
padding:20px;
}

}


.committee-section{
padding:80px 0;
background:#f8f9fb;
}

.committee-title{
text-align:center;
font-weight:700;
margin-bottom:60px;
}

.committee-wrapper{
display:flex;
gap:60px;
position:relative;
}

.committee-wrapper:before{
content:"";
position:absolute;
left:50%;
top:0;
height:100%;
width:2px;
background:#ccc;
}

.committee-column{
width:50%;
display:flex;
flex-direction:column;
align-items:center;
gap:40px;
}

.committee-card{
text-align:center;
}

.committee-card img{
width:120px;
height:120px;
border-radius:50%;
object-fit:cover;
border:6px solid #1ea4d9;
}

.role{
display:inline-block;
padding:5px 14px;
margin-top:10px;
font-size:13px;
border-radius:6px;
color:#fff;
}



.organizing-text{
text-align:center;
margin-top:20px;
font-weight:600;
}

@media(max-width:768px){

.committee-wrapper{
flex-direction:column;
}

.committee-wrapper:before{
display:none;
}

.committee-column{
width:100%;
}

}



/* ================= GLOBAL SECTION STYLE ================= */

.section-title{
font-size:32px;
font-weight:700;
text-align:center;
color:#2e4b9b;
margin-bottom:50px;
position:relative;
}

.section-title:after{
content:"";
width:120px;
height:3px;
background:#3db0d8;
display:block;
margin:12px auto 0;
}

/* ================= ABOUT SECTION ================= */

.conference-about{
padding:80px 0;
background:#f7f9fc;
}

.conference-about p{
font-size:16px;
line-height:1.8;
text-align:justify;
color:#333;
margin-bottom:18px;
}

/* ================= THEMES ================= */

.conference-themes{
padding:80px 0;
background:white;
}

.conference-themes ul{
list-style:disc;
padding-left:20px;
}

.conference-themes li{
margin-bottom:10px;
font-size:15px;
}

/* ================= KEYNOTE SPEAKERS ================= */

.keynote-speakers{
padding:80px 0;
background:#f7f9fc;
}

.keynote-speakers p{
font-size:16px;
margin-bottom:20px;
}

.keynote-speakers strong{
color:#2e4b9b;
font-size:18px;
}

/* ================= SPEAKER LIST ================= */

.speakers-list{
padding:80px 0;
background:white;
}

.speakers-list p{
margin-bottom:15px;
font-size:16px;
}

/* ================= ADVISORY COMMITTEE ================= */

.advisory-committee{
padding:80px 0;
background:#f7f9fc;
}

.advisory-committee p{
margin-bottom:18px;
font-size:16px;
}

/* ================= ORGANIZING MEMBERS ================= */

.committee-members{
padding:80px 0;
background:white;
}

.committee-members ul{
list-style:diamond;
padding-left:20px;
}

.committee-members li{
margin-bottom:10px;
font-size:15px;
}

/* ================= COORDINATORS ================= */

.coordinators{
padding:60px 0;
background:#f7f9fc;
}

.coordinators ul{
list-style:diamond;
display:flex;
justify-content:center;
gap:40px;
font-size:17px;
}

/* ================= TREASURER ================= */

.treasurer{
padding:60px 0;
background:white;
}

.treasurer .col-md-4{
font-size:18px;
font-weight:600;
color:#333;
}

/* ================= REGISTRATION TABLE ================= */

.registration-section{
padding:80px 0;
background:#f7f9fc;
}

.registration-section table{
background:white;
}

.registration-section th{
background:#2e4b9b;
color:white;
font-size:17px;
}

.registration-section td{
font-size:16px;
}

/* ================= IMPORTANT DATES ================= */

.important-dates{
padding:80px 0;
background:white;
}

.date-card{
background:linear-gradient(120deg,#d7d7d8,#858383);
color:white;
padding:35px;
border-radius:8px;
}

.date-card h4{
font-size:20px;
margin-bottom:10px;
}

.date-card h3{
font-weight:700;
}

/* ================= INQUIRY ================= */

.inquiry{
padding:60px 0;
background:#f7f9fc;
}

.inquiry h3{
color:#2e4b9b;
font-weight:700;
margin-bottom:20px;
}

.inquiry p{
font-size:18px;
}

/* ================= MOBILE RESPONSIVE ================= */

@media(max-width:768px){

.section-title{
font-size:26px;
}

.conference-themes ul{
margin-bottom:20px;
}

.coordinators ul{
flex-direction:column;
gap:10px;
}

.date-card{
margin-bottom:20px;
}

}



.conf-section{
padding:80px 0;
background:#ffffff;
}

.light-bg{
background:#f5f8fc;
}

.conf-title{
text-align:center;
font-size:32px;
font-weight:700;
color:#2e4b9b;
margin-bottom:40px;
position:relative;
}

.conf-title:after{
content:"";
width:120px;
height:3px;
background:#27b2d6;
display:block;
margin:12px auto;
}

.center-list{
text-align:center;
list-style:disc;
display:inline-block;

}

.day-box{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.day-box h4{
font-weight:700;
color:#2e4b9b;
margin-bottom:15px;
}

.dates-section{
padding:80px 0;
background:#f5f8fc;
}

.date-wrapper{
display:flex;
gap:30px;
justify-content:center;
}
.committee-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
position:relative;
}

.committee-wrapper::after{
content:"";
position:absolute;
left:50%;
top:0;
height:100%;
width:2px;
background:#ccc;
}

.committee-column{
display:flex;
flex-direction:column;
align-items:center;
gap:40px;
}

.committee-card{
text-align:center;
max-width:260px;
}

.committee-card img{
width:140px;
height:140px;
border-radius:50%;
object-fit:cover;
border:8px solid #2da6c9;
}

.role{
display:inline-block;
padding:6px 14px;
border-radius:6px;
color:#fff;
font-size:12px;
font-weight:600;
margin-top:10px;
margin-bottom:6px;
}

.role.blue{
background:#3d4ca8;
}

.role.red{
background:#e74c3c;
}

.committee-card h5{
font-size:16px;
font-weight:600;
margin:4px 0;
}

.committee-card p{
font-size:13px;
color:#444;
}

.organizing-text{
text-align:center;
margin-top:10px;
}

.organizing-text h6{
color:#2c4aa5;
font-weight:600;
}

@media(max-width:768px){

.committee-wrapper{
grid-template-columns:1fr;
}

.committee-wrapper::after{
display:none;
}

}


.register-btn{
display:inline-block;
background:#007bff;
color:#fff;
padding:12px 28px;
font-size:18px;
font-weight:600;
border-radius:6px;
text-decoration:none;
margin-top:10px;
animation:blinkBtn 1.2s infinite;
transition:0.3s;
}

.register-btn:hover{
background:#0056b3;
transform:scale(1.05);
}

.register-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.qr-btn {
  padding: 10px 20px;
  background: #bf1e2e;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.qr-btn:hover {
  background: #b91c1c;
}
.qr-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;

  background-color: rgba(0,0,0,0.85);

  /* ✅ CENTERING FIX */
  display: none;

  align-items: center;
  text-align: center;
}

/* QR IMAGE */
.qr-content {
  max-width: 350px;
  width: 100%;
  margin: auto; /* extra safety */
  margin-top: 10%;
  display:  block;
  border-radius: 10px;
}
/* CROSS BUTTON */
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 35px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 5px 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .close {
    font-size: 30px;
    top: 15px;
    right: 15px;
  }

  .qr-content {
    width: 90%;
  }
}


/* AWARD SECTION MATCHING CONF THEME */

.award-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.award-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #2e4b9b;
  margin-bottom: 20px;
  position: relative;
}

.award-title:after {
  content: "";
  width: 120px;
  height: 3px;
  background: #27b2d6;
  display: block;
  margin: 12px auto;
}

/* BANNER (UPDATED FROM GREEN → THEME BLUE) */
.award-banner {
  background: linear-gradient(90deg, #2e4b9b, #27b2d6);
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 30px;
  max-width: 650px;
  margin: 0 auto 30px auto;
  font-size: 16px;
}

/* LIST */
.award-list {
  max-width: 800px;
  margin: auto;
  line-height: 1.9;
  color: #000;
  padding-left: 20px;
}

.award-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* INFO TEXT */
.award-info {
  max-width: 800px;
  margin: 25px auto 0 auto;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

/* MOBILE */
@media (max-width: 768px) {
  .award-title {
    font-size: 22px;
  }

  .award-banner {
    font-size: 14px;
    padding: 10px;
  }

  .award-list {
    padding-left: 15px;
  }
}



/* REGISTRATION SECTION MATCHING CONF THEME */

.registration-fees {
  text-align: center;
  margin-top: 20px;
}

.fees-title {
  text-align: center;
  color: #2e4b9b; /* same as conf-title */
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.fees-title:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #27b2d6; /* same accent */
  display: block;
  margin: 10px auto;
}

.fees-list {
  max-width: 700px;
  margin: auto;
  line-height: 1.9;
  padding-left: 20px;
  text-align: left;
}

.fees-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* PAYMENT INFO */
.payment-info {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

/* NOTE */
.note {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #555;
}

/* OPTIONAL: IMPROVE BUTTON CONSISTENCY */
.register-btn {
  background: #2e4b9b; /* match theme */
}

.register-btn:hover {
  background: #1f3575;
}

/* OPTIONAL: SECTION POLISH */
.conf-section p {
  font-size: 16px;
  color: #333;
}
/* GRID */
.vip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-top: 30px;
  text-align: center;
}

.vip-grid.small {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* CARD */
.vip-card {
  background: #fff;
  padding: 15px 10px;
  border-radius: 12px;
  transition: 0.3s;
}

.vip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* IMAGE */
.vip-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #27b2d6;
  margin-bottom: 10px;
  transition: 0.3s;
}

.vip-card:hover img {
  transform: scale(1.08);
}

/* BADGE */
.badge {
  display: inline-block;
  background: #2e4b9b;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* CARD */
.vip-car{
  background: #f7f7f7; /* light grey like your design */
  padding: 15px 10px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s ease;
}

.vip-car:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* IMAGE */
.vip-car img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #27b2d6;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.vip-car:hover img {
  transform: scale(1.08);
}

/* BADGE */
.badg {
  display: inline-block;
  background: #2e4b9b;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* NAME */
.vip-car h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2e4b9b;
  margin: 10px 0;
}

/* SUBTEXT */
.vip-car p {
  font-size: 14px;
  color: #777;
  margin: 4px 0;
}

/* TITLES */
.mini-title {
  text-align: center;
  margin-top: 50px;
  color: #2e4b9b;
  font-weight: 700;
}

/* LIST GRID */
.list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.list-grid h4 {
  color: #2e4b9b;
  margin-bottom: 10px;
}

.list-grid ul {
  padding-left: 18px;
  line-height: 1.8;
}





/* SECTION */
.conference-section {
  padding: 40px 0;
}

/* CARD */
.conference-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.conference-card:hover {
  transform: translateY(-5px);
}

/* HEADING */
.section-heading {
  text-align: center;
  color: #2e4b9b;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.section-heading:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #27b2d6;
  display: block;
  margin: 10px auto;
}

/* INFO */
.conf-info p {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}

/* LIST */
.premium-list {
  columns: 2;
  max-width: 900px;
  margin: auto;
  line-height: 1.9;
}

.premium-list li {
  margin-bottom: 8px;
  transition: 0.3s;
}

.premium-list li:hover {
  color: #2e4b9b;
  transform: translateX(5px);
}

/* SUBTITLE */
.subtitle {
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}

/* MOBILE */
@media(max-width:768px){
  .premium-list {
    columns: 1;
  }

  .conference-card {
    padding: 25px;
  }
}



/* CARD STYLE */
.conference-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.conference-card:hover {
  transform: translateY(-5px);
}

/* CENTER CARD */
.center-card {
  text-align: center;
}

/* LIST */
.premium-list {
  line-height: 1.9;
  max-width: 600px;
  margin: auto;
}

.premium-list.center {
  text-align: center;
  list-style-position: inside;
}

/* EMAIL HIGHLIGHT */
.highlight {
  color: #2e4b9b;
  font-weight: 600;
}

/* DAY BOX */
.day-box-premium h4 {
  color: #2e4b9b;
  margin-bottom: 10px;
}

/* SPACING */
.conference-section {
  padding: 40px 0;
}

/* MOBILE */
@media(max-width:768px){
  .conference-card {
    padding: 15px 10px;
  }
}

/* Adjust headings to a premium size */




.committee-section-title {
    color: #006eb7;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 26px !important;
}

.committee-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    max-width: 320px; /* limits width on mobile to perfectly center */
    transition: transform 0.3s ease;
}
.committee-card:hover {
    transform: translateY(-5px);
}
.committee-card img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #006eb7;
}
.committee-card h5 {
    font-size: 18px !important;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.committee-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.committee-card {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}
.committee-card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #006eb7;
}
.committee-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #006eb7;
    margin-bottom: 10px;
    line-height: 1.4;
}
.committee-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

#about p {
    color: #444 !important;
    font-size: 16px;
    line-height: 1.8;
}
#about .section_title {
    margin-bottom: 30px !important;
}
#about {
    scroll-margin-top: 120px;
    padding: 40px 0;
}


.qr-title{
    font-size:2.2rem;
    font-weight:700;
    color:#111;
    margin-bottom:.5rem;
    letter-spacing:.5px;
}

.qr-subtitle{
    font-size:1rem;
    color:#666;
    margin-bottom:0;
}

.qr-image{
    width:190px;
    height:190px;
    object-fit:contain;
    padding:8px;
    border:1px solid #ddd;
    border-radius:10px;
    transition:all .3s ease;
}

.qr-image:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.qr-text{
    margin-top:18px;
    font-size:1rem;
    font-weight:500;
    color:#111;
    letter-spacing:.3px;
}

@media (max-width:768px){

    .qr-image{
        width:170px;
        height:170px;
    }

    .qr-title{
        font-size:1.8rem;
    }

}


.sponsor-box{
    padding:35px 20px;
}

.sponsor-logo{
    width:180px;
    height:180px;
    object-fit:contain;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:15px;
    background:#fff;
    transition:0.3s ease;
}

.sponsor-logo:hover{
    transform:scale(1.05);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.sponsor-box h4{
    color:#111;
    font-weight:700;
    margin-top:20px;
}

.sponsor-box p{
    font-size:16px;
    color:#666;
}
/* Decrease heading sizes globally as requested */
h1, .h1 { font-size: 38px; }
h2, .h2 { font-size: 32px; }
h3, .h3 { font-size: 28px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 13px; }

footer p, footer a, footer .text-white, .copyright_footer p { color: #cccccc !important; }
