* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative
}
:root {
  --font-heading: 'Orbitron', sans-serif;
  --font-body: 'Inter', sans-serif;
  --primary-color: #00ADEF;      /* Sky Blue - Main theme color. Headings, primary buttons, hyperlinks */
  --secondary-color: #FCCE06;    /* Bright Yellow - Secondary actions. Secondary buttons, highlights */
  --accent-color: #0077C8;       /* Deep Blue - Hover effects, highlights */
  --success-color: #4CAF50;      /* Green - Success indicators, badges */
  --warning-color: #FFA500;      /* Orange - Warnings, alerts */
  --error-color: #FF4D4D;        /* Red - Error messages, alerts */
  --text-color: #444B54;         /* Dark Gray - Main body text */
  --text-light-color: #6C757D;   /* Lighter Gray - Secondary text */
  --background-color: #FFFFFF;   /* White - Main background */
  --light-background-color: #F2F5F8; /* Light Grayish Blue */
  --border-color: #DDE3E8;       /* Soft Gray - Borders, dividers */
}
html,
body {
  font-family: var(--font-body);
  background: var(--background-color);
  overflow-x:hidden;
  margin-top:20px;
  line-height: 1.72;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  color:var(--text-color);
}
body{
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color:var(--primary-color);
  line-height: 1.3;
  margin-bottom: 10px;
}
/* Specific Heading Styles - Mobile First */
h1 { font-size: 2rem; font-weight: 700; text-align: left;}
h2 { font-size: 1.75rem; font-weight: 600; }
h3 { font-size: 1.5rem; font-weight: 600; }
h4 { font-size: 1.25rem; font-weight: 500; }
h5 { font-size: 1rem; font-weight: 500; }
h6 { font-size: 0.875rem; font-weight: 500; }

.desktop_only{
    display:none;
}
/* Paragraphs */
p {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.8;
}

img{
  height: auto;
  max-width:fit-content;
  display: block;
  width: 100%;
}
.top_search_bar{
  align-items:center;
  font-size:14px;
  display:flex;
  margin-right:1vw;
  border-radius:3px;
  background-color:#f6f6f6;
  border-radius: 25px;
}
.top_search_bar input[type=search]{
  padding:3vw 3vw 3vw 5vw;
  background-color:#f6f6f6;
  border:none;
  outline:none;
  color:var(--text-color);
  font-size:14px;
  display:flex;
  justify-content:center;
  width: 99%;
  border-radius:25px;
}
.inpost_search .top_search_bar{
  border:2px solid var(--text-color);
  border-radius:25px;
}
.inpost_search{
  width: 100%;
  padding: 20px 10vw;
}
.inpost_search .top_search_bar input[type=search]{
   outline: var(--primary-color);
}
input{
    color:#bc4b20;
}
.main_content{
  padding:20px;
}
#main_archive_content{
  min-height: 100vh;
  padding:20px;
}
.blog_column{
  padding: 20px;
}
.display_none_mobile {
 display:none;
}
.divider{
    background-color:#e7e7e7;
    margin:0 50px 5px 65px;
    height:1px;
}
.google-auto-placed{
  z-index: 1;
}
.single_sidebars_left{
  display: none;
}
/* Mobile-first styles */
.single_sidebars_right {
  width: 100vw;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap; /* Prevents wrapping */
  box-shadow:0 0.5px 10px rgb(200 200 200);
}

.fixed_menu_icons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixed_menu_icons li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  padding: 12px 18px;
  min-width: 60px;
  text-align: center;
  font-size: 8px;
  cursor:pointer;
}
.fixed_menu_icons li:first-child {
  margin-left: 20px;
}

/* Ensures a elements behave like the li without ids */
.fixed_menu_icons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.fixed_menu_icons li span {
  font-size: 25px;
  margin-bottom: 3px;
}
.fixed_menu_icons li a:hover,
.fixed_menu_icons li a.active {
  color: var(--primary-color); /* Sky Blue */
}

.fixed_menu_icons li:hover span,
.fixed_menu_icons li a.active span {
  color: var(--accent-color); /* Deep Blue */
}
/* Icons Css Starts here */
@font-face {
  font-family: 'icomoon';
  src:  url('../css/top-icons/fonts/icomoon.woff?88wcpi') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.icon-acguide-cross .path1:before {
  content: "\e5";
  color: rgb(252, 206, 6);
  position: absolute;
}
.icon-acguide-cross .path2:before {
  content: "\e6";
  /*margin-left: -1em;*/
  position: absolute;
  color: rgb(0, 173, 239);
}
.icon-ac-guide-logo .path1:before {
  content: "\e1";
  color: rgb(252, 206, 6);
}
.icon-ac-guide-logo .path2:before {
  content: "\e2";
  margin-left: -1.4287109375em;
  color: rgb(0, 173, 239);
  opacity: 0.97;
}
.icon-ac-guide-logo .path3:before {
  content: "\e3";
  margin-left: -1.4287109375em;
  color: rgb(0, 173, 239);
  opacity: 0.9376;
}
.icon-menu {
  font-size: 30px;
  color: var(--secondary-color); /* Yellow */
}
.icon-menu:before {
  content: "\e10";
}
/* Icons Css ends here */
/* ul bullet color */
::marker{
  color:var(--primary-color);
}
.short_ans{
  font-size: 25px;
  color: #6a7684;
}
.affiliate_links::after{
  content:"*#CommissionEarned";
  font-size: 10px;
  color: #6a7684;
}
/* Collapsable menu start */
.collapsable_menu{
  position: fixed;
  right: 0;
  top:0;
  width:100%;
  height: 100vh;;
  z-index:3;
  display: none;
  background-color: rgba(0,0,0,0.4); /* dark overlay */
  transition: background-color 0.5s ease-out;
  text-align:left;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.nav-active.collapsable_menu {
  visibility: visible;
  opacity: 1;
}
.burger{
  display: block;
  cursor: pointer;
  z-index:99;
  padding:10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
    }
.burger:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
  .burger div{
    width: 16px;
    height: 2px;
    background-color: #fcce06;
    margin: 5px 5px 5px 0;
    transition: all 0.3s ease;
  
  }
  .nav-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.nav_active_overlay {
  background: var(--background-color);
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1rem;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

.nav-active .nav_active_overlay {
  transform: translateX(0);
}

  .mobile_menu .sub-menu{
      margin-left:20px;
  }
  .mobile_menu li{
    margin-top:5px;
  }
  .mobile_menu .sub-menu li{
     list-style: circle;
      margin-top:3px;
  }
  /* Collapsable menu end */
/* Collapsable menu end */
.menu{
  /*list-style: none;*/
}
.menu a{
    font-size:4vw;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}
.menu a:hover{
  color: var(--accent-color);
}
.menu li.current-menu-item,.menu .current-menu-item > a{
    color:var(--accent-color);
}
.menu .sub-menu{
    display:none;
}
.menu .menu-item-has-children:hover .sub-menu{
    display:block;
}

.menu_call_cta{
    margin-top:10px;
    padding-left:30px;
}
.menu_call_cta a{
    color:rgb(34,34,34);
    font-size:18px;
}
.menu_call_cta li{
    color:#FF4337;
    display:inline;
    padding-right:15px;
    font-size:25px;
    vertical-align:sub;
    text-shadow:0 2px 25px #FF4337;
}
.top-menu{
    height:12vh;
    position:fixed;
    top:0;
    left:0;
    padding-right:30px;
    padding-left:30px;
    z-index:3;
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
    width:100%;
    background-color:white;
    box-shadow:0 0.5px 10px rgb(200 200 200);
}

.toggle .line1{
transform: rotate(-45deg) translate(-4px,5px);
}
.toggle .line2{
opacity: 0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px,-6px);
}
/*
  Navbar Styles End Here except media queries
  */
  a{
    color:var(--secondary-color);
    outline: none;
    text-decoration: none;
  }
   button{
    color:var(--secondary-color);
    outline: none;
    text-decoration: none;
  }
  a:hover{
    color :var(--accent-color);
  }
  ul a, ol a {
    color:var(--text-color);
    outline: none;
    text-decoration: none;
  }
  ul{
    list-style-type: square;
    font-size: 16px;
  }
  ol{
    font-size: 16px;
  }
  ul li{

  }
  ol a:hover,a:hover{
     color:var(--accent-color);
  }
  #manual_search_form{
    display: flex;
  }
  .button,input.submit{
      background-color:var(--primary-color);
      padding:15px 25px;
      color:var(--background-color);
      border: none;
  
  }
  .button:hover,input.submit:hover{
      background-color:var(--secondary-color);
      color:white;
  }
.center{
    text-align:center;
    justify-content:center;
    align-items:center;
}
.divider{
    background-color:#080e7b;
    width:70px;
    height:4px;
    margin-right:auto;
    margin-left: auto;
}
.primary_color{
    color:#00adef;
}
.secondary_color{
  color:#fcce06;
}
.bold{
    font-weight:bold;
}
#post_detailed_content{
  display: flex;
  flex-direction: column;
}
/* Sidebar*/
.sidebar{
  padding: 20px;
}
.wpc-filters-open-button-container{
  padding-top: 20px;
  border-color: #00adef;
}
/* sidebar end
Youtube Responsive Container Start */
.youtube-responsive-video {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}
.youtube-responsive-video iframe, .youtube-responsive-video object, .youtube-responsive-video embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/* Table of Contents Mobile */
/* Hide TOC on mobile by default */
.collapse-mobile {
  display: none;
}

/* Show TOC when toggled open */
.collapse-mobile.open {
  display: block;
}

.table-of-contents {
  padding-right: 10px;
  border-left: 2px solid var(--primary-color); 
  margin-bottom: 25px;
}
.toc-wrapper {
  margin: 30px 0;
  padding: 0 12px;
  border-top: 1px solid var(--border-color);
  box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.1);
  border-bottom: 1px solid var(--border-color);
}
.table-of-contents::-webkit-scrollbar {
  width: 6px;
}

.table-of-contents::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.table-of-contents::-webkit-scrollbar-track {
  background: transparent;
}
/* Reset TOC list style */
.table-of-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
}

/* Top-level TOC items */
.table-of-contents > ul > li {
  padding: 6px 10px;
  background-color: transparent;
  border-left: 3px solid transparent;
  transition: background 0.2s ease;
}

/* Alternating background for first-level items */
.table-of-contents > ul > li:nth-child(odd) {
  background-color: var(--light-background-color); /* #F2F5F8 */
}

/* Top-level link styles */
.table-of-contents > ul > li > a {
  font-size: 1rem;
  color: var(--text-color);
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}

.table-of-contents > ul > li > a:hover {
  color: var(--primary-color); /* Sky Blue hover */
}

/* Nested TOC (h3-level links) */
.table-of-contents li ul {
  padding-left: 15px;
  margin-top: 6px;
}

.table-of-contents li ul li {
  padding: 3px 0;
}

.table-of-contents li ul li a {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--text-light-color); /* lighter gray for subitems */
  text-decoration: none;
}
/* Alternating backgrounds for nested items (odd) */
.table-of-contents ul ul li:nth-child(odd) {
  background-color: rgba(0, 173, 239, 0.05); /* very light blue tint */
}
.table-of-contents li ul li a:hover {
  color: var(--primary-color);
}

.toc-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5rem 0;
  padding-left: 0px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--primary-color); /* Deep blue */
}

.toc-icon {
  color: var(--text-color); /* Bright Yellow (FCCE06) */
  font-size: 1.2rem;
}
/*
Responsive CSS Start
*/
/* Tablet & Desktop Styles */
@media (min-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2.25rem; }
  h3 { font-size: 2rem; }
  h4 { font-size: 1.75rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.25rem; }
  p { font-size: 1.125rem; }
}
@media(min-width:900px){
  body{
    padding-top:60px;
  }
  h1{
    font-size: 46px;
  }
  p, ul,ol{
    font-size: 18px;
  }

.mobile_only{
        display:none;
    }
.desktop_only{
    display:block;
}
h3{
    font-weight:bold;
}
.top_search_bar_container{
  width: 30vw;
}

.top_search_bar input[type=search]{
    padding:1vw 1vw 1vw 2vw;
}
.top-menu{
     padding-right:30px;
}
section{
    padding:1.5vh 0;
    flex-direction:row;
}
.header-icons {
  display:flex;
  padding-right:0;
  color:#bc4b20;
  font-size:17px;
  margin-right:20px;
  margin-left:1.8vw;
}
.menu a{
    font-size:1.8vh;
}

.divider{
  margin-left: 0;
}
.fixed_menu .menu{
  flex-direction:column;
  left:0;
  z-index:0;
  width:5vw;
  height:100vh;
  padding:20vh 5px;

}
.fixed_menu .menu .fixed_menu_item{
   font-size:1vh;
}

  .nav-active .nav_active_overlay{
    width: 30%;
  }
  .display_none_mobile{
      display:block;
  }
  #post_detailed_content{
    flex-direction: row;
  }
  .burger{
    margin-top: 4px;
  }
  .sidebar{
    width: 30%;
  }
}
/* min 900px
Responsive CSS End
*/
@media(min-width:1025px){
  #manuals-main-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 25vw;
    padding-right:5vw;
  }
  .single_sidebars_left{
    display: flex;
    flex-direction: column;
    width : 25vw;
    height: 100vh;
    position: fixed;
    top:12vh;
    left:0;
    padding:0 20px;
    z-index: 1;
    overflow: hidden;
    background-color: var(--background-color);
  }
  .main_content{
    width:70vw;
    margin-left:auto;
  }
  #main_archive_content{
    padding:50px 10vw;
    background-color:#F5F7FA;
  }
  .single_sidebars_right {
    width: 5vw;
    height: 100vh;
    position: fixed;
    bottom: auto;
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
  }

  .fixed_menu_icons {
    flex-direction: column;
    align-items: center;
  }

  .fixed_menu_icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .fixed_menu_icons li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fixed_menu_icons li span {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .fixed_menu_icons li:first-child {
    margin-left: 0px;
  }
  /* Sidebar Styling */
.sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 13vh; 
  padding-bottom: 1rem;
}
.vertical-menu{
  margin-top:20px;
  margin-left:6px;
  flex-shrink: 0;
}
.vertical-menu-ul{
  list-style-type: none;
  padding:0;
  margin:0;
}
.vertical-menu-ul li a {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.vertical-menu-ul li a:hover {
  color: var(--primary-color); /* Sky blue */
}
.menu_icon {
  margin-right: 8px;
  font-size: 1.2rem;
  color: var(--accent-color); /* Deep blue */
}
  .toc-wrapper {
  margin: auto 0 0 0;
}
.table-of-contents {
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}
#mobile-toc{
  display: none;
}

}