body{
    font-weight: 400;
font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6{
      font-weight: 400;
  font-family: "TASA Orbiter", sans-serif;
}
p{
     font-family: "Inter", sans-serif;
}

.flex_v_cen{
    display: flex;
    align-items: center;
}
.flex_cen{
      display: flex;
    align-items: center;
    justify-content: center;
}
:root{
    --light: #F4F4F4;
    --blue: #153d6a;
    --pink: #a39062;
    --textdark: #111111;
    --textlight: #333333;
}
.bg_clr{
    background-color: var( --light);
    padding: 60px 0px;
}
.wrapper{
    padding-left: 100px;
    padding-right: 100px;
}
.container{
    width: 100%;
    max-width: 1300px;
}
.mt_70{
    margin-top: 70px;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}

.title_head .sub_head{
   color: var(--pink);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.title_head .head{
          color: var(--textdark);
    font-size: 37px;
    line-height: 45px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
}
.title_head p {
        font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 12px;
}
.title_head .con a{
    color: var(--pink);
    text-decoration: none;
}
.title_head.text-center .sub_head{
        justify-content: center;
}
.title_head.text-center .sub_head:before{
    left: 0;
    right: 0;
}
.title_head.white .head{
    color: #fff;
}

.btn_style a {
           color: #fff;
    background-color: var(--pink);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 40px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    border-radius: 5px;
}
.btn_style a i {
    padding-left: 3px;
    font-size: 14px;
}

.btn_style.white a {
           color: var(--textdark);
    background-color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    border-radius: 50px;
}
.btn_style.white a i {
    padding-left: 3px;
    font-size: 14px;
}
/*
.btn_style a:hover{
    background-color: var(--blue);
    
    color:#fff;
}
*/

/*
.pop_call{
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.pop_call:after{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/call_corner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    bottom: -20px;
    left: 0;
}
.pop_call i{
        width: 50px;
    height: 50px;
    background-color: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}
.pop_call span{
    font-size: 16px;
    color: var(--textlight);
    font-family: var(--primaryfnt);
    line-height: 24px;
}
.pop_call span b{
    font-size: 24px;
    font-weight: 600;
    color: var(--textdark);
    transition: 0.3s;
}
.pop_call:hover span b{
    color:  var(--blue);
}
*/

/*start header*/
header .wrapper{
    padding-right: 0;
}
header .box{
    padding-right: 0;
}
header .d_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav_part,header .top_part {
    position: relative;
}
/*
header .nav_part:after, header .top_part:after{
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--pink);
}
*/

header .top_part{
    background-color: var(--blue);
}
header .top_part .left_part{
    display: flex;
    align-items: center;
}
header .top_part .social{
        list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
header .top_part .social li a{
        color: #fff;
    font-size: 16px;
    margin-left: 13px;
    text-decoration: none;
}
header .top_part .contact{
      list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
header .top_part .contact li a{
     color: #C2C2C2;
    font-size: 14px;
    margin-right: 10px;
     text-decoration: none;
        font-family: "Inter", sans-serif;
}
header .top_part .contact li a i{
    padding-right: 6px;
}
header .top_part .right_part{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .top_part  p{
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
}
header .top_part .right_part .my_btn{
       font-size: 14px;
    color: #fff;
    padding: 12px 50px;
    margin-left: 25px;
    text-transform: capitalize;
    background-color: var(--pink);
    text-decoration: none;
    transition: 0.3s;
    padding-right: 100px;
    font-weight: 400
}

header .nav_part .box{
    background-color: #fff;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav_part .box .left_part{
    display: flex;
    align-items: center;
    position: relative;
}
header .nav_part .box .left_part .logo{
   width: 200px;
}
header .nav_part .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header .nav_part .box ul li{
    display: inline-block;
    margin: 0px 15px;
}
header .nav_part .box ul li a{
            font-size: 17px;
    text-transform: capitalize;
    color: var(--textdark);
    padding: 40px 0px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.3s;
    height: 105px;
    font-family: "TASA Orbiter", sans-serif;
    font-weight: 500;
}
header .nav_part .box ul li a:hover{
     color: var(--blue); 
}
header .nav_part .box ul li a.active, header .nav_part .box ul li a:hover{
    color: var(--pink);
}
header .nav_part .box ul li a:after{
       position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--pink);
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
}
header .nav_part .box ul li a.active:after{
    opacity: 1;
}
header .nav_part .box .right_part{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .nav_part .box .right_part .search_icon{
        width: 105px;
    height: 105px;
    background-color: var(--pink);
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 25px;
}
header .nav_part .box .right_part .search_icon a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}
header .nav_part .box .right_part .search_icon span{
    display: block;
}
.call {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.call i {
      width: 55px;
    height: 55px;
    border: 1px solid var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--pink);
    transition: 0.3s;
}
.call:hover i {
    background-color:  var(--pink);
    color: #fff;
}
.call span {
    font-size: 14px;
    color: var(--textlight);
    line-height: 24px;
}
.call span b {
    font-size: 18px;
    font-weight: 500;
    color: var(--textdark);
    transition: 0.3s;
}
.call.white span, .call.white span b {
     color: #fff;
}
/*end header*/
/*start banner*/
.home_banner{
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-bottom: 220px;

    position: relative;
    z-index: 1;
}
.home_banner:after{
          position: absolute;
    content: '';
    display: block;
    width: 90%;
    height: 100%;
    background:linear-gradient(to right, #03162c, #041e3ce6, rgba(21, 61, 106, 0));
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .9;
}

.home_banner .con_part{
    position: relative;
}

.home_banner .con_part h3{
          font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--light);
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.home_banner .con_part h1{
           font-size: 55px;
    line-height: 62px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 16px;
}
.home_banner .con_part h1 b{
    font-weight: 600;
}
.home_banner .con_part p{
           font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
    max-width: 600px;
    font-weight: 400;
}
.home_banner.service_banner .con_part p{
    margin: 0 auto;
}
.home_banner .con_part p.btn_style{
    margin-right: 12px;
}
.home_banner .price_div{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    margin-left: 10px;
    
}
.home_banner .price_div .big{
    color: var(--pink);
    font-size: 40px;
    font-weight: 500;
    padding: 0px 3px;
}
.home_banner .price_div .bt_text{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

/*end banner*/



/*start services */
.ser_new .grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.ser_new .grid .box:nth-child(2){
    border-left: 1px solid rgba(255, 255, 255, 0.16);    
    border-right: 1px solid rgba(255, 255, 255, 0.16);

}
.ser_new .grid .box:nth-child(3){
     border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.ser_new{
    background-color: var(--blue);
    padding: 40px 0px;
}
.ser_new .box{
    text-decoration: none;
    text-align: center;
        padding: 0px 40px;
    display: block;
}
.ser_new .box .img_box{
    border-radius: 50%;
    overflow: hidden;
    
}
.ser_new .box .round_half{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    aspect-ratio: 1/1;
    width: 100%;
    position: relative;
    padding: 15px;
    margin: 0 auto
}
.ser_new .box .round_half:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid var(--pink);
    border-radius: 50%;
    clip-path: polygon(0 61%, 100% 61%, 100% 100%, 0% 100%);
    overflow: hidden;
    border-radius: 50%;
}
.ser_new .box .icon{
       width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--pink);
    margin: 0 auto;
    margin-top: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}
.ser_new .box .icon img{
    width: 30px;
}

.ser_new .box h4{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.ser_new .last_box{
    background-image: url(../img/programs.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
}
.ser_new .last_box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--pink);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .8;
}
.ser_new .last_box .icon{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    color: var(--pink);
    font-size: 25px;
}
.ser_new .last_box h4{
        color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}
/*end services*/
/*start blog*/
.blog{
    position:  relative;
    z-index: 1;
}

.blog .box{
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
    display: block
}
.blog .img_box{
    border-radius: 15px;
    overflow: hidden;
}
.blog .box .text_box{
    padding: 15px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.blog .box .text_box h3{
         color: var(--textdark);
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 26px;
}
.blog .box .text_box p {
       color: var(--textlight);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.blog .box .text_box .round_btn{
   width: 40px;
    height: 40px;
    background-color: var(--light);
    border-radius: 50%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textdark);
    font-size: 16px;
    transition: 0.3s
}
.blog .box:hover .text_box .round_btn{
    background-color: var(--pink);
    color: #fff;
}

/*end blog*/
.content_area.bg_img{
    position: relative;
}
.content_area.bg_img:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/service_bg.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    right: 0;
}
.content_area .con_part.pl{
    padding-left: 30px;
}
.content_area h3{
        font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600
}
.content_area .img_part{
    border-radius: 20px;
    overflow: hidden;
        display: block;
}
.content_area ul{
        list-style: none;
    padding: 0;
    margin: 0;
}

.content_area ul li{
        font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.content_area li:before {
    position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--pink);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
/*start hire us*/
.hire{
       padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 4px 15px 0px #d13a7a17;
    display: flex;
    margin-top: 25px;
    background-color: #fff;
}
.hire .icon{
       width: 65px;
    height: 65px;
    background-color: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #fff;
    font-size: 25px;
}
.hire .text{
    flex: 1;
}
.hire .text h3{
       font-size: 18px;
    font-weight: 400;
    color: var(--textdark);
    margin-top: 0;
    margin-bottom: 10px;
}
.hire .text p {
      font-size: 16px;
    color: var(--textlight);
    line-height: 24px;
    margin-bottom: 10px;
}
.hire .btn_arrow {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--textdark);
    margin-top: 5px;
    display: inline-block;
    border-bottom: 1px solid var(--pink);
    transition: 0.3s;
}
/*end hire us*/

/*start quick link */
.quick_links .box{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 40px 30px 60px 30px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px;
}
.quick_links .box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2B2F2E;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
     transition: 0.3s;
}

.quick_links .box h3{
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
}
.quick_links .box p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.quick_links .box .arrow{
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0 ;
    margin: 0 auto;
    background-color: var(--blue);
    border-radius: 50%;
    outline: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
     transition: 0.3s;
}
.quick_links .box:hover .arrow{
     background-color: var(--dark);
}
.quick_links .box:hover:after{
        background-color: #1067f3;
}
/*end quick link */
/*start call to action */
.call_action_section{
    background-image: url(../img/form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.call_action_section:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--pink);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .9;
    
}
.call_action_section .title_head{
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call_action_section .title_head:after{
    position: absolute;
    content: '';
    display: block;
    width: 220px;
    height: 220px;
    border: 10px solid #fff;
    opacity: .2;
    border-radius: 15px;
    
}
.call_action_section ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.call_action_section ul li{
    padding: 25px;
}
.call_action_section ul li h4{
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}
.call_action_section ul li h4 span{
    opacity: .5;
}
.call_action_section p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffffbd;
    margin-bottom: 0;
}
.call_panel{
    background-color: var(--blue);
    padding-top: 25px;
    padding-bottom: 25px;
}
.call_panel .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*end call to action */
/*start form testi*/
.form_part{
    position: relative;
    z-index: 1;
    background-image: url(../img/map_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    overflow: hidden;
    background-attachment: fixed;
    
}
.form_part:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--blue);
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .8
}
.form_part .left_call_ac {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.form_part .left_call_ac .n_logo{
        max-width: 200px;
    width: 100%;
}
.form_part .left_call_ac .n_warranty{
     max-width: 150px;
    width: 100%;
}
.form_part .left_call_ac .p_head {
       font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 15px;
    background-color: #7ed248;
    display: inline-block;
    padding: 5px 25px;
    color: #000;
}
.form_part .left_call_ac small{
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 18px;
}
.form_part .title_head h2{
 font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-top: 2px solid #7ed248;
    margin-top: 15px;
    padding-top: 15px;
}
.form_part .title_head{
    position: relative;
    z-index: 1;
}

.form_part .title_head  p {
    color: #fff;
    font-size: 20px;
     margin-bottom: 20px;
}
.form_part .btn_style{
    margin-bottom: 0;
    margin-right: 15px;
}
.form_part .form_box{
     max-width: 460px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: 100%;
    padding: 40px 40px;
    border-radius: 30px;
    box-shadow: -12px 12px 64px 0 rgba(0, 0, 0, 0.12);
}
.form_part .form_box h2{
      font-size: 25px;
    padding-bottom: 20px;
    color: var(--textdark);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: .5px;
}
.form_part .form_box h2:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color:rgba(129, 129, 129, 0.39);
    bottom: -0;
    left: 0;
}
.form_part .form_box h2:after{
            position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--pink);
    bottom: -0;
    left: 25px;
}
.form_part .form_box .form_group{
    margin-bottom: 10px;
}
.form_part .form_box .form-control{
          color: var(--textdark);
    height: 55px;
    background-color: #ffffffd4;
    border-radius: 28px;
    border: 1px solid #D1D1D1;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    padding: 15px;
}
.form_part .form_box textarea.form-control{
    height: 85px;
}
.form_part .form_box .my_btn{
            background: var(--pink);
    letter-spacing: .5px;
    font-weight: 500;
    box-shadow: 0px 4px 50px 0px rgb(214 25 33 / 25%);
    border: none;
    margin-top: 10px;
    color: #fff;
    background-color: var(--pink);
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
}


/*end form part*/


/*start pricing part*/
.pricing .bg_img{
    border-radius: 20px;
    padding: 50px 80px;
   overflow: hidden;
    position: relative;
    z-index: 1;
}
.pricing .bg_img:before{
     background-image: url(../img/bg_price.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
     border-radius: 20px;
}
.pricing .bg_img:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 70%;
    background: #000;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .7;
     border-radius: 20px;
}

/*
.pricing .overlay {
      background: rgba(0, 0, 0, 0.6);
      padding: 80px 20px;
    }
*/

   .pricing .section-title {
      color: #fff;
      font-family: 'Unbounded', cursive;
      text-align: center;
      margin-bottom: 2rem;
    }

   .pricing .card-pricing {
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      background: #fff;
    }

   .pricing .price-tag {
         background: var(--light);
    font-size: 25px;
    font-weight: 400;
    border-radius: 35px;
       border-top-left-radius: 0;       border-bottom-left-radius: 0;

    padding: 10px 20px;
    display: block;
       position: relative;
       z-index: 1;
       margin-bottom: 0 !important;
    }
.pricing .price-tag:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--light);
    left: -30%;
    top: 0;
    z-index: -1;
}

.pricing .price-tag small.text-muted{
    font-size: 14px;
}

   .pricing .package-title {
          font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    }
.pricing .package-tsmall{
    font-family: "Unbounded", sans-serif;
    font-size: 12px;
    font-weight: normal;
}

       .pricing .img-wrapper {
           max-width: 250px;
           margin: 0 auto;
           display: block;
           margin-bottom: 20px;
/*
   border-radius: 40px;
      overflow: hidden;
      margin: 1rem 0;
      border: 4px solid #ff5533;
*/
    }

 

   .pricing .btn-register {
      background-color: #ff5533;
      color: white;
      border-radius: 30px;
      padding: 0.6rem 1.5rem;
      font-weight: 600;
      transition: all 0.3s ease;
    }

   .pricing .btn-register:hover {
      background-color: #e04a2b;
    }

   .pricing .card-body {
      padding: 25px;
       
    }
.pricing .card{
    margin-top: 25px;
    overflow: hidden;
}
/*
.pricing .bottom_part{
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    text-align: left;
}
*/
.pricing .btn_style{
    margin-bottom: 0 !important;
}
.pricing.inner_pg .bg_img{
    padding: 0;
    
}
.pricing.inner_pg .card{
    box-shadow: none;
}

.pricing.inner_pg .bg_img:before, .pricing.inner_pg .bg_img:after{
    display: none;
}
.pricing .card{
    height: 94%;
}
.pricing .note{
         font-size: 14px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 12px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-weight: 500;
    font-style: italic;
}
.pay_icons img{
    max-width: 250px;
    width: 100%;
}
.pricing .bottom_part p {
    line-height: 22px;
}
.pricing .title_head p{
    color: #fff;
}
.pricing p small{
    line-height: 18px;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}
.pricing .pay_icons img{
    width: 200px;
}
/*end pricing part*/








.inner_testi{
    padding-bottom: 80px;
    padding-top: 80px;
}
#testi_inner{
    margin-top: 25px;
}
.rvw_box{
    background-color: var(--light);
    padding: 35px;
    border-radius: 15px;
    position: relative;
}
.rvw_box:after{
        position: absolute;
    width: 100px;
    height: 60px;
    background-color: var(--light);
    content: '';
    bottom: -58px;
    left: 50px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.rvw_box .quote{
       position: absolute;
    width: 55px;
    height: 55px;
    background-color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    right: 15px;
    top: 15px;
    color: #fff;
    border-radius: 5px;
    transform: rotate(180deg);
}
.rvw_box .stars{
    margin-bottom: 25px;
}
.rvw_box .stars i{
    color: #E7B400;
    font-size: 20px;
    margin-right: 5px;
}
.rvw_box h6{
    font-size: 24px;
    color: var(--textdark);
    margin-bottom: 15px;
    font-weight: 600;
}
.rvw_box p {
    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
}
.rvw_by{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: var(--primaryfnt);
    font-weight: 500;
    margin-top: 15px;
    margin-left: 150px;
}
.rvw_by .user{
       width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #ffffff;
    outline: 1px solid #bebebe;
    margin-right: 20px;
    margin-bottom: 1px;
}
/*end reviews*/



/*start benefits */
.benefits{
        padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--light);
    position: relative;
    
}

.benefits .box{
  background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    transition: 0.3s;
    height: 95%;
}
.benefits .box .icon{
    font-size: 40px;
    color: var(--pink);
}
.benefits .box:hover{
    background-color: var(--blue);
}
.benefits .box .icon{
      transition: 0.3s;
}
.benefits .box h4{
           font-size: 25px;
    line-height:35px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: var(--textdark);
    margin-top: 15px;
      transition: 0.3s;
}
.benefits .box p {
           font-size: 16px;
    line-height: 26px;
    color: var(--textlight);
    margin-bottom: 0;
      transition: 0.3s;
}
.benefits .box ul{
    list-style: none;
    padding: 0;
    
}
.benefits .box ul li{
      font-size: 16px;
    line-height: 26px;
    color: var(--textlight);
    margin-bottom: 0;
      transition: 0.3s;
        padding-left: 30px;
    position: relative;
        margin-bottom: 8px;
        font-family: "Inter", sans-serif;
}
.benefits .box ul li:before {
    position: absolute;
    content: '\F140';
    display: block;
    font-size: 18px;
    color: var(--pink);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.benefits .box .btn_arrow{
     text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--textdark);
    margin-top: 12px;
    margin-top: 15px;
    display: inline-block;
    border-bottom: 1px solid var(--pink);
    transition: 0.3s;
    
}
.benefits .box:hover h4, .benefits .box:hover p, .benefits .box:hover ul li{
    color: #fff;
}
.benefits .box:hover .btn_arrow{
    border-color: #fff;
         color: #fff;
}
.benefits .box:hover .icon{
   color: #fff;
}
/*end benefits */

/*------------ start footer      ----------*/
@keyframes vdo-anim{
    0%{
        width: 100%;
    height: 100%; 
        opacity: 1;
    }
     100%{
        width: 140%;
    height: 140%; 
         opacity: 0;
    }
}

footer .top_part{
/*    background-color:#fff;*/
}
footer .top_part .bg_red{
    background-color: var(--pink);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
footer .top_part .bg_gray{
    background-color: #555555;
}
footer .top_part .bg_dark{
    background-color: #2C2C2C;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
footer .top_part .box{
    padding: 40px 30px;
}
footer .top_part .col-lg-4:last-child .box{
    border: none;
}
footer .top_part .box .logo{
    width: 125px;
    margin-bottom: 20px;
}
footer .top_part .box .call{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    display: block;
} 
footer .top_part .bg_red i{
        width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--pink);
    font-size: 25px;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
} 
footer .top_part .bg_red i:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    animation: vdo-anim 1s infinite;
}

footer .top_part .box .call a{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

footer .top_part .bg_gray .box .call a{
       font-size: 18px;
    line-height: 25px;
    font-family: 'Inter';
    font-weight: normal;
}
footer .top_part .box .map_ico{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
     color: var(--blue);
    font-size: 25px;
}
footer .top_part .box .foot_link{
    font-size: 18px;
    color: #fff;
     text-decoration: none;
    display: block;
    font-weight: 500;
    margin: 10px 0px;
    transition: 0.3s;
}

footer .top_part .box h5{
        font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 400;
}
footer .top_part .box iframe{
    height: 144px;
}



















footer {
    background-color: #111111;
    position: relative;
    z-index: 1;
}
footer:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}


footer .bot-footer{
     padding: 50px 0px;
}

footer .bot-footer .box img{
    max-width: 320px;
    margin-bottom: 20px;
}
footer .bot-footer .box p{
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height:160%;
}
footer .bot-footer .box h4{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
     }
footer .bot-footer .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .bot-footer .box ul li{
    padding-bottom: 10px;
    color: #fff;
    
}
footer .bot-footer .box ul li a{
     color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Inter';
}
footer .bot-footer .box .time li a{
    display: flex;
}
footer .bot-footer .box .time li a i{
    color: var(--pink);
    margin-right: 8px;
}
footer .bot-footer .box ul li a:hover{
    color:  var(--pink);
}
footer .bot-footer .box.contacts ul li a{
    display: flex;
    gap:10px;
}
footer .bot-footer .box.contacts ul li{
    padding-bottom: 15px
}
footer .bot-footer .box.contacts ul li a i{
    font-size: 20px
}
footer .bot-footer .box.contacts ul li a span small{
    font-size: 12px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}
footer .bot-footer .box.contacts ul li a span{
    font-size: 16px;
    color: #fff;
}
footer .bot-footer .box.contacts ul li a span .big{
    font-size: 25px
}
footer .bot-footer .box .form-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
footer .bot-footer .box .form-box .form-control {
    border-radius: 0;
    height: 45px;
    color: #000;
}
footer .bot-footer .box .form-box .my-btn {
    width: 60px;
    height: 45px;
    background-color: var(--red);
    color: #fff;
    position: absolute;
    border: none;
    text-transform: uppercase;
    font-family: .9rem;
    font-weight: 500;
    right: 0;
    transition: 0.3s;
}
footer .bot-footer .box .form-box .my-btn:hover{
    box-shadow: inset 3px 0px #000;
}
footer .bot-footer .box .social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .bot-footer .box .social li{
    width: 40px;
    height: 40px;
    border: 1px solid #555555;
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0px 4px;
    transition: 0.3s;
    border-radius: 50%;
}
footer .bot-footer .box .social li a{
    color: #fff;
}
footer .bot-footer .box .social li:hover{
      background-color: var(--pink);
      border-color: var(--pink);
}
footer .bot-footer .box .social li:hover a{
   color: #fff;
}
footer .cpy{
    border-top: 1px solid #282828;
     padding: 15px 0px;
}

footer .cpy p{
    font-size: 15px;
    margin: 0;
    color: #fff;
    text-align: center;
    
}
footer .cpy p a{
    color: var(--red);
    text-decoration: none;
    transition: 0.3s;
}
footer .cpy ul{
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .cpy ul li{
    margin-left: 15px;
    font-size: 15px;
    display: inline-block;
}
footer .cpy ul li a{
    text-decoration: none;
     color: #fff;
}

/*------------ end footer      ----------*/
/*start inner pages*/
.abt_img img{
    border-radius: 30px;
    overflow: hidden;
}
.service_banner{
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
       padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.service_banner:after{
   position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #03162c;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .8;
}
.service_banner .con_part .breadcrumb{
    color: var(--light);
    font-size: 16px;
    
    display: flex;
    justify-content: center;
}
.service_banner .con_part .breadcrumb p{
    margin-bottom: 10px;
}
.service_banner .con_part .breadcrumb a{
     color: #fff;
    text-decoration: none;
}
.service_banner .con_part h1{
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
}
.service_banner .exp_box{
      max-width: 370px;
    width: 100%;
    background-color: var(--light);
    overflow: hidden;
    margin:0 auto;
}
.service_banner .exp_box .exp_head{
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px 40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a6a182;
    margin: 5px;
}
/*
.service_banner .exp_box .exp_head:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
}
*/
.service_banner .exp_box .exp_head .count{
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #ffffff;
    
}
.service_banner .exp_box .exp_head .exp{
        color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    padding-left: 8px;
    text-transform: uppercase;
}
.service_banner .exp_box .exp_head .exp b{
       font-size: 28px;
    font-weight: 600;
}
.service_banner .book_appo{
    padding: 25px;
    background-color: #fff;
}
.service_banner .book_appo ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.service_banner .book_appo ul li{
           font-size: 16px;
    line-height: 24px;
    color: var(--textdark);
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.service_banner .book_appo ul li:before{
           position: absolute;
    content: '\F26A';
    display: block;
    font-size: 18px;
    color: var(--light);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.service_banner .book_appo .btn_style{
        margin-bottom: 0;
    text-align: center;
}
.service_banner .book_appo .btn_style a{
        font-size: 16px;
    padding: 14px 20px;
    color: var(--textdark);
    background-color: transparent;
    border: 2px solid var(--light);
}
.service_banner .book_appo .btn_style a:hover{
    background-color: #001427;
    border-color: #001427;
    color: #fff;
}

.call_to_ac .abt_call_ac:after{
    display: none;
}
.call_to_ac .abt_call_ac{
    padding: 0;
       padding-left: 50px;
        margin-top: -125px;
    border-radius: 15px;
    overflow: hidden;
}
.call_to_ac .abt_call_ac .btn_style{
    margin-top: 15px;
}
.call_to_ac .abt_call_ac .img_box{
        height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}
.abt .img_part{
        max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 10px solid #ffffff;
    outline: 2px dotted var(--pink);
}

.other_pg_banner{
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    position: relative;
    z-index: 1;
}
.other_pg_banner:after{
    position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background:#06012B;
        top: 0;
        left: 0;
        z-index: -1;
    opacity: .5;
}
.other_pg_banner .con_part{
    text-align: center;
}
.other_pg_banner .con_part h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 90px;
    line-height: 90px;
}
.other_pg_banner .breadcrumb{
     background-color: var(--blue);
    max-width: 575px;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    padding: 15px;
    margin: 0 auto;
    margin-top: 110px;
}
.other_pg_banner .breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.side_con .more_ser{
       background-color: #F8F5F0;
    padding: 25px;
    border: 1px solid #DDDDDD;
}
.side_con .more_ser h4{
     font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    color: var(--textdark);
    position: relative;
}
.side_con .more_ser h4:after{
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--blue);
}
.side_con .more_ser h4 span{
    color: var(--blue);
}
.side_con .more_ser ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.side_con .more_ser ul li a{
        display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    color: var(--textdark);
    margin: 10px 0px;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
}
.side_con .more_ser ul li a:after{
    position: absolute;
    content: '\F138';
    display: block;
    font-size: 20px;
    color: var(--light);
    right: 20px;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    transition:0.3s;
}
.side_con .more_ser ul li a:hover{
    color: #fff;
    background-color: var(--blue);
}
.side_con .more_ser ul li a:hover:after{
    color: #fff;
}
.side_con .side_call {
    background-color: var(--blue);
    padding:40px 30px;
    text-align: center;
    margin-bottom: 25px;
}

.side_con .side_call h4 {
   font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff;
}
.side_con .side_call p {
       color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 300;
}
.side_con .side_call .call {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    display: block;
}
.side_con .side_call .call span {
   font-size: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-top: 8px;
}



.content_part .title_head .head{
        font-size: 38px;
    line-height: 45px;
}
.remove_footer_gap{
    margin-top: -70px;
}
.faq_area .accordion{
    margin-top: 25px;
}
.faq_area .accordion-button{
      background-color: #fff;
    font-size: 16px;
    padding: 30px 25px;
    color: var(--textdark);
    
}
.faq_area .accordion-button:focus{
    box-shadow: none;
}
.faq_area .accordion-button:not(.collapsed){
    background-color: var(--pink);
    color: #fff;
}
.faq_area .img_part{
    max-width: 300px;
    
}

/*start contact page*/

.contact-dtls .box{
    text-align: center;
}
.contact-dtls .box .icon {
    width: 65px;
    height: 65px;
    background-color: var(--pink);
    border-radius: 5px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}
.contact-dtls .box .icon:after{
   position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    border-bottom-right-radius: 15px;
    background-color: var(--pink);
    content: '';
    left: -6px;
    top: -6px;
    z-index: -1;
    opacity: .2;
    
}
.contact-dtls .box .icon img{
    max-width: 35px;
}
.contact-dtls .box .text {
    flex: 1;
}
.contact-dtls .box .text h3{
       font-size: 18px;
    color: #000;
    margin-bottom: 4px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 10px;
}
.contact-dtls .box .text p a{
    font-size: 1rem;
    color: var(--pink);
    text-transform: capitalize;
    letter-spacing: .5px;
    text-decoration: none;
}
.contact-form .img-part {
    background-image: url(../img/programs.jpg);
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}
.contact-form .form-part {
    padding-left: 30px;
}
.contact-form .form-part h4 {
        color: var(--pink);
    font-size: 15px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px
}
.contact-form .form-part h2 {
       font-size: 25px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #000;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.contact-form .form-part h2:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    background-color: #ebebeb;
    left: 16px;
    bottom: -7px;
    border-radius: 5px;
}
.contact-form .form-part h2:after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--pink);
    left: 0;
    bottom: -8px;
    border-radius: 50%;
}
.contact-form .form-part .form_group{
    margin-bottom: 10px;
}
.contact-form .form-part .form_group .form-control {
    height: 50px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    padding: 3px 20px;
        font-family: "Inter", sans-serif;
}
.contact-form .form-part .form_group textarea.form-control{
    height: 140px;
    border-radius: 10px;
}
.contact-form .form-part .form_group .form-control::placeholder{
    color: #6a6b71;
    
}
.contact-form .form-part .my-btn {
       color: #fff;
    background-color: var(--pink);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    border-radius: 50px;
        font-family: "Inter", sans-serif;
    border: none;
    margin-top: 25px;
}
.brdr-bot {
   border-bottom: 1px solid #ebebeb;
    padding-bottom: 60px;
}
.map-part .map {
    border-radius: 10px;
    overflow: hidden;
    filter: grayscale();
    transition: 0.3s;
}
.map-part .map:hover{
    filter: none;
}
.map-part .map iframe {
    width: 100%;
    height: 400px;
}
.service_pg_price.pricing .bg_img:after, .service_pg_price.pricing .bg_img:before{
    display: none !important;
   
}
.service_pg_price.pricing .bg_img{
     padding: 0 !important;
}
/*end inner pages*/
.logo_scrolling{
    border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
    margin-top: 50px;
    background-color: var(--light);
    padding: 15px 0px;
}
:root { --gap: 2rem; }

  .marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
/*    background: #fff;*/
    color: #e5e7eb;
    padding: 0.85rem 0;
    user-select: none;
  }

  .marquee__track {
    display: flex;
    gap: var(--gap);
    will-change: transform;
  }
  .marquee__item {
    flex: 0 0 auto;
    white-space: nowrap;
    font: 600 1rem/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    display: flex;
    align-items: center;
    gap: 0.4rem;
          max-width: 215px;
  }
  .marquee__item i {
    font-size: 1rem;
    color: #f87171; /* red-400 for bug icon */
  }
  .marquee:hover .marquee__track { animation-play-state: paused; }

  @media (prefers-reduced-motion: reduce) {
    .marquee__track { animation: none !important; transform: none !important; }
  }
  @keyframes scroll-x { to { transform: translateX(var(--to, -50%)); } }
