.banner_wrapper {
  display: flex;
}
.banner_left_wrapper,
.banner_right_wrapper {
  width: 50%;
}
.banner_right_wrapper {
  padding: 100px;
}
.breadcrumb-area {
  height: 100% !important;
}
.h5_header-bottom {
  border-radius: 0 !important;
}
.inner_team-img img {
  width: 100% !important;
}
.pt-140 {
  padding-bottom: 105px;
}
.h3_banner-content-title {
  font-size: 45px !important;
}
.h3_instagram-item {
  cursor: pointer;
}
#my-section {
  display: none;
}
.h3_banner-form form {
  align-items: center;
}
.h3_banner-form form textarea {
  border: 1px solid rgb(230, 230, 230);
}
.h3_instagram-item-content a {
  font-size: 25px !important;
}
/* .........##textarea_section .......... */
.mb-50 {
  margin-bottom: 0 !important;
}
#textarea_section,
#textarea_sectionOne {
  background-color: lightgray;
}
#textarea_section textarea {
  border: 1px solid rgb(230, 230, 230);
}
#textarea_section #generate-btn {
  display: none;
}
.pt-140 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#textarea_sectionOne textarea {
  border: 1px solid rgb(230, 230, 230);
}
#textarea_sectionOne #generate-btn {
  display: none;
}
textarea {
  padding-left: 5px;
}
textarea::placeholder {
  padding-left: 5px;
  padding-top: 5px;
}
/* Ensure both columns fit within the parent */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Styling for the attribute lists */
.attribute-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attribute-list li {
  margin-bottom: 10px; /* Space between list items */
}
.category-header {
  font-weight: bold;
}

/* Add some padding or margin if needed */
.col-md-6 {
  padding: 0 15px; /* Adjust as needed */
}
.h3_banner-form {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(27, 42, 82, 0.14);
  padding: 30px 35px 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.h3_banner-form .main-search-bar textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  resize: none;
}

.h3_banner-form .main-search-bar button {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  padding: 0 22px;
  display: block;
  flex-shrink: 0;
  border-radius: 8px;
  background: #7d25ec;
  box-shadow: 0px 2px 10px 0px rgba(27, 42, 82, 0.5);
}

.h3_banner-form .main-search-bar button:hover {
  background-color: #e825ec;
}

.h3_banner-form .dropdown-section {
  margin-top: 20px;
}

.h3_banner-form .dropdown-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%; /* Prevent dropdowns from exceeding column width */
}

.h3_banner-form .dropdown-container select {
  max-width: 100%; /* Ensure dropdown fits within its container */
}

.h3_banner-form .dropdown-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.h3_banner-form .dropdown-container select:focus {
  outline: none;
  border-color: #e825ec;
}

.h3_banner-form .extra-dropdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  height: 0;
}

/* When visible */
.h3_banner-form .extra-dropdown.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  height: 100%;
}

/* Button Styles */
.h3_banner-form .button-container {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.h3_banner-form .see-more-btn,
.h3_banner-form .close-btn {
  padding: 10px 20px;
  background-color: #7d25ec;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.h3_banner-form .see-more-btn:hover,
.h3_banner-form .close-btn:hover {
  background-color: #e825ec;
}
.dropdown-container .extra-dropdown .dropdown-item:last-child .nice-select ul {
  top: -325px;
}
.footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 10;
  padding-right: 100px;
}
.footer a {
  float: right;
  margin-left: 25px;
  margin-right: 25px;
}
#smooth-content {
  min-height: 100vh;
}
.h3_instagram-item img {
  height: 250px;
  width: 250px;
  border-radius: 14px;
  object-fit: contain;
}
.pb-110 {
  padding-bottom: 30px;
}

.pt-130 {
  padding-top: 50px;
}
.h3_instagram-item.active {
  border: 3px solid black;
  transform: scale(0.7);
}
.pagination-area ul li a {
  width: 50px;
  height: 50px;
}
.pagination-area span {
  width: 50px;
  height: 50px;
}
/* General Styling */
.container {
  font-family: "Roboto", Arial, sans-serif;
  color: #333;
}

/* Demographics Card */
.card {
  border-radius: 10px;
  overflow: hidden;
}

.card .card-body {
  padding: 1rem;
}

.card-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #007bff;
  margin-bottom: 0.5rem;
}

/* Attribute List Styling */
.list-group {
  list-style: none;
  padding: 0;
}

.list-group li {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.9rem;
  color: #555;
}

.list-group li a {
  text-decoration: none;
  color: inherit;
}

.list-group li:last-child {
  border-bottom: none;
}

/* Category Header Styling */
.category-header {
  font-size: 1rem;
  font-weight: bold;
  color: #444;
  background-color: #f8f9fa;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ddd;
}

/* Right Section Cards */
.card-header {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 1rem;
}

.card-header.bg-primary {
  background-color: #7d25ec !important;
  color: #fff !important;
}

.shadow-sm {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.g-4 {
  background: #fef9f5;
  border-radius: 15px;
}
.list-group li a:hover {
  color: #7d25ec;
  text-decoration: underline;
}
/* Add this to your CSS */
ul li a {
  display: flex;
  justify-content: space-between; /* Distributes space between left (text) and right (value) */
}

ul li a span {
  font-weight: bold; /* Make the value stand out */
}

/* Responsive Adjustments */

@media (min-width: 1024px) and (max-width: 1600px) {
  .login-content {
    padding: 30px 35px 30px;
  }
  .breadcrumb-area {
    min-height: 260px;
  }
  .pt-50 {
    padding-top: 25px;
  }
}

@media (max-width: 768px) {
  .h3_banner-form .extra-dropdown {
    grid-template-columns: 1fr; /* Stack dropdowns vertically */
    gap: 15px;
  }
  .h4_banner-form-title {
    margin-top: 10px;
  }
  .overlay__content {
    top: 5%;
  }
  .h3_banner-form .dropdown-section {
    margin-top: 15px;
  }

  .h3_banner-form .button-container {
    flex-direction: column;
    gap: 15px;
  }

  .h3_banner-form .see-more-btn,
  .h3_banner-form .close-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }
  .card {
    margin-bottom: 1rem;
  }

  .card-header {
    text-align: center;
  }
  .h3_instagram-item img {
    height: auto;
    width: auto;
  }
  .loader {
    left: 30%;
  }
  #pagination-controls {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #pagination-controls::-webkit-scrollbar {
    display: none;
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .h3_banner-form .dropdown-item {
    gap: 10px;
  }

  .h3_banner-form .dropdown-label {
    font-size: 12px;
  }

  .h3_banner-form .dropdown-container select {
    font-size: 13px;
    padding: 10px;
  }

  .h3_banner-form .see-more-btn,
  .h3_banner-form .close-btn {
    font-size: 14px;
    padding: 10px;
  }
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  position: fixed;
  background: black;
  opacity: 60%;
  z-index: 999;
}

.overlay__inner {
  color: white;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 28%;
  transform: translate(-50%, -50%);
}
/* HTML: <div class="loader"></div> */
.loader {
  width: fit-content;
  font-size: 40px;
  font-family: monospace;
  line-height: 1.4;
  font-weight: bold;
  --c: no-repeat linear-gradient(#7d25ec 0 0);
  background: var(--c), var(--c), var(--c), var(--c), var(--c), var(--c),
    var(--c);
  background-size: calc(1ch + 1px) 100%;
  border-bottom: 10px solid #0000;
  position: relative;
  animation: l8-0 3s infinite linear;
  clip-path: inset(-20px 0);
  left: 45%;
  top: 45%;
  color: #e825ec;
}
.loader::before {
  content: "Searching";
}
.loader::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  background: #fff;
  left: -10px;
  bottom: 100%;
  animation: l8-1 3s infinite linear;
}
@keyframes l8-0 {
  0%,
  12.5% {
    background-position: calc(0 * 100% / 6) 0, calc(1 * 100% / 6) 0,
      calc(2 * 100% / 6) 0, calc(3 * 100% / 6) 0, calc(4 * 100% / 6) 0,
      calc(5 * 100% / 6) 0, calc(6 * 100% / 6) 0;
  }
  25% {
    background-position: calc(0 * 100% / 6) 40px, calc(1 * 100% / 6) 0,
      calc(2 * 100% / 6) 0, calc(3 * 100% / 6) 0, calc(4 * 100% / 6) 0,
      calc(5 * 100% / 6) 0, calc(6 * 100% / 6) 0;
  }
  37.5% {
    background-position: calc(0 * 100% / 6) 40px, calc(1 * 100% / 6) 40px,
      calc(2 * 100% / 6) 0, calc(3 * 100% / 6) 0, calc(4 * 100% / 6) 0,
      calc(5 * 100% / 6) 0, calc(6 * 100% / 6) 0;
  }
  50% {
    background-position: calc(0 * 100% / 6) 40px, calc(1 * 100% / 6) 40px,
      calc(2 * 100% / 6) 40px, calc(3 * 100% / 6) 0, calc(4 * 100% / 6) 0,
      calc(5 * 100% / 6) 0, calc(6 * 100% / 6) 0;
  }
  62.5% {
    background-position: calc(0 * 100% / 6) 40px, calc(1 * 100% / 6) 40px,
      calc(2 * 100% / 6) 40px, calc(3 * 100% / 6) 40px, calc(4 * 100% / 6) 0,
      calc(5 * 100% / 6) 0, calc(6 * 100% / 6) 0;
  }
  75% {
    background-position: calc(0 * 100% / 6) 40px, calc(1 * 100% / 6) 40px,
      calc(2 * 100% / 6) 40px, calc(3 * 100% / 6) 40px, calc(4 * 100% / 6) 40px,
      calc(5 * 100% / 6) 0, calc(6 * 100% / 6) 0;
  }
  87.4% {
    background-position: calc(0 * 100% / 6) 40px, calc(1 * 100% / 6) 40px,
      calc(2 * 100% / 6) 40px, calc(3 * 100% / 6) 40px, calc(4 * 100% / 6) 40px,
      calc(5 * 100% / 6) 40px, calc(6 * 100% / 6) 0;
  }
  100% {
    background-position: calc(0 * 100% / 6) 40px, calc(1 * 100% / 6) 40px,
      calc(2 * 100% / 6) 40px, calc(3 * 100% / 6) 40px, calc(4 * 100% / 6) 40px,
      calc(5 * 100% / 6) 40px, calc(6 * 100% / 6) 40px;
  }
}
@keyframes l8-1 {
  100% {
    left: 115%;
  }
}
/* 
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.spinner {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l11 2s infinite;
    display: inline-block;
  }
  @keyframes l11 {
    0%   {background: conic-gradient(#7d25ec 0     ,#0000 0)}
    12.5%{background: conic-gradient(#7d25ec 45deg ,#0000 46deg)}
    25%  {background: conic-gradient(#7d25ec 90deg ,#0000 91deg)}
    37.5%{background: conic-gradient(#7d25ec 135deg,#0000 136deg)}
    50%  {background: conic-gradient(#7d25ec 180deg,#0000 181deg)}
    62.5%{background: conic-gradient(#7d25ec 225deg,#0000 226deg)}
    75%  {background: conic-gradient(#7d25ec 270deg,#0000 271deg)}
    87.5%{background: conic-gradient(#7d25ec 315deg,#0000 316deg)}
    100% {background: conic-gradient(#7d25ec 360deg,#0000 360deg)}
  } */
