.navbar {
  width: 95%;
  margin: 1.5rem auto 0 auto; /* centers it & pushes it down */
  background-color: #ddcba7a8 !important; /* latte brown */
  border: 4px solid #000; /* comic-style thick border */
  border-radius: 50px; /* circular pill shape */
  padding: 0.6rem 1.5rem;
  box-shadow: 5px 5px 0 #000;
  position: relative;
  z-index: 10;
  margin-top: 10px !important;
}


.nav-link {
  color: white;
  font-weight: 200 !important;

}


li {
  list-style: none;
}

/* .ls1 {
  list-style: circle;
} */

.nav-link1:hover {
  color: #dedc88 !important;
  transform: scale(1.1);
}

.img-url {
  padding: 0px 0px 30px 0px;
  width: 100%;
  background-size: cover;
}

.bolderfonter {
  font-weight: 800;
}

.dottedimg {
  background-image: url(images/background-image.png);
  /* opacity: 0.9; */
  background-size: cover;
  /* padding: 5px 5px 40px 5px; */
  width: 100%;
}

.faqbutn {
  margin-bottom: 20px;
  background-color: #f6f5fe !important;
  font-weight: 700;
  font-size: 18px !important;
  border-radius: 50px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.presalecard {
  background-color: #77f969 !important;
  padding: 20px 150px !important;
  border-radius: 50px;
  color: #000 !important;
  border: 3px solid #000 !important;
  font-size: 34px !important;
}


@media (max-width: 767px) {
  .row.justify-content-center {
    padding-top: 0 !important;
  }

  .Card_change1 {
    margin-left: 0px;
    width: 100% !important;
    height: auto !important;
  }

  .asa {
    height: 300px !important;
    width: 300px !important;
  }

  .copytrx {
    width: 300px !important;
  }

  .copytrx1 {
    width: 300px !important;
  }

  .copytrx2 {
    width: 300px !important;
  }

}

.section45 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("./images/grassy.gif") !important;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.galleryimg {
  height: 50vh;
  width: 100%;
  /* object-fit: cover;  */
  border-radius: 10px;
  /* border: 3px solid #d4af37; */
}

/* #slider {
  width: 100%;
  margin: 0 auto;
  background-color: #00000000;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

.slide {
  width: 100%;
  height: 61vh;
  display: none;
  border-radius: 20px !important;
  animation-name: fade;
  animation-duration: 1s;
} */

.sec1cont {
  padding-top: 90px;
  padding-bottom: 30px;
 
}


.jindoBanner {
  border: 3px solid black !important;
}

@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  padding: 15px 10px;
  border-radius: 5px;
}

.controls:hover {
  background: rgb(59, 59, 59);
  transition: 0.3s;
}

.controls:active {
  color: grey;
}

#left-arrow {
  left: -90px;
}

#right-arrow {
  right: -90px;
}

#dots-con {
  text-align: center;
  margin-top: 100px;
}

.dot {
  display: inline-block;
  background: rgb(0, 0, 0);
  padding: 8px;
  border-radius: 50%;
  margin: 10px 5px;
}

/* Comic Style Button */
.shb {
  font-size: 18px !important;
	font-family: 'Fredoka One', sans-serif !important;
  width: 50%;
  height: 45px !important;
  
  text-align: center !important;

  /* Comic flat background */
  background: #826440 !important; /* greenish */
  color: #fff !important;

  /* Bold comic outline */
  border: 4px solid #000 !important;
  border-top: 6px solid #000;
  border-left: 6px solid #000;

  /* Shape */
  border-radius: 8px !important; /* less round = more comic */
  box-shadow: 6px 6px 0px #000;

  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* Hover effect */
.shb:hover {
  background: #88d16b !important; /* lighter comic green */
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 8px 8px 0px #000;
}

/* Active (click) effect */
.shb:active {
  transform: scale(0.95);
  box-shadow: 4px 4px 0px #000;
}


.shb22 {
  font-size: 20px !important;
  font-weight: 100 !important;
  width: 100%;
  align-items: center;
  border: 2px solid #f4f3b300 !important;
  height: 50px !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  text-align: center !important;
 background-color: #02532f !important;
  /* display: flex; */
  /* justify-content: center ; */
}

.cce {
  width: 50%;
  height: 53px;
}

.up1 {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.up1:hover {
  transform: translateY(-7px);
}


.active {
  background: #d6b360;
}

.image-container1 {
  display: flex;
  /* Use flexbox for layout */
  justify-content: center;
  /* Center align flex items horizontally */
  align-items: center;
  /* Center align flex items vertically */
  padding-bottom: 50px;
}

.image-container1 img {
  width: 66px;
  height: 66px;
  margin: 0 10px;
  /* Optional margin between images */
}

.imgt {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}

.social {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.social:hover {
  transform: translateY(-10px);
}

/* Default to showing the web banner */
.banner-web1 {
  width: 800px;
  height: 95px;
  display: flex;
  justify-content: center;
}

.banner-web2 {
  width: 800px;
  height: 245px;
  display: flex;
  justify-content: center;
}

.banner-mobile1 img {
  display: none;
  /* Hide mobile banner by default */
}

.partnersGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.partner {
  width: 200px;
  height: auto;
  background-color: #5abf02;
  padding: 10px;
  border: 2px solid black;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.partner:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {

  /* Adjust the max-width to target specific mobile sizes */
  .banner-web1 img {
    display: none;
    /* Hide web banner on mobile */
  }

  .cce {
    width: 32% !important
  }

  .sec1cont {
    padding-top: 30px !important;
  }

  .o1 {
    order: 2 !important;
  }

  .o2 {
    order: 1 !important;
  }

  .banner-mobile1 img {
    display: flex;
    /* Hide mobile banner by default */
  }

  .partner {
    width: 150px;
    padding: 7px;
  }

  .banner-mobile1 {
    display: flex !important;
    /* Show mobile banner */
    width: 100%;
    /* Make the div take full width on mobile */
    height: auto !important;
    /* Adjust height automatically based on content */
    justify-content: center !important;
  }

  .banner-mobile1 img {
    width: 100% !important;
    /* Make the image take full width on mobile */
    height: 200px !important;
    /* Maintain aspect ratio */
  }

  .banner-web1 {
    width: 0px;
    height: 0px;
  }

  .shb {
    font-size: 16px !important;
    width: 80% !important;
    margin-bottom: 15px !important;

    height: auto !important;
    align-items: center !important;
  }

  .shb22 {
    font-size: 10px !important;

  }
}

.overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.overlay2-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.popup-image {
  width: 100% !important;
  height: auto !important;
}

.close-btn {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.close-btn2 {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.close-btn3 {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.close-btn5 {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.close-btn4 {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.overlay2-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.overlay3-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay5 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.overlay4 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.overlay4-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.popup-image {
  display: none;
}

.web-image {
  width: 1500px;
  height: 660px;
}

.mobile-image {
  width: 100%;
  height: auto;
}

.close-btn {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.close-btn5 {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.responsivevideo {
  width: 560px;
  height: 315px;
}

.arrowcolor {
  color: rgb(0, 0, 0);
}

@media (min-width: 768px) {
  .web-image {
    display: block;
  }
}

@media (max-width: 576px) {
  .galleryimg {
    height: 45vh !important;
    width: 100%;
    /* object-fit: cover;  */
    border-radius: 10px;
    /* border: 3px solid #d4af37; */
  }

  .clg1 {

    top: 78% !important;
    right: -138% !important;

  }

  .coolBeans {
    padding: 1.3rem 1.5rem !important;
  }

  .fepa11 {
    top: 4% !important;
  }

  /* .aboutbg {
    background-image: url('./images/aboutmbl.png') !important;
  } */

  .fepa12 {
    top: 50% !important;
    right: -50% !important;
  }

  /* .section11 {
    background-image: url('./images/htbmb.png') !important;
  } */

  /* .rdbg {
    background-image: url('./images/rdmbl.png') !important;
  } */

  .nw1 {
    width: 100% !important;
  }


  .frp1 {
    font-size: 13px !important;
  }


  .partner {
    width: 100px;
    padding: 5px;
  }

  #dots-con {
    margin-top: 20px;
  }

  #left-arrow {
    left: 3px;
  }

  #right-arrow {
    right: 3px;
  }

  .arrowcolor {
    color: black;
  }

  /* .slide {
    width: 100%;
    height: 45vh;
    display: none;
  } */
}

@media (max-width: 767px) {
  .mobile-image {
    display: block;
  }

  .dropdown:hover .dropdown-menu {
  width: 74% !important;
  left: 10% !important;
  transition: opacity 0.3s ease-in-out !important;
   }


   .dropdown-menu {
    left: 14%;
  }
  

  .overlay-content {
    width: 368px;
  }

  .overlay2-content {
    width: 368px;
  }

  .overlay3-content {
    width: 368px;
  }

  .overlay4-content {
    width: 368px;
  }

  .responsivevideo {
    width: 360px;
    height: 215px;
  }

  .close-btn {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
  }

  .changefontsize {
    font-size: 19px !important;
  }

  .changefontsizeaudit {
    font-size: 13px !important;
  }

  .close-btn2 {
    top: -9px;
    right: 10px;
  }

  .close-btn3 {
    top: -9px;
    right: 10px;
  }

  .close-btn4 {
    top: -9px;
    right: 10px;
  }

  .close-btn5 {
    top: -5px;
    right: 5px;
  }

  .banner-web2 {
    width: 800px;
    height: 125px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    /* border: 2px solid black !; */
  }

  .presalecard {
    background-color: #77f969 !important;
    padding: 20px 50px !important;
    border-radius: 50px;
    color: #000 !important;
    border: 3px solid #000 !important;
    font-size: 34px !important;
  }

  .btn22 {
    width: 50% !important;
  }
}


.btn11 {
  /* background-image: linear-gradient(180deg, #E7E497 0%, #5E3A1B 100%); */
  /* border: 2px solid white; */
  border-radius: 7px;
  background-color: #00552e;
  border: 2px solid white !important;
  padding: 7px 10px;
  color: #ffffff !important;
  
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  /* width: 35%; */
}

.btn11:hover {
  background-color: #097903;
  color: #000000;
  transform: scale(1.05);
}

.btnaudit {
  /* background-image: linear-gradient(180deg, #E7E497 0%, #5E3A1B 100%); */
  /* border: 2px solid white; */
  border-radius: 15px;
  border-bottom: 5px solid #5990C8;
  background-image: linear-gradient(180deg, #2f6aa0 0%, #6490c2 50%, #51A9FD 100%);
  padding: 7px 10px;
  color: #ffffff;
  height: 50%;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  /* width: 35%; */
}

.btnaudit:hover {
  background-color: #fff;
  color: #000000;
  transform: scale(1.05);
}

.changefontsize {
  font-size: 19px;
  font-weight: 600;
}

.changefontsizeaudit {
  font-size: 19px;
  font-weight: 600;
}

.btn22 {
  background-image: linear-gradient(180deg, #E7E497 0%, #5E3A1B 100%);
  padding: 15px 30px;
  border-radius: 15px;
  border: none;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
  width: 35%;
}

.btn22:hover {
  transform: scale(1.1);
}

.aboutbg {
  background-image: url('./images/bg02.png') !important;
  background: #d7cba7;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}

.card111 {
  background-color: #00000000 !important;
  /* backdrop-filter: blur(20px); */
  border-radius: 15px !important;
  border: 1px solid #0051ff7c !important;
}


.card122 {
  border-radius: 15px !important;
  border: 1px solid rgb(130, 130, 130) !important;
  background: linear-gradient(180deg, #74747482, #07070789) !important;
  z-index: 100 !important;
}




.badge1 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #002c85;
  border-radius: 45px;
  position: relative;
}


.animated-shadow {
  animation: shadow-animation 1s infinite alternate;
}

@keyframes shadow-animation {
  0% {
    box-shadow: 0 0 5px #2a4663;
  }

  100% {
    box-shadow: 0 0 10px #2a4764;
  }
}



.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.comic-button-row {
  display: flex;
  justify-content: flex-end; /* pushes them to the right */
  gap: 1rem;
  flex-wrap: wrap;
}

.comic-btn {
  margin-top: 20px !important;
  	font-family: 'Fredoka One', sans-serif !important;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #4b9874;
  color: #ffffff;
  border: 3px solid #000;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 3px 3px 0 #000;
  transition: all 0.15s ease-in-out;
  font-weight: 10  !important;
  
  
}

.comic-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #000;
  text-decoration: none !important;
}

.comic-btn3 {
  margin-top: 20px !important;
  	font-family: 'Fredoka One', sans-serif !important;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #4b9874;
  color: #ffffff;
  border: 3px solid #000;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 3px 3px 0 #000;
  transition: all 0.15s ease-in-out;
  font-weight: 10  !important;
  
  
}

.comic-btn3:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #000;
  text-decoration: none !important;
  color: white !important;
}


.comic-section {
  position: relative;
  }

  .coffee-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 120px;   /* adjust as needed */
  right: -80px;  /* adjust as needed */
  opacity: 0.9;
  z-index: 0;   /* stays behind the buttons */
  pointer-events: none; /* lets clicks pass through */
  }

  .fomo-note {
background-color: #ffe8b0; /* coffee cream vibe */
border: 5px solid #000;
border-radius: 16px;
box-shadow: 5px 5px 0 #000;
padding: 1.5rem 2rem;
max-width: 600px;
position: relative;
text-align: center;
animation: fomoPulse 1.5s infinite alternate; /* Pulsing effect */
}

.fomo-note-text {
	font-family: 'Fredoka One', sans-serif !important;
color: #ffffff;
font-size: 1.3rem;
margin: 0;
line-height: 1.4;
font-weight:300
}

/* Adding the coffee stain border effect */
.fomo-note::before {
content: '';
position: absolute;
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
border: 5px solid transparent;
background-image: radial-gradient(circle, rgba(0, 0, 0, 0.1) 10%, transparent 10%);
background-position: center;
background-size: 12px 12px;
border-radius: 20px;
}

/* Pulsing animation */
@keyframes fomoPulse {
0% {
transform: scale(1);
box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}
100% {
transform: scale(1.05);
box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
}
}

.herocomicimg{
border-radius: 30%; 
margin-left: 150px;
}

@media (max-width:768px){
  .herocomicimg{
    border-radius: 30%; 
    margin-left: 40px;
    }
  
}

.how-to-buy-section {
  background-color: #fdf8ec;
  background-image: url('./images/c0d3bfb4-aa82-4441-9dc0-ac0bd6962a76.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  font-family: 'Fredoka One', sans-serif !important;
  overflow: hidden;
  background-attachment: fixed;
}

.how-to-buy-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.how-to-buy-section .container {
  position: relative;
  z-index: 1;
}

.how-heading {
  	font-family: 'Fredoka One', sans-serif !important;
  font-size: 3rem;
  color: #fff;
  text-shadow: 3px 3px 0 #000;
}

.how-subheading {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 2rem;
}

.how-card-single {
  background-color: #fff;
  border: 4px solid #00552e;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #2d2d2d;
}

.step-list {
  padding-left: 1rem;
  font-size: 1.05rem;
  color: #333;
}

.step-list li {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.step-list a {
  color: #00552e;
  font-weight: bold;
  text-decoration: underline;
}

.how-graphic-img1 {
  position: absolute;
  bottom: 0%;
  left: 8%;
  max-width: 200px;
  z-index: 5;
  opacity: 1;
  pointer-events: none;
}

.how-graphic-img2 {
  position: absolute;
  top: 10%;
  right: 10%;
  max-width: 220px;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .how-graphic-img1 {
    max-width: 160px;
    left: 10px;
    bottom: 10px;
    opacity: 0.7;
    display: none;
  }

  .how-graphic-img2 {
    max-width: 100px !important;
    right: -1% !important;
    top: 15% !important;
    opacity: 1 !important;
    z-index: 10 !important;
  }
}

.comic-slide {
  padding: 10px;
  border: 4px solid #000;
  background-color: #fff8dc;
  box-shadow: 4px 4px 0 #000;
  border-radius: 10px;
}

.comic-slide img {
  width: 100%; /* Ensure the images cover the entire slide width */
  height: 200px; /* Set a fixed height for all images */
  object-fit: contain; /* Make sure images cover the space */
  display: block;
  border-radius: 8px;
}

/* Make the carousel responsive */
@media (max-width: 1200px) {
  .swiper-container {
    width: 100%;
  }

  .comic-slide img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }

  .comic-slide img {
    width: 500px; /* Increase the height slightly on tablets */
  }
  .swiper-slide {
    width: 351px !important;
  }
}



  /* Adjust buttons and spacing on mobile */
  .swiper-button-prev,
  .swiper-button-next {
    font-size: 14px;
  }

  .swiper-slide {
    padding: 5px;
  }


.comic-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.comic-btn1 {
  background-color: #fff86b;
  border: 3px solid #000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  box-shadow: 2px 2px 0 #000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}


@media (min-width: 768px) and (max-width: 1366px) {
  .sec1hd {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    flex-direction: column !important;
  }

  .sec1hd p,
  .sec1hd .btn-light,
  .sec1hd img {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .frepe-section .row {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .frepe-section .col-md-4,
  .frepe-section .col-md-5 {
    width: 100% !important;
    max-width: 700px;
    margin-bottom: 2rem;
  }

  .frepe-section .comic-subtext,
  .frepe-section .why-wrapper,
  .frepe-section .why-title-box,
  .frepe-section .why-box,
  .frepe-section .comic-list,
  .frepe-section .image-container {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .frepe-section .comic-list {
    display: inline-block; /* Keeps bullets aligned nicely */
    text-align: left !important; /* Still left-aligns inside the centered box */
  }
}

/* Tablet layout fix: center & reduce spacing */
@media (min-width: 768px) and (max-width: 1366px) {
  .presale-section {
    padding: 2rem 1rem;
  }

  .presale-section h2.presale-heading {
    margin-top: 2rem !important;
    font-size: 2rem;
  }

  .presale-subtext {
    margin-top: 1rem !important;
    font-size: 1.4rem;
    line-height: 1.6;
  }

   .presale-subtext {
    margin-top: 1rem !important;
    font-size: 1.4rem;
    line-height: 1.6;
  }


  .presale-feature-box {
    margin: 1rem auto !important;
    padding: 1rem 1.5rem;
    text-align: center;
    max-width: 400px;
  }

  .presale-feature-text {
    font-size: 1rem;
  }

  .presale-cta-btn {
    margin-top: 2rem !important;
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }

  .row.gx-3.gy-3 {
    gap: 1.5rem 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .frepe-utility-section {
    text-align: center;
  }

  .custom-banner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    max-width: 100%;
    height: auto;
  }

  .utility-heading,
  .utility-subtext {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 90%;
  }

  .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .utility-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    height: 100%;
  }

  .utility-box {
    max-width: 300px;
  }

  .utility-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .utility-cta-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    

  }

   .utility-cta-img1 {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    

  }

  .utility-cta-img2 {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    

  }

  .utility-cta-btn {
    padding: 12px 24px;
    font-size: 1rem;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .community-section {
    padding: 3rem 1rem;
    text-align: center;
  }

  .community-section .section-title,
  .community-section .section-subtitle {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .community-highlights {
    text-align: left;
    display: inline-block;
    margin: 2rem auto;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 12px;
    max-width: 400px;
  }


  .community-section .btn {
    font-size: 1rem;
    padding: 10px 24px;
    margin: 0 10px 10px;
    min-width: 140px;
    border-radius: 8px;
  }

 

  /* Make floating images smaller and non-intrusive */
  .communityfloatimg1,
  .communityfloatimg2,
  .communityfloatimg3,
  .communityfloatimg4 {
    max-width: 80px;
    opacity: 2;
    z-index: 1;
  }

  .communityfloatimg1 { top: 20px; left: 5%; }
  .communityfloatimg2 { top: 100px; right: 5%; }
  .communityfloatimg3 { bottom: 80px; left: 10%; }
  .communityfloatimg4 { bottom: 20px; right: 10%; }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .how-to-buy-section {
    padding: 3rem 1.5rem;
    text-align: center;
    overflow: hidden;
    position: relative;
  }

  .how-heading {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .how-subheading {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 1.5rem;
  }

  .how-card-single {
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    padding: 2rem;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
  }

  .step-list {
    padding-left: 1.2rem;
  }

  .step-list li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }

  .how-card-single h6 {
    font-size: 1rem;
    margin-top: 2rem;
  }

  /* Adjust floating images */
  .how-graphic-img1,
  .how-graphic-img2 {
    position: absolute;
    max-width: 120px;
    z-index: 0;
    opacity: 0.8;
  }

  .how-graphic-img1 {
    bottom: 0;
    left: 5%;
  }

  .how-graphic-img2 {
    top: 20px;
    right: 5%;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {

  /* Section Padding & Structure */
  .claimsection {
    padding: 3rem 1.5rem;
    text-align: center;
  }

  .claimsection h1,
  .claimsection h2 {
    font-size: 2rem;
  }

  /* Button Group */
  .claimsection .claimbtn,
  .claimsection .claimbtnswitch {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    min-width: 220px;
  }

  .claimsection .claimbtn h6,
  .claimsection .claimbtnswitch h5 {
    font-size: 1rem;
  }

  /* Floating Images */
  .claimflotimg1,
  .claimflotimg2 {
    position: absolute;
    max-width: 100px;
    opacity: 0.8;
    z-index: 0;
  }

  .claimflotimg1 {
    top: 10%;
    left: 5%;
  }

  .claimflotimg2 {
    top: 15%;
    right: 5%;
  }

  /* Background Graphic Image */
  .bgf1 {
    max-width: 80%;
    margin: 2rem auto;
    display: block;
  }

  .coolBeans, .coolBeans1 {
  width: 100%;
  max-width: 240px;
  text-align: center;
  border-radius: 50px;
  padding: 1.25rem;
  font-size: 1.8rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coolBeans1 {
  flex-direction: column;
}

.coolBeans1 span {
  font-size: 1.8rem;
  color: #00C26F;
  margin-top: 0.25rem;
}

  /* FAQ Section */
  .faqsbg {
    padding: 3rem 1.5rem;
  }

  .accordion__item {
    margin-bottom: 1.2rem;
  }

  .accordion__header {
    font-size: 1.1rem;
    padding: 1rem;
  }

  .accordion__content {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
  }

  /* Responsive Fixes */
  .row.justify-content-center.mt-5 {
    row-gap: 1.5rem;
  }

  .clg1 {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }

  #tokens-claim {
    display: inline-block;
    margin-left: 0.5rem;
    color: #fff;
  }
}




@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .frepe-section .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Specifically for tablets in landscape */
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .coffee-comic-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 18% !important;
  }

  .coffee-comic-box ul {
    text-align: center;
  }
}

