/* body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } */

.modal p {
  color: #ffffff;
  font-weight: 300; }

/* h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } */

.modal a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .modal a, .modal a:hover {
    text-decoration: none !important; }

.modal .content {
  height: 100vh; }

.modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent; }
  .modal .logo a img {
    width: 30px; }
  .modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; }
    .modal .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      background-color: #1f1f1f;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
      .modal .modal-content .modal-body h2 {
        font-size: 18px; }
      .modal .modal-content .modal-body p {
        color: #777;
        font-size: 14px; }
      .modal .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }
      .modal .modal-content .modal-body .close-btn {
        color: #000; }
      .modal .modal-content .modal-body .promo-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .modal .cancel {
    color: rgb(182, 182, 182);
    font-size: 14px; }
  .modal .btn-primary {
    padding-top: 10px;
    padding-bottom: 10px; }

.form-control {
  border: transparent;
  border: 1px solid #ccc; }
  .form-control:active, .form-control:focus, .form-control:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.modal .btn {
  border-radius: 4px;
  border: none;
    background-color: #F20505;
}
  .modal .btn:active, .modal .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.modal .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.modal .logo img {
  width: 70px; }

.modal .custom-note {
  color: #c4c4c4; }
.modal .custom-note a {
    color: #dfdfdf;
    font-weight: 900 !important; }
.carousel-inner {
    height: 100%;
}
.carousel-item {
    height: 100%;
}
.carousel-item img {
    height: 100%;
    object-fit: fill;
}
.text-blacka {
    color: #000 !important;
}

       .speaker-bio {
            max-width: 1000px;
            margin: 0 auto;
            background: rgba(26, 26, 26, 0.842);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .bio-header {
            background: linear-gradient(135deg, #cb1111b7 0%, #490505 100%);
            color: white;
            padding: 40px;
            text-align: center;
        }
        
        .profile-image {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            object-position: top;
            border: 2px solid rgba(255, 255, 255, 0.3);
            margin-bottom: 20px;
        }
        
        .speaker-name {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        .speaker-title {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 5px;
        }
        
        .speaker-company {
            font-size: 1.1rem;
            opacity: 0.8;
        }
        
        .bio-content {
            display: flex;
            flex-wrap: wrap;
            padding: 40px;
        }
        
        .bio-text {
            flex: 1;
            min-width: 300px;
            padding-right: 30px;
        }
        
        .bio-text h2 {
            color: #ffffff;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .bio-text p {
            color: #c9c9c9 !important;
            text-align: justify;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
        
        .speaker-details {
            flex: 0 0 300px;
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
        }
        
        .speaker-details h3 {
            color: #6a11cb;
            margin-bottom: 20px;
            font-size: 1.5rem;
        }
        
        .detail-item {
            margin-bottom: 15px;
        }
        
        .detail-item h4 {
            color: #2575fc;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }
        
        .social-link {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #6a11cb;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            background: #2575fc;
            transform: translateY(-3px);
        }
        
        @media (max-width: 768px) {
            .bio-content {
                flex-direction: column;
            }
            
            .bio-text {
                padding-right: 0;
                margin-bottom: 30px;
            }
            
            .speaker-details {
                flex: 1;
            }
            
            .speaker-name {
                font-size: 2rem;
            }
        }
