:root{
    --pink:#e6127a;
    --pink-dark:#c00e68;
    --navy:#100c33;
    --navy-2:#1a1550;
    --ink:#26243a;
    --muted:#6b6980;
    --paper:#fdfaf9;
    --line:#eee0ea;
  }
  *{box-sizing:border-box;}
  body{
    font-family:'Inter',sans-serif;
    color:var(--ink);
    background:var(--paper);
  }
  h1,h2,h3,h4,.display-font{
    font-family:'Poppins',sans-serif;
  }
  a{text-decoration:none;}


  /* NAVBAR */
  .navbar-top{
    background:#fff;
    box-shadow:0 2px 10px rgba(16,12,51,.06);
    font-size:.92rem;
  }
  .navbar-top .nav-link{
    color:var(--ink);
    font-weight:500;
    padding:.5rem .5rem !important;
  }
  .navbar-top .nav-link:hover{color:#1d3c8a;}
  .brand-mark{
    width:38px;height:38px;border-radius:9px;
    background:linear-gradient(135deg,var(--pink),#7b1fa2);
    display:inline-flex;align-items:center;justify-content:center;
    color:#fff;font-weight:800;font-size:.85rem;
  }

  /* HERO */
  .hero{
    position:relative;
    background:linear-gradient(356deg, rgb(14 40 106), rgb(29 60 138 / 80%), rgb(98 39 0 / 96%)), url(../images/hero-background.jpg) center / cover no-repeat;
    color:#fff;
    padding:70px 0 60px;
  }
  .hero .eyebrow{
    letter-spacing:2px;
    font-size:2.1rem;
    font-weight:600;
    color:#ffffff;
  }
  .hero h1{
    font-weight:600;
    font-size: 2.1rem;
    color:#ffffff;
  }
  .hero .date-loc{
    font-size:1.05rem;
    color:#ffffff;
  }
  .badge-organizer{
    background:#fff;
    color:var(--navy);
    border-radius:10px;
    padding:10px 16px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:700;
  }
  .btn-pink{
    background:#d85705;
    border:none;
    color:#fff;
    font-weight:600;
    padding:.65rem 1.4rem;
    border-radius:6px;
  }
  .btn-pink:hover{
    background: rgb(230 108 30);
    color:#fff;
  }
  .btn-outline-nav{
    border:1px solid #fff;
    color:#fff;
    font-weight:600;
    padding:.6rem 1.3rem;
    border-radius:6px;
  }
  .btn-outline-nav:hover{background:#fff;color:var(--navy);}
  .btn-navy{
    background: rgb(216 87 5);
    color:#fff;
    font-weight:600;
    padding:.6rem 1.3rem;
    border-radius:6px;
    border:none;
  }
  .btn-navy:hover{
    background:rgb(230 108 30);
    color:#fff;
  }

  .promo-card{
    background:#fff;
    border-radius:16px;
    padding:26px 24px;
    text-align:center;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
    color:var(--ink);
  }
  .promo-card .tag{
    background:var(--navy);
    color:#fff;
    border-radius:20px;
    padding:.3rem 1rem;
    font-size:.75rem;
    font-weight:700;
    display:inline-block;
  }
  .promo-card .off{
    font-size:2.2rem;
    font-weight:800;
    color:var(--pink);
    margin:.4rem 0;
  }
  .promo-code-box{
    border:2px dashed var(--pink);
    border-radius:8px;
    padding:.5rem;
    font-weight:700;
    letter-spacing:2px;
    color:var(--navy);
  }

  .reg-options{
    background:rgb(8 27 74);
    border:1px solid rgb(222 231 255);
    border-radius:10px;
    padding:16px 20px;
  }
  .reg-icon{
    width:42px;height:42px;border-radius:50%;
    background:rgb(255 255 255);
    display:inline-flex;align-items:center;justify-content:center;
    color: #e66c1e;
  }


  /* SECTION TITLES */
  .section-title{
    font-weight:800;
    font-size:2rem;
    text-align:center;
    margin-bottom:1.6rem;
  }
  .section-title .accent{
    color:#1d3c8a;
  }
  .section-pad{padding:60px 0;}

  /* ABOUT */
  .about-card{
    background:#fff;
    border-radius:14px;
    padding:36px;
    box-shadow:0 10px 30px rgba(16,12,51,.06);
    height:100%;
  }
  .about-card p{
    color:#323232;
    line-height:1.75;
  }
  .ad-panel{
    background:linear-gradient(135deg,#e9f1fb,#f7fbff);
    border-radius:14px;
    height:100%;
    min-height:340px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:30px;
    border:1px solid #dfeaf7;
  }
  .ad-panel h3{color:var(--navy);font-weight:800;}
  .ad-panel .journal{
    font-size:2rem;
    font-weight:800;
    color:#1c4f9c;
    margin:10px 0;
  }

  /* IMPORTANT DATES */
  .dates-band{
    background: linear-gradient(90deg, rgb(29 60 138) 0%, rgb(4 26 28) 100%);
    color:#fff;
    padding:50px 0;
    position:relative;
    overflow:hidden;
  }
  .dates-band h2{font-weight:800;}
  .date-icon{
    width:52px;height:52px;
    background:rgb(255 255 255);
    border:1px solid rgba(255,255,255,.2);
    border-radius:10px;
    display:inline-flex;align-items:center;justify-content:center;
    font-size:1.3rem;
    color:var(--pink);
  }
  .date-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:1.8rem;justify-content: center;}
  .date-item h5{font-weight:700;margin-bottom:.2rem;}
  .date-item span{color:#ff9552;font-size:1.1rem;}

  /* TRACKS */
  .track-row{
    background:#fff;
    border-radius:10px;
    display:flex;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(16,12,51,.06);
    margin-bottom:10px;
    transition: all 0.3s ease;
  }
  .track-row:hover{
    /* padding-left: 10px; */
    transform: translateX(8px);
  }
  .track-num{
    background:#1d3c8a;
    color:#fff;
    font-weight:800;
    padding:14px 20px;
    display:flex;
    align-items:center;
    min-width:60px;
    justify-content:center;
  }
  .track-text{
    padding:7px 20px;
    /* font-weight:600; */
    display:flex;
    align-items:center;
    color:var(--ink);
  }
  .track-text:hover{
    background: #ffeadd;;
    border-bottom: solid 1px #ffd9c0;
    width: 100%;
  }
  
  .sdg-box{
    background:#eef8f0;
    border-radius:10px;
    padding:20px;
    margin-top:20px;
  }
  .sdg-chip{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:10px;
  }
  .sdg-chip .num{
    width:38px;height:38px;
    border-radius:6px;
    display:flex;align-items:center;justify-content:center;
    color:#fff;font-weight:800;font-size:.8rem;
  }
  .cta-strip{
    background:var(--navy);
    color:#fff;
    border-radius:12px;
    padding:20px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:20px;
  }
  .view-all-btn{
    background:var(--pink);
    color:#fff;
    border-radius:50%;
    width:78px;height:78px;
    display:flex;align-items:center;justify-content:center;
    text-align:center;
    font-size:.72rem;
    font-weight:700;
    flex-shrink:0;
  }

  /* DOWNLOADS */
  .download-card{
    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 24px rgba(16,12,51,.08);
    overflow:hidden;
    text-align:center;
  }
  .download-card .head{
    background: linear-gradient(90deg, #0c656e, #1d3c8a);
    color:#fff;
    padding:18px;
    font-weight:700;
  }
  .download-card .body{padding:22px;}
  .btn-h:hover{
    color: #ffffff;
    background-color: #1d3c8a;
    border-color: #759cff;
  }

  /* CAROUSEL CARDS - shared style for both sections */
  .card-slide-wrap{position:relative;padding:0 40px;}
  .carousel-control-prev,.carousel-control-dark .carousel-control-prev,
  .carousel-control-next{
    width:5%;
  }
  .cc-btn{
    width:44px;height:44px;
    background:#1d3c8a;
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    color:#fff;
    opacity:1 !important;
  }
  .highlight-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(16,12,51,.08);
    height:100%;
  }
  .highlight-card img{
    width:100%;height:190px;object-fit:cover;
  }
  .highlight-card .cap{
    padding:16px;
    font-size:.88rem;
    font-weight:600;
    color:var(--ink);
    min-height:88px;
  }
    .highlight-card .cap strong{
      color: #bb4c00;
  }

  /* PEER REVIEW */
  .step-item{margin-bottom:22px;}
  .step-item h5{font-weight:700;display:flex;align-items:center;gap:8px;}
  .step-item h5 i{color:#1d3c8a;}
  .step-item p{color:var(--muted);margin-left:26px;}

  /* PUBLICATIONS */
  .pub-card{
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(16,12,51,.08);
    background:#fff;
    height:100%;
  }
  .pub-card img{
    width:100%;
    padding: 22px;
    object-fit:cover;
  }
  .pub-card .body{padding:14px;text-align:center;}

  /* INDEXED */
  .indexed-band{
    background:linear-gradient(180deg, rgb(122 52 7 / 85%), rgb(13 6 72 / 56%)), url(../images/index-bg.jpg) center / cover;
    padding:55px 0;
    color:#fff;
  }
  .logo-tile{
    background:#fff;
    border-radius:8px;
    height:80px;
    display:flex;align-items:center;justify-content:center;
    padding:10px;
    font-weight:700;
    color:var(--navy);
    font-size:.85rem;
    text-align:center;
  }

  /* TESTIMONIALS */
  .testimonial-card{
    background:#fff;
    border-radius:14px;
    box-shadow:0 8px 24px rgba(16,12,51,.08);
    padding:32px;
    display:flex;
    gap:26px;
    align-items:center;
  }
  .testimonial-card img{
    width:100px;height:100px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
  }
  .testimonial-card p{
    font-style:italic;
    color:var(--ink);
    font-size:1.05rem;
    margin-bottom:.6rem;
  }
  .testimonial-card h6{font-weight:700;margin-bottom:0;color:#a54300;}
  .testimonial-card small{color:var(--muted);}

  /* FOOTER */
  footer{
    background:#1d3c8a;
    color:#cfcce6;
    padding:50px 0 0;
  }
  footer h6{
    color:#fff;
    font-weight:700;
    margin-bottom:1.1rem;
  }
  footer a{color:#ffffff;}
  footer a:hover{
    color:#e66c1e;
  }
  footer ul{list-style:none;padding:0;}
  footer li{margin-bottom:.6rem;}
  .footer-bottom{
    background:#04133a;
    color:#fff;
    text-align:center;
    padding:12px 0;
    margin-top:40px;
    font-size:.85rem;
  }
  .social-circle{
    width:36px;height:36px;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    display:inline-flex;align-items:center;justify-content:center;
    color:#fff;
    margin-right:8px;
  }

  @media (max-width:768px){
    .logo{
      max-width: 46% !important;
    }
    .btn-hero{
      flex-direction: column;
    }
    .reg-icon{
      height: auto;
    }
    .date-item{
      display: block;
    }
    .cc-btn{
      height: auto;
    }
    .f-color{
      text-align: center;
    }
    .logo-tile{
      height: auto;
    }
    .sdg-image{
      max-width: 80% !important;
    }
    .hero h1{font-size:1.9rem;}
    .card-slide-wrap{padding:0 30px;}
    .testimonial-card{flex-direction:column;text-align:center;}
    .cta-strip{flex-direction:column;text-align:center;}


    .price-table td {
        padding: 12px 4px !important;
        font-size: 12px !important;
    }
    .price-table label {
        font-size: 12px !important;
    }
    .price-table label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: black;
    }
    .price-table input[type="radio"] {
        width: 14px;
        height: 14px;
    }
    .price-table th {
        font-size: 12px !important;
        padding: 20px 6px !important;
    }

  }
  /* start css jit */
  .logo{
    max-width: 16%;
  }
  .orga{
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
    background: #db5805 !important;
    padding: 5px 15px;
    width: max-content;
    border-radius: 8px;
    border: 1px solid rgb(222 231 255);
  }

  /* ---------- BUBBLES EFFECT (copy from here) ---------- */

  .bubbles {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    position: absolute;
  }

  .bubble {
    position: absolute;
    bottom: -10%;
    border-radius: 50%;
    /* background: radial-gradient(circle at 30% 30%,
                  rgba(255, 255, 255, 0.9),
                  rgba(255, 255, 255, 0.35) 60%,
                  rgba(255, 255, 255, 0) 75%); */
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
    box-shadow: inset 0 0 6px rgb(24 126 137 / 53%);
    opacity: 1 !important;
    animation: rise linear infinite;
  }

  @keyframes rise {
    0% {
      transform: translateY(0) translateX(0) scale(1);
      opacity: 0;
    }
    10% {
      opacity: 0.7;
    }
    50% {
      transform: translateY(-50vh) translateX(20px) scale(1.05);
    }
    90% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(-105vh) translateX(-10px) scale(0.9);
      opacity: 0;
    }
  }

  /* ---------- END BUBBLES EFFECT ---------- */

/* ---------- start Animated dot fields (corners) ---------- */
  .dot-field {
    position: absolute;
    width: min(28vw, 260px);
    height: min(28vw, 260px);
    pointer-events: none;
    z-index: 0;
  }

  .dot-field.top-right {
    top: 0;
    right: 0;
  }

  .dot-field.bottom-left {
    bottom: 0;
    left: 0;
    transform: rotate(360deg);
  }

  .dot-field svg { width: 100%; height: 100%; display: block; }

  .dot-field circle {
    fill: #00e5ff;
    animation: twinkle 4s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
  }

  @keyframes twinkle {
    0%, 100% { opacity: 0.35; transform: scale(0.85); }
    50%      { opacity: 1;    transform: scale(1.05); }
  }

  @keyframes driftRight {
    0%   { transform: translate(0, 0); }
    50%  { transform: translate(6px, -4px); }
    100% { transform: translate(0, 0); }
  }
  @keyframes driftLeft {
    0%   { transform: translate(0, 0) rotate(180deg); }
    50%  { transform: translate(-6px, 4px) rotate(180deg); }
    100% { transform: translate(0, 0) rotate(180deg); }
  }

  .dot-field.top-right svg { animation: driftRight 10s ease-in-out infinite; }
  .dot-field.bottom-left svg { animation: driftLeft 10s ease-in-out infinite; }
  /* ---------- end Animated dot fields (corners) ---------- */


  /* ---------- start SDG image ---------- */
  .sdg-image{
    width:100%;
    max-width:500px;
    height:auto;
    object-fit:contain;
}
.sdg-image{
    max-width: 100%;
    width: 420px;
    animation: spin 20s linear infinite;
    transition: transform .4s ease;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,.18));
}

.sdg-image:hover{
    animation-play-state: paused;
    transform: scale(1.05);
}
.sdg-tag {
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    background: #ffffff;
    width: fit-content;
    margin: 30px auto;
    padding: 5px 28px;
    border-radius: 50px;
}

.sdg-bg{
  padding: 30px;
  background: black;
  background: linear-gradient(358deg, rgb(29 60 138 / 0%), rgb(29 60 138 / 46%), rgb(141 61 8 / 59%)), url(../images/hero-bg.jpg) center / cover no-repeat;
}

@keyframes spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
/* ---------- end SDG image ---------- */

.conf-mng{
  background: linear-gradient(358deg, rgb(29 60 138 / 84%), rgb(6 19 51 / 79%), rgb(230 108 30 / 89%)), url(../images/sdg-back.jpg) center / cover no-repeat;
  color:#ffffff;
  background-attachment: fixed;
}
.review-img{
  width: 77%;
  height: -webkit-fill-available;
}
.f-color{
  color: #ffffff;
  font-size: 13px;
}
.f-logo{
  width: 70%;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}
.testi-s{
  -webkit-box-shadow: 1px 9px 9px -11px #000000; 
  box-shadow: 10px 16px 16px -16px #00000066;
}

/* start for registration*/
.reg-inn ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.reg-inn li {
    background: white;
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.reg-inn li::before {
    content: '✓';
    color: #667eea;
    font-weight: bold;
    font-size: 24px;
    margin-right: 15px;
    background: linear-gradient(135deg, #667eea, #ae2223);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.frm-rull li {
    list-style: none;
}
.price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 40px 0 10px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.price-table thead {
    background: linear-gradient(135deg, #1d3c8a 0%, #e66c1e 100%);
    color: white;
}
.price-table th {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.price-table tbody tr {
    background: white;
    transition: all 0.3s ease;
}
.price-table td:first-child {
    font-weight: 600;
    color: black;
}
.price-table td {
    padding: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.price-table label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.price-table input[type="radio"] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.payment-button {
    background: linear-gradient(135deg, #1d3c8a 0%, #6e2e08 100%);
    color: white;
    border: none;
    padding: 18px 60px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 5px auto 25px;
}
.confr-info-bttn {
    width: 100%;
    float: left;
}
.confr-info-bttn a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    float: left;
    display: flex;
    background: #1d3c8a;
    border-radius: 5px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
}
/*end for registration*/


  /* end css jit */

  /* Desktop hover dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        margin-top: 10px;
    }
}
.drop-h:hover{
  background: #1d3c8a;
  color: white;
}
.abt-img{
  max-width: 100%;
  height: -webkit-fill-available;
}
.date-item1 {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 1.8rem;
    justify-content: center;
}
.date-icon1 {
    width: 52px;
    height: 52px;
    background: rgb(29 60 138);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
}
.dates-band1 {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    color: #fff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.venue-img{
  height: -webkit-fill-available;
}