.home-hero h2{color:#fff}.home-hero p{color:#fff}.hero-all-page{min-height:500px}.join-us{background:#0d0c0b;background:-moz-linear-gradient(135deg,rgb(13 12 11 / .7343312324929971) 0%,rgb(11 12 13 / .7259278711484594) 57%);background:-webkit-linear-gradient(135deg,rgb(13 12 11 / .7343312324929971) 0%,rgb(11 12 13 / .7259278711484594) 57%);background:linear-gradient(135deg,rgb(13 12 11 / .7343312324929971) 0%,rgb(11 12 13 / .7259278711484594) 57%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d0c0b",endColorstr="#0b0c0d",GradientType=1)}.blogBanner{padding:20px 30px;max-width:100%;background-image:url(/website-files/img/blogbanner/blogBanner.jpg);background-position:center;background-size:cover;display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.blogBanner .content{padding:20px}.btn-demo-blog{border:none;outline:none;background-color:#6c5ce7;padding:10px 20px;font-size:16px;font-weight:700;color:#fff!important;border-radius:5px;transition:all ease 0.1s;box-shadow:0 5px 0 0 #a29bfe}.btn-demo-blog:active{transform:translateY(5px);box-shadow:0 0 0 0 #a29bfe}.btn-demo-blog:hover{background-color:#6c5ce7;box-shadow:0 5px 0 0 #a29bfe}.blogBanner .heading{margin:0;padding:0;font-size:2rem}.blogBanner .heading{margin:0;padding:0 0 5px 0;font-size:2rem}.blogBanner .subHeading{margin:0;padding:5px 0;text-align:start;font-size:.9rem}@media (max-width:768px){.blogBanner{max-width:100%;background-image:url(/website-files/img/blogresp.webp);flex-direction:column;background-size:cover;background-position:center;background-repeat:no-repeat}.blogBanner .heading{margin:0;padding:0;font-size:1rem}.blogBanner .subHeading{margin:0;padding:0;font-size:.54rem}.btn-demo-blog{font-size:.7rem;padding:5px 10px}.blogBanner .content{padding:3px}}@media (max-width:448px){.blogBanner{margin:0 25px 30px 25px;height:170px;max-width:100%;background-image:url(/website-files/img/blogresp.webp);flex-direction:column;background-size:cover;background-position:center;background-repeat:no-repeat}.blogBanner .content{margin:auto;text-align:center;padding:3px}.btn-demo-blog{margin:auto}.blogBanner .subHeading{text-align:center!important}}.reletd_blogs{font-size:34px;font-weight:700}.cutomize_button{padding:10px 20px!important;border-radius:8px!important}.cutomize_button{padding:7px 11px!important;border-radius:6px!important;font-size:14px!important}.swiper-wrapper{display:flex;align-items:center;justify-content:start;gap:10px;padding:10px}.swiper-slide{flex-shrink:0;width:250px;display:flex}.reels-card{width:100%;border-radius:10px;overflow:hidden;cursor:pointer;cursor:pointer;background:none;box-shadow:none}.reels-thumbnail{position:relative;width:100%;height:70%;background-size:cover;background-position:center}.reels-thumbnail img{width:100%;height:100%;object-fit:cover}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;display:none;z-index:10}.reels-details{display:flex;flex-direction:column;justify-content:center;text-align:left;padding:2px 5px;font-size:14px;color:#333;height:80px;box-sizing:border-box}.reels-details h4{margin:5px 0;font-size:16px;font-weight:700;line-height:1.2}.reels-details p{margin:0;font-size:12px;color:#777;line-height:1.2}.reels-thumbnail:hover .play-btn{display:block}.swiper-slide a:hover{text-decoration:none}.reels-details{padding:2px 5px 2px 10px}@media screen and (max-width:434px){.reels-thumbnail img{width:90%;height:100%;object-fit:cover}.reels-details{padding:2px 5px 2px 20px}.swiper-wrapper{gap:0}}

/* Below Css For Interlift Expo */
    .about-section.completed {
  padding-top: 128px;
}

 .about-section .btn-primary {
  margin-top: 20px;
  padding: 12px 32px;
  font-size: 16.8px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  color: #fff;
  background: linear-gradient(135deg, #3b4cca, #2532a3);
  box-shadow: 0 4px 10px rgba(59, 76, 202, 0.3);
  transition: all 0.3s ease;
}

.about-section .btn-primary:hover {
  background: linear-gradient(135deg, #2d3aad, #1b257d);
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(59, 76, 202, 0.4);
  color: #fff !important; 
}

.about-section .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(59, 76, 202, 0.3);
}


/* Day Highlights Section */
.dayhighlight-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

.dayhighlight-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.dayhighlight-section .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.dayhighlight-section .highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Center grid when there are 3 cards */
.dayhighlight-section .highlights-grid:has(.highlight-card:nth-child(3):last-child) .highlight-card:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}

/* Center grid when there are 5 cards */
.dayhighlight-section .highlights-grid:has(.highlight-card:nth-child(5):last-child) .highlight-card:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}

.dayhighlight-section .highlight-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dayhighlight-section .highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.dayhighlight-section .card-header {
  padding: 15px 25px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dayhighlight-section .day-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.dayhighlight-section .day-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dayhighlight-section .card-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.dayhighlight-section .calendar-icon {
  width: 16px;
  height: 16px;
}

.dayhighlight-section .card-body {
  padding: 15px;
}

.dayhighlight-section .card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  text-align: center;
}

.dayhighlight-section .clock-icon {
  width: 20px;
  height: 20px;
  color: #667eea;
}

.dayhighlight-section .card-media {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.dayhighlight-section .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dayhighlight-section .card-media iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.dayhighlight-section .card-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8ecfd 0%, #f4f1fb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0a0a0;
  font-size: 14px;
}
  .highlights{
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
  }
  
  .exceptation-items{
    font-size: 15px;
  }

  h3{
    font-size: 28px;
    text-transform: capitalize;
  }
  
/* Responsive Design */
@media (max-width: 992px) {
  .dayhighlight-section .section-title {
    font-size: 32px;
  }

  .dayhighlight-section .highlights-grid {
    gap: 25px;
  }

  .dayhighlight-section .card-media {
    height: 220px;
  }
}

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

  .dayhighlight-section .section-header {
    margin-bottom: 40px;
  }

  .dayhighlight-section .section-title {
    font-size: 28px;
  }

  .dayhighlight-section .highlights-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Reset centering on mobile for 3 and 5 cards */
  .dayhighlight-section .highlights-grid:has(.highlight-card:nth-child(3):last-child) .highlight-card:last-child,
  .dayhighlight-section .highlights-grid:has(.highlight-card:nth-child(5):last-child) .highlight-card:last-child {
    width: 100%;
  }

  .dayhighlight-section .card-header {
    padding: 16px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .dayhighlight-section .card-body {
    padding: 20px;
  }

  .dayhighlight-section .card-title {
    font-size: 16px;
  }

  .dayhighlight-section .card-media {
    height: 200px;
  }

   .exceptation-items{
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .dayhighlight-section {
    /* padding: 30px 0; */
    padding-left: 15px;
    padding-right: 15px;
  }

  .dayhighlight-section .section-header {
    margin-bottom: 30px;
  }

  .dayhighlight-section .section-title {
    font-size: 24px;
  }

  .dayhighlight-section .highlights-grid {
    gap: 15px;
  }

  .dayhighlight-section .highlight-card {
    border-radius: 12px;
  }

  .dayhighlight-section .card-header {
    padding: 12px 15px;
  }

  .dayhighlight-section .day-badge {
    padding: 6px 12px;
    font-size: 12px;
  }

  .dayhighlight-section .card-date {
    font-size: 12px;
  }

  .dayhighlight-section .card-body {
    padding: 15px;
  }

  .dayhighlight-section .card-title {
    font-size: 14px;
    gap: 8px;
  }

  .dayhighlight-section .card-media {
    height: 180px;
    border-radius: 8px;
  }

  .dayhighlight-section .card-image-placeholder {
    font-size: 12px;
  }

   .exceptation-items{
    font-size: 14px;
  }
}