.content { width: 77%; margin: 50px auto; font-family: 'Merriweather', serif; font-size: 17px; color: #6c767a; line-height: 1.9; } @media (min-width: 500px) { .content { width: 43%; } #button { margin: 30px; } } #progressTimer { width: 100%; margin-bottom: 1rem; height: 5px; } @-webkit-keyframes indeterminate-short { 0% { left: -200%; right: 100%; } 100%, 60% { left: 107%; right: -8%; } } @keyframes indeterminate-short { 0% { left: -200%; right: 100%; } 100%, 60% { left: 107%; right: -8%; } } .progress-bar { background-image: repeating-linear-gradient( 45deg, #3a75fa, #3a75fa 10px, #0069d9 10px, #0069d9 20px /* Adjust stripe size as needed */ ); /* Striped gradient effect */ background-size: 1000% 100%; /* Large background size for the moving effect */ transition: width .6s ease; /* Smooth transition for width changes */ } .progress { position: relative; } .progress-xs,.progress-xs .progress-bar { height: .25rem; } .progress-sm,.progress-sm .progress-bar { height: .5rem; } .progress-bar-indeterminate:after, .progress-bar-indeterminate:before { content: ''; position: absolute; background-color: inherit; left: 0; will-change: left, right; top: 0; bottom: 0; } .progress-bar-indeterminate:before { -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; } .progress-bar-indeterminate:after { -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; -webkit-animation-delay: 1.15s; animation-delay: 1.15s; } .card::before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(to left,#f6f7f8 10%,#edeef1 30%,#fafcff 50%,#f6f7f8 60%); background-repeat: no-repeat; background-size: 800px 100%; animation: placeHolderShimmer 0.5s linear infinite forwards; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear; overflow: hidden } @keyframes placeHolderShimmer { 0% { background-position: right 0 top 0 } 100% { background-position: left 0 top 0 } } .card::before { /* ... other styles ... */ pointer-events: none; /* This allows clicks to pass through */ } /* ... existing styles ... */ /* Stop the shimmer effect when .card has the 'loaded' class */ .card.loaded::before { animation: none; background-image: none; } @media (max-width: 768px) { .left-to-right>div>div { flex: unset!important; width: 100%!important; margin-top: 15px!important; margin-bottom: -70px !important; } } .col-md-12.package-details { visibility: visible; padding-left: 0rem !important; padding-right: 0rem !important; } .centered-image { display: block; margin: 0 auto; /* Center the image horizontally */ max-width: 100%; /* Make image responsive */ height: auto; /* Maintain aspect ratio */ padding: 20px; /* Add padding */ MARGIN-BOTTOM: 40px; } img.centered-image { border-radius: 50px !important; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); } .centered-image.enlarged { transform: scale(1.2); /* Enlarge the image when the '.enlarged' class is applied */ border-radius: 50px !important; /* Apply border-radius when enlarged */ } @media only screen and (max-width: 768px) { .threeopt { gap: 70px!important; } } section.right-to-left { padding: 3px 0 !important; } section.left-to-right { padding: 30px 0 !important; } .card.new { transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add this line for the card shadow */ border-radius: 10px; } .card.new:hover { transform: scale(1.05); background-color: #f5f5f5; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Increase the shadow on hover */ } .b-main-card { cursor: pointer; /* Add this line to make the div.b-main-card clickable */ font-family: 'roboto'; padding: 10px; } .Howercardslist { margin: 3rem 0; padding-bottom: 150px; } .text-black { color: #000!important } .page-card { text-align: center; color: #6c757d } .page-card i { font-size: 2.75rem; display: block } .page-card .btn-gradient { background: 0 0; border-color: #6c757d; color: #6c757d; transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out } .page-card .btn-gradient:active,.page-card .btn-gradient:focus,.page-card .btn-gradient:hover { background-image: linear-gradient(180deg,#0763ae,#428ecf); border-color: transparent; color: #fff } .Howercardslist { margin: 3rem 0 } .Howercardslist .row { justify-content: center } .Howercardslist .card { margin: .5rem; color: #000; text-align: center; border: 1px solid #b5b5b557; flex: 1 1 calc(100% - 1rem) } .Howercardslist .card,.Howercardslist .card .head-of-card { transition: all .2s ease-in-out } @media(min-width: 576px) { .Howercardslist .card { flex:1 1 calc(50% - 1rem) } } @media(min-width: 768px) { .Howercardslist .card { flex:1 1 calc(33.33333% - 1rem) } } .Howercardslist .head-of-card { background-color: transparent; min-height: 8.125rem; display: flex; align-items: center; justify-content: center } .imgimg { width: 40% !important; min-height: 110% !important; } .Howercardslist .head-of-card img { max-height: 6.25rem; width: auto } .Howercardslist .card-main-subject { font-weight: 700 } .Howercardslist .card-main-subject a { color: #000 } @media(max-width: 768px) { .imgimg { max-width: 110px !important; min-height: auto !important; max-height: 6.25rem !important; } } .free-ser-tit { text-align: center; padding-bottom: 20px } .imgimg.new { width: 27% !important; min-height: 80% !important; } @media(max-width: 768px) { .imgimg.new { width: 110px !important; max-height: 6.9rem !important; min-height: auto !important; } } .menu-droping-down { margin-top: 2px !important; } .title-fancy strong { font-weight: 400 !important; } strong,b { font-weight: 500!important; } .newa.services i { display: none; } @media only screen and (min-width: 768px) and (max-width: 768px) { .text-center .pgpz { margin-right: 10px !important; } #profileImg { margin-top: 20px !important; } } @media only screen and (min-width: 767px) and (max-width: 968px) {
    body[href*="free-instagram-views"],
    body[href*="get-free-tiktok-likes"],
    body[href*="free-tiktok-followers"],
    body[href*="get-free-tiktok-video-views"],
    body[href*="free-instagram-followers"],
    body[href*="free-facebook-video-views"],
    body[href*="free-twitter-tweet-views"],
    body[href*="get-free-youtube-video-likes"] { .warningTop.info.watchtime { margin-bottom: 30px !important; display: block !important; /* margin-top: -65px !important; */ /* padding-left: 50px !important; */ /* padding-right: 50px !important; */ } } } @media only screen and (min-width: 853px) and (max-width: 989px) {
    body[href*="free-instagram-views"],
    body[href*="get-free-tiktok-likes"],
    body[href*="free-tiktok-followers"],
    body[href*="get-free-tiktok-video-views"],
    body[href*="free-instagram-followers"],
    body[href*="free-facebook-video-views"],
    body[href*="free-twitter-tweet-views"],
    body[href*="get-free-youtube-video-likes"] { .warningTop.info.watchtime { margin-bottom: 30px !important; display: block !important; /* margin-top: -65px !important; */ /* padding-left: 100px !important; */ /* padding-right: 100px !important; */ } } } @media only screen and (min-width: 76px) and (max-width: 767px) { .pgpz { margin-right: 0px !important; } } @media only screen and (min-width: 76px) and (max-width: 767px) { .pgpz { margin-right: 0px !important; } } @media only screen and (min-width: 768px) and (max-width: 992px) { .text-center .pgpz { margin-right: 10px !important; } .nav-item .nav-link { padding: .75rem 1rem !important; } } @media only screen and (min-width: 993px) and (max-width: 1003px) { img { max-width: 50% !important; border-radius: 1% !important; margin-top: -30px !important; margin-bottom: -30px !important; } } @media (min-width: 769px) { .navcoll.new.btn-dm-menu.new .fa-regular.fa-id-badge, .fas.fa-user-check { display: none; } } @media only screen and (max-width: 768px) { .samecatego { margin-right: 0rem !important; margin-left: 0rem !important; } } .fa-solid.fa-share.obzf { color: #E76F52; } .fa-solid.fa-share.ytytyt { color: #ff1717; } .slick-next, .slick-prev { padding-left: 14px !important; } .slick-prev:before, .slick-next:before { font-size: 0px !important; } .slick-prev, .slick-next { font-size: 35px!important; ; } .btn-outline-follower.other.dropline-cus-before { border: .125rem solid #3a75fa; color: #3a75fa!important; } .btn-outline-follower.other.dropline-cus-before:after,.btn-outline-follower.other.dropline-cus-before:before { background-color: #3a75fa } .btn-outline-follower.other.dropline-cus-before:after,.btn-outline-follower.other.dropline-cus-before:before { background-color: #3a75fa } .btnothers:hover { color: #fff; } .btnothers:not(:disabled):not(.disabled).active, .btnothers:not(:disabled):not(.disabled):active, .show>.btnothers.btn-dm-toggle { color: #fff; background-color: #3a75fa; } @media (min-width: 768px) { .btnothers { color: #3a75fa; background-color: transparent; border-color: transparent; } } .btnothers { color: #fff; background-image: none; border-color: #3a75fa; } @media only screen and (min-width: 768px) { .navcoll.btn-dm-submenu.aka34a { --sub-menu: rgb(58 117 250); --sub-level: 1; left: -309px; padding: 0px 11px; } } .btnothers:hover { color: #fff; } .btnothers:not(:disabled):not(.disabled).active, .btnothers:not(:disabled):not(.disabled):active, .show>.btnothers.btn-dm-toggle { color: #fff; background-color: #3a75fa; } @media (min-width: 768px) { .btnothers { color: #3a75fa; background-color: transparent; border-color: transparent; } } .btnothers:hover { color: #fff; background-color: #3a75fa; background-image: none; border-color: #3a75fa; } @media only screen and (min-width: 768px) { .navcoll.btn-dm-submenu.aka34a { --sub-menu: rgb(58 117 250); --sub-level: 1; left: -309px; padding: 0px 11px; } } @media (max-width: 768px) { .btnothers { background-color: #3a75fa; } } .btnspotaa { color: #fff; background-color: yellow; background-image: none; border-color: yellow; } @media(min-width: 768px) { .btnspotaa { color: yellow; background-color: transparent; border-color: transparent } } .btnspotaa:hover { color: #fff; background-color: yellow; } .btnspotaa.focus,.btnspotaa:focus { box-shadow: 0 0 0 0 rgba(29,185,84,.5) } .btnspotaa.disabled,.btnspotaa:disabled { color: yellow; background-color: transparent } .btnspotaa:not(:disabled):not(.disabled).active,.btnspotaa:not(:disabled):not(.disabled):active,.show>.btnspotaa.btn-dm-toggle { color: #fff; background-color: yellow; } .btnspotaa:not(:disabled):not(.disabled).active:focus,.btnspotaa:not(:disabled):not(.disabled):active:focus,.show>.btnspotaa.btn-dm-toggle:focus { box-shadow: 0 0 0 0 rgba(29,185,84,.5) } .btnspotaa.selected { background-color: #ffff00; color: #fff } .btnspotaa.dropline-cus-before { border: .125rem solid #ffff00; color: #ffff00!important } .btnspotaa.dropline-cus-before:after,.btnspotaa.dropline-cus-before:before { background-color: #ffff00 } .slick-next { right: 5px!important } .slick-prev,.slick-next { font-size: 30px; color: #3a75fa!important; cursor: pointer } @media only screen and (max-width: 767px) { #commentsTextarea { height: 345px; } } @media screen and (max-width: 767px) { .alert-warning.watchtime { margin-top: 20px; } } @media only screen and (min-width: 768px) { .error-message-visible .buy-now-button { top: 70.5%!important; } } #errorMessage { border-color: #ffe9a6 !important; background-color: #fff3cd !important; color: #856404 !important; margin-top: 10px; margin-bottom: -3px; padding: 6px 1rem; transition: border-color .15s ease-in-out, box-shadow .15s; font-size: 1.05rem; letter-spacing: .2px; font-weight: 400; font-family: 'roboto'; border: 1px solid #ffe9a6 !important; } #closesError { } .warningTop.ooo { display: block !important; } @media (max-width: 768px) { #mobileclassreview { display: flex !important; align-items: center !important; justify-content: center !important; align-content: center !important; flex-wrap: wrap !important; flex-direction: row !important; padding-left: 30px !important; padding-right: 30px !important; } } .overall-rating { display: !important; } #mobileclassreview { display: !important; } .reviews-container { display: flex; flex-wrap: wrap; gap: 40px; width: 100%; background-color: #fff; border-radius: 25px; overflow: hidden; padding: 50px } .review-form { flex: 1 1 450px; padding: 35px; background-color: #f9fafb; border-radius: 20px; box-shadow: 0 6px 18px rgb(0 0 0 / 20%) } .review-form h2 { margin-bottom: 30px; color: #444; font-size: 2.4rem; text-align: center; position: relative } .review-form h2::after { content: ''; position: absolute; width: 70px; height: 5px; background-color: var(--fv-primary) !important; bottom: -15px; left: 50%; transform: translateX(-50%); border-radius: 2px } .review-form label { display: block; margin-top: 25px; font-weight: 600; color: #343a41 } .review-form input[type="text"],.review-form input[type="email"],.review-form textarea { width: 100%; padding: 14px 20px; margin-top: 10px; border: 1px solid #ccc; border-radius: 12px; font-size: 1rem; transition: border-color 0.3s,box-shadow 0.3s } .review-form input[type="text"]:focus,.review-form input[type="email"]:focus,.review-form textarea:focus { border-color: #28a745; box-shadow: 0 0 10px rgb(40 167 69 / .3); outline: none } .stars { display: flex; margin-top: -7px } .star { font-size: 2rem; cursor: pointer; color: #ccc; transition: color 0.2s,transform 0.2s; margin-right: 8px } .star:hover,.star.hover,.star.active { color: #f39c12; transform: scale(1.3) } .submit-btn { margin-top: 30px; width: 100%; padding: 16px; background-color: #28a745; color: #fff; border: none; border-radius: 12px; cursor: pointer; font-size: 1.2rem; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 12px; transition: background-color 0.3s,transform 0.2s; position: relative; overflow: hidden } .submit-btn:hover { background-color: #218838; transform: translateY(-2px) } #mobileclassreview { margin-top: 15px } .submit-btn:active { transform: translateY(0) } .submit-btn i { transition: transform 0.2s } .submit-btn.loading i { animation: spin 1s linear infinite } @keyframes spin { from { transform: rotate(0deg) } to { transform: rotate(360deg) } } .notice { margin-top: 25px; background-color: #e2e6ea; padding: 18px 25px; border-left: 6px solid #28a745; border-radius: 12px; font-size: 1rem; color: #6c757d } .modal { display: none; position: fixed; z-index: 1001; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgb(0 0 0 / .5); animation: fadeIn 0.5s } @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } .modal-content { background-color: #fff; margin: 15% auto; padding: ; border: none; width: 90%; max-width: 500px; border-radius: 20px; position: relative; animation: slideDown 0.5s; box-shadow: 0 12px 30px rgb(0 0 0 / .2); text-align: } @keyframes slideDown { from { transform: translateY(-60px); opacity: 0 } to { transform: translateY(0); opacity: 1 } } .close-btn { position: absolute; top: 20px; right: 25px; color: #aaa; font-size: 1.8rem; font-weight: 700; cursor: pointer; transition: color 0.3s } .close-btn:hover { color: #000 } .modal-content .icon { font-size: 3.5rem; color: #28a745; margin-bottom: 25px } .modal-content p { font-size: 1.3rem; color: #333; margin-bottom: 30px } .modal-content .ok-btn { background-color: #3a75fa; color: #fff; border: none; padding: 14px 30px; border-radius: 12px; cursor: pointer; font-size: 1.1rem; font-weight: 700; transition: background-color 0.3s,transform 0.2s; width: 100% } .modal-content .ok-btn:hover { background-color: #295ccf; transform: translateY(-2px) } .modal-content .ok-btn:active { transform: translateY(0) } .reviews-list-section { flex: 1 1 600px; padding: 35px; background-color: #fff; border-radius: 20px } .reviews-list-section h2 { margin-bottom: 30px; color: #444; font-size: 2.4rem; text-align: center; position: relative } .reviews-list-section h2::after { content: ''; position: absolute; width: 80px; height: 5px; background-color: var(--fv-primary) !important; bottom: -15px; left: 50%; transform: translateX(-50%); border-radius: 2px } .overall-rating { display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 30px; color: #343a41; gap: 15px; cursor: pointer } .overall-rating .stars span { font-size: 1.8rem; color: #f39c12; margin-right: 3px } .overall-rating .rating-value { font-weight: 700; color: #343a41 } .reviews-list { list-style-type: none; padding: 0; max-height: 900px; overflow: hidden; position: relative } .reviews-list li { border-bottom: 1px solid #ddd; padding: 25px 0; display: none; transition: all 0.4s ease } .reviews-list li.active { display: block; animation: fadeInUp 0.5s forwards } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px) } to { opacity: 1; transform: translateY(0) } } .review-header { justify-content: space-between; align-items: center; margin-bottom: 5px } .review-name { font-weight: 700; font-size: 1.2rem; color: #333 } .review-stars span { font-size: 1.4rem; color: #f39c12; margin-right: 4px; transition: color 0.3s } .review-stars span.inactive { color: #ccc } .review-comment { font-size: 1.1rem; color: #343a41; line-height: 1.6 } .slider-controls { display: flex; justify-content: center; margin-top: 30px; gap: 25px } .slider-btn { padding: 14px 35px; background-color: #3a75fa; color: #fff; border: none; border-radius: 15px; cursor: pointer; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 10px; transition: background-color 0.3s,transform 0.2s } .slider-btn:disabled { background-color: #6c757d; cursor: not-allowed; opacity: .7 } .slider-btn:hover:not(:disabled) { background-color: #295ccf; transform: translateY(-2px) } .slider-btn:active:not(:disabled) { transform: translateY(0) } .overall-rating { margin-top: 15px } @media (min-width: 768px) { #mobileclassreview { display:none } } @media (max-width: 768px) { #mobileclassreview { display:flex; align-items: center; justify-content: center; align-content: center; flex-wrap: wrap; flex-direction: row } } @media (max-width: 992px) { .reviews-container { flex-direction:column; padding: 10px } .review-form,.reviews-list-section { flex: 1 1 100%; padding: 25px } .reviews-list-section h2 { font-size: 1.85rem } .overall-rating { flex-direction: column; gap: 8px } .reviews-list-section h2::after { width: 60px } } @media (max-width: 992px) { .reviews-list-section.mob { flex:1 1 100%; padding: 0px!important } .reviews-list-section h2 { font-size: 1.85rem } .overall-rating { flex-direction: column; gap: 8px } .reviews-list-section h2::after { width: 60px } } .review-form-header { text-align: center; margin-bottom: 25px } .review-form-header h2 { font-size: 2.4rem; color: #444; align-items: center; justify-content: center; gap: 10px; position: relative; margin-top: 40px; margin-bottom: 40px } .review-form-header h2 i { color: #28a745; transition: transform 0.3s } .review-form-header h2:hover i { transform: scale(1.2) } .review-form-header h2::after { content: ''; position: absolute; width: 80px; height: 5px; background-color: var(--fv-primary) !important; bottom: -15px; left: 50%; transform: translateX(-50%); border-radius: 2px } .review-caption { font-size: 1rem; color: #343a41; margin-top: 10px; line-height: 1.5; max-width: 500px; margin-left: auto; margin-right: auto } .fas.fa-star { font-size: 20px } #resultContainer { margin-bottom: 100px; } /* ================== Brand tokens ================== */ :root{ --fv-primary: #3a75fa !important; --fv-primary-dark: #295ccf !important; --fv-ink: #0f1b3d !important; --fv-text: #22324d !important; --fv-muted: #6b7a96 !important; --fv-soft: #f3f7ff !important; --fv-border: #e6ecff !important; --fv-star: #f5b301 !important; } /* ================== Header ================== */ .review-form-header{text-align:center !important;margin: 12px auto 28px !important;max-width: 900px !important;} .review-form-header h2{ margin:0 0 10px !important; font-size: clamp(22px,3.5vw,34px) !important; font-weight: 800 !important; color: var(--fv-ink) !important; display:inline-flex !important; gap:10px !important; align-items:center !important; } .review-form-header h2 i{ color: var(--fv-primary) !important; } .review-caption{ color: var(--fv-muted) !important; font-size: 1rem !important; line-height: 1.6 !important; /* margin: 0 auto !important; */ max-width: 620px !important; } /* ================== Layout shell ================== */ .reviews-container{ display:flex !important; flex-wrap:wrap !important; gap: 28px !important; background: #fff !important; border:1px solid var(--fv-border) !important; border-radius: 20px !important; padding: clamp(16px,3.5vw,34px) !important; box-shadow: 0 20px 50px rgba(41,92,207,.08) !important; } /* Columns */ .review-form{ flex: 1 1 360px !important; background: var(--fv-soft) !important; border-radius: 16px !important; padding: 24px !important; border:1px solid var(--fv-border) !important; } .reviews-list-section{ flex: 2 1 520px !important; background:#fff !important; border-radius:16px !important; padding: 24px !important; border:1px solid var(--fv-border) !important; } .reviews-list-section.mob{ padding: 24px !important; } /* ================== Review form ================== */ .review-form h2{ margin: 0 0 14px !important; font-size: clamp(20px,3vw,28px) !important; font-weight:800 !important; color: var(--fv-ink) !important; } .review-form label{ display:block !important; margin: 14px 0 8px !important; font-weight: 700 !important; color: var(--fv-text) !important; } .review-form input[type="text"], .review-form input[type="email"], .review-form textarea{ width:100% !important; border:1px solid var(--fv-border) !important; background:#fff !important; color: var(--fv-text) !important; border-radius: 14px !important; padding: 12px 14px !important; font-size: 1rem !important; outline:none !important; transition: box-shadow .2s ease, border-color .2s ease !important; } .review-form textarea{ min-height: 120px !important; resize: vertical !important; } .review-form input:focus, .review-form textarea:focus{ border-color: var(--fv-primary) !important; box-shadow: 0 0 0 4px rgba(58,117,250,.15) !important; } /* Stars (interactive) */ .stars{ display:flex !important; gap:10px !important; align-items:center !important; } .star{ cursor:pointer !important; transform: translateZ(0) !important; transition: transform .15s ease !important; } .star i{ font-size: 22px !important; color: #cfd6e6 !important; transition: color .15s ease !important; } .star:hover{ transform: scale(1.15) !important; } .star.active i, .star.hover i{ color: var(--fv-star) !important; } /* Submit button */ .submit-btn{ margin-top: 18px !important; width:100% !important; display:inline-flex !important; justify-content:center !important; align-items:center !important; gap:10px !important; background: var(--fv-primary) !important; color:#fff !important; border: none !important; border-radius: 14px !important; padding: 12px 18px !important; font-weight: 800 !important; letter-spacing:.2px !important; transition: transform .15s ease, background .2s ease !important; } .submit-btn:hover{ background: var(--fv-primary-dark) !important; transform: translateY(-1px) !important; } .submit-btn:active{ transform: translateY(0) !important; } .submit-btn:focus{ outline: none !important; box-shadow: 0 0 0 4px rgba(58,117,250,.18) !important; } /* ================== List side ================== */ .reviews-list-section h2{ margin: 0 0 12px !important; font-size: clamp(20px,3vw,28px) !important; font-weight: !; color: var(--fv-ink) !important; } .overall-rating{ display:flex !important; flex-wrap:wrap !important; gap: 12px 16px !important; align-items:center !important; justify-content: padding: 12px 14px !important; /* border:1px dashed var(--fv-border) !important; */ background: unset !important; border-radius: 12px !important; margin-bottom: 14px !important; color: var(--fv-text) !important; } .overall-rating .stars span i{ color: var(--fv-star) !important; font-size: 18px !important; } .rating-text{ font-weight:  !important; color: var(--fv-ink) !important; } .total-reviews{ color: var(--fv-muted) !important; } /* Reviews list */ .reviews-list{ list-style:none !important; margin:0 !important; padding:0 !important; } .reviews-list li{ display:none !important; padding: 16px 0 !important; border-bottom:1px solid var(--fv-border) !important; animation: fvFadeUp .35s ease forwards !important; } .reviews-list li.active{ display:block !important; } .reviews-list li:last-child{ border-bottom:none !important; } @keyframes fvFadeUp{ from{ opacity:0 !important; transform: translateY(8px) !important; } to{ opacity:1 !important; transform: translateY(0) !important; } } .review-header{ display:flex !important; justify-content:space-between !important; align-items:center !important; gap: 10px !important; margin-bottom: 6px !important; } .review-name{ font-weight: 800 !important; color: var(--fv-ink) !important; } .review-stars span i{ color: var(--fv-star) !important; font-size: 16px !important; } .review-stars span.inactive i{ color:#cfd6e6 !important; } .review-comment{ color: var(--fv-text) !important; line-height: 1.65 !important; } /* Slider controls */ .slider-controls{ display:flex !important; justify-content:center !important; gap:12px !important; margin-top: 14px !important; } .slider-btn{ border:none !important; border-radius: 12px !important; background: var(--fv-primary) !important; color:#fff !important; width:44px !important; height:44px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; transition: background .2s ease, transform .15s ease !important; } .slider-btn:hover{ background: var(--fv-primary-dark) !important; transform: translateY(-1px) !important; } .slider-btn:active{ transform: translateY(0) !important; } .slider-btn:disabled{ background:#c7d4ff !important; color:#fff !important; cursor:not-allowed !important; transform:none !important; } /* ================== Responsive ================== */ @media (max-width: 992px){ .reviews-container{ padding: 18px !important; } .review-form, .reviews-list-section{ padding: 18px !important; } } @media (max-width: 600px){ .review-form-header{ margin-bottom: 20px !important; } .reviews-container{ gap:18px !important; border-radius: 14px !important; } .review-form, .reviews-list-section{ border-radius: 12px !important; } .overall-rating{ justify-content:center !important; } } /* Container Styles */ .reviews-container { display: flex; flex-wrap: wrap; gap: 40px; width: 100%; background-color: #ffffff; border-radius: 25px; overflow: hidden; padding: 50px; } /* Review Form Styles */ .review-form { flex: 1 1 450px; padding: 35px; background-color: #f9fafb; border-radius: 20px; box-shadow: 0 6px 18px rgb(0 0 0 / 20%); } .review-form h2 { margin-bottom: 30px; color: #444; font-size: 2.4rem; text-align: center; position: relative; } .review-form h2::after { content: ''; position: absolute; width: 70px; height: 5px; background-color: #28a745; bottom: -15px; left: 50%; transform: translateX(-50%); border-radius: 2px; } .review-form label { display: block; margin-top: 25px; font-weight: 600; color: #343a41; } .review-form input[type="text"], .review-form input[type="email"], .review-form textarea { width: 100%; padding: 14px 20px; margin-top: 10px; border: 1px solid #ccc; border-radius: 12px; font-size: 1rem; transition: border-color 0.3s, box-shadow 0.3s; } .review-form input[type="text"]:focus, .review-form input[type="email"]:focus, .review-form textarea:focus { border-color: #28a745; box-shadow: 0 0 10px rgba(40, 167, 69, 0.3); outline: none; } .stars { display: flex; margin-top: -7px; } .star { font-size: 2rem; cursor: pointer; color: #ccc; transition: color 0.2s, transform 0.2s; margin-right: 8px; } .star:hover, .star.hover, .star.active { color: #f39c12; transform: scale(1.3); } .submit-btn { margin-top: 30px; width: 100%; padding: 16px; background-color: #28a745; color: #fff; border: none; border-radius: 12px; cursor: pointer; font-size: 1.2rem; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 12px; transition: background-color 0.3s, transform 0.2s; position: relative; overflow: hidden; } .submit-btn:hover { background-color: #218838; transform: translateY(-2px); } #mobileclassreview { margin-top: 15px; } .submit-btn:active { transform: translateY(0); } .submit-btn i { transition: transform 0.2s; } .submit-btn.loading i { animation: spin 1s linear infinite; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .notice { margin-top: 25px; background-color: #e2e6ea; padding: 18px 25px; border-left: 6px solid #28a745; border-radius: 12px; font-size: 1rem; color: #6c757d; } /* Popup Modal Styles */ .modal { display: none; /* Hidden by default */ position: fixed; z-index: 1001; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0,0,0,0.5); animation: fadeIn 0.5s; } @keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } .modal-content { background-color: #fff; margin: 15% auto; padding: 40px; border: none; width: 90%; max-width: 500px; border-radius: 20px; position: relative; animation: slideDown 0.5s; box-shadow: 0 12px 30px rgba(0,0,0,0.2); text-align: center; } @keyframes slideDown { from {transform: translateY(-60px); opacity: 0;} to {transform: translateY(0); opacity: 1;} } .close-btn { position: absolute; top: 20px; right: 25px; color: #aaa; font-size: 1.8rem; font-weight: bold; cursor: pointer; transition: color 0.3s; } .close-btn:hover { color: #000; } .modal-content .icon { font-size: 3.5rem; color: #28a745; margin-bottom: 25px; } .modal-content p { font-size: 1.3rem; color: #333; margin-bottom: 30px; } .modal-content .ok-btn { background-color: #3a75fa; color: #fff; border: none; padding: 14px 30px; border-radius: 12px; cursor: pointer; font-size: 1.1rem; font-weight: 700; transition: background-color 0.3s, transform 0.2s; width: 100%; } .modal-content .ok-btn:hover { background-color: #295ccf; transform: translateY(-2px); } .modal-content .ok-btn:active { transform: translateY(0); } /* Reviews List Styles */ .reviews-list-section { flex: 1 1 600px; padding: 35px; background-color: #fff; border-radius: 20px; } .reviews-list-section h2 { margin-bottom: 30px; color: #444; font-size: 2.4rem; text-align: center; position: relative; } .reviews-list-section h2::after { content: ''; position: absolute; width: 80px; height: 5px; background-color: #28a745; bottom: -15px; left: 50%; transform: translateX(-50%); border-radius: 2px; } .overall-rating { display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 30px; color: #343a41; gap: 15px; cursor: pointer; } .overall-rating .stars span { font-size: 1.8rem; color: #f39c12; margin-right: 3px; } .overall-rating .rating-value { font-weight: 700; color: #343a41; } .reviews-list { list-style-type: none; padding: 0; max-height: 900px; overflow: hidden; position: relative; } .reviews-list li { border-bottom: 1px solid #ddd; padding: 25px 0; display: none; transition: all 0.4s ease; } .reviews-list li.active { display: block; animation: fadeInUp 0.5s forwards; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .review-header { justify-content: space-between; align-items: center; margin-bottom: 5px; } .review-name { font-weight: 700; font-size: 1.2rem; color: #333; } .review-stars span { font-size: 1.4rem; color: #f39c12; margin-right: 4px; transition: color 0.3s; } .review-stars span.inactive { color: #ccc; } .review-comment { font-size: 1.1rem; color: #343a41; line-height: 1.6; } /* Slider Controls */ .slider-controls { display: flex; justify-content: center; margin-top: 30px; gap: 25px; } .slider-btn { padding: 14px 35px; background-color: #3a75fa; color: #fff; border: none; border-radius: 15px; cursor: pointer; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 10px; transition: background-color 0.3s, transform 0.2s; } .slider-btn:disabled { background-color: #6c757d; cursor: not-allowed; opacity: 0.7; } .slider-btn:hover:not(:disabled) { background-color: #295ccf; transform: translateY(-2px); } .slider-btn:active:not(:disabled) { transform: translateY(0); } .overall-rating { margin-top: 15px; } @media (min-width: 768px) { #mobileclassreview { display: none; } } @media (max-width: 768px) { #mobileclassreview { display: flex; align-items: center; justify-content: center; align-content: center; flex-wrap: wrap; flex-direction: row; } } /* Responsive Design */ @media (max-width: 992px) { .reviews-container { flex-direction: column; padding: 10px; } .review-form, .reviews-list-section { flex: 1 1 100%; padding: 25px; } .reviews-list-section h2 { font-size: 1.85rem; } .overall-rating { flex-direction: column; gap: 8px; } .reviews-list-section h2::after { width: 60px; } } /* Responsive Design */ @media (max-width: 992px) { .reviews-list-section.mob { flex: 1 1 100%; padding: 0px !important; } .reviews-list-section h2 { font-size: 1.85rem; } .overall-rating { flex-direction: column; gap: 8px; } .reviews-list-section h2::after { width: 60px; } } /* Review Form Header and Caption Styling */ .review-form-header { text-align: center; margin-bottom: 25px; } .review-form-header h2 { font-size: 2.4rem; color: #444; /* display: flex ; */ align-items: center; justify-content: center; gap: 10px; position: relative; margin-top: 40px; margin-bottom: 40px; } .review-form-header h2 i { color: #28a745; transition: transform 0.3s; } .review-form-header h2:hover i { transform: scale(1.2); } .review-form-header h2::after { content: ''; position: absolute; width: 80px; height: 5px; background-color: #28a745; bottom: -15px; left: 50%; transform: translateX(-50%); border-radius: 2px; } .review-caption { font-size: 1rem; color: #343a41; margin-top: 10px; line-height: 1.5; max-width: 500px; margin-left: auto; margin-right: auto; } .fas.fa-star { font-size: 20px; } /* ==== YouTube Tools section (with !important) ==== */ #tools { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important; background: #f7faff !important; padding: 42px 0 !important; } #tools .section-title { text-align: center !important; margin-bottom: 26px !important; } #tools .section-title h2 { margin: 0 0 8px !important; font-weight: 800 !important; letter-spacing: -0.015em !important; color: #0f1a2c !important; font-size: clamp(22px, 3.4vw, 32px) !important; } #tools .section-title p { margin: 0 auto !important; color: #5f6b7a !important; max-width: 680px !important; font-size: 15px !important; } #tools .section-title h2::after { content: "" !important; display: block !important; width: 72px !important; height: 3px !important; margin: 10px auto 0 !important; background: linear-gradient(90deg, #295ccf, #3c71ff) !important; } /* Grid */ #tools .tools-grid { display: grid !important; gap: 18px !important; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; margin-top: 10px !important; } /* Cards */ #tools .tool-card { background: #fff !important; border: 1px solid #e6ecf7 !important; padding: 18px 16px 16px !important; text-align: center !important; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important; box-shadow: 0 2px 10px rgba(41, 92, 207, 0.06) !important; } #tools .tool-card:hover { transform: translateY(-4px) !important; border-color: #cfdcff !important; box-shadow: 0 10px 22px rgba(41, 92, 207, 0.14) !important; } /* Icon ring */ #tools .tool-icon { display: inline-grid !important; place-items: center !important; width: 72px !important; height: 72px !important; margin: 4px auto 10px !important; border: 2px solid #295ccf !important; border-radius: 50% !important; color: #295ccf !important; font-size: 30px !important; line-height: 1 !important; } /* Titles & text */ #tools .tool-card h3 { margin: 6px 0 6px !important; font-size: 17px !important; font-weight: 800 !important; color: #0f1a2c !important; } #tools .tool-card p { margin: 0 0 14px !important; color: #5f6b7a !important; font-size: 14px !important; min-height: 44px !important; } /* Button */ #tools .tool-card .btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; padding: 10px 14px !important; background: #295ccf !important; color: #fff !important; text-decoration: none !important; font-weight: 800 !important; font-size: 14px !important; border: 1px solid #295ccf !important; transition: background .18s ease, border-color .18s ease, transform .18s ease !important; } #tools .tool-card .btn:hover { background: #1f49b8 !important; border-color: #1f49b8 !important; transform: translateY(-1px) !important; } /* Focus */ #tools .tool-card .btn:focus-visible, #tools .tool-card:focus-within { outline: 3px solid #bcd0ff !important; outline-offset: 2px !important; } /* Container (if using .container.pta) */ .container.pta { padding-left: 16px !important; padding-right: 16px !important; max-width: 1200px !important; } /* Mobile */ @media (max-width: 575.98px) { #tools { padding: 34px 0 !important; } #tools .tool-card { padding: 16px 14px !important; } #tools .tool-icon { width: 64px !important; height: 64px !important; font-size: 26px !important; } }/* ======================================================= SocialFollowers â€” Trial Modal (Bootstrap) Brand color: #295ccf Drop this AFTER Bootstrap so it wins. Uses !important. ======================================================= */ :root { --sf-primary: #295ccf; --sf-primary-600: #1f49b8; --sf-primary-50: #eef3ff; --sf-text: #0f1a2c; --sf-muted: #5f6b7a; --sf-border: #e2e8f0; } /* Backdrop */ .modal-backdrop.show { background: rgba(10, 22, 46, 0.55) !important; } /* Modal shell */ #trialModal .modal-dialog { max-width: 920px !important; } #trialModal .modal-content { border: 1px solid #e6ecf7 !important; box-shadow: 0 24px 56px rgba(41, 92, 207, 0.18) !important; background: #ffffff !important; padding: 0px; } /* Header */ #trialModal .modal-header { padding: 18px 20px !important; border-bottom: 1px solid #eef2f8 !important; } #trialModal .modal-title { color: var(--sf-text) !important; font-weight: 800 !important; letter-spacing: .2px !important; } #trialModal .btn-close { filter: none !important; opacity: .85 !important; } #trialModal .btn-close:hover { opacity: 1 !important; } /* Body */ #trialModal .modal-body { padding: 18px 20px 22px !important; } /* Label + helper */ #trialModal .form-label { font-weight: 700 !important; color: var(--sf-text) !important; margin-bottom: 6px !important; } #trialModal .form-text { color: var(--sf-muted) !important; font-size: 12.5px !important; } /* Inputs */ #trialModal .form-control { border: 1px solid #cfd7e6 !important; box-shadow: 0 1px 0 rgba(15,26,44,.02) inset !important; color: var(--sf-text) !important; padding: 10px 12px !important; } #trialModal .form-control:focus { border-color: var(--sf-primary) !important; box-shadow: 0 0 0 3px rgba(41,92,207,.18) !important; } /* Valid/invalid states */ #trialModal .form-control.is-valid { border-color: #198754 !important; } #trialModal .form-control.is-invalid { border-color: #dc3545 !important; } /* Step titles */ #trialModal h6 { color: var(--sf-text) !important; font-weight: 800 !important; margin: 14px 0 10px !important; } /* Platform grid â€” convert BS row into a modern grid */ #platformList { display: flex; gap: 12px !important; grid-template-columns: repeat(2, minmax(0, fr)) !important; justify-items: center; flex-wrap: wrap; flex-direction: row; } @media (min-width: 576px) { #platformList {grid-template-columns: repeat(3, minmax(0, 1fr)) !important;/* display: grid !important; */} } @media (min-width: 992px) { #platformList { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } } #platformList .col-6, #platformList .col-md-3, #platformList .mx-auto { width: 100% !important; padding: 0 !important; } /* Platform item */ #trialModal .platform-item { cursor: pointer !important; border: 1px solid var(--sf-border) !important; padding: 14px 10px !important; background: #fff !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; transition: border-color .18s ease, transform .18s ease, background .18s ease !important; } #trialModal .platform-item small { color: var(--sf-text) !important; font-weight: 700 !important; } #trialModal .platform-item .platform-icon { width: 40px !important; height: 40px !important; margin-bottom: 8px !important; } #trialModal .platform-item:hover { border-color: var(--sf-primary) !important; transform: translateY(-2px) !important; background: var(--sf-primary-50) !important; } #trialModal .platform-item.active { border-color: var(--sf-primary) !important; background: linear-gradient(0deg, #f4f7ff, #ffffff) !important; box-shadow: 0 6px 16px rgba(41,92,207,.12) !important; } #trialModal .platform-item.disabled { opacity: .55 !important; pointer-events: none !important; } /* Back link */ #trialModal #backBtn { display: inline-block !important; margin-top: 6px !important; color: var(--sf-primary) !important; text-decoration: none !important; font-weight: 800 !important; } #trialModal #backBtn:hover { text-decoration: underline !important; } /* Reward/info alert refinement */ #trialModal .alert-info.small { border: 1px solid #d9e7ff !important; background: #f4f8ff !important; color: #123 !important; padding: 8px 10px !important; margin-top: 10px !important; } /* Task card */ #trialModal .task-card { border: 1px solid var(--sf-border) !important; background: #fff !important; padding: 14px !important; box-shadow: 0 8px 22px rgba(41,92,207,.08) !important; } #trialModal .task-card h5 { font-weight: 800 !important; color: var(--sf-text) !important; } #trialModal .task-card p, #trialModal .task-card ol { color: #2f3b52 !important; font-size: 14px !important; margin-bottom: 8px !important; } /* Buttons */ #trialModal .btn-primary { background: var(--sf-primary) !important; border-color: var(--sf-primary) !important; font-weight: 800 !important; } #trialModal .btn-primary:hover { background: var(--sf-primary-600) !important; border-color: var(--sf-primary-600) !important; } #trialModal .btn-outline-secondary { color: var(--sf-primary) !important; border-color: var(--sf-primary) !important; background: #fff !important; font-weight: 800 !important; } #trialModal .btn-outline-secondary:hover { color: #fff !important; background: var(--sf-primary) !important; border-color: var(--sf-primary) !important; } #trialModal #claimBtn[disabled] { opacity: .7 !important; cursor: not-allowed !important; } /* Progress */ #trialModal .progress { height: 12px !important; background: #f1f4fb !important; border: 1px solid #e6ecf7 !important; } #trialModal .progress-bar { background: var(--sf-primary) !important; font-size: 11px !important; font-weight: 800 !important; } /* Dynamic alert box (success/error) */ #trialModal #alertBox { margin-top: 12px !important; padding: 10px 12px !important; border-width: 1px !important; border-style: solid !important; } #trialModal #alertBox.alert-success { background: #f1fff6 !important; border-color: #b6f0c9 !important; color: #0a5b2c !important; } #trialModal #alertBox.alert-danger, #trialModal #alertBox.alert-warning { background: #fff7f6 !important; border-color: #ffd4d1 !important; color: #6b1111 !important; } /* Accessibility focus */ #trialModal a:focus-visible, #trialModal button:focus-visible, #trialModal input:focus-visible { outline: 3px solid rgba(41,92,207,.35) !important; outline-offset: 2px !important; } /* ---------- Optional skeleton (shimmer) while verifying ---------- */ @keyframes sfShimmer { 0% { background-position: 100% 0 !important; } 100% { background-position: 0 0 !important; } } #trialModal .skeleton { background: linear-gradient(90deg,#f6f7f8 25%,#edeef1 37%,#fafcff 63%,#f6f7f8 85%) !important; background-size: 400% 100% !important; animation: sfShimmer .9s linear infinite !important; } #trialModal .skeleton.text { height: 12px !important; margin: 6px 0 !important; } #trialModal .skeleton.block { height: 42px !important; margin: 10px 0 !important; } /* Small screens */ @media (max-width: 575.98px) { #trialModal .modal-dialog { margin: .5rem !important; } #trialModal .modal-body { padding: 14px 14px 18px !important; } #trialModal .task-card { padding: 12px !important; } #trialModal .platform-item {padding: 12px 8px !important;} } .platform-item{cursor:pointer;border:1px solid #e2e8f0;border-radius:.5rem;padding:.9rem;background:#fff;display:flex;flex-direction:column;align-items:center;transition:border .15s,background .15s} .platform-item.active,.platform-item:hover{border-color:#0d6efd;background:#e7f1ff} .platform-item.disabled{opacity:.5;pointer-events:none} .platform-icon{width:36px;height:36px;margin-bottom:.45rem} #backBtn{display:none;font-size:.9rem;color:#0d6efd;cursor:pointer;text-decoration:none} .task-card{border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;background:#fff} .progress{height:}.progress-bar{transition:width .6s ease} #claimBtn[disabled]{opacity:.8} #shareLink.is-invalid,#igUsername.is-invalid,#trialEmail.is-invalid{border-color:#dc3545} #shareLink.is-valid,#igUsername.is-valid,#trialEmail.is-valid{border-color:#198754}@media only screen and (max-width: 768px) { #GetMoreButtonDesk { display:none; } }

/* ============================================
   How to Order Section
   ============================================ */
.socialfollowers-how-to-order {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f1ff 100%);
    padding: 60px 20px;
    margin: 40px 0;
}
.socialfollowers-how-to-order .container {
    max-width: 1200px;
    margin: 0 auto;
}
.socialfollowers-title {
    font-size: 36px;
    font-weight: 700;
    color: #3a75fa;
    text-align: center;
    margin-bottom: 15px;
}
.socialfollowers-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}
.socialfollowers-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}
.socialfollowers-step-card {
    background: white;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.socialfollowers-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(58, 117, 250, 0.15);
}
.socialfollowers-step-number {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
    background: #3a75fa;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}
.socialfollowers-step-icon {
    font-size: 56px;
    margin: 20px 0;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}
.socialfollowers-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #3a75fa;
    margin-bottom: 12px;
    line-height: 1.3;
}
.socialfollowers-step-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.socialfollowers-cta-button {
    display: block;
    margin: 0 auto;
    padding: 16px 50px;
    background: #e63946;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
    transition: all 0.3s ease;
}
.socialfollowers-cta-button:hover {
    background: #d62839;
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
    transform: translateY(-2px);
}
@media (max-width: 1024px) {
    .socialfollowers-steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .socialfollowers-how-to-order { padding: 40px 15px; }
    .socialfollowers-title { font-size: 28px; }
    .socialfollowers-subtitle { font-size: 14px; margin-bottom: 35px; }
    .socialfollowers-steps-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
    .socialfollowers-step-card { padding: 25px 15px; }
    .socialfollowers-step-number { width: 28px; height: 28px; font-size: 14px; top: 12px; left: 12px; }
    .socialfollowers-step-icon { font-size: 42px; margin: 15px 0; }
    .socialfollowers-step-title { font-size: 15px; margin-bottom: 8px; }
    .socialfollowers-step-description { font-size: 13px; }
    .socialfollowers-cta-button { padding: 14px 40px; font-size: 16px; }
}
@media (max-width: 480px) {
    .socialfollowers-steps-grid { grid-template-columns: repeat(2, 1fr); }
    .socialfollowers-title { font-size: 24px; }
}

/* ============================================
   CTA Banner Section
   ============================================ */
.cta-banner-section {
    padding: 60px 20px;
    background: white;
    margin: 60px 0;
}
.cta-banner-section .container {
    max-width: 1200px;
    margin: 0 auto;
}
.cta-banner {
    background: linear-gradient(135deg, #3a75fa 0%, #295ccf 100%);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(58, 117, 250, 0.3);
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}
.cta-content { position: relative; z-index: 1; }
.cta-title {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.cta-description {
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.cta-button {
    display: inline-block;
    background: white;
    color: #3a75fa;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(58, 117, 250, 0.2);
    border: none;
    cursor: pointer;
}
.cta-button:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(58, 117, 250, 0.3);
    text-decoration: none;
    color: #295ccf;
}
.cta-button:active { transform: translateY(-1px); }
html { scroll-behavior: smooth; }
@media (max-width: 768px) {
    .cta-banner-section { padding: 40px 15px; margin: 40px 0; }
    .cta-banner { padding: 35px 25px; border-radius: 15px; }
    .cta-title { font-size: 26px; margin-bottom: 12px; }
    .cta-description { font-size: 16px; margin-bottom: 25px; }
    .cta-button { padding: 15px 35px; font-size: 16px; display: block; max-width: 100%; }
}
@media (max-width: 480px) {
    .cta-title { font-size: 22px; }
    .cta-description { font-size: 14px; }
    .cta-button { padding: 14px 30px; font-size: 15px; }
}

/* ============================================
   Related Services Section
   ============================================ */
.related-services-section {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f1ff 100%);
    padding: 60px 0;
    margin-top: 60px;
}
.related-header {
    text-align: center;
    margin-bottom: 40px;
}
.related-title {
    font-size: 32px;
    font-weight: 700;
    color: #3a75fa;
    margin-bottom: 12px;
}
.related-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}
.related-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.related-service-card {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.related-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(58, 117, 250, 0.2);
    border-color: #3a75fa;
    text-decoration: none;
}
.related-service-icon { margin-bottom: 15px; }
.service-emoji {
    font-size: 48px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.related-service-card:hover .service-emoji { transform: scale(1.1); }
.related-service-title {
    font-size: 16px;
    font-weight: 700;
    color: #3a75fa;
    margin-bottom: 10px;
    line-height: 1.4;
}
.related-service-description {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .related-services-section { padding: 40px 0; }
    .related-title { font-size: 24px; }
    .related-subtitle { font-size: 14px; }
    .related-services-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 15px; }
    .related-service-card { padding: 20px 15px; }
    .service-emoji { font-size: 36px; }
    .related-service-title { font-size: 14px; }
    .related-service-description { font-size: 12px; }
}
@media (max-width: 480px) {
    .related-services-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   External Review Platforms & Service Subheading
   ============================================ */
.sf-external-reviews {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.sf-external-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sf-review-platforms {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.sf-platform-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.sf-platform-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-decoration: none;
}
.sf-platform-link.sf-trustpilot { background: #00b67a; padding: 12px 20px; }
.sf-platform-link.sf-trustpilot:hover { background: #009567; }
.sf-trustpilot-logo { height: 28px; width: auto; }
.sf-platform-link.sf-google { background: #fff; color: #333; border: 2px solid #e0e0e0; }
.sf-platform-link.sf-google:hover { border-color: #4285F4; color: #333; }
.sf-platform-link.sf-google .sf-platform-logo { height: 24px; width: 24px; }
.sf-platform-text { font-weight: 600; font-size: 14px; white-space: nowrap; }
@media (max-width: 576px) {
    .sf-review-platforms { flex-direction: column; align-items: center; }
    .sf-platform-link { width: 100%; max-width: 280px; justify-content: center; }
}
.service-subheading {
    font-size: 17px;
    color: #555;
    text-align: center;
    margin: 15px auto 0;
    max-width: 750px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.3px;
}
@media (max-width: 768px) {
    .service-subheading { font-size: 15px; padding: 0 20px; margin: 12px auto 0; }
}
@media (max-width: 576px) {
    .service-subheading { font-size: 14px; padding: 0 15px; }
}

/* ============================================
   qualityToggle display fix
   ============================================ */
#qualityToggle {
    display: block !important;
}

/* === Hide Buy Now button on free service pages === */
body[href*="free-facebook-video-views"],
body[href*="free-instagram-comments"],
body[href*="free-instagram-followers"],
body[href*="free-instagram-likes"],
body[href*="free-instagram-views"],
body[href*="free-tiktok-followers"],
body[href*="free-twitter-tweet-views"],
body[href*="get-free-tiktok-likes"],
body[href*="get-free-tiktok-video-views"],
body[href*="get-free-youtube-community-post-likes"],
body[href*="get-free-youtube-video-likes"] {
    .mb-0.click.buy-now-button,
    .mb-0.buy-now-button.onlymobile,
    .mb-0.buy-now-button.onlydesktop {
        display: none !important;
    }
}