/* --- LOGO: keep it in normal flow (fixes alignment + overlap) --- */
.header__left .logo { position: relative; }

.header__left .logo a img{
  width: 80px;          /* adjust if needed */
  height: auto;
  position: static;     /* IMPORTANT */
  display: block;
}

@media (max-width: 991px){
  .header__left .logo img{ width: 64px; }
}
    .blogimg{min-height: 500px !important;}

 /*   .header__category {margin-left: 150px;} */    

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #F05023; 
  }
  .main-menu ul li a {
    font-weight: 600;
    padding-left: 8px;
}  
.list-group-item.active {
  background-color: #f26036;
  border-color: #f05023;
}
.videolists{padding-bottom: 30px;
height: 400px;
overflow-y: scroll;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.embed-responsive iframe{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.embed-responsive iframe#vid_frame #player .html5-video-player .ytp-chrome-top {display: none !important;}

@media only screen and (min-width: 1400px) {
  .main-menu ul li a {padding-left: 0px; font-size: 15px;}
}

@media only screen and (max-width: 1320px) {
  .main-menu ul li a {padding-left: 0px; font-size: 15px;}
}

@media only screen and (max-width: 1200px) {
  .main-menu ul li a {padding-left: 0px; font-size: 15px;}
}

@media only screen and (max-width: 578px) {
  .main-menu ul li a {padding-left: 0px; font-size: 15px;}
}

@media only screen and (max-width: 480px) {
.main-menu ul li a {padding-left: 0px; font-size: 15px;}
.header__btn a .e-btn{display: block !important;}
}


/* =========================================================
   GLOBAL NAV VISIBILITY FIX (works on ALL pages)
   ========================================================= */

/* =========================================================
   FINAL HEADER + MOBILE MENU (CLEAN, SINGLE SOURCE OF TRUTH)
   ========================================================= */

/* =========================================================
   FINAL HEADER + MENU + HERO FIX (single source of truth)
   Paste at BOTTOM of custom.css and REMOVE older header/menu blocks
   ========================================================= */

/* ---- Header always on top ---- */
#header-sticky.header__area{
  position: fixed !important;
  top: 0; left: 0;
  width: 100%;
  z-index: 99999 !important;
  background: transparent !important;
}

/* Subtle “glass” behind header content so laptop menu is readable on any image */
#header-sticky.header__area::before{
  content:"";
  position:absolute;
  inset:0;
  height: 78px;  /* header band only (not a big black bar) */
  background: linear-gradient(
    to bottom,
    rgba(10,14,24,0.70),
    rgba(10,14,24,0.25),
    rgba(10,14,24,0.00)
  );
  pointer-events:none;
}

/* Header content above overlay */
#header-sticky.header__area .container-fluid,
#header-sticky.header__area .header__left,
#header-sticky.header__area .header__right{
  position: relative;
  z-index: 2;
}

/* Desktop menu text (fixes “white on white”) */
#header-sticky.header__area .main-menu nav ul li a,
#header-sticky.header__area .header__btn a{
  color:#fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
  font-weight: 600;
}

/* Dropdowns readable */
#header-sticky.header__area .submenu{
  background: rgba(10,14,24,0.96) !important;
  border: 1px solid rgba(255,255,255,0.08);
}
#header-sticky.header__area .submenu li a{
  color:#fff !important;
  text-shadow:none !important;
}

/* ---- Logo alignment (prevents absolute-position overlap issues) ---- */
.header__left .logo a img{
  position: static !important;
  display: block;
  width: 80px;
  height: auto;
}
@media (max-width: 991px){
  .header__left .logo a img{ width: 64px; }
}

/* ---- Fixed header spacing (prevents content hiding under header) ---- */
body{ padding-top: 78px; }
@media (max-width: 991px){ body{ padding-top: 70px; } }

/* ---- Mobile: ALWAYS show hamburger (portrait included) ---- */
@media (max-width: 991px){
  .main-menu{ display:none !important; }

  .sidebar__menu,
  #sidebar-toggle{
    display:block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #sidebar-toggle{
    position: relative;
    z-index: 100000 !important;
    cursor: pointer;
  }
}



/* ---- Mobile slide-out menu should be WHITE with DARK text (readable) ---- */
.sidebar__area,
.sidebar__content,
.mean-container .mean-nav{
  background: #ffffff !important;
}
.sidebar__content a,
.mean-container .mean-nav ul li a{
  color: #111 !important;
  background: #ffffff !important;
}
.mean-container .mean-nav ul li a{
  border-bottom: 1px solid #eee;
}
.mean-container .mean-nav ul li a.mean-expand{
  background: transparent !important;
  color: #111 !important;
}

/* ---- HERO image behavior (desktop crop improvement) ---- */
.page__title-area{
  background-repeat:no-repeat;
  background-size: cover;
  background-position: 50% 30%;  /* shows a bit more top; reduces awkward crop */
}
@media (min-width: 992px){
  .page__title-height{ min-height: 420px; }
}

/* ---- Reduce the “big gap” under home hero on phones ---- */
@media (max-width: 767px){
  /* your pages use lots of pt-90 / mt-110 utility spacing */
  .pt-90{ padding-top: 40px !important; }
  .mt-110{ margin-top: 70px !important; }

  /* keep hero from feeling like it has an extra empty block */
  .page__title-height{ min-height: 300px !important; }
}

<section class="page__title-area page__title-height page__title-overlay d-flex align-items-center"
  data-background="/static/img/page-title/cloud_career_pg_title.jpeg"
  style="background-position: 50% 15%;">


  /* =========================================================
   HAMBURGER ALWAYS VISIBLE (white on hero images)
   ========================================================= */

/* Make sure toggle is positioned and clickable */
#sidebar-toggle.sidebar-toggle-btn{
  position: relative !important;
  z-index: 100000 !important;
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Hide the old line spans (they’re unreliable with theme overrides) */
#sidebar-toggle .line{
  display: none !important;
}

/* Draw a crisp hamburger icon ourselves */
#sidebar-toggle::before{
  content: "";
  width: 26px;
  height: 2px;
  background: #fff;
  box-shadow:
    0 8px 0 #fff,
    0 -8px 0 #fff;
  border-radius: 2px;
}

/* If you ever have a light header page, flip to dark automatically */
body:not(.has-hero) #sidebar-toggle::before{
  background: #111;
  box-shadow:
    0 8px 0 #111,
    0 -8px 0 #111;
}

/* Make sure the header overlay doesn't darken the icon itself */
#header-sticky.header__area::before{
  pointer-events: none;
}

/* =========================================
   CTE Mobile Brand Bar (logo + hamburger)
   ========================================= */
.cte-brandbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  background:#fff;
  border-radius:12px;
  padding:10px 12px;

  /* helps it stand out on hero images */
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* Logo sizing */
.cte-brandbar .logo img{
  width: 64px;
  height:auto;
  display:block;
}

/* Hamburger button */
.cte-hamburger{
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0;
  cursor:pointer;
}

.cte-hamburger span{
  display:block;
  width:26px;
  height:2px;
  background:#111; /* always visible on the white bar */
  border-radius:2px;
}

/* On desktop, keep brandbar transparent if you want */
@media (min-width: 1200px){
  .cte-brandbar{
    background: transparent;
    box-shadow:none;
    padding:0;
  }
}

/* =========================================
   HOME PAGE – MOBILE HERO SPACING FIX
   ========================================= */

@media (max-width: 767px){

  body.is-home .page__title-wrapper{
    margin-top: 40px !important;   /* was mt-110 (~110px) */
  }

  body.is-home .page__title-height{
    min-height: 280px !important;  /* reduce giant hero height */
  }

}


/* =========================================
   HOME PAGE – MOBILE HERO GAP FIX (aggressive)
   ========================================= */
@media (max-width: 767px){

  /* 1) Stop vertical-centering (this creates big “gap” on short screens) */
  body.is-home .page__title-area{
    align-items: flex-start !important;
  }

  /* 2) Reduce hero min-height so it doesn’t “reserve” space */
  body.is-home .page__title-height{
    min-height: 240px !important;     /* try 220–300 */
    height: auto !important;
    padding-top: 50px !important;     /* space for fixed header */
    padding-bottom: 25px !important;
  }

  /* 3) Kill the mt-110 push-down on mobile */
  body.is-home .page__title-wrapper.mt-110{
    margin-top: 10px !important;
  }

  /* 4) If your global fixed-header padding is too large, reduce ONLY on home mobile */
  body.is-home{
    padding-top: 60px !important;     /* was likely 88px */
  }
}




/* =========================================================
   MOBILE TOP BAR = DESKTOP STYLE (logo + apply + hamburger)
   Only affects < 1200px (d-xl-none range)
   ========================================================= */

@media (max-width: 1199px){

  /* Make header a clean white bar on mobile */
  #header-sticky.header__area{
    background: rgba(255,255,255,0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* Remove any dark overlay/gradient bars on mobile */
  #header-sticky.header__area::before{
    content: none !important;
    display: none !important;
  }

  /* Ensure header row height feels like desktop */
  #header-sticky .container-fluid{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Logo sizing + alignment */
  .header__left .logo img{
    width: 64px !important;
    height: auto !important;
    display: block;
  }

  /* Keep the right-side items on one line */
  .header__right{
    gap: 10px;
  }

  /* Smaller Apply button on mobile */
  .e-btn.e-btn-sm{
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    border-radius: 10px !important;
  }

  /* Hamburger button */
  .cte-hamburger{
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 12px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  .cte-hamburger span{
    width: 22px;
    height: 2px;
    background: #111; /* visible on white */
    display: block;
  }

  /* Ensure clickable above overlays */
  #sidebar-toggle{
    position: relative;
    z-index: 100000 !important;
  }
}


/* Mobile top bar height + vertical alignment */
@media (max-width: 1199px){
  #header-sticky.header__area{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Make sure the header row items stay centered vertically */
  #header-sticky .row.align-items-center{
    min-height: 72px; /* increase slightly if you want more breathing room */
  }

  /* Prevent logo from being too tall */
  .header__left .logo img{
    max-height: 52px !important;
    width: auto !important;
  }

  /* Prevent Apply button from being too tall */
  .header__btn .e-btn{
    padding: 10px 14px !important;
    line-height: 1 !important;
  }
}

/* Force hamburger to show 3 lines clearly on mobile */
@media (max-width: 1199px){
  #sidebar-toggle .line{
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    margin: 6px 0 !important;
    background: #111 !important;  /* dark lines on white bar */
    border-radius: 2px;
    opacity: 1 !important;
  }

  /* Ensure the toggle container isn't collapsing */
  #sidebar-toggle{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
  }
}


/* ===========================
   CLEAN 3-LINE HAMBURGER
   =========================== */

.cte-hamburger {
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 100000;
}

/* The 3 lines */
.cte-hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #ffffff;   /* change to #111 if header is white */
  border-radius: 2px;
}

/* Make sure it shows on mobile */
@media (max-width: 1199px){
  .sidebar__menu {
    display: block !important;
  }
}

/* Hide MeanMenu's injected hamburger */
.mean-container .meanmenu-reveal {
  display: none !important;
}

/* Force cte hamburger visible on the light header bar */
@media (max-width: 1199px) {
  .cte-hamburger span {
    background: #111 !important;
  }
}

.sidebar__area { right: -320px; transition: right .25s ease; }
.sidebar__area.is-open { right: 0; }

.body-overlay.is-open { opacity: 1; visibility: visible; }


/* ============================================
   FORCE MOBILE HAMBURGER TO ALWAYS BE CLICKABLE
   ============================================ */

@media (max-width: 991px) {

  /* Kill ANY overlay blocking clicks */
  .page__title-overlay,
  .page__title-area::before,
  #header-sticky::before {
    pointer-events: none !important;
  }

  /* Force hamburger above everything */
  #sidebar-toggle,
  .cte-hamburger {
    position: relative !important;
    z-index: 999999 !important;
    pointer-events: auto !important;
  }

  /* Make sure header sits above hero */
  #header-sticky {
    z-index: 999998 !important;
  }

.body-overlay {
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: 999990 !important;
}


  /* Sidebar highest */
  .sidebar__area {
    z-index: 999999 !important;
  }
}


/* ===== GUARANTEE HAMBURGER IS CLICKABLE ON MOBILE ===== */

/* Your header overlay/gradient must NEVER block clicks */
#header-sticky::before,
.header__area::before,
.page__title-area::before,
.page__title-overlay::before {
  pointer-events: none !important;
}

/* Put the header above the hero image layers */
#header-sticky {
  position: fixed !important;
  top: 0; left: 0;
  width: 100%;
  z-index: 2147483000 !important;
}

/* Make the hamburger itself sit ABOVE everything */
#sidebar-toggle {
  position: relative !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
  touch-action: manipulation;
}

/* Give it a real tap area */
.cte-hamburger {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(255,255,255,0.92); /* so black lines show */
  border-radius: 10px;
}

/* The 3 lines */
.cte-hamburger span{
  display: block;
  width: 22px;
  height: 2px;
  background: #111;
  margin: 4px 0;
  border-radius: 2px;
}

/* Ensure nothing blocks the hamburger tap (portrait issue) */
#header-sticky::before,
.page__title-area::before,
.page__title-overlay::before {
  pointer-events: none !important;
}

#cte-sidebar-toggle {
  position: relative !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
}
