.title-filter{position:absolute;left:0;top:-24px;width:100%;background-color:#28a745;border-top-left-radius:12px;border-top-right-radius:12px;padding-top:7px;padding-bottom:7px;}
.title-filter h6{color:white;margin-bottom:0;}
.mainmenu .dropdown-toggle{cursor:pointer;display:inline-block;padding-right:34px;font-weight:400;color:#1a2b3c;text-decoration:none;outline:none;transition:0.3s;touch-action:manipulation;background-color:transparent;}
@media only screen and (min-width: 992px) and (max-width: 1200px){.mainmenu .dropdown-toggle{padding-right:18px}}
@media only screen and (max-width: 767px){.slicknav_menu .dropdown-toggle{cursor:pointer;padding:5px 10px;margin:2px 5px;width:100%;}.slicknav_menu .dropdown-toggle:hover{background:rgba(0,0,0,0.15);}}
.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 */

.contact-modern-card{background:#374250;border-radius:18px;box-shadow:0 4px 24px rgba(30,34,40,0.10);padding:2.5rem 2rem;color:#f5f6fa;margin-bottom:1.5rem;transition:box-shadow 0.2s;}
.contact-modern-card h5{color:#e0e3ea;font-weight:600;letter-spacing:0.5px;}
.contact-form-right-single{display:flex;align-items:center;margin-bottom:1.1rem;background:rgba(255,255,255,0.03);border-radius:10px;padding:0.7rem 1rem;transition:background 0.2s;}
.contact-form-right-single img{filter:grayscale(0.2) brightness(0.95);}
.contact-form-right-single a{color:#b6c1d6;font-weight:500;text-decoration:none;transition:color 0.2s;}
.contact-form-right-single a:hover{color:#6bc1ff;}
@media (max-width: 767px){.contact-modern-card{padding:1.5rem 0.7rem;}}

.advantages-section{padding:80px 0;background-color:#f3fdf4;/* soft light green variant */}
.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(103,202,68,0.10);/* soft green shadow */transition:background 0.3s,color 0.3s;}
.advantage-card:hover{background-color:#67CA44;/* deep green */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:#d6f5d6;/* soft green variant for purple */}
.icon-wrapper.blue{background-color:#e3fbe3;/* soft green variant for blue */}
.advantage-card h4{font-size:1.2rem;color:#67CA44;/* deep green */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;}}
