/* Minimal reset */
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{



  color:#fff;
}
.jju7{
  font-family: 'monument-light';
}

@font-face {
  font-family: 'monument';
  src: url('./fonts/MonumentGrotesk-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'monument-light';
  src: url('./fonts/MonumentGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
/* Top bar: logo centered, menu right */
.topbar {
  position: relative; /* normal flow, no fixed or sticky */
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center; /* centers logo */
  padding: 0 16px;
  z-index: 30;
}

.logo {
  color: #ffeb00;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 1;
  transform: translateY(2px);
}
.exrs{
    margin-bottom: 1rem;
}
/* Menu button at right */
.menu {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  opacity: 0.95;
}

/* Hero */
.hero{
  position:relative;
  width:100%;
  min-height:100vh;
  background-image: url("/img/sedona.avif");
  background-size:cover;
  background-position:center;
  display:block;
  overflow:hidden;
}

/* dark overlay to ensure text legibility */
.overlay{
  position:absolute;
  inset:0;
  z-index:1;
}

/* Hero text pinned to bottom center */
.hero-content{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:6%;
  z-index:5;
  width:calc(100% - 40px);
  max-width:1200px;
  padding:0 20px;
  text-align:center;
}

/* Headline (big, heavy, stacked like screenshot) */
h1{
  font-weight:900;
  margin:0;
  color:#fff;
  line-height:0.98;
  /* responsive size */
  font-size: clamp(28px, 6.5vw, 80px);
  letter-spacing: -1px;
  text-wrap:balance;
  font-family: 'monument';
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  margin-bottom: 10px;
}

/* kicker/subtitle */
.kicker{
  font-weight:700;
  /*font-size: clamp(12px, 1.6vw, 20px);*/
  opacity:0.95;
  margin-top:91px;
  line-height:33px;
}

/* Make sure very small screens look ok */
@media (max-width:420px){
  .logo{font-size:14px;padding:3px 8px}
  .menu{right:12px;top:12px}
  h1{letter-spacing:0;font-weight:800}
  .hero-content{bottom:4%}
}

/* Optional: ensure hero uses full view height even on mobile browser chrome shrink */
@supports(height: 100dvh){
  .hero{min-height:100dvh}
}




/* second section  */


/* Article section */
.article {
  max-width: 75%;
  margin: 30px auto 80px auto;
  padding: 0 16px;
  line-height: 1.6;
  color: #111;
  background: #fff;
}
.text-block{
    margin: 0 6rem;
}

.article p {
  margin-bottom: 1.2em;
  font-size: 1.125rem;
  font-family: 'Angele';
  text-align: justify;
}
.post img{
height: 48% !important;
    object-fit: cover;
}

/*.article figure {*/
/*  margin: 2.5em 0;*/
/*}*/

.article img {
  width: 100%;
  height: auto;
  display: block;
}

.article figcaption {
  font-size: 0.85rem;
  color: #555;
  margin-top: 6px;
  line-height: 1.4;
}

.article figcaption span {
  color: #888;
  font-size: 0.8rem;
}
.italics{
    font-style: italic;
    font-size: 0.7rem;
    line-height: 1.2;
}
/* Make spacing comfortable on mobile */
@media (max-width: 600px) {
  .article {
    margin: 60px auto;
    line-height: 1.5;
  }
}



/* seperate ad section of second section */



/* Facta card */
.facta-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  margin: 30px auto;
  padding: 16px;
  max-width: 680px;
}

.facta-label {
  background: #e72b2b;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.facta-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.facta-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.facta-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.facta-footer {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

/* Paragraph below */
.article-paragraph {
  max-width: 680px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

/* Ad card */
.ad-card {
  background: #f8f9fc;
  border-radius: 4px;
  max-width: 680px;
  margin: 30px auto;
  overflow: hidden;
}

.ad-label {
  background: #397dd1;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
}

.ad-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 16px;
}

.ad-text {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ad-text h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.ad-text p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #222;
}

.ad-text a {
  font-size: 13px;
  color: #0044cc;
  text-decoration: none;
  font-weight: bold;
}

.ad-image {
  flex: 1 1 35%;
  display: flex;
  justify-content: flex-end;
}

.ad-image img {
  width: 100%;
  max-width: 180px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .ad-inner {
    flex-direction: column;
  }

  .ad-image {
    justify-content: center;
    margin-top: 12px;
  }

  .ad-image img {
    max-width: 100%;
  }
}

.news-header {
  font-family: "Arial", sans-serif;
  color: #000;
  background-color: #fff;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 15px;
}

.news-category {
  color: #d60000;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
}

.news-author-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*background-color: #f7f7f7;*/
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  border-radius: 2px;
}

.news-author-left {
  display: flex;
  flex-direction: column;
}

.news-author {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px 0;
}

.news-date {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.news-arrow {
  font-size: 22px;
  color: #333;
  font-weight: 300;
}

.news-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.news-action {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.2s ease;
}

.news-action:hover {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 600px) {
  .news-author-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .news-arrow {
    align-self: flex-end;
  }

  .news-actions {
    gap: 15px;
    font-size: 14px;
  }
}


/* footer */

.main-container {
  max-width: 1300px;
  margin: 40px auto;
  padding: 0 20px;
}

.top-info {
  margin-top: 3rem;
  margin-bottom: 15px;
}

.pub-date {
  font-size: 14px !important;
  color:black;
  margin-bottom: 0 !important;
}

.breadcrumb {
  font-size: 14px !important;
  color: #999;
  margin-top: 3px;
}

.about-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: #fff;
  text-align: left;
}

.red-label {
  display: inline-block;
  background: #e41e26;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.about-content {
  display:flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.figure-right {
  float: right;
  margin: 0 0 20px 20px;
}

.figure-right img {
  max-width: 100%;
  height: auto;
}


.about-img img {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.about-text {
  flex: 1;
  min-width: 250px;
  font-size: 15px;
  margin-top: 1rem;
  color: #555;
}
.sgup{
    padding-right: 2rem;
}
.footer-note p{
    font-size: 0.8rem !important;
}
.about-text p {
  margin-bottom: 6px;
  line-height: 1.3;
  font-size: 0.8rem !important;
}

.about-text a {
  color: #1a73e8;
  text-decoration: none;
}

.about-text a:hover {
  text-decoration: underline;
}

.cookie-link {
  display: inline-block;
  margin-top: 8px;
  color: #1a73e8;
  font-size: 14px;
}

.bottom-info {

  margin-top: 25px;
  padding-top: 15px;
  text-align: center;
}


.bottom-heading {
  font-weight: 700;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.footer-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-note img {
  height: 22px;
  width: auto;
}

.footer-note a {
  color: #1a73e8;
  text-decoration: none;
}

.footer-note a:hover {
  text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-text {
    text-align: center;
  }

  .footer-note {
    flex-direction: column;
    text-align: center;
  }
  .text-block{
    margin: 0;
}
}

/* menubar */
body.menu-open {
  overflow: hidden;
}

.menu {
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.menu.active {
  background-color: #999; /* Changes when menu opens */
}

.menu-bar {
  width: 22px;
  height: auto;
}


  .menu-bar {
    width: 22px;
    height: auto;
  }

  /* Overlay */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
 
    z-index: 9;
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Sidebar Panel */
  .menu-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 1400px;
    height: 100vh;
    background: #fff;
    overflow-y: auto;

    z-index: 10;
    padding-top: 2rem;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
  }

  .menu-panel.open {
    right: 0;
    height: fit-content;
  }

  .menu-content {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 30px;
  }

  /* Left columns grid */
  .menu-grid {
    flex: 3;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
  }

  .menu-col h3 {
    color: #d10000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .menu-col ul {
    list-style: none;
    padding: 0;
  }

  .menu-col li {
    margin-bottom: 6px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
  }

  .menu-col li:hover {
    text-decoration: underline;
  }

  /* Right sidebar */
  .menu-right {
    flex: 1;
    background: #f9f9f9;
    padding: 30px 25px;
    border-radius: 4px;
  }

  .menu-right h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .menu-right .red {
    color: #d10000;
    margin-top: 25px;
  }

  .menu-right ul {
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
  }

  .menu-right li {
    font-size: 15px;
    margin-bottom: 6px;
    color: #333;
    cursor: pointer;
  }

  .menu-right li:hover {
    text-decoration: underline;
  }

  /* Buy Plus yellow box */
  .buy-plus {
    background: #ffeb00;
    padding: 15px;
    margin-top: 25px;
    border-radius: 2px;
  }

  .plus-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .plus-content p {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
  }

  .plus-icon {
    font-size: 28px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .menu-content {
      flex-direction: column;
      padding: 20px;
    }
    .menu-grid {
      grid-template-columns: repeat(2, 1fr);
    }
     /* ✅ When menu is open on mobile, topbar background changes */
  body.menu-open .topbar {
    background-color: #fff;
  }
  }

  @media (max-width: 600px) {
    .menu-grid {
      grid-template-columns: 1fr;
    }
    .menu-right {
      padding: 20px;
    }
  }








    /* Component container */
.news-wrap{
  max-width: 980px;            /* tune to match screenshot width */
  margin: 20px auto;          /* center on page */
  padding: 0 16px;
  font-family: "Arial", sans-serif;
  color: #111;
  box-sizing: border-box;
}

/* category label */
.news-category{
  color: #d81b1b;            /* red like screenshot */
  font-weight: 700;
  margin: 0 0 12px 0;
  font-size: 15px;
  letter-spacing: 0.2px;
}

/* Author box (pale background) */
.news-author-box{
  background: #f5f5f5;       /* pale grey */
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 2px;
  box-shadow: none;
}

/* left side (author + date stacked) */
.news-author-info{
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

/* author name */
.news-author{
  margin: 0 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid black;
}

/* date line */
.news-date{
  margin: 0 !important;
  font-size: 13px !important;
  color: #7a7a7a;
}

/* chevron button (right) */
.news-chevron{
  background: transparent;
  border: 0;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 12px;
}

/* Actions row immediately under the author box */
.news-actions{
  display: flex;
  justify-content: space-between; /* left group and right group at two edges */
  align-items: center;
  margin-top: 12px;
  gap: 10px;
}

/* groups */
.actions-left,
.actions-right{
  margin-left: 791px;
  display: flex;
  gap: 18px;
  align-items: center;
}

/* action button */
.action{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 0;
  color: #111;
}

/* simple plus icon styling */
.action .plus{
  display:inline-block;
  width:18px;
  height:18px;
  line-height:18px;
  text-align:center;
  border-radius:50%;
  font-weight:700;
  border:1px solid #111;
  font-size:13px;
}

/* svg icons use currentColor so they match text */
.action .icon{
  display:inline-block;
  color: #111;
}

/* small spacing tweak on labels */
.action .label{
  display:inline-block;
  line-height:1;
}

/* small-screen responsive adjustments */
@media (max-width: 620px){
  .news-wrap{ padding: 0 12px; max-width: 100%; }

  /* stack author box content vertically like mobile screenshot style */
  .news-author-box{
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
  }
  .news-chevron{
    align-self: flex-end;
  }

  /* actions wrap and center for small screens */
  .news-actions{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .actions-left, .actions-right{
    gap: 12px;
  }

  /* reduce text size slightly */
  .news-author{ font-size: 15px;}
  .news-date{ font-size: 12px;}
  .action{ font-size: 13px;}
}

/* optional: better keyboard focus */
.news-chevron:focus, .action:focus{
  outline: 2px solid rgba(0,0,0,0.08);
  outline-offset: 2px;
}





/* header section */


          *{
              padding: 0;
              margin: 0;
              box-sizing: border-box;
          }
          header ul{
              display: flex;
              gap: 20px;
              list-style-type: none;
              font-family: 'Angele';
          }
          ul a{
              text-decoration: none;
              color: #ffff;

          }
          .t-head{
              display: flex;
              justify-content: space-between;
              padding: 20px;
              align-items: center;
          }



  /* Overlay */

  /* Ensure child elements appear above the overlay */

  @font-face {
    font-family: 'Angele';
    src: url('./fonts/Oswald-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'para';
    src: url('./fonts/Montserrat-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  /* Responsive */

  /* Responsive Styles */

  /* ✅ Responsive */

  .search-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    width: 100%;
    max-width: 250px;
  }

  .search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    width: 100%;
  }

  .search-social {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .search-social a {
    color: #ccc;
    font-size: 18px;
    transition: 0.3s;
  }

  .search-social a:hover {
    color: #fff;
  }
  /* Responsive */
  @media (max-width: 768px) {
    .search-box {
      border: none;
    }

    .search-social {
      justify-content: flex-start;
      gap: 15px;
    }
  }


  /* second section */

  /* Responsive */

  @media (max-width: 768px) {
  .main-sec{
      background: none;
      min-height: 0;
  }
  }





  /* footer */

  @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');


  .search-social a img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1); /* makes icons visible on dark bg */
    transition: all 0.3s ease;
  }

  /* On hover: turn to #d8a429 */
  .search-social a:hover img {
    filter: invert(65%) sepia(75%) saturate(450%) hue-rotate(10deg) brightness(95%) contrast(95%);
  }
  .search-social img{
      width: 20px;
      height: 20px;
  }

  /* ✅ Responsive */


  /*  extra responsive */

  /* ✅ Grid-only responsive improvements */



  /*  extra header styles */


  /* ===== Desktop layout ===== */
  .t-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .logo img {
    height: 40px;
  }

  .nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .nav-links a {
    text-decoration: none;
    font-weight: 500;
  }

  .right-side {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .search-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .search-box img {
    width: 20px;
  }

  .search-input {
    padding: 5px 8px;
    border-radius: 3px;
  }

  .search-social img {
    width: 18px;
  }

  .menu-btn {
    display: none;
  }
  /* ===== Mobile View ===== */
  @media (max-width: 768px) {
    .nav-links {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      background: #fff;
      flex-direction: column;
      align-items: flex-start;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.4s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      z-index: 50;
    }

    .nav-links li {
      width: 100%;
      border-bottom: 1px solid #eee;
    }

    .nav-links a {
      display: block;
      width: 100%;
      padding: 12px 20px;
      color: black;
    }
    .nav-links li{
      border-bottom: 1px solid #ccc;
    }

    .menu-btn {
      display: block;
    }

    .search-input,
    .search-social {
      display: none;
    }
  }

/* Initial Header Style */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  transition: all 0.4s ease;
  transform: translateY(-15px);
  padding-top: 10px;
}

/* Sticky state: background turns black */
header.sticky {
  background-color: black;
  transform: translateY(0); /* Optional: ensure it stays visible */
}










  /* Responsive Styles */
  .footer-social img{
      width: 20px;
      height: 20px;
  }









  .footer {
    background-color: #242628;
    color: #fff;
    padding: 30px 20px 10px;
    font-family: 'Helvetica Neue', sans-serif;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
  }

  .footer-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    padding: 0;
    margin: 0;
  }

  .footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
    font-family: 'Angele';
  }

  .footer-menu li a:hover {
    color: #d8a429;
  }

  .footer-logo {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .footer-logo img

 {
    width: 232px;
    height: 50px;
    margin-right: 183px;
}

  .footer-social {
    display: flex;
    gap: 20px;
  }

  .footer-social a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s ease;
  }
  a{
      color: #fff;
      transition: color 0.3s ease;
      text-decoration: none;
  }
  a:hover{
        color: #d8a429;
  }
  .footer-social a:hover {
    color: #d8a429;
  }

  .footer-social a img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1); /* makes icons visible on dark bg */
    transition: all 0.3s ease;
  }

  /* On hover: turn to #d8a429 */
  .footer-social a:hover img {
    filter: invert(65%) sepia(75%) saturate(450%) hue-rotate(10deg) brightness(95%) contrast(95%);
  }


  .footer-bottom {
    text-align: center;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #444;
  } 
  .footer-bottom p {
    font-size: 15px;
    color: #ccc;
    font-family: 'Angele';
  }

  .footer-bottom a {
    color: #d8a429;
    text-decoration: none;
    font-weight: bold;
  }

  /* ✅ Responsive */
  @media (max-width: 768px) {
    .footer-top {
      flex-direction: column;
      text-align: center;
    }

    .footer-menu {
      justify-content: center;
      flex-wrap: wrap;
    }

    .footer-social {
      justify-content: center;
    }
  }
















