/* ============================ */
/*    Individual Service Hero Section */
/* ============================ */

.individual-hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5rem 2rem 2rem 2rem;
  color: white;
  background: linear-gradient(180deg, #14131b 20%, #004aad10 100%);
}

.individual-hero-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
  max-width: 1225px;
  width: 100%;
}

.individual-hero-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
.individual-hero-content h1 {
  font-size: clamp(2.5rem, 17vw, 3.5rem);
  font-weight: 700;
  color: white;
}
.individual-hero-content span {
  color: #4c98ff;
}
.individual-hero-content p {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
}
.individual-hero-content a {
  padding: 0.25rem 1rem;
  border-radius: 2.5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
  background-color: #004aad;
  transition: all 0.3s ease-in-out;
}
.individual-hero-content a:hover {
  color: #4c98ff;
  background-color: white;
}

.individual-hero-visual-wrap {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
}
.individual-hero-box-wrap {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
}
.individual-hero-visual-wrap,
.individual-hero-image {
  flex: 1 1 0;
}
.individual-hero-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  width: 300px;
  min-width: 300px;
  max-width: 350px;
  height: auto;
  padding: 1rem;
  gap: 1rem;
  border-width: 1.5px;
  border-style: solid;
}
.individual-hero-box:nth-child(odd) {
  border-image: linear-gradient(to top, #4c98ff 0%, #004aad50 100%) 1;
  background: linear-gradient(45deg, #14131b 0%, #14131b50 100%);
  transition-delay: 0.1s;
}
.individual-hero-box:nth-child(even) {
  border-image: linear-gradient(to right, #004aad 0%, #4c98ff25 100%) 1;
  background: linear-gradient(145deg, #14131b 0%, #14131b50 100%);
  transition-delay: 0.2s;
}
.individual-hero-box-icon {
  width: 80px;
  height: 80px;
}
.individual-hero-box-icon img {
  width: 100%;
  height: 100%;
}
.individual-hero-box h4 {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: white;
  gap: 0.5rem;
}
.individual-hero-box p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15rem;
  font-family: "Quicksand", sans-serif;
}
.individual-hero-image {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  height: auto;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #004aad 0%, #4c98ff25 100%) 1;
  filter: brightness(0.8);
  transition-delay: 0.3s;
}
.individual-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1250px) {
  .individual-hero-box-wrap {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .individual-hero-container {
    padding: 6rem 1rem 1rem 1rem;
  }
  .individual-hero-visual-wrap {
    flex-direction: column-reverse;
  }
  .individual-hero-box {
    width: 100%;
    min-width: 0px;
    max-width: 100%;
  }
  .individual-hero-image {
    max-width: 100%;
    min-height: 300px;
    height: 300px;
  }
}
@media (max-width: 450px) {
  .individual-hero-content h1 {
    font-size: clamp(2.5rem, 17vw, 3rem);
  }
}

/* ============================ */
/*    Individual Dropdown Section */
/* ============================ */

.individual-dropdown-container {
  position: relative;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #004aad10 0%, #004aad10 100%);
}
.individual-dropdown-wrap-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1225px;
  gap: 1.5rem;
  z-index: 50;
}

.individual-dropdown-wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  padding: 1rem 1rem;
  gap: 0.5rem;
  color: white;
  border-radius: 10px;
  background-color: #14131b;
  background: linear-gradient(360deg, #14131b50 0%, #14131b 100%);
  z-index: 50;
}
.individual-dropdown-wrap:nth-child(2) {
  transition-delay: 0.1s;
}
.individual-dropdown-wrap:nth-child(3) {
  transition-delay: 0.2s;
}

.individual-dropdown-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #004aad50;
  background-color: #14131b;
}
.individual-dropdown-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.individual-dropdown-wrap h2 {
  font-size: 2.5rem;
  color: white;
}
.individual-dropdown-wrap h2 span {
  color: #4c98ff;
  text-shadow: black 0px 0px 5px;
}
.individual-dropdown-wrap .text-divider {
  width: 100px;
  height: 5px;
  border-radius: 0px;
  background: #004aad;
}

.individual-dropdown-description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin: 0.5rem 0rem;
  padding: 0.5rem;
  gap: 0.5rem;
  max-width: 1225px;
  border-radius: 5px;
  border-width: 0.5px;
  border-style: solid;
  border-color: #004aad25;
  background: linear-gradient(145deg, #14131b 0%, #14131b50 100%);
  background: #00000025;
}
.individual-dropdown-description h3 {
  font-size: 1.5rem;
  color: white;
}
.individual-dropdown-description p {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

.individual-dropdown-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  color: white;
  border-width: 0px;
  background-color: #004aad;
  transition: all 0.3s ease-in-out;
}
.individual-dropdown-btn .btn-icon {
  display: inline-block;
  transition: transform 0.25s ease;
}
.individual-dropdown-btn[aria-expanded="true"] .btn-icon {
  transform: rotate(180deg);
}
.individual-dropdown-btn:hover {
  background-color: #4c98ff;
}
.individual-dropdown-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  max-height: 0; /* collapsed */
  gap: 0.25rem;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
  will-change: max-height, opacity, transform;
}
.individual-dropdown-list.is-open {
  opacity: 1;
  transform: translateY(0);
}
.individual-dropdown-list h4 {
  margin-top: 1rem;
  font-size: 1.3rem;
}
.individual-dropdown-list ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-left: 1.5rem;
  gap: 0.25rem;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1250px) {
  .individual-dropdown-wrap-box {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 700px) {
  .individual-dropdown-container {
    padding: 3rem 1rem;
  }
  #idc-2 {
    padding: 2rem 1rem;
  }
}

/* ============================ */
/*    Individual Stats Section */
/* ============================ */

.individual-stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  color: white;
  background: linear-gradient(180deg, #004aad10 0%, #004aad10 100%);
}
.individual-stats-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 1225px;
  width: 100%;
  gap: 1rem;
}

.individual-stats-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
.individual-stats-header h2 {
  font-size: 2.5rem;
  color: white;
}
.individual-stats-header h2 span {
  color: #4c98ff;
}
.individual-stats-header p {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.individual-stats-header .text-divider {
  width: 100px;
  height: 5px;
  border-radius: 0px;
  background: #004aad;
}

.individual-stats-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: end;
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding: 0rem 0.5rem;
  gap: 1rem;
  border-width: 1.5px;
  border-style: solid;
  border-image: linear-gradient(to top, #004aad 0%, transparent 100%) 1;
}
.individual-stats-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0rem 1rem;
  background: linear-gradient(180deg, transparent 0%, #004aad 100%);
  opacity: 0;
  transform: translateY(55px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  z-index: 50;
}
.individual-stats-content.group-visible .individual-stats-box {
  opacity: 1;
  transform: translateY(0);
}
.individual-stats-box:nth-child(1) {
  min-height: 52.5%;
  transition-delay: 0s;
}
.individual-stats-box:nth-child(2) {
  min-height: 62.5%;
  transition-delay: 0.1s;
}
.individual-stats-box:nth-child(3) {
  min-height: 67.5%;
  transition-delay: 0.2s;
}
.individual-stats-box:nth-child(4) {
  min-height: 75%;
  transition-delay: 0.3s;
}
.individual-stats-box:nth-child(5) {
  min-height: 80%;
  transition-delay: 0.4s;
}
.individual-stats-box:nth-child(6) {
  min-height: 92.5%;
  transition-delay: 0.5s;
}

.individual-stats-box h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  text-shadow: #4c98ff 0px 0px 5px;
}
.individual-stats-box h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #14131bc9;
}

.individual-stats-source {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0.25rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
}
.individual-stats-source a {
  color: #4c98ff;
  text-decoration: none;
}
.individual-stats-source a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .individual-stats-content {
    flex-direction: column;
    align-items: start;
    height: auto;
    padding: 0.5rem 0rem;
    border-image: linear-gradient(to right, #004aad 0%, transparent 100%) 1;
  }
  .individual-stats-box {
    flex-direction: row-reverse;
    min-width: 180px;
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    background: linear-gradient(270deg, transparent 0%, #004aad 100%);
  }
  .individual-stats-box[data-animate="fade-up"] {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 1s ease;
    will-change: opacity, transform;
  }
  .individual-stats-box[data-animate="fade-up"].visible {
    opacity: 1;
    transform: translateY(0);
  }
  .individual-stats-box:nth-child(1) {
    width: 52.5%;
    transition-delay: 0s;
  }
  .individual-stats-box:nth-child(2) {
    width: 62.5%;
    transition-delay: 0.1s;
  }
  .individual-stats-box:nth-child(3) {
    width: 67.5%;
    transition-delay: 0.2s;
  }
  .individual-stats-box:nth-child(4) {
    width: 75%;
    transition-delay: 0.3s;
  }
  .individual-stats-box:nth-child(5) {
    width: 80%;
    transition-delay: 0.4s;
  }
  .individual-stats-box:nth-child(6) {
    width: 92.5%;
    transition-delay: 0.5s;
  }
}
@media (max-width: 700px) {
  .individual-stats-container {
    padding: 5rem 1rem 3rem 1rem;
  }
}

/* ============================ */
/*    Individual Details Section */
/* ============================ */

.individual-details-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  color: white;
  /* background: linear-gradient(360deg, #14131b 20%, #004aad10 100%); */
}
.individual-details-container .fade-bg {
  background: linear-gradient(
    360deg,
    #14131b 0%,
    #004aad50 50%,
    #004aad10 100%
  );
}

.individual-details-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 1225px;
  width: 100%;
  z-index: 50;
}

.individual-details-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
}
.individual-details-header h2 {
  font-size: 2.5rem;
  color: white;
}
.individual-details-header h2 span {
  color: #4c98ff;
}
.individual-details-header p {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.individual-details-header .text-divider {
  width: 100px;
  height: 5px;
  border-radius: 0px;
  background: #004aad;
}

.individual-details-content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  overflow-x: scroll;
  flex-wrap: nowrap;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  width: 100%;
  gap: 1rem;
  padding: 2rem 0rem;
}
.individual-details-content::-webkit-scrollbar {
  display: none;
}
.individual-details-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  min-height: 400px;
  padding: 0.5rem;
  gap: 1.5rem;
  border-radius: 15px;
  border-width: 0.5px;
  border-style: solid;
  border-color: #004aad80;
  transition: all 0.3s ease;
}
.individual-details-box:hover {
  transform: translateY(-10px);
  box-shadow: #004aad50 0px 0px 15px;
  border-color: #004aad;
}
.individual-details-box:nth-child(1) {
  background: linear-gradient(220deg, #14131b 0%, #004aad 100%);
  border-bottom-left-radius: 50px;
}
.individual-details-box:nth-child(2) {
  background: #14131b;
}
.individual-details-box:nth-child(3) {
  background: linear-gradient(150deg, #14131b 0%, #004aad 100%);
  border-bottom-right-radius: 50px;
}
.individual-details-box-header-wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  padding: 0.5rem;
  gap: 0.75rem;
  text-shadow: #14131b50 0px 0px 5px;
  border-radius: 15px;
  background-color: #14131b50;
}
.individual-details-box h3 {
  font-size: 2rem;
  color: #4c98ff;
}
.individual-details-box .text-divider {
  width: 100px;
  height: 2.5px;
  border-radius: 0px;
  background: #4c98ff;
}
.individual-details-box h4 {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
}
.individual-details-box p {
  display: flex;
  width: 100%;
  padding: 0.25rem;
  font-size: 1.3rem;
  font-family: "Quicksand", sans-serif;
  text-shadow: #14131b50 0px 0px 5px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 700px) {
  .individual-details-container {
    padding: 6rem 1rem 4rem 1rem;
  }
  .individual-details-box:hover {
    transform: translateY(0px);
    box-shadow: none;
  }
}

/* ============================ */
/*    Individual Drone Section */
/* ============================ */

.individual-drone-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #004aad10 0%, #004aad10 100%);
}
.individual-drone-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1225px;
  width: 100%;
  gap: 2rem;
}

.individual-drone-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  height: 425px;
  border-radius: 50px;
  background-color: #004aad;
  background-position: center bottom;
  background-size: cover;
  background-image: url("../assets/photos/service-drone-surveillance-bg.webp");
  z-index: 50;
}
.individual-drone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(20px) translateX(-10px);
  }
  65% {
    transform: translateY(20px) translateX(10px);
  }
  25% {
    transform: translateY(-20px) translateX(-10px);
  }
}

.individual-drone-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  width: 100%;
}
.individual-drone-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
}
.individual-drone-header h2 {
  font-size: 2.5rem;
  color: white;
}
.individual-drone-header h2 span {
  color: #4c98ff;
}
.individual-drone-header p {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.individual-drone-header .text-divider {
  width: 100px;
  height: 5px;
  border-radius: 0px;
  background: #004aad;
}

.individual-drone-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 1rem;
}
.individual-drone-info-box {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 15px;
  background: linear-gradient(270deg, #14131b10 0%, #004aad 100%);
  z-index: 40;
}
.individual-drone-info-box:nth-child(1) {
  transition-delay: 0s;
}
.individual-drone-info-box:nth-child(2) {
  transition-delay: 0.1s;
}
.individual-drone-info-box:nth-child(3) {
  transition-delay: 0.2s;
}
.individual-drone-info-box img {
  width: 75px;
  height: 75px;
}
.individual-drone-info-box p {
  display: flex;
  width: 100%;
  padding: 1rem;
  border-radius: 15px;
  border-width: 0.1px;
  border-style: solid;
  border-color: #004aad50;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  color: white;
  background: linear-gradient(270deg, #14131bd0 0%, #14131b 100%);
}

@media (max-width: 1115px) {
  .individual-drone-image {
    height: 475px;
  }
}
@media (max-width: 1000px) {
  .individual-drone-image {
    height: 525px;
  }
}
@media (max-width: 900px) {
  .individual-drone-container {
    padding: 5rem 1rem 3rem 1rem;
  }
  .individual-drone-wrap {
    flex-direction: column;
  }
  .individual-drone-image {
    height: 300px;
    max-width: 100%;
  }
  .individual-drone-image img {
    width: 75%;
  }
}
@media (max-width: 700px) {
  .individual-drone-image img {
    width: 100%;
  }
}
