/* Title Section */
html, body {
  overflow-x: hidden !important;
}

p {
  font-family: "Segoe UI", "Segoe UI Variable", sans-serif;
  font-size: 15px;
  line-height: 1.7;
 
}



.navbar-custom {
      background: #06162f;
      padding: 15px;
    }
    .navbar-logo {
      max-height: 60px;
      background-color: white;
      padding: 10px;
    }
    .nav-link {
      font-weight: 500;
      color: white;
      text-transform: uppercase;
      margin: 0 12px;
      font-size: 14px;
      margin-left: 40px;
    }
    .nav-link:hover {
      color: white ;
      background-color: #ff6100;
    }

    /* Center alignment (desktop) */
    .navbar-nav {
      align-items: center;
    }
    .left-gap {
      margin-right: 50px;
    }
    .right-gap {
      margin-left: 50px;
    }

    /* Offcanvas custom */
    .offcanvas-custom {
      background: #fff;
      width: 250px;
    }
    .offcanvas-custom .nav-link {
      margin: 10px 0;
      font-size: 18px;
    }
    .active
    {
      background-color: #ff6100;
      color: white;
      

    }

    /* Active Nav Item */
/* Base nav link */
.nav-link {
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  margin: 0 12px;
  font-size: 17px;
  margin-left: 40px;
  position: relative; /* Needed for ::before */
  transition: color 0.3s ease;
}
/* ✅ Fix overflow in mobile menu */
.offcanvas-custom {
  background: #fff;
  width: 260px;
  overflow-y: auto;
}

/* ✅ Ensure dropdown works inside offcanvas */
.offcanvas-custom .dropdown-menu {
  position: static !important;
  float: none;
  box-shadow: none;
  background-color: #f8f9fa;
  margin-left: 15px;
  border-radius: 10px;
 
}

/* Dropdown items styling */
.offcanvas-custom .dropdown-item {
  font-size: 16px;
  padding: 8px 15px;
}

/* Optional: dropdown toggle icon color */
.offcanvas-custom .dropdown-toggle::after {
  filter: invert(0.3);
}
/* White hamburger icon */
.navbar-custom .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Exhibitors active (dropdown open) */
/* Hover */
.nav-item.dropdown > .nav-link:hover {
  color: #ffffff;
}

/* Open dropdown */
.nav-item.dropdown.show > .nav-link {
  color: #ffffff !important;
}

/* Active page */
.nav-link.actives {
  color: #ffffff !important;
}
@media(max-width:1317px){

  .nav-link
  {
    font-size: 16px;
  }
}
@media(max-width:1276px){

  .nav-link
  {
    font-size: 15px;
  }
}
@media(max-width:1235px){

  .nav-link
  {
    font-size: 14px;
  }
}


-subtitle {
  color: #06162f;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
}

.section-title span {
  color: #06162f;
}

.section-desc {
  color: #555;
  font-size: 16px;
}

/* Contact Background */
.contact-section {
  background: #fff6f0;
}

/* Contact Cards */
.contact-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #06162f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.icon-box i {
  color: white;
  font-size: 22px;
}

/* Form */


.form-control {
  border-radius: 8px !important;
}

.contact-btn {
  background: #06162f;
  border: none;
  padding: 14px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #06162f;
  box-shadow: 0 0 15px rgba(40, 170, 74, 0.6);
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}


 footer {
        background: #06162f;
        padding: 50px 0 20px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;

    }

    .footer-logo {
        width: 150px;
        margin-bottom: 25px;
        background-color: white;
        padding: 10px;
        border-radius: 10px;
    }

    .footer-desc {
        line-height: 1.7;
        font-size: 16px;
        max-width: 380px;
    }

    /* Section Headings */
    .footer-title {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .footer-title-line {
        width: 120px;
        height: 3px;
        background: linear-gradient(to right, red, yellow, green, blue);
        margin-bottom: 25px;
    }

    /* Links */
    .footer-links a {
        display: block;
        color: #fff;
        font-size: 17px;
        margin-bottom: 12px;
        text-decoration: none;
    }

    .footer-links a:hover {
        color: #ccc;
    }

    /* Social Icons */
    .social-icons a {
        width: 42px;
        height: 42px;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        font-size: 18px;
        transition: 0.3s;
    }

    .social-icons a:hover {
        background: #ff6100;
        color: white;
    }

    /* Contact Icons */
    .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 17px;
    }

    .contact-item i {
        font-size: 22px;
        margin-right: 12px;
    }

    /* App Buttons */
    .app-btn img {
        width: 80px;
        margin-right: 10px;
        margin-top: 15px;
    }

    /* Google Map */
    .footer-map iframe {
        width: 100%;
        height: 320px;
        border: 0;
        border-radius: 12px;
    }

    /* Bottom Bar */
    .footer-bottom {
        text-align: center;
        padding: 15px 0;
        margin-top: 40px;
        border-top: 1px solid #222;
        font-size: 14px;
        color: #ccc;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .footer-wrapper {
            text-align: start;
        }

        .social-icons a {
            margin: 0 6px;
        }
    }
.gallery-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease-in-out;
}

/* Hover Zoom */
.gallery-box:hover img {
  transform: scale(1.08);
}

/* Smooth fade animation */
.gallery-item {
  animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
  0% {opacity: 0; transform: translateY(25px);}
  100% {opacity: 1; transform: translateY(0);}
}

.sponsor-section {
    background: #0a0a0a;
    padding: 80px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* Title */
.sponsor-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sponsor-line {
    width: 120px;
    height: 4px;
    margin: 0 auto 50px;
    background: linear-gradient(90deg, #ff3c3c, #ffce00, #28b463, #3498db);
    border-radius: 3px;
}

/* Card Style */
.sponsor-card {
    padding: 30px;
    background: #111;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform .4s ease, background .4s ease;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    animation: fadeUp 1.2s ease forwards;
    opacity: 0;
}

/* Hover Glow */
.sponsor-card:hover {
    transform: translateY(-12px);
    background: #1a1a1a;
    border-color: #444;
}

/* Card Icon */
.sponsor-icon {
    font-size: 45px;
    margin-bottom: 18px;
    color: #ffd700;
}

/* Text */
.sponsor-card h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.sponsor-card p {
    font-size: 16px;
    line-height: 1.7;
}

/* Keyframe Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay Animation for each card */
.sponsor-card:nth-child(1) { animation-delay: 0.2s; }
.sponsor-card:nth-child(2) { animation-delay: 0.4s; }
.sponsor-card:nth-child(3) { animation-delay: 0.6s; }
.sponsor-card:nth-child(4) { animation-delay: 0.8s; }
.sponsor-card:nth-child(5) { animation-delay: 1s; }
.sponsor-card:nth-child(6) { animation-delay: 1.2s; }

:root{
      --primary: #06162f;
      --dark: white;
      --gray: #6c6c6c;
      --light: #fff;
      --bg: #f5f5f7;
    }

   

    /* NEW MODERN ABSTRACT BACKGROUND */
    .hero-section{
      background: linear-gradient(135deg, #fff 0%, #d6e0f2 40%, #d6ccf5 100%);
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
    }

    .hero-section::before{
      content: "";
      position: absolute;
      width: 380px;
      height: 380px;
      top: -90px;
      left: -70px;
      background: rgba(30, 14, 64, 0.12);
      filter: blur(80px);
      border-radius: 50%;
      animation: blobMove 7s ease-in-out infinite alternate;
    }

    .hero-section::after{
      content: "";
      position: absolute;
      width: 450px;
      height: 450px;
      bottom: -120px;
      right: -100px;
      background: rgba(36, 12, 76, 0.15);
      filter: blur(100px);
      border-radius: 50%;
      animation: blobMove2 8s ease-in-out infinite alternate;
    }

    @keyframes blobMove{ from{transform: translateY(0);} to{transform: translateY(40px);} }
    @keyframes blobMove2{ from{transform: translateX(0);} to{transform: translateX(-60px);} }

    .hero-title{
      font-size: 3.1rem;
      font-weight: 900;
      letter-spacing: -1px;
     
    }

    .subtitle{
      color: var(--gray);
      font-size: 1.1rem;
      max-width: 680px;
      margin: auto;
    }

    /* --- NEW CARD STYLE --- */
    .benefit-grid{
      margin-top: 4rem;
    }

    .benefit-card{
      background: #ffffff;
      border-radius: 20px;
      padding: 2.2rem 1.8rem;
      height: 100%;
      position: relative;
      transition: .4s ease;
      border: 1px solid #eee;
      overflow: hidden;
    }

    .benefit-card:hover{
      transform: translateY(-12px);
      box-shadow: 0 25px 40px rgba(0,0,0,0.08);
      border-color: var(--primary);
    }

    .benefit-card::after{
      content: "";
      position: absolute;
      top: -40px;
      right: -40px;
      width: 120px;
      height: 120px;
      background: rgba(34, 15, 70, 0.08);
      border-radius: 50%;
      transition: .4s;
    }

    .benefit-card:hover::after{
      background: rgba(23, 10, 63, 0.2);
      transform: scale(1.2);
    }

    .icon-box{
      width: 65px;
      height: 65px;
      background: var(--primary);
      color: #fff;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.7rem;
      margin-bottom: 1rem;
      box-shadow: 0 8px 20px rgba(16, 16, 81, 0.3);
    }

    /* Section Title */
    .section-title{
      text-align: center;
      font-size: 2.3rem;
      font-weight: 800;
      margin-bottom: 2rem;
    }

    /* Smooth Entry Animation */
    .fade-up{
      animation: fadeUp .8s ease forwards;
      opacity: 0;
    }

    @keyframes fadeUp{
      from{opacity:0; transform: translateY(20px);} to{opacity:1; transform: translateY(0);} }

       .agri-sponsor-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #06162f 0%, #ffffff 100%);
      position: relative;
      overflow: hidden;
      margin-bottom: -50px;
      color: white;
    }

    .agri-sponsor-section::before,
    .agri-sponsor-section::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      background: rgba(228, 234, 104, 0.08);
      border-radius: 50%;
      animation: agri-float 6s ease-in-out infinite alternate;
      z-index: 0;
    }

    .agri-sponsor-section::before {
      top: -60px;
      left: -70px;
    }

    .agri-sponsor-section::after {
      bottom: -60px;
      right: -80px;
      animation-delay: 2s;
    }

    .agri-sponsor-content {
      animation: agri-fadeInLeft 1.2s ease;
      z-index: 1;
      position: relative;
    }

    .agri-sponsor-content h2 {
      color: white;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .agri-sponsor-content p {
      color: white;
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 25px;
    }

    .agri-sponsor-content i {
      color: white;
      font-size: 40px;
      margin-bottom: 15px;
      animation: agri-bounce 2.5s infinite;
    }

    .agri-sponsor-form {
      background: #fff;
      padding: 40px 30px;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      animation: agri-fadeInRight 1.2s ease;
      z-index: 1;
      position: relative;
    }

    .agri-sponsor-form h4 {
      text-align: center;
      font-weight: 600;
      margin-bottom: 25px;
      color: #1e1e1e;
    }

    .agri-sponsor-form .form-control {
      border-radius: 10px;
      padding: 12px;
      font-size: 15px;
      border: 1px solid #ccc;
      transition: all 0.3s ease;
    }

    .agri-sponsor-form .form-control:focus {
      border-color: #28a745;
      box-shadow: 0 0 8px rgba(40, 167, 69, 0.3);
    }

    .agri-sponsor-btn {
      background-color: #06162f;
      color: white;
      padding: 12px 0;
      width: 100%;
      border: none;
      border-radius: 10px;
      font-weight: 600;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }

    .agri-sponsor-btn::after {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #06162f, #ff6100);
      transition: all 0.6s;
    }

    .agri-sponsor-btn:hover::after {
      left: 100%;
    }

    .agri-sponsor-btn:hover {
      background-color: #ff6100;
      transform: translateY(-3px);
      color: white;
    }

    /* Keyframe Animations */
    @keyframes agri-fadeInLeft {
      0% { opacity: 0; transform: translateX(-50px); }
      100% { opacity: 1; transform: translateX(0); }
    }

    @keyframes agri-fadeInRight {
      0% { opacity: 0; transform: translateX(50px); }
      100% { opacity: 1; transform: translateX(0); }
    }

    @keyframes agri-bounce {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }

    @keyframes agri-float {
      from { transform: translateY(0px); }
      to { transform: translateY(30px); }
    }

    @media (max-width: 767px) {
      .agri-sponsor-form {
        margin-top: 40px;
      }
    }

    .visitor-section {
      background: #f8f9fa;
      padding: 60px 0;
    }

    .visitor-img-wrapper img {
      border-radius: 16px;
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-height: 460px;
    }

    .visitor-content h2 {
      font-size: 32px;
      line-height: 1.3;
      font-weight: 700;
    }

    .visitor-content p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
    }

    .visitor-content ul li {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #333;
    }

    .btn-custom {
      background: #06162f;
      color: #fff;
      padding: 10px 28px;
      border-radius: 50px;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background: #444;
      color: #fff;
    }

   .form-container {
    background: linear-gradient(90deg, #06162f, #06162f);
    padding: 80px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 20px;
    color: white;
    font-weight: 600;
    
  }
  .form-titles {
    color: #7B5FFF;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .expo-contact-area {
      padding: 80px 0;
      text-align: center;
      background: linear-gradient(180deg, #f6fff8 0%, #ffffff 100%);
      position: relative;
      overflow: hidden;
    }

    .expo-contact-area::before {
      content: '';
      position: absolute;
      top: -80px;
      left: -80px;
      width: 250px;
      height: 250px;
      background: rgba(40, 167, 69, 0.1);
      border-radius: 50%;
      animation: expo-float-bubble 6s ease-in-out infinite alternate;
    }

    /* ---------- TITLE ---------- */
    .expo-contact-heading {
      color: #8b4513;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .expo-contact-title {
      font-weight: 700;
      color: #1e1e1e;
      margin-bottom: 50px;
    }

    /* ---------- CONTACT CARDS ---------- */
    .expo-contact-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      padding: 40px 20px;
      transition: all 0.4s ease;
      height: 100%;
      position: relative;
      z-index: 2;
      animation: expo-fade-in 1s ease forwards;
    }

    .expo-contact-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(40, 167, 69, 0.25);
    }

    .expo-contact-icon {
      font-size: 42px;
      color: #06162f;
      margin-bottom: 18px;
      animation: expo-bounce 2.5s infinite;
    }

    .expo-contact-card h5 {
      font-weight: 600;
      color: #1e1e1e;
      margin-bottom: 15px;
    }

    .expo-contact-card p {
      font-size: 15px;
      color: #333;
      margin: 0;
      line-height: 1.7;
    }

    /* ---------- ANIMATIONS ---------- */
    @keyframes expo-fade-in {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes expo-bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-8px);
      }
    }

    @keyframes expo-float-bubble {
      from {
        transform: translate(0, 0);
      }
      to {
        transform: translate(40px, 40px);
      }
    }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 767px) {
      .expo-contact-card {
        margin-bottom: 30px;
      }
    }
      .exhibitor-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 18px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
   border-top-left-radius: 60px;
}

.exhibitor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.09);
  border-color: #ff7a00;
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #ff7a00;
  color: #fff;
  margin: 0 auto 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
 
 
}

.exhibitor-card p {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.form-section {
    
      background: linear-gradient(90deg, #06162f, #06162f);

    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .form-title {
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
  }
  .btn-primary {
    background-color:#7B5FFF;
    border-color: #7B5FFF;
    margin-top: 2rem;
    padding: 10px;
  }
  .btn-primary:hover {
    background-color: #5f1fa2;
  }
  .sub-head
  {
    font-size: 29px;
  }

  


   .form-container {
    background: linear-gradient(90deg, #06162f,#06162f);
    padding: 50px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 20px;
    color: white;
    font-weight: 600;
    
  }
  .form-titles {
    color: #7B5FFF;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .expo-contact-area {
      padding: 80px 0;
      text-align: center;
      background: linear-gradient(180deg, #f6fff8 0%, #ffffff 100%);
      position: relative;
      overflow: hidden;
    }

    .expo-contact-area::before {
      content: '';
      position: absolute;
      top: -80px;
      left: -80px;
      width: 250px;
      height: 250px;
      background: rgba(40, 167, 69, 0.1);
      border-radius: 50%;
      animation: expo-float-bubble 6s ease-in-out infinite alternate;
    }

    /* ---------- TITLE ---------- */
    .expo-contact-heading {
      color: #8b4513;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .expo-contact-title {
      font-weight: 700;
      color: #1e1e1e;
      margin-bottom: 50px;
    }

    /* ---------- CONTACT CARDS ---------- */
    .expo-contact-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      padding: 40px 20px;
      transition: all 0.4s ease;
      height: 100%;
      position: relative;
      z-index: 2;
      animation: expo-fade-in 1s ease forwards;
    }

    .expo-contact-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(40, 167, 69, 0.25);
    }

    .expo-contact-icon {
      font-size: 42px;
      color: #28a745;
      margin-bottom: 18px;
      animation: expo-bounce 2.5s infinite;
    }

    .expo-contact-card h5 {
      font-weight: 600;
      color: #1e1e1e;
      margin-bottom: 15px;
    }

    .expo-contact-card p {
      font-size: 15px;
      color: #333;
      margin: 0;
      line-height: 1.7;
    }
    .about-section {
  background: url('images/Indte.jpeg') center/cover no-repeat;
}

/* MAKE BOTH COLUMNS SAME HEIGHT */
.about-section .row > div {
  display: flex; /* ensures equal height columns */
}

.about-img-wrapper img {
  border-radius: 16px;
  object-fit: cover;
}

.about-content {
  background: #f8f9fa;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.object-fit-cover {
  object-fit: cover !important;
}
.btn-opn
{
  background-color: #06162f;
  color: white;
}
.btn-opn:hover
{
  background-color: #06162f;
  color: white;
}

.mvv-wrapper {
  position: relative;
  width: 750px;
  max-width: 100%;
  height: 420px;
}

.mvv-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mvv-circle .inner {
  max-width: 220px;
}

.mvv-circle i {
  font-size: 38px;
  margin-bottom: 10px;
  color: white;
}

/* Circle Colors */
.mission-circle {
  background: #bfbfbf;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -4rem;
}

.values-circle {
  background: #06162f;
  bottom: 0;
  left: -10;
  color: white;
}

.vision-circle {
  background: #ff6100;
  bottom: 0;
  right: 0;
  color: white;
}

/* Responsive Layout */
@media (max-width: 991px) {
  .mvv-wrapper {
    height: auto;
  }

  .mvv-circle {
    position: relative;
    margin: 20px auto;
  }
}
.why-indtec-section {
  background: white;
  color: black;
  margin-bottom: 3rem;
}

.accordion-button {
  background: #ff6100;
  font-size: 17px;
  padding: 30px 20px;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #ff7a00;
  color: #fff;
  box-shadow: none;
}

.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
}

.accordion-body {
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  padding: 18px 20px;
}
 .attend-expect-section {
  background: #06162f;
  color: white;
}

.feature-card {
  background: #fff;
  padding: 25px 15px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #eee;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 18px rgba(0,0,0,0.1);
  border-color: #ff7a00;
}

.feature-card i {
  font-size: 40px;
  color: #ff7a00;
}

.feature-card h5 {
  font-size: 18px;
  margin-top: 12px;
  color: #333;
}

.organizer-box {
  background: linear-gradient(135deg, #ff7a00, #ff9b3d);
  color: #fff;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  border-radius: 16px;
}

.organizer-box p {
  font-size: 15px;
  margin-top: 5px;
}
.counter-section {
  position: relative;
  background: url('images/expofour.jpg') center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
}

.counter-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
}

.counter-box h3 {
  font-size: 50px;
  font-weight: 800;
  color: #ffb14d;
}

.counter-box .label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .counter-box h3 {
    font-size: 38px;
  }
}
.marquee-section {
  position: relative;
  width: 100%;
  overflow: hidden; /* ✅ Prevent horizontal scrollbar */
  white-space: nowrap;
  padding: 20px;
}

.marquee-inner {
  display: flex;
  white-space: nowrap;
}

/* Track Animation */
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 20s linear infinite;
  will-change: transform;
}

/* Pause animation on hover */
.marquee-section:hover .marquee-track {
  animation-play-state: paused;
}

/* Text Style */
.marquee-item {
  display: inline-block;
  margin: 0 60px;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: transparent;
  -webkit-text-stroke: 1.0px #06162f;
  text-transform: uppercase;
  position: relative;
  background: linear-gradient(90deg, #06162f 0%, #06162f 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  transition: background-size 0.8s ease, color 0.8s ease;
  animation: fadeIn 2s ease both;
}

/* Hover fill effect */
.marquee-item:hover {
  background-size: 100% 100%;
  color: #06162f;
  transition: all 0.6s ease;
}

/* Infinite scroll keyframes */
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive text sizing */
@media (max-width: 992px) {
  .marquee-item { font-size: 2rem; margin: 0 40px; }
}

@media (max-width: 576px) {
  .marquee-item { font-size: 1.4rem; margin: 0 25px; }
}
.indtech-what-section h2 {
  font-size: 34px;
  color: white;
}

.icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  flex-shrink: 0;
}

/* Colored Circles */
.bg-red { background: #06162f; }
.bg-green { background: #ff6100; }
.bg-purple { background: #06162f; }
.bg-brown { background: #ff6100; }
.bg-pink { background: #06162f; }
.bg-blue { background: #ff6100; }
.bg-dark-blue { background: #06162f; }
.bg-light-pink { background: #ff6100; }

/* Text adjustments */
.indtech-what-section p {
  font-size: 16px;
  color: white;
  line-height: 1.6;
}

.indtech-what-section h5 {
  font-size: 18px;
  color: white;
}

/* Responsive */
@media (max-width: 991px) {
  .icon-circle {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }
}
.exhibitor-box {
  height: 480px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  color: #fff;
}

.exhibitor-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  transition: 0.3s ease;
}

.exhibitor-box:hover .overlay {
  background: rgba(0,0,0,0.55);
}

.exhibitor-box .content {
  position: relative;
  z-index: 3;
  max-width: 420px;
}

.item-number {
  font-size: 22px;
  font-weight: 600;
  opacity: 0.9;
}

.exhibitor-box h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}

.exhibitor-box p {
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
  .exhibitor-box {
    height: 380px;
    padding: 25px;
  }

  .exhibitor-box h2 {
    font-size: 22px;
  }

  .exhibitor-box p {
    font-size: 14px;
  }
}
.countdown-section {
  background: #06162f;
  padding: 50px 0;
  color: #fff;
}

/* LEFT CONTENT */
.count-title {
  font-size: 40px;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  text-align: right;
}

.countdown-section p {
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
  opacity: 0.9;
}

/* TIMER BOX */
.timer-box {
  border: 2px dashed #fff;
  padding: 20px;
  border-radius: 12px;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timer-box .num {
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.timer-box .label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}

/* =========================
   TABLET (≤ 991px)
========================= */
@media (max-width: 991px) {
  .count-title,
  .countdown-section p {
    text-align: center;
  }

  .count-title {
    font-size: 34px;
  }

  .timer-box {
    width: 140px;
    height: 140px;
  }

  .timer-box .num {
    font-size: 48px;
  }
}

/* =========================
   MOBILE (≤ 576px)
========================= */
@media (max-width: 576px) {
  .countdown-section {
    padding: 40px 15px;
  }

  .count-title {
    font-size: 28px;
  }

  .timer-box {
    width: 120px;
    height: 120px;
    padding: 15px;
  }

  .timer-box .num {
    font-size: 38px;
  }

  .timer-box .label {
    font-size: 15px;
  }
}

    
.why-indtec-2025 h2 {
  font-size: 32px;
  color: white;
}

.why-indtec-2025 .desc {
  font-size: 16px;
  line-height: 1.7;
  color: white;
}

.why-box {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 20px 15px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.why-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: #ff7a00;
}

.why-box i {
  font-size: 28px;
  color: #ff7a00;
  margin-bottom: 10px;
  display: block;
}

.why-box p {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Responsive */
@media (max-width: 767px) {
  .why-indtec-2025 h2 {
    text-align: center;
  }
  .why-indtec-2025 .desc {
    text-align: center;
  }
}


     
.gallery-marquee-section h2 {
  font-size: 32px;
  color: #333;
}

/* MARQUEE WRAPPER */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

/* TRACK */
.marquee-content {
  display: flex;
  gap: 30px;
  align-items: center;
  animation: scrollGallery 35s linear infinite;
}

/* IMAGES */
.marquee-content img {
  height: 180px;
  width: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

.marquee-content img:hover {
  transform: scale(1.05);
}

/* ANIMATION */
@keyframes scrollGallery {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .marquee-content img {
    height: 130px;
  }
}
.industry-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

.industry-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.industry-card .info {
  padding: 15px;
  text-align: center;
}

.industry-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
}

.industry-card p {
  font-size: 14px;
  color: #777;
}

/* Hover Effect */
.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 767px) {
  .industry-card img {
    height: 130px;
  }
}

.premium-review-section {
  background: linear-gradient(135deg, #f8f2ff, #fff);
}

.review-count {
  font-size: 45px;
  font-weight: 900;
  color: #ff6600;
  line-height: 1.2;
}

.review-count span {
  font-size: 22px;
  color: #333;
}

.cta-box {
  background: #ff6a00;
  padding: 25px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(255,106,0,0.3);
}

.avatars img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid #fff;
  object-fit: cover;
}

.subtext {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
}

/* REVIEW CARDS */
.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #eee;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: 0.3s;
  height: 100%;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.stars {
  color: #ffb400;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-card .text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.role {
  font-size: 13px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .review-count {
    text-align: center;
    font-size: 35px;
  }
  .cta-box {
    text-align: center;
    margin-top: 15px;
  }
}
  .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
  }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
    background: #1ebe5c;
  }
   .phone-btn {
  position: fixed;
  bottom: 170px;
  right: 15px;
  background-color: #28a745; /* Green */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.phone-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .phone-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 480px) {
  .phone-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
    bottom: 170px;
    right: 15px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

.phone-btn {
  animation: bounce 2s infinite;
}
.fire-scroll-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 50px;
      height: 50px;
      background: #06162f;
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background 0.3s ease, transform 0.3s ease;
      display: none;
      z-index: 999;
    }

    .fire-scroll-top:hover {
      background: #ff6100;
      transform: scale(1.1);
      color: white;
    }

    .fire-scroll-top i {
      font-size: 26px;
      line-height: 50px;
    }
    #preloader {
  position: fixed;
  inset: 0;
  background: #06162f;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity .6s ease, visibility .6s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

/* ORBIT LOADER */
.orbit-loader {
  width: 90px;
  height: 90px;
  position: relative;
}

.center-dot {
  width: 18px;
  height: 18px;
  background: #ff6100;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Orbiting dots */
.orbit {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: spin 1.6s linear infinite;
}

.orbit span {
  width: 14px;
  height: 14px;
  background: #ff6100;
  border-radius: 50%;
  position: absolute;
}

.orbit span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.orbit span:nth-child(2) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* Rotation Animation */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Loading Text */
.loading-text {
  color: #ff6100;
  margin-top: 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.loader-box {
  text-align: center;
}

/* Demo Page Content */
#page-content {
  padding: 40px;
}
.carousel-indicators [data-bs-target] {
  background-color: black; /* green indicator color */
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: white; /* darker green for active */
}

.carousel img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 1375px) {
  .carousel img {
    height: 100vh;
  }
}

@media (max-width: 1350px) {
  .carousel img {
    height: 105vh;
  }
}
@media (max-width: 1300px) {
  .carousel img {
    height: 95vh;
  }
}
@media (max-width: 1190px) {
  .carousel img {
    height: 80vh;
  }
}



@media (max-width: 918px) {
  .carousel img {
    height: 40vh;
  }
}

/* Responsive height adjustments */
@media (max-width: 768px) {
  .carousel img {
    height: 30vh;
  }
}

@media (max-width: 576px) {
  .carousel img {
    height: 28vh;
  }
}   
  .contact-popup-content {
      background: #06162f;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
    }

    /* Fixed Close Button */
    .popup-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 999;
      background: white;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      border: none;
      font-size: 22px;
      font-weight: bold;
      line-height: 22px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .icon-box img {
      width: 48px;
      height: 48px;
      background: white;
      padding: 5px;
      border-radius: 50%;
      border: 2px solid #fff;
      
    }
    .form-label
    {
      color: white;
    }

      .contact-popup-content {
      background: #06162f;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
    }

    /* Fixed Close Button */
    .popup-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 999;
      background: white;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      border: none;
      font-size: 22px;
      font-weight: bold;
      line-height: 22px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .icon-box img {
      width: 48px;
      height: 48px;
      background: white;
      padding: 5px;
      border-radius: 50%;
      border: 2px solid #fff;
      
    }
    .video-section {
  background: #f8f9fa; /* light professional background */
}

.video-wrapper {
  background: #000;
  border-radius: 20px;
}

/* Optional: spacing fix for mobile */
@media (max-width: 576px) {
  .video-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tariff-section {
  background: #f8f9fa;
}

.tariff-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.tariff-card:hover {
  transform: translateY(-5px);
}

.tariff-card .card-title {
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.price-box {
  border: 1px dashed #ddd;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.price-box h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

.price-box p {
  font-size: 22px;
  font-weight: 700;
  color: #06162f;
  margin: 0;
}

.price-box span {
  font-size: 14px;
  color: #666;
}

.highlight {
  border: 2px solid #06162f;
}

.info-box {
  background: #ffffff;
  border-left: 4px solid  #06162f;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.info-box p {
  margin-bottom: 6px;
  font-weight: 500;
}
.shell-space-section {
  background-color: #f8f9fa;
}

.shell-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.section-title {
  font-weight: 700;
  text-transform: uppercase;
  border-left: 5px solid #0d6efd;
  padding-left: 12px;
}

.payment-title {
  font-weight: 600;
  color: #0d6efd;
}

.shell-list {
  list-style: none;
  padding-left: 0;
}

.shell-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
}

.shell-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0d6efd;
  font-weight: bold;
}

.small-list li {
  font-size: 14px;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .shell-card {
    padding: 25px;
  }

  .section-title {
    font-size: 18px;
  }
}
.visitors-section {
  background: #f8f9fa;
}

.visitor-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  animation: fadeUp 0.9s ease forwards;
  opacity: 0;
  transition: 0.3s ease;
  border-left: 5px solid #06162f;
}

.visitor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.visitor-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.visitor-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

/* Animation */
@keyframes fadeUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Animation delays */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }
.delay-7 { animation-delay: 0.7s; }
.delay-8 { animation-delay: 0.8s; }

/* Mobile */
@media (max-width: 576px) {
  .visitor-card {
    padding: 22px;
  }

  .visitor-card h5 {
    font-size: 18px;
  }

  .visitor-card p {
    font-size: 14px;
  }
}

.sponsorsships-section {
  background: #f8f9fa;
}

.sponsors-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  height: 100%;
}

.sponsors-header {
  background: #06162f;
  color: #ffffff;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sponsors-header h5 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.sponsors-header span {
  font-weight: 600;
  font-size: 14px;
}

.sponsors-list {
  padding: 20px;
  margin: 0;
  list-style: none;
}

.sponsors-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.sponsors-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #06162f;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .sponsors-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .sponsors-header h5 {
    font-size: 15px;
  }

  .sponsors-list li {
    font-size: 14px;
  }
}

.yt-video-section {
  padding: 30px 15px;
}

.yt-video-heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.yt-video-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 12px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.yt-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.yt-video-card iframe {
  border-radius: 10px;
  border: none;
}

.yt-video-title {
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
  font-size: 15px;
  color: #222;
}

/* Mobile fix */
@media (max-width: 576px) {
  .yt-video-title {
    font-size: 14px;
  }
}


