.elementor-18 .elementor-element.elementor-element-3d544b9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-909b20c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-909b20c */:root{
    --navy: #0B2545;
    --navy-deep: #081A34;
    --brass: #C9A227;
    --off: #EEF1F5;
    --ink: #1a2332;
    --muted: #5b6472;
    --line: #e2e8f0;
    --bg-light: #fafbfc;
  }
  .about-page *{ box-sizing:border-box; }
  .about-page{ font-family:'Hind Siliguri', sans-serif; background: var(--bg-light); }

  .about-page .container{
    max-width: 1150px;
    margin: 0 auto;
    padding: 40px 24px 40px;
  }

  .profile-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }

  /* ===== Profile Image ===== */
  .profile-img-box{
    position: relative;
    flex-shrink: 0;
    width: 300px;
  }
  .profile-img{
    width: 100%;
    height: 380px;
    border-radius: 16px;
    border: 4px solid #fff;
    box-shadow: 0 10px 25px -5px rgba(11,37,69,0.18);
    display: block;
  }
  .rank-badge{
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    background: var(--brass);
    color: var(--navy-deep);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 9px 18px;
    border-radius: 30px;
    white-space: nowrap;
    box-shadow: 0 6px 14px -4px rgba(201,162,39,0.5);
  }

  /* ===== Profile Text ===== */
  .profile-text{ flex: 1; min-width: 0; padding-top: 8px; }
  .profile-text h1{
    font-size: 32px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .profile-text .rank{
    font-size: 15px;
    font-weight: 600;
    color: var(--brass);
    background: rgba(201,162,39,0.08);
    border-left: 3px solid var(--brass);
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 22px;
    line-height: 1.6;
  }
  .profile-text p{
    font-size: 15px;
    color: #3d4756;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  /* ===== Education Timeline ===== */
  .timeline-box{
    margin-top: 32px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 32px 34px;
    box-shadow: 0 4px 6px -1px rgba(11,37,69,0.03);
  }
  .timeline-box h3{
    font-size: 19px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
  }
  .timeline-box h3::after{
    content:'';
    position:absolute;
    bottom:0; left:0;
    width:42px; height:3px;
    background: var(--brass);
    border-radius:2px;
  }

  .edu-list{
    list-style: none;
    position: relative;
    padding-left: 26px;
  }
  .edu-list::before{
    content:'';
    position:absolute;
    left: 5px; top: 6px; bottom: 6px;
    width: 2px;
    background: var(--line);
  }
  .edu-list li{
    position: relative;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .edu-list li:last-child{ padding-bottom: 0; }
  .edu-list li::before{
    content:'';
    position:absolute;
    left: -26px; top: 4px;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--brass);
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px var(--brass);
  }
  .edu-list li strong{
    font-size: 15.5px;
    font-weight: 700;
    color: var(--ink);
  }
  .edu-list li span{
    font-size: 13.5px;
    color: var(--muted);
  }

  /* ===== Responsive ===== */
  @media (max-width: 800px){
    .profile-wrapper{
      flex-direction: column;
      align-items: center;
      gap: 36px;
    }
    .profile-img-box{ width: 240px; }
    .profile-img{ height: 300px; }
    .profile-text{ padding-top: 0; text-align: left; }
    .profile-text h1{ font-size: 26px; text-align: center; }
    .profile-text .rank{ text-align: left; }
  }
  @media (max-width: 500px){
    .about-page .container{ padding: 20px 16px 40px; }
    .timeline-box{ padding: 24px 20px; }
  }/* End custom CSS */