.page-banner{
	background: linear-gradient(135deg, rgb(13, 27, 62) 0%, rgb(26, 16, 96) 100%);
}
.h-tag a{
	display: inline-block;
    background: #ffffff26;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 100px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase;
    margin-bottom: 18px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.hero_heading_1{
	font-family: "Poppins",sans-serif;
    font-weight: 800;
    font-size: 54px;
    color: #fff;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
}
.hero_p_1{
	font-size: 17px !important;
    color: #ffffffd1 !important;
    line-height: 1.72 !important;
    margin-bottom: 34px !important;
}
.hero_btn_1 a{
	background: linear-gradient(135deg, #1B9BF0 0%, #7B2FF7 100%) !important;
    color: #fff;
    border: none;
    border-radius: 8px !important;
    padding: 13px 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    display: inline-flex;
    align-items: center;
    gap: 8px !important;
    font-family: "Inter",sans-serif !important;
    transition: all .2s;
}
.hero_btn_1 a:hover{
	background:linear-gradient(135deg,#0e88d8 0%,#5e12d0 100%) !important;
	transform: translateY(-1px);
}
.hero_star{
	display: flex;
    gap: 28px !important;
    margin-top: 40px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.hero_btn_2 a{
	background: transparent !important;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .45) !important;
    border-radius: 8px;
    padding: 11px 24px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Inter",sans-serif;
}
.hero_btn_2 a:hover{
	border-color: #fff !important;
}
.hs-val{
	font-family: "Poppins",sans-serif;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #fff !important;
}
.hs-lbl{
	font-size: 12px !important;
    color: #fff9;
    margin-top: 2px !important;
}
.logos_t{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.logos_r{
	display: flex;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px;
    flex-wrap: wrap !important;
}
.logos_p{
	background: #fff !important;
    border: 1px solid #E2E8F0;
    border-radius: 7px;
    padding: 8px 20px !important;
    font-family: "Poppins",sans-serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #718096 !important;
}
.stag{
	font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.sh-heading{
	font-family: "Poppins",sans-serif;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #1A202C !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
}
.sh_p{
	font-size: 16px;
    color: #718096;
    max-width: 540px;
    line-height: 1.7;
}
.card{
	border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 26px;
    transition: all .22s;
}
.card-b1{
	background: #EBF5FF;
    border-color: #1b9bf026;
}
.card_h3{
	font-family: "Poppins",sans-serif;
    font-weight: 600;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px #1b9bf01a;
    border-top: 3px solid #1B9BF0;
}
.card-b2 {
    background: #F3EEFF;
    border-color: #7b2ff726;
}
.ul_h3{
	font-family: "Poppins",sans-serif;
    font-weight: 700;
}
.hs_num{
	width: 72px ;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg,#1B9BF0 0%,#7B2FF7 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px !important;
    font-family: "Poppins",sans-serif;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #fff;
    box-shadow: 0 4px 18px #1b9bf066;
}
.hiw:before{
	content: "";
    position: absolute;
    top: 36px;
    left: 17%;
    right: 17%;
    height: 2px;
    background: linear-gradient(90deg, #1B9BF0, #7B2FF7);
    z-index: -1;
}
.star_bar{
	background:linear-gradient(135deg,#1B9BF0 0%,#7B2FF7 100%);
}
.sv{
	font-family:"Poppins",sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.pnm{
	font-family:"Poppins",sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1A202C;
    margin-bottom: 6px;
}
.ppr{
	font-family: "Poppins",sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #1A202C;
    line-height: 1;
}
.bo{
	font-weight: 600;
    cursor: pointer;
    font-family: "Inter",sans-serif;
}
.pbdg{
	position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(135deg,#1B9BF0 0%,#7B2FF7 100%);
    color: #fff;
    padding: 3px 16px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}
.pc-feat{
    box-shadow: 0 16px 50px #1b9bf02e;
    transform: scale(1.04);
}
.p_btn a{
	background: linear-gradient(135deg,#1B9BF0 0%,#7B2FF7 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 28px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
  	justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Inter",sans-serif;
    transition: all .2s;
}
.int-c{
	font-weight: 600;
}