
        

@media (max-width: 576px){
  .img-pane {
      width: 38%;
  }
  
  .acc-wrap {
      margin-inline: auto;
  }
 
  .section-title::after {
    width: 100% !important;
  }
   .section-title1::after {
    width: 80% !important;
  }
  .train-grid {
    display: flex !important;
    flex-direction: column !important;
}
.table-td-px{
    padding:5px 6rem !important;
}
.band{
        min-height: 0px !important;
        padding: 30px 10px !important;
}
.acc-head{
    height: 76px !important;
}
.chev {
    padding:0 !important;
    margin:0 !important;
    width: 12px !important;
    height: 12px !important;
}
.title-text{
    padding:0 0 0 4px !important;
    margin:0 !important;
}
.pro-card, .bene-card, .train-thumb1{
    margin:0 !important;
    margin:auto !important;
}
.HeaderP {
   font-size:80% !important;
    top: -12 !important;
    
}
}

 .container{
        max-width: 1180px;
    }
    .ARBannerText{
            margin-top: -4.5%;
            font-size: clamp(0.8rem, 2.5vw, 5rem);
    }
/*    .HeaderP {*/
/*    position: relative;*/
/*   top: -29;*/
/*    transform: translate(-50%, -50%);*/
/*    left: 50%;*/
/*    text-align:center;*/
/*    font-weight: 700;*/
/*    width: 100%;*/
/*    letter-spacing: 1px;*/
/*    font-size: 28px;*/
/*    color:#ffffff;*/
/*}*/
     :root{
    --brand-blue:#005c82;   
    --events:#ee6456;
    --pro:#eda337;
    --benefits:#5b636a;
    --underline:#ecaf33;
    --radius:14px;
    --shadow:0 10px 24px rgba(0,0,0,.10);
  }
 
  .section-title{
    color:var(--brand-blue);
    font-weight:800;
    font-size:clamp(22px,3vw,28px);
    margin:0 0 16px;
    display:inline-block;
  }
  .section-title::after{
    content:"";
    display:block;
    width:168%; height:3px; margin-top:10px;
    background:var(--underline);
  }
  .acc-head{
    position:relative;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    overflow:hidden;
    cursor:pointer;
    height:100px;
  }
  .band{
    display:flex; align-items:center; gap:12px;
    color:#fff; font-weight:800; line-height:1;
    min-height:100px;
    padding:18px 22px;
  }
  .img-pane {
    position: absolute;
    inset: 0 0 0 auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: contain; 
    background-position: right;
    background-repeat: no-repeat; 
}
  .img-pane::after{
    content:""; 
    position:absolute; 
    inset:8px 8px 8px 0;
    border-radius:12px;
    background:transparent;
  }
  .img-pane-shadow{
    position:absolute;
    top:0; 
    bottom:0;
    right:0; 
    width:31%;
    pointer-events:none;
    box-shadow: inset 0 0 0 100vmax rgba(0,0,0,0); 
  }
  .chev{
      display: inline-block;
    width: 18px;
    height: 18px;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    border-radius: 10px 3px 3px 3px;
    z-index:1000;
    margin:10px;
  }
  .acc-btn[aria-expanded="true"] .chev{ transform:rotate(-135deg); }

  .title-text{
    font-size:clamp(18px,2.1vw,28px);
    letter-spacing:.2px; margin:0 0 0 20px;
    z-index:1000;
  }
  .acc-body{
    border-left:4px solid var(--brand-blue);
    border-radius:0 0 var(--radius) var(--radius);
    background:#fff;
    box-shadow:var(--shadow);
    overflow:hidden;
  }
  .content-wrap{
      padding:18px 22px 22px;
      color:#143645; 
  }
  .content-wrap h5{
      font-weight:800;
      color:#003d57;
      margin:10px 0 6px; 
      }
  .acc-item + .acc-item{
      margin-top:14px; 
        }
  .acc-btn{
      width:100%; 
      border:0;
      background:none; 
      padding:0; 
      text-align:left;
      }
  .bg-band-blue{ 
      background:var(--brand-blue);
      }
  .bg-band-events{
      background:var(--events);
      }
  .bg-band-pro{
      background:var(--pro); 
  }
  .bg-band-benefits{
      background:var(--benefits);
  }
.acc-body{
  background: #eeeeee;
  border: 2px solid #005c82;    
  border-top: none;               
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: none;              
}
.content-wrap{
  padding: 16px 18px 20px;
}
.content-wrap h5{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;             
  font-size: 22px;
  color: #005c82;                
  margin: 12px 0 6px;
}
.content-wrap p.fw-semibold{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;              
  font-size: 16px;
  color: #000;                   
  margin: 10px 0 4px;
}
.content-wrap ul{
  margin: 0 0 10px;
  padding-left: 18px;             
  list-style-type: disc;
}
.content-wrap li{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #000;                    
  line-height: 1.25;
  margin: 2px 0;
}
.content-wrap ul:last-of-type{ 
    margin-bottom: 0;
    }
.events-body{
border: 2px solid #f05252; 
border-top: none; 
}
.pro-body{
  border:2px solid #ecaf33;    
  border-top:none; 
}
.pro-card{
  width: 200px;
  background:transparent;
  border-radius:10px;
}
.pro-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:6px;
}
.bene-body{
  border:2px solid #5a6267;   
  border-top:none; 
}
.bene-card{
  width: 320px;                 
}
.bene-card img{
  display:block;
  width:100%;
  height:220px;
  border-radius:6px;
}
:root{
    --blue:#005c82;              
    --light-blue:#e0ecf6;          
    --yellow:#ecaf33;              
    --tbl-border:#9e9e9e;         
  }
  .section-title{
    font-weight:800;
    font-size:28px;
    color:var(--blue);
    margin: 4px 0 10px;
  }
  .block-subtitle{
    font-weight:700;
    color:black;
    margin-bottom:8px;
    font-size:24px;
  }
  .train-block{
      margin-bottom:34px;
      }
  .train-thumb{
    width:370px;
    height:200px;
    border-radius:6px;
    background-size: contain;  
    background-position: center;
    background-repeat: no-repeat;
    flex:0 0 110px;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
  }
  .train-left p{
    font-size:16px;
    color:black;
    margin:0 0 6px;
    line-height:1.7;
    padding:25px 0px;
  }
  .cpe{
    font-size:16px;
    color:black; margin-top:4px;
  }
  .txel-table{
    width:100%;
    border:1px solid var(--tbl-border);
    border-collapse:separate;    
    border-spacing:0;
    background:#fff;
    text-align:center;
  }
  .txel-table th{
    background:var(--blue);
    color:#fff;
    font-weight:800;               
    font-size:20px;
    padding:10px 14px;
    border-right:1px solid var(--tbl-border);
  }
  .txel-table th:last-child{ border-right:0; }

  .txel-table td{
    font-size:16px;               
    color:black;
    padding:10px 10px;
    border-top:1px solid var(--tbl-border);
    border-right:1px solid var(--tbl-border);
    vertical-align:middle;
    background:#fff;
  }
  .txel-table tr:nth-child(even) td{ 
      background:var(--light-blue); 
      
  } 
  .txel-table td:last-child{
      border-right:0;
      }
  .reg-btn{
    background:var(--yellow);
    color:#000;
    font-weight:700;              
    font-size:16px;
    border:0;
    padding:8px 12px;
    border-radius:8px;
    line-height:1;
    display:inline-block;
  }
.section-title1{
    font-weight:800;
    font-size:28px;
    color:var(--blue);
    margin: 4px 0 10px;
  }
.section-title1::after {
    content: "";
    display: block;
    width: 45%;
    height: 3px;
    margin-top: 10px;
    background: var(--underline);
}
  .train-grid{
    display:grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap:22px;
  }