
     .navbar-nav .nav-link {
padding:10px;
  color: #072955 !important;
  font-weight: 500;
}

.gradient-btnheader {
  background-image: linear-gradient(135deg, var(--e-global-color-d49ac81, #67D7E0) 0%, var(--e-global-color-332724a, #4D9F70) 100%);
  color: white !important;
  border: none;
  padding: 14px 30px !important;
  border-radius: 6px;
  transition: background-image 0.3s ease;
}

.gradient-btnheader:hover {
  background-image: linear-gradient(135deg, var(--e-global-color-332724a, #4D9F70) 0%, var(--e-global-color-d49ac81, #67D7E0) 100%);
}

.navbar-brand img {
  height: 42px;
}

.hero-section {
    
      background: url('../img/banner.webp') no-repeat center center;
    background-size: cover;
    padding: 0px 0;
    text-align: center;
    color: #072955;
    position: relative;
    height: 500px;
  }
  .hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
  }

  .hero-section p {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }

  /* Optional: soft white overlay to make text pop if needed */
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }

  .hero-content {
    position: relative;
    top: 30%;
    z-index: 2;
  }
  .herogradient {
    height: 500px;
    background: radial-gradient(at top center, rgba(255, 255, 255, 0.6) 0%, rgba(209, 227, 255, 0.6) 100%);
}

@keyframes slideUp {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .slide-up {
    animation: slideUp 1s ease-out forwards;
    opacity: 0;
  }
  
  .slide-down {
    animation: slideDown 1s ease-out forwards;
    opacity: 0;
    animation-delay: 0.3s; /* Optional: adds a slight delay for nice staggered effect */
  }

  
  
  
  
  
  .custom-left-box {
    left: 0;
  }
  
  .custom-right-box {
    right: 0;
  }
  
  .custom-blue-text {
    color: blue;
  }
  
  .custom-blue-line {
    width: 100px;
    height: 3px;
    background-color: blue;
    border: none;
    margin: 10px 0;
  }
  
  .custom-btn-green {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
  }
  
  .custom-btn-blue {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
  }
  
  /* Scroll Animation */
  .animate-left,
  .animate-right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.6s ease-in-out;
  }
  
  .animate-left {
    transform: translateX(-100px);
  }
  
  .animate-left.visible,
  .animate-right.visible {
    opacity: 1;
    transform: translateX(0);
  }
  


  /* After Form */


  @media (min-width: 768px) {
    .custom-left-box,
    .custom-right-box {
      position: absolute;
      top: -70px;
      width: calc(50% - 10px);
    }
  
    .custom-left-box {
      left: 0;
    }
  
    .custom-right-box {
      right: 0;
    }
  }

  /* Custom animation classes - prefixed with ns- */
.ns-hidden {
    opacity: 0;
  }
  
  @keyframes ns-slideUp {
    from {
      transform: translateY(100px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes ns-slideRight {
    from {
      transform: translateX(100px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .ns-animate-bottom.visible {
    animation: ns-slideUp 1s ease forwards;
  }
  
  .ns-animate-right.visible {
    animation: ns-slideRight 1s ease forwards;
  }
  section.newsletter-section.position-relative.py-5 {
    background-color: #f0f9ff;
}
.imagemail {
    position: absolute;
    top: -148px;
    height: 215px !important;
    width: 249px;
    object-fit: contain;
}
  

.corporate-ticket-section {
    padding-bottom: 80px;
  }
  
  .ticket-box {
    background-image: url('../img/group.webp');
     height:350px;
      
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
  }
  .ticketgradient
  {
    border-radius:15px;
    height:350px;
    width: 100%;
    background:  radial-gradient(at top left, #71E67BCC 0%, #1292ee 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  
  
  /* Button styles */
  .ct-button {
    width: 200px;
    background-color: white !important;
    color: black !important;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
  }
  
  .ct-button:hover {
    background-color: #1292ee !important;
    color: white !important;
  }
  
  /* Animation */
  .ct-hidden {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease;
  }
  
  .ct-visible {
    opacity: 1;
    transform: translateY(0);
  }
  


/* classes to override */
.custom-section {
    height:680px;
    background: linear-gradient(to bottom, #1292ee, white);
    padding: 100px 0;
    position: relative;
    margin-top:100px;
  }

  .custom-shadow {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-left: -20px;
   
    position: absolute;
    top: -180px;
    min-height:704px;
  }
  
  
  
  
  @media (max-width: 768px) {
    .imagemail {
        position: unset;
        /* top: -166px; */
        height: 216px !important;
        width: 220px;
    }
    .custom-shadow {
        min-height:1px;
        position: relative;
        margin-left: 0px;
        margin-bottom:10px;
    }
    .custom-section {
        height:1416px;
}