/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");
html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  font-weight: 600;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.6875rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.25rem;
}

p, a, li, blockquote, label {
  font-size: 1rem;
  line-height: 26px;
  color: #848484;
  margin-bottom: 0;
}

/* WhatsApp Button Styles */
.whatsapp-button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

.whatsapp-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	border-radius: 50%;
	color: white;
	font-size: 30px;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
	text-decoration: none;
}

.whatsapp-button a:hover {
	background-color: #20ba5a;
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
	transform: scale(1.1);
}

.whatsapp-button a:focus {
	color: white;
}

.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.9375rem;
}

ul.social-links {
  margin-bottom: 0;
}

ul.social-links li:first-child a {
  padding-left: 0;
}

ul.social-links li a {
  padding: 0 15px;
  display: block;
}

ul.social-links li a i {
  font-size: 20px;
  color: #222222;
}

.shadow, .speakers.white .speaker-item:hover, .schedule.two .schedule-contents, .sponsors .block .image-block:hover, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination .active a, .news-hr .news-post-hr:hover, .testimonial .testimonial-item .comment:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.slick-dots li button:before {
  display: none;
}

span.alternate {
  color: #ff6600;
  font-style: italic;
  font-weight: 400;
}

a {
  transition: 0.2s ease;
}

a:focus, a:hover {
  color: #ff6600;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #ff6600;
}

.bg-banner-one {
  background: url(../images/background/homepage-one-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-banner-two {
  background: url(../images/background/banner-bg-two.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

.bg-about {
  background-size: cover;
}

.bg-speaker {
  background: linear-gradient(135deg, rgba(11, 45, 66, 0.85) 0%, rgba(29, 21, 70, 0.9) 100%);
}

.bg-timer {
  background: url(../images/background/timer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-schedule {
  background: url(../images/background/schedule-bg.png) no-repeat;
  background-size: cover;
}

.bg-service {
  background: url(../images/background/feature-background.jpg) no-repeat;
  background-size: cover;
}

.bg-registration {
  background: url(../images/background/registration-background.jpg) no-repeat;
  background-size: cover;
}

.bg-registration-two {
  background: url(../images/background/bg-registration-two.jpg) no-repeat;
  background-size: cover;
}

.bg-nomination {
  background: linear-gradient(135deg, rgba(11, 45, 66, 0.85) 0%, rgba(29, 21, 70, 0.9) 100%) !important;
  position: relative;
}

.awards-nomination {
  color: #ffffff;
  padding: 100px 0;
}

.awards-nomination .section-title h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
}

.awards-nomination .section-title .alternate {
  color: #ff6600;
}

.awards-nomination .nomination-subtitle {
  color: #e0e0e0;
  font-size: 1.0625rem;
}

.awards-nomination .process-step h4,
.awards-nomination .result-heading {
  color: #ffffff;
}

.awards-nomination .highlight-text {
  color: #ff6600;
}

.bg-ticket {
  background: linear-gradient(135deg, rgba(11, 45, 66, 0.85) 0%, rgba(29, 21, 70, 0.9) 100%);
}

.bg-title {
  background: linear-gradient(135deg, rgba(11, 45, 66, 0.85) 0%, rgba(29, 21, 70, 0.9) 100%);
}

.bg-supporters {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
}

.section {
  padding: 60px 0;
}

/* ========================================
   Premium Banner Section
   ======================================== */

.banner-premium {
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 25%, #162a48 50%, #1a2332 75%, #0f1419 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.bg-banner-premium {
  background: url(../images/profile-banner.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.overlay-premium:before {
  content: '';
  background: linear-gradient(135deg, rgba(15, 20, 25, 0.92) 0%, rgba(26, 35, 50, 0.92) 25%, rgba(22, 42, 72, 0.88) 50%, rgba(26, 35, 50, 0.92) 75%, rgba(15, 20, 25, 0.92) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}

.min-vh-100 {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Banner Block */
.banner-block {
  position: relative;
  z-index: 10;
  animation: slideInUp 0.8s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Timer Section */
.timer-section {
  margin-bottom: 30px;
}

.timer-section .timer {
  margin-bottom: 20px;
}

/* Event Badge */
.event-badge {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37 0%, #c9a461 100%);
  padding: 10px 25px;
  border-radius: 50px;
  margin-bottom: 20px;
  animation: fadeInDown 0.6s ease-out;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
}

.event-badge .badge-text {
  color: #0f1419;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Event Title */
.event-title {
  font-size: 2.7rem;
  color: #fff;
  font-weight: 800;
  margin: 0 0 0;
  line-height: 1.3;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.4),
    0 8px 16px rgba(0, 0, 0, 0.5),
    0 16px 32px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(212, 175, 55, 0.15);
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.1);
  animation: titleSlideInScale 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both, titlePulse 3s ease-in-out infinite 1s;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.event-subtitle {
  font-size: 2.9rem;
  color: #d4af37;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3;
  text-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.4),
    0 8px 20px rgba(212, 175, 55, 0.2);
  animation: titleSlideInScale 0.7s ease-out 0.2s both;
  letter-spacing: 1px;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes titleSlideInScale {
  from {
    opacity: 0;
    transform: translateX(-50px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes titlePulse {
  0%, 100% {
    text-shadow: 
      0 2px 4px rgba(0, 0, 0, 0.4),
      0 8px 16px rgba(0, 0, 0, 0.5),
      0 16px 32px rgba(0, 0, 0, 0.6),
      0 0 20px rgba(212, 175, 55, 0);
  }
  50% {
    text-shadow: 
      0 2px 4px rgba(0, 0, 0, 0.4),
      0 8px 16px rgba(0, 0, 0, 0.5),
      0 16px 32px rgba(0, 0, 0, 0.6),
      0 0 50px rgba(212, 175, 55, 0.5);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Event Highlights */
/* Banner Buttons */
.banner-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s ease-out 0.4s both;
  margin-bottom: 40px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-nominate-md,
.btn-visitor-md,
.btn-sponsor-md {
  padding: 15px 22px;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.btn-nominate-md {
  background: linear-gradient(135deg, #d4af37 0%, #c9a461 100%);
  color: #0f1419;
}

.btn-nominate-md:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, #e8c547 0%, #d4af37 100%);
}

.btn-visitor-md {
  background: linear-gradient(135deg, #162a48 0%, #1a3a52 100%);
  color: #d4af37;
  border: 2px solid #d4af37;
}

.btn-visitor-md:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.3);
  background: linear-gradient(135deg, #1a3a52 0%, #1f4462 100%);
}

.btn-sponsor-md {
  background: linear-gradient(135deg, #1f4462 0%, #162a48 100%);
  color: #d4af37;
  border: 2px solid rgba(212, 175, 55, 0.5);
}

.btn-sponsor-md:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.3);
  border-color: #d4af37;
  background: linear-gradient(135deg, #1a3a52 0%, #0f1419 100%);
}

.btn-nominate-md i,
.btn-visitor-md i,
.btn-sponsor-md i {
  font-size: 1.15rem;
}

/* Association Section - Left (Banner) */
.association-section-left {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.assoc-header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.assoc-label {
  color: #d4af37;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}

.assoc-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.assoc-logo img {
  max-width: 180px;
  max-height: 70px;
  object-fit: contain;
}

/* Banner Visual Section - Achievement Stats */
.banner-visual-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  animation: fadeInRight 0.8s ease-out 0.3s both;
  min-height: 400px;
  padding: 0 15px;
  box-sizing: border-box;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}

.achievement-item {
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.achievement-icon {
  font-size: 2.8rem;
  color: #d4af37;
  margin-bottom: 15px;
  display: inline-block;
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.3));
}

.achievement-number {
  font-size: 2.2rem;
  color: #d4af37;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1;
}

.achievement-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.35;
  z-index: 1;
  filter: blur(40px);
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: #ff6600;
  top: -150px;
  left: -150px;
  animation: float 6s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: #3498db;
  bottom: -100px;
  right: -100px;
  animation: float 8s ease-in-out infinite 1s;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: #27ae60;
  top: 50%;
  right: -80px;
  animation: float 7s ease-in-out infinite 0.5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .event-title {
    font-size: 3.5rem;
  }

  .event-subtitle {
    font-size: 2rem;
  }

  .banner-buttons {
    gap: 10px;
  }

  .btn-nominate-md,
  .btn-visitor-md,
  .btn-sponsor-md {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .min-vh-100 {
    min-height: auto;
    flex-direction: column;
    padding: 40px 0;
  }

  .banner-block {
    margin-bottom: 40px;
  }

  .association-section-left {
    margin-bottom: 25px;
  }

  .event-title {
    font-size: 2.2rem;
  }

  .event-subtitle {
    font-size: 1.6rem;
  }

  .banner-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .btn-nominate-md,
  .btn-visitor-md,
  .btn-sponsor-md {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 0.85rem;
  }

  .banner-visual-section {
    min-height: 350px;
  }

  .achievement-grid {
    gap: 20px;
    max-width: 450px;
  }

  .achievement-item {
    padding: 25px 18px;
  }

  .achievement-icon {
    font-size: 2rem;
  }

  .achievement-number {
    font-size: 1.8rem;
  }

  .achievement-label {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .event-title {
    font-size: 2rem;
  }

  .event-subtitle {
    font-size: 1.7rem;
  }

  .banner-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn-nominate-md,
  .btn-visitor-md,
  .btn-sponsor-md {
    width: 100%;
    padding: 10px 15px;
    font-size: 0.8rem;
  }

  .banner-visual-section {
    min-height: 300px;
    margin-top: 30px;
  }

  .achievement-grid {
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .achievement-item {
    padding: 25px 15px;
  }

  .achievement-icon {
    font-size: 1.8rem;
  }

  .achievement-number {
    font-size: 1.6rem;
  }

  .achievement-label {
    font-size: 0.75rem;
  }

  .assoc-header-left {
    padding: 20px;
    margin-bottom: 20px;
  }

  .assoc-logo {
    min-height: 60px;
  }

  .assoc-logo img {
    max-width: 150px;
    max-height: 50px;
  }

  .floating-shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .floating-shape {
    display: none !important;
  }
}

.border-less {
  border-bottom: 1px solid #e5e5e5;
}

.section-title {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.section-title h3 {
  margin-bottom: 20px;
}

.section-title.white h3, .section-title.white p {
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}

.video:before {
  border-radius: 3px;
}

.video img {
  width: 100%;
  border-radius: 8px;
}

.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video .video-box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #ff6600;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}

.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: transparent;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: 0.9375rem;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #000000;
}

.form-control.main:focus {
  border: 1px solid #ff6600;
}

.form-control.white {
  background: #fff;
  color: #222222;
}

select.form-control:not([size]):not([multiple]) {
  height: 100%;
}

.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow {
  overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.border-top {
  border-top: 1px solid;
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all .3s ease;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #ff6600;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 15px 40px;
  border-radius: 0;
  background: #ff6600;
  color: #fff;
  outline: none;
  font-size: 0.9375rem;
}

.btn-main-md:hover {
  color: #fff;
  background: #e65c00;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-transparent-md {
  padding: 15px 40px;
  background: transparent;
  outline: none;
  font-size: 0.9375rem;
  color: #222222;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.btn-transparent-md:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #ff6600;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white-md {
  background: #fff;
  color: #222222;
  padding: 15px 40px;
  border-radius: 0;
}

.btn-white-md:hover {
  background: #ff6600;
  color: #fff;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
  background: #fff;
}

.main-nav .navbar-brand {
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  max-width: 200px;
}

.main-nav .navbar-brand img {
  width: 100%;
}

@media (max-width: 1024px) {
  .main-nav .navbar-brand {
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .main-nav .navbar-brand {
    border-right: none;
  }
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Roboto", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  color: #222222;
  padding-left: 8px;
  padding-right: 20px;
  font-size: 1.06rem;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1024px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
  }
}

.main-nav .navbar-nav .nav-item .nav-link span {
  color: #222222;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    margin-left: 10px;
  }
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #ff6600;
}

.main-nav .dropdown-slide {
  position: static;
}

.main-nav .dropdown-slide .open > a, .main-nav .dropdown-slide .open > a:focus, .main-nav .dropdown-slide .open > a:hover {
  background: transparent;
}

.main-nav .dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.main-nav .dropdown-slide:hover .dropdown-menu {
  border-top: 3px solid #ff6600;
  display: none;
  opacity: 1;
  display: block;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (max-width: 767px) {
  .main-nav .dropdown-slide:hover .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}

.main-nav .dropdown-slide .dropdown-menu {
  min-width: 220px;
  margin-top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 5px 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: .3s all;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 10px 0;
  transition: .3s ease;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #ff6600;
}

@media (max-width: 480px) {
  .main-nav .dropdown-slide .dropdown-menu {
    -webkit-transform: none;
            transform: none;
  }
}

.main-nav .ticket {
  background: #ff6600;
  display: block;
  padding: 10px 32px;
  text-align: center;
}

@media (max-width: 1024px) {
  .main-nav .ticket {
    padding: 23px 14px;
  }
}

.main-nav .ticket img {
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .main-nav .ticket img {
    display: none;
  }
}

.main-nav .ticket span {
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-left: 1px solid #ffa366;
  padding-left: 24px;
}

@media (max-width: 1024px) {
  .main-nav .ticket span {
    padding-left: 0;
    font-size: 1rem;
    border-left: none;
  }
}

.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}

.page-title {
  position: relative;
  padding: 165px 0 65px;
}

.page-title h3, .page-title li, .page-title a {
  color: #fff;
}

.page-title .title h3 {
  font-weight: 500;
  text-transform: uppercase;
}

.page-title .breadcrumb {
  background: transparent;
}

.page-title .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

.page-title .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}

.footer-main {
  background: #272735;
  padding: 90px 0;
}

@media (max-width: 767px) {
  .footer-main {
    padding: 50px 0;
  }
}

.footer-main .block img {
  margin-bottom: 60px;
}

.footer-main .block ul.social-links-footer {
  margin-bottom: 0;
}

.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

.footer-main .block ul.social-links-footer li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
}

.footer-main .block ul.social-links-footer li a i {
  line-height: 50px;
}

.footer-main .block ul.social-links-footer li a:hover {
  background: #ff6600;
}

.footer-main .block ul.social-links-footer li a:hover i {
  color: #fff;
}

.subfooter {
  background: #2a2a37;
  padding: 18px 0;
}

.subfooter .copyright-text p {
  font-family: "Montserrat", sans-serif;
}

.subfooter .copyright-text p a {
  color: #ff6600;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
  margin: auto;
  text-align: center;
}
.footer-logo img{
  width: 100%;
}

@media (max-width: 480px) {
  .subfooter .copyright-text {
    text-align: center;
  }
}

.subfooter .to-top {
  display: block;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #ff6600;
  float: right;
}

.subfooter .to-top i {
  font-size: 1.5rem;
  color: #fff;
  line-height: 45px;
}

@media (max-width: 480px) {
  .subfooter .to-top {
    float: none;
    margin: auto;
    margin-top: 30px;
  }
}

.cta-ticket {
  position: relative;
}

.cta-ticket .content-block {
  padding: 100px 0;
}

.cta-ticket .content-block h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.cta-ticket .content-block p {
  color: #e6e6e6;
  margin-bottom: 45px;
}

.cta-ticket .image-block {
  position: absolute;
  right: 5%;
  bottom: 0;
}

@media (max-width: 767px) {
  .cta-ticket .image-block {
    display: none;
  }
}

.cta-subscribe {
  position: relative;
}

.cta-subscribe .content {
  padding: 70px 0;
}

.cta-subscribe .content h3, .cta-subscribe .content p {
  color: #fff;
}

.cta-subscribe .content h3 {
  font-weight: 500;
}

.cta-subscribe .content p {
  font-size: 0.9375rem;
}

.cta-subscribe .subscribe-button button {
  cursor: pointer;
}

@media (max-width: 767px) {
  .cta-subscribe .subscribe-button {
    margin-bottom: 30px;
  }
}

.banner {
  padding: 160px 0 40px;
  position: relative;
}

@media (max-width: 1024px) {
  .banner {
    padding: 100px 0 20px;
  }
}

.banner .block {
  position: relative;
  z-index: 10;
}

.banner .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 480px) {
  .banner .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.banner .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 77px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid #7c7491;
  margin-bottom: 8px;
  border-radius: 100%;
  box-shadow: 3.5px 6.062px 0px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  .banner .block .timer .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
  }
}

.banner .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  font-size: 1rem;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.banner .block h1 {
  text-transform: uppercase;
  font-size: 5.5rem;
  color: #ff6600;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .banner .block h1 {
    font-size: 4rem;
  }
}

.banner .block h2 {
  text-transform: uppercase;
  font-size: 4.625rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
  font-style: italic;
}

@media (max-width: 767px) {
  .banner .block h2 {
    font-size: 3.2rem;
  }
}

.banner .block h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
}

.banner-two {
  padding: 250px 0 150px;
  position: relative;
  overflow: hidden;
}

.banner-two .block h1 {
  color: #ff6600;
  font-size: 88px;
}

.banner-two .block h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 74px;
  margin-bottom: 10px;
}

.banner-two .block h3 {
  font-size: 74px;
}

.banner-two .block h6 {
  margin-top: 48px;
  font-weight: 400;
  margin-bottom: 60px;
}

.about .image-block {
  padding: 10px;
}

.about .image-block img {
  box-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15);
}

@media (max-width: 767px) {
  .about .image-block {
    margin-bottom: 30px;
    text-align: center;
  }
}

.about .image-block.two {
  padding: 0;
  margin-top: 30px;
}

.about .image-block.two img {
  border-radius: 0;
  -webkit-transform: translate(30px, -30px);
          transform: translate(30px, -30px);
}

.about .content-block {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .about .content-block {
    text-align: center;
  }
}

.about .content-block h2 {
  margin-bottom: 35px;
}

.about .content-block h2:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff6600;
  display: block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .about .content-block h2:after {
    margin: auto;
  }
}

.about .content-block .description-one {
  margin-bottom: 20px;
}

.about .content-block .description-one p {
  color: #222222;
  font-size: 1.0625rem;
}

.about .content-block .description-two {
  margin-bottom: 30px;
}

.about .content-block .description-two p {
  font-size: 0.9375em;
}

.about .content-block .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .about .content-block .list-inline-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* About card and logo tweaks */
.about-card {
  background: #ffffff;
}
.about-logo {
  max-width: 160px;
  height: auto;
}
.about .about-intro h2,
.about .about-intro h3 {
  font-weight: 700;
  color: #0b2d42;
}
.about .image-block.bg-about img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.about .content-block h3 {
  font-size: 1.25rem;
}

.speakers {
  position: relative;
}

.speakers.white .speaker-item {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.speakers .speaker-item {
  background: #ffffff;
  padding: 7px;
  margin-bottom: 30px;
}

.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .speakers .speaker-item .image img {
    width: 100% !important;
  }
}

.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: .85;
  transition: .3s ease;
}

.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

.speakers .speaker-item .image .socials ul {
  width: 50%;
}

@media (max-width: 1024px) {
  .speakers .speaker-item .image .socials ul {
    width: 61%;
  }
}

@media (max-width: 480px) {
  .speakers .speaker-item .image .socials ul {
    width: 31%;
  }
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 10px;
}

.speakers .speaker-item .image .socials ul li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.speakers .speaker-item .image .socials ul li a i {
  font-size: .9375rem;
  color: #fff;
  line-height: 50px;
}

.speakers .speaker-item .image .socials ul li a:hover {
  background: #fff;
}

.speakers .speaker-item .image .socials ul li a:hover i {
  color: #222222;
}

.speakers .speaker-item .image:hover .primary-overlay {
  top: 0;
}

.speakers .speaker-item .image:hover .socials {
  top: 0;
}

.speakers .speaker-item .content h5{
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 6px;
}

.speakers .speaker-item .content p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}

.schedule .schedule-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}

.schedule .schedule-tab ul li.nav-item {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.schedule .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ff6600;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1rem;
  color: #848484;
  font-weight: 400;
}

.schedule .schedule-tab ul li.nav-item a.active {
  background: #ff6600;
  color: #fff;
  position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ff6600 transparent transparent;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.schedule .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}

.schedule .schedule-contents .schedule-item ul li .speaker {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .speaker img {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item li.headings {
  padding: 22px 40px;
  background: #ff6600;
}

.schedule .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
  padding: 10px 40px;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 20px;
  transition: .2s ease-in;
}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #ff6600;
}

.schedule .download-button {
  padding-top: 40px;
  margin-bottom: 30px;
}

.schedule.two .schedule-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.schedule.two .schedule-tab ul li.nav-item {
  margin-right: 0;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .schedule.two .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.schedule.two .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule.two .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 14px;
  color: #848484;
  font-weight: 400;
}

.schedule.two .schedule-tab ul li.nav-item a.active {
  background: #ff6600;
  color: #fff;
  position: relative;
}

.schedule.two .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule.two .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ff6600;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule.two .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.schedule.two .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule.two .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule.two .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule.two .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 480px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .speaker {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule.two .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .venue {
  width: 18.6%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}

.schedule.two .schedule-contents .schedule-item li.headings {
  padding: 25px 0;
  background: #ff6600;
}

.schedule.two .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block {
  text-align: center;
  padding: 0;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 0px;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 0px;
  transition: .2s ease-in;
}

@media (max-width: 480px) {
  .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #ff6600;
}

.ticket-feature {
  overflow: hidden;
}

.ticket-feature .block {
  position: relative;
  padding-top: 150px;
  padding-bottom: 110px;
}

.ticket-feature .block .section-title, .ticket-feature .block a {
  position: relative;
}

.ticket-feature .block .section-title h3 {
  font-weight: 500;
}

.ticket-feature .block .timer {
  position: relative;
  margin-top: 60px;
  margin-bottom: 35px;
}

.ticket-feature .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 480px) {
  .ticket-feature .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-clip: content-box;
  background: rgba(255, 255, 255, 0.26);
  margin-bottom: 8px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
  }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  font-size: 1rem;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.ticket-feature .block-2 {
  position: relative;
  padding: 150px 10%;
  height: 100%;
  background: #ff6600;
}

.ticket-feature .block-2 [class*=col-]:first-child {
  border-right: 1px solid #fc9552;
  border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*=col-]:nth-child(3) {
  border-right: 1px solid #fc9552;
}

.ticket-feature .block-2 .service-item {
  padding: 30px;
  text-align: center;
}

.ticket-feature .block-2 .service-item i, .ticket-feature .block-2 .service-item h5 {
  color: #fff;
}

.ticket-feature .block-2 .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}

.ticket-feature .block-2 .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.ticket-feature .block-2:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1000px 300px;
  border-color: transparent transparent #ff6600 transparent;
}

@media (max-width: 767px) {
  .ticket-feature .block-2:after {
    content: none;
  }
}

.registration {
  overflow: hidden;
}

.registration .service-block {
  position: relative;
  padding: 120px 10%;
}

.registration .service-block [class*=col-]:first-child {
  border-right: 1px solid #f69351;
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(3) {
  border-right: 1px solid #f69351;
}

.registration .service-block .service-item {
  padding: 30px;
  text-align: center;
}

.registration .service-block .service-item i, .registration .service-block .service-item h5 {
  color: #fff;
}

.registration .service-block .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}

.registration .service-block .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.registration .registration-block {
  position: relative;
  height: 100%;
  padding: 120px 10%;
}

.registration .registration-block .block {
  position: relative;
  z-index: 9;
}

.registration .registration-block .block .title {
  margin-bottom: 35px;
}

.registration .registration-block .block .title h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.registration .registration-block .block .title p {
  color: #b3b3b3;
  line-height: 1;
}

.pricing .pricing-item {
  border: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .pricing .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing .pricing-item .pricing-heading {
  padding: 20px 40px 30px 40px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .title h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .price {
  margin-top: 28px;
}

.pricing .pricing-item .pricing-heading .price h2 {
  font-size: 3.625rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.pricing .pricing-item .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}

.pricing .pricing-item .pricing-body {
  padding: 45px 40px;
}

.pricing .pricing-item .pricing-body ul.feature-list li {
  list-style: none;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span {
  margin-right: 15px;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #ff6600;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable {
  color: #d2d2d2;
}

.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing .pricing-item .pricing-footer {
  padding-bottom: 40px;
}

.pricing .pricing-item.featured {
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.pricing .pricing-item.featured .pricing-heading {
  background: #ff6600;
  border-bottom: 1px solid #ff6600;
}

.pricing .pricing-item.featured .pricing-heading .title h6 {
  color: #fff;
  border-bottom: 1px solid #f69351;
}

.pricing .pricing-item.featured .pricing-heading .price {
  margin-top: 28px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 {
  color: #fff;
  font-size: 3.625rem;
  margin-bottom: 0px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}

.pricing .pricing-item.featured .pricing-heading .price p {
  color: #fff;
}

.pricing.two .pricing-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

@media (max-width: 991px) {
  .pricing.two .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing.two .pricing-item .pricing-heading {
  position: relative;
  margin-bottom: 10px;
}

.pricing.two .pricing-item .pricing-heading .title h6 {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading .price {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading:before {
  content: '';
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 500px 0 0;
  border-color: #fafafa transparent transparent transparent;
}

.pricing.two .pricing-item .pricing-body {
  padding: 70px 40px 45px;
}

.pricing.two .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #ff6600;
}

.pricing.two .pricing-item.featured .pricing-heading:before {
  border-color: #ff6600 transparent transparent transparent;
}

.sponsors {
  position: relative;
  padding: 40px 0 0;
}

.sponsors .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sponsors .sponsor-title h5 {
  color: #ff6600;
}

.sponsors .block .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.sponsors .block .image-block {
  background: #fff;
  width: 200px;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.sponsors .block .image-block:hover {
  border: 1px solid #ff6600;
}

.sponsors .sponsor-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.map {
  position: relative;
}

.map #map {
  height: 480px;
  color: white;
}

.map .address-block {
  position: absolute;
  padding: 45px 50px 50px 50px;
  top: 80px;
  left: 10%;
  background: #ff6600;
}

@media (max-width: 480px) {
  .map .address-block {
    left: 30px;
  }
}

.map .address-block h4, .map .address-block li {
  color: #fff;
  margin-bottom: 20px;
}

.map .address-block h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

.map .address-block ul.address-list li {
  list-style: none;
  margin-bottom: 10px;
}

.map .address-block ul.address-list li i {
  font-size: 1.125rem;
}

.map .address-block ul.address-list li span {
  margin-left: 15px;
}

.map .address-block a {
  margin-top: 35px;
}

.map.new {
  overflow: hidden;
}

.map.new #map {
  height: 640px;
}

.map.new .address-block {
  left: 60%;
}

.map.new .register {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .map.new .register {
    width: 100%;
    position: relative;
  }
}

.map.new .register .block {
  padding: 130px 10%;
}

.map.new .register .block .title {
  position: relative;
  margin-bottom: 65px;
}

.map.new .register .block .title h3 {
  color: #fff;
  font-weight: 400;
}

.map.new .register .block .title p {
  color: #fff;
}

.map.new .register .block .form-control, .map.new .register .block button {
  margin-bottom: 40px;
}

.feature .feature-content h2, .feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .feature .feature-content h2, .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}

.app-features .app-explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-full .image img {
  height: 625px;
}

@media (max-width: 767px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner-full .block {
    text-align: center;
  }
}

.banner-full .block .logo {
  margin-bottom: 40px;
}

.banner-full .block h1 {
  margin-bottom: 40px;
}

.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}

.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding: 150px 0;
}

.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.video-promo .content-block h2 {
  font-size: 30px;
  color: #fff;
}

.video-promo .content-block p {
  margin-bottom: 30px;
}

.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #ff6600;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}

.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .testimonial .testimonial-slider .item .block .image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 14px;
  color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #ff6600;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #ff6600;
}

.single-speaker .block {
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}

.single-speaker .block .image-block {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 6px;
}

@media (max-width: 767px) {
  .single-speaker .block .image-block {
    margin-bottom: 30px;
  }
}

.single-speaker .block .content-block .name h3 {
  font-weight: 400;
}

.single-speaker .block .content-block .profession {
  margin-bottom: 20px;
}

.single-speaker .block .content-block .profession p {
  color: #ff6600;
  font-size: 0.9375rem;
}

.single-speaker .block .content-block .details {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .details p {
  font-size: 0.9375rem;
}

.single-speaker .block .content-block .details p:not(:last-child) {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .social-profiles h5 {
  font-weight: 400;
  margin-bottom: 25px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a i {
  line-height: 40px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a:hover {
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}

.single-speaker .block-2 {
  padding-top: 70px;
  padding-bottom: 10px;
}

.single-speaker .block-2 h3, .single-speaker .block-2 p, .single-speaker .block-2 li {
  font-size: 0.9375rem;
}

.single-speaker .block-2 .personal-info h5, .single-speaker .block-2 .skills h5 {
  font-weight: 400;
  margin-bottom: 15px;
}

.single-speaker .block-2 .personal-info p, .single-speaker .block-2 .skills p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-speaker .block-2 .personal-info {
    margin-bottom: 30px;
  }
}

.single-speaker .block-2 .personal-info ul li {
  position: relative;
  list-style: none;
  margin-left: 25px;
}

.single-speaker .block-2 .personal-info ul li:not(:last-child) {
  margin-bottom: 5px;
}

.single-speaker .block-2 .personal-info ul li:before {
  position: absolute;
  left: -25px;
  content: "\f10c";
  font-family: FontAwesome;
  color: #ff6600;
}

.single-speaker .block-2 .skills .skill-bar {
  margin-bottom: 20px;
}

.single-speaker .block-2 .skills .skill-bar p {
  margin-bottom: 5px;
}

.single-speaker .block-2 .skills .skill-bar .progress {
  border-radius: 0;
  overflow: visible;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar {
  background-color: #ff6600;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar span {
  font-family: "Montserrat", sans-serif;
  float: right;
  margin-top: -20px;
  color: #222222;
}

.speakers-full-width {
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image img {
  width: 100%;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: .85;
  transition: .3s ease;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image .primary-overlay i {
  color: #fff;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 {
  padding-top: 25%;
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay ul, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  transition: .7s ease;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay {
  top: 0;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.speakers-full-width .speaker-slider .slick-prev {
  left: 60px;
}

.speakers-full-width .speaker-slider .slick-prev:before {
  content: '\f104';
}

.speakers-full-width .speaker-slider .slick-next {
  right: 60px;
}

.speakers-full-width .speaker-slider .slick-next:before {
  content: '\f105';
}

.speakers-full-width .speaker-slider .slick-prev, .speakers-full-width .speaker-slider .slick-next {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 100;
}

.speakers-full-width .speaker-slider .slick-prev:hover:before, .speakers-full-width .speaker-slider .slick-next:hover:before {
  color: #ff6600;
}

.speakers-full-width .speaker-slider .slick-prev:before, .speakers-full-width .speaker-slider .slick-next:before {
  color: #ff6600;
  font-family: FontAwesome;
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  text-align: center;
  margin-bottom: 40px;
}

.controls .control {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
}

.controls .control:focus {
  outline: 0;
}

.controls .control:hover {
  color: #ff6600;
}

.mixitup-control-active {
  color: #ff6600;
}

/* Container
---------------------------------------------------------------------- */
.gallery-wrapper {
  /* Target Elements
    ---------------------------------------------------------------------- */
  /* Grid Breakpoints
    ---------------------------------------------------------------------- */
  /* 2 Columns */
  /* 3 Columns */
}

.gallery-wrapper .gallery-item {
  padding: 15px;
}

.gallery-wrapper .gallery-item .image-block {
  padding: 6px;
  border: 1px solid #e5e5e5;
}

.gallery-wrapper .gallery-item .image-block .image {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .gallery-item .image-block .image img {
  width: 100%;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: .3s ease;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
  font-size: 1.25rem;
}

.gallery-wrapper .gallery-item .image-block .image:hover .primary-overlay {
  opacity: .85;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-wrapper .mix,
.gallery-wrapper .gap {
  display: inline-block;
  vertical-align: top;
}

.gallery-wrapper .mix {
  background: #fff;
  position: relative;
}

.gallery-wrapper .mix {
  width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

@media screen and (min-width: 541px) {
  .gallery-wrapper .mix {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
  }
}

.gallery-wrapper.less-gutter .gallery-item {
  padding: 5px;
}

.gallery-wrapper.less-gutter .gallery-item .image-block {
  padding: 0;
  border: none;
}

@media screen and (min-width: 961px) {
  .gallery-wrapper.less-gutter .mix,
  .gallery-wrapper.less-gutter .gap {
    width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
  }
}

.gallery-full {
  overflow: hidden;
  padding: 0 0 20px;
}

.gallery-full .image {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}

.gallery-full .image img {
  width: 100%;
}

.gallery-full .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: .3s ease;
}

.gallery-full .image .primary-overlay a {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
}

.gallery-full .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
  font-size: 1.25rem;
}

.gallery-full .image:hover .primary-overlay {
  opacity: .85;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.news .blog-post {
  transition: .2s ease;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news .blog-post .post-thumb img {
    width: 100%;
  }
}

.news .blog-post .post-content {
  position: relative;
  padding: 30px 30px 25px 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}

.news .blog-post .post-content .date {
  position: absolute;
  top: -32px;
  left: 30px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .blog-post .post-content .date h4 {
  color: #fff;
}

.news .blog-post .post-content .date h4 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.news .blog-post .post-content .post-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.news .blog-post .post-content .post-title h2 {
  margin-top: 10px;
}

.news .blog-post .post-content .post-title h2 a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #222222;
}

.news .blog-post .post-content .post-title h2 a:hover {
  color: #ff6600;
}

.news .blog-post .post-content .post-meta ul {
  margin-bottom: 0;
}

.news .blog-post .post-content .post-meta ul li i {
  margin-right: 7px;
}

.news .blog-post .post-content .post-meta ul li a {
  display: inline-block;
  padding-right: 25px;
  font-size: 0.875rem;
}

.news .blog-post:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.news .blog-post.single {
  margin-bottom: 100px;
}

.news .blog-post.single .post-title {
  padding-top: 35px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 10px;
}

.news .blog-post.single .post-title h3 {
  font-weight: 400;
}

.news .blog-post.single .post-meta {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.news .blog-post.single .post-details p {
  padding: 13px 0;
  font-size: 15px;
}

.news .blog-post.single .post-details .quotes {
  background: #f5f5f8;
  padding: 30px;
  border-left: 3px solid #ff6600;
  margin: 15px 0;
}

.news .blog-post.single .post-details .quotes blockquote {
  font-size: 15px;
  font-style: italic;
}

.news .blog-post.single .post-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news .blog-post.single .post-details .share-block p {
  padding: 0;
}

.news .blog-post.single .post-details .share-block .tag {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block .tag {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.news .blog-post.single .post-details .share-block .tag p, .news .blog-post.single .post-details .share-block .tag ul {
  display: inline;
  font-family: "Montserrat", sans-serif;
}

.news .blog-post.single .post-details .share-block .tag p {
  color: #222222;
}

.news .blog-post.single .post-details .share-block .tag ul li a {
  color: #848484;
  font-size: 15px;
}

.news .blog-post.single .post-details .share-block .tag ul li a:hover {
  color: #ff6600;
}

.news .blog-post.single .post-details .share-block .share {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: right;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block .share {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

.news .blog-post.single .post-details .share-block .share p, .news .blog-post.single .post-details .share-block .share ul {
  display: inline;
  font-family: "Montserrat", sans-serif;
}

.news .blog-post.single .post-details .share-block .share p {
  margin-right: 18px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share {
  margin-bottom: 0;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
  margin-right: 7px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a {
  display: block;
  height: 38px;
  width: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a i {
  line-height: 38px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover {
  background: #ff6600;
  border-color: #ff6600;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i {
  color: #fff;
}

.news .blog-post.single:hover {
  box-shadow: none;
}

.news .comments {
  padding-bottom: 80px;
}

.news .comments h5 {
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment {
  padding-top: 14px;
}

.news .comments .comment img {
  margin-right: 30px;
}

.news .comments .comment .media-body h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment .media-body p, .news .comments .comment .media-body ul {
  font-size: 15px;
}

.news .comments .comment .media-body p {
  margin-bottom: 14px;
}

.news .comments .comment .media-body ul {
  margin-bottom: 10px;
}

.news .comments .comment .media-body ul li span {
  margin-right: 7px;
}

.news .comments .comment .media-body ul li a {
  color: #ff6600;
}

.news .comment-form h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

.news .comment-form .form-control, .news .comment-form button {
  margin-bottom: 30px;
}

ul.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.pagination li {
  margin-right: 10px;
}

ul.pagination li a {
  font-size: 16px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  color: #848484;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
}

ul.pagination li a:hover, ul.pagination li a:focus {
  background-color: #ff6600 !important;
  color: #fff !important;
  border-color: #ff6600 !important;
}

ul.pagination .active a {
  background-color: #ff6600 !important;
  color: #fff !important;
  border-color: #ff6600 !important;
}

.sidebar {
  padding: 0 20px;
}

.widget {
  margin-bottom: 45px;
}

.widget .widget-header {
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .widget.search {
    margin-top: 30px;
  }
}

.widget.search .input-group .form-control {
  border-right: none;
}

.widget.search .input-group .input-group-addon {
  background: #ff6600;
  color: #fff;
  border: none;
  border-radius: 0;
}

.widget.search .input-group .input-group-addon i {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.widget.category ul.category-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}

.widget.category ul.category-list li a {
  font-size: 15px;
  letter-spacing: 0;
  display: block;
}

.widget.category ul.category-list li a:hover {
  color: #ff6600;
}

.widget.category ul.category-list li:last-child {
  margin-bottom: 5px;
}

.widget.tags ul li a {
  display: block;
  padding: 10px 25px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  font-size: 15px;
}

.widget.tags ul li a:hover {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}

.widget.latest-post .media {
  padding: 15px 0;
}

.widget.latest-post .media:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.widget.latest-post .media img {
  margin-right: 15px;
}

.widget.latest-post .media .media-body h6 a {
  font-size: 15px;
  color: #222222;
  line-height: 1;
  font-weight: 400;
}

.widget.latest-post .media .media-body h6 a:hover {
  color: #ff6600;
}

.widget.latest-post .media .media-body p span {
  margin-right: 10px;
}

.news-hr .news-post-hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-hr .news-post-hr .post-thumb {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.news-hr .news-post-hr .post-thumb img {
  width: 100%;
}

.news-hr .news-post-hr .post-contents {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 30px;
  position: relative;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
}

.news-hr .news-post-hr .post-contents .post-title h6 {
  margin-bottom: 36px;
  margin-top: 5px;
}

.news-hr .news-post-hr .post-contents .post-title h6 a {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  font-size: 20px;
  color: #222222;
}

.news-hr .news-post-hr .post-contents .post-title h6 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 37px;
  content: "";
  background: #ff6600;
  width: 30px;
  height: 2px;
}

.news-hr .news-post-hr .post-contents .post-exerpts p {
  font-size: 15px;
}

.news-hr .news-post-hr .post-contents .date {
  margin-top: 17px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-hr .news-post-hr .post-contents .date h4 {
  color: #fff;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .date h4 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .more {
  text-align: right;
  margin-top: -25px;
}

.news-hr .news-post-hr .post-contents .more a {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
}

.news-hr .news-post-hr .post-contents:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

@media (max-width: 767px) {
  .news-hr .news-post-hr .post-contents:after {
    content: none;
  }
}

.testimonial .testimonial-item {
  margin-bottom: 30px;
}

.testimonial .testimonial-item .comment {
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 27px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 27px 0;
  border-color: transparent #fff transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:hover {
  background: #ff6600;
  border: 1px solid #ff6600;
}

.testimonial .testimonial-item .comment:hover p {
  color: #fff;
}

.testimonial .testimonial-item .comment:hover:before {
  border-color: transparent #ff6600 transparent transparent;
}

.testimonial .testimonial-item .comment:hover:after {
  border-color: transparent #ff6600 transparent transparent;
}

.testimonial .testimonial-item .media {
  margin-left: 50px;
}

.testimonial .testimonial-item .media img {
  height: 65px;
  width: 65px;
  border-radius: 100%;
}

.testimonial .testimonial-item .media .media-body {
  margin-left: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.testimonial .testimonial-item .media .media-body .name p {
  font-family: "Montserrat", sans-serif;
  color: #222222;
}

.testimonial .testimonial-item .media .media-body .profession p {
  font-size: 0.8126rem;
  color: #ff6600;
}

.error .block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.error .block img {
  margin-bottom: 45px;
}

.error .block h3 {
  font-weight: 400;
  color: #ff6600;
  margin-bottom: 40px;
}

.error .block h3 span {
  font-style: italic;
  color: #222222;
}

.faq .accordion-block #accordion .card, .faq .accordion-block #accordionTwo .card {
  border-radius: 0;
  margin-bottom: 20px;
}

.faq .accordion-block #accordion .card .card-header, .faq .accordion-block #accordionTwo .card .card-header {
  background: #fff;
  padding: 0;
}

.faq .accordion-block #accordion .card .card-header h5 a, .faq .accordion-block #accordionTwo .card .card-header h5 a {
  font-weight: 400;
  color: #222222;
}

.faq .accordion-block #accordion .card .card-header h5 a span, .faq .accordion-block #accordionTwo .card .card-header h5 a span {
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.faq .accordion-block #accordion .card .card-body, .faq .accordion-block #accordionTwo .card .card-body {
  color: #848484;
  padding: 15px 20px;
}

.faq .accordion-block #accordion .card .collapse.show + .card-header h5 a, .faq .accordion-block #accordionTwo .card .collapse.show + .card-header h5 a {
  color: #ff6600;
}

.contact-form .form-control {
  margin-bottom: 30px;
}

.contact-form button {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ========================================
   Awards Categories Section
   ======================================== */

.awards-categories {
  padding: 20px 0;
}

.awards-category {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 20px 0px rgba(11, 29, 66, 0.08);
  transition: all 0.3s ease;
}

.awards-category:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  transform: translateY(-5px);
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f5f5f5;
}

.category-header i {
  font-size: 2.5rem;
  color: #ff6600;
  margin-right: 20px;
  width: 60px;
  text-align: center;
}

.category-header h4 {
  margin: 0;
  color: #222222;
  font-size: 1.75rem;
  font-weight: 600;
}

.awards-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.awards-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  color: #555;
  font-size: 0.95rem;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease;
}

.awards-list li:last-child {
  border-bottom: none;
}

.awards-list li:hover {
  color: #ff6600;
  padding-left: 10px;
}

.award-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: #fff3e8;
  border-radius: 50%;
  flex-shrink: 0;
}

.award-icon i {
  font-size: 0.9rem;
  color: #ff6600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .awards-category {
    padding: 30px;
    margin-bottom: 30px;
  }

  .category-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .category-header i {
    font-size: 2rem;
  }

  .category-header h4 {
    font-size: 1.5rem;
  }

  .awards-list li {
    font-size: 0.9rem;
    padding: 10px 0;
  }

  .award-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
}

@media (max-width: 480px) {
  .awards-category {
    padding: 20px;
  }

  .category-header i {
    font-size: 1.75rem;
    margin-right: 15px;
    width: 50px;
  }

  .category-header h4 {
    font-size: 1.25rem;
  }

  .awards-list li {
    font-size: 0.85rem;
    padding: 8px 0;
  }

  .award-icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }

  .award-icon i {
    font-size: 0.8rem;
  }
}

/* ========================================
   Chief Guest Section
   ======================================== */

.chief-guest {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f7f4 0%, #fff5e6 100%);
  position: relative;
  overflow: hidden;
}

.chief-guest::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: rgba(255, 102, 0, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.chief-guest::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 102, 0, 0.03);
  border-radius: 50%;
  pointer-events: none;
}

.chief-guest-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(11, 29, 66, 0.2);
  transition: all 0.4s ease;
}

.chief-guest-image:hover {
  box-shadow: 0 15px 70px rgba(255, 102, 0, 0.25);
  transform: translateY(-5px);
}

.chief-guest-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.chief-guest-image:hover img {
  transform: scale(1.05);
}

.image-overlay-badge {
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge-label {
  display: inline-block;
  background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

.chief-guest-content {
  position: relative;
  z-index: 1;
}

.guest-header {
  margin-bottom: 25px;
}

.guest-tag {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.guest-header h2 {
  font-size: 2.5rem;
  color: #222;
  margin: 15px 0 0 0;
  line-height: 1.2;
  font-weight: 700;
}

.guest-designation p.designation {
  font-size: 1.25rem;
  color: #ff6600;
  margin: 0;
  font-weight: 600;
  font-style: italic;
}

.guest-info {
  margin-bottom: 30px;
}

.guest-info p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.guest-info p:last-child {
  margin-bottom: 0;
}

.guest-socials {
  margin-top: 30px;
}

.guest-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.guest-socials ul li {
  margin: 0;
}

.guest-socials ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ff6600;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.2);
}

.guest-socials ul li a:hover {
  background: #222;
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.guest-socials ul li a i {
  font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .chief-guest {
    padding: 60px 0;
  }

  .guest-header h2 {
    font-size: 2rem;
  }

  .guest-designation p.designation {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .chief-guest {
    padding: 50px 0;
  }

  .chief-guest-content {
    margin-top: 30px;
  }

  .guest-header h2 {
    font-size: 1.75rem;
  }

  .guest-designation p.designation {
    font-size: 1rem;
  }

  .guest-info p {
    font-size: 0.95rem;
    text-align: left;
  }

  .guest-socials ul {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .chief-guest {
    padding: 40px 0;
  }

  .chief-guest-image {
    margin-bottom: 30px;
  }

  .guest-header h2 {
    font-size: 1.5rem;
  }

  .guest-designation p.designation {
    font-size: 0.95rem;
  }

  .guest-info p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .guest-socials ul li a {
    width: 40px;
    height: 40px;
  }

  .guest-socials ul li a i {
    font-size: 1rem;
  }
}

/* ========================================
   Supporters & Partners Logos Carousel
   ======================================== */

.supporters-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  padding: 30px 0;
  width: 100%;
}

.supporters-logos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partners-carousel {
  position: relative;
}

.partner-slide {
  padding: 15px;
}

.partner-card {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.partner-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 102, 0, 0.05) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.partner-card:hover {
  border-color: #ff6600;
  box-shadow: 0 10px 35px rgba(255, 102, 0, 0.2);
  transform: translateY(-5px);
}

.partner-card:hover::before {
  transform: translateX(100%);
}

.partner-logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.partner-logo img {
  max-width: 200px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-card:hover .partner-logo img {
  transform: scale(1.08);
}

.partner-category {
  position: relative;
  z-index: 1;
  width: 100%;
}

.category-badge {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  color: #fff;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(255, 102, 0, 0.25);
  transition: all 0.3s ease;
}

.partner-card:hover .category-badge {
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);
  transform: scale(1.05);
}

/* Category Color Variations */
.category-badge.tv-partner {
  background: linear-gradient(135deg, #e74c3c, #e67e22);
}

.category-badge.official-partner {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.category-badge.event-supporter {
  background: linear-gradient(135deg, #27ae60, #229954);
}

.category-badge.tech-partner {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.category-badge.media-partner {
  background: linear-gradient(135deg, #f39c12, #d68910);
}

/* Slick Carousel Arrow Styling */
.partners-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  padding: 0;
  background: #ff6600;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-carousel .slick-arrow:before {
  font-size: 20px;
  color: #fff;
}

.partners-carousel .slick-prev {
  left: -22px;
}

.partners-carousel .slick-next {
  right: -22px;
}

.partners-carousel .slick-arrow:hover {
  background: #222;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.partners-carousel .slick-dots {
  bottom: -40px;
  margin: 0;
}

.partners-carousel .slick-dots li {
  width: auto;
  margin: 0 5px;
}

.partners-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.partners-carousel .slick-dots li.slick-active button {
  background: #ff6600;
  width: 30px;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .partner-card {
    padding: 20px 12px;
  }

  .partner-logo {
    min-height: 70px;
  }

  .partner-logo img {
    max-height: 60px;
  }

  .partners-carousel .slick-prev {
    left: -15px;
  }

  .partners-carousel .slick-next {
    right: -15px;
  }
}

@media (max-width: 768px) {
  .supporters-logos {
    margin-top: 40px;
    padding: 30px 0;
  }

  .partner-card {
    padding: 18px 10px;
  }

  .partner-logo {
    min-height: 60px;
    margin-bottom: 12px;
  }

  .partner-logo img {
    max-height: 50px;
  }

  .category-badge {
    font-size: 0.7rem;
    padding: 5px 12px;
  }

  .partners-carousel .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .partners-carousel .slick-arrow:before {
    font-size: 18px;
  }

  .partners-carousel .slick-prev {
    left: -10px;
  }

  .partners-carousel .slick-next {
    right: -10px;
  }
}

@media (max-width: 480px) {
  .supporters-logos {
    margin-top: 30px;
    padding: 20px 0;
  }

  .partner-slide {
    padding: 10px;
  }

  .partner-card {
    padding: 15px 8px;
  }

  .partner-logo {
    min-height: 50px;
    margin-bottom: 10px;
  }

  .partner-logo img {
    max-height: 40px;
  }

  .category-badge {
    font-size: 0.65rem;
    padding: 4px 10px;
  }

  .partners-carousel .slick-arrow {
    width: 32px;
    height: 32px;
  }

  .partners-carousel .slick-arrow:before {
    font-size: 16px;
  }

  .partners-carousel .slick-prev {
    left: -5px;
  }

  .partners-carousel .slick-next {
    right: -5px;
  }

  .partners-carousel .slick-dots {
    bottom: -35px;
  }

  .partners-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .partners-carousel .slick-dots li.slick-active button {
    width: 25px;
  }
}

/* ========================================
   Event Details Section
   ======================================== */
.event-details {
  padding:40px 0 10px;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff5ff 50%, #f0f8ff 100%);
  position: relative;
  overflow: hidden;
}

.event-details::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 102, 0, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.event-details::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.detail-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.detail-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.8), transparent);
  transition: left 0.6s ease;
}

.detail-card:hover {
  box-shadow: 0 15px 50px rgba(255, 102, 0, 0.15);
  transform: translateY(-8px);
}

.detail-card:hover::before {
  left: 100%;
}

.detail-card.event-date .detail-icon {
  background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
}

.detail-card.event-time .detail-icon {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.detail-card.event-venue .detail-icon {
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}

.detail-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 5px 20px rgba(255, 102, 0, 0.2);
  transition: all 0.3s ease;
}

.detail-card:hover .detail-icon {
  transform: scale(1.1) rotateZ(5deg);
  box-shadow: 0 8px 30px rgba(255, 102, 0, 0.3);
}

.detail-content {
  flex: 1;
}

.detail-content h4 {
  font-size: 1.25rem;
  color: #222;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.detail-value {
  font-size: 1.1rem;
  color: #ff6600;
  margin: 8px 0;
  font-weight: 600;
  line-height: 1.4;
}

.detail-description {
  font-size: 0.9rem;
  color: #999;
  margin: 5px 0 0 0;
  line-height: 1.5;
}

/* Additional Info Banner */
.event-info-banner {
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
  border-radius: 10px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 102, 0, 0.15);
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: 2px solid rgba(255, 102, 0, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.info-item:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #fff5f0 0%, #fff 100%);
  border-color: #ff6600;
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.2);
}

.info-label {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-value {
  display: block;
  font-size: 1.8rem;
  color: #ff6600;
  font-weight: 700;
  line-height: 1.3;
}

.mt-40 {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .event-details {
    padding: 50px 0;
  }

  .detail-card {
    padding: 25px;
    margin-bottom: 25px;
  }

  .detail-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .event-info-banner {
    padding: 25px;
    gap: 18px;
  }

  .info-item {
    padding: 18px;
  }

  .info-value {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .event-details {
    padding: 40px 0;
  }

  .detail-card {
    padding: 20px;
    margin-bottom: 20px;
    gap: 15px;
  }

  .detail-icon {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
  }

  .detail-content h4 {
    font-size: 1.1rem;
  }

  .detail-value {
    font-size: 1rem;
  }

  .detail-description {
    font-size: 0.85rem;
  }

  .event-info-banner {
    padding: 20px;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .info-item {
    padding: 15px;
    border: 2px solid rgba(255, 102, 0, 0.15);
    border-radius: 6px;
  }

  .info-label {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }

  .info-value {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .event-details {
    padding: 30px 0;
  }

  .detail-card {
    padding: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    text-align: center;
  }

  .detail-icon {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
    margin: 0 auto;
  }

  .detail-content h4 {
    font-size: 1rem;
    margin: 10px 0 8px 0;
  }

  .detail-value {
    font-size: 0.95rem;
  }

  .detail-description {
    font-size: 0.8rem;
  }

  .event-info-banner {
    padding: 15px;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .info-item {
    padding: 12px;
    border: 2px solid rgba(255, 102, 0, 0.15);
    border-radius: 6px;
  }

  .info-label {
    font-size: 0.7rem;
    margin-bottom: 5px;
  }

  .info-value {
    font-size: 1.2rem;
  }

  .mt-40 {
    margin-top: 30px;
  }
}

/* ===== Sponsorship Comparison Table Styles ===== */
.sponsorship-table-section {
  padding: 60px 0;
}

.sponsorship-comparison-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.sponsorship-comparison-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-weight: 600;
}

.sponsorship-comparison-table thead tr {
  border-bottom: 3px solid #667eea;
}

.sponsorship-comparison-table thead th {
  padding: 25px 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sponsorship-comparison-table thead th:first-child {
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

.sponsorship-comparison-table thead th .price {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 8px;
  color: #fff;
}

.sponsorship-comparison-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.sponsorship-comparison-table tbody tr:hover {
  background-color: #f8f9fa;
}

.sponsorship-comparison-table tbody tr:last-child {
  border-bottom: 2px solid #667eea;
}

.sponsorship-comparison-table tbody td {
  padding: 16px 12px;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
}

.sponsorship-comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #222;
  padding-left: 20px;
  padding-right: 20px;
}

.sponsorship-comparison-table tbody td .small-text {
  display: block;
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
  margin-top: 4px;
}

.sponsorship-comparison-table tbody td i {
  font-size: 1.3rem;
  transition: transform 0.2s ease;
}

.sponsorship-comparison-table tbody td i:hover {
  transform: scale(1.2);
}

.sponsorship-comparison-table .platinum {
  background-color: rgba(255, 215, 0, 0.08);
  font-weight: 500;
}

.sponsorship-comparison-table .gold {
  background-color: rgba(218, 165, 32, 0.08);
  font-weight: 500;
}

.sponsorship-comparison-table .silver {
  background-color: rgba(192, 192, 192, 0.08);
  font-weight: 500;
}

.sponsorship-comparison-table .bronze {
  background-color: rgba(205, 127, 50, 0.08);
  font-weight: 500;
}

.sponsorship-comparison-table .standard {
  background-color: rgba(200, 200, 200, 0.08);
  font-weight: 500;
}

.sponsorship-comparison-table .action-row td {
  padding: 25px 12px;
}

.sponsorship-comparison-table .action-row .btn {
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

.sponsorship-comparison-table .action-row .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
}

.sponsorship-comparison-table .action-row .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.sponsorship-comparison-table .action-row .btn-outline-primary {
  color: #667eea;
  border: 2px solid #667eea;
}

.sponsorship-comparison-table .action-row .btn-outline-primary:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
  color: white;
  transform: translateY(-2px);
}

/* Responsive Table Styles */
@media (max-width: 1400px) {
  .sponsorship-comparison-table thead th {
    padding: 20px 10px;
    font-size: 0.85rem;
  }

  .sponsorship-comparison-table thead th:first-child {
    padding-left: 15px;
  }

  .sponsorship-comparison-table thead th .price {
    font-size: 1.1rem;
  }

  .sponsorship-comparison-table tbody td {
    padding: 14px 10px;
    font-size: 0.85rem;
  }

  .sponsorship-comparison-table tbody td:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .table-responsive {
    border-radius: 8px;
  }

  .sponsorship-comparison-table thead th {
    padding: 16px 8px;
    font-size: 0.8rem;
  }

  .sponsorship-comparison-table thead th:first-child {
    padding-left: 12px;
  }

  .sponsorship-comparison-table thead th .price {
    font-size: 1rem;
    margin-top: 5px;
  }

  .sponsorship-comparison-table tbody td {
    padding: 12px 8px;
    font-size: 0.8rem;
  }

  .sponsorship-comparison-table tbody td:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sponsorship-comparison-table tbody td .small-text {
    font-size: 0.7rem;
  }

  .sponsorship-comparison-table .action-row .btn {
    padding: 8px 15px;
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sponsorship-comparison-table {
    margin-top: 20px;
    min-width: 100%;
  }

  .sponsorship-comparison-table thead th {
    padding: 14px 7px;
    font-size: 0.75rem;
    min-width: 110px;
  }

  .sponsorship-comparison-table thead th:first-child {
    padding-left: 10px;
    min-width: 160px;
  }

  .sponsorship-comparison-table thead th .price {
    font-size: 0.9rem;
    margin-top: 4px;
  }

  .sponsorship-comparison-table tbody td {
    padding: 10px 7px;
    font-size: 0.75rem;
    min-width: 110px;
  }

  .sponsorship-comparison-table tbody td:first-child {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 160px;
  }

  .sponsorship-comparison-table tbody td .small-text {
    font-size: 0.65rem;
  }

  .sponsorship-comparison-table tbody td i {
    font-size: 1.1rem;
  }

  .sponsorship-comparison-table .action-row td {
    padding: 15px 7px;
  }

  .sponsorship-comparison-table .action-row .btn {
    padding: 6px 12px;
    font-size: 0.65rem;
  }
}

@media (max-width: 576px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sponsorship-comparison-table {
    font-size: 0.7rem;
    min-width: 100%;
  }

  .sponsorship-comparison-table thead th {
    padding: 12px 5px;
    font-size: 0.65rem;
    min-width: 100px;
  }

  .sponsorship-comparison-table thead th:first-child {
    padding-left: 8px;
    min-width: 140px;
  }

  .sponsorship-comparison-table thead th .price {
    font-size: 0.8rem;
    margin-top: 3px;
  }

  .sponsorship-comparison-table tbody td {
    padding: 8px 5px;
    font-size: 0.7rem;
    min-width: 100px;
  }

  .sponsorship-comparison-table tbody td:first-child {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 140px;
  }

  .sponsorship-comparison-table tbody td .small-text {
    font-size: 0.6rem;
  }

  .sponsorship-comparison-table tbody td i {
    font-size: 0.95rem;
  }

  .sponsorship-comparison-table .action-row td {
    padding: 12px 5px;
  }

  .sponsorship-comparison-table .action-row .btn {
    padding: 5px 10px;
    font-size: 0.6rem;
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=maps/style.css.map */

/* ===== Awards Nomination Section Styles ===== */
.awards-nomination {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  position: relative;
  overflow: hidden;
}

.awards-nomination .section-title {
  margin-bottom: 50px;
}

.awards-nomination .section-title h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.nomination-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Process Steps */
.nomination-process {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.process-step {
  flex: 0 1 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-number {
  margin-bottom: 15px;
}

.step-number .badge {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
}

.step-content h4 {
  font-size: 1.1rem;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  min-width: 140px;
}

.process-arrow {
  color: #667eea;
  font-size: 2rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

/* Nomination Result */
.nomination-result {
  margin: 40px 0;
}

.result-heading {
  font-size: 2.8rem;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
}

.highlight-text {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Contact Section */
.nomination-contact {
  border-top: 4px solid #667eea;
  transition: all 0.3s ease;
}

.nomination-contact:hover {
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15) !important;
}

/* CTA Section */
.nomination-cta {
  background: linear-gradient(135deg, #ff6600 0%, #ff8533 50%, #ff6600 100%);
  border: none;
  box-shadow: 0 10px 40px rgba(255, 102, 0, 0.25);
  transition: all 0.4s ease;
}

.nomination-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(255, 102, 0, 0.35);
}

.cta-heading {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}

.cta-description {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.contact-item {
  padding: 20px;
}

.contact-icon {
  font-size: 2rem;
  color: #667eea;
  margin-bottom: 10px;
  display: block;
}

.contact-item h6 {
  font-size: 1.1rem;
  margin-bottom: 0;
  font-weight: 600;
}

.contact-item a {
  color: #667eea;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.contact-item a:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .awards-nomination {
    padding: 60px 0;
  }

  .awards-nomination .section-title h3 {
    font-size: 2.2rem;
  }

  .step-number .badge {
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
  }

  .step-content h4 {
    font-size: 1rem;
  }

  .result-heading {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .awards-nomination {
    padding: 50px 0;
  }

  .nomination-process {
    flex-direction: column;
    gap: 25px;
  }

  .process-step {
    width: 100%;
  }

  .process-arrow {
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .awards-nomination .section-title h3 {
    font-size: 1.8rem;
  }

  .nomination-subtitle {
    font-size: 1rem;
  }

  .step-number .badge {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }

  .step-content h4 {
    font-size: 0.95rem;
  }

  .result-heading {
    font-size: 2rem;
  }

  .nomination-contact {
    padding: 20px !important;
  }

  .nomination-cta {
    padding: 30px 20px !important;
  }

  .cta-heading {
    font-size: 1.6rem;
  }

  .cta-description {
    font-size: 1rem;
  }

  .contact-item {
    padding: 15px;
  }

  .contact-icon {
    font-size: 1.6rem;
  }

  .contact-item h6 {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .awards-nomination {
    padding: 40px 0;
  }

  .awards-nomination .section-title h3 {
    font-size: 1.5rem;
  }

  .nomination-subtitle {
    font-size: 0.9rem;
  }

  .step-number .badge {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .step-content h4 {
    font-size: 0.85rem;
    min-width: 120px;
  }

  .process-arrow {
    font-size: 1.5rem;
  }

  .result-heading {
    font-size: 1.6rem;
  }

  .nomination-contact {
    padding: 15px !important;
  }

/* Past Guests Section */
.past-guests {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.past-guests h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0b2d42;
  margin-bottom: 10px;
}

.past-guests h2 .alternate {
  color: #ff6600;
}

.guest-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.guest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.guest-card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #e9ecef;
}

.guest-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.guest-card:hover .guest-card-image img {
  transform: scale(1.05);
}

.guest-card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.guest-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0b2d42;
  margin-bottom: 5px;
}

.guest-designation {
  font-size: 0.875rem;
  color: #ff6600;
  font-weight: 600;
  margin-bottom: 10px;
}

.guest-bio {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .past-guests {
    padding: 60px 0;
  }
  
  .past-guests h2 {
    font-size: 1.5rem;
  }
  
  .guest-card-image {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .past-guests {
    padding: 40px 0;
  }
  
  .guest-card-body {
    padding: 15px;
  }
}

  .contact-item {
    padding: 10px;
  }

  .contact-icon {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .contact-item h6 {
    font-size: 0.9rem;
  }
}
/* Event Schedule Section */
.schedule {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f7f4 0%, #fff5e6 100%);
  overflow: hidden;
  width: 100%;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b2d42;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.section-heading .alternate {
  color: #d4af37;
}

.section-subtitle {
  font-size: 1.0625rem;
  color: #666;
  margin-bottom: 0;
}

.schedule-timeline {
  position: relative;
  padding: 40px 0;
  max-width: 900px;
  margin: 0 auto;
}

.schedule-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #d4af37 0%, #c9a461 50%, #d4af37 100%);
}

.timeline-item {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  margin: 0;
  top: 0;
}

.time-badge {
  display: inline-block;
  background: #d4af37;
  color: #0f1419;
  padding: 10px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

.timeline-content {
  width: 48%;
  padding-top: 5px;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  padding-right: 40px;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  padding-left: 40px;
  text-align: left;
}

.schedule-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 4px solid #d4af37;
  text-align: left;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) .schedule-card {
  margin-left: auto;
}

.timeline-item:nth-child(even) .schedule-card {
  margin-right: auto;
}

.schedule-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.schedule-card.highlight {
  background: linear-gradient(135deg, #fff9f5 0%, #fff 100%);
  border-left-color: #d4af37;
  position: relative;
}

.schedule-card.highlight::before {
  content: '★';
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
  color: #d4af37;
}

.card-header {
  margin-bottom: 15px;
}

.schedule-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f1419;
  margin: 0 0 8px;
  line-height: 1.3;
}

.event-duration {
  display: inline-block;
  font-size: 0.875rem;
  color: #d4af37;
  font-weight: 600;
}

.event-duration i {
  margin-right: 5px;
}

.event-description {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Tablet Responsive Design */
@media (max-width: 991px) {
  .schedule-timeline {
    max-width: 100%;
    padding: 40px 0;
  }

  .schedule-timeline::before {
    left: 30px;
    height: 100%;
  }

  .timeline-marker {
    left: 30px !important;
    transform: translateX(-50%);
  }

  .timeline-content {
    width: calc(100% - 100px);
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
    padding-right: 0 !important;
    text-align: left !important;
    box-sizing: border-box;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    width: calc(100% - 100px);
    margin-left: auto !important;
    padding-left: 40px !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  .schedule-card {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .time-badge {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}

/* Mobile Responsive Design */
@media (max-width: 767px) {
  .schedule {
    padding: 60px 0;
  }

  .section-heading {
    font-size: 1.75rem;
  }

  .schedule-timeline {
    padding: 30px 0;
  }

  .schedule-timeline::before {
    left: 50px;
  }

  .timeline-marker {
    left: 50px !important;
  }

  .timeline-content {
    width: calc(100% - 70px) !important;
    margin-left: auto !important;
    padding-left: 50px !important;
    box-sizing: border-box;
  }

  .schedule-card {
    padding: 20px;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .schedule-item-title {
    font-size: 1.1rem;
  }

  .event-title {
    font-size: 1rem;
  }

  .event-duration {
    font-size: 0.8rem;
  }

  .event-description {
    font-size: 0.875rem;
  }

  .schedule-card.highlight::before {
    font-size: 1.25rem;
    top: 10px;
    right: 10px;
  }

  .timeline-item {
    margin-bottom: 45px;
  }
}

/* Small Mobile Responsive Design */
@media (max-width: 576px) {
  .schedule {
    padding: 40px 0;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .schedule-timeline {
    padding: 20px 0;
  }

  .schedule-timeline::before {
    left: 50px;
  }

  .timeline-marker {
    left: 50px !important;
  }

  .time-badge {
    font-size: 0.7rem;
    padding: 5px 10px;
    width: 75px;
  }

  .timeline-content {
    width: calc(100% - 60px) !important;
    padding-left: 40px !important;
  }

  .schedule-card {
    padding: 15px;
  }

  .schedule-item-title {
    font-size: 1rem;
  }

  .event-title {
    font-size: 0.9375rem;
  }

  .event-duration {
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
  }

  .event-description {
    font-size: 0.8125rem;
    margin-top: 8px;
  }

  .card-header {
    margin-bottom: 12px;
  }

  .timeline-item {
    margin-bottom: 40px;
  }

  .schedule-card.highlight::before {
    font-size: 1rem;
    top: 8px;
    right: 8px;
  }
}

/* Why Realty Quarter Section */
.why-realtyquarter {
  background: #f9f9f9;
  padding: 60px 0;
}
.why-realtyquarter.contact {
  padding: 10px 0 20px;
}

.why-realtyquarter .section-title {
  margin-bottom: 50px;
}

.why-realtyquarter .section-title h2 {
  color: #222222;
  margin-bottom: 15px;
}

.why-realtyquarter .section-title h2 .alternate {
  color: #ff6600;
}

.why-realtyquarter .section-title .subtitle {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 0;
  font-style: italic;
}

.why-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 102, 0, 0.15);
  border-top: 3px solid #ff6600;
}

.why-icon {
  font-size: 2.8rem;
  color: #ff6600;
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(255, 102, 0, 0.1);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.why-item h5 {
  color: #222222;
  font-size: 1.25rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.why-item p {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .why-realtyquarter {
    padding: 40px 0;
  }

  .why-realtyquarter .section-title {
    margin-bottom: 35px;
  }

  .why-realtyquarter .section-title h2 {
    font-size: 1.8rem;
  }

  .why-item {
    padding: 25px 20px;
  }

  .why-icon {
    width: 60px;
    height: 60px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .why-item h5 {
    font-size: 1.1rem;
  }

  .why-item p {
    font-size: 0.9rem;
  }
}