@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* {
    font-family: "IBM Plex Sans", sans-serif;
    font-family: "Manrope", sans-serif;
} */
body{
    padding: 0;
    margin: 0;
    font-family: "Manrope", sans-serif;
}
.header_section{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
}
.navbar ul li a{
    font-weight: 400;
    font-size: 16px;
    color: #0A2540 !important;
}
.header_inner_main{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    padding: 15px 0;
}
.header_inner_main .container{
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.hero_section{
    background-image: url(../../assets/img/hero.svg);
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.home_hero_section{
    height: 100%;
    position: relative;
}
.navbtn button{
    margin-left: 20px;
    background-color: #1E6CDF;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
}
#vanta-bg {
    width: 100%;
    min-height: 100vh;
}
.hero_text_main{
    width: 100%;
    max-width: 620px;
}
.home_hero_section .hero_text_main{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.hero_text1 h1{
    font-weight: 800;
    font-size: 72px;
    line-height: 70px;
    color: #0A2540;
}
.hero_text1 h1 span{
    color: #FF7F3E;
}
.text-orange{
    color: #FF7F3E !important;
}
.text-blue{
    background-color: #1E6CDF !important;
}
.hero_text1 p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0A2540;
    margin-top: 20px;
    margin-bottom: 0;
}
.hero_cus_card{
    background: rgba(255, 255, 255, 0.6);
    padding: 12px 25px;
    margin-top: 30px;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.08);
}
.hero_cus_card p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    color: #A1A1A1;
    margin-bottom: 0;
}
.hero_cus_card h6{
    margin-top: 4px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    color: #0A2540;
    margin-bottom: 0;
}
.hero_cus_card h6 span{
    color: #FF7F3E;
}
.hero_two_btns{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.hero_two_btns button{
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    background-color: #1E6CDF;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    padding: 16px 20px;
    border-radius: 30px;
    min-width: 170px;
}
/* .hero_two_btns.wl_btns button{
    color: #FFFFFF;
}
.hero_two_btns button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #1E6CDF;
    z-index: -1;
    transition: transform 0.4s ease;
    transform: translateX(0);
}
.hero_two_btns.wl_btns button::before {
    background-color: #0A2540;
}
.hero_two_btns button:hover::before {
    transform: translateX(100%);
}
.hero_two_btns button:hover {
    color: #FFFFFF;
}
.hero_two_btns button:first-child::before {
    transform: translateX(100%);
}
.hero_two_btns button:first-child {
    color: white;
} */
.home_section_one{
    padding: 60px 0px;
    margin-top: 40px;
}
.home_sec1_img_div{ 
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}
.home_sec1_img_div img{
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease;
}
.home_sec1_img_div:hover img {
    transform: scale(1.1);
}
.home_sec1_txt{
    margin-top: 20px;
}
.home_sec1_txt h1{
    font-weight: 700;
    font-size: 48px;
    color: #0A2540;
    margin-bottom: 0;
    line-height: 58px;
}
/* .home_sec1_txt h1 span{
    color: #5C5C5C;
} */
.option-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.option-card:hover {
    border-color: #091625;
}
.option-card.selected {
    border: 2px solid #091625;
    background-color: #faeeea;
}
.option-title {
    font-weight: 600;
    font-size: 16px;
}

#card-element {
  border: 1px solid #ced4da;
  border-radius: 0.375rem; /* Bootstrap's .form-control rounded */
  padding: 0.75rem;
  height: 45px;
  border: none;
  background-color: #F5F5F5;
}
.option-price {
    font-weight: 600;
    font-size: 16px;
}
.option-subtext {
    font-size: 14px;
    color: #8f1919;
}
.order_summary_card_body{
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    padding: 28px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(10, 37, 64, 0.04);
}
.order_summary_card_body h1{
    font-weight: 700;
    font-size: 22px;
    color: #0A2540;
    margin-bottom: 20px;
    text-align: start;
    margin-top: 0;
}
.order_summary_inner_txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 6px;
}
.order_summary_inner_txt p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8D9299;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: start;
}
.order_summary_inner_txt span{
    font-family: "IBM Plex Sans", sans-serif;
    color: #1E6CDF;
    font-weight: 700;
}
.order_summary_inner_txt2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 24px;
    padding: 20px 0 0;
    border-top: 2px solid #E8E8E8;
}
.order_summary_inner_txt2 h4{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #0A2540;
    margin-bottom: 0;
    margin-top: 0;
    text-align: start;
}
.order_summary_inner_txt2 h4:last-child{
    color: #FF7F3E;
}
.home_sec1_txt p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
    margin-top: 30px;
}
.home_section_two{
    background: #F5F5F5;
    padding: 60px 0px;
    margin-top: 40px;
}
.title_div h2{
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 58px;
    color: #0A2540;
    text-align: center;
}
.title_div h2 span{
    color: #FF7F3E;
}
.home_sec2_card_body{
    margin-top: 20px;
    text-align: center;
}
.home_sec2_card_body p{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    color: #0A2540;
    margin-bottom: 0;
}
.home_sec2_card_body span{
    color: #5C5C5C;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.home_sec4_card1_body{
    margin-top: 20px;
}
.home_sec4_card1_inner1{
    margin-top: 10px;
    background: #F5F5F5;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
}
.progress-container {
    width: 100%;
    background-color: #FFFFFF; 
    border-radius: 30px;
    overflow: hidden;
    height: 8px;
    margin-top: 4px;
}
.progress-bar {
    height: 100%;
    width: 0;
    background: #0A2540;
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 30px;
    transition: width 1s ease;
}
.sec4_inner_bar_main h4{
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0;
    color: #5C5C5C;
}
.sec4_inner_bar_main h4 span{
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
    color: #0A2540;
}
.sec4_inner_bar_main p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    color: #5C5C5C;
    margin-bottom: 0;
}
.home_sec4_card1_inner2{
    margin-top: 10px;
    background: #F5F5F5;
    border-radius: 10px 40px 10px 40px;
}
.home_sec4_card1_inner2 img{
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 40px 0px 0px;
}
.home_sec4_inner2_txt_main{
    width: 100%;
    max-width: 180px;
    margin: auto;
    padding: 15px 10px 30px 10px;
}
.home_sec4_inner2_txt_main img{
    height: 12px;
    width: auto;
    border-radius: 0;
}
.home_sec4_inner2_txt_main h3{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #5C5C5C;
    padding-top: 6px;
    margin-bottom: 0;
}
.home_sec4_inner2_txt_main h4{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #5C5C5C;
    margin-bottom: 0;
    padding-top: 6px;
}
.home_sec4_card2_body{
    margin-top: 30px;
}
.home_sec4_card2_body img{
    width: 100%;
    height: 470px;
}
.home_sec4_card3_body{
    margin-top: 30px;
}
.home_sec4_card3_body h1{
    font-weight: 700;
    font-size: 48px;
    color: #0A2540;
    margin-bottom: 0;
    line-height: 58px;
}
.home_sec4_card3_body h1 span{
    color: #5C5C5C;
}
.home_sec4_card3_body p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #4D4D4D;
    margin-top: 30px;
    margin-bottom: 20px;
}
.home_section_five{
    background: #F5F5F5;
    padding: 50px 0px;
    margin-top: 50px;
}
.home_sec5_title h1{
    font-weight: 600;
    font-size: 48px;
    color: #5C5C5C;
    margin-bottom: 0;
    line-height: 58px;
}
.home_sec5_title h1 span{
    color: #0A2540;
}
.home_sec5_title p{
    font-weight: 600;
    font-size: 18px;
    color: #0A2540;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
}
.home_sec5_title p span{
    padding-right: 10px;
}
.home_sec5_title i{
    font-size: 24px;
    color: #FF7F3E;
}
.home_sc5_swiper_main{
    margin-top: 50px;
    padding: 0px 80px;
    position: relative;
}
.home_sc5_swiper_main .swiper{
    position: unset;
}
.home_sc5_swiper_main .swiper-wrapper{
    position: unset;
}
.home_sec5_swiper_inner{
    background: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
    min-height: 200px;
}
.home_sc5_swiper_main .swiper-button-prev, .swiper-button-next{
    height: 50px;
    width: 50px;
    background: #1E6CDF;
    border-radius: 50%;
}
.home_sc5_swiper_main .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 24px;
    color: #FFFFFF;
}
.home_sc5_swiper_main .swiper-button-next:after{
    margin: 4px 0px 0px 4px;
}
.home_sc5_swiper_main .swiper-button-prev:after{
    margin: 4px 4px 0px 0px;
}
.home_sec5_swiper_inner_txt1{
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: start;
}
.home_sec5_swiper_inner_txt1 h4{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.18px;
    vertical-align: middle;
    color: #4D4D4D;
    margin-bottom: 0;
}
.home_sec5_swiper_inner_txt1 p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    color: #4D4D4D;
}
.home_sec5_swiper_inner_txt2 p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    color: #4D4D4D;
    margin-bottom: 0;
    margin-top: 15px;
}
/* .home_section_six{
    padding: 60px 0px;
}
.home_sec6_txt{
    margin-top: 20px;
    text-align: center;
}
.home_sec6_txt h1{
    font-weight: 700;
    font-size: 48px;
    color: #5C5C5C;
    margin-bottom: 0;
    line-height: 58px;
}
.home_sec6_txt h1 span{
    color: #0A2540;
}
.home_sec6_txt p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #4D4D4D;
    margin-top: 8px;
}
.home_sec6_txt h3{
    margin-top: 40px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #4D4D4D;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.home_sec6_txt .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}
.home_sec6_txt .switch input {
    display: none;
}
.home_sec6_txt .slider {
    position: absolute;
    cursor: pointer;
    background-color: #1E6CDF;
    transition: 0.4s;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home_sec6_txt .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
.home_sec6_txt input:checked + .slider {
    background-color: #1E6CDF;
}
.home_sec6_txt input:checked + .slider:before {
    transform: translateX(29px);
}
.home_sec6_txt h3 .active {
    font-weight: 500;
}
.home_sec6_txt h3 span.billing-label {
    cursor: pointer;
}
.home_sec6_card_img{
    display: flex;
    gap: 12px;
}
.home_sec6_card_body{
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
    border: 1px solid #EFF0F6;
    box-shadow: 0px 2px 12px 0px #14142B14;
    border-radius: 24px;
    padding: 40px 25px;
    margin-top: 40px;
}
.home_sec6_card_body#sec6_active{
    background: #0A2540;
    padding: 60px 25px;
}
.home_sec6_card_body .pop_tag{
    background: #AAD5FF;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    padding: 12px 10px;
    text-align: center;
    position: absolute;
    width: 160px;
    top: 25px;
    right: -40px;
    transform: rotate(45deg);
}
.home_sec6_card_img{
    display: flex;
    align-items: center;
    gap: 15px;
}
.home_sec6_card_img h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #4D4D4D;
    margin-bottom: 0;
}
.home_sec6_card_body#sec6_active .home_sec6_card_img h5{
    color: #FFFFFF;
}
.home_sec6_card_body p{
    padding-top: 25px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4D4D4D;
}
.home_sec6_card_body#sec6_active p{
    color: #FFFFFF;
}
.home_sec6_card_body h1{
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 0px;
    color: #4D4D4D;
    padding-top: 25px;
}
.home_sec6_card_body#sec6_active h1{
    color: #FFFFFF;
}
.home_sec6_card_body h1 sub{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}
.home_sec6_card_body button{
    background: #1E6CDF;
    padding: 12px 15px;
    width: 100%;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: 30px;
    border: none;
}
.home_sec6_card_body#sec6_active .home_sec6_card_body button{
    background: #FFFFFF;
    color: #0A2540;
} */
.home_section_seven{
    background: #F5F5F5;
    padding: 50px 0px;
    margin-top: 60px;
}
.home_sec7_txt_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.home_sec7_txt_div h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #0A2540;
    margin-bottom: 0;
}
.home_sec7_txt_div h1 span{
    color: #5C5C5C;
    display: block;
}
.home_sec7_txt_div button{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    background: #1E6CDF;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
}
.faqs_section{
    padding: 60px 0px;
    margin-top: 50px;
}
.faq_title{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #0A2540;
}
.faqs_sec_inner_main{
    margin-top: 10px;
}
.faqs_sec_inner_main .accordion-item{
    margin-top: 20px;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px #19213D0F;
    border-radius: 16px;
}
.faqs_sec_inner_main .accordion-button{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-radius: 16px;
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    color: #0A2540;
}
.faqs_sec_inner_main .accordion-button:not(.collapsed){
    background: #ECF6FF;
    border-radius: 16px 16px 0px 0px;
}
.faqs_sec_inner_main .accordion-body{
    background: #ECF6FF;
    border-radius: 0px 0px 16px 16px;
}
.faqs_sec_inner_main .accordion-button:not(.collapsed)::after{
    background-image: url(../../assets/img/arrow1.svg);
    transform: rotate(0);
}
.faqs_sec_inner_main .accordion-button::after{
    background-image: url(../../assets/img/arrow2.svg);
    background-size: 3rem;
    height: 3rem;
    width: 3rem;
}
.faqs_sec_inner_main .accordion-body p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;

}















.about_section_one{
    padding: 60px 0px;
    margin-top: 40px;
}
.about_sec1_heading{
    text-align: center;
    margin-bottom: 40px;
}
.about_sec1_heading h1{
    font-weight: 700;
    font-size: 48px;
    color: #0A2540;
    margin-bottom: 0;
    line-height: 58px;
}
.about_sec1_heading h1 span{
    color: #5C5C5C;
}
.about_sec1_button_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
}
.about_sec1_swiper_card_body{
    background: #FFFFFF;
    padding: 30px 25px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #EFF0F6;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
    transition: all 0.3s ease;
}
.about_sec1_swiper_card_body:hover{
    transform: translateY(-5px);
    box-shadow: 0px 8px 24px 0px rgba(20, 20, 43, 0.12);
}
.about_sec1_icon_wrapper{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    border-radius: 16px;
    margin-bottom: 8px;
}
.about_sec1_icon_wrapper i{
    font-size: 28px;
    color: #FFFFFF;
}
.about_sec1_swiper_card_body h3{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #0A2540;
    margin-bottom: 0;
    margin-top: 8px;
}
.about_sec1_swiper_card_body p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #4D4D4D;
    padding-top: 4px;
    line-height: 24px;
}
.about_sec1_title_div h1{
    font-weight: 700;
    font-size: 48px;
    color: #0A2540;
    margin-bottom: 0;
    line-height: 58px;
}
.about_sec1_title_div h1 span{
    color: #5C5C5C;
}
.about_sec2_heading{
    text-align: center;
    margin-bottom: 40px;
}
.about_sec2_heading h1{
    font-weight: 700;
    font-size: 48px;
    color: #0A2540;
    margin-bottom: 0;
    line-height: 58px;
}
.about_sec2_heading h1 span{
    color: #5C5C5C;
}
.about_section_two{
    margin: 60px 0px;
}
.about_sec2_main{
    background: #0A2540;
    padding: 40px 20px;
    border-radius: 10px;
}
.about_sec2_inner{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 115px;
    margin: auto;
    padding: 10px;
}
.about_sec2_inner img{
    height: 24px;
    width: auto;
}
.about_sec2_inner h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    color: #F5F5F5;
}
.about_sec2_inner p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    color: #F5F5F5;
}
.footer_section{
    background-color: #091625;
    margin-top: 100px;
    padding-top: 40px;
}
.footer_title{
    width: 100%;
    max-width: 520px;
}
.footer_title h1{
    color: #FFFFFF;
    font-size: 54px;
    font-weight: bold;
}
.footer_title p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #DBDBDB;
    margin-bottom: 0;
}
.footer_links_div{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
}
.footer_links_div h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}
.footer_links_div a{
    font-family: "IBM Plex Sans", sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 32.5px;
    color: #CECECE;
}
.footer_social_media_icons{
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer_search_main{
    margin-top: 40px;
}
.footer_search_main h1{
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
}
.footer_search_main p{
    font-family: "IBM Plex Sans", sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #CECECE;
}
.footer_search_main input{
    width: 100%;
    padding: 14px 20px;
    border: none;
    box-shadow: 0px 10px 40px 0px #FFB09E1F;
    background-color: #FFFFFF;
    color: #381616;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    margin-top: 5px;
}
.footer_search_main input::placeholder{
    font-weight: 700;
    font-size: 16px;
    color: #381616;
}
.footer_search_main button{
    background: #1E6CDF;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 16px;
    padding: 12px 20px;
    border-radius: 30px;
    border: none;
}
.footer_last_text{
    border-top: 1px solid #4D4D4D;
    padding: 16px 5px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.footer_last_text p{
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.footer_last_text_inner{
    display: flex;
    gap: 6px;
}
.footer_last_text_inner a{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer_last_text_inner span{
    color: #FFFFFF;
}
.waitlist_hero_section{
    background-image: url(../../assets/img/wl_hero.svg);
    height: auto;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.waitlist_hero_text_main{
    width: 100%;
    max-width: 620px;
}
.waitlist_hero_text1 h1{
    font-weight: 800;
    font-size: 72px;
    line-height: 70px;
    color: #FFFFFF;
}
.waitlist_hero_text1 p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 35px;
}
.waitlist_section_one{
    margin-top: 70px;
}
.waitlist_sec1_form_main{
    background: #FFFFFF;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 0 auto;
}
.waaitlist_title h3{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #0A2540;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
.waaitlist_title p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #6B7280;
    margin-bottom: 0;
}
.wl_sec1_form_inputs_main{
    margin-top: 30px;
}
.wl_sec1_form_input_div{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 8px;
}
.wl_sec1_form_input_div label{
    font-weight: 600;
    font-size: 15px;
    color: #0A2540;
    margin-bottom: 4px;
}
.wl_sec1_form_input_div input{
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1.5px solid #E5E7EB;
    padding: 14px 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    color: #1F2937;
    transition: all 0.2s ease;
    width: 100%;
}
.wl_sec1_form_input_div input:focus{
    border-color: #1E6CDF;
    box-shadow: 0 0 0 3px rgba(30, 108, 223, 0.1);
    color: #1F2937;
}
.wl_sec1_form_input_div select{
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1.5px solid #E5E7EB;
    padding: 14px 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    box-shadow: none !important;
    color: #1F2937;
    transition: all 0.2s ease;
    width: 100%;
    cursor: pointer;
}
.wl_sec1_form_input_div select:focus{
    border-color: #1E6CDF;
    box-shadow: 0 0 0 3px rgba(30, 108, 223, 0.1);
}
.wl_sec1_form_input_div input::placeholder{
    color: #9CA3AF;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.waitlist_last_btn{
    margin-top: 32px;
}
.waitlist_last_btn button{
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    background-color: #1E6CDF;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    padding: 14px 32px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
}
.waitlist_last_btn button:hover{
    background-color: #0A2540;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 108, 223, 0.3);
}
.waitlist_last_btn button:active{
    transform: translateY(0);
}
.waitlist_last_btn button:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.wl_last_p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    color: #6B7280;
}
/* .pricing_section_one{
    margin-top: 120px;
    padding: 50px 0px;
}
.pricing_title h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #5C5C5C;
    text-align: center;
}
.pricing_title h1 span{
    color: #170F49;
}
.pricing_title p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #4D4D4D;
}
.pricing_table_main{
    width: 100%;
    overflow-x: auto;
    margin-top: 60px;
}
.pricing_table_main .table{
    border: 1px solid #0A254026;
    border-radius: 10px;
}
.pricing_table_main .tbl_head{
    margin-bottom: 0;
    min-width: 280px;
}
.pricing_table_main .table thead tr{
    background: #AAD5FF;
}
.pricing_table_main .table thead tr th{
    padding: 15px;
}
/* .pricing_table_main .table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color: #F7F6FE;
} */
.checkout_section_one{
    margin-top: 120px;
    padding: 50px 0px;
}
.checkout_card_one{
    background: #F5F5F5;
    padding: 15px;
    border-radius: 12px;
    margin-top: 30px;
} 
.checkout_card1_title{
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.checkout_card1_title h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #0A2540;
    margin-bottom: 0;
}
.checkout_card1_title p{
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    margin-bottom: 0;
    padding-top: 6px;
}
.checkout_card1_title span{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px;
    color: #8D9299;
}
.checkout_card1_title a{
    font-weight: 500;
    font-size: 20px;
    color: #0A2540;
    text-decoration: none;
}
.checkout_inputs_main{
    margin-top: 20px;
}
.checkout_input_div{
    display: flex;
    margin-top: 15px;
    gap: 5px;
}
.checkout_input_div label{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0A2540;
    display: block;
    width: max-content;
    min-width: 80px;
}
.checkout_input_div input{
    background-color: transparent;
    border-radius: 4px;
    border: none;
    padding: 4px 8px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    color: #8D9299;
    width: 100%;
}
.checkout_input_div select{
    background-color: transparent;
    border-radius: 4px;
    border: none;
    padding: 4px 8px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    box-shadow: none !important;
    color: #8D9299;
}
.checkout_input_div input::placeholder{
    font-family: "IBM Plex Sans", sans-serif;
    color: #8D9299;
    font-weight: 400;
    font-size: 16px;
}
.border_top{
    border-top: 1px solid #E0E0E080;
    padding-top: 15px;
    margin-top: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.for_img_input{
    position: relative;
    width: 100%;
}
.for_img_input input{
    padding: 4px 8px 4px 30px;
}
.for_img_input i{
    position: absolute;
    left: 6px;
    top: 6px;
}
.checkout_last_p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #8D9299;
    margin-top: 12px;
}
.checkout_last_btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.checkout_last_btns button{
    background-color: transparent;
    border: 1px solid #CECECE;
    color: #5D5D5D;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    padding: 20px 20px;
    border-radius: 30px;
    min-width: 140px;
}
.checkout_last_btns div{
    display: flex;
    gap: 30px;
    align-items: center;
}
.checkout_last_btns button.btn_active{
    background-color: #1E6CDF;
    color: #FFFFFF; 
    font-weight: 700;
}
.checkout_last_btns a{
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8D9299;
}
.checkout_card2_body{
    border: 1px solid #E3E3E3;
    padding: 20px;
    margin-top: 30px;
    border-radius: 12px;
}
.checkout_card2_body{
    text-align: center;
}
.checkout_card2_body img{
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.checkout_card2_body h1{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: start;
}
.checkout_card2_body p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8D9299;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: start;
}
.checkout_card2_body p span{
    color: #0A2540;
}
.checkout_card2_body h6{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0A2540;
    text-align: start;
    margin-top: 12px;
}
.checkout_card2_last_btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}
.checkout_card2_last_btns button{
    background-color: transparent;
    border: none;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 20px;
    border-radius: 30px;
    width: 100%;
}
.checkout_card2_last_btns button.co2btn_active{
    background-color: #1E6CDF;
    color: #FFFFFF; 
    font-weight: 500;
}
.pricing_table_main .table tbody tr td{
    padding: 15px;
    box-shadow: none !important;
    background-color: #FFFFFF;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;

}
.pricing_table_main .table .table-active{
    background: #0A2540 !important;
    color: #FFFFFF !important;
}
.pricing_table_main .table_btns button{
    background-color: #0A2540;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    padding: 16px 20px;
    border-radius: 30px;
}
.pricing_table_main .table_btns button.btn_active{
    background-color: #FFFFFF;
    color: #0A2540;
}
.pricing_section_two{
    margin-top: 60px;
    background-image: url(../img/pricing.svg);
    min-height: 410px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    display: flex;
    align-items: center;
}
.pricing_sec2_txt{
    max-width: 900px;
}
.pricing_sec2_txt h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.pricing_sec2_txt p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 30px;
    color: #FFFFFF;
    max-width: 800px;
    text-align: left;
}
.checkout_section_one{
    margin-top: 120px;
    padding: 50px 0px;
}
.checkout_card_one{
    background: #fff;
    border: 1px solid #E8E8E8;
    padding: 28px;
    border-radius: 14px;
    margin-top: 30px;
    box-shadow: 0 2px 12px rgba(10, 37, 64, 0.04);
} 
.checkout_card1_title{
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.checkout_card1_title h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #0A2540;
    margin-bottom: 0;
}
.checkout_card1_title p{
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    margin-bottom: 0;
    padding-top: 6px;
}
.checkout_card1_title span{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px;
    color: #8D9299;
}
.checkout_card1_title a{
    font-weight: 600;
    font-size: 14px;
    color: #1E6CDF;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #1E6CDF;
    border-radius: 30px;
    transition: background 0.2s, color 0.2s;
}
.checkout_card1_title a:hover{
    background: #1E6CDF;
    color: #fff;
}
.checkout_inputs_main{
    margin-top: 20px;
}
.checkout_input_div{
    display: flex;
    margin-top: 15px;
    gap: 5px;
}
.checkout_input_div label{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0A2540;
    display: block;
    width: max-content;
    min-width: 80px;
}
.checkout_input_div input{
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 12px 14px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    color: #0A2540;
    width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.checkout_input_div input:focus{
    border-color: #1E6CDF;
    box-shadow: 0 0 0 3px rgba(30, 108, 223, 0.12);
}
.checkout_input_div select{
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 12px 14px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    box-shadow: none !important;
    color: #0A2540;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.checkout_input_div select:focus{
    border-color: #1E6CDF;
    box-shadow: 0 0 0 3px rgba(30, 108, 223, 0.12);
}
.checkout_input_div input::placeholder{
    font-family: "IBM Plex Sans", sans-serif;
    color: #8D9299;
    font-weight: 400;
    font-size: 16px;
}
.border_top{
    border-top: 1px solid #E0E0E080;
    padding-top: 15px;
    margin-top: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.for_img_input{
    position: relative;
    width: 100%;
}
.for_img_input input{
    padding: 4px 8px 4px 30px;
}
.for_img_input i{
    position: absolute;
    left: 6px;
    top: 6px;
}
.checkout_last_p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #8D9299;
    margin-top: 12px;
}
/* Get Shipping Rates button (checkout) */
#get-shipping-rates.btn-primary {
    background: #1E6CDF;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 30px;
    transition: background 0.2s, transform 0.05s;
}
#get-shipping-rates.btn-primary:hover:not(:disabled) {
    background: #1556b8;
}
#get-shipping-rates.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.checkout_last_btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.checkout_last_btns button{
    background: #fff;
    border: 1px solid #CECECE;
    color: #0A2540;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 30px;
    min-width: 160px;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.checkout_last_btns button:hover:not(:disabled){
    border-color: #1E6CDF;
    color: #1E6CDF;
}
.checkout_last_btns div{
    display: flex;
    gap: 16px;
    align-items: center;
}
.checkout_last_btns button.btn_active{
    background: #1E6CDF;
    border-color: #1E6CDF;
    color: #fff;
}
.checkout_last_btns button.btn_active:hover:not(:disabled){
    background: #1556b8;
    border-color: #1556b8;
    color: #fff;
}
.checkout_last_btns a.btn-outline-secondary{
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #CECECE;
    color: #0A2540;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.checkout_last_btns a.btn-outline-secondary:hover{
    border-color: #1E6CDF;
    color: #1E6CDF;
    background: rgba(30, 108, 223, 0.06);
}
.checkout_last_btns a:not(.btn-outline-secondary){
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #1E6CDF;
}
.checkout_last_btns a:not(.btn-outline-secondary):hover{
    text-decoration: underline;
}
.checkout_card2_body{
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 28px;
    margin-top: 30px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(10, 37, 64, 0.04);
}
.checkout_card2_body img{
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.checkout_card2_body h1{
    font-weight: 700;
    font-size: 22px;
    color: #0A2540;
    margin-bottom: 0;
    margin-top: 0;
    text-align: start;
    line-height: 1.3;
}
.checkout_card2_body p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8D9299;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: start;
}
.checkout_card2_body p span{
    color: #0A2540;
}
.checkout_card2_body h6{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #8D9299;
    text-align: start;
    margin-top: 12px;
}
.checkout_card2_last_btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}
.checkout_card2_last_btns button{
    background-color: transparent;
    border: none;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 20px;
    border-radius: 30px;
    width: 100%;
}
.checkout_card2_last_btns button.co2btn_active{
    background-color: #1E6CDF;
    color: #FFFFFF; 
    font-weight: 500;
}
.navbar-toggler{
    border: none;
    box-shadow: none !important;
}
@media (max-width: 992px) {
    .hero_section{
        padding: 100px 0px 40px 0px;
    }
    .navbtn{
        margin: 10px 0px;
    }
    .navbtn button{
        margin-left: 0px;
        background-color: #1E6CDF;
        padding: 8px 20px;
        border-radius: 30px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        border: none;
        min-width: 160px;
    }
}
@media (max-width: 768px){
    .hero_section {
        height: auto;
        min-height: 85vh;
    }
}
@media (max-width: 576px){
    .waitlist_sec1_form_main{
        padding: 40px 24px;
        margin: 0 16px;
    }
    .waaitlist_title h3{
        font-size: 28px;
        line-height: 36px;
    }
    .home_sec6_txt h1 {
        font-weight: 700;
        font-size: 32px;
        color: #5C5C5C;
        margin-bottom: 0;
        line-height: 42px;
    }
    .home_sec7_txt_div h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 45px;
        color: #0A2540;
        margin-bottom: 0;
    }
    .navbar-brand img{
        height: 30px;
    }
    .hero_text1 h1 {
        font-weight: 800;
        font-size: 32px;
        line-height: 45px;
        color: #0A2540;
    }
    .title_div h2 {
        font-size: 36px;
    }
    .home_sec4_card3_body h1 {
        font-size: 32px;
    }
    .home_sec5_title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .footer_last_text_inner{
        flex-direction: column;
    }
    .footer_last_text_inner span{
        display: none;
    }
    .footer_last_text{
        flex-direction: column;
    }
    .home_sec4_card3_body p {
        font-weight: 400;
        font-size: 16px;
    }
    .about_sec1_title_div h1 {
        font-size: 28px;
        line-height: 40px;
        margin-top: 20px;
    }
    .pricing_sec2_txt h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #FFFFFF;
    }
    .pricing_sec2_txt p {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 1.6;
        margin-top: 30px;
        color: #FFFFFF;
        max-width: 100%;
        text-align: left;
    }
    .waitlist_hero_text1 h1 {
        font-weight: 800;
        font-size: 40px;
        line-height: 50px;
        color: #FFFFFF;
    }
    .waitlist_sec1_form_main {
        background: #F5F5F5;
        padding: 20px;
    }
}







.pricing_section_one{
    margin-top: 120px;
    padding: 50px 0px;
}
.pricing_title h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #5C5C5C;
    text-align: center;
}
.pricing_title h1 span{
    color: #170F49;
}
.pricing_title p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #4D4D4D;
}
.pricing_table_main{
    width: 100%;
    overflow-x: auto;
    margin-top: 60px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.pricing_table_main .table{
    border-radius: 10px;
    margin-bottom: 0;
}
.pricing_table_main .tbl_head{
    margin-bottom: 0;
    min-width: 280px;
    font-size: 18px;
}
.pricing_table_main .table thead tr th{
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
}
.pricing_table_main .table thead tr th:first-child{
    border-radius: 20px 0px 0px 0px;
}
.pricing_table_main .table thead tr th:last-child{
    border-radius: 0px 20px 0px 0px;
}
/* .pricing_table_main .table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color: #F7F6FE;
} */
.pricing_table_main .table tbody tr td{
    padding: 20px;
    box-shadow: none !important;
    background-color: #FFFFFF;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.bi-x-circle{
    font-size: 18px;
    color: red;
}
.bi-check-circle{
    font-size: 18px;
    color: green;
}
/* .pricing_table_main .table .table-active{
    background: #0A2540 !important;
    color: #FFFFFF !important;
} */
.pricing_table_main .table_btns button{
    /* background: linear-gradient(45deg, #6366f1, #8b5cf6); */
    background-color: #0A2540;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    padding: 16px 20px;
    border-radius: 30px;
}
.pricing_table_main .table_btns button.btn_active{
    background-color: #FFFFFF;
    color: #0A2540;
}
.pricing_table_main .table tbody tr{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Pricing index.html =========================== */

.home_section_six{
    padding: 60px 0px;
}
.home_sec6_txt{
    margin-top: 20px;
    text-align: center;
}
.home_sec6_txt h1{
    font-weight: 700;
    font-size: 48px;
    color: #5C5C5C;
    margin-bottom: 0;
    line-height: 58px;
}
.home_sec6_txt h1 span{
    color: #0A2540;
}
.home_sec6_txt p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #4D4D4D;
    margin-top: 8px;
}
.home_sec6_txt h3{
    margin-top: 40px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #4D4D4D;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.home_sec6_card_img{
    display: flex;
    gap: 12px;
}
.home_sec6_card_body{
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #EFF0F6;
    box-shadow: 0px 2px 12px 0px #14142B14;
    border-radius: 24px;
    padding: 25px 25px;
    margin-top: 40px;
    transition: all 0.3s ease;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.home_sec6_card_body:hover{
    transform: translate(0px, -15px);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
}
.home_sec6_card_body .pop_tag{
    background-color: #0A2540;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    padding: 12px 10px;
    text-align: center;
    position: absolute;
    width: 160px;
    top: 25px;
    right: -40px;
    transform: rotate(45deg);
    color: #FFFFFF;
}
.home_sec6_card_img{
    display: flex;
    align-items: center;
    gap: 15px;
}
.home_sec6_card_img h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #0A2540;
    margin-bottom: 0;
}
.home_sec6_card_body h1{
    text-align: center;
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 0px;
    color: #170F49;
    padding-top: 15px;
}
.home_sec6_card_body h1 sub{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}
.home_sec6_card_body button{
    background: #0A2540;
    padding: 12px 15px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: 30px;
    border: none;
    font-weight: 600;
    align-self: center;
}
.home_sec6_subs_benifits_main{
    height: auto;
    min-height: 600px;
}
.home_sec6_subs_benifits_inner{
    position: relative;
    padding: 15px 10px 15px 45px;
    margin-top: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.navbar .nav-link.active {
    color: #1E6CDF;
    font-weight: 600;
  }
  .navbar .nav-link.active::after {
    content: "";
    display: block;
    height: 2px;
    background: #1E6CDF;
    width: 100%;
    margin-top: 4px;
  }
.home_sec6_subs_benifits_inner::before{
    content: "";
    background-image: url('../img/check.png');    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 25px;
    left: 15px;
}
.home_sec6_subs_benifits_inner:hover{
    background: rgba(99, 102, 241, 0.05);
    transform: translateX(5px);
}
.home_sec6_subs_benifits_inner.active_cards{
    background: rgba(99, 102, 241, 0.1);
    border-left: 3px solid #0A2540;
}
.home_sec6_subs_benifits_inner h5{
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
}
.home_sec6_subs_benifits_inner p{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #4D4D4D;
    margin-bottom: 0;
}
@media (max-width:576px){
    .pricing_table_main .tbl_head{
        min-width: 200px;
    }
    .pricing_table_main .table tbody tr td{
        padding: 15px 6px 15px 15px;
    }
}

