.signup-bg {
    background: rgb(120, 158, 192);
    background: linear-gradient(0deg, rgba(34,193,195,0.16523105824360995) 0%, rgba(226, 216, 248, 0.647) 100%);
    /* background-image: url('../images/signupbg.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh; */
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: #0052cc;
}

.btn-primary:hover {
    /* background: rgb(124,78,228);
    background: linear-gradient(90deg, rgba(124,78,228,0.7030461842940301) 41%, rgba(213,220,228,1) 100%); */
    background: #4475cc;
}
.btn-pricng-outline {
  --bs-btn-color: #17457a;
  --bs-btn-border-color: #17457a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #17457a;
  --bs-btn-hover-border-color: #17457a;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #17457a;;
  --bs-btn-active-border-color: #17457a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17457a;;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17457a;
  --bs-gradient: none;
}

.select2-container {
  z-index: 9999 !important;
}
/*--Tabs Section--*/

.play-icon-container {
    background-color: rgba(0, 82, 204, 0.1);
}
.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-item .nav-link {
    border: none !important;
    outline: none !important;
}

.nav-tabs .nav-item .nav-link.active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* .nav-tabs .nav-link {
    font-size: 1.5rem;
    padding: 15px 25px;
} */
.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.text-content {
    max-width: 50%;
}
.image-content img {
    max-width: 100%;
    height: auto;
}

/* Why Bopea section*/
.custom-bg {
    background: rgb(124,78,228);
background: linear-gradient(90deg, rgba(124,78,228,0.8374999658066351) 0%, rgba(124,78,228,0.7030461842940301) 41%, rgba(110,178,255,0.20444674451811973) 100%);
}
.nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.nav-tabs .nav-item {
    margin: 0 10px;
}
.nav-tabs .nav-link {
    background-color: transparent !important;
    border: none !important;
}
.nav-tabs .nav-link img {
    transition: opacity 0.3s;
}
.nav-tabs .nav-link.active img {
    opacity: 1;
    border-bottom: 3px solid #17457a;
}


.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border: none !important;
}

/*Third section*/
.support-card {
    border-radius: none;
    transition: 0.3s;
    height: 230px!important;
}

.support-card:hover {
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,0.165) 0%, rgba(124,78,228,0.647) 100%);
    color: white;
    cursor: pointer;
}

.support-card:hover .icon {
    color: white;
}
.third-container {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.blue-bg {
    background-color: #a8d1ee;
    transform: rotate(-3deg);
    position: absolute;
    width: 120%;
    height: 100%;
    left: -5%;
    top: 10%;
    z-index: 0;
}

.blue-card {
    background-color: var(--secondary-color);
    color: white;
    padding: 40px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.logo-arrow {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: white;
}

.arrow-1 {
    top: 20px;
    right: -25px;
    transform: rotate(-45deg);
}

.arrow-2 {
    top: 40px;
    right: -25px;
}

.arrow-3 {
    bottom: 20px;
    right: -25px;
    transform: rotate(45deg);
}

.arrow-4 {
    top: 40px;
    left: -25px;
}

.arrow-5 {
    top: 20px;
    left: -25px;
    transform: rotate(45deg);
}

.arrow-6 {
    bottom: 20px;
    left: -25px;
    transform: rotate(-45deg);
}


.cta-button {
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,0.16523105824360995) 0%, rgba(124,78,228,0.6470237753304446) 100%);
}

.form_container{
    border: 2px solid #b9acf0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3), 0px 2px 6px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
   
}



.regulatory_cards .swiper {
    /* width: 100%; */
}

.regulatory-cards-slide-container .slide-content {
    margin: 0 40px;
    /* overflow-x: hidden; */
    border-radius: 25px;
}

.regulatory-cards-slide-container .swiper-wrapper {
    display: flex;
    flex-direction: row;
}

.regulatory-cards-slide-container .swiper-slide {
    flex: 1 0 33%;  
    box-sizing: border-box;
    padding: 0 10px;
}

.regulatory-cards-slide-container .swiper-button-next,
.regulatory-cards-slide-container .swiper-button-prev {
    color: #6E93f7;
    font-size: 38px;
    z-index: 10;
}

.regulatory-cards-slide-container .swiper-pagination-bullet {
    background-color: #6E93f7;
}

.regulatory-cards-slide-container .swiper-pagination-bullet-active {
    background-color: #4070F4;
}


.regulatory-cards-slide-container .swiper-button-next,
.regulatory-cards-slide-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    /* background-color: rgba(0, 0, 0, 0.5);  */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.regulatory-cards-slide-container .swiper-button-next {
    right: 10px;
}

.regulatory-cards-slide-container .swiper-button-prev {
    left: 10px;
}

/* tabs sectio  start */
.tab_section  .nav-link {
    color: black!important;
}
.tab_section .nav-link.active {
    color: #17457a !important;
    text-decoration: underline;
}
.tab_section  .nav-link:hover {
    cursor: pointer;
}

/* tab section end */




@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .text-content, .image-content {
        max-width: 100%;
    }
    
    .image-content {
        text-align: center;
    }
}





  .regulatory_cards .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }
  .regulatory_cards .card{
    border-radius: 25px;
    background-color: #FFF;
  }
  .regulatory_cards  .image-content,
  .regulatory_cards .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .regulatory_cards .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  .regulatory_cards .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px 25px 90px 90px;
  }
  #overlay-1{
    background-color: #1d259f;
  }
  #overlay-2{
    background-color: #3da38d ;
  }
  #overlay-3{
    background-color:#02a9f7;
  }
  #overlay-4{
    background-color:  #745b81 ;
  }
  #overlay-5{
    background-color:#e98585;
  }
  #overlay-6{
    background-color:#cb75fd;
  }
  .regulatory_cards  .overlay::before,
  .regulatory_cards  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #2ea6bc;
  }
  .regulatory_cards  .overlay::after{
    border-radius: 0 0 0 0;
    background-color: #FFF;
  }
  .regulatory_cards .card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
  }
  .regulatory_cards .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #2ea6bc;
  }
  .regulatory_cards  .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  .regulatory_cards .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }
  .regulatory_cards  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .regulatory_cards  #btn1{
  background-color: #1d259f;
  }
  .regulatory_cards #btn2{
    background-color: #3da38d ;
  }
  .regulatory_cards  #btn3{
    background-color:#02a9f7;
  }
  .regulatory_cards  #btn4{
    background-color:  #745b81 ;
  }
  #btn5{
    background-color:#e98585;
  }
  .regulatory_cards  #btn6{
    background-color:#cb75fd;
  }
  .regulatory_cards .button:hover{
    background: #1f7a99;
  }
  
  .regulatory_cards .swiper-navBtn{
    color: #fff;
    transition: color 0.3s ease;
  }
  .regulatory_cards .swiper-navBtn:hover{
    color: #4070F4;
  }
  .regulatory_cards .swiper-navBtn::before,
  .regulatory_cards .swiper-navBtn::after{
    font-size: 35px;
  }
  .regulatory_cards .swiper-button-next{
    right: 0;
  }
  .regulatory_cards .swiper-button-prev{
    left: 0;
  }
  .regulatory_cards .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .regulatory_cards .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  
  @media screen and (max-width: 768px) {
    .regulatory_cards .slide-content{
      margin: 0 10px;
    }
    .regulatory_cards .swiper-navBtn{
      display: none;
    }
  }


  .form-control:focus {
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.15);
}

.form-control::placeholder {
    color: rgba(188, 182, 182, 0.5);
    font-size: 12px;
}

/* added for carosel height issue */
 @media screen and (min-width: 1700px) {
.support-card{
  height: 250px!important;
}
 }
.swiper-wrapper{
  height: auto!important;
}

.reg-description {
  font-size: 1.12rem; /* 20px */
  font-weight: 500;   /* Semi-bold */
 
}

.faq-question {
  display: block;
  font-size: 0.83em;
 
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  color: #193773;
  margin-right : 13px;
  font-size: 18px;
}

.plan-price {
  font-weight: 500;
}