section.banner-section {
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
section.banner-section::before{
    content: "";
    pointer-events: none;
    position: absolute;
    top: -32%;
    left: -25%;
    z-index: -1;
    height: 120%;
    width: 150%;
    filter: blur(86px);
    background: linear-gradient(70deg, rgba(3, 45, 195, .9) 39.12%, rgba(23, 74, 255, .18) 63.38%);
}
section.banner-section .bottom-fade{
    position: absolute;
    bottom: 0;
    height: 50px;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #fff, transparent);
}
section.banner-section .bottom-fade:after {
    content: "";
    width: 100%;
    height: 160%;
    bottom: 0;
    top: -21px;
    left: 0;
    background: #fff;
    position: absolute;
    filter: blur(31px);
}
section.banner-section .bg-image {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner/ring.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.1;
}
section.banner-section p, section.banner-section h1{
    color:#fff;
}
section.banner-section p.banner-tag {
    font-size: 14px;
    margin-bottom: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-content{
    padding-left: 0 !important;
    max-width: 100%;
}
.banner-content h1{
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}
 .gallery-container {
	 flex: 1;
	 text-align: left;
	 margin-left: 2rem;
	 max-width: 600px;
}

 .gallery-eyebrow {
	 font-size: 0.75rem;
	 font-weight: 500;
	 letter-spacing: 0.1em;
	 color: #4b5563;
	 margin-bottom: 0.5rem;
}
 .gallery-heading {
	 font-size: 2.5rem;
	 font-weight: 700;
	 margin: 0 0 1rem;
	 line-height: 1.2;
}
 .gallery-description {
	 font-size: 1.125rem;
	 color: #4b5563;
	 line-height: 1.6;
	 margin: 0 0 2rem;
	 max-width: 500px;
}
 .toggle-switch {
	 display: flex;
	 background-color: #000000;
	 border: 1px solid #000000;
	 border-radius: 9999px;
	 max-width: 200px;
	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 0;
	 overflow: hidden;
	 padding: 4px;
	 box-sizing: border-box;
}
 .toggle-btn {
	 flex: 1;
	 padding: 0.65rem 1rem;
	 border: none;
	 background-color: transparent;
	 color: #ffffff;
	 font-size: 1rem;
	 font-weight: 500;
	 cursor: pointer;
	 border-radius: 9999px;
	 transition: all 0.3s ease;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 0.3rem;
	 white-space: nowrap;
}
 .toggle-btn .icon-check {
	 display: none;
	 width: 1.25rem;
	 height: 1.25rem;
}
 .toggle-btn.active {
	 background-color: #f3f4f6;
	 color: #000000;
}
 .toggle-btn.active .icon-check {
	 display: inline-block;
	
}
.toggle-btn.inactive-initial {
    color: #fff;
    opacity: 1;
    cursor: not-allowed;
    pointer-events: none;
}
 .content-gallery {
	 width: 90%;
	 margin-top: 10px;
	 margin: 0 auto;
	 padding: 0.5rem 1rem 1rem;
	 box-sizing: border-box;
}
/* .content-grid{
	 background-image: url("/assets/images/creative-img/dynamic-blue-background-free-vector.jpg");
	 background-size: cover;
	 max-width: 1600px;
}
 */
 .content-grid {
	 display: grid;
	 gap: 2rem;
	 grid-template-columns: repeat(4, 1fr);
}
 .content-item {
	 position: relative;
	 aspect-ratio: 1 / 1;
	 background-color: #f3f4f6;
	 border: 1px solid #e5e7eb;
	 border-radius: 8px;
	 overflow: hidden;
	 box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);
	 transition: box-shadow 0.3s ease;
	 display: none;
}
 .content-item:hover {
	 box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);
}
 .content-item a {
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .content-item video {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .content-item img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
 .content-item img.image-hover {
	 transform: translateY(100%);
}
 .content-item:hover img.image-cover {
	 transform: translateY(-100%);
}
 .content-item:hover img.image-hover {
	 transform: translateY(0);
}
 .load-more-container {
	 display: flex;
	 justify-content: center;
	 padding: 2rem 1rem 4rem;
}
 #load-more-btn {
	 padding: 0.75rem 2rem;
	 font-size: 1rem;
	 font-weight: 600;
	 color: #ffffff;
	 background-color: #4f46e5;
	 border: none;
	 border-radius: 9999px;
	 cursor: pointer;
	 transition: background-color 0.3s ease, transform 0.1s ease;
	 box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
 #load-more-btn:hover {
	 background-color: #4338ca;
	 transform: translateY(-1px);
}
 #load-more-btn:disabled {
	 background-color: #4b5563;
	 cursor: not-allowed;
	 transform: none;
	 box-shadow: none;
}
 @media (max-width: 900px) {
	 .content-grid {
		 grid-template-columns: repeat(2, 1fr);
	}
	 .header-section {
		 flex-direction: column;
		 margin: 8rem auto;
		 padding: 2rem 1rem;
		 text-align: center;
	}
	 .gallery-container {
		 margin-left: 0;
		 max-width: 100%;
	}
	 .gallery-description {
		 margin: 0 auto 2rem auto;
	}
	 .toggle-switch {
		 margin: 0 auto;
	}
}
 @media (max-width: 640px) {
	 .content-grid {
		 grid-template-columns: 1fr;
	}
	 .content-item {
		 /* aspect-ratio: 16 / 9; */
	}
	 .toggle-switch {
		 max-width: 300px;
		 margin-top: 0;
	}
	.content-item img {
         object-fit: cover;
		 height: 100%;
		 width: 100%; 
     }
}
