:root {
--blue-bg-color: #0a152f;
--color-white: #ffffff;
--btn-sumbit: #ff7542;
--btn-register: #0A152F;
--btn-payment: #3d0099;
--btn-payhover: #290066;
--btn-edit: #FF7542;
--btn-edithover: #cc0000;
--color3: #ff6b00;
--color4: #f58529;
--color5: #ffdec2;
--color6: #e7358a;
--color7: #1a5a7f;
--color8: #32b4ff;
--color-9: #e1e1e1;
--join-soon: #27ae60;
--border-color: #ededed;
--show-more: #f8f8f8;
--gift-bg: #fff3f9;
--faq: #f9f9f9;
--border-bottom: #dddddd;
--blue-coverage-color: #000080;
}
@font-face {
font-family: "Baloo 2";
src: url(../fonts/Baloo2-Regular.ttf);
}

@font-face {
font-family: "M PLUS Rounded 1c";
src: url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.ttf);
}

::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: white;
box-shadow: inset 0 0 5px #f1f1f1;
}

::-webkit-scrollbar-thumb {
background: #001a66;
}

::-webkit-scrollbar-thumb:hover {
background: #0033cc;
}

input[type="radio"] {  
  width: 1.1rem;
  height: 1.1rem;
  background-color: rgba(238, 236, 242, 0.8);
  color: white;
  position: absolute;
  left: 7px;
}

input[type="radio"]:checked {
  background-color: rgba(32, 6, 76, 0.8);  
}

.pwa-footer {
	border-top: 1px solid grey;
}

.pwa-footer a {
	text-decoration: inherit;
	color: #000000;
}

.fs-formula {
    font-size: 0.5rem;    
}

.btn_xl_green {
	font-size: 1.1rem;
	position: relative;
	display: flex;
	padding: 5px;
	text-decoration: inherit;
	color: #ffffff;
	background-color: #002266;
	min-height: 4em;
	min-width: 8em;
	margin-bottom: 10px;
}

.btn_xl_green:hover {
	color: #ffffff;
	background-color: #0A152F;
	font-weight: bold;
}

.btn_custom_small {
	color: #ffffff;
	background-color: #002266;
	padding: 2px 5px 2px 5px;
	text-decoration: inherit;
	min-height: 1em;
	min-width: 4em;
	font-size: 0.8rem;
}

.required-field::after {
content: "* Required";
font-style: italic;
color: red;
}

.bg-custom-sky {
background-color: #cbe2f8;
}

.bg-custom-grass {
background-color: #b9f9bb;
}

.bg-custom-grass-opacity {
background-color: #e6ffee;
}

.bg-custom-sky-opacity {
background-color: #f2e7f5;
}

.bg-custom-danger-opacity {
background-color: #ffe6e6;
}

.copy-icon {
font-size: 1.5rem;
}

.fw-bolder {
font-weight: 900 !important;
}
body {
font-family: "Baloo 2", "M PLUS Rounded 1c", sans-serif;
background-color: var(--color-white);
}

.custom-blue-bg {
background-color: var(--blue-bg-color);
}
.w-nav {
border-radius: 0 0 0 1rem;
padding: 1rem;
background-color: var(--blue-bg-color);
}

.dropdown-toggle::after {
display: none;
}
.bg-blue-custom {
background-color: var(--blue-bg-color);
border: 0 0 0 1rem;
}
.custom-nav-gap {
gap: 4rem;
}
.show {
display: flex !important;
}
.menu-list {
background-color: white;
left: -26rem !important;
top: 3.25rem !important;
border-radius: 0 0 1rem 1rem !important;
}
.white-nav {
width: 35rem;
background-color: white;
border-radius: 0 0 1rem 0;
}
.menu-li {
background-color: rgba(255, 255, 255, 0.1);
}

.nav-accord .accordion-button {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0.25rem !important;
margin: 0.4rem 0;
}
.ml-custom {
display: flex;
align-items: center;
gap: 0.5rem;
}
.nav-accord .accordion-body {
padding: 0.5rem !important;
}
.accordion-body ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 0.5rem !important;
}
.nav-accord .accordion-button img {
margin-right: 1rem;
}
.menu-li:hover {
background-color: transparent !important;
}

.menu-li a:hover {
background-color: transparent !important;
}
.no-border {
border: none;
outline: none !important;
box-shadow: none !important;
}

.sign-up:hover {
background-color: var(--color-white) !important;
color: var(--blue-bg-color) !important;
}

.login:hover {
border: 1px solid var(--color-white);
}

#more_categories_button:hover {
background-color: red;
border-radius: 5px;				
}
#more_categories_button:focus {
background-color: blue;
border-radius: 5px;				
}
#more_services_button {
background-color: #0033cc;
border-radius: 5px;
color: white;
}
#more_services_button:hover {
background-color: #001a66;
border-radius: 5px;
color: white;
}
#more_services_button:focus {
background-color: #000d33;
border-radius: 5px;
color: white;
}
.dropdown-item:hover {
background-color: red;
border-radius: 5px;
height: 40px;
}
.dropdown-item:focus {
background-color: blue;
border-radius: 5px;
height: 40px;
}

.dropdown-item-auth {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item-auth:hover {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item-auth:focus {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.text-blue {
color: var(--blue-bg-color);
}

.social-icons {
width: 7rem;
height: 7rem;
}
.social-icons-container {
border: 1px solid var(--border-color);
}
.social-icons-container:first-child {
border: 1px solid var(--border-color);
padding: 0.5rem 0.25rem !important;
}

.access-section {
margin-top: 4rem;
}

#socialContainer {
margin-top: 3rem;
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 1rem;
}

.show-more {
background-color: var(--show-more);
margin-top: 4rem;
transition: background-color 0.3s ease, color 0.3s ease;
}
.show-more:hover {
background-color: var(--blue-bg-color);
color: white;
}
/* Footer */
.footer-icons-div {
margin-top: 3rem;
}
.footer-icons {
width: 2rem;
height: 2rem;
}

.footer-desc {
margin-top: 3rem;
}
.footer-logo {
width: 10rem;
}

.popular-services {
color: var(--color3);
margin-top: 3rem;
}

.mt-16 {
margin-top: 4rem;
}
.px-6 {
padding: 0 3rem;
}

.pb-12 {
padding-bottom: 3rem;
}
.px-12 {
padding: 0 3rem;
}

.px-16 {
padding: 0 4rem;
}
.gap-24 {
gap: 5rem;
}

.width-max-content {
width: max-content;
}

.border-margin {
margin: 0 3rem;
}
.new-order-form {
background-color: var(--show-more);
}
.service-card {
background-color: var(--show-more);
display: flex;
flex-direction: column;
justify-content: center;
}

.btn-submit {
background-color: var(--btn-sumbit);
color: white;
border: 1px solid var(--btn-sumbit) !important;
font-weight: 900;
}
.btn-submit:hover {
color: var(--btn-sumbit);
background-color: transparent;
}
.service-heading {
color: var(--color4);
font-weight: bold;
font-size: 24px;
}
.service-details {
margin-bottom: 20px;
}
.details-title {
font-weight: 900 !important;
margin-top: 20px;
margin-bottom: 0;
}
.details-content {
margin-bottom: 10px;
}

.gifts-div {
background-color: var(--gift-bg);
}
.gift-box {
background-color: var(--blue-bg-color);
}
.gift-number {
color: var(--color4);
}
.gift-number {
background-color: var(--color5);
}
.w-70 {
width: 70%;
}
.link-submit {
background-color: var(--color6);
color: white;
border: 1px solid var(--color6) !important;
transition: background-color 0.3s ease, color 0.3s ease;
}
.link-submit:hover {
background-color: transparent;
color: var(--color6);
}
.time-div {
border: 1px solid var(--color7);
background-color: rgba(50, 180, 255, 0.08);
}
.timer-text {
color: var(--color7);
margin: 0 !important;
}
.gap-8 {
gap: 2rem;
}
.mt-8 {
margin-top: 8rem;
}
.timer {
color: var(--color6);
}

.fs-7 {
font-size: 0.875;
}

.btn-amazing {
background-color: var(--blue-bg-color);
color: var(--border-color);
width: 100%;
}

.grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 10px;
}

.drop-section {
background-color: var(--show-more);
}
.btn-drop {
background-color: var(--color3);
color: var(--border-color);
width: 100%;
}
.mt-6 {
margin-top: 2.5rem;
}
.join-div {
margin-top: -3rem;
}
.join-me-soon {
background-color: var(--join-soon);
border: 1px solid var(--join-soon) !important;
border-radius: 1rem !important;
}
.join-me-soon:hover {
background-color: transparent;
color: var(--join-soon) !important;
}
.coverage-cards-container {
overflow-x: hidden !important;
}

.service-cards-container {
overflow-x: hidden !important;
}

.prev {
top: 10rem !important;
}
.next {
top: 10rem !important;
}
.coverage-card {
background-color: var(--show-more);
width: 15rem;
}

.coverage-card-btn {
background-color: var(--blue-bg-color);
}

.coverage-card-btn:hover {
background-color: var(--blue-coverage-color);
}

.swiper-button-prev,
.swiper-button-next {
font-size: 0.5rem;
color: black;
}

.service-numbers {
background-color: var(--blue-bg-color);
}

.see-more {
background-color: var(--blue-bg-color);
border: 1px solid var(--blue-bg-color) !important;
}
.see-more:hover {
background-color: transparent;
color: var(--blue-bg-color) !important;
}
.articles-cards {
border: 1px solid var(--color-9);
display: flex;
justify-content: center;
flex-direction: column;
}
.my-16 {
margin: 4rem 0;
}
.numbers-section {
margin: 8rem 0 !important;
}

.content-section {
margin: 8rem 0 !important;
}

.access-section {
margin: 4rem 0 !important;
}
.article-section {
margin: 8rem 0 !important;
}
.gift-section {
margin: 8rem 0 !important;
}
.smmpanel-section {
margin: 8rem 0 !important;
}

/* Edit */
.btn-edit {
background-color: var(--btn-edit) !important;
border: 3px solid var(--color-white) !important;
}

.btn-edit:hover {
background-color: var(--btn-edithover) !important;
color: var(--color-white) !important;
border: 3px solid var(--btn-edit) !important;
}

/* Payment */
.btn-payment {
background-color: var(--btn-payment) !important;
border: 3px solid var(--color-white) !important;
}

.btn-payment:hover {
background-color: var(--btn-payhover) !important;
color: var(--color-white) !important;
border: 3px solid var(--btn-payment) !important;
}

/* Login */
.login-section {
margin: 8rem 0 !important;
}

.btn-login {
background-color: var(--btn-sumbit);
border: 1px solid var(--btn-sumbit) !important;
}

.btn-login:hover {
background-color: transparent;
color: var(--color3) !important;
}
.login-container {
background-color: var(--show-more);
}

/* Register */
.register-section {
margin: 8rem 0 !important;
}

.btn-register {
background-color: var(--btn-register);
border: 1px solid var(--btn-register) !important;
}

.btn-register:hover {
background-color: transparent;
color: var(--btn-register) !important;
}
.register-container {
background-color: var(--show-more);
}

/* about us */
.aboutus-section {
margin: 4rem auto !important;
}

/* service */
.free-followers-btn {
background-color: var(--blue-bg-color);
border: 1px solid var(--blue-bg-color) !important;
}
.free-followers-btn:hover {
background-color: transparent !important;
color: var(--blue-bg-color) !important;
}
.instagram-servicecard {
border: 1px solid var(--border-color);
width: 20rem !important;
}
.instagram-servicecard p {
margin: 0;
}

#instagram-service-slider {
margin: 8rem 0 !important;
}
.i-service-imgs {
background-color: var(--show-more);
}

/* blog */
.blog-section {
margin: 8rem 0 !important;
}

.blog-heading {
margin-top: 4rem !important;
}
.blog {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 10px;
}
.page-link {
border-radius: 1.75rem !important;
color: black !important;
font-weight: bolder;
padding: 0.5rem 1rem !important;
}
.active > .page-link,
.page-link.active {
z-index: 3;
color: white !important;
background-color: var(--blue-bg-color);
border-color: var(--bs-pagination-active-border-color);
border-radius: 1.75rem !important;
}
.page-item {
border-radius: 1rem !important;
border-width: 0 !important;
}

/* contactus */

.contactus-section {
margin: 8rem 0 !important;
}

/* post */

.rush-section {
margin-top: 4rem !important;
margin-bottom: 4rem;
}
.w-30 {
width: 30% !important;
}
.related-servicecard {
background-color: var(--show-more);
}
.img-size {
width: 2rem;
}
.buy-me-btn {
background-color: var(--blue-bg-color);
border: 1px solid var(--blue-bg-color);
}
.buy-me-btn:hover {
background-color: transparent;
color: var(--blue-bg-color) !important;
}

/* faq */
.faq-section {
margin: 8rem auto !important;
}

.faqs-bg {
background-color: var(--faq);
}
.faq-container {
max-width: 800px;
margin: auto;
padding: 20px;
background-color: #f9f9f9 !important;
}
.faq-item {
border-radius: 5px;
margin-bottom: 10px;
}
.faq-question {
padding: 15px;
background-color: #ffffff;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.faq-answer {
display: none;
padding: 15px;

transition: max-height 0.3s ease;
background-color: white;
}
.icon {
font-weight: bold;
font-size: 18px;
}
.social-icons-container p {
margin: 0 !important;
}
.faq-section .accordion-button::after {
content: "+" !important;
font-weight: bold;
margin-left: auto;
}
.faq-section .accordion-button.collapsed::after {
content: "+" !important;
}
.faq-section .accordion-button:not(.collapsed)::after {
content: "-" !important;
}
.bg-custom-blue {
background-color: var(--blue-bg-color) !important;
}
.parent-accordion-body {
padding: 0 !important;
}
.nav-accord .accordion-item {
background-color: var(--blue-bg-color) !important;
}
.nav-accord .accordion-button::after {
color: #ffffff !important;
display: none;
}

.custom-b-none {
--bs-accordion-border-width: 0 !important;
}
.nav .accordion * {
background-color: var(--blue-bg-color) !important;
}
.nav-accord .accordion-button {
color: white;
}

.sub-service-items {
background-color: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.09);
}
/* media queries */
/* Custom CSS for small screens */
@media (max-width: 1439px) {
.social-icons {
width: 5rem !important;
height: 5rem !important;
}
}
@media (max-width: 1230px) {
#socialContainer {
grid-template-columns: repeat(3, 1fr) !important;
}

.w-70 {
width: 90% !important ;
}
}
@media (max-width: 991.98px) {
.blog {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 10px;
}
.navbar-collapse {
flex-basis: 100%;
}
.navbar-brand {
margin-right: auto;
margin-left: 0;
}
.login-signup {
margin-left: auto;
margin-right: 0;
}
}
@media screen and (max-width: 321px) {
.lines-img {
width: 5rem !important;
}
}
@media screen and (max-width: 375px) {
.sign-up {
padding: 0.25rem 0.75rem !important;
}
.navbar-brand img {
width: 6rem;
}
.navbar-toggler {
padding: 0 !important;
}
.lines-img {
width: 8rem;
}
}
@media (max-width: 768px) {
.col-md-6 {
/* flex: 0 0 auto; */
width: 50% !important;
}
}
@media screen and (max-width: 481px) {
.join-me-soon {
padding: 1rem 1rem !important;
}
.gifts-box-container {
justify-content: start !important;
}
.drop-heading {
position: absolute;
width: 100%;
top: 0 !important;
left: 50% !important;
}
.btn-drop {
padding: 1rem 1rem !important;
border-radius: 1.5rem !important;
}
.btn-amazing {
padding: 1rem 1rem !important;
border-radius: 1.5rem !important;
}
.sm-desc {
margin: 0 !important;
}
.pad-custom {
padding: 0 1rem;
}
.bg-blue-custom {
border-radius: 0 !important;
}
.show {
display: block !important;
}
.white-nav {
width: 100% !important;
}
.fs-7-f {
font-size: 1rem !important;
}
.blog {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 10px;
}
.w-sm-75 {
width: 75% !important;
}
.access-section {
margin: 0 !important;
}
.numbers-section {
margin: 1.5rem 0 !important;
}

.content-section {
margin: 1.5rem 0 !important;
}

.article-section {
margin: 1.5rem 0 !important;
}
.gift-section {
margin: 1.5rem 0 !important;
}
.smmpanel-section {
margin: 1.5rem 0 !important;
}
.w-sm-60 {
width: 60% !important;
}
.w-sm-60 p {
font-size: 0.75rem !important;
}
.lines-img {
width: 5rem;
}
.social-icons-container p {
font-size: 0.7rem;
margin: 0 !important;
}
.social-icons {
width: 2.5rem !important;
height: 2.5rem !important;
}
.w-sm-100 {
width: 100% !important;
}
.coverage-cards-container .swiper-slide {
display: flex;
justify-content: center;
}

.fs-7 {
font-size: 0.875rem;
}

.service-cards-section .swiper-button-next,
.service-cards-section .swiper-button-prev {
top: 10rem !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 1rem !important;
}
.fs-m-3 {
font-size: 1rem !important;
}
}

@media (max-width: 1025px) {
.white-nav {
width: 20rem !important;
}

.ab-one {
background-color: transparent !important;
width: 8rem;
}

.custom-head {
display: flex;
justify-content: center;
}
}
@media (min-width: 992px) {
.menu-list {
background-color: white;
left: -26rem !important;
top: 3.25rem !important;
border-radius: 0 0 1rem 1rem !important;
}
.gifts-div {
padding: 3rem 0 10rem 0 !important;
}
#socialContainer {
grid-template-columns: repeat(6, 1fr);
}

.navbar-collapse {
margin-left: 5rem;
}
}

@media (max-width: 991.98px) {
#socialContainer {
grid-template-columns: repeat(3, 1fr);
}
}
