   .waasc-section {
       padding: 60px 0;
       background-color: #fcfcfc;
       color: #111;
   }

   .waasc-title {
       font-size: 35px;
       font-weight: 800;
       text-transform: uppercase;
       letter-spacing: 0.5px;
       margin-bottom: 25px;
       color: #1a1a1a;
   }

   .slider-container {
       position: relative;
       margin-bottom: 70px;
   }

   .swiper.popularModelsSwiper {
       overflow: visible !important;
       padding-bottom: 20px !important;
   }

   .waasc-card-link {
       text-decoration: none !important;
       display: block;
       outline: none;
   }

   .waasc-card {
       position: relative;
       width: 100%;
       max-width: 400px;
       aspect-ratio: 4 / 4;
       overflow: hidden;
       border-radius: 2px;
       background: #111;
       margin: 0 auto;
   }

   .waasc-card img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       opacity: 0.88;
       transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
   }

   .waasc-card-link:hover .waasc-card img {
       transform: scale(1.04);
       opacity: 0.95;
   }

   .waasc-card-overlay {
       position: absolute;
       inset: 0;
       background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0) 100%);
       padding: 25px;
       display: flex;
       flex-direction: column;
       justify-content: flex-end;
   }

   .waasc-card-subtitle {
       font-size: 16px;
       text-transform: uppercase;
       color: rgba(255, 255, 255, 0.8);
       font-weight: 500;
       margin-bottom: 4px;
       letter-spacing: 1px;
       font-style: italic;
       text-align: left;
   }

   .waasc-title-wrapper {
       display: flex;
       align-items: center;
       justify-content: flex-start;
       gap: 10px;
   }

   .waasc-card-title {
       font-size: 40px;
       font-weight: 800;
       color: #fff;
       line-height: 1;
       margin: 0;
       font-style: italic;
   }

   .waasc-card-arrow {
       display: inline-flex;
       align-items: center;
       color: #fff;
       font-size: 35px;
       line-height: 1;
       opacity: 0;
       transform: translateX(-15px);
       transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
   }

   .waasc-card-link:hover .waasc-card-arrow {
       opacity: 1;
       transform: translateX(0);
   }

   /* স্লাইডার কন্ট্রোলস (Scrollbar + Navigation) */
   .waasc-slider-bottom-controls {
       display: flex;
       align-items: center;
       justify-content: space-between;
       gap: 30px;
       margin-top: 25px;
       width: 100%;
       padding: 0px 30px;
   }

   .waasc-scrollbar-wrapper {
       flex-grow: 1;
       position: relative;
       height: 3px;
   }

   .swiper-scrollbar {
       position: absolute !important;
       inset: 0 !important;
       width: 100% !important;
       height: 100% !important;
       background: #ededed !important;
       border-radius: 0 !important;
   }

   .swiper-scrollbar-drag {
       background: #222 !important;
       border-radius: 0 !important;
       cursor: grab;
   }

   .swiper-scrollbar-drag:active {
       cursor: grabbing;
   }

   .waasc-slider-nav {
       display: flex;
       gap: 12px;
       flex-shrink: 0;
   }

   .waasc-nav-btn {
       width: 35px;
       height: 35px;
       border: 1px solid #e2e2e2;
       border-radius: 50%;
       background: #fff;
       display: flex;
       align-items: center;
       justify-content: center;
       cursor: pointer;
       transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
       user-select: none;
   }

   .waasc-nav-btn i {
       font-size: 20px;
       color: #777;
       transition: color 0.25s ease;
       line-height: 1;
       font-style: normal;
       font-weight: bold;
   }

   .waasc-nav-btn:hover {
       background: #111;
       border-color: #111;
   }

   .waasc-nav-btn:hover i {
       color: #fff;
   }

   /* ==========================================================================
                                                       ৩. টপ কালেকশনস (Top Collections)
                                                       ========================================================================== */
   .top-collections-grid {
       display: grid;
       grid-template-columns: repeat(5, 1fr);
       gap: 15px;
       margin-bottom: 70px;
   }

   .waasc-mini-card {
       position: relative;
       aspect-ratio: 1 / 1;
       overflow: hidden;
       background: #000;
       cursor: pointer;
   }

   .waasc-mini-card img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       opacity: 0.8;
       transition: transform 0.4s ease, opacity 0.4s ease;
   }

   .waasc-mini-card:hover img {
       transform: scale(1.03);
       opacity: 0.9;
   }

   .waasc-mini-overlay {
       position: absolute;
       inset: 0;
       background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
       padding: 15px;
       display: flex;
       align-items: flex-end;
   }

   .waasc-mini-title-wrapper {
       display: flex;
       align-items: center;
       gap: 6px;
       width: 100%;
   }

   .waasc-mini-title {
       color: #fff;
       font-size: 12px;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 1px;
   }

   .waasc-mini-card .waasc-card-arrow {
       color: #fff;
       font-size: 16px;
       line-height: 1;
       opacity: 0;
       transform: translateX(-8px);
       transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
   }

   .waasc-mini-card:hover .waasc-card-arrow {
       opacity: 1;
       transform: translateX(0);
   }

   .specific-section {
       background: #f4f4f4;
       padding: 50px;
       margin-bottom: 70px;
       border-radius: 4px;
   }

   .specific-row {
       display: grid;
       grid-template-columns: 1.1fr 1.3fr;
       gap: 50px;
       align-items: center;
   }

   .specific-info h3 {
       font-size: 26px;
       font-weight: 900;
       text-transform: uppercase;
       line-height: 1.2;
       margin-bottom: 20px;
       color: #111;
   }

   .specific-info p {
       font-size: 13px;
       color: #555;
       line-height: 1.6;
       margin-bottom: 25px;
   }

   .waasc-contact-details {
       font-size: 13px;
       line-height: 1.8;
       color: #222;
   }

   .waasc-contact-details strong {
       font-weight: 700;
   }

   .form-grid-2 {
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 12px;
       margin-bottom: 12px;
   }

   .waasc-input,
   .waasc-select,
   .waasc-textarea {
       width: 100%;
       padding: 13px 16px;
       border: 1px solid #e0e0e0 !important;
       background: #fff !important;
       color: #333;
       font-size: 13px;
       border-radius: 3px;
       outline: none;
   }

   .waasc-input-group {
       margin-bottom: 12px;
   }

   .waasc-textarea {
       height: 100px;
       resize: none;
   }

   .waasc-submit-btn {
       background: #0d0d0d;
       color: #fff;
       border: none;
       padding: 13px 32px;
       font-size: 11px;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 1px;
       cursor: pointer;
       position: relative;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       overflow: hidden;
       transform: skewX(-12deg);
       transition: background 0.25s ease;
   }

   .waasc-submit-btn span {
       display: inline-block;
       transform: skewX(12deg);
       color: #fff;
   }

   .waasc-submit-btn:hover {
       background: #252525;
   }

   .all-collections-title {
       text-align: center;
       font-size: 28px;
       font-weight: 900;
       margin-bottom: 40px;
       text-transform: uppercase;
       letter-spacing: 0.5px;
   }

   .all-collections-grid {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 20px;
   }

   .all-collections-item-link {
       text-decoration: none !important;
       display: block;
   }

   .waasc-grid-item {
       position: relative;
       aspect-ratio: 1 / 1;
       background: #000;
       overflow: hidden;
   }

   .waasc-grid-item img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       opacity: 0.85;
       transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
   }

   .waasc-grid-overlay-title {
       position: absolute;
       inset: 0;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       background: rgba(0, 0, 0, 0.103);
       padding: 20px;
       text-align: center;
       transition: background 0.4s ease;
   }

   .waasc-grid-overlay-title h4 {
       color: #fff;
       font-size: 25px;
       font-weight: 800;
       text-transform: uppercase;
       margin: 0;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
       line-height: 1.2;
   }

   .waasc-grid-bottom-arrow {
       display: block;
       color: #fff;
       font-size: 30px;
       margin-top: 5px;
       line-height: 1;
       opacity: 0;
       transform: translateY(-12px);
       transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
   }


   .all-collections-item-link:hover .waasc-grid-item img {
       transform: scale(1.04);
       opacity: 0.75;
   }

   .all-collections-item-link:hover .waasc-grid-overlay-title {
       background: rgba(0, 0, 0, 0.4);
   }


   .all-collections-item-link:hover .waasc-grid-bottom-arrow {
       opacity: 1;
       transform: translateY(0);
   }

   @media (max-width: 992px) {
       .top-collections-grid {
           grid-template-columns: repeat(3, 1fr);
       }

       .all-collections-grid {
           grid-template-columns: repeat(2, 1fr);
       }

       .specific-row {
           grid-template-columns: 1fr;
           gap: 30px;
       }
   }

   @media (max-width: 576px) {
       .waasc-title {
           font-size: 28px;
       }

       .top-collections-grid {
           grid-template-columns: repeat(2, 1fr);
       }

       .form-grid-2 {
           grid-template-columns: 1fr;
       }

       .waasc-slider-bottom-controls {
           flex-direction: column;
           gap: 15px;
       }

       .waasc-scrollbar-wrapper {
           width: 100%;
       }

       .waasc-grid-overlay-title h4 {
           font-size: 15px;
           font-weight: 600;
       }

       .specific-section {
           padding: 10px;
       }
   }