.tp-counter-item {
    position: relative;
    padding: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.0500000007);
}

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

.tp-counter-item-icon i {
    position: relative;
    margin-bottom: 20px;
    font-size: 80px;
    color: #fff;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{    font-size: 80px;
}
.tp-counter-item-icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

span:nth-child(1) {
    animation-delay: 100ms;
}

.tp-counter-item-title {
    font-size: 54px;
    margin-bottom: 0px;
    color:#fff;
}

.tp-counter-item-content p{font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;    color:#fff;
}
.tp-counter-item-content {}
.tp-counter-item-icon {
    position: relative;
    margin-bottom: 20px;
    height: 84px;
}
@font-face {
  font-family: 'CronosPro-Regular';
  src: url('fonts/CronosPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/CronosPro-Regular.otf')  format('opentype'),
       url('fonts/CronosPro-Regular.woff') format('woff'), url('fonts/CronosPro-Regular.ttf')  format('truetype'), url('fonts/CronosPro-Regular.svg#CronosPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
 font-family: 'CronosPro-Regular';
  color: #000;
}
h1,h2,h3,h4,h5,h6{ font-family: 'CronosPro-Regular';
}

.about-section {
    background: url(../images/bgab.png) no-repeat left top;
    padding: 80px 0;
    background-size: cover;
    background-attachment: fixed;
}
  .about-container {
    margin: auto;
    text-align: center;
  }

  .about-title {
    font-size: 38px;
    font-weight: 700;
    color: #311308;
    margin-bottom: 50px;
  }

  .about-title span {
    border-bottom: 3px solid #311308;
    padding-bottom: 4px;
  }

.about-text {
    font-size: 22px;
    line-height: 1.7;
    color: #311308;
    margin: 0 auto 20px;
}
  .about-footer {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    font-weight: 600;
    color: #311308;
  }

  .footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
  }

.footer-item i {
    font-style: normal;
    background: #311308;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

  .divider {
    width: 1px;
    height: 25px;
    background: #07202d;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .about-title {
      font-size: 26px;
    }

    .about-text {
      font-size: 15px;
    }

    .divider {
      display: none;
    }
  }





.section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.section h2 {
    font-size: 34px;
    margin-bottom: 50px;
}

.grid {
    display: flex;
    flex-direction: row;
    gap: 40px 30px;
    position: static;
    justify-content: center;
    flex-wrap: wrap;
}
.card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 16px;
    padding: 15px 15px;
    max-width: 31%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 150px;align-items:center;
}
.card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.card p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* ? Timeline connector line */
.card:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 30px;
    height: 3px;
    background: #cfd8e6;
}

/* Dot at end of line */
.card:not(:nth-child(3n))::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* Tablet */
@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .card::after,
    .card::before {
        display: none;
    }
}

.white h2{color:#fff;}
.white .about-title span{border-bottom:3px solid #fff;}
.card:not(:nth-child(3n))::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -21px;
    width: 10px;
    height: 10px;
    background: #EED376;
    border-radius: 50%;
    transform: translateY(-50%);
z-index: 9;
}
.card:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -31px;
    width: 30px;
    height: 1px;
    background: #fff;
}
.card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: row;
}
.icon img {
    max-width: 70px;
}
.card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    text-align: left;
    font-size: 22px;
}
.icon.blue {
    background-image: linear-gradient(224deg, rgba(63, 63, 63, 0.1) 0%, rgba(63, 63, 63, 0.1) 50%, rgba(155, 155, 155, 0.1) 50%, rgba(155, 155, 155, 0.1) 100%), linear-gradient(89deg, rgba(75, 75, 75, 0.02) 0%, rgba(75, 75, 75, 0.02) 50%, rgba(99, 99, 99, 0.02) 50%, rgba(99, 99, 99, 0.02) 100%), linear-gradient(151deg, rgba(14, 14, 14, 0.02) 0%, rgba(14, 14, 14, 0.02) 50%, rgba(74, 74, 74, 0.02) 50%, rgba(74, 74, 74, 0.02) 100%), linear-gradient(7deg, rgba(31, 31, 31, 0.04) 0%, rgba(31, 31, 31, 0.04) 50%, rgba(210, 210, 210, 0.04) 50%, rgba(210, 210, 210, 0.04) 100%), linear-gradient(291deg, rgba(153, 153, 153, 0.07) 0%, rgba(153, 153, 153, 0.07) 50%, rgba(32, 32, 32, 0.07) 50%, rgba(32, 32, 32, 0.07) 100%), linear-gradient(90deg, rgb(4, 164, 188), rgb(9, 51, 170));
    width: 100px;
    height:100px;
    border-radius: 100%;
padding:10px;
}


.icon.orange {
background-image: linear-gradient(4deg, rgba(193, 193, 193, 0.01) 0%, rgba(193, 193, 193, 0.01) 50%, rgba(179, 179, 179, 0.01) 50%, rgba(179, 179, 179, 0.01) 100%), linear-gradient(104deg, rgba(6, 6, 6, 0.02) 0%, rgba(6, 6, 6, 0.02) 50%, rgba(9, 9, 9, 0.02) 50%, rgba(9, 9, 9, 0.02) 100%), linear-gradient(167deg, rgba(37, 37, 37, 0.01) 0%, rgba(37, 37, 37, 0.01) 50%, rgba(219, 219, 219, 0.01) 50%, rgba(219, 219, 219, 0.01) 100%), linear-gradient(59deg, rgba(176, 176, 176, 0.03) 0%, rgba(176, 176, 176, 0.03) 50%, rgba(133, 133, 133, 0.03) 50%, rgba(133, 133, 133, 0.03) 100%), linear-gradient(180deg, rgba(30, 30, 30, 0.02) 0%, rgba(30, 30, 30, 0.02) 50%, rgba(252, 252, 252, 0.02) 50%, rgba(252, 252, 252, 0.02) 100%), linear-gradient(228deg, rgba(219, 219, 219, 0.02) 0%, rgba(219, 219, 219, 0.02) 50%, rgba(107, 107, 107, 0.02) 50%, rgba(107, 107, 107, 0.02) 100%), linear-gradient(182deg, rgba(242, 242, 242, 0.02) 0%, rgba(242, 242, 242, 0.02) 50%, rgba(177, 177, 177, 0.02) 50%, rgba(177, 177, 177, 0.02) 100%), linear-gradient(340deg, rgba(51, 51, 51, 0.03) 0%, rgba(51, 51, 51, 0.03) 50%, rgba(176, 176, 176, 0.03) 50%, rgba(176, 176, 176, 0.03) 100%), linear-gradient(90deg, rgb(243, 98, 95), rgb(213, 125, 10));
    width: 100px;
    height:100px;
    border-radius: 100%;
padding:10px;
}


.keythemes,.who,.footer-section{background:url(../images/bgbrown.png) no-repeat left top; background-size:cover;background-attachment:fixed;padding:100px 0;}
.why,.partners{background:url(../images/gret.png) no-repeat left top; background-size:cover;background-attachment:fixed;padding:100px 0;}
/* ?? Film Theme */
.film-navbar {
    background: #311308;
    border-bottom: 2px solid #75573d;
    padding: 15px 0;
}
.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
    color: #d6b69d !important;
    margin: 0;
    padding: 0;
}
.nav-link {
    color: #d6b69d !important;
    position: relative;
    font-size: 18px;
}.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #0096d3;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.event-info {
  display: flex;
  gap: 20px;
  color: #0096d3;
  font-size: 0.9rem;
  white-space: nowrap;
}

/* ??? Slide Down Animation */
.slide-down {
  animation: slideDown 0.4s ease forwards;
}

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

/* Mobile layout */
@media (max-width: 991px) {
  .event-info {
    flex-direction: column;
    margin-top: 15px;
  }
}
/* Icon */
    .theme-icon {
       display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

.theme-icon img {
    width: 80px;
    height: 80px;
}
    /* Text */
.theme-content h4 {
    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.35;
}
    .theme-content p {
      margin: 0;
      font-size: 13px;
      color: var(--text-muted);
    }
:root{
  --bg:#0b2a3a;
  --card:#0f3a4f;
  --accent:#f5d76e;
  --text:#ffffff;
}


/* GRID */
.grids{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* CARD */
.cards{
  background:var(--card);
  border:2px solid var(--accent);
  border-radius:14px;
  padding:24px 18px;
  text-align:center;
  position:relative;
  transition:transform .25s ease, box-shadow .25s ease;
}

.cards:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 30px rgba(245,215,110,.25);
}

/* ICON */
.icon{
  width:56px;
  height:56px;
  margin:0 auto 14px;
  border-radius:12px;
  background:var(--accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color:#000;
}

/* TEXT */
.cards h3{
  font-size:16px;
  line-height:1.3;
  font-weight:600;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .grids{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:520px){
  .grids{
    grid-template-columns:1fr;
  }
}

.whoshould img.img-fluid {
    height: 200px;
    width: 100%;
}
    .enquiry-card{
      border: 0;
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 22px 55px rgba(0,0,0,.28);
      transition: transform .25s ease, box-shadow .25s ease;
      height: 100%;
    }
    .enquiry-card:hover{
      transform: translateY(-5px);
      box-shadow: 0 34px 80px rgba(0,0,0,.38);
    }

    .card-head{
      padding: 16px 18px;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
    }

    .card-head:after{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(520px 160px at 70% 0%, rgba(255,255,255,.20), transparent 60%),
        radial-gradient(420px 220px at 0% 130%, rgba(255,255,255,.10), transparent 60%);
      pointer-events:none;
    }

    .head-speaker{
      background: linear-gradient(135deg, #7c3aed, #22c1ff);
    }
    .head-partnership{
      background: linear-gradient(135deg, #f97316, #ec4899);
    }
    .head-delegate{
      background: linear-gradient(135deg, #6d28d9, #db2777);
    }

    .head-icon{
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.16);
      border: 1px solid rgba(255,255,255,.20);
      box-shadow: 0 12px 22px rgba(0,0,0,.16);
      flex: 0 0 auto;
      position: relative;
      z-index: 1;
    }

    .head-title{
      font-size: 18px;
      font-weight: 800;
      letter-spacing: .2px;
      margin: 0;
      position: relative;
      z-index: 1;
    }

    .card-body{
      padding: 20px 18px 22px;
      position: relative;
    }

    /* subtle film strip watermark */
    .card-body:before{
      content:"";
      position:absolute;
      inset: 10px 10px 10px 10px;
      background:
        linear-gradient(120deg, rgba(15,23,42,.06), rgba(15,23,42,.02));
      border-radius: 16px;
      transform: rotate(-8deg);
      z-index: 0;
    }

    .person-name{
      font-size: 22px;
      font-weight: 800;
      margin: 0 0 14px;
      color: #0f172a;
      position: relative;
      z-index: 1;
    }

    .info-row{
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 14px;
      background: linear-gradient(180deg, #ffffff, #fbfcff);
      border: 1px solid rgba(15, 23, 42, .08);
      box-shadow: 0 12px 26px rgba(0,0,0,.10);
      margin-bottom: 12px;
      position: relative;
      z-index: 1;
    }
    .info-row:last-child{ margin-bottom: 0; }

    .mini-ico{
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      color: #fff;
    }
    .mini-ico.phone{
      background: linear-gradient(135deg, #16a34a, #22c55e);
    }
    .mini-ico.mail{
      background: linear-gradient(135deg, #0f172a, #334155);
    }

    .info-text{
      min-width: 0;
      line-height: 1.15;
    }
    .info-label{
      font-size: 12px;
      font-weight: 700;
      color: #64748b;
      margin-bottom: 3px;
    }
    .info-value{
      font-size: 15px;
      font-weight: 800;
      color: #0f172a;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .info-value a{
      color: #0f172a;
      text-decoration: none;
    }
    .info-value a:hover{
      text-decoration: underline;
    }

    svg{ display:block; }



    /* light film-strip vibe */
    .section-wrap:before{
      content:"";
      position:absolute;
      inset:0;
      background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
      opacity: 0.08;
      pointer-events:none;
    }


.section-title {
    font-weight: 600;
    font-size: 2.2rem;
}

.title-underline {
    width: 120px;
    height: 3px;
    background: #7fb3ff;
    margin: 10px auto 40px;
}

.info-box {
    background: #1f4f78;
    border-radius: 14px;
    padding: 28px 22px;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

/* Gradient border */
.info-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff, #e3e9f2);
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

.info-box:hover {
    transform: translateY(-5px);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #1f4f78;
    margin-bottom: 15px;
}

.info-box h5 {
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.5;
}
section.tp-counter-area.pb-90.reel .row {
    padding: 40px 0;
}
.reel {
    background: #fff;
    border: 16px dashed #333;
    border-left: 0px solid #333;
    border-right:0px solid #333;
    text-align: center;
}
.reel::before {
    display: block;
    margin-top: -16px;
    content: '';
    padding: 4px;
    border-top: 8px solid #333;
    border-bottom: 8px solid #333;
}

.reel::after {
    display: block;
    margin-bottom: -16px;
    content: '';
    padding: 4px;
    border-bottom: 8px solid #333;
    border-top: 8px solid #333;
}
.reel .containers{ background:#311308;}

.section-padding{
    padding:80px 0;
}

.section-title{
    font-size:38px;
    font-weight:700;
    color: #311308;
}

.title-underline{
    width:70px;
    height:4px;
    background:#1e4f7a;
    margin:15px auto 60px;
    border-radius:3px;
}

.timeline-section{
    position:relative;
}

/* Thin elegant vertical line */
.timeline-section::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:2px;
    height:100%;
    background:linear-gradient(to bottom,#dbe6f3,#1e3a5f,#dbe6f3);
    transform:translateX(-50%);
}

/* Row spacing */
.timeline-row{
    position:relative;
    margin-bottom:90px;
}

/* Cards */
.timeline-card{
    background:#ffffff;
    border-radius:14px;
    padding:28px 30px;
    border:1px solid #e6edf5;
    display:flex;
    align-items:center;
    gap:16px;
    box-shadow:0 12px 35px rgba(0,0,0,0.05);
    transition:all 0.35s ease;
}

.timeline-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(30,58,95,0.15);
    border-color:#1e3a5f;
}

.timeline-card i{
    font-size:20px;
    color:#1e3a5f;
}

.timeline-card span{
    font-size:16px;
    font-weight:500;
    color: #311308;
}

/* Elegant center dot */
.timeline-dot{
    position:absolute;
    left:50%;
    top:35px;
    width:14px;
    height:14px;
    background:#1e3a5f;
    border-radius:50%;
    transform:translateX(-50%);
    z-index:3;
}

.timeline-dot::after{
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#1e3a5f;
    animation:pulse 2s infinite;
    opacity:0.5;
}

@keyframes pulse{
    0%{transform:scale(1);opacity:0.6;}
    70%{transform:scale(2.5);opacity:0;}
    100%{opacity:0;}
}

/* Responsive */
@media(max-width:991px){
.timeline-section::before{
    left:25px;
}
.timeline-dot{
    left:25px;
}
.timeline-row .col-lg-6{
    margin-bottom:30px;
}
}


/* card */
.audience-card{
  position:relative;
  border:2px solid rgba(255,255,255,0.65);
  border-radius:20px;
  padding:34px 22px;
  height:279px;
  text-align:center;
  color:#fff;
  transition:transform .25s ease, box-shadow .25s ease;
  overflow:hidden;
  background:rgba(255,255,255,0.02);
margin-bottom:20px;
}

/* icon wrapper for glow */
.icon-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}

/* sparkle / light accent */
.icon-wrap::before{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  background:radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 35%, rgba(255,255,255,0.02) 55%, transparent 70%);
  filter:blur(2px);
  border-radius:50%;
  z-index:0;
}

.icon-wrap img{
  position:relative;
  z-index:1;
}
.audience-car{margin:0 0 20px 0;}
/* title */
.audience-card h6{
  font-size:21px;
  font-weight:600;
  line-height:1.35;
  margin:0;
  min-height:40px; /* keeps alignment even when lines differ */
  display:flex;
  align-items:center;
  justify-content:center;
}

/* hover lift */
.audience-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 30px rgba(0,0,0,0.35);
}

/* animated border highlight */
.audience-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  padding:2px;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,0.9), transparent);
  -webkit-mask:
     linear-gradient(#000 0 0) content-box,
     linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity:0;
  transition:opacity .25s ease;
}

.audience-card:hover::after{
  opacity:1;
}

/* responsive tuning */
@media (max-width: 992px){
  .audience-card{
    padding:28px 18px;
  }
  .audience-card h6{
    font-size:14px;
    min-height:38px;
  }
}

@media (max-width: 576px){
  .audience-card{
    padding:24px 16px;
  }
  .icon-wrap::before{
    width:70px;
    height:70px;
  }
}





/* sparkle divider */
.sparkle-line{
  height:2px;
  width:70px;
  margin:14px auto 16px;
  position:relative;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.9),
    transparent
  );
  border-radius:2px;
  overflow:hidden;
}

/* moving shine */
.sparkle-line::after{
  content:"";
  position:absolute;
  top:0;
  left:-40%;
  width:40%;
  height:100%;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.9),
    transparent
  );
  animation:sparkleMove 2.4s linear infinite;
}

@keyframes sparkleMove{
  to{ left:120%; }
}

/* Ultra thin vertical line */
.timeline-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #311308;
    transform: translateX(-50%);
}/* Row spacing */
.timeline-row {
    position: relative;
    margin-bottom: 20px;
}
/* Elegant dot */
.timeline-dot {
    position: absolute;
    left: 50%;
    top: 35px;
    width: 10px;
    height: 10px;
    background: #311308;
    border-radius: 100%;
    transform: translateX(-50%);
    overflow: hidden;
    box-sizing: border-box;
    line-height: 10px;
    padding: 0;
}
/* Horizontal connector lines */
.connector-left,
.connector-right{
    position:absolute;
    top:40px;
    height:1px;
    background:#d9dee6;
    width:60px;
}

.connector-left{
    right:50%;
}

.connector-right{
    left:50%;
}

/* Card styling */
.timeline-card {
  background:#ebeef3;
  border-radius:14px;
  padding:22px 22px;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
  display:flex;
  gap:14px;
  align-items:flex-start;
  transition:.25s ease;}
/* Premium subtle hover */
.timeline-card:hover{
    border-color:#311308;
    transform:translateY(-4px);
}

/* Icon */
.timeline-card i{
    font-size:18px;
    color:#311308;
}

/* Typography */
.timeline-card span{
    font-size:21px;
    font-weight:500;
    letter-spacing:0.2px;
}

/* Responsive */
@media(max-width:991px){

.timeline-section::before{
    left:25px;
}

.timeline-dot{
    left:25px;
}

.connector-left,
.connector-right{
    display:none;
}

.timeline-row .col-lg-6{
    margin-bottom:30px;
}

}

/* OUTER CARD */
.audience-card{
  position:relative;
  border:3px solid #fff;
  border-radius:22px;
  padding:12px;              /* space between outer & inner border */
  height:270px;
  transition:transform .25s ease, box-shadow .25s ease;
margin-bottom:20px;
}

/* INNER FRAME */
.inner-frame{
  border:2px solid rgba(255,255,255,0.85);
  border-radius:16px;
  padding:26px 18px 22px;
  height:100%;
  text-align:center;
  color:#fff;
  background:rgba(255,255,255,0.02);
  transition:border-color .25s ease, box-shadow .25s ease;
}
.audience-card:hover .inner-frame{
  border-color:#fff;
  box-shadow: inset 0 0 18px rgba(255,255,255,0.15);
}
.timeline-card {
    background: #ebeef3;
    border-radius: 14px;
    padding: 22px 22px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: .25s ease;
    position: relative;
    z-index: 9;
}
.main-footer-gold {
    padding: 100px 0 0;
}
.dark-section {
    width: 100%;
    background-color:#022441;
    background-image: url(../images/dark-section-bg-shape.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
.intro-video-metal{  background-image: url(https://www.thecontenthub.in/postevent/photos/58.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
position:relative;
}

.intro-video-metal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#022441;
    opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.intro-video-content-metal {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.intro-video-content-metal .section-title {
    margin-bottom: 0;
}
.intro-video-circle-metal {
    margin: 40px auto 40px auto;
}

.intro-video-circle-metal a img {
    width: 100%;
    max-width: 140px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}
.intro-video-metal {
    position: relative;
    background-image: url(2025/postevent/photos/52.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding: 100px 0;    position: relative;z-index:99;

}
.intro-video-content-metal .section-title {
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
    color: #fff;
    z-index: 99;
    position: relative;
}
.intro-video-circle-metal {
    margin: 40px auto 40px auto;
    position: relative;
    z-index: 9;
}.intro-video-circle-metal a img {
    width: 100%;
    max-width: 140px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.intro-video-circle-metal a:hover img{
	animation-play-state: paused;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
    }
    to{
		transform: rotate(360deg);
    }
}

.intro-video-content-metal .section-title h2{ font-size:50px;}


/* ===============================
   CONTACT SECTION
=================================*/


.section-title {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.contact-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-8px);
}

.contact-icon {
    width: 55px;
    height: 55px;
    background: #0f2c3f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-role {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.contact-info i {
    color: #0f2c3f;
    margin-right: 8px;
}

/* Film Divider */
.film-divider {
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        #000 0px,
        #000 15px,
        #fff 15px,
        #fff 25px
    );
}


/* ===============================
   MAIN FOOTER BACKGROUND
=================================*/

.footer-section {
    background: linear-gradient(180deg, #311308 0%, #331b12 100%);
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
}

/* ===============================
   SECTION DIVIDER (Gradient Transparent Border)
=================================*/

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
}

/* ===============================
   TITLE STYLING
=================================*/

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

/* Gradient border below titles */
.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, transparent);
}

/* ===============================
   LINKS
=================================*/

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
font-size:16px;
}

.footer-links a {
    text-decoration: none;
    color: rgba(255,255,255,0.85);
    transition: 0.3s ease;
padding:0 0 0 10px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* ===============================
   QR CODE BLOCK
=================================*/

.qr-wrapper {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    display: inline-block;
}

.qr-wrapper img {
    width: 120px;
}

/* ===============================
   SOCIAL ICONS
=================================*/
.social-icons a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #ffffff;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.social-icons a:hover {
    background: rgba(255,255,255,0.2);
}
.fa-brands, .fab {
    font-size: 12px;
    font-weight: 400;
}
/* ===============================
   BOTTOM COPYRIGHT
=================================*/

.footer-bottom {
    text-align: center;
    margin-top:0;
    padding-top: 25px;
    position: relative;
    font-size: 16px;
    color: rgba(255,255,255,0.75);
}

/* Gradient divider above copyright */
.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
}


/* ===============================
   SECTION TITLE
=================================*/

.section-title {
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 70px;
    letter-spacing: 0.5px;
}


/* ===============================
   SECTION BACKGROUND (Same Theme)
=================================*/

.contact-section {
}

/* ===============================
   TITLE
=================================*/

.contact-title {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

/* ===============================
   CARD STYLE (Matching Stat Boxes)
=================================*/
/* HEADER SECTION */
.card-header-custom {
    background: #0f2c3f;   /* Solid dark blue */
    padding: 30px;
    text-align: center;
}
.contact-card {
    background: #fff; /* Slightly lighter than section */
    border-radius: 14px;
    padding: 40px 30px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
    position: relative;
}

.contact-card:hover {
    background: #3f758c;
    transform: translateY(-6px);
}
.contact-section.reel .containers{padding:100px 0;}
/* ===============================
   ICON CIRCLE
=================================*/

.contact-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    font-size: 32px;
    color: #1f3f55;
}

/* ===============================
   TEXT STYLES
=================================*/

.contact-name {
    color:#1f3f55;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-role {
    color: #1f3f55;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-info {
    color:#1f3f55;
    font-size: 15px;
    margin-bottom: 10px;
}

.contact-info i {
    margin-right: 8px;
    opacity: 0.9;
}

/* ===============================
   RESPONSIVE SPACING
=================================*/

@media (max-width: 768px) {
    .contact-section {
        padding: 70px 0;
    }
}

.br{    border-right: 1px solid rgba(255, 255, 255, 0.2);padding:0 20px 0 20px;}
.br.last{    border-right:0;padding:0 20px 0 20px;}

.enquiry-wrapper{
}

.enquiry-box {
    background: #fff;
    border-radius: 16px;
    padding: 0 0 20px 0;
    flex: 1 1 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.enquiry-heading {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #311308;
    color: #311308;
    padding: 10px 0;
}
.person{
  margin-bottom:22px;
}
.person {
    border-right: 1px solid #e5e5e5;
}
.person:last-child{
  margin-bottom:0;
}

.person-name{
  font-size:18px;
  font-weight:600;
  margin-bottom:8px;
  color:#311308;
}

.contact{
  font-size:15px;
  margin:4px 0;
  color:#311308;
}

.contact i{
  color:#311308;
  margin-right:8px;
}.intro-video-metal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2f1307;
    opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.theme-content h4{  color: #311308;}
@media (min-width:0px) and (max-width:1024px){
.theme-content h4 {
    font-size: 18px;
  

}

.timeline-card {
    margin: 0 0 0 27px;
}
   .timeline-dot {
        left: 25px;
        display: none;
    }
.enquiry-box{margin-bottom:20px;}
.tp-counter-item{margin-bottom:20px;}
.about-section {
    padding: 30px 0;
}
.about-title{margin-bottom:30px;}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after,.tp-counter-item-icon i {
    font-size: 40px;
}
.tp-counter-item-icon {
    position: relative;
    margin-bottom: 0;
    height: auto;
}
.tp-counter-item {
    padding: 10px;
}
.tp-counter-item-title {
    font-size: 30px;
}
.tp-counter-item-icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.card{max-width:100%; height:auto;}
.icon-wrap img {
     max-width: 70px;
}
.audience-card {
    height: 200px;
}
.about-text{font-size:18px;}
.timeline-card span {
    font-size: 18px;}
.why{overflow:hidden;}
.intro-video-metal{padding:30px 0;}
.intro-video-content-metal .section-title h2 {
    font-size: 21px;
}
}
@media (max-width: 992px) {
    .audience-card h6 {
        font-size: 18px;
        min-height: 38px;
    }
}
@media (max-width: 768px) {
    .contact-section {
        padding: 0;
    }
}
@media (max-width: 992px) {
    .grid {
        grid-template-columns:  1fr;
    }
}
.main-button {
  background-color: #eaa54e;
  border: 0;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 3px;
  cursor: pointer;
  color: #321d03;
  position: fixed;
bottom:20px;
text-decoration:none;
font-weight:600;
right:30px;
  text-transform: uppercase;
z-index:999;
}
.main-button:after {
  background-color: #eaa54e;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.partner-title h3 {
    color: #fff;
    text-align: center;
}
.partner-item img{max-width:100%;}
@-webkit-keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}

.card.last::after ,.card.last::before{
    display: none;
}.theme-content h4 {

    font-size: 18px;
}



   .speaker-block-two{
  position: relative;
  padding: 0 25px;
  margin-bottom: 40px;
}

.speaker-block-two .inner-box{
  position: relative;
  text-align: center;
    overflow: hidden;

}

.speaker-block-two .image-box{
  position: relative;
    overflow: hidden;
}

.speaker-block-two .image-box .image{
  position: relative;
  padding: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
      background-color: rgba(255,255,255,1);
     overflow: hidden;

}





.speaker-block-two .inner-box:hover .image-box .image:after,
.speaker-block-two .inner-box:hover .image-box .image:before{
  height: 100%;
}

.speaker-block-two .inner-box .image-box .image:after{
  opacity: .40;
  z-index: 1;
  top: auto;
  bottom: 0;
}

.speaker-block-two .image-box .image img{
    position: relative;
  display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    z-index: 1;
}

.modal.show .modal-dialog{ max-width:1000px;}
.speaker-block-two .speaker-details{
  position: absolute;
  left: 0;
  right:0;
  text-align:center;
  margin:0 auto;
  bottom: 0;
  color: #fff;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  font-weight: bold;
  height:auto;
  display:inline-block;

}
.btn-blue{ color:#27014e;
background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.04) 0px, rgba(0,0,0,0.04) 2px,transparent 2px, transparent 4px),linear-gradient(135deg, rgb(255,204,0),rgb(236,189,0)); color:#27014e; padding:10px 20px; font-weight:bold; font-size:22px; margin:0 auto; display:flex; max-width:300px; text-align:center; justify-content:center; align-items:center;}
.icon-speaker{position: absolute;
text-align: 0;
top: 0;
opacity: 0.5;
left: 0;
right: 0;
}.row.partner .col-md-4 {
    padding: 0;
    margin: 0;
}
.speakers{ overflow:hidden;}
.speaker-block-two .speaker-details p {
    padding: 0 20px;
    margin: 0;
    word-break: break-all;
    font-size: 17px;
}
.speaker-block-two .inner-box:hover .speaker-details {
    top: 125px;
    opacity: 1;
}
.caption-box h4.name {
    color: #70120e;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 7px 0 0 0;
}

.speaker-block-two .image-box .image {
    position: relative;
    padding: 12px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    background-color: rgba(112,18,14,0.7);
    overflow: hidden;
}

.speaker-block-two .image-box .image {
    position: relative;
    padding: 12px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #311308;
    overflow: hidden;
    text-align: center;
 
    text-align: center;
  }

.speakers{    background: url(../images/gret.png) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;}

.bio {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  
}.partner-item {
    background: #fff;
    border: 2px solid #3c1f15;
    border-radius: 5px;
}
.bio a {
    background: #311308;
    border-radius: 40px 40px 0 0;
    border: 0;
    color:#d6b69d ;
    width: 40px;
    height: 40px;
font-weight:bold;
font-size:20px;
}
.bio a:hover{color:#fff;background: #311308;}
.partner-item img{max-width:100%;}
.partner-title h3{color:#fff;}
.row.partner .col-md-4 ,.row.partner .col-md-3{
    padding: 0;
    margin: 0;
}
video.video_right {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 450px;
}