




/* Preloader overlay */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d1117;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    }

/* Preloader container */
.preloader {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Rotating rings */
.ring {
    width: 150px;
    height: 150px;
    border: 4px solid transparent;
    border-top: 4px solid #f7931a;
    border-radius: 50%;
    position: absolute;
    animation: spin 2s linear infinite;
    box-shadow: 0 0 25px rgba(247, 147, 26, 0.6);
}

.ring:nth-child(2) {
    width: 110px;
    height: 110px;
    border-top: 4px solid #8c4ae6;
    animation: spinReverse 3s linear infinite;
    box-shadow: 0 0 25px rgba(140, 74, 230, 0.6);
}

    /* Bitcoin symbol in center */
.btc-symbol {
    font-size: 50px;
    color: #f7931a;
    text-shadow: 0 0 15px #f7931a, 0 0 25px #8c4ae6;
    animation: pulse 2s infinite alternate;
}

    /* Animations */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
 }

@keyframes spinReverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.2); opacity: 1; }
}

    /* Example landing page content */
.content {
    display: none;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.content.show {
    display: block;
    animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* <!-- ==============================================
preloader :end
==================================================== --> */


.nav2{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.nav-link a{
    transition: 0.4 ease-in;
}
#nav-link a:hover{
    color: #622faa;
}
/* <!-- ======================================================
    END HEADER SECTION
========================================================== --> */


    /* input coutry style */
    /* body {
      font-family: Arial, sans-serif;
      padding: 20px;
    } */
   
 

/* <!-- ======================================================
    END SERVICE/About SECTION
=============================================================--> */

.section-about{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 3rem;
    		

}
.media{
    display: flex;
    justify-content: center;
    align-items: center;	
}
.media img{
    position: absolute;
}


.play-button {
position: relative;
width: 100px;
height: 100px;
background: #622faa;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 2.5rem;
text-decoration: none;
overflow: visible;  /* allow ripples outside */
}

.play-icon {
position: relative;
z-index: 3; /* keep icon above ripples */
}

/* Ripple effect */
.ripple {
position: absolute;
top: 50%;
left: 50%;
width: 50%;
height: 50%;
border: 2px solid #2563eb;
border-radius: 50%;
transform: translate(-50%, -50%) scale(1);
opacity: 0.6;
animation: ripple 2s infinite;
z-index: 1;
}

.ripple:nth-child(2) { animation-delay: 0.6s; }
.ripple:nth-child(3) { animation-delay: 1.2s; }

@keyframes ripple {
from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
}
to {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
}
}



/* RESPONSIVE */
@media(max-width: 767px){
    .section-title h3 {
        font-size: 28px;
    }
    .left-media, .right-content {
        text-align: center;
    }
    .right-content {
        margin-top: 5px;
    }
}
.right-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #cbd5e1;
    text-align: justify;
    font-size: 1.2rem;
    max-width: 500px;
}

/* <!-- ======================================================
    END SERVICE/About SECTION css
=============================================================--> */

#client{
    background-image: url(image/map.png);
    background-size: cover;
    background-color:#0d111788;
    height: 70vh;
    background-blend-mode: multiply;
    background-attachment: fixed;
    

}
.card1 .card{
    background-color:#0d1117;
    width: 100%;
    height:20rem;
    align-items: center;
    text-align: center;
    border: none;
    outline: 0.1px solid #afacac;
    color: #afacac;
}
.card1 .card-body{
    margin-top: 2.5rem;
}
.card1 p{
    font-size: 1rem;
}

.single-team-meta h4{
    color: white;
}


/* <!-===============================================
- END PROMO SECTION 
=========================================================--> */

/* <!-===============================================
-Media SECTION 
=========================================================--> */
    .media{
        display: flex;
        justify-content: center;
        align-items: center;	
    }
    .media img{
        position: absolute;
    }
    .media-section {
    justify-content: center;
    align-items: center;
    
    }

    .play-button {
    position: relative;
    width: 100px;
    height: 100px;
    background: #622faa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2.5rem;
    text-decoration: none;
    overflow: visible;  /* allow ripples outside */
    }

    .play-icon {
    position: relative;
    z-index: 3; /* keep icon above ripples */
    }

    /* Ripple effect */
    .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border: 2px solid #2563eb;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    animation: ripple 2s infinite;
    z-index: 1;
    }

    .ripple:nth-child(2) { animation-delay: 0.6s; }
    .ripple:nth-child(3) { animation-delay: 1.2s; }

    @keyframes ripple {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    to {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
    }

/* <!-===============================================
-Media SECTION end
=====================================================--> */

/* <!-===============================================
-.testimonials
=====================================================--> */
.testimonials {
background: #0f1824; /* dark background */
font-family: "Segoe UI", sans-serif;
display: flex;
justify-content: center;
align-items: center;
}

.testimonial {
background: #131d2b;
color: #ddd;
border-radius: 12px;
padding: 20px;
max-width: 320px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
border: 1px solid rgba(255, 255, 255, 0.05);
}

.testimonial .quote-icon {
font-size: 40px;
color: #f39c12; /* orange quote */
margin-bottom: 10px;
}

.testimonial p {
font-size: 0.95rem;
line-height: 1.5;
margin-bottom: 20px;
color: #cfd6e1;
}

.author {
display: flex;
align-items: center;
gap: 12px;
}

.author img {
width: 48px;
height: 48px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #444;
}

.author-info h4 {
margin: 0;
font-size: 1rem;
font-weight: bold;
color: #fff;
}

.author-info span {
font-size: 0.85rem;
color: #aaa;
}

/* <!-- end section title -->	 */


    .quote {
font-size: 120px;
color: #f39c12;
text-align: left;

}
.testimonials {
background: #0f172a;
color: #fff;
padding: 40px 0;
text-align: center;
overflow: hidden;
}


.testimonial-wrapper {
width: 100%;
overflow: hidden;
position: relative;
}

.testimonial-track {
display: flex;
width: max-content;
animation: scroll 20s linear infinite;
}

.testimonial {
background: #1e293b;
margin: 0 15px;
padding: 20px 30px;
border-radius: 12px;
font-size: 1rem;
min-width: 250px;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Animation for infinite scrolling */
@keyframes scroll {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-50%);
}
}


/* <!-===============================================
Calculator SECTION
=====================================================--> */

.calculator {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #0d1117;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #fff;
    }


    .convert-box {
    flex-wrap: wrap;
    background: #161b22;
    padding: 40px;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    text-align: center;
    }

    .convert-box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    }

    .form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    }

    .input-grou {
    flex: 1;
    display: flex;
    align-items: center;
    background: #1e2732;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #2d3845;
    width: 30rem;
    }

    .input-grou img {
    width: 22px;
    height: 22px;
    margin: 0 10px;
    }

    .input-grou select,
    .input-grou input {
    padding: 12px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
    outline: none;
    flex: 1;
    }

    .input-grou select {
    cursor: pointer;
    }

    .btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
    }

    .btn:hover {
    background: #1d4ed8;
    }

    #result {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    }
/* end .calculator */


/* <!-- =============================
Popup Notification
=============================== --> */
.popup { 
  position: fixed;
  bottom: 120px;
  right: 40px;
  background: #fff;
  color: #000;
  padding: 12px 18px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  display: none;
  animation: fadeIn 0.6s ease, fadeOut 0.6s ease 4s;
  font-size: 14px;
  z-index: 1000;
  max-width: 280px;   /* prevent stretching */
  word-wrap: break-word;
}

.popup strong {
  font-weight: bold;
}

.popup .amount {
  display: block;
  color: #ff4500;
  font-size: 16px;
  margin-top: 4px;
  font-weight: bold;
}

/* Tablet screens */
@media (max-width: 992px) {
  .popup {
    bottom: 100px;
    right: 20px;
    font-size: 13px;
    padding: 10px 15px;
    max-width: 240px;
  }
 
  .popup .amount {
    font-size: 15px;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
     .page-banner{
    margin-top: -2.7rem;
  }

  .popup {
    bottom: 80px;
    right: 10px;
    left: 10px;        /* center horizontally */
    font-size: 12px;
    padding: 8px 12px;
    max-width: unset;  /* allow full width */
    text-align: center;
    width: 150px !important;
  }

  .popup .amount {
    font-size: 14px;
  }
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(20px); }
}


    
/* footer */
.single-fcontact a{
    color: white;
    font-weight: 400;
    transition: ease-in 0.4s;
}
.single-fcontact a:hover{
    color: #8c4ae6;
}
.single-fcontact i{
    color:#f39c12;

}
/* /====================================================================
=================================================================== */

    .btn {display:inline-block;padding:12px 18px;background:#8c4ae6;color:#fff;border-radius:8px;border:none;cursor:pointer}
    .modal {position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.45);visibility:hidden;opacity:0;transition:.18s}
    .modal.show {visibility:visible;opacity:1}
    .modal .box {background:#fff;padding:20px;border-radius:10px;min-width:320px;text-align:center}
    .otp-input {width:46px;height:56px;font-size:22px;text-align:center;margin:0 6px;border-radius:8px;border:1px solid #ccc}
    .success {background:#e6ffef;color:#006b32;padding:12px;border-radius:8px;margin-top:12px}
    a.link {color:#8c4ae6;text-decoration:none}

    /* ////// */
    /* Mobile responsiveness */
@media (max-width: 576px) {
 
}