.roboto-slab-text {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.navheader {
  position: relative;
  background-image: url("/assets/img/hero-bg.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 60vh;   /* responsive height */
  height: auto;
}
.navheader::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.1); /* prevents edge clipping */
  z-index: 0;
}

.navheader > * {
  position: relative;
  z-index: 1;
}
.navheader .container {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px;
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent instead of bg-dark */
}
.navbar-toggler {
  box-shadow: none !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  box-shadow: none;
  outline: none;
}

.navheader .main .float-img{
  display: flex;
  justify-content: space-between;
}
.navheader .main .float-img .img1{
    height: 80px;
    width: 80px;
    border-radius: 15px;
    background-color:rgba(0, 0, 0, 0.4);
     --animate-duration: 15s;
}
.navheader .main .float-img .img2{
    height: 80px;
    width: 80px;
    border-radius: 15px;
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.4);
     --animate-duration: 20s;
    
}

.navheader .main .content h1{
  font-size: 60px;
}
.navheader .main .content p{
  font-size: 15px;
  color: rgb(185, 171, 171);
}

.navheader .main .float-img2{
  display: flex;
  justify-content: center;
}
.navheader .main .float-img2 .img1{
    height: 80px;
    width: 80px;
    border-radius: 15px;
    background-color:rgba(0, 0, 0, 0.4);
     --animate-duration: 15s;
}
.navheader .main .float-img2 .img2{
    height: 80px;
    width: 80px;
    border-radius: 15px;
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.4);
     --animate-duration: 20s;
    
}
.navheader .navbar .navbar-nav .nav-item a{
  color: #fff;
}
.navheader .navbar .navbar-nav .nav-item a:hover{
  color: #ffc107;
}

/* workshop timing  */
.workshop-timing{
  background-color: black;
}
.workshop-timing .container .live{
  background-color: rgba(58, 57, 57, 0.4);
  padding: 20px;
  border-radius: 25px;
}
.workshop-timing .container .live .icon .video{
  font-size: 60px;
}
.workshop-timing .container .days{
  background-color: rgba(58, 57, 57, 0.4);
  padding: 20px;
  border-radius: 25px;
}
.workshop-timing .container .days .icon .clock{
  font-size: 60px;
}

.workshop-timing .container .bonus{
  background-color: rgba(58, 57, 57, 0.4);
  padding: 20px;
  border-radius: 25px;
}
.workshop-timing .container .bonus .icon .coin{
  font-size: 60px;
}
.workshop-timing .container .youtube iframe {
    height: 315px;
    width: 560px;
  }

.workshop-timing .container .effect-1:hover{
  box-shadow: rgba(241, 190, 3, 0.19) 0px 10px 20px, rgba(241, 184, 3, 0.23) 0px 6px 6px;
}

@media (max-width: 576px) {
  .workshop-timing .container .youtube iframe {
    height: 250px;
    width: 350px;
  }
}

/* our company */

.companies {
  position: relative;
  background-image: url("/assets/img/hero-bg.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 60vh;   /* responsive height */
  height: auto;
}
.companies::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.1); /* prevents edge clipping */
  z-index: 0;
}

.companies > * {
  position: relative;
  z-index: 1;
}
.companies .container {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px;
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent instead of bg-dark */
}

/* who need our workshop  */
.whoneed{
  background-color: black;
}

.whoneed .container .card{
  background-color: rgba(58, 57, 57, 0.4);
  color: white;
}

.whoneed .container .card:hover{
  box-shadow: rgba(241, 190, 3, 0.19) 0px 10px 20px, rgba(241, 184, 3, 0.23) 0px 6px 6px;
}

/* Change h5 color on card hover */
.whoneed .container .card:hover h5 {
  color: #f1be03;
  transition: color 0.3s ease;
}


.whoneed .container .accordion-item {
  background-color: rgba(37, 37, 37, 0.6) !important;
  color: #fff;
}

.whoneed .container .accordion-button {
  background-color: rgba(37, 37, 37, 0.6) !important;
  color: #fff !important;
}

.whoneed .container .accordion-button:not(.collapsed) {
  background-color:  rgba(37, 37, 37, 0.6) !important;
  color: #fff !important;
}

.whoneed .container .accordion-body {
  background-color:  rgba(37, 37, 37, 0.6) !important;
  color: #fff;
}
/* Default border */
.whoneed .container .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  transition: border-color 0.3s ease;
}

/* Hover effect */
.whoneed .container .accordion-item:hover {
  border-color:  #f1be03; /* Bootstrap yellow */
}

.whoneed .container .accordion-button:focus,
.whoneed .container .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  outline: none !important;
  border-color: #000;
}

.whoneed .container .accordion-button::after {
  filter: invert(74%) sepia(90%) saturate(600%) hue-rotate(360deg);
}

.bonus-section {
  position: relative;
  background-image: url("/assets/img/hero-bg.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 60vh;   /* responsive height */
  height: auto;
}
.bonus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.1); /* prevents edge clipping */
  z-index: 0;
}
.bonus-section > * {
  position: relative;
  z-index: 1;
}
.bonus-section .container {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px;
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent instead of bg-dark */
}

.bonus-section .container .card{
  background-color: rgba(58, 57, 57, 0.4);
  color: white;
}

.bonus-section .container .card:hover{
  box-shadow: rgba(241, 190, 3, 0.19) 0px 10px 20px, rgba(241, 184, 3, 0.23) 0px 6px 6px;
}

/* Change h5 color on card hover */
.bonus-section .container .card:hover h5 {
  color: #f1be03;
  transition: color 0.3s ease;
}

.footer{
  background-color: black;
  color: #fff;
}

.footer p:hover{
    color: #f1be03;
    transition: color 0.3s ease;
}

/* Modal content (the white box) */
.modal .modal-content {
  background: rgba(255, 255, 255, 0.2); /* transparent */
  color: #fff;
  backdrop-filter: blur(10px);          /* blur effect */
  -webkit-backdrop-filter: blur(10px);  /* Safari support */
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
/* Input & textarea glass effect */
.modal .modal-content .form-control {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* Placeholder color */
.modal .modal-content .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
/* Focus state */
.modal .modal-content .form-control:focus {
  border-color: #ffc107;          /* Bootstrap yellow */
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.4);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.modal .modal-content select.form-control {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.modal .modal-content select.form-control option {
  color: #000; /* dropdown list text */
}
