



* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: Mulish, sans-serif !important;
}


/* HERO SECTION */
.hero {
    padding: 4rem 0 0px 0px;
   
    height: 601px;
    position: relative;
    /* margin-bottom: 10rem; */
    z-index: 1;
    
}
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/docs/default-source/assets/images/motor/tw/third-party/third-party-bg.webp");
    background-size: cover;
    background-position: left;
    z-index: -1; /* keeps it behind the main content */
    /* padding-top: 8rem; */
}
/* LEFT */
/* .left-content {
   width: 52%;
} */

.left-content h1 {font-size: 3.6rem;font-weight: 900;padding: 0;margin: 0;color: #282828;letter-spacing: 0;}
.left-content .sub-head{

font-weight: 700;
font-style: Bold;
font-size: 30px;

/* line-height: 100%; */
letter-spacing: 0px;

}

.subtitle p{
   
font-weight: 800;

font-size: 16px;

/* line-height: 100%; */
letter-spacing: 0px;
  

      background: linear-gradient(90deg, #E3530F 0%, #94292E 100%);
          -webkit-background-clip: text;

-webkit-text-fill-color: transparent;


}
.subtitle img{
    width:21px;
    height:21px
}
.subtitle{
    background: linear-gradient(91.27deg, #FFFFFF 0%, rgba(255, 255, 255, 0.32) 100%);
    width: max-content;
    border-radius: 3.4rem;
    display: flex;
    align-items: center;
       gap: 0.5rem;
    margin-bottom: 2.4rem;
        padding: 5px 35px 5px 10px;
        margin-top: 19px;
}


/* .illustration {
   width: 420px;
   margin-top: 30px;
} */
.left-right-content-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    column-gap: 20px;
}

/* PREMIUM BOX */
.premium-box {
   /* width: 43%; */
   background: #fff;
   /* padding: 28px; */
   border-radius: 12px;
   box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
   max-width: 427px;
       margin-top: 4rem;
}

.premium-title {
   font-size: 10px;
   font-weight: 700;
   text-align: center;
}

.premium-amount {
   font-size: 36px;
   font-weight: 900;
   color: #282828;
   /* margin: 5px 0 5px; */
   text-align: center;
}

.primium-lable {
   font-size: 14px;
   font-weight: 600;
   margin-top: 0px;
   display: block;
   text-align:center;
   color:#616161
}

.engine-box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 12px;
   margin: 12px 0;
}

.engine-box button {
   padding: 12px;
   background: #fafafa;
   border: 1px solid #ddd;
   border-radius: 8px;
   cursor: pointer;
}

.engine-box .active {
   background: #ffe5d1;
   border-color: #ff6b00;
}

.il-input-block input {
   width: 100%;
   padding: 12px;
   margin-top: 4px;
   border: 1px solid #ccc;
   border-radius: 8px;
}

.proceed {
   width: 100%;
   margin-top: 18px;
   padding: 12px;
   background: #ff6b00;
   color: #fff;
   font-size: 16px;
   font-weight: 700;
   border: none;
   border-radius: 8px;
   cursor: pointer;
}

.proceed:hover {
   background: #e45e00;
}




/* Fuel Tabs */
.fuel-tabs {
   display: flex;
   gap: 10px;
   margin-bottom: 15px;
}

.fuel-tab {
   padding: 10px 20px;
   border: 1px solid #ddd;
   background: #fafafa;
   border-radius: 8px;
   cursor: pointer;
   font-weight: 600;
}

.fuel-tab.active {
   background: #ffe5d1;
   border-color: #ff6b00;
   color: #ff6b00;
}

/* Engine Options Grid */
.engine-options {
   display: none;
   grid-template-columns: repeat(4, 1fr);
   gap: 12px;
   margin-top: 10px;
}

.engine-options.active {
   display: grid;
}

.engine-options .opt {
   padding: 12px;
   border: 1px solid #ddd;
   background: #fafafa;
   border-radius: 8px;
   cursor: pointer;
}

.engine-options .opt.active {
  background: #ffe5d1;
  border-color: #ff6b00;
}


.left-content ul.ui-banner-list {
    display: flex;
}
.left-content ul.ui-banner-list li {
    display: flex;
    /* background: #FFF3F3; */
    margin-right: 1rem;
    /* border-radius: 1rem; */
       padding: 1rem 1.2rem;
    border-radius: 10px;
border: 1px solid #DFC29D;
opacity: 0.8;
background: #FFFBF5;
gap:9px

}
.premium-box .tab-data{
   margin-bottom: 2.4rem;
}
.premium-box .tab-cont:first-child{
   margin-top:2.4rem
}
.left-content ul.ui-banner-list li span{
     font-size:14px;font-weight:600;
     
}
.premium-box .tab-block{
   margin-top:2.4rem;
      padding: 1.5rem;
      padding-top: 0;
}
.tab-lable{
text-align:Center;
font-weight: 700;
font-style: Bold;
font-size: 16px;
/* line-height: 100%; */
letter-spacing: 0px;
margin-bottom: 12px;

}
.premium-box .tab-block .tab-sec{
   overflow:hidden
}
.engine-options button.opt p{

font-weight: 800;

font-size: 10px;
white-space:nowrap;
/* line-height: 100%; */
margin-top: 4px;


}
.il-input-block label{

font-weight: 700;
font-style: Bold;
font-size: 12px;

line-height: 16px;
letter-spacing: 0%;


}
.il-input-block {
   margin-top:1rem
}
 .premium-box .tab-sec ul li span{
   font-size: 1.2rem;
   font-weight: 700;
 }

 .primium-amount-wrapper{
   background: linear-gradient(95.87deg, #EDF6FF 8.28%, #FFFFFF 104.98%);
border-radius: 12px;
padding: 1rem;
 }


 /* RESPONSIVE */
@media (max-width: 768px) {
   /* .hero {
       flex-direction: column;
       text-align: center;
   } */


   .premium-box {
       width: 100%;
              margin-top: 64px;
   }
   .left-content {
             width: auto;
        text-align: left;
   }
   .left-content .sub-head{
      font-size: 1.6rem;
   }
   .subtitle p{
      font-size: 1rem;
   }
   .left-content ul.ui-banner-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

   .left-right-content-wrapper{
      grid-template-columns: auto;
   }
   .left-content h1{
    
font-weight: 900;
font-style: #000;
font-size: 20px;

/* line-height: 100%; */
letter-spacing: 0px;

   }
     .left-right-content-wrapper {
      grid-template-columns: 1fr !important;
      width: 100%;
      row-gap: 20px;
      
      
  }

  /* force children to not overflow */
  .left-right-content-wrapper > * {
           overflow-x: hidden;
    

     
  }

  .left-content ul.ui-banner-list li{
    margin-right:0
    
}
.engine-options .opt{
   padding: .6rem;
}
/* .engine-options .opt img{

} */
 .left-content ul.ui-banner-list{
   display: none;
 }
    .hero{
    height: auto;
    
    width: 100%;
            background: linear-gradient(180deg, #FBE3C9 0%, rgba(251, 232, 203, 0.00) 76.11%);
        z-index: 2;
}
    .hero::after {
        background-image: url(/docs/default-source/assets/images/motor/tw/third-party/third-party-bg-mob.webp);
        background-size: cover;
        background-position: right;
        background-repeat:no-repeat;
        /* position: static; */
                width: 100%;
        height: 243px;
                z-index: -4;
    }
    .engine-options{
      gap:5px
    }
}


span.error-message{
    color: red !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
}
.premium-amount span{
    font-size:32px;
    font-weight:800
}


.premium-amount sup{
    font-size:1.6rem;
    font-weight:600
}