/* ------------------------------
   Default styles (Desktop first)
------------------------------- */

.hamburger_menu {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.main_header_body
{
  position: fixed;
  top: 0;
  z-index: 999; /* Make sure it stays above all other content */

display: flex;
width: 100%;
height: 72px;
padding: 0px 40px;
justify-content: space-between;
/* align-items: center; */
flex-shrink: 0;
border-bottom: 1px solid #D1D1D1;
background: #FFF;
}

.main_menu_body
{
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Mega menu hover on desktop */
.with_mega_menu:hover .mega_menu {
  display: flex;
}

.mega_menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 72px); /* Prevents it from overflowing below the screen */
  background: white;
  z-index: 1000;
  flex-direction: row;
  overflow-x: hidden;
  overflow-y: auto; /* Enables vertical scrolling if needed */
  /* flex-wrap: wrap; */

}

.mega_menu_mobile{
  display:none;
}

/* ------------------------------
   Responsive styles for Mobile
------------------------------- */
@media (max-width: 967px) {

 


  .hamburger_menu {
      display: block;
    }
  
    .main_menu_body {
      display: none;
      flex-direction: column;
      background: #fff;
      position: absolute;
      top: 72px;
      left: 0;
      width: 100%;
      padding: 16px;
      z-index: 1000;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      height: 500px;
      overflow-y: auto;

    }
  
    .main_menu_body.active {
      display: flex;
    }
   

  .main_menu_item {
    width: 100%;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  .main_menu_item.with_mega_menu::after {
      content: "▼";
      position: absolute;
      right: 16px;
      font-size: 12px;
      color: #666;
      transition: transform 0.3s ease;
    }
    
    /* Rotate arrow when active/open */
    .main_menu_item.with_mega_menu.active::after {
      content: "▲"; /* Or keep ▼ and rotate */
      /* Alternatively, use rotate */
      /* transform: rotate(180deg); */
    }

  .mega_menu {
      display: none !important; /* Force hide desktop mega menu */
    }
  
  
  
    .mega_menu_mobile {
      display: none; /* Hide by default on mobile */
      padding: 16px;
      background: #fafafa;
      border-top: 1px solid #ccc;


    }

    .main_menu_item.active .mega_menu_mobile {
      display: block; /* Show mobile mega menu only when parent is active */
    }

    .mega_menu_mobile_list {
      list-style: none;
      padding-left: 0;
      margin: 0;
      width:90%;

     }
    
    .mega_menu_mobile_list > li {
      margin-bottom: 10px;
    }
    
    .mega_menu_mobile_list a {
      text-decoration: none;
      color: #000;
      display: block;
      padding: 8px 12px;
    }
    
    .sub_menu {
      list-style: none;
      padding-left: 20px; /* indent submenu */
      margin-top: 5px;
      display: none; /* hidden by default */
    }
    
   /* Use active class to show submenu */
  .mega_menu_mobile_list li.active > .sub_menu {
  display: block;
  }
    
    .sub_menu li a {
      font-size: 0.9em;
      color: #555;
      padding: 6px 12px;
    }
    

    .mega_menu_mobile_list li {
      position: relative;
      cursor: pointer; /* optional */
    }
    
    .mega_menu_mobile_list li.has_submenu > a::after {
      content: "▼";
      position: absolute;
      right: -20px; /* pushes arrow outside the menu */
      top: 50%;
      transform: translateY(-50%);
      font-size: 10px;
      color: #666;
      transition: transform 0.3s ease;
    }
    
    /* Active state arrow change */
    .mega_menu_mobile_list li.has_submenu.active > a::after {
      content: "▲";
    }



    .mega_menu_overlay{
      display: none !important;
    }
    
  
}


/* for small screen desktop */
@media screen and (min-width: 968px) and (max-width: 1370px) {

  .menu_blog_title
{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
align-self: stretch;
overflow: hidden;
color: #000;
text-overflow: ellipsis;
font-family: "Plus Jakarta Sans";
font-size: 20px !important;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.96px;
}


  .resources_all_box_section
  {
     display: flex;
     width: 100%;
 padding: 8px !important;
 flex-direction: column;
 align-items: flex-start;
 gap: 8px !important;
 
  }
  .category_tab
{
  display: flex;
padding: 4px 0px;
justify-content: space-between;
align-items: center;
align-self: stretch;
color: #000;
font-family: "Plus Jakarta Sans";
font-size: 12px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.96px;
text-transform: capitalize;
}
  .solution_part_2_1_body
  {
  display: flex;
  padding-bottom: 2px !important;
  } 
  .solution_part_2_title
  {
      font-size: 22px !important;
  }

  .solution_part_2_title
{
  color: #ED1B24;
  font-family: "Plus Jakarta Sans";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.28px;
}

  .main_menu_body
  {
      display: flex;
      align-items: center;
      gap: 8px !important;
  }
  .menu_title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.16px;
  }

  .menu_p
  {
    color: #000;
font-family: "Plus Jakarta Sans";
font-size: 10px !important;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 133.333% */
letter-spacing: 0.6px;
  }

  .count_title
  {
      color: #000;
  
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  }

  .count_subtitle
  {
      color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.22px;
  }

  .vertical_line_img
  {
      display: none;
  }

  .solution_mega_menu_second_part
  {
      display: flex;
  /* padding: 32px 40px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 0px !important;
  flex: 1 0 0;
  align-self: stretch;
  }

  .solutions_box
{
  display: flex;
padding: 12px !important;
flex-direction: column;
align-items: flex-start;
gap: 16px;
flex: 1 0 0;
align-self: stretch;
}
}

.vertical_line_img
{
  padding:0 30px; 
}


.company_logo
{
  width: 201px;
height: 44px;
margin-top: auto;
margin-bottom: auto;
}

.main_menu_item
{
display: flex;
padding: 8px 12px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
color: #000;
/* text-align: center; */
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.12px;
flex-direction: column;
}

.main_menu_item:hover,
.main_menu_item.active
{
  color:#FF2F2F;
  border-bottom: 3px solid #FF2F2F;
  cursor: pointer;
}

.contact_btn
{
  display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 4px;
background: #ED1B24;
color:#fff;
}

.contact_btn:hover
{
  display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 4px;
background: #fff;
color:#ED1B24;
}

/* add mousehover megamenu box  */
.with_mega_menu {
  position: relative;
}

.mega_menu {
  display: none;
  position: fixed;
  top: 72px; /* height of the header */
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #D1D1D1;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  gap: 40px;
  /* padding: 24px 60px; */
  z-index: 1000;
}




.menu_column {
  flex: 1;
}

.menu_column p {
  margin: 0;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.menu_column p:hover
 {
  color: #ED1B24;
 }

.with_mega_menu:hover .mega_menu 
{
  display: flex;
}

.menu_p
{
  color: #000;
font-family: "Plus Jakarta Sans";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 133.333% */
letter-spacing: 0.6px;
}

.section_small_title
{
  display: flex;
padding: 4px 8px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 48px;
background: #E6EEFF;
color: #ED1B24;
font-family: "Plus Jakarta Sans";
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.4px;
text-transform: uppercase;
}

.menu_nav_btn {
display: flex;
width: 24px;
height: 24px;
padding: 5px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 16px;
background: #ED1B24;
margin-top: auto; /* Pushes it to the bottom */
}
.menu_title
{
  color: #000;
font-family: "Plus Jakarta Sans";
font-size: 29px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 1.16px;
}

/* aboutus css */
.about_mega_menu_first_part
{
display: flex;
width: 504px;
padding: 32px 40px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex-shrink: 0;
align-self: stretch;
background: #F1F1F1;
}

.about_mega_menu_first_part_innerbody
{
  display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
}

.about_mega_menu_second_part
{
  display: flex;
padding: 32px 40px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;
align-self: stretch;
}

.about_part_1_body
{
  display: flex;
align-items: flex-start;
align-self: stretch;
}

.about_mega_menu_second_part_1
{
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}

.about_mega_menu_second_part_2
{
  display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
color: #000;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: 0.64px;
}


/*IBMI Solution menu section css */
.solution_mega_menu_first_part {
  position: relative;
  display: flex;
  width: 100%;
   max-width: 380px;
   padding: 80px 32px;
       flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  background: #ED1B24;
  flex: 1 1 380px; /* allows resizing */
  
}

.solution_mega_menu_first_part_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 380px;
  height: 350px;
  background: url('../../images/menu-header/solution_bg.png') center center / cover no-repeat;
  z-index: 0;
  pointer-events: none; /* So it doesn't block clicks */
}



.solution_part_1_title
{
  color: #FFF;
font-family: "Plus Jakarta Sans";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 1.44px;
}

.solution_mega_menu_first_part,
.solution_mega_menu_second_part {
  height: auto;
  min-height: 100%;
}

.solution_mega_menu_second_part
{
  display: flex;
padding: 32px 40px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;
align-self: stretch;
}

.solution_part_2_title
{
  color: #ED1B24;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.28px;
}

.solution_part_2_1_body
{
display: flex;
padding-bottom: 16px;
flex-direction: column;
align-items: flex-start;
gap: 8px;
align-self: stretch;

}

.solutions_box
{
  display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
flex: 1 0 0;
align-self: stretch;
}

.solution_part_2_2_body
{
  display: flex;
align-items: flex-start;
align-self: stretch;
}


.solution_box_title
{
  color: #000;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.84px;
/* text-transform: uppercase; */
}

.solutions_box_icon_body {
  position: relative; /* ✅ Add this */
  display: flex;
  width: 60px;
  height: 60px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #E6EEFF;
}

.dashaboveicon {
  position: absolute;
  top: 1px;         /* ✅ Add vertical offset to make it visible */
  left: 24px;
  border-radius: 3px;
  background: #ED1B24;
  width: 12px;
  height: 3px;
  z-index: 1;       /* Optional: Ensure it sits above the icon */
}
.mega_menu_overlay {
  position: fixed;
  top: 72px; /* Same as header height */
  left: 0;
  width: 100%;
  height: calc(100vh - 72px); /* Fill the rest of the screen */
  background: rgba(0, 0, 0, 0.3); /* Transparent grey */
  z-index: 999; /* Just below mega menu (which is 1000) */
  display: none;
}

.with_mega_menu:hover ~ .mega_menu_overlay {
  display: block;
}

.data_solution_mega_menu_first_part{
  display: flex;
  flex-direction: column;
width: 312px;
padding: 20px 12px;
justify-content: space-between;
align-items: center;
gap:8px;

}


.data_solution_first_part_menu_item
{
  display: flex;
width: 312px;
padding: 20px 12px;
justify-content: space-between;
align-items: center;
border-radius: 6px;
border: 1px solid #E0E6F2;

color: #000;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.84px;
text-transform: uppercase;
}

.data_solution_first_part_menu_item:hover
{
  color: #fff;
  background: #ED1B24;
}

.active_data_solution
{
  color: #fff;
  background: #ED1B24;
}


/* .infor_service_part2_body
{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;
} */

.infor_service_part2_body
{
  display: flex;
align-items: flex-start;
align-self: stretch;
flex-direction: row;
}

.data_solution_box
{
  display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
flex: 1 0 0;
}

.data_solution_devop_img_box
{
  display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
flex: 1 0 0;
}

.data_solution_box_title
{
  color: #000;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.84px;
text-transform: uppercase;
}




.career_part_body_1
{
  display: flex;
padding: 0px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 24px;
flex-shrink: 0;
align-self: stretch;
}

.career_part_body_2
{
  display: flex;
padding: 32px 40px;
align-items: flex-start;
gap: 32px;
flex: 1 0 0;
}

.career_part_body_1_1
{
  display: flex;
padding: 16px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
flex: 1 0 0;
align-self: stretch;
}

.lifeat_body
{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
}
.career_part_body_1_2
{
  display: flex;
  
padding: 16px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;
}


.career_part_body_1_2_1
{
  display: flex;
padding: 24px 0px;
justify-content: space-between;
align-items: center;
align-self: stretch;
}

.career_part_body_1_2_1_1
{
  display: flex;
align-items: center;
gap: 4px;

}


.count_body
{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 4px;
}

.count_title
{
  color: #000;

font-family: "Plus Jakarta Sans";
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.count_subtitle
{
  color: #000;
font-family: "Plus Jakarta Sans";
font-size: 11px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.22px;
}

.view_openings
{
  display: flex;
padding: 20px 12px;
justify-content: space-between;
align-items: center;
align-self: stretch;
border-radius: 6px;
border: 1px solid #E0E6F2;
color: #000;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.84px;
text-transform: uppercase;
width: 100%;
}

.get_in_touch_btn
{
  display: flex;
padding: 12px 28px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 5px;
background: #FFF;
color: #ED1B24;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
letter-spacing: 0.64px;
text-transform: uppercase;
}

.img_slider_wrapper {
  overflow: hidden;
  width: 100%;
  background: white;
}

.img_slider {
  display: flex;
  gap: 20px;
  /* width: max-content; */

  animation: scrollSlider 15s linear infinite;
}

.img_slider img {
  height: 56px;
  width: auto;
  flex-shrink: 0;
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.about_mega_menu_second_part_1:hover .menu_p,
.about_mega_menu_second_part_1:hover .menu_title,
.about_mega_menu_first_part_innerbody:hover .menu_p,
.about_mega_menu_first_part_innerbody:hover .menu_title,
.solutions_box:hover .menu_p,
.solutions_box:hover .solution_box_title,
.data_solution_box:hover .data_solution_box_title,
.data_solution_box:hover .menu_p,
.career_part_body_1_1:hover .menu_p,
.career_part_body_1_1:hover .menu_title

{
  color: #fff;
}


.about_mega_menu_second_part_1:hover,
.about_mega_menu_first_part_innerbody:hover,
.solutions_box:hover,
.data_solution_box:hover,
.career_part_body_1_1:hover
{
  background: #ed1b24;
  border-radius: 20px;
}



.menu_readmore_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ED1B24;
  padding: 7px 10px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  transition: all 0.3s ease;
  
}

/* Only show nav_btn by default */
.menu_readmore_btn {
display: none;
}




.recent_post_details_body:hover .menu_blog_title,
.casestudy_list_box:hover .casestudy_list_box_text,
.checklist_list_box:hover .checklist_box_text
{
color: #ED1B24;
}
/* On hover of parent, swap visibility */
.about_mega_menu_second_part_1:hover .menu_nav_btn,
.about_mega_menu_first_part_innerbody:hover .menu_nav_btn,
.solutions_box:hover .menu_nav_btn,
.data_solution_box:hover .menu_nav_btn,
.recent_post_details_body:hover .menu_nav_btn,
.as400_body_1:hover .menu_nav_btn,
.as400_body_2:hover .menu_nav_btn,
.career_part_body_1_1:hover .menu_nav_btn,
.resources_all_box_section:hover .menu_nav_btn
{
display: none;
}

.about_mega_menu_second_part_1:hover .menu_readmore_btn,
.about_mega_menu_first_part_innerbody:hover .menu_readmore_btn,
.solutions_box:hover .menu_readmore_btn,
.data_solution_box:hover .menu_readmore_btn,
.recent_post_details_body:hover .menu_readmore_btn,
.as400_body_1:hover .menu_readmore_btn,
.as400_body_2:hover .menu_readmore_btn,
.career_part_body_1_1:hover .menu_readmore_btn,
.resources_all_box_section:hover .menu_readmore_btn 
{

display: inline-flex;
color: #ED1B24 !important;
margin-top: auto; /* Pushes it to the bottom */


}

.infor_second_body
{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;
}


.resources_body
{
  display: flex;
padding: 32px 40px;
width: 100%;

align-items: flex-start;
gap: 32px;
align-self: stretch;
}

.resources_all_box_section
{
  display: flex;
  width: 100%;
padding: 16px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
max-width: 400px;
}


.resources_all_box_section_title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;

  border-bottom: 1px solid #000; /* or your preferred color/width */
  padding-bottom: 16px; /* space between text and line */
  display: inline-block;
  width:100%;
   /* so the line is only under the text, not full width */
}

.category_tab
{
  display: flex;
padding: 4px 0px;
justify-content: space-between;
align-items: center;
align-self: stretch;
color: #000;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.96px;
text-transform: capitalize;
}

.casestudy_list_box {
  display: flex;
  width: 334.667px;
  align-items: center; /* This vertically centers items */
  gap: 16px;
  height: 100px; /* Optional: set a fixed or min height for centering to be visible */
}

.casestudy_list_box_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: center; /* Ensures it doesn't override vertical centering */
  
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
}

.more_casestudy
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


.recent_post_details_body
{
  display: flex;
width: 334.667px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
}

.menu_blog_title
{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
align-self: stretch;
overflow: hidden;
color: #000;
text-overflow: ellipsis;
font-family: "Plus Jakarta Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.96px;
}


.menu_event_in_all_box_body
{
  display: flex;
width: 334.667px;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}

.menu_event_title
{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
align-self: stretch;
overflow: hidden;
color: #000;
text-overflow: ellipsis;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.64px;
}



.as400_body
{
  display: flex;
padding: 16px 40px;
flex-direction: row;
align-items: flex-start;
gap: 16px;
align-self: stretch;
background: #ED1B24;
margin-top: -50px;
}

.as400_body_1
{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
background: #ED1B24;

}

.as400_body_2
{
  display: flex;

flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
background: #ED1B24;
border-left: 2px solid #fff;
padding-left: 50px;
}



.as400_guide_title
{
  color: #FFF;
font-family: "Plus Jakarta Sans";
font-size: 29px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 1.16px;
}

.as400_guide_p
{
  color: #FFF;
font-family: "Plus Jakarta Sans";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 133.333% */
letter-spacing: 0.6px;
}

.search-popup {
  position: absolute;
  top: 50px; /* Slightly more spacing from icon */
  right: 20px;
  width: 320px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 80vh; /* ✅ Limit max height for long results */
  overflow-y: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.search-popup input.form-control {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

#close-search {
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  background: transparent;
  border: none;
  font-weight: bold;
}

#close-search:hover {
  color: #000;
}

#searchResults {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 8px;
  font-size: 14px;
  color: #333;
}

.search-hidden {
  display: none;
}


.checklist_box_text
{
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 5px;
}

.checklist_list_box {
  display: flex;
  /* width: 334.667px; */
  align-items: center; /* This vertically centers items */
  gap: 16px;
}

 