.get_contact {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 2%;
  background-image: url(https://media-inspect.indrones.com/demo/static/images/webinar_page_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  flex-wrap: wrap;
}
.get_contact1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 2%;
  background-image: url(https://media-inspect.indrones.com/webinar/static/images/backgrounds/industrial_security_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  flex-wrap: wrap;
}
.get_contact2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 2%;
  background-image: url(https://media-inspect.indrones.com/webinar/static/images/backgrounds/pipeline_iniegrity_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  flex-wrap: wrap;
}
.get_contact3 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 2%;
  background-image: url(https://media-inspect.indrones.com/webinar/static/images/backgrounds/power_line_distribution_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  flex-wrap: wrap;
}
.wide-70-2 {
  padding-top: 100px;
} /* Left Content */ /* Fixed to 70% */
.banner-content {
  padding: 15rem;
}
.banner-content h1 {
  font-size: 4rem !important;
  font-weight: 700;
  color: #fbd306;
  margin-bottom: 15px;
  text-align: center;
}
.banner-content p {
  font-size: 22px !important;
  line-height: 1.65;
  color: #ffffffff;
  margin-bottom: 15px;
  text-align: center;
} /* Right Fixed Form */
.right-fixed {
  flex: 0 0 30%; /* Fixed to 30% */
  max-width: 30%;
  background: #4a4844;
  padding: 15px;
  border-radius: 10px;
  color: white;
}
.form-holder {
  padding: 4%;
  border: 1px solid #5b5b5b;
  background: #404040;
  color: #fff !important;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
#contacts-2 .contact-form p {
  color: #333;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px !important;
  padding-left: 2px !important;
}
.contact-form textarea {
  min-height: 100px !important;
}
.contact-form .form-control,
.contact-form .form-select {
  height: 45px !important;
  background-color: #f3f3f4;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0;
  color: #3a4a56 !important;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0px 14px !important;
  margin-bottom: 18px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
} /* Section Wrapper */
#upcoming {
  margin-bottom: 80px;
  color: #333;
  margin-top: 80px;
} /* Header */
.upcoming-header {
  text-align: center;
  margin-bottom: 40px;
}
.upcoming-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.upcoming-header p {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
} /* Grid Layout */
.upcoming-grid {
  display: flex;
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  gap: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
} /* Card */
.webinar-card {
  width: fit-content;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.webinar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.webinar-card h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #222;
}
.webinar-date {
  color: #383628;
  font-weight: 600;
  margin-bottom: 15px;
}
.webinar-card p {
  margin-bottom: 12px;
  color: #555;
  font-size: 18px;
}

.speaker span {
  font-weight: 500;
  font-size: 18px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  color: #424141 !important;
  background: #fbd306;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: auto;
  transition: background 0.3s ease;
}
.webinar-card button {
  width: 100%;
  background: #fbd306;
  color: #222;
  font-weight: 500;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: auto;
  transition: background 0.3s ease;
}
.webinar-card button:hover {
  color: #fff;
  background: rgb(62, 60, 62);
} /* Past Webinars Section */
#past {
  margin-bottom: 80px;
  color: #333;
} /* Header */
#past .past-header {
  text-align: center;
  margin-bottom: 40px;
}
#past h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
/* Grid Layout */
#pastWebinars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
} /* Card */
#pastWebinars .webinar-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#pastWebinars .webinar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
#pastWebinars h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #222;
}
#pastWebinars .webinar-date {
  color: #666;
  font-weight: 500;
  margin-bottom: 12px;
}
#pastWebinars p {
  margin-bottom: 12px;
  color: #555;
}
#pastWebinars .speaker {
  font-size: 1rem;
  color: #777;
} /* Button */
#pastWebinars button {
  width: 100%;
  background: #555;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  border: none;
  margin-top: auto;
  display: flex;
  height: 45px;
  justify-content: center;
  border-radius: 6px;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
#pastWebinars button:hover {
  background: #333;
} /* Responsive */
/* Tablets */
@media (max-width: 992px) {
  .banner-content {
    padding: 4rem 2rem;
    text-align: center;
  }

  .banner-content h1 {
    font-size: 2.5rem !important;
  }

  .banner-content p {
    font-size: 1.1rem !important;
  }

  .right-fixed {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

/* Mobiles */
@media (max-width: 576px) {
  .banner-content {
    padding: 2rem 1rem;
  }

  .banner-content h1 {
    font-size: 1.8rem !important;
    line-height: 1.3;
  }

  .banner-content p {
    font-size: 1rem !important;
    line-height: 1.5;
  }

  .upcoming-grid,
  #pastWebinars {
    grid-template-columns: 1fr; /* one card per row */
  }

  .webinar-card {
    padding: 15px;
  }
}
.extra-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #4a4844;
  border-left: 4px solid #ffca42;
  padding-left: 10px;
}

.gain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 25px;
}

.gain-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbed;
  border: 1px solid #f0e6c0;
  border-radius: 12px;
  padding: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gain-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gain-card .icon {
  font-size: 1.8rem;
  color: #ffca42;
  flex-shrink: 0;
}

.gain-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 5px;
  color: #4a4844;
}

.gain-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #7a869d;
}

.zoom-embed {
  border: 2px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content-video {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  /* width: 90%;  */
  position: relative;
}

.modal-content-video video {
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  border: 2px solid #b8b3b3;
}

.close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.pulse-btn {
  position: relative;
}
.pulse-btn::after {
  content: "";
  position: absolute;
  border: 2px solid #ffc107;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
