*{
      font-family: "Roboto Serif", serif;

      /* outline: 1px solid red; */
    }


/* home */

.binance-home-crypto{
    background: linear-gradient(to right, #FFFFFF, #92E0EE82);
    margin-top: 70px ;
    padding-block: 50px;
    padding-inline:50px;
}
.home-title span{
    color: #0A97BE;
}
.binance-home-crypto-para{
    margin-block: 20px;
}
.binance-home-crypto .row{
    width: 100%;
}
@media (max-width:786px) {
    .binance-home-crypto .p-4{
    width: 100%;
    text-align: center;
}
.binance-home-crypto-button{
    margin: auto;
}
}
@media (max-width:486px) {
    .binance-home-crypto{
        padding-block: 10px;
        padding-inline: 10px;
    }
}
.binance-home-crypto .home-title{
  
    font-size: 50px;
}

.binance-home-crypto-box{
    width: 100%;
    display: flex;
    margin:auto
}





    /*  Winning Crypto */

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}

.section-title span {
    color: #0099cc;
}

.section-subtitle {
    text-align: justify;
    color: #333;
    font-size: 16px;
    margin: 0 auto 40px;
}

.feature-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    text-align: left;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transform: translateY(-6px);
}

.feature-icon {
    background: #0099cc;
    color: #fff;
    font-size: 22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-text {
    font-size: 15px;
    color: #555;
}

/* grid-layout-section */



.grid-layout-section-box{
    min-height: 100%;
    box-shadow: 0px 0px 5px #10bff0c0;
    border-radius: 0.5rem;
}
.grid-layout-section-box h3{
    color:#0099cc
}
.grid-layout-section-box p{
    text-align: justify;
}
.grid-layout-section .row {
    margin-bottom: 0.5rem; 
}
.grid-layout-section .row:last-child {
    margin-bottom: 0;
}






/* UserFeatures of Our Binance */


.binance-feature-box-section{
    margin-block: 50px;
}
.binance-feature-box-section .container{
    max-width: 1200px !important;
}
.binance-feature-box-section-banner h2{
    text-align: center;
}
.binance-feature-box-section-para{
   font-size: 20px;
   margin-top: 20px;
}
.binance-feature-box-section-banner-img {
    width: 100%;
    height: 900px;
}
.binance-feature-box-section-banner-img img{
    width: 100%;
    height: 100%;
    
    border-radius: 1rem;
}
.binance-feature-box-section-div1-box{
  padding:15px;
    background: linear-gradient(to bottom, #FFFFFF, #92E0EE82);
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 100%;
    box-shadow: 0px 0px 5px #0099cc;
}
.binance-feature-box-section-div1-box img{
    width: 50px;
    margin-bottom: 10px;
}
.binance-feature-box-section-div1-box h5{
    font-weight: bold;
}
.binance-feature-box-section-div1-box-para{
    font-size: 16px;
}

.binance-feature-box-section-div2{
    margin-top: 100px;
}

@media (max-width:1200px) {
    .binance-feature-box-section .container{
        max-width:1140px !important;
    }
    .binance-feature-box-section-div1-box{
    padding:10px;
    }
}
@media (max-width:1100px) {
    .binance-feature-box-section-div1-box-para{
   font-size: 14px;
    }
}

@media (max-width:986px) {
    .binance-feature-box-section-banner-img {
    width: 50%;
    height: 500px;
   
}
    .binance-feature-box-section-banner h2{
        text-align: center;
    }
    .binance-feature-box-section-content{
        margin-top:10px;
    }
    .binance-feature-box-section-div1-box-para{
   font-size: 14px;
    }
}
@media (max-width:786px) {
     .binance-feature-box-section-div1-box-para{
   font-size: 15px;
    }
    .binance-feature-box-section-div2{
        margin-top: 0px;
    }
    .binance-feature-box-section-banner-img {
        height: 300px;
    }
    .binance-feature-box-section-div1-box{
   height: fit-content;
}
}


/* UserFeatures */

.binance-feature-box-section{
    margin-block: 50px;
}
.binance-feature-box-section .container{
    max-width: 1200px !important;
}
.binance-feature-box-section-banner-img {
    width: 100%;
    height: 900px;
}
.binance-feature-box-section-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.binance-feature-box-section-div1-box{
    padding:15px;
    background-color: #A9DBE8;
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 100%;
}
.binance-feature-box-section-div1-box img{
    width: 50px;
    margin-bottom: 10px;
}
.binance-feature-box-section-div1-box h5{
    font-weight: bold;
}
.binance-feature-box-section-div1-box-para{
    font-size: 16px;
}

.binance-feature-box-section-div2{
    margin-top: 100px;
}

@media (max-width:1200px) {
    .binance-feature-box-section .container{
        max-width:1140px !important;
    }
    .binance-feature-box-section-div1-box{
    padding:10px;
    }
}
@media (max-width:1100px) {
    .binance-feature-box-section-div1-box-para{
   font-size: 14px;
    }
}

@media (max-width:986px) {
    .binance-feature-box-section-banner-img {
    width: 100%;
    height: 500px;
}
    .binance-feature-box-section-banner h2{
        text-align: center;
    }
    .binance-feature-box-section-content{
        margin-top:10px;
    }
    .binance-feature-box-section-div1-box-para{
   font-size: 14px;
    }
}
@media (max-width:786px) {
     .binance-feature-box-section-div1-box-para{
   font-size: 15px;
    }
    .binance-feature-box-section-div2{
        margin-top: 0px;
    }
    .binance-feature-box-section-banner-img {
        height: 300px;
    }
    .binance-feature-box-section-div1-box{
   height: fit-content;
}
}




/* Additional Integrations */

.binance-Integrations-section {
    margin-top: 20px;
    margin-bottom: 40px;
    /* height: 700px; */
}
.binance-Integrations-section .section-title {
    font-size: 28px;
    text-align: left;
}

.binance-Integrations-section .section-title span {
    color: #0099cc;
}

.binance-Integrations-section .section-subtitle {
    color: #555;
    font-size: 16px;
    margin-bottom: 40px;
     text-align: left;
}

.binance-Integrations-section .integration-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.binance-Integrations-section .integration-card:hover {
    border-color: #0099cc;
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.binance-Integrations-section .integration-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.binance-Integrations-section .integration-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.integration-card-div{
    display: flex;
    flex-direction: column;
}
.integration-text-content{
    height: 0px;
    padding:10px;
    border-radius: 1rem;
    opacity: 0;
}
/* 
 .integration-card-div:hover .integration-text-content{
  height: fit-content;
  opacity: 1;
} */
.binance-Integrations-box-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width:986px) {
    .binance-Integrations-section{
        height: 100%;
    }
}


/* Benefits of Choosing Binance */
.binance-Signature-Add-Ons{
    margin-block: 50px;
}

.binance-choose-solution-section{
    background-color: #0A97BEDE;
    box-shadow: 0px 0px 10px black;
    padding:50px 0px;
}
.binance-choose-solution-section-content{
    position: relative;
    top: 100px;
}
.binance-choose-solution-section-content-box{
    padding:10px;
    text-align: center;
     background-color: white;
     border-radius: 1rem;
     min-height: 100%;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;     
}
.binance-choose-solution-section-content-box h4{
    padding-block: 10px;
    font-weight: 700px;
}

.binance-choose-solution-section-container{
    margin-inline: 20px;
}
.binance-choose-solution-section-heading h2{
    color: white;
    
}
.binance-choose-solution-section-content-box img{
    width: 80px;
}
    .binance-choose-solution-section-heading-btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      max-width: 200px;
      padding: 16px 20px;
      background:  linear-gradient(90deg, rgba(1,1,20,1) 0%, rgba(10,151,190,1) 100%)#eee;
      border: none;
      border-radius: 1rem;
      cursor: pointer;
      overflow: hidden;
      transition: background 0.3s ease;
      
    }

    .binance-choose-solution-section-heading-btn-i {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%) translateX(0%);
      background: white;
      color: black;
      padding: 5px 10px;
    border-radius: 30%;
      transition: transform 0.3s ease;
      z-index: 2;
    }

    .binance-choose-solution-section-heading-btn-para {
color: white;
      font-weight: bold;
      margin: 0;
      z-index: 1;
      
 transform: translateX(50px);
    }

    .binance-choose-solution-section-heading-btn:hover {
      background: linear-gradient(90deg, rgba(10, 151, 190, 0.452) 0%);
    }

    .binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-i {
      transform: translateX(120px) translateY(-50%);
    }

    .binance-choose-solution-section-heading-btn:hover .fa-arrow-right {
      transform: rotate(180deg);
      transition: transform 0.3s ease;
    }
.binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-para {
   transform: translateX(-30px);
}
    @media (max-width: 400px) {
      .binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-i {
        transform: translateX(180px) translateY(-50%);
      }
    }



/* Why is Crypto */

.binance-Why-is-Crypto-section{
    margin-top: 160px;
    background-color: #F8FDFF;
    padding-block: 50px;
}

  .binance-Why-is-Crypto-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .binance-Why-is-Crypto-section-span{
    color: #0A97BE;
  }
    .binance-Why-is-Crypto-section h2 {
      margin-bottom: 25px;
    }
    .binance-Why-is-Crypto-list li {
      margin-bottom: 20px;
    }
    .binance-Why-is-Crypto-list li strong {
      color: #0099cc;
    }



/* Signature Add-Ons */


    .Signature-card {
      display: flex;
      align-items: center;
      border: 2px solid #e0e0e0;
      border-radius: 30px;
      padding: 10px 15px;
      background-color: #fff;
      transition: all 0.3s ease;
      position: relative;
      justify-content: center;
      width: 80%;
      display: flex;
      margin: auto;
    }
    .Signature-card:hover {
      border-color: #0099cc;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .Signature-card .icon-box {
      margin: 10px;
    }
    .Signature-card .icon-box {
      background: #0099cc;
      color: #fff;
      padding: 10px;
      border-radius: 10px;
      font-size: 24px;
      margin-right: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      position: absolute;
      left:-30px ;
    }
    .Signature-text {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      margin-left: 20px;
      padding:10px 20px;
      text-align: center;
    }


/*   Revenue Modules */

.binance-Revenue-Modules{
    background-color: #F8FDFF;
    margin-top: 100px;
}
.binance-Revenue-Modules-section .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #0099cc;
    margin-bottom: 40px;
  }

 .binance-Revenue-Modules-section .revenue-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 20px 20px;
    text-align: center;
    position: relative;
box-shadow: 0px 4px 15px rgb(0 0 0 / 33%);
    transition: 0.3s;
    min-height: 180px;
  }

  .binance-Revenue-Modules-section .revenue-card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }

 .binance-Revenue-Modules-section .revenue-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
    z-index: 2;
  }

  .binance-Revenue-Modules-section .icon-wrapper {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 70px;
    height: 100px;
    clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
    display: flex;
    align-items: center;
    justify-content: center;
   
    z-index: 1;
  }

  .binance-Revenue-Modules-section .icon-wrapper img {
    width: 48px;
    height: 48px;
  }

 .binance-Revenue-Modules-section .revenue-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
  }

@media (max-width:786px) {
    .binance-Revenue-Modules-section .row{
        width: 100%;
        align-items: center;
    }
}
  /* Blockchain Networks  */


    .binance-Blockchain-Networks  .section-title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .binance-Blockchain-Networks .section-title span {
        color: #0099cc;
    }

    .binance-Blockchain-Networks .section-subtitle {
        text-align: center;
        color: #333;
        font-size: 16px;
        max-width: 750px;
        margin: 0 auto 40px;
    }

    .binance-Blockchain-Networks .network-card {
        text-align: center;
        transition: transform 0.3s ease;
    }

    .binance-Blockchain-Networks .network-card:hover {
        transform: translateY(-8px);
    }

    .binance-Blockchain-Networks .network-card img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .binance-Blockchain-Networks .network-name {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    @media (max-width: 576px) {
        .binance-Blockchain-Networks .network-card img {
            width: 60px;
            height: 60px;
        }
        .binance-Blockchain-Networks .network-name {
            font-size: 14px;
        }
    }



/*  schedule-cta-banner */



.schedule-cta-banner{
    background-color: #5FD8EB;
    padding:50px;
    margin-block: 100px;
    
}
.shedule-cta-banner-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.shedule-cta-banner-left-img{
   width: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }
.shedule-cta-banner-left-img img{

    width: 350px;  
   
   display: block;
}
@media (max-width:986px) {
    .shedule-cta-banner-left-img{
        display: none;
    }
}
.shedule-cta-banner-button{
    display: flex;
    gap: 10px;
}

.schedule-button{
    border: none;
    background-color: white;
    padding: 5px 20px;
    border-radius: 30px;
    color: black;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.shedule-cta-banner-left p{
    margin-block: 20px;
}
.schedule-button img{
    width: 30px;
}


/* banner-grid-section */

.banner-grid-section{
    margin-block: 50px;
}
.banner-grid-section-container{
    border-radius: 1rem;
    box-shadow: 0px 0px 5px black;
}
.banner-grid-section-container-content{
    padding-block: 50px;
}
.banner-grid-section-container-content-container{
    margin-inline: 40px;
}
.banner-grid-section-container-img{
    background: url("/assets/crypto-exchange-development/banner-grid-section.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 100px;
     border-radius: 1rem 1rem 0px 0px ;
     object-fit: contain;
}
.banner-grid-section-container-div-header{
    text-align: center;
    background-color:#0A97BE63 ;
    padding-block: 20px;
    color:white;
    font-weight: 600;
}
.banner-grid-section-container-content-box{
    padding:15px;
    box-shadow: 0px 0px 5px black;
    border-radius: 0.5rem;
    min-height: 100%;
}
.binance-choose-solution-section-button{
    display: flex;
    margin:auto;
    width: 100%;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

    .binance-choose-solution-section-heading-btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      max-width: 200px;
      padding: 10px 20px;
      background:  linear-gradient(90deg, #0A97BE 0%, #0A97BE 100%)#eee;
      border: none;
      border-radius: 1.5rem;
      cursor: pointer;
      overflow: hidden;
      transition: background 0.3s ease;
      
    }

    .binance-choose-solution-section-heading-btn-i {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%) translateX(0%);
      background: white;
      color: black;
        padding: 5px 15px;
    border-radius: 45%;
      transition: transform 0.3s ease;
      z-index: 2;
    }

    .binance-choose-solution-section-heading-btn-para {
color: white;
      font-weight: bold;
      margin: 0;
      z-index: 1;
      
 transform: translateX(30px);
    }

    .binance-choose-solution-section-heading-btn:hover {
      background: linear-gradient(90deg, rgba(10, 151, 190, 0.473) 0%);
    }

    .binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-i {
      transform: translateX(130px) translateY(-50%);
    }

    .binance-choose-solution-section-heading-btn:hover .fa-arrow-right {
      transform: rotate(180deg);
      transition: transform 0.3s ease;
    }
.binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-para {
   transform: translateX(-30px);
}
    @media (max-width: 400px) {
      .binance-choose-solution-section-heading-btn:hover .binance-choose-solution-section-heading-btn-i {
        transform: translateX(140px) translateY(-50%);
      }
    }

    @media (max-width:786px) {
        .banner-grid-section-container-content-container {
               margin-inline: 20px;
        }
    }





/* binance-faq-accordion */

.binance-faq-accordion h2{
    text-align: center;
    padding-bottom: 10px;
}
   .faq-accordion {
      max-width: 900px;
      margin: auto;
    }

    .faq-accordion-item {
      background: #0A97BE;
      color: white;
      margin-bottom: 15px;
      border-radius: 15px;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
    }

    .faq-accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.5rem;
      cursor: pointer;
    }

    .faq-accordion-header:hover {
      background: #00b0e0;
    }

    .faq-accordion-title {
      display: flex;
      align-items: center;
      flex-grow: 1;
    }

    .question-icon {
      color: #00c2ff;
      font-weight: bold;
      border-radius: 50%;
      /* width: 30px;
      height: 30px; */
        max-width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      font-size: 18px;
    }

    .faq-accordion-icon {
      font-size: 24px;
      font-weight: bold;
      margin-left: 20px;
      transition: transform 0.3s ease;
    }

    .question-icon img{
      
        width: 100%;
    }
    .faq-accordion-content {
      background: #f0f0f0;
      color: #333;
      padding: 1rem 1.5rem;
      display: none;
      animation: fadeIn 0.3s ease-in-out;
      border-radius: 0 0 15px 15px;
    }

    .faq-accordion-item.active .faq-accordion-content {
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-5px); }
      to { opacity: 1; transform: translateY(0); }
    }





  .hero-section {
  position: relative;
  background-color: #009ddc;
  background-image: url('/assets/crypto-exchange-development/cta_pattern.png'); /* Optional background image */
  background-repeat: repeat;
  background-size: contain;
  padding: 50px 0 50px;
  overflow: visible;
  color: white;
  margin-top: 100px;
}

  .hero-section p{
    color:black;
  }
/* Optional white grid overlay */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-buttons .btn {
  border-radius: 50px;
  padding: 10px 25px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.btn-whatsapp {
  background-color: #25D366;
  color: white;
}

.btn-telegram {
  background-color: white;
  color: #007bff;
  border: 1px solid #007bff;
}

.hero-image {
  position: absolute;
  top: -400px;
  right: -80px;
  width: 120%;
  max-width: 600px;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 630px;
}

.highlight {
  font-weight: 700;
}

/* Responsive Fix */
@media (max-width:998px) {
    .hero-image img {
        display: none;
    }
}
@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding: 80px 0 60px;
  }

  .hero-image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .hero-buttons {
    justify-content: center;
  }
}
