:root {
    --tred: #e31e24;
    --tyellow: #ede638;
    --tblue: #4c81ff;
    --tnavy: #000;
    --tmuted: #000;
    --black: #000;
    --tborder: #e5e7eb;
    --bs-font-sans-serif: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--bs-font-sans-serif);
    color: var(--tnavy);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
ul, li{
    list-style-type: none;
}
p {
    font-family: var(--bs-font-sans-serif);
}

/* â”€â”€ NAVBAR â”€â”€ */
.navbar {
    padding: 0 2rem;
    height: 70px;
    -webkit-box-shadow: 0 8px 8px -8px #b7b7b7;
     -moz-box-shadow: 0 8px 8px -8px #b7b7b7;
          box-shadow: 0 8px 8px -8px #b7b7b7;
}
.sticky-top {
    top: -1px;
}
.navbar-brand-badge {
    width: 34px;
    height: 34px;
    background: var(--tred);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    flex-shrink: 0
}

.navbar-brand-text {
    font-size: 10px;
    font-weight: 700;
    color: var(--tnavy);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .3px
}

.navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: .25rem 0.9rem !important;
    transition: color .15s;
}

.navbar-nav .nav-link:hover {
    color: var(--tred)
}

.btn-mytiet {
    background: var(--tred) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    padding: 7px 18px;
    border: none;
}

.btn-mytiet:hover {
    background: #c0121a !important
}

.navbar-toggler {
    border: none;
    padding: 4px
}

.navbar-toggler:focus {
    box-shadow: none
}

.logo-container {
    max-width: 260px;
}

/* â”€â”€ HERO â”€â”€ */
.hero-section {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    padding: 70px 0 50px
}

.hero-section .container {
    position: relative;
}

.hero-section h1 {
    font-size: clamp(38px, 6vw, 32px);
    font-weight: 600;
    color: var(--tnavy);
    line-height: 1.3;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.h-blob {
    position: absolute;
    border-radius: 50%;
}

.h-circ {
    border: 1px solid #222;
    background: #fff;
    width: 95px;
    height: 95px;
    z-index: 1;
    position: absolute;
    left: 45px;
}

.r-h-circ {
    position: absolute;
    right: 115px;
    top: 112px;
    border: 1px solid #222;
    background: #fff;
    width: 55px;
    height: 55px;
    z-index: 11;
}

.b-circ {
    position: absolute;
    left: 55%;
    top: 210px;
    border: 1px solid #7fd7e6;
    background: #7fd7e6;
    width: 47px;
    height: 47px;
}

.h-img-abs-left {
    position: absolute;
    top: 10px;
    left: 7%;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid var(--tborder);
    width: 250px;
    height: 250px;
}

.h-img-abs-right {
    position: absolute;
    right: 20%;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid var(--tborder);
    width: 140px;
    height: 140px;
}

.hero-right-arc {
    position: absolute;
    right: 110px;
    top: 50%;
    width: auto;
    height: 90px;
    overflow: hidden;
    z-index: 1;
}

.hero-right-arc div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eee84b;
    opacity: .9
}

/* â”€â”€ MISSION â”€â”€ */
.mission-section {
    padding: 72px 0
}

.mission-quote {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.4;
    color: var(--tnavy);
}

.mission-quote .hl {
    position: relative;
}

.mission-quote .hl::after {
    content: '';
    position: absolute;
    left: -25px;
    top: -35px;
    background: var(--tyellow);
    padding: 60px;
    border-radius: 100px;
    z-index: -1;
}

.mission-quote .rd {
    color: var(--tred)
}

.mission-rule {
    width: 54px;
    height: 3px;
    background: var(--tred);
    border-radius: 2px;
    margin-top: 18px
}

.mission-body p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--black);
}

/* â”€â”€ SECTION HEADING â”€â”€ */
.sec-heading {
    font-size: clamp(24px, 3.5vw, 38px);
    font-weight: 600;
    color: var(--tnavy)
}

.sec-sub {
    font-size: 16px;
    color: var(--black);
    margin-top: 6px
}

/* â”€â”€ TABS â”€â”€ */
.disc-tabs {
    border-bottom: 1px solid #939393;
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
}
.right-icon{
    position: absolute;
    right:0;
    top:0;
}
.disc-tab-btn {
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 0 0 14px;
    margin-right: 4px;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: .18s;
    white-space: nowrap
}

.disc-tab-btn.active {
    color: var(--tnavy);
    border-bottom-color: var(--tred);
    font-weight: 700;
}

.tab-sep {
    color: #000;
    font-size: 16px;
    padding-bottom: 14px;
    margin: 0 14px;
    margin-bottom: 0;
}

/* â”€â”€ DISCUSSION CARDS â”€â”€ */
.disc-card {
    background: #fff;
    border-radius: 18px;
    border: 1.5px solid var(--tborder);
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .04);
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s;
    height: 100%;
    padding-bottom: 15px;     
}

.disc-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
    transform: translateY(-2px)
}

/* Card internal slider */
.card-viewport {
    overflow: hidden;
    flex: 1
}

.card-track {
    display: flex;
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    height: 100%
}

.card-slide {
    min-width: 100%;
    width: 100%;
    padding: 30px;
    /* flex-shrink: 0;
    display: flex;
    flex-direction: column; */
    position: relative;
}

.card-slide .card-detail {
    min-height: 260px;
}

.card-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 8px
}

.tag-pill {
    display: inline-flex;
    align-items: center;
    font-size: 11.5px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    flex-shrink: 0;
    border: 1px solid #bbb;
}

.tag-ai {
    background: #fce4e4;
    color: #c0392b
}

.tag-eng {
    background: #dcfce7;
    color: #166534
}

.tag-cw {
    background: #dbeafe;
    color: #1e40af
}

.tag-res {
    background: #fef9c3;
    color: #854d0e
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--tred);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tred);
    animation: blink 1.2s infinite;
    flex-shrink: 0
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .2
    }
}

.card-slide h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--tnavy);
    line-height: 1.35;
    margin-bottom: 18px;
}
.card-slide h3 span{
    color:var(--tred);
}
.card-rule {
    height: 1px;
    background: var(--tborder);
    margin-bottom: 15px;
}

.card-speaker {
    font-size: 13px;
    font-weight: 600;
    color: var(--tnavy);
    margin-bottom: 2px
}

.card-dept {
    font-size: 14px;
    color: #000;
    margin-bottom: 14px
}

.card-date {
    font-size: 14px;
    color: var(--tnavy);
    margin-bottom: 40px;
    flex: 1;
    line-height: 25px;
}

.btn-register {
    display: block;
    width: 100%;
    background: var(--tred);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background .18s;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.btn-register:hover {
    background: #c0121a
}

.btn-register a{
    text-decoration: none;
    color:#fff;
}

.card-dots-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 14px;
    gap: 8px
}

.cdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    border: none;
    padding: 0;
    flex-shrink: 0;
    transition: background .18s
}

.cdot.on {
    background: var(--tred)
}

/* Yellow blob */
.yellow-blob {
    position: absolute;
    right: -55px;
    bottom: -91px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--tyellow);
    z-index: -1;
    pointer-events: none
}

/* â”€â”€ FEATURE CAROUSELS â”€â”€ */
.feat-card {
    background: #fff;
    border-radius: 18px;
    border: 1.5px solid var(--tborder);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    display: flex;
    flex-direction: row;
    overflow: hidden
}

/* Fixed left panel â€” NEVER moves */
.feat-left-fixed {
    width: 360px;
    min-width: 360px;
    flex-shrink: 0;
    padding: 28px;
    border-right: 1.5px solid var(--tborder);
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
    z-index: 2
}

.feat-left-fixed .tag-pill {
    margin-bottom: 20px;
    align-self: flex-start
}

.feat-left-fixed h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--tnavy);
    line-height: 1.35;
    margin-bottom: 20px
}

.feat-left-fixed .card-dept {
    margin-bottom: 20px
}

.feat-left-fixed .card-date {
    margin-bottom: 20px;
    flex: 1
}

.feat-left-fixed .btn-register {
    margin-top: auto
}

/* Right sliding area */
.feat-right-outer {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column
}

.feat-right-track {
    display: flex;
    width: 100%;
    flex: 1;
    transition: transform .42s cubic-bezier(.4, 0, .2, 1)
}

.feat-right-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    padding: 36px 64px 28px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.feat-right-slide h2 {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 800;
    color: var(--tnavy);
    line-height: 1.3;
    margin-bottom: 16px
}

.feat-right-slide p {
    font-size: 14px;
    color: var(--tmuted);
    line-height: 1.8
}

.feat-arrow-right {
    position: absolute;
    right: 16px;
    top: 44%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 24px;
    color: #9ca3af;
    transition: color .18s;
    z-index: 10;
    line-height: 1
}

.feat-arrow-right:hover {
    color: var(--tnavy)
}

.feat-dots-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 0 18px;
    flex-shrink: 0
}

.fdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: background .18s;
    border: 1px solid #9b9898;
}

.fdot.on {
    background: var(--tred);
    border-color:var(--tred);
}
.tab-content{
    position: relative;
}
/* Speaker right slides */
.spk-right-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    padding: 28px 64px 28px 40px;
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 35px;
    align-items: center
}
.tabs-left{
    position: absolute;
    left: 13px;
    bottom: -44px;
    z-index: -1;
}
.spk-mid h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--tnavy);
    margin-bottom: 12px
}

.spk-mid p {
    font-size: 13.5px;
    color: var(--tmuted);
    line-height: 1.8
}

.spk-img-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.spk-rect {
    width: 120px;
    height: 110px;
    background: #d1d5db;
    border-radius: 6px
}

.spk-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--tnavy);
    text-align: center
}

.spk-title-txt {
    font-size: 12px;
    color: var(--tmuted);
    text-align: center
}

/* â”€â”€ BLUE DD SHAPE â”€â”€ */
.blue-dd {
    width: 130px;
    height: 100px;
    position: relative;
    flex-shrink: 0
}

.blue-dd::before,
.blue-dd::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--tblue)
}

.blue-dd::before {
    left: 0;
    top: 0
}

.blue-dd::after {
    left: 44px;
    top: 0
}

.dd-mask {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff
}

.dd-m1 {
    left: 12px;
    top: 19px
}

.dd-m2 {
    left: 56px;
    top: 19px
}

/* â”€â”€ BENEFITS â”€â”€ */
.benefit-card {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #ddd;
    padding:40px 17px 20px;
    transition: box-shadow .2s, transform .2s;
    height: 100%;
    text-align: center;
}
.box1{
    background-color: #ebfff1;
}
.box2{
    background-color: #ffffeb;
}
.box3{
    background-color: #f1ebff;
}
.box4{
    background-color: #ffebf7;
}
.benefit-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    transform: translateY(-2px)
}

.benefit-icon {
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 25px;
}

.benefit-card h5 {
    font-size: 17px;
    font-weight: 500;
    color: var(--tnavy);
    margin-bottom: 15px;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 14px;
    color: var(--tmuted);
    line-height: 1.6;
    margin: 0
}
.exp-sec{
    padding-bottom:100px !important;
}
/* â”€â”€ FOOTER â”€â”€ */
.site-footer {
    background: #000;
    padding: 70px 0 24px
}

.foot-badge {
    width: 44px;
    height: 44px;
    background: var(--tred);
    border-radius: 7px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff
}

.foot-brand {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3px
}

.foot-tagline {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0;
}

.foot-col-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: .8px;
    color: #fff;
}
.adm-text{
    font-size: 13px;
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom:0;
}
.foot-text {
    font-size: 13px;
    color: #7e7e7e;
    line-height: 1.8
}

.foot-link {
    font-size: 13px;
    color: var(--tred);
    text-decoration: none;
    margin-top:3px;
}

.foot-link:hover {
    color: var(--tyellow)
}

.foot-hotline {
    font-weight: 500;
    margin-bottom:0;
}
.foot-hotline span{
    font-size: 20px;
    color: #fff;
    font-weight: 500
}
.timing-area{
    font-size: 13px;
    color: #7e7e7e;
    margin-bottom:0;
}
.sub-form .form-control {
    background: #0f0f0f;
    border: 1px solid #444444;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
}

.sub-form .form-control::placeholder {
    color: #4b5a7a
}

.sub-form .form-control:focus {
    background: #162a50;
    border-color: #3b5bdb;
    box-shadow: none;
    color: #fff
}

.sub-form .btn {
    background: #fff;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 16px;
    padding: 8px 14px
}
.foot-divider {
    border-color: #565555;
}

.foot-copy {
    font-size: 11.5px;
    color: #565555;
    text-align: center;
}
.btn img{
    vertical-align: text-top;
}
/* .foot-soc a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #1e3a6e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7e7e7e;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: .18s
}

.foot-soc a:hover {
    color: var(--tyellow);
    border-color: var(--tyellow)
} */

/* â”€â”€ BACK TO TOP â”€â”€ */
.back-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    text-decoration: none;
     display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.back-top .icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ea8509;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
    transition: transform .18s;    
    text-decoration: none
}
.back-top span{
    display: block;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    color:#a1a1a1;
}
.back-top:hover {
    transform: translateY(-3px)
}

/* â”€â”€ RESPONSIVE OVERRIDES â”€â”€ */
@media(max-width:767px) {
    .feat-card {
        flex-direction: column
    }

    .feat-left-fixed {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1.5px solid var(--tborder)
    }

    .spk-right-slide {
        grid-template-columns: 1fr
    }

    .spk-img-col {
        display: none
    }
}

@media(max-width:575px) {
    .feat-right-slide {
        padding: 24px 44px 20px 24px
    }

    .spk-right-slide {
        padding: 24px 44px 24px 24px
    }

    .hero-section h1 {
        font-size: 30px
    }
}
.foot-col-heading.susbcribe{
    text-transform: uppercase;
}
.subscribe-warea{
    margin-left: 50px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color:#fff !important;
}
.sub-form{
    margin-bottom:30px;
}

/*css nav*/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1300; /* Above overlay */
top: 0;
left: 0;
background-color:#000;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav ul li {  
padding: 8px 25px;
}
.sidenav a {
border-bottom: 1px solid #ffffff29;
text-decoration: none;
font-size: 16px;
color: #fff;
display: block;
transition: 0.3s;
padding-bottom:8px;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
border:none;
}

/* Overlay background */
#overlay {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
z-index: 1200; /* Below sidenav */
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.hamburger-menu {
    background-color: #ec1f27;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: #fff;
}



/* owl */

/* â”€â”€ Owl Carousel Dots â€” disc cards â”€â”€ */
/* â”€â”€ Owl Carousel Dots â€” disc cards â”€â”€ */

.disc-card .card-dots-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0px 0 4px;
  list-style: none;
  margin: 0;
}

/* Default dot */
.disc-card .card-dots-row .cdot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
  display: block;
}

/* Hide Owl's inner <span> */
.disc-card .card-dots-row .cdot span {
  display: none;
}

/* Active dot â€” Owl adds class "on" (via dotActiveClass config) */
.disc-card .card-dots-row .cdot.on {
  background: #e63946;   /* â† apna brand color yahan */
  width: 20px;
  border-radius: 4px;
  transform: scale(1);
}

/* Hover on inactive dots */
.disc-card .card-dots-row .cdot:hover {
  background: #e63946;
}
.disc-card .card-dots-row .cdot.active{
  background: #e63946;
}

.outerSlider{
    position: relative;
}

.outerSlider .owl-nav { 
    position: relative;
    transform: translateY(-650px);
    top: 50%;
}

.outerSlider .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
}

.outerSlider .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
}
.outerSlider .owl-nav button span {
    font-size: 2rem;
    background: #f9f9f9;
    padding: 6px 15px;
    border-radius: 4px;
}

@media screen and (max-width:767px){

.outerSlider .owl-nav { 
    position: relative;
    transform: translateY(-50px);    
}
.outerSlider .owl-nav button.owl-prev { left: 35%; }
.outerSlider .owl-nav button.owl-next { right:35%; }

}

.image-warea{
    display: flex;
    gap: 20px;
}
.image-warea img{
    width: 120px !important;
    border-radius: 8px;
}