body {
  font-family: "Work Sans";
}
/* .w-full h1 {
  font-family: "Baloo";
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 12px;
  margin-top: 0px;
} */
.w-full h3:not(.safari-subheading) {
  margin-top: 30px !important;
}
.w-full .subheading-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.w-full .subheading1 {
  font-family: "Work Sans";
  font-weight: 400;
  letter-spacing: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: nowrap; /* keeps diamonds on the same line */
  text-align: center;
  color: #b8860b;
}
.subheading1 .diamond {
  flex: 0 0 auto;
  line-height: 1;
}

.subheading1 .heading-text {
  flex: 1 1 0;
  min-width: 0; /* allows the text to shrink/wrap inside flex */
  color: #4a5568;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: center;
}
.offertitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  background: linear-gradient(90deg, #ffd700, #fff8dc, #ffd700);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientFlow 3.5s linear infinite;
  -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.5));
}
.offertitle-container {
  margin-top: 10px;
  -webkit-filter: drop-shadow(0px 0px 22px rgba(0, 0, 0, 1));
}
.siteslogo img {
  -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.5));
}
/* Main container with a background */
.safari-header {
  position: relative; /* Needed for absolute positioning of children */
  background-color: #556b2f; /* Dark Olive Green */
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  color: #fff8dc; /* Cornsilk - a nice off-white */
}

/* The icon is centered at the top */
.safari-icon {
  border-radius: 8px;
  border: 4px solid #8b4513; /* SaddleBrown - like a leather patch */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds depth */
  background-color: #fff8dc;
  margin: 0 auto;
}

.safari-main-heading {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.safari-subheading {
  font-family: "Caveat", cursive;
  font-size: 40px;
  font-weight: 100;
  margin-top: 5px;
  margin-bottom: 0px;
  opacity: 0.9;
  color: #fff;
}
.scroll-link,
.play-link {
  text-decoration: none !important;
  color: #d1d5dc;
}
.scroll-link.active {
  color: #fff !important;
  background: #57471c !important;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* @media (max-width: 1199px) {
  .w-full {
    padding: 0px 10px;
  }
} */
.review-top-flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .w-full h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .sectionheading {
    font-size: 25px;
    line-height: 30px;
    margin: 10px 0px 15px 0px;
    font-family: "Baloo 2";
  }
  #reviewsec,
  #infosec,
  #bonussec {
    scroll-margin-top: 80px;
  }
  .w-full .subheading1 {
    font-size: 22px;
    line-height: 27px;
  }
  .safari-header {
    padding: 10px;
    display: flex;
  }
  .safari-header p {
    margin-bottom: 0px;
  }
  .safari-headings {
    align-self: center;
    margin-left: 15px;
  }
  .safari-icon {
    width: 100px;
    height: auto;
    padding: 2px;
  }
  .safari-main-heading {
    font-size: 23px;
    line-height: 26px;
    text-align: left;
  }
  .safari-subheading {
    font-size: 28px;
    line-height: 31px;
    margin-top: 0px !important;
    text-align: left;
  }
  .offertitle-container {
    max-width: 335px;
    margin: 10px auto;
  }
  .offertitle {
    font-size: 32px;
    line-height: 32px;
  }
  .logocontainer {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .sites-hero-container > div {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .sites-hero-container > div > div {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .herotop {
    font-size: 12px;
  }
  .sites-hero-container .icons {
    position: absolute;
    top: 100px !important;
    gap: 15px !important;
  }
  .icons.herotop a .socialw {
    display: none;
  }
  .icons.herotop {
    font-size: 18px;
  }
  .icons.herotop a {
    margin-right: 10px !important;
  }
  .sites-hero-container .offer-code,
  .sites-hero-container .play-now {
    justify-content: center;
    width: 100%;
    min-width: 0;
  }
  .review-top-flex {
    flex-direction: column;
  }
  .review-top-flex > div {
    width: 100%;
  }
  /* .siteslogo { width:100px !important; height:60px !important; } */
  .rank-math-breadcrumb p {
    margin: 0px !important;
  }
  .sites-hero-container {
    height: 425px !important;
    background-position: 54% 75% !important;
  }
  .maincta {
    justify-content: center !important;
  }
  .herotop a {
    flex-direction: column !important;
  }
  .breadcrumb.herotop {
    position: relative;
    top: -20px;
  }
}
.geoaccept {
  color: #5ec203;
}
.geo {
  background: color-mix(in oklab, #318701 50%, transparent);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-family: "Work Sans";
}
@media (min-width: 769px) {
  .w-full h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .sectionheading {
    font-size: 35px;
    line-height: 40px;
    margin: 10px 0px 15px 0px;
    font-family: "Baloo 2";
  }
  #reviewsec,
  #infosec,
  #bonussec {
    scroll-margin-top: 90px;
  }
  .scroll-link:hover {
    color: #fff !important;
    background: #57471c !important;
  }
  .w-full .subheading1 {
    font-size: 37px;
    line-height: 42px;
  }
  .safari-header {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  .safari-header p {
    margin-bottom: 0px;
  }
  .safari-icon {
    width: 100px;
    height: 100px;
    padding: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .safari-headings {
    align-content: center;
    margin: 5px 0px;
  }
  .safari-main-heading {
    font-size: 30px;
    line-height: 30px;
  }
  .safari-subheading {
    font-size: 33px;
    line-height: 33px;
  }
  .offertitle-container {
    max-width: 350px;
    margin: 10px auto;
  }
  .herotop {
    position: absolute;
    top: 120px;
    font-size: 14px;
  }
  body.admin-bar .herotop {
    top: calc(120px + 32px) !important;
  }
  .offertitle {
    font-size: 36px;
    line-height: 36px;
  }
  .logocontainer {
    flex-direction: column;
  }
  /* Decorative lines around the main heading */
  .safari-main-heading::before,
  .safari-main-heading::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #d2b48c; /* Tan/Khaki */
    vertical-align: middle;
    margin: 0 15px;
  }
}
.bgsnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.admin-bar .bgsnav {
  top: 32px;
}
/* FAQ Accordion Styles: White boxes with icons */
details {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
details:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 0;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "▼";
  font-size: 1rem;
  color: #6b7280;
  transition: transform 0.3s ease;
  margin-left: auto;
}
details[open] summary::after {
  transform: rotate(180deg);
}
summary::before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #366321;
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}
details p {
  margin-top: 1rem;
  padding-left: 2.5rem;
  color: #4b5563;
}
.reviewctmain {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.reviewctmain + .reviewctmain {
  margin-top: 25px;
}
.reviewct {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  color: color-mix(in oklab, #000000 60%, transparent) !important;
}
.reviewicons {
  height: 100px;
  width: auto;
  margin-right: 10px;
}
.ttuc {
  text-transform: uppercase;
}
