    /* Wrapper with background image */
    html {
      scroll-behavior: smooth;
    }
/* Navbar */
.navbar {
  padding: 0.8rem 1rem;
  background: #f5f5f5;
  z-index: 1030;
}
.navbar-brand img {
  height: 90px;
}
.navbar-nav .nav-link {
  font-weight: 600;
  padding: 0.8rem 1rem;
  color: #444040 !important;
  transition: all 0.3s ease;
  font-size: 15px;
}
.dropdown-item {
    color: #3e3d3d !important;
    font-size: 14px !important;
}
.dropdown-menu {
  margin-top: 0;
    border-radius: 0px;
}

/* Offcanvas styling */
.offcanvas {
  width: 280px;
  background: rgba(0, 0, 0, 0.9);
}
.offcanvas .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 17px !important;
}
.offcanvas .dropdown-menu {
  position: static;
  float: none;
  box-shadow: none;
  border: none;
  background: transparent;
  padding-left: 1rem;
}
.offcanvas .dropdown-item {
  color: #fff !important;
  padding: 0.4rem 1rem;
}
.offcanvas .dropdown-item:hover {
  background: #e30613;
  color: #fff;
  border-radius: 6px;
}

    header {
      position: relative;
      /*background: url('./images/Banner.png') no-repeat center center/cover;*/
      background-color:#000;
      color: #fff;
       
    }
    header::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0); /* dark overlay */
      z-index: 0;
    }

    /* Hero */
    .hero-section {
      position: relative;
      padding: 19px 0 55px;
      z-index: 2;
    }
    .sponsor-badge {
      background: #fff;
      color: #000;
      text-align: center;
      padding: 30px 20px;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      width: 220px;
      height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: auto;
    }
    .sponsor-badge h4 {
      margin-bottom: 10px;
      font-weight: bold;
    }
    .sponsor-date {
      background: #e30613;
      color: #fff;
      border-radius: 20px;
      padding: 5px 15px;
      margin-top: 10px;
      font-size: 14px;
      font-weight: bold;
    }
    .btn:hover {
    color:#fff;
     border-color: #cb1e25;
}
.framer-form-input {
    border: 1px solid #ccc !important;
    color: #000;
    width: 100%;
    height: 100px;
     outline: 0;
}
.btn:hover {
    color: #000;
    border:1px solid #000;
}
    .btn.comman-btn-3nos{
            border-radius: 6px;
            color:#fff;
            min-width: 232px;
    font-weight: bold;
    text-decoration: none;
    background-color: #cb1e25;
    
    font-size: 14px;
    transition: all 0.3s ease;
    }
    .btn-rsvp {
        background: #fff;
        border: none;
        color: #e6be68;
        font-weight: bold;
        padding: 10px 25px;
        border-radius: 6px;
        font-size: 20px;
    }
    .bg-warning1 {
     background-color: #e6be68;
}
    .btn-rsvp:hover {
      background: #e6be68;
    }
    .headh3 {
        font-size: 40px;
        padding-bottom: 2%;
    }
    .headp {
        font-size: 22px;
    }
        /* Section Styling */
    section.lab-section {
      padding: 60px 0px 0px 0px;
    }

    .section-heading {
      font-weight: 700;
      font-size: 40px;
      line-height: 1.2;
    }

    .section-subheading {
        font-size: 20px;
        color: #555;
        max-width: 720px;
        margin: 15px 288px;
    }

    /* Card Styling */
    .feature-card {
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      background: #fff;
      transition: all 0.3s ease;
      height: 100%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .feature-card:hover {
      transform: translateY(-6px);
      border: 1px solid #f3ecec;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }

    .feature-card img {
      max-height: 270px;
      margin-bottom: 20px;
    }

    .feature-card p {
      font-size: 1rem;
      color: #333;
      margin: 0;
    }
    .iconimg {
        max-height: 65px !important;
    }
    .iconimg1 {
        width: 80px !important;
        height: 40px !important;
    }
/* diamond section css */
.speaker-section {
    background-color: #111; /* dark background */
    color: #fff;
}

.speaker-section h3 {
    color: #fff;
}

.speaker-section h5 {
    color: #f7b657; /* gold accent for title */
}

.speaker-section img {
    border-radius: 12px;
    object-fit: cover;
}

     .diamond-section {
      text-align: center;
      padding: 40px 20px;
    }
    .imagediamond {
      max-width: 30%;
      height: auto;
    }
    .diamondsection {
        background-color: #cb1e25;
        border: none;
        font-size: 20px;
        font-weight: 600;   
        padding: 10px 25px;
        border-radius: 6px;
        width: 40%;
    }
    .diamondsection:hover {
      background-color: #c00510;
    }
    .vip-section {
  padding: 40px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.vip-section h4 {
  font-weight: 700;
  font-size: 40px;
}
.vip-section p {
  font-size: 20px;
  line-height: 1.6;
}
.vip-section ul {
  padding-left: 20px;
  margin-top: 15px;
}
.vip-section ul li {
    
  margin-bottom: 8px;
  font-size: 20px;
}
.leader-card {
    text-align: left;
}
.leader-card img {
  border-radius: 4px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.leader-card p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.leader-card small {
  display: block;
  color: #141516;
    font-size: 20px;
}
.vipbtn {
  background-color: #e30613;
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 22px;
  border-radius: 6px;
}
.vipbtn:hover {
  background-color: #c00510;
  color:#fff;
}
.vippadd {
    padding: 42px;
}
.viph6 {
    font-size: 20px;
}

.giveaway-section {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  background: url('./images/Diamond -logo-BG.png') no-repeat center top;
  background-size: cover;
  background-position: center 50px;
}

    .giveaway-section h4 {
        font-weight: 700;
        font-size: 38px;
        padding: 0% 15%;
    }
    .giveaway-section p.subtitle {
        font-size: 26px;
        color: #555;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .giveaway-section .feature-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 30px 30px;
      transition: all 0.3s ease;
      background: #fff;
      height: 100%;
    }
    .giveaway-section .feature-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .giveaway-section .feature-icon img {
      width: 280px;
      height: 250px;
      object-fit: cover;
      margin-bottom: 15px;
    }
    .giveaway-section .feature-card h5 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 10px;
    }
    .giveaway-section .feature-card p {
      font-size: 18px;
      color: #555;
    }
    .btn-giveaway {
      background-color: #e30613;
      border: none;
      padding: 12px 25px;
      font-weight: 600;
      font-size: 20px;
      border-radius: 6px;
      margin-top: 25px;
      color: #fff;
    }
    .btn-giveaway:hover {
      background-color: #c00510;
      color: #fff;
    }
    .reddiv {
        width: 65px;
        height: 82px;
        background: #e30613;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .innovation-section {
      padding: 40px 20px;
        border-bottom: 1px solid #ccc;
      background: #fff;
    }
    .innovation-section h3 {
      font-weight: 700;
      font-size: 40px;
    }
    .innovation-section .feature-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 25px 15px;
      transition: all 0.3s ease;
      background: #fff;
      height: 100%;
      text-align: center;
    }
    .innovation-section .feature-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .innovation-section .feature-icon img {
      width: 55px;
      height: 55px;
      margin-bottom: 15px;
    }
    .innovation-section .feature-card h5 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 10px;
    }
    .innovation-section .feature-card p {
      font-size: 18px;
      color: #555;
      margin: 0;
    }
    .logo-block h5 {
      margin: 0;
      font-weight: 700;
      font-size: 20px;
    }
    .logo-block small {
      color: #777;
      font-size: 14px;
    }
    .btn-support {
      background-color: #da2928;
      border: none;
      padding: 12px 25px;
      font-weight: 600;
      font-size: 20px;
      border-radius: 6px;
      color: #fff;
    }
    .btn-support:hover {
      background-color: #c00510;
      color: #fff;
    }
    .innovationp {
        color: #555;
        font-size: 18px;
        padding: 0% 0% 2% 0%;
    }
    .case-submissions {
      text-align: center;
      padding: 40px 20px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .case-submissions h2 {
      font-weight: 700;
      margin-bottom: 40px;
      font-size: 40px;
    }
    .case-card {
      border: 1px solid #eee;
      border-radius: 10px;
      background: #fff;
      padding: 30px 20px;
      transition: all 0.3s ease-in-out;
      height: 100%;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.08);
    }
    .case-card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 6px 12px rgba(0,0,0,0.15);
    }
    .case-icon img {
      width: 80px;
      margin-bottom: 20px;
    }
    .case-icon1 img {
      width: 50px;
      margin-bottom: 20px;
    }
    .btn-case {
      background: #e30613;
      border: none;
      color: #fff;
      font-size: 14px;
      padding: 8px 16px;
      border-radius: 5px;
      font-weight: 600;
      margin-top: 15px;
      transition: background 0.3s;
    }
    .btn-case:hover {
      background: #b0050f;
      color: #fff;
    }
    .event-section {
      background: url('./images/Banner.png') no-repeat center center/cover;
      position: relative;
      color: #fff;
      padding: 40px 20px;
      min-height:75vh;
    }

    .event-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(227, 6, 19, 0.7); /* red overlay */
      z-index: 1;
    }

    .event-content, .event-btn  {
      position: relative;
      z-index: 2;
    }

    .event-title {
      font-size: 40px;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .eventp{
        font-size: 18px;
        padding: 0% 20% 0% 0%;
    }

    .event-details {
      font-size: 1.2rem;
      margin-bottom: 20px;
      border-bottom: 1px solid #fff;
      padding: 0% 3% 3% 3%;
    }

    .event-btn {
      background: #fff;
      color: #e30613;
      font-size: 20px;
      font-weight: 700;
      border-radius: 5px;
      padding: 12px 25px;
      transition: all 0.3s ease;
       position: relative;
        z-index: 5;
    }

    .event-btn:hover {
      background: #f5e6e6;
      color: #e30613;
    }
    .eventh5 {
        font-size: 30px;
        border-top: 1px solid #fff;
        padding: 3% 3% 0% 3%;
    }
    .emailid {
        font-size: 15px !important;
    }
    .icontxt {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
.footer {
  font-size: 14px;
  color: #222;
  line-height: 32px;
  background:#e6be68;
}
 
.footer h6 {
  font-size: 18px;
  color: #222;
}
.footer-link {
  color: #222;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #e30613; /* brand red */
}
.paddleft {
    padding-left: 65px;
}
.paddleft1 {
    padding-left: 45px;
}
/* Scroll-to-top button */
.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 999;
}

 @media (max-width: 1024px) {
      .section-subheading {
        margin: 15px 205px;
    }
    .event-section {
        min-height: 70vh;
    }
 }

        /* Responsive CSS */
    @media (max-width: 991px) {
        .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      .hero-section {
        padding: 100px 20px 60px;
        text-align: center;
      }
      .hero-section h3 {
        font-size: 28px;
      }
      .hero-section p {
        font-size: 16px;
      }
      .sponsor-badge {
        width: 180px;
        height: 180px;
        padding: 20px;
      }
      .navbar-collapse {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
      }
      .section-heading {
        font-size: 28px;
      }
      .section-subheading {
        font-size: 28px;
        padding: 0 15px;
         font-family: 'Poppins';
      }
      .feature-card {
        padding: 25px 15px;
      }
      .feature-card p {
        font-size: 16px;
      }
      .vip-section {
        padding: 30px 15px;
        }
        .vip-section h4 {
            font-size: 28px;
        }
        .vip-section p,
        .vip-section ul li {
            font-size: 16px;
        }
        
    }

    @media (max-width: 768px) {
        .ss_top_row{
            display:none!important;
        }
        .vip-section h4 {
            font-size: 28px;
            text-align: center;
        }
        .vip-section p {
            text-align: center;
        }
        .viph6 {
            text-align: center;
        }
        .vip-section ul {
            padding-left: 0;
            text-align: center;
            list-style: none;
        }
        .vip-section ul li::before {
            content: "• ";
            font-weight: bold;
        }
        .leader-card {
    text-align: center;
}
        .btn-rsvp {
            width: 70%;
            font-size: 15px;
        }
        .section-subheading {
          margin: 15px 90px;
      }
        .giveaway-section h4 {
        font-size: 28px;
      }
      .giveaway-section .feature-card {
        padding: 30px 30px;
      }
      .innovation-section h3 {
        font-size: 28px;
      }
      
      .innovationp {
        padding: 0% 0% 2% 0%;
    }
    .btn-case {
        padding: 8px 8px;
    }
      .logo-block {
        text-align: center;
        margin-bottom: 20px;
      }
      .text-end {
        text-align: center !important;
      }
    .event-section {
        min-height: 60vh;
    }
      .event-title {
        font-size: 28px;
      }
      .event-details {
        font-size: 1rem;
      }
      .event-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
      }
      .footer {
        text-align: center;
    }
    .footer .col-md-6 {
        margin-bottom: 20px;
    }
    .reddiv {
        height: 60px;
    }
    }

    @media (max-width: 600px) {
        .btn {
            
            min-width: 269px;
        }
        .dropdown-menu.show {
    display: block;
    border-top: 2px solid #fff !important;
}
        header {
      position: relative;
      /*background: url('./images/Banner-01.jpg') no-repeat center center/cover;*/
      color: #fff;
    }
        .hero-section {
            padding: 40px 15px 33px;
        }
      
      .hero-section p {
        font-size: 16px;
      }
      .sponsor-badge {
        width: 150px;
        height: 150px;
      }
      .sponsor-date {
        font-size: 14px;
        padding: 4px 10px;
      }
      .btn-rsvp {
        padding: 8px 18px;
        font-size: 16px;
      }
      .diamondsection {
          width: 80%;
      }
      .imagediamond {
        max-width: 80%;
        height: auto;
    }
      .section-subheading {
        font-size: 16px;
        margin: 15px 10px;
      }
      .feature-card img {
        max-height: 270px;
        margin-bottom: 15px;
      }
      .vip-section {
        padding: 20px 10px;
    }
    
    .leader-card p,
    .leader-card small {
        font-size: 16px;
    }
    .giveaway-section {
        padding: 30px 10px;
      }
      
      .giveaway-section .feature-card h5 {
        font-size: 20px;
      }
      .giveaway-section .feature-card p {
        font-size: 16px;
      }
      .innovation-section {
        padding: 40px 15px;
      }
      .innovation-section .feature-card h5 {
        font-size: 20px;
      }
      .innovation-section .feature-card p {
        font-size: 16px;
      }
      .eventp {
         padding: 0%; 
    }
    .logo-block {
          display: flex !important;
          justify-content: center;
      }
     .btn-case {
        font-size: 16px;
    }
    .reddiv {
        height: 60px;
    }
    }
    @media (max-width: 430px) {
        .navbar-brand img {
    height: 48px;
}
      .section-subheading {
        padding: 0px;
      }
      .giveaway-section {
        background-position: center;
    }
      .giveaway-section h4 {
          padding: 0%;
      }
      .vippadd {
          padding: 42px 20px;
      }
    .footer .col-md-6 {
        width: 50%;
        margin-bottom: 20px;
    }
    }
    @media (max-width: 375px) {
        .navbar-brand img {
            height: 43px;
        }
        .hero-section {
            padding: 40px 15px 33px;
        }
        .hero-section h3 {
            line-height: 1.1;
        }
    }
    @media (max-width: 320px) {
        .reddiv {
            height: 94px;
        }
        .navbar-brand img {
            height: 30px;
        }
        .hero-section {
            padding: 50px 15px 33px;
        }
        
    }
    
     .receive-section {
      background: #fff;
      padding: 60px 20px;
      }

    .receive-title {
      font-weight: 600;
      font-size: 1.8rem;
      color: #0d6efd;
      text-align: center;
      margin-bottom: 20px;
    }

    .receive-subtitle {
      text-align: center;
      font-size: 1.05rem;
      color: #6c757d;
      margin-bottom: 40px;
    }

    .receive-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 20px;
    }

    .receive-item i {
      color: #e6be68;
      font-size: 1.4rem;
      flex-shrink: 0;
      margin-top: 3px;
    }

    .receive-item p {
      margin: 0;
      font-size: 20px;
      color: #212529;
    }
   /* Hide items initially */
    .animate-item {
      opacity: 0;
    }
    .animate-item-left, .animate-item-right {
  opacity: 0;
}

/* Optional: smaller initial offset for smoother animation */
.animate-item-left { transform: translateX(-30px); }
.animate-item-right { transform: translateX(30px); }

.why-section {
      background: linear-gradient(354deg, #dc3545, #dc3545);
      padding: 80px 20px;
    }

    .why-title {
      text-align: center;
      color: #0d6efd;
      font-weight: 600;
      font-size: 1.9rem;
      margin-bottom: 10px;
    }

    .why-subtitle {
      text-align: center;
      color: #6c757d;
      margin-bottom: 50px;
      font-size: 1.1rem;
    }

    .why-card {
      background: #fff;
      border: none;
      border-radius: 12px;
      padding: 35px 25px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      text-align: center;
      height: 100%;
    }

    .why-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .why-icon {
      font-size: 2.5rem;
      color: #dc3545;
      margin-bottom: 20px;
    }

    .why-card h5 {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .why-card p {
      font-size: 0.95rem;
      color: #6c757d;
      margin: 0;
    }

    @media (max-width: 767.98px) {
      .why-card {
        padding: 25px 20px;
      }
    }
    @media (max-width: 767.98px) {
      .receive-item {
        margin-bottom: 15px;
      }
    }
    
    .carousel-control-next, .carousel-control-prev
    {
        top:80px;
    }
    /* Hide slider on desktop */
    @media (min-width: 768px) {
        .mobile-slider { display: none; }
    }
    
    /* Hide grid on mobile */
    @media (max-width: 767px) {
        .desktop-grid { display: none; }
    }