.wa-link {
    width: 100%;
    color:white;
    padding: 10px 15px;
    background-color: red;
    border-radius: 5px;
    margin-top: 10px;
}

.wa-link a {
    font-size: 21px;
    color:white;
    font-weight: 800;
    text-decoration: none;
}

.wa-link span {
    padding: 5px 10px;
    color: red;
    margin-right: 10px;
    border-radius: 5px;
    background-color: white;
}

div.link-container {
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.link-container input {
    width: 100%; 
    border: none;
    outline: none;
    color: #f1f1f1;
    padding: 9.4px 15px !important;
    font-size: 21px !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #080808;
}

.copy-post-link {
    all: unset;
    padding: 10px 15px !important;
    color: #fff;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    background-color: #097bed;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.copy-post-link:hover {
    background-color: #B80304;
}

.flex {
    display: flex;
}

.flex > * {
    height: 100%;
}

@media screen and (max-width: 991px) {
    .flex:not(.no-break) {
        flex-direction: column;
    }

    .copy-post-link {
        padding: 10px 5px !important;
        max-width: 50px !important;
    }

    .flex .ms-2 {
        margin-left: 0 !important;
    }     
    
    
}

div.whatsapp-ads {
    /* margin-bottom: 25px !important; */
    padding-bottom: 45px;
    border-bottom: 3px solid red;
}


.tooltip-text {
    position: absolute;
    display: none;
    color: #FFFEFE;
    text-align: center;
    padding: 3px 7px;
    border-radius: 5px;
    z-index: 5;
    font-size: 14px;
    bottom: 125%;
    right: 7%;
    transition: all 2s ease-in-out;
    background-color: #B80304;
    border: 1px solid #FFFEFE;
}

.tooltip-text:after {
    content: "";
    position: absolute;
    bottom: -70%;
    left: 33%;
    z-index: 3;
    border-width: 10px;
    border-style: solid;
    border-color: #080808 transparent transparent transparent;
}

.copy-tooltip {
    /* top: -29px;
    width: 100%;
    position: absolute; */
    display: inline-block;
}

#accordionFlushSpyApp {
    border: 2px solid #B80304;
}

.accordion-collapse.collapse,
#accordionFlushSpyApp .accordion-button.collapsed {
    border-bottom: 2px solid #B80304;
}

#accordionFlushSpyApp #flush-headingFour.collapsed,
#flush-collapseFour.collapse,
#flush-collapseFour.collapsed {
    border: none !important;
}

.mt-3 {
    margin-top: 25px !important;
}

a.btn--base.base-hover:hover {
    color: #080808 !important;
}

.order-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.order-item:first-child {
    margin-top: 15px;
    border-top: 3px solid var(--base);
}

#referral_code_area {
    position: relative;
}

#referral_code_area input {
    color: #fff;
    outline: none;
    border: none;
    width: 100%;
    font-size: 21px !important;
    padding: 17px 12px !important;
    border-radius: 8px;
    background-color: #B80304 !important;
}

#referral_code_area button {
    all: unset;
    color: #fff;
    font-size: 19px;
    right: 10px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    padding: 9px 15px !important;
    border-radius: 50%;
    background-color: #000;
}

#referral_code_container {
    padding: 0;
}



.ai-center {
    align-items: center !important;
}

.bg-main {
    background-color: #B80304 !important;
}

.dark-version div.experience,
.dark div.experience,
.dark div.why-choose-item,
.dark div.testimonial-item,
.dark div.whatsapp-ads,
.dark #spy-page,
.dark .single-service {
    background-color: #fff !important;
}

.dark div.accordion-item {
    border: 2px solid #f1f1f1;
}

.dark-version div.experience p,
.dark-version div.experience h1,
.dark-version div.experience h2,
.dark-version div.experience h3,
.dark div.experience h3,
.dark-version div.experience h4,
.dark-version div.experience h5,
.dark div.experience p,
.dark div.why-choose-item p,
.dark div.why-choose-item h3,
.dark .testimonails-card p,
.dark .testimonails-card h5,
.dark .testimonails-card span,
.dark div.whatsapp-ads h3,
.dark div.whatsapp-ads p,
.dark #spy-page h3,
.dark #spy-page p,
.dark .single-service h3,
.dark .single-service p {
    color: #000 !important;
}

.dark div.testimonial-item {
    padding-bottom: 0px !important;
}

.dark div.dashboard-body:not(#dashboard),
.dark div.account-form:not(#dashboard) {
    border: 0.3px solid #d5d5d5;
    box-shadow: grey 20px 30px 40px -2.5em inset; 
    border-radius: 8px;
}

.dark form.verify-gcaptcha input.form--control {
    border: 2px solid #cfcfcf !important;
}

.dark form.verify-gcaptcha input.form--control:focus {
    border: 2px solid #B80304 !important;
}

/* Styling the WhatsApp button */
.whatsapp-btn {
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    cursor: pointer;
}

.whatsapp-btn img {
    width: 35px;
    height: 35px;
}

/* Hover effect */
.whatsapp-btn:hover {
    background-color: #20bf5f;
}

.contact-area {
    position: fixed;
    bottom: 75px;
    right: 18px;
    z-index: 100;
}

.contact-area span {
    position: absolute;
    color: #fff;
    left: -160px;
    align-items: center;
    top: -34px;    
    width: fit-content !important;
    font-size: 18px;
    display: flex;
    border-radius: 7px;
    background-color: #25D366; /* WhatsApp green */
    padding: 8px 13px;
}

.contact-area:hover span {
    display: flex;
    opacity: 1; 
    animation: fadeIn 2s forwards;
}

.contact-area span img {
    margin-right: 5px;
}

.contact-area span:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -8px;
    z-index: 3;
    transform: rotate(200deg);
    border-width: 11px;
    border-style: solid;
    border-color: #25D366 transparent transparent transparent;
}

/* Keyframes for fade off */
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; display: none; } /* Fully transparent and hidden */
}

/* Keyframes for fade off on hover */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 0; display: flex; }
}

#referral_box,
.design-bg {
    color: #fff;
    padding: 30px 50px;
    border-radius: 7px;
    font-size: 19px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(184,3,4,1) 35%, rgba(0,0,0,1) 100%);
}

#referral_box h4,
.design-bg h4 {
    color: #fff;
    font-weight: 600;
}

#referral_box p,
.design-bg p {
    color: #fff;
    font-weight: 600;
}

.telegram-btn,
.design-bg button {
    color: #000;
    padding: 7px 15px;
    font-weight: 800;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); 
}

.telegram-btn:hover,
.design-bg button {
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
}

.grid {
    display: grid;
    grid-template-columns: minmax(300px, (1fr, 2));
}

.w-45 {
    width: 45% !important;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.text-md {
    font-size: 23px;
}

.support-image {
    width: 240px;
    height: 170px;
    border-radius: 50%;
}

.faq-bg {
    background:  #b80304;
}


.b-3 {
    font-weight: 800 !important;
}

#myTvimages div {
    width: 100%;
}

.mr-3 {
    margin-right: 20px !important;
}

#myTvimages img {
    width: 100%;
    min-height: 300px;
}


#myTvimages:first-child {
    margin-right: 20px !important;
}

.mr-2 {
    margin-right: 12px;
}

.mb-2 {
    margin-bottom: 12px;
}

.mb-3 {
    margin-bottom: 17px;
}

#whatsappAdsBanner {
    border-radius: 10px;
    background-repeat: no-repeat;
    position: relative; 
    background-size: 100% 100%;
    background: url("https://makavelitv.com/application/public/images/whatsapp/Whatsapp-bg.png");
    background-color: #25d366;
}

.home-img  {
    width: 300px;
    animation: astronautFloat 7s ease-in-out infinite;

}

@keyframes astronautFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(20px) rotate(3deg);
    }


    100% {
        transform: translateY(0) rotate(0deg);
    }
}


@-webkit-keyframes astronautFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(20px) rotate(3deg);
    }


    100% {
        transform: translateY(0) rotate(0deg);
    }
}


@media screen and (max-width: 575px) {
    #referral_code_area input {
        font-size: 14px !important;
        padding: 20px 15px !important;
    }

    #whatsappAdsBanner {
        padding: 15px 20px !important;
    }

    .break {
        flex-direction: column !important;
    }

    .mobile-d-none {
        display: none !important;
    }

    .btn--base.w-50 {
        width: fit-content !important;
    }

    .mobile-mb-3 {
        margin-bottom: 15px;
    }

    #spy-page {
        width: 90%;
        margin: 30px auto;
        border-radius: 8px;
    }

    #referral_box,
    .design-bg {
        margin-top: -10px;
        padding: 15px 17px;
    }

    div.logo-wrapper img,
    .footer-item__logo img {
        width: 100px !important;
        height: 80px !important;
    }

    .mobile-mt-3 {
        margin-top: 20px !important;
    }

    .flex-between {
        flex-wrap: wrap;
    }
    
    .flex-between > div {
        width: 100%;
        margin-right: 0 !important  ;
    }

    .flex-between > div:last-child {
        margin-top: 30px !important  ;
    }

    .support-image {
        width: 200px;
        height: 200px;
    }
    
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  }
  
  .modal-content {
    background-color: #fff;
    margin: 15% auto; /* 15% from top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
    border-radius: 8px;
    text-align: center;
  }
  
  h2 {
    margin-top: 0;
    color: #333;
  }
  
  p {
    font-size: 16px;
    color: #555;
  }
  
  .phone-number {
    font-size: 20px;
    font-weight: bold;
    color: #27ae60;
  }
  
  .close-butn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close-butn:hover,
  .close-butn:focus {
    color: #000;
    text-decoration: none;
  }
  
  .modal button {
    background-color: #B80304;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .modal button:hover {
    background-color: #c50c0c;
  }
  
  #existModalCenter {
    display: none !important;
  }
  
.sidebar-menu-wrapper {
    overflow-y: scroll;
    min-height: 100vh;
    height: 100% !important;
  }