.main-wrapper {
    background-image: url(../images/gradient_1.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

.header {
    padding: 72px 0;
}

.logo {
    max-width: 115px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.insights-wrapper {
    color: white;
    padding: 72px 30px;
    border-radius: 6px;
    text-align: center;
    background: linear-gradient(270deg, #8AB9FF 0%, #8D5DD9 100%);
}

.insights-wrapper h1 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 64px;
    line-height: 80.64px;
}

.detail-page .insights-wrapper a,
.detail-page .insights-wrapper h1 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    color: white;
    text-decoration: none;
}


.insights-items {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
}

.insights-items .in-val {
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;

}

.insights-items .in-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}


/* BANNER PREVIEW */
.creative-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.creative {
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.5s;

    position: relative;
}

.creative:hover {
    border-color: #8D5DD9;
}

.creative-preview {
    position: relative;
    width: 300px;
    height: 250px;
    background: #F1F3F6;
    overflow: hidden;
}

.badge-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.badge-icon-hp {
    background-image: url(../images/high_perform_icon.png);
}

.badge-icon-ts {
    background-image: url(../images/tailored_icon.png);
}

.high-impact-icon {
    width: 100%;
    height: 100%;
    background-image: url(../images/high_impact_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.creative-insights {
    position: relative;
    font-size: 11px;
    padding: 18px 10px 13px 10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.creative-insights .insight-item {
    width: 48%;

    font-size: 11px;
    line-height: 15.12px;
    margin-bottom: 5px;
}

.creative-insights .in-text {
    font-weight: 700;
    padding-right: 2px;
}

.creative-insights .in-val {
    font-weight: 400;
}

.insight-item > div {
    display: inline-block;
}

.anchor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* END BANNER PREVIEW */
.recent-area {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #1F2125;
}

.recent-area h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 80.64px;
    letter-spacing: 0%;
    color: white;
    margin-bottom: 72px;
}

.recent-area h2 span {
    background: linear-gradient(270.02deg, #8AB9FF 71.13%, #8D5DD9 99.99%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.recent-high-banners {
    overflow: hidden;
}

.recent-high-slider .creative {
    background: #FFFFFF14;
    color: #fff;
}
.recent-high-slider .creative-preview {
    background-color: #9BA1AA;
}

.slick-prev, .slick-next {
    z-index: 21;
    width: 64px;
    height: 64px;
    opacity: 0.8;
}

.slick-prev {
    left: 10px;
    background: url(../images/arrow_left.png) center center / contain no-repeat;
}

.slick-next {
    right: 10px;
    background: url(../images/arrow_right.png) center center / contain no-repeat;
}

.slick-prev:hover, .slick-prev:focus {
    opacity: 1;
    background: url(../images/arrow_left.png) center center / contain no-repeat;
}

.slick-next:hover, .slick-next:focus {
    opacity: 1;
    background: url(../images/arrow_right.png) center center / contain no-repeat;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    color: #000000;
    display: none;
}

.detail-content-area {
    padding-top: 72px;
    padding-bottom: 72px;
}

.creative-holder {
    margin-bottom: 16px;
    margin-right: 16px;
    border: 1px solid #8D5DD9;
    float: left;
}

.size-text {
    font-size: 12px;
    padding: 18px 18px 0 18px;
}

/* clearfix */
.creative-holder:after {
    content: '';
    display: block;
    clear: both;
  }



.pricing-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #1F2125;
}

.pricing-section h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 80.64px;
    letter-spacing: 0%;
    color: white;
    margin-bottom: 50px;
}

.pricing-section h2 span {
    background: linear-gradient(270.02deg, #8AB9FF 71.13%, #8D5DD9 99.99%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-list {
    column-count: 3;
}

.pricing-list li {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.pricing-list li a {
    font-weight: 700;
    color: #fff;
}

.pricing-list li span {
    font-weight: 300;
    display: inline-block;
    padding-left: 5px;
}

/* FILTER AREA */
.filter-area {
    padding-bottom: 50px;
}

.filter-wrapper {
    padding: 48px 48px 8px 48px;
    border: 2px solid #fff;
    background-color: #FFFFFF3D;

    backdrop-filter: blur(80px);
    box-shadow: 0px 0px 200px 0px #8D5DD91F;
    border-radius: 6px;
}

.filter-wrapper .form-group {
    margin-bottom: 20px;
}

.filter-wrapper label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.16px;

}

/* Increase width of dropdown */
.multiselect-container {
    max-height: 250px; /* Make it scrollable */
    overflow-y: auto;
    min-width: 250px; /* Set min width */
}

/* Style the search input */
.multiselect-container .multiselect-search {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Make checkboxes align properly */
.multiselect-container li a {
    display: flex;
    align-items: center;
}

/* Adjust padding for better spacing */
.multiselect-container li a label {
    margin-left: 5px;
}

/* Style selected items button */
.multiselect.dropdown-toggle {
    width: 100%; /* Full width */
    text-align: left;
    border-radius: 5px;
}

/* Hover effect for dropdown items */
.multiselect-container li a:hover {
    background-color: #f8f9fa;
}

.form-group .btn-group {
    width: 100%;
}

.multiselect.dropdown-toggle {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
    text-align: left !important;
}

/* END FILTER AREA */

.h-100vh {
    height: 100vh;
}

.navigation {
    list-style: none;
    margin-bottom: 0;
    padding-top: 5px;
}

.navigation > li {
    display: inline-block;
    padding: 0 5px;
}

.detail-content-area .creative-insights {
    /* padding-top: 0; */
}

/* AI Filter Styles */
#ai-filter-input {
  background: #fff;
  color: #232323;
}
#ai-filter-input::placeholder {
  color: #888;
}
#ai-filter-btn {
  background: linear-gradient(90deg, #7f53ac 0%, #647dee 100%);
}
#ai-filter-btn:hover, #ai-filter-btn:focus {
  background: linear-gradient(90deg, #647dee 0%, #7f53ac 100%);
}
.input-group {
  background: #181818;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  overflow: hidden;
}

/* START HALL OF FAME  */
.hall-of-fame-area {
    padding-top: 40px;
    /* padding-bottom: 72px; */
}

.hall-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 28.8px;
    color: #789ff8;
    margin-bottom: 40px;
}

.hall-of-fame-items {
    padding: 30px 15px;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #e5efff 0%,#e6dcf7 100%);

}

.sub-sec-title {
   font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #000000;
    margin-bottom: 20px; 
}

.hall-of-creatives {
    display: flex;
}

.hall-of-creatives .creative {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}


/* END HALL OF FAME  */

@media (max-width: 600px) {
  #ai-filter-input, #ai-filter-btn {
    font-size: 1rem;
    padding: 12px 10px;
  }
  .input-group {
    border-radius: 12px;
  }
}