
      .aa{ 
        border-bottom: 1px solid white;
        background-color: #000000;
      }
      .bgd{
        background-color:black;
      }
      .bg-img {
   
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                      url('image/btcc.jpg');
    
    /* Ensure the container has height and shows the image */
    min-height: 468px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    /* Center text vertically */
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .bg-img {
        /* CRITICAL: Mobile browsers hate 'fixed'. Switch to 'scroll' */
        background-attachment: scroll !important;
        height: auto;
        padding: 60px 0;
    }
}
      
      
      .az{
        height:auto;
        color: black;
        text-align: center;
      }

      marquee{
        background-color: black;
        color:white;
        height:30px;
      }
      .tx{
        font-size:15px;
        text-align:left;
        line-height:1.8 ;
      }
      .txx{
        font-size:40px;
        text-align: left;
      }
      .b a{
        text-decoration: none;
        color: white;
        
      }
      .s{
    padding-top:2%;
        height:auto;
        background-color:black;
        text-align: center;
        color:gold;
      }
      .q{
        text-align: center;
      }
      .n{
        padding-left: 8%;
        text-align: center;
      }
      .y{
        font-size: 25px;
        font-family: 'Times New Roman', Times, serif;
      }
      .ri{
         border-right: 1px solid white;
         border-bottom: 3px solid grey;
      }
      .about{
        text-align: center;
      }

      
     .imgg{
      padding:5px 5% ;
      align-items: center;
      
     }
     .custom-img{
      aspect-ratio: 1 / 1;
      object-fit:cover;
     }
      .list{
         list-style-type: none;
        
      
      }
      .fa-check{
        color: green;
      }
      .read a{
        text-decoration: none;
       padding: 50px;
      }
      .butt{
        margin:5%;
         text-align: center;
      }

      /* column card section */
      .plan-card {
    background: #f7f4ee;
    border-radius: 12px;
    overflow: hidden;
}

.plan-left {
    background: linear-gradient(135deg, #d4af37, #a67c00);
    color: white;
    padding: 30px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.plan-left h4 {
    margin: 0;
    font-weight: bold;
}

.plan-details {
    padding: 25px;
}

.plan-details li {
    list-style: none;
    margin-bottom: 8px;
}

.plan-details li::before {
    content: "✔";
    color: #d4af37;
    margin-right: 8px;
}

.roi-section {
    padding: 25px;
    text-align: center;
}

.roi-value {
    font-size: 32px;
    font-weight: bold;
}

.invest-btn {
    background: linear-gradient(to right, #d4af37, #a67c00);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
}

.invest-btn:hover {
    opacity: 0.9;
}
.cho{
  text-align: center;
}
    /* for calculator */

.left-gold {
    background: linear-gradient(135deg, #d4af37, #a67c00);
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.right-dark {
    background: linear-gradient(to right, #0f1a3a, #000814);
    padding: 40px;
    color: white;
}

.form-control {
    height: 48px;
    border-radius: 6px;
}

.calc-btn {
    background: linear-gradient(to right, #d4af37, #a67c00);
    border: none;
    color: #000;
    font-weight: 500;
    height: 48px;
    border-radius: 6px;
    padding: 0 25px;
}

.calc-btn:hover {
    opacity: 0.9;
}

/* coin section */
.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 60px;
}

.feature-box {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.hex-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #d4af37, #a67c00);
    clip-path: polygon(
        25% 5%, 75% 5%,
        100% 50%,
        75% 95%, 25% 95%,
        0% 50%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-box h5 {
    font-weight: 600;
}

.feature-box p {
    font-size: 14px;
    color: #555;
}


/* sheild container */
.referral-title{
        font-size:28px;
        font-weight:500;
        color:#444;
    }

    .shield{
        width:120px;
        height:140px;
        background-color:rgb(5, 5, 32) ;
        clip-path: polygon(50% 0%, 90% 15%, 90% 65%, 50% 100%, 10% 65%, 10% 15%);
        border:6px solid #d4af37;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        color:#fff;
        box-shadow:0 4px 10px rgba(0,0,0,0.2);
    }

    .shield h2{
        font-size:32px;
        font-weight:bold;
        margin:0;
        color: rgb(202, 173, 6);
    }

    .shield p{
        margin:0;
        font-size:14px;
    }

     /* card */
    .card h1{
      border: 3px solid gold;
      border-radius:50px;
      background-color: gold;
      margin: 20px 40%;
       width: 50px;
       padding: auto;
       }
    .card{
      height: auto;
      margin-bottom: 10px;
      background-color: antiquewhite;
    } 
    /* FAQ */
    .faq-title{
    text-align:center;
    font-size:32px;
    font-weight:500;
} 
.acd{
  justify-content: center;
  width: 70%;
}

/* Custom accordion style */
.faqq{
  background-image: url(image/gradient.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
    padding-bottom: 10px;
}
.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:6px;
    
}

.accordion-button{
    background:white;
    font-weight:500;
    font-size:16px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:white;
    color:#000;
}

.accordion-body{
    background:white;
    font-size:15px;
    color:black;
}

/* our client */
.tyl{
    height: auto;
   box-shadow:0 -16px 20px -8px  #000000,
   0 16px 20px -8px  #000000;
    padding: 20px;
    margin-bottom: 40px;
    background-color: rgb(175, 153, 27);
}

.ali{
    text-align: left;
  
   
 
}

.fa-quote-left{
    font-size: 40px;
}

   


    /* footer section */
     /* Footer Top */
    .footer-top {
      background: linear-gradient(to right, #0f1c2e, #14253f);
      color: #fff;
      padding: 40px 0;
    }

    .footer-top a {
      color: #fff;
      text-decoration: none;
    }

    .footer-top a:hover {
      color: #caa646;
    }

    .footer-logo {
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 1px;
    }

    .footer-bottom {
      background-color: #0c1624;
      color: #aaa;
      padding: 15px 0;
      font-size: 14px;
    }

    .footer-menu a {
      margin-right: 20px;
      color: #fff;
      text-decoration: none;
    }

    .footer-menu a:hover {
      color: #caa646;
      
    }

    .social-icons a {
      margin-left: 15px;
      font-size: 16px;
    }
   .log{
    font-size: 40px;
   }
   

   /* investment page */
   .imbe{
    height: 200px;
    text-align: center;

   }
   .nav-line{
    margin: 0;
    border: none;
    height: 1px;
    background:white;

   }
   .lop{
    background-color: #c4bbbb;
   }
   .me a{
    text-decoration: none;
    color: #e2af16;
   }
   .me a:hover{
    color:blue;
   }

   /* contact page */
   .in{
        margin-bottom: 25px;
    }
    .sp{
        height: 50px;

    } 
    .mess{
      height: 200px;
    }
    .but{
      background: rgb(197, 172, 30);
      padding: 8px;
      border-radius: 10px;
    }
    /* contact section */
    .eer{
      height:auto;
    }
    .ico{
      font-size: 30px;
      color: #1bf547;
    }
    .sup-card{
      height:200px;
      background-color:black;
        color: white;
      align-content: center;
      margin:5px;
      border-radius: 10px;
      
      
    }
    .sup-card:hover{
      background-color: black;
      color: rgb(14, 167, 40);
    }