/*!
Theme Name: Betlify Theme
Theme URI: http://pryvus.com/
Author: Pryvus
Author URI: http://pryvus.com/
Description: Custom light theme
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cassite-theme
*/

/* =======================
   Reset & Base styles
======================= */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* body {
  font-family: var(--coming-soon-font, "Poppins", sans-serif);
  margin: 0;
  color: #fff;
  background: #070920;
} */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  line-height: 1.7;
  color: #f8fafc;
  background: #0f172a;
  background-image: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

a, a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.container__page {
  max-width: 900px !important;
  width: 100%;
  margin: 0 auto;
}

.content__wrap {
  padding-bottom: 64px;

  .wp-block-list {
    list-style: disc !important;
    padding: 10px;
  }

  p {
    padding: 12px 0;
  }
}

.wp-block-heading {
  font-size: 32px !important;
  font-weight: 900;
}

.menu_page_title {
  padding: 24px 0 !important;
  margin-bottom: 24px;
  border-bottom: 1px solid #44403f;
  font-size: 32px !important;
}

@media (max-width: 1024px) {
  .container__page {
    padding: 15px;
  }
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}



img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address {
  font-style: normal;
}

/* =======================
   Layout
======================= */
.site-main > .container {
  padding: 33px 0 0;
  color: var(--text-color);
  h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  a {
    color: var(--text-color);
    text-decoration: underline;
  }
  ul {
    padding-left: 20px;
    margin-bottom: 10px;
    li {
      list-style: disc;
      margin-bottom: 5px;
    }
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1200px;
    max-width: 98vw;
  }

  .container-page {
    width: 1165px;
    max-width: 98vw;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.header.casguide__wrapper {
  background: #d21f26;          
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
}


.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0px;         
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header-container .logo p {
  font-size: 16px;
}

.header-container .logo p  a {
  color: #fbbf24;
  text-decoration: underline;
  font-weight: 600;
}
/* 
.header__menu_list {
  display: flex;
  justify-content: center;
  background: white;
  border-bottom: 1px solid #e5e7eb;
}

.header__menu_list .header-nav .header-nav__menu {
  display: flex;
  gap: 20px;
  color: #070920;
} */

.header-nav__menu {
  border-bottom: 1px solid #e5e7eb;
}

.logo {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.logo img {
  height: 32px;               
  width: 32px;
  object-fit: contain;
  display: block;
}

.header__disclaimer {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.header__disclaimer a {
  color: #ffd54a;
  text-decoration: underline;
  font-weight: 600;
}

.header__logos {
  display: flex;
  align-items: center;
  column-gap: 18px;
  flex-shrink: 0;
}

.casguide__header_logo img {
  height: 30px;                
  width: auto;
  display: block;
}


.main__logo_menu h1 {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.main__logo_menu {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-nav {
  display: flex;
  align-items: center;
}

.navigation ul {
  display: flex;
  gap: 8px;
}

.navigation ul li {
  list-style: none;
}

.navigation ul li a {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 15px;
  color: #cbd5e1;
}

.navigation ul li a:hover, 
.navigation ul li a.active {
  color: #f8fafc;
  background: #334155;
}

.header__menu_list {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #475569;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 20px;
}



@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }

  .logo {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .casguide__header_logo img {
    height: 20px;
  }

  .header-container .logo p {
    font-size: 14px;
  }

  .header-container {
    padding: 10px 24px;
  }


  .header__logos {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }

  .header__disclaimer {
    max-width: 100%;
  }

  .main__logo_menu h1 {
    text-align: center;
  }
/* 
  .main__logo_menu {
    flex-direction: column;
  } */

  .navigation ul {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  
}
