.dropdown { cursor: pointer }
.caret { }
.title-filter { position: absolute; left: 0; top: -24px; width: 100%; background-color: #007bff; border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 7px; padding-bottom: 7px; }
.title-filter h6 { color: white; margin-bottom: 0; }
.splide__arrow { transition: all 300ms ease-in-out; }
.splide__arrow:disabled { opacity: 0; }
/* Bundle Section */
.bundle-section { font-size: 90% !important; }
.bundle-section .card-bundle { position: relative; background-color: #cfcfcf; border-radius: 20px; cursor: pointer; transition: all 300ms linear; }
.bundle-section .card-bundle .bundle-img-container { display: flex; justify-content: center; flex-direction: column; border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.bundle-section .card-bundle.active { background-color: #32AD79; }
.bundle-section .card-bundle .bundle-img { display: flex; padding: 7px; margin: 0 auto; width: 75px; height: 75px; }
.bundle-section .card-bundle .bundle-img-container p { color: #999999; font-weight: 700; line-height: 16px; }
.bundle-section .card-bundle.active .bundle-img-container p { color: #1f2d3d; }
.bundle-section .card-bundle .bundle-content h4 { color: #dc3545; }
.bundle-section .card-bundle.active .bundle-content h4 { color: #EED66A; }
.bundle-section .card-bundle .bundle-content .bundle-desc { color: #212529; line-height: 20px; }
.bundle-section .card-bundle.active .bundle-content .bundle-desc { color: #FFFFFF; }
.bundle-section .card-bundle .bundle-img .bundle-img-filterig { background-image: url('/admin-theme/dist/img/icon_bundling/icon_none_filterig.png'); background-size: 90%; background-position: center; background-repeat: no-repeat; width: 75px; transition: all 300ms linear; }
.bundle-section .card-bundle.active .bundle-img .bundle-img-filterig { background-image: url('/admin-theme/dist/img/icon_bundling/icon_filterig.png'); }
/* ============================= */
.bundle-section .card-bundle .bundle-img .bundle-img-videogold { background-image: url('/admin-theme/dist/img/icon_bundling/icon_none_vid.png'); background-size: 90%; background-position: center; background-repeat: no-repeat; width: 75px; transition: all 300ms linear; }
.bundle-section .card-bundle.active .bundle-img .bundle-img-videogold { background-image: url('/admin-theme/dist/img/icon_bundling/icon_gold_vid.png'); }
/* ============================== */
.bundle-section .card-bundle .bundle-img .bundle-img-videoplatinum { background-image: url('/admin-theme/dist/img/icon_bundling/icon_none_vid.png'); background-size: 90%; background-position: center; background-repeat: no-repeat; width: 75px; transition: all 300ms linear; }
.bundle-section .card-bundle.active .bundle-img .bundle-img-videoplatinum { background-image: url('/admin-theme/dist/img/icon_bundling/icon_platinum_vid.png'); }
/* ================================ */
.bundle-section .bundle-price { padding: 4px 7px; background-color: white; border-radius: 20px; }
.bundle-section .bundle-price s { color: red; }
@media only screen and (min-width: 991px) { .bundle-section { max-width: 800px; margin: 0 auto; } }
/* End of bundle section */

.advantages-section{padding:80px 0;background-color:#f7f9fb;/* soft light blue-gray */}
.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:80px;}
.advantage-card{background-color:#ffffff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 4px 15px rgba(0,60,120,0.08);/* soft blue shadow */transition:background 0.3s,color 0.3s;}
.advantage-card:hover{background-color:#a8a4ed;/* deep elegant blue */color:#fff;}
.advantage-card:hover h4{color:#fff;}
.advantage-card:hover p{color:#fff;}
.icon-wrapper{width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;}
.icon-wrapper.orange{background-color:#ffe0b2;/* soft orange */}
.icon-wrapper.red{background-color:#ffcdd2;/* soft red */}
.icon-wrapper.purple{background-color:#e1bee7;/* soft purple */}
.icon-wrapper.blue{background-color:#bbdefb;/* soft blue */}
.advantage-card h4{font-size:1.2rem;color:#4a4a4a;/* deep blue */margin-bottom:10px;font-weight:600;letter-spacing:0.5px;}
.advantage-card p{font-size:0.95rem;line-height:1.7;color:#4a4a4a;/* elegant dark gray */}
@media (max-width:1200px){.advantages-grid{grid-template-columns:repeat(3,1fr);gap:24px;}}
@media (max-width:900px){.advantages-section{padding:60px 0;}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:50px;}.advantage-card{padding:24px;}.icon-wrapper{width:60px;height:60px;margin-bottom:16px;}.advantage-card h4{font-size:1.1rem;}.advantage-card p{font-size:0.93rem;}}
@media (max-width:600px){.advantages-section{padding:36px 0;}.advantages-grid{grid-template-columns:1fr;gap:16px;margin-bottom:30px;}.advantage-card{padding:18px 12px;}.icon-wrapper{width:48px;height:48px;margin-bottom:12px;}.advantage-card h4{font-size:1rem;}.advantage-card p{font-size:0.91rem;}}
