@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #121212 !important;
  color: #fff !important;
    font-family: "Poppins", sans-serif !important;

}

/* Default: transparent */
.transparent-navbar {
  background-color: transparent !important;
  transition: background-color 0.3s, backdrop-filter 0.3s;
  padding: 12px 24px;
}

.custom-toggler {
    border: none; /* Remove the border */
    padding: 0;
}

.custom-toggler:focus,
.custom-toggler:active {
    outline: none;
    box-shadow: none; /* Remove any additional focus styles */
}

/* Custom styles for the navbar-toggler-icon */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Class to be added when scrolling down */
.navbar.scrolled {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px);}
.navbar.open {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px);}

.carousel-item {
    position: relative;
    height: 100vh;
}




/* Optional: background for dropdown menu section */



.navbar .nav-link {
  color: #fff !important;
  margin-right: 15px;
}

.custom-btn {
  border-radius: 30px !important;
  transition: background-color 0.3s, color 0.3s;
}

.custom-btn:hover {
  background-color: #8F0310 !important;
  color: #fff !important;
}
 .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 32px;
      background: transparent;
      padding: 12px;
      border-radius: 50%;
      color: #8F0310;
      z-index: 1;
    }

    .video-title {
      font-size: 14px;
      color: #ddd;
      margin-top: 8px;
      text-align: center;
    }

    .video-thumb {
      position: relative;
      cursor: pointer;
    }

    .video-canvas {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .gallery-image {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      height: 100%;
    }

    .thumbnail-img {
      width: 100%;
      border-radius: 10px;
    }

    @media (max-width: 767px) {
      .video-title {
        font-size: 13px;
      }

      .play-btn {
        font-size: 24px;
      }
    }
    .border-bottom-custom {
  border-bottom: 2px solid #555;
}

/* Profile name */
.profile-name {
  font-weight: 300;
  font-size: 28px;
}

/* Theater icon */
.icon-role {
  font-size: 22px;
  color: #8F0310;
}

/* Role + Location */
.profile-role {
  font-size: 16px;
  color: #FFD700;
  font-weight: 400;
}

/* Gender */
.profile-gender {
  font-size: 14px;
  color: #FFD700;
}

/* Responsive */
@media (max-width: 767px) {
  .profile-name {
    font-size: 22px;
  }

  .profile-role {
    font-size: 14px;
  }

  .profile-gender {
    font-size: 13px;
  }

  .icon-role {
    font-size: 18px;
  }
}
.appearance-section {
  background-color: transparent;
}

.section-title {
  font-size: 24px;
  font-weight: 300;
}

.sub-heading {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.show-measurements {
  color: #00cfe8;
  text-decoration: none;
  font-size: 14px;
}

.show-measurements:hover {
  text-decoration: underline;
}

.border-bottom-custom {
  border-bottom: 2px solid #555;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }

  .sub-heading {
    font-size: 12px;
  }

  .show-measurements {
    font-size: 13px;
  }
}
.section-title {
  font-size: 24px;
  font-weight: 300;
}

.skills-section .skill-tag {
  background-color: #fff;
  color: #000;
  border-radius: 999px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  max-width: 100%;
  flex-wrap: nowrap;
}

.skill-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #90ee90;
}

.dot.filled {
  background-color: #90ee90;
  border: none;
}

.border-bottom-custom {
  border-bottom: 2px solid #444;
}

/* Responsive */
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }

  .skills-section .skill-tag {
    font-size: 13px;
    padding: 6px 12px;
  }

  .dot {
    width: 7px;
    height: 7px;
  }
}


.border-bottom-custom {
  border-bottom: 2px solid #444;
}

.education-section p {
  font-size: 15px;
}

.education-section .text-muted {
  color: #bbb !important;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }

  .education-section p {
    font-size: 14px;
  }
}
/* Logo Styling */
.footer-logo {
  max-width: 140px !important;
  height: auto;
}

/* Footer Links */
.footer-links li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  font-size: 15px;
  font-weight: 300;
}

.footer-links li a:hover {
  color: #ccc;
}

/* Social Icons */
.social-icons a {
  color: #fff;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #fff;
}

/* Responsive Text Alignment */
@media (max-width: 767.98px) {
 

  .footer-section .footer-logo {
    margin: 0 auto;
  }
}