.header {
  padding: 0px 20px 0px 20px;
}

.headerone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  padding: 10px 0px;
}

body {
  margin: 0px;
  font-family: "Merriweather", serif;
}

p {
  margin: 0px;
}

.headeroneone {
  display: flex;
  gap: 20px;
  align-items: center;
}

.headeroneone img {
  width: 24px;
  height: 24px;
}

.headeronetwo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.headeronetwoone {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* subscribe */
   /* Trigger button */
      /* Trigger button */
    .trigger-btn {
      text-transform: uppercase;
      border: 1px solid;
      padding: 6px 12px;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer;
      display: inline-block;
    }
    .trigger-btn:hover{
      background-color: #000;
      color: white;
    }

    .incheck{
      width: auto;
    }
    /* Overlay */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    
    /* Popup container */
    .popup-box {
      background: #fff;
      display: flex;
      flex-direction: row;
      width: 900px;
      max-width: 95%;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
    }

    /* Left image */
    .popup-image {
      width: 50%;
      background: url('../images/black.png') no-repeat center center/cover;
    }
.popupthe{
  font-size: 1.5em;
   font-family: "Oswald", sans-serif;
}
    /* Right content */
    .popup-content {
      width: 50%;
      padding: 50px 30px;
      text-align: center;
    }

    .popup-title {
      font-size: 22px;
      font-weight: bold;
      margin: 15px 0;
    }

    .popup-text {
      font-size: 15px;
      margin-bottom: 20px;
    }

    .popup-input {
      width: 70%;
      padding: 12px;
      background-color: white;
      margin-bottom: 15px;
      border: 1px solid #ccc;
    }

    .popup-btn {
      width: 75%;
      padding: 14px;
      background: #111;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      border: none;
      cursor: pointer;
      margin-bottom: 10px;
    }

    .popup-checkbox {
      margin-top: 10px;
      font-size: 14px;
      display: flex;
      gap: 10px;
      line-height: 30px;
      padding: 0px 50px;
      align-items: baseline;
      text-align: left;
    }

    /* Close button */
    .popup-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
    }
/* subscribe end */
.headertwoone img {
  width: 18px;
  height: 18px;
}

.headertwoone {
  display: inline-block;
}

/* icon (search or close) */
.icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
  font-size: 21px;
  font-weight: bold;
  margin-top: 20px;
}

/* search box hidden by default */
.search-box {
  display: none;
  background: #ccc;
  padding: 2px 10px;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-top: 5px;
}

.search-box input {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Merriweather", serif;
  width: 100%;
  font-size: 16px;
  padding: 8px;
}

.search-box span img {
  width: 18px;
  height: 18px;
}

.headertwo {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
}
.headertwoone {
  width: 20%;
}

.headertwothree {
  width: 20%;
  text-align: end;
}

.headertwotwo {
  width: 60%;
  text-align: center;
  text-transform: uppercase;
}

.headertwotwoone {
  line-height: 1.1;
  font-size: 4.4em;
  letter-spacing: -2px;
  font-style: normal;
  font-weight: 700;
  font-family: oswald;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.headertwotwotwo {
  letter-spacing: 2px;
  line-height: 1.12;
  font-size: 11px;
  font-weight: 400;
}

.body {
  display: flex;
  padding: 20px 120px 20px 120px;
  gap: 20px;
  border-bottom: 1px solid;
  margin-left: -100px;
  margin-right: -100px;
}

.bodyone {
  width: 20%;

}

.slider a {
  color: white;
}

.bodyonee {
  display: flex;
  gap: 7px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  padding-top: 15px;
}

.bodyonee:first-child {
  padding-top: 0px;
}

.bodyonee:last-child {
  border-bottom: none;
}

.bodythreeone:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
body.dark .bodythreeone:first-child {
  border-color: #666;
}

.bodytwo {
  width: 60%;
  padding: 0px 20px;
  border-left: 1px solid;
  border-right: 1px solid;
}

.bodythree {
  width: 20%;
}

.bodyonetwo img {
  width: 70px;
  height: 70px;
}

.interview {
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.1;
}

h2,
h1 {
  margin: 0px;
}

.interviewone {
  line-height: 1.3;
  font-size: 0.8em;
}

.bodytwo img {
  width: 100%;
}

.bodytwoone {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 5px;

}

.body h1 {
  font-size: 3.2em;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  padding: 5px 0px 10px 0px;

}

.bodytwotwo {
  font-size: 16px;
}

.bodytwothree {
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
}

.bodytwothree span {
  padding: 0px 3px;
}

.bodythreeone img {
  width: 100%;
}

.bodythreetwo {
  font-size: 1.15em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 0px;
}

.bodythreethree {
  font-size: 0.94em;
  line-height: 1.3;
}

.acook:hover {
  color: #db4a37;
}

.world {
  text-transform: uppercase;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0px 20px;

  border-bottom: 2px solid;

}

.worldone {
  letter-spacing: -3px;
  font-size: 5em;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.worldtwo {
  position: absolute;
  right: 0;
  font-size: 0.925em;
}

.habout:hover {
  color: #666666;
}

.us {
  display: flex;
  padding: 20px;
  gap: 10px;
  border-bottom: 1px solid;
  margin-left: -100px;
  margin-right: -100px;
  padding: 20px 120px;
}

.usone {
  width: 25%;
  border-right: 1px solid;
  padding-right: 10px;

}
.usone {
  width: 25%;
  border-right: 1px solid;
  padding-right: 10px;

}


.usone:last-child {
  border-right: none;
  padding-right: 0px;
}

.usone img {
  width: 100%;
}

.usoneone {
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.usonetwo {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
}

.usonethree {
  font-size: 0.7em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.4;
}

.usonethree span {
  padding: 0px 3px;
}

.opinion {
  display: flex;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid;
  margin: 0px -100px;
  padding: 20px 120px;
}

.opinionone {
  width: 55%
}

.opiniontwo {
  width: 45%;

}

.opinionone img {
  width: 100%;
  height:100%;

}

.opiniontwoone {
  padding-left: 80px;
}

.opiniontwotwo {
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.opiniontwothree {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 3em;
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.opiniontwofour {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5;
}

.opiniontwofive {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.7em;
  line-height: 1.4;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.opiniontwofive img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
}

.readmore {
  text-transform: uppercase;
  border: 2px solid;
  width: fit-content;
  padding: 0px 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.readmore:hover {
  background-color: #000;
  color: white;
}

/* interview */
/* Slider */
.slider {
  position: relative;
  height: 80vh;
  margin: 20px;
  /* full-bleed like your screenshots */
  overflow: hidden;

}
.slider {
  position: relative;
  height: 80vh;
  margin: 20px;
  overflow: hidden;
}

.slider .slide {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
  /* start offscreen right */
  transition: transform 0.6s ease;
  will-change: transform;
}
.slider .slide.active {
  transform: translateX(0);
  /* visible slide */
  z-index: 2;
}

.slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 28px;
  width: 54px;
  height: 110px;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 5;
  user-select: none;
}

.nav.prev {
  left: 0;
}

.nav.next {
  right: 0;
}

/* Your overlay (kept as-is, centered bottom) */
.interviewtwo {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(23, 23, 23, 0.74);
  width: auto;
  max-width: 92vw;
  /* safety on small screens */
  color: #fff;
  padding: 40px;
}

.interviewtwoone {
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
}

.mmain {
  padding: 0px 100px;
}

.interviewtwotwo {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .7em;
  line-height: 1.4;
  font-weight: 400;
  padding: 10px 0;
  font-family: "Merriweather", serif;
}

.interviewtwothree {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Merriweather", serif;
  padding-bottom: 20px;
}

.interviewtwofour {
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
  padding: 0 20px;
  border: 2px solid #fff;
  display: inline-block;
  font-family: "Merriweather", serif;
  cursor: pointer;
}

.interviewtwofour:hover {
  border-color: black;
  background-color: #000;
}

.lineee {
  border-bottom: 1px solid;
  margin: 0px -100px;
  padding: 0px 100px;
}

.latest {
  display: flex;
  border-bottom: 1px solid;
  margin: 0px -100px;
  padding: 20px 120px;
}

.latestone {
  border-right: 1px solid;
  width: 80%;
}

.latesttwo {
  padding: 20px 20px;
  width: 20%;
}

.latestoneone {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid;
  margin-right: 20px;
  padding: 20px 0px;

}

.latestoneone:first-child {
  padding: 10px 0px 20px 0px;
}

.latestoneoneone {
  width: 45%;
}

.latestoneonetwo {
  width: 55%;
}

.latestoneone img {
  width: 100%;
  height: 250px;
}

.latesttwoone {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
}

.latesttwotwo {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .7em;
  line-height: 1.4;
  font-weight: 400;
  padding: 10px 0;
  font-family: "Merriweather", serif;
}

.latesttwothree {

  letter-spacing: .5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0px 0 10px 0px;
  font-family: "Merriweather", serif;
}

.latesttwofour {
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 20px;
}

.latesttwofour:hover {
  background-color: #000;
  color: white;
  border-color: #000;
}

.viewall p:hover {
  background-color: #000;
  color: white;
}

.the img {
    margin-top:10px;
  width: 100%;
  border: 2px solid;
  height:100%;
}

.theone {
  line-height: 1.3;
  font-size: 13px;
  color: #666666;
  padding: 10px 0px 50px 0px;
}

.signn:hover {
  background-color: #db4a37;
}

.thetwo {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  border: 1px solid;
  background-color: black;
  color: white;
  padding: 5px;
  font-family: "Oswald", sans-serif;
}

.thetwoo {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
  text-transform: uppercase;
  border: 1px solid;
  background-color: black;
  color: white;
  padding: 5px;
  font-family: "Oswald", sans-serif;
}

.air img {
  padding-top: 10px;
  width: 100%;
}

.airone {
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 700;
  padding: 10px 0px;
  font-family: "Oswald", sans-serif;
}

.airtwo {
  font-size: 0.95em;
  line-height: 1.5;
  font-weight: 400;
}

.air {
  position: relative;
  border-bottom: 1px solid;
  padding: 20px 0px;
}

.airr {
  position: absolute;
  top: 120px;
  color: white;
  right: 10px;
  font-size: 2.4em;
  line-height: 1;
  font-family: serif;
  font-style: italic;
}

.ai img {
  padding-top: 10px;
  width: 100%;
}

.ai {
  position: relative;
  border-bottom: 1px solid;
  padding: 0px 0px 20px 0px;
}

.ria {
  border-bottom: none;
}

.cook {
  justify-content: space-between;
  display: flex;
  padding: 8px 0px;
  border-bottom: 1px dotted black;

}

.viewall {
  display: block;
  /* Take full width */
  text-align: center;
  /* Center the text */
  margin: 30px 0 10px 0px;
  /* Optional spacing */
}

.viewall p {
  display: inline-block;
  /* Shrink border to text */
  border: 2px solid black;
  padding: 0px 100px;
  margin: 0;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.aboutus {
  display: flex;
  gap: 0px;
  border-bottom: 1px solid;
  /*margin: 0px -100px;*/
  padding: 20px 100px;
}

.aboutusone {
  padding: 0px 20px;
  width: 40%;
}

.aboutustwo {
  padding: 0px 20px;
  border-left: 1px solid;
  width: 20%;
  border-right: 1px solid;
}

.aboutusthree {
  padding: 0px 20px;
  width: 20%;
  font-family: "Oswald", sans-serif;
  border-right: 1px solid;
}

.aboutusfour {
  padding: 0px 20px;
  width: 20%;
}

.aboutusone img {
  padding-top: 10px;
  width: 100%;
}

.thone {
  padding-top: 10px;
  line-height: 1.3;
  font-size: 13px;
  color: #666666;
}

.thtwo {
  display: flex;
  gap: 20px;
  padding: 10px 0px;
  /*border-bottom: 1px solid;*/

}

.thtwoo {
  display: flex;
  gap: 20px;
  padding: 10px 0px;


}

.thtwoone {
  font-size: 24px;
  font-style: italic;
  font-family: serif;
}

.thtwotwo {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
}

.authorpt {
  font-size: 8pt;
  font-weight: 400;
  line-height: 1.5;

}

.auth {
  padding-top: 10px;
}

.authptone {
  font-size: 16.4pt;
  letter-spacing: 0px;
  line-height: 1.5;
}

.authonee {
  font-size: 22pt;
}

.authonee span {
  font-size: 16.45pt;
}

.follow {
  margin-top: 20px;
}

.las {
  display: flex;
  text-align: center;
  padding-top: 10px;
  gap: 1px;
  justify-content: center;
}

.aboutusthree .headertwothree {
  width: 100%;
}

.img {
  display: flex;
  gap: 5px;
  padding: 10px 0px 30px 0px;
}

.img img {
  width: 66px;
  height: 66px;
}

label {
  display: block;
  margin: 10px 0 5px;
      text-align: left;
  
}

input {
  width: -webkit-fill-available;
  padding: 10px;
  background: #ddd;
  border: none;
}

.signn {
  width: 100%;
    text-transform: uppercase;
    color: white;
    background-color: black;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
}

.footer {
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0px;
}

.footerone {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.footertwo {
  font-size: 0.8em;
}

.sidemenu-socials .tooltip {
  margin: 0px 3px;
}

.aboutus .tooltip {
  margin: 0px 3px;
}

.footerthree {
  font-size: 11px;
  display: flex;
  padding-top: 3%;
  gap: 20px;
  justify-content: center;
}

a {
  color: black;
  text-decoration: none;
}

.hover:hover {
  text-decoration: underline;
}

/* popup */
/* .headerthree {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: white;
  margin: 0px 20px;
  transition: border-bottom 0.2s ease;
} */

.headerthree.stuck {
  border-bottom: 1px solid #000;
  margin: 0px -100px;
  /* apply only when stuck */
}

.headerthreee {
  display: flex;
  padding: 0px 0px 3px 0px;
  justify-content: center;
  gap: 5px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  margin: 0px 20px;
}
.cmain .header{
  padding: 0px;
}
.cmain .headerthreee{
  margin: 0px;
}
.abody .headerthreee{
  margin: 0px;
}

.headerthree.stuck .headerthreee {
  border-top: none;
  /* remove top border when sticky */
  border-bottom: none;
  /* prevent double borders */
}

body.dark .headerthree {
  background-color: #000;
  color: white;

}

/* Hide by default */
.sidemenu-links li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* When menu is active → animate in */
.sidemenu.active .sidemenu-links li {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger animation delays for each li */
.sidemenu.active .sidemenu-links li:nth-child(1) {
  transition-delay: 0.1s;
}

.sidemenu.active .sidemenu-links li:nth-child(2) {
  transition-delay: 0.2s;
}

.sidemenu.active .sidemenu-links li:nth-child(3) {
  transition-delay: 0.3s;
}

.sidemenu.active .sidemenu-links li:nth-child(4) {
  transition-delay: 0.4s;
}

.sidemenu.active .sidemenu-links li:nth-child(5) {
  transition-delay: 0.5s;
}

.sidemenu.active .sidemenu-links li:nth-child(6) {
  transition-delay: 0.6s;
}



.header-item {
  position: relative;
  padding: 6px 10px;
  cursor: pointer;
  /* reserve space to avoid shake when the top bar appears */
  border-top: 3px solid transparent;
  transition: border-color .2s ease;
}

.header-item:hover {
  border-top-color: #000;
  /* bold top bar on hover */
}

.header-item:hover .popup {
  display: block;
}

.popup {
  position: absolute;
  top: 100%;
  /* no vertical gap -> no flicker */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #e6e6e6;
  padding: 20px 10px;
  white-space: nowrap;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  z-index: 10;
}


.popup-item {
  display: inline-block;
  margin: 0px;
  text-align: center;
}

.popup-item img {

  display: block;
  margin-bottom: 6px;
  width: 173px;
  height: 128px;
}

.popup-item p {
  margin: 0;
  font-size: 0.5em;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
}

/* POSTS DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #e6e6e6;
  min-width: 200px;
  padding: 10px 0px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.dropdown-menu a {
  display: block;
  padding: 8px 12px;
  color: black;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-menu a:hover {

  color: #666;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.goto {
  text-transform: uppercase;
  text-align: center;
  border: 1px solid;
  display: inline-block;
  position: fixed;
  /* stays in place */
  bottom: 0px;
  right: 20px;
  padding: 10px 10px 0px 10px;
  font-family: "Oswald", sans-serif;
  background: white;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  /* not clickable when hidden */
  transition: opacity 0.3s ease;
}

.goto.show {
  opacity: 1;
  pointer-events: auto;
}

.gotoone {
  font-size: 12px;
  line-height: 1.1;
}

.gototwo {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
}

/* dark mode */
/* Hide moon icon by default */
.icon-moon {
  display: none;
}

/* Dark mode: swap icons */
body.dark .icon-sun {
  display: none;
}

body.dark .icon-moon {
  display: inline;
}

/* Optional: cursor style */
.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

body.dark .mmain {
  background-color: #000;
  color: white;
}

body.dark .headeroneone img {
  filter: brightness(0) invert(1);
}

body.dark .headerone {
  border: none;
}

body.dark .headertwoone img {
  filter: brightness(0) invert(1);
}

body.dark .headertwoone .seaa {
  filter: brightness(1) invert(0);
}

body.dark .headertwothree img {
  filter: brightness(0) invert(1);
}

body.dark .headertwotwotwo {
  color: rgba(255, 255, 255, 0.8);
}

body.dark .headerthree {
  color: rgba(255, 255, 255, 0.8);
}

body.dark a {
  color: white;
}

body.dark .interviewone {
  color: rgba(255, 255, 255, 0.8);
}

body.dark .bodytwoone {
  color: rgba(255, 255, 255, 0.8);
}

body.dark .bodytwotwo {
  color: rgba(255, 255, 255, 0.8);
}

body.dark .bodytwothree {
  color: white
}

body.dark .bodythreethree {
  color: rgba(255, 255, 255, 0.8);
}

/* Dark mode: all borders turn white */
body.dark * {
  border-color: rgba(255, 255, 255, 0.25);
}

body.dark .usonetwo {
  color: rgba(255, 255, 255, 0.8);
}

body.dark .usonethree {
  color: white;
}

body.dark .opiniontwofour {
  color: rgba(255, 255, 255, 0.8);
}

body.dark .latesttwothree {
  color: rgba(255, 255, 255, 0.8);
}

body.dark .theone {

  color: rgba(255, 255, 255, 0.8);
}

body.dark .airtwo {

  color: rgba(255, 255, 255, 0.8);
}

body.dark .popup {
  background-color: #000;
}

body.dark .dropdown-menu {
  background-color: #000;
}

/* reset img: no border here */
.headertwothree img {
  width: 14px;
  height: 14px;
  display: block;
  transition: filter .2s;
}

/* wrapper has the border */
.tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  /* ring spacing */
  border: 2px solid #000;
  /* default border */
  border-radius: 50%;
  margin: 0px;
  transition: background .2s, border-color .2s;
  cursor: pointer;
}

/* hover: bg black, icon white, border black */
.tooltip:hover {
  background: #000;
  border-color: #000;
}

.tooltip:hover img {
  filter: brightness(0) invert(1);
}

/* tooltip BELOW */
.tooltip .tooltiptext {
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s;
}

.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #000;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* hamburger */
/* --- SIDEBAR --- */
.sidemenu {
  position: fixed;
  top: 0;
  left: -400px;
  /* hidden by default */
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  transition: left 0.3s ease;
  z-index: 1000;
}

.sidemenu.active {
  left: 0;
}

/* --- OVERLAY --- */
.sidemenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 900;
}

.sidemenu-overlay.active {
  display: block;
}

/* --- SEARCH BOX --- */
.sidemenu-search {
  display: flex;
  align-items: center;
  background: #ddd;
  margin: 0px 20px 20px 0px;
  padding: 0px 10px;
}

.mnews {
  display: none;
}

.sidemenu-search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Merriweather", serif;
  font-size: 14px;
}

.sidemenu-search img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* --- LINKS --- */
.sidemenu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidemenu-links li {
  border-bottom: 1px solid #000;
  padding: 8px 0;
  cursor: pointer;
}

/* --- SOCIAL ICONS --- */
.sidemenu-socials {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.sidemenu-socials .headertwothree {
  display: flex;
}

.sidemenu-links li:hover {
  background-color: #ccc;
}

body.dark .sidemenu {
  background-color: #000;
  color: white;
}

body.dark .tooltip {
  border-color: white;
}

body.dark .tooltip:hover {
  border-color: black;
}

body.dark .header-item {
  border-color: #000;
}

body.dark .header-item:hover {
  border-color: white;
}

.mnews p{
  font-size: 1.8em;
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;

}

/* category */

.cbrowse .thetwo {
  display: inline-block;
  font-size: 10px;
}

.cbrowse {
  text-align: center;
  padding: 30px;
}

.cbrowse .worldone {
  text-transform: uppercase;
  font-size: 60px;
}

.cbrowse .usonetwo {
  padding: 0px 300px;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4;
}

.usa {
  display: flex;
  padding: 30px 100px 100px 100px;
  gap: 10px;
  margin: 0px -100px;

  border-bottom: 1px solid;
}

.usaone {
  width: 25%;
  padding-right: 10px;
  border-right: 1px solid;
}

.usaone:last-child {
  border: none;
  padding-right: 0px;
}

.usa img {
  width: 100%;
}

.cmain .headerthree.stuck {
  border-bottom: 1px solid #000;
  margin: 0px 0px;
}

.ctitle {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  padding: 10px 0px;
  font-family: "Oswald", sans-serif;
}

.ctitle:hover {
  text-decoration: underline;
}

.usa .usonethree {
  font-size: 14px;
  padding-top: 10px;
}

.cmain .aboutus {
  margin: 0px;
  padding: 30px 0px;
}

.cmain {
  padding: 0px 100px;
}

.cmain .aboutusone {
  padding-left: 0px;
}

.cmain .aboutusfour {
  padding-right: 0px;
}

body.dark .cmain {
  background-color: #000;
  color: white;
}

/* detailed */
.dmainone img {
  padding: 10px;
  width: 22px;
  height: 22px;
}

.dmaintwo {
  display: flex;
  align-items: center;

}
hr{
  margin: 0px;
}

.dmaintwoone {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}

.dmaintwotwo {
  width: 50%;
  height:-webkit-fill-available;
}

.dmaintwotwo img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.dfeatured {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.feature-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.1;
  font-size: 60px;
  padding: 30px 0px 5px 0px;
}

.feature-title .small {
  /* slightly smaller for second line */
  display: block;
}

.dfeaturedthree {
  padding: 0px 70px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 13px;
}

.dmainone {
  position: fixed;
  z-index: 10;
}

.dclarie {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dclarie img {
  width: 32px;
  border-radius: 50px;
  height: 32px;
}

.dclaireone {
  padding: 20px 340px;
}

.dclairetwo {
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}

.dclairethree {
  padding: 20px 300px 0px 300px;
}

.dclairethree img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.dclairethree p {
  color: #666666;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 20px;
}

/* alignment */
.dheyone {
  display: flex;
  gap: 30px;

}
.dnoverfour p{
   color: #666666;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 20px;
}

.dhey {
  padding: 0px 335px;
}

.dheyoneone {
  width: 40%;

}

.dheyoneone p {
  padding: 10px 0px;
  line-height: 1.1;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
}

.caption {
  float: left;
  width: 100%;

   
  line-height: 1.3;
  font-size: 15px;
  color: #666666;
  font-weight: 400;

}

.dheyonetwo {
  width: 100%;
}

.dheyoneone img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dheyonetwo {
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}

.dheytwo {
  display: flex;
  gap: 30px;
  width: 100%;

  padding-left: 0px;

}

.dheytwoone {
  width: 100%;
  padding-top: 5px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}

.dheytwotwo {
  width: 100%;
  margin-top: -70px;
}

.dheytwotwo img {
  width: 100%;
  object-fit: cover;
}

.dheytwo .caption {
  text-align: right;
  line-height: 1.3;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  padding-top: 5px;
}

.dname {
  position: absolute;
  top: 41%;
  left: 45%;
  line-height: 1.2;
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: 400;
  width: 10%;
}

.dhey {
  position: relative;
}

/* alignment close */
.droger {
  padding: 10px 340px 0px 340px;
}

.droger h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0px;
 padding-top:10px;
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
}

.drogertwo {
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}

.dgot {
  display: flex;
  gap: 10px;
}

.done {
  width: 100%;
}

.dtwo {
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 15px;
  width: 100%;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top:10px;
  
}



.dgot {
  display: flex;
  gap: 5px;
  position: relative;
  padding-top: 30px;

}
.dmain .header{
  padding: 0px 100px;
}
.dmain .headerthreee{
  margin: 0px 100px;
}
.dnoverfour{
  padding: 0px 100px;
}
.dgot img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.dgot p {
  text-align: center;
  bottom: 20px;
  position: absolute;
}

.dgottwo {
  color: white;
  display: flex;
  justify-content: center;

  text-shadow: 0 0 1.5px #000;
  color: #fff;
  font-size: 13px;
}

.dgotthree img {
  width: 100%;
}

.dgotthree {
  margin-top: 5px;
  position: relative;
}

.dese {
  padding: 10px 0px;
}

.dgotfour {
  position: absolute;
  bottom: 20px;
  width: 100%;
  /* take full image width */
  text-align: center;
  /* center text horizontally */
}

.dgotfour p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;

  text-shadow: 0 0 1.5px #000;
  /* optional: white text for readability */
}

.dfullimg img {
  padding-top: 20px;
  width: 100%;
  object-fit: cover;
}

.dspace {
  padding: 0px 340px;
}

.dspaceone {
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
}

.dbatman {
  padding: 0px 20px 20px 20px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
}

.dtool {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid;
}

.dtool .tooltip {
  background-color: #000;
}

.dtool .tooltip img {
  filter: brightness(0) invert(1);

}

.dtags {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 1.1;
  padding: 10px 0px;
  font-family: "Oswald", sans-serif;
}

.dlifestyle {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px 30px 0px;
  border-bottom: 1px solid;
}

.dlifestyle .latesttwofour {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  border: 1px solid;

}

.dseo {
  display: flex;
}

.dseoone {
  width: 33.33%;
  border-right: 1px solid;
  padding: 0px 10px;
}

.dseo img {
  width: 100%;
}

.dseotwo {
  padding: 10px 0px;

  text-transform: uppercase;
}

.dseothree {

  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Oswald", sans-serif;
}

.dseoone:last-child {
  border-right: none;
}

.dclairee {
  display: flex;
  gap: 10px;
  padding: 50px 80px 40px 80px;
 
}

.dclaireeone img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
}

.dclaireethree {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
}
.dleftborder{
  border-left: 2px solid;
  margin: 20px 0px;
}

.dclaireefour {
  line-height: 1.4;
  padding: 10px 0px;
  font-size: 16px;
}

.dclaireefive {
  display: flex;
  gap: 15px;
}

.dclaireefive img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  cursor: pointer;
}

.iconn {
  position: relative;
}

.iconn::after {
  content: attr(data-title);
  position: absolute;
  bottom: 150%; /* tooltip above */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.iconn::before {
  content: "";
  position: absolute;
  bottom: 115%; /* slightly below tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.iconn:hover::after,
.iconn:hover::before {
  opacity: 1;
}


.dwrite .dtags {
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  
} .comment-box {
      max-width: 100%;
      width: 100%;
      padding: 10px;
      border: none;
      font-size: 16px;
        font-family: "Merriweather", serif;
      background: #ddd;
      margin: 5px 0;
      box-sizing: border-box;
    }

    .input-group {
      display: flex;
      gap: 10px;
    }

    .input-name,
    .input-email,
    .input-website {
      flex: 1;
      max-width: 100%;
      width: 100%;
      padding: 10px;
      border: none;
      font-size: 16px;
        font-family: "Merriweather", serif;
      background: #ddd;
      margin: 5px 0;
      box-sizing: border-box;
    }

    .save-label {
      display: flex;
      align-items: center;
      font-size: 14px;
      margin-top: 8px;
      line-height: 1.4;
    }

    .save-checkbox {
      margin-right: 6px;
      width: auto;
    }
    .comment-box:focus,
.input-name:focus,
.input-email:focus,
.input-website:focus {
  outline: none;         /* remove default blue highlight */
  border: none; /* optional: add your own custom border */
}

    .dpost{
      margin-top: 20px;
      text-transform: uppercase;
      background-color: #000;
      display: inline-flex;
      color: white;
      padding: 10px 30px;
      font-size: 14px;
    }
    .dbob{
      padding-top: 50px;
      display: flex;
      gap: 2px;

    }
    .dbobone{width: 50%;
    position: relative;
    height: 320px;
  overflow: hidden;}
    .dbob img{
width: 100%;
transition: transform 0.4s ease;
height: 100%;
object-fit: cover;
    }
   .dbobtwo {
    width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.dbobthree{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
}
.dbobfour{
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.dbobone:hover img{
   transform: scale(1.1);
  
}
.dfrom{
  margin: 30px 10px 0px 10px;
  padding: 10px;
  border-top: 1px solid;
}
.dfromone{
  display: flex;
 
 
}
.dfromone img{
  width: 100%;
}
.dfromthree{
  font-size: 1.1em;
  line-height: 1.1;
  font-weight: 700;
  padding: 10px 0px;
   font-family: "Oswald", sans-serif;
}
.dfromfour{
  font-size: 0.85em;
line-height: 1.2;  
}
.dfromtwo{
  border-right: 1px solid;
  padding:0px 10px;
  width: 20%;
}
.dfromtwo:last-child{
  border: none;
  padding-right: 0px;
}
.dfromtwo:first-child{
  padding-left: 0px;
}
.dfooter .aboutus{
  border-top: 1px solid;
  margin: 30px 0px 0px 0px;
  padding: 30px 100px 20px 100px;
  border-bottom: none;
}
.dfooter .footer{
  border-top: 1px solid;
  margin: 30px 100px 0px 100px;
}

/* dline */
.dline {
  position: relative;
}

.scroll-line {
  position: fixed;   /* stays always at top of page */
  top: 0;
  left: 0;
  height: 2px;
  background: #db4a37;
  width: 0%;         /* will expand with scroll */
  z-index: 1000;
}
.dpost:hover{
background-color: #db4a37;
color: white;
}

/* dont miss */

.dont-miss-box {
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display: none; /* hidden by default */
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.dm-header {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dm-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-top: 1px solid #eee;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.dm-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.dm-text h4 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0px;
  margin: 0 0 4px;
}

.dm-text p {
  font-size: 0.85em;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0;
   font-family: "Merriweather", serif;
  color: #333;
}

/* Fade-up animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.dm-close {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.dm-close::before,
.dm-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;         /* white X lines */
  transform-origin: center;
}

.dm-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dm-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* sticky */
.headerthree {
  position: relative; /* default */
  transition: all 0.3s ease;
  z-index: 100;
}
.abody .headerthree.sticky{
  margin: 0px;
}
.headerthree.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: fadeDown 0.4s ease forwards;
  background-color: #fff; /* or your preferred bg */
  margin: 0;                 /* no margin */
  border-top: none;          /* remove top border */
  border-bottom: 1px solid #000; /* keep bottom border */
}
.headerthree.sticky .headerthreee{
  border: none;
}


@keyframes fadeDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.dnover{
  text-align: center;
  text-transform: uppercase;
  padding: 30px 90px;
}
.dnoverone{
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0px;
}
.dnovertwo{
  padding: 10px 0px 5px 0px;
  font-size: 51px;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
  font-weight: 700;
}
.dthree{
  padding: 0px 200px;
  font-size:12px;
}
.dnoverfour img{
  width: 100%;
  object-fit: cover;
}
body.dark .trigger-btn,
body.dark .readmore,
body.dark .viewall p,
body.dark .interviewtwofour,
body.dark .latesttwofour {

  border-color: white;
}
body.dark .popup-title,
body.dark .popup-text{
  color: black;
}

body.dark .trigger-btn:hover,
body.dark .readmore:hover,
body.dark .viewall p:hover,
body.dark .interviewtwofour:hover,
body.dark .latesttwofour:hover {
  border-color: black;
}
body.dark .ddetail{
  background-color: #000;
  color: white;
}
body.dark .dnoverfour p{
  color:rgba(255,255,255,0.8);
}
body.dark .dclairethree p{
  color:rgba(255,255,255,0.8);
}
body.dark .caption{
  color:rgba(255,255,255,0.8);
}
body.dark .dleftborder{
  border-color: white;
}
body.dark .goto{
  background-color: #000;
  color: white;
}
body.dark .dont-miss-box{
  background-color: #000;
  color: white;
}
body.dark .dm-text p{
  color:rgba(255,255,255,0.8);
}
body.dark .thone{
   color:rgba(255,255,255,0.8);
}
.headertwotwoone {
    font-family: "Oswald", sans-serif;
    font-size: 2.8em;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.05;
    margin: 0;
}
img{
    object-fit: cover;
  }
/*internal style*/
           /* ✅ 3. FONT RENDER OPTIMIZATION */
        @font-face {
          font-display: swap;
        }
        
        /* Existing styles remain unchanged */
        .featured-author-vertical {
            margin-bottom: 20px;
            text-align: center;
        }
        
        .featured-author-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 15px;
            display: block;
            border: 2px solid #e0e0e0;
        }
        
        .featured-author-title {
            font-family: 'Oswald', sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.3;
            margin-bottom: 0;
            color: #333;
        }
        
        .featured-author-title a {
            color: #333;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .featured-author-title a:hover {
            color: #d32f2f;
        }
        
        /* Success Popup Style */
        #express-success-popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.9);
            background: white;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
            z-index: 10000;
            max-width: 500px;
            width: 90%;
            opacity: 0;
            transition: all 0.2s ease;
        }
        
        #express-success-popup.show {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        
        #express-success-popup h3 {
            font-family: 'Merriweather', serif;
            font-size: 24px;
            color: #046a09ff;
            margin-bottom: 15px;
            text-align: center;
        }
        
        #express-success-popup p {
            font-size: 16px;
            color: #666;
            line-height: 1.5;
            text-align: center;
        }
        
        /* About Us Page Button Style */
        .about-us-button {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 20px;
            background-color: #080808ff;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-family: 'Oswald', sans-serif;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: background-color 0.2s;
        }
        
        .about-us-button:hover {
            background-color: #070707ff;
            color: white;
        }
        
        /* Screen reader only class for SEO text */
        .sr-only {
            position: absolute;
            left: -9999px;
            top: auto;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }
        
        .headertwotwo {
            width: 60%;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
        }

        /* MAIN TITLE - Adjusted for longer text */
        .headertwotwoone {
            font-family: "Oswald";
            font-size: 3.8em;
            font-weight: 900;
            letter-spacing: -1.5px;
            line-height: 1.05;
            margin: 0;
        }

       
        /* ===== MOBILE FIX ===== */
        @media (max-width: 768px) {
            .headertwotwo {
                width: 100%;
                padding: 0 16px;
            }

            .headertwotwoone {
                font-size: 1.8em;
                letter-spacing: -0.5px;
                line-height: 1.1;
            }

            .headertwotwotwo {
                font-size: 10px;
                letter-spacing: 1.4px;
                margin-top: 4px;
            }
        }

        /* EXTRA SMALL PHONES */
        @media (max-width: 480px) {
            .headertwotwo {
                display: none;
            }
            
            .headertwotwotwo {
                font-size: 9px;
                letter-spacing: 1.2px;
            }
            
            /* ✅ 4. MOBILE PAINT OPTIMIZATION (safe) */
            img[fetchpriority="high"] {
                content-visibility: auto;
            }
        }
        
        /* CATEGORY LABEL (MARKET) */
        
        .dnoverone
       {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #000;
        }

        /* MAIN ARTICLE HEADLINE */
        h1,

        .dnovertwo {
            font-family: "Oswald", sans-serif;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.15;
            color: #000;
            margin: 12px 0 14px;
        }
                .bodytwo h2,{
                    font-size: 42px;
    line-height: 1.1;
    font-family: "Oswald", sans-serif;
                }
                h2 {
   font-size: 3.2em;
    line-height: 1.1;
    font-family: "Oswald", sans-serif;
        padding: 5px 0px 10px 0px;
}

        /* ARTICLE DESCRIPTION / SUBHEAD */
     
        .dthree {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.6;
            color: #111;
        }

        /* DATE */
       
        .dnoverone:last-of-type {
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.5px;
            color: #444;
            margin-top: 14px;
        }
        
        @media (max-width: 768px) {
            h1,
            .bodytwo h2,
            .dnovertwo {
                font-size: 28px;
                line-height: 1.2;
            }

            .bodytwotwo,
            .dthree {
                font-size: 16px;
            }
        }
        
        /* CENTER & STACK AUTHOR BIO */
        .aboutusfour .dclairee {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 12px 0;
        }

        /* AUTHOR IMAGE */
        .aboutusfour .dclaireeone img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 10px;
        }

        /* AUTHOR NAME */
        .aboutusfour .dclaireethree {
            font-size: 18px;
            font-weight: 900;
            margin: 0 0 6px;
            line-height: 1.2;
        }

        /* AUTHOR BIO TEXT */
        .aboutusfour .dclaireefour {
            font-size: 16px;
            line-height: 1.45;
            color: #444;
            margin: 0;
            max-width: 220px;
        }
        
        /* ===== MOBILE AUTHOR FIX ===== */
        @media (max-width: 768px) {
            /* Hide tag clutter above author on mobile */
            .aboutusthree,
            .auth,
            .authonee,
            .iauth {
                display: none !important;
            }

            /* Center the author card */
            .aboutusfour {
                margin-top: 20px;
                padding-top: 20px;
                border-top: 1px solid #ddd;
            }

            .aboutusfour .dclairee {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            /* Author image */
            .aboutusfour .dclaireeone img {
                width: 70px;
                height: 70px;
                margin-bottom: 10px;
            }

            /* Author name */
            .aboutusfour .dclaireethree {
                font-size: 15px;
                font-weight: 700;
                margin-bottom: 6px;
            }

            /* Bio text */
            .aboutusfour .dclaireefour {
                font-size: 12.5px;
                line-height: 1.45;
                max-width: 260px;
                color: #444;
            }
        }
        
        /* INDIAN EXPRESS STYLE POPUP STYLES */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            z-index: 9999;
            animation: fadeIn 0.3s ease;
        }

        .popup-box {
            background: white;
            padding: 0;
            border-radius: 8px;
            width: 90%;
            max-width: 700px;
            position: relative;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            animation: slideUp 0.4s ease;
            max-height: 90vh;
            overflow-y: auto;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideUp {
            from { 
                opacity: 0;
                transform: translateY(30px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }

        .popup-close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 32px;
            cursor: pointer;
            color: #666;
            transition: color 0.3s;
            z-index: 10;
            background: white;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
        }

        .popup-close:hover {
            color: #333;
            background: #f5f5f5;
        }

        .popup-content {
            padding: 40px;
        }

        /* Header like Indian Express */
        .express-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 2px solid #e0e0e0;
        }

        .express-title {
            font-family: 'Merriweather', serif;
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .express-subtitle {
            font-size: 16px;
            color: #666;
            line-height: 1.5;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Email Section */
        .email-section {
            display: flex;
            gap: 10px;
            margin-bottom: 30px;
            align-items: center;
        }

        .express-input {
            flex: 1;
            padding: 14px 16px;
            border: 2px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s;
        }

        .express-input:focus {
            border-color: #000307ff;
        }

        .express-submit-btn {
            background-color: #02070dff;
            color: white;
            border: none;
            padding: 14px 30px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            white-space: nowrap;
        }

        .express-submit-btn:hover {
            background-color: #080808ff;
        }

        /* Newsletter Options */
        .newsletter-options {
            margin-bottom: 25px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            padding: 20px;
        }

        .select-all {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

        .newsletter-option {
            padding: 12px 0;
            border-bottom: 1px solid #f5f5f5;
        }

        .newsletter-option:last-child {
            border-bottom: none;
        }

        /* Checkboxes */
        .express-checkbox {
            margin-right: 12px;
            transform: scale(1.2);
        }

        .express-checkbox-label {
            font-size: 15px;
            color: #333;
            cursor: pointer;
            line-height: 1.4;
        }

        .newsletter-desc {
            display: block;
            font-size: 13px;
            color: #666;
            margin-top: 4px;
            margin-left: 28px;
        }

        /* Consent Section */
        .consent-section {
            background: #f9f9f9;
            padding: 20px;
            border-radius: 6px;
            margin-bottom: 30px;
            border: 1px solid #e0e0e0;
        }

        .consent-section .express-checkbox-label {
            font-size: 14px;
            color: #555;
        }

        .consent-section a {
            color: #070707ff;
            text-decoration: none;
        }

        .consent-section a:hover {
            text-decoration: underline;
        }

        /* Newsletter Categories */
        .newsletter-categories {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px solid #e0e0e0;
        }

        .category {
            text-align: center;
            padding: 20px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .category:hover {
            border-color: #000408ff;
            box-shadow: 0 4px 12px rgba(1, 62, 132, 0.1);
        }

        .category-title {
            font-family: 'Merriweather', serif;
            font-size: 16px;
            font-weight: 700;
            color: #020202ff;
            margin-bottom: 8px;
        }

        .category-desc {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
        }

        /* Trigger button styling */
        .trigger-btn {
            cursor: pointer;
            color: #000408ff;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .trigger-btn:hover {
            color: #ebedf0ff;
            text-decoration: underline;
        }

        /* Responsive Design for Popup */
        @media (max-width: 768px) {
            .popup-box {
                width: 95%;
                max-height: 85vh;
            }
            
            .popup-content {
                padding: 25px 20px;
            }
            
            .express-title {
                font-size: 22px;
            }
            
            .email-section {
                flex-direction: column;
                gap: 15px;
            }
            
            .express-input, .express-submit-btn {
                width: 100%;
            }
            
            .newsletter-categories {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .newsletter-options {
                padding: 15px;
            }
            
            .category {
                padding: 15px;
            }
        }
        
        /* FOOTER CONTAINER - matches .headertwotwo exactly */
        .footer {
           
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            padding: 50px 0;
        }

                /* MAIN TITLE - matches .headertwotwoone exactly */
        .footerone {
             font-family: "Oswald";
            font-size: 3.8em;
            font-weight: 900;
            letter-spacing: -1.5px;
            line-height: 1.05;
            margin: 0;
        }

        /* ===== MOBILE FIX ===== */
        @media (max-width: 768px) {
      

             .footerone {
                  font-size: 1.8em;
                letter-spacing: -0.5px;
                line-height: 1.1;
            }

            .footertwo {
                font-size: 10px;
                letter-spacing: 1.4px;
                margin-top: 4px;
            }
        }

  
        
        /* ========== SEARCH FUNCTIONALITY STYLES ========== */
        .searchBox {
            display: none;
        }

        .searchBox.active {
            display: flex;
        }

        .searchToggle {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .searchIcon {
            pointer-events: none; /* click goes to button */
        }

        .hamburger {
            cursor: pointer;
        }
        
        .iconWrapper {
            position: relative;
            z-index: 20;
        }

        .searchToggle {
            position: relative;
            z-index: 21;
        }
        
        .headertwotwo {
            pointer-events: none;
        }

        .headertwotwo a {
            pointer-events: auto; /* keep title link clickable */
        }

        /* Sidemenu styles */
        .sidemenu {
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

        .sidemenu.open {
            transform: translateX(0);
        }

        .sidemenuOverlay {
            display: none;
        }

        .sidemenuOverlay.show {
            display: block;
        }
