* {
  margin: 0;
  padding: 0;
}


body {
  background-color: #fdf0d5;
}

html {
  scroll-behavior: smooth;
}

/* Circle styles */
.circle {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999;
  transition: transform 0.1s ease-out;
}

.progress-container {
  width: 100%;
  height: 4px;
  background: #eae0d5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #8b0000;
}
.header {
  min-height: 0vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 20px;
}

  html {
    scroll-behavior: smooth;
  }
     
    /* Circle styles */
    .circle {
      height: 24px;
      width: 24px;
      border-radius: 50%;
      background-color: black;
      position: fixed;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 99999999;
      transition: transform 0.1s ease-out;
    }

    
    
    .progress-container {
        width: 100%;
        height: 4px; 
        background: #EAE0D5; 
        position: fixed; 
        top: 0;
        left: 0;
        z-index: 1000; 
        }

    .progress-bar {
        height: 100%;
        width: 0%; 
        background: #8B0000; 
        }
    .header {
        min-height: 0vh;
        width: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        padding-top: 20px;
    }


/* Navbar Styles */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 5%;
    margin-right: 6px;
    background: linear-gradient(135deg,
        rgb(99, 0, 0),
        rgba(218, 67, 67, 0.665),
        rgb(71, 22, 22),
        rgba(17, 16, 16, 0.3)

    );
    background-size: 400% 400%; /* make the gradient larger to animate */
    animation: gradientMove 5s linear infinite;

    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(179, 177, 177, 0.2);
    position: fixed;
    top: 0;
    height: 10vh;
    width: 100%;
    z-index: 999;
}

/* Animation Keyframes */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.header1 {
  background-color: #780000;
  min-height: 37vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  background-size: 300% 300%;
  animation: color 12s ease-in-out infinite;
}

.text-box1 {
  color: #fdf0d5;
  font-family: "Crimson Text", serif;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box1 h1 {
  margin-top: 15px;
  font-weight: 700;
  font-style: italic;
  font-size: 62px;
}
.text-box1 p {
  margin: 10px 0 40px;
  font-size: 20px;
}

.-links {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 10;
  align-items: center;
}



.btn{
  background-color: #9e7916;
}
.btn{
  background: linear-gradient(90deg, #f3b200, #dcceaea1);
  font-weight: 600;
  transition:  transform 0.2s ease, box-shadow 0.3s ease ;

  }
  .btn:hover{
    transform: scale(1.05);
  box-shadow: 0 0 15px rgba(216, 165, 46, 0.922);
  }

@media (max-width: 700px) {
  .text-box h1 {
    margin-top: 15px;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
  }

  
   .btn{
  background: linear-gradient(90deg, #f3b200, #dcceaea1);
  font-weight: 600;
  transition:  transform 0.2s ease, box-shadow 0.3s ease ;

  }
  .btn:hover{
    transform: scale(1.05);
  box-shadow: 0 0 15px rgba(216, 165, 46, 0.922);
  }
}

.footer {
  background-color: #780000;
  color: #fdf0d5;
  margin-top: 55vh;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.footer h4 {
  color: #fdf0d5;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}
.footer p {
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-size: 15px;
}
.icons {
  color: #fdf0d5;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}

.fa-heart {
  color: #fdf0d5;
  font-size: 15px;
}

/*        .issue01 {

            width: 80%;
            margin: auto;
            text-align: center;
            padding-top: 20px;
            
       } */

.issues {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  /* border-bottom: 4px solid #060000; */
  padding-bottom: 100px;
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  margin-top: 40px;
}

.issue-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.issuecover {
  background: linear-gradient(135deg, #fce8e4, #ffe9d1, #e1f2ec, #e3d6f7);
  border-radius: 20px;
  animation: shrinkPulse 4s ease-in-out infinite alternate,
    color 5s ease-in-out infinite;
  background-size: 400% 400%;
  width: 65%; /* Shrink the cover width */
  margin: 0 auto 30px auto; /* Center and add bottom margin */
  position: relative;
  overflow: hidden;
  padding: 20px 0 40px 0; /* Top and bottom padding for spacing */
  box-shadow: 0 0 20px #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes color {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes shrinkPulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.issuecover img {
  width: 85%;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.layer {
  background: transparent;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  transition: 0.5s;
  padding-top: 20px;
}

.issuecover h3 {
  text-align: center;
  color: #6b4b3e;
  font-weight: 700;
  font-style: italic;
  font-size: 35px;
  padding-top: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#pdf {
  display: inline-block;
  text-decoration: none;
  color: #365144;
  border-radius: 20px;
  padding: 12px 34px;
  font-size: 13px;
  background: #d5f5e3;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 10px #00ffff44;
}

#pdf:hover {
  box-shadow: 0 0 20px #00ffffaa, 0 0 40px #00ffffaa;
  box-shadow: 0 0 20px #f69cc4aa, 0 0 40px #f69cc4aa;
  background: transparent;
  transform: scale(1.05);
  outline: none;
}

#flipbook {
  display: inline-block;
  text-decoration: none;
  color: #365144;
  border-radius: 20px;
  padding: 12px 34px;
  font-size: 13px;
  margin-left: 10px;
  background: #7ccc9b;
  background: #d5f5e3;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 10px #00ffff44;
}

#flipbook:hover {
  box-shadow: 0 0 20px #f69cc4aa, 0 0 40px #f69cc4aa;
  background: transparent;
  transform: scale(1.05);
  outline: none;
}

@media (max-width: 700px) {
  .issues {
    width: 100%;
  }
  .issuecover img {
    width: 90%;
  }
}

.h1k {
  text-align: center;
  padding-left: 40px;
  font-style: italic;
  color: #780000;
  font-size: 35px;
}

.h2k {
  margin-top: 30px;
  text-align: center;
  padding-left: 40px;
  font-style: italic;
  color: #780000;
  font-size: 20px;
}

.intro {
  color: #111717;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}

.social {
  color: #780000;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}

.icons {
  color: #fdf0d5;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}

.icons a {
  color: #fdf0d5;
  font-size: 25px;
}
.fa-heart {
  color: #fdf0d5;
  font-size: 15px;
}

/** FOOTER **/


.site-footer {
background: linear-gradient(135deg, #7a0000, #390303,#c12a2a);
  color: #f9f9e6;
  background-size: 600% 600%;  
  font-family: 'Georgia', serif;
  padding: 50px 20px 15px;
  background-size: 400% 400%;  /* Enables movement */
  animation: gradientShift 6s linear infinite;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Back-to-top button */
.back-to-top {
  position: fixed;
  height: 45px;
  width: 45px;
  bottom: 16px;
  right: 30px;
  font-size: 26px;
  background-color: #780000;
  color: #fdf0d5;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px #fdf0d5;
  transition: all 0.4s;
}

.back-to-top.active {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:focus {
  outline: none;
}

.back-to-top:hover {
  background-color: #fdf0d5;
  color: #780000;
  box-shadow: 0px 0px 10px #780000;
  font-size: 28px;
}

/* Top section */
.footer-top {
  display: grid;
  justify-content: center;
  grid-template-columns: 28% 10% 13% 30%;
  gap: 40px;
  margin-bottom: 100px;
}

.footer-top h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff8e7;
}

/* Links with underline grow */
.footer-top a {
  font-size: 14px;
  color: #f5f5dc;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-top a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #ec6f35;
  transition: width 0.3s ease;
}
.footer-top a:hover::after {
  width: 100%;
}
.footer-top a:hover {
  color: #ffd9b3;
}

.footer-links ul {
  font-size: 6px;
  padding: 0px 2px;
  list-style-type: none;
}


/* Social Icons with bounce */


.social-icons {
  margin-top: 10px;
}

.social-icons a {
  font-size: 18px;
  margin-right: 10px;
  color: #f5f5dc;
  display: inline-block;
  transition: transform 0.2s ease, color 0.3s ease;
}
.social-icons a:hover {
  color: #ec6f35;
  transform: translateY(-3px) scale(1.15);
}

/* Footer Newsletter Section */

.subscription-box-about h2 {
  font-size: 18px;
  color: #fff8e7;
  margin-bottom: 10px;
  font-family: 'Georgia', serif;
}


.subscription-box-about form {
  width: 100%;
  
}

.subscription-box-about input {
  
  padding: 15px;
  width: 60%;
  border: 2px solid orangered;
  border-radius: 50px;
  margin-bottom: 10px;
}
  
.subscription-box-about button {
  background: #ee834e;
  color: #7a0000;
  border: none;
  padding: 14px 10px;
  width: 100px;
  border-radius: 60px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* subtle default shadow */
}
.subscription-box-about button:hover {
  background: #da715ee1;
    box-shadow: 0 6px 18px rgba(218, 113, 94, 0.5); /* deeper colored glow on hover */

}
button:active {
  scale: 0.95;
}
/* Bottom bar */
.footer-bottom {
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(245, 245, 220, 0.3);
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .footer-newsletter form {
    flex-direction: column;
  }
  .ripple-btn {
    width: 100%;
  }
}
/* Container for the text and switch */
.toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  color: white;
}

/* The switch container */
.switch {
  position: relative;
  display: inline-block;
  width: 52px; /* Total width of the switch */
  height: 28px; /* Total height of the switch */
  margin-left: 10px;
}

/* Hide the default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider (the track) */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #757575; /* The grey color when OFF */
  border-radius: 28px; /* This makes it pill-shaped */
  transition: background-color 0.3s;
}

/* The handle (the circle) */
.slider:before {
  position: absolute;
  content: "";
  height: 22px; /* Diameter of the handle */
  width: 22px; /* Diameter of the handle */
  left: 3px; /* Position from the left */
  bottom: 3px; /* Position from the bottom */
  background-color: white;
  border-radius: 50%; /* This makes it a circle */
  transition: transform 0.3s;
}

/* --- The "ON" State --- */

/* Change background color of the track when checked */
input:checked + .slider {
  background-color: #ac265e; /* Your theme's accent color */
}

/* Move the handle to the right when checked */
input:checked + .slider:before {
  transform: translateX(24px);
}
