.hero{
    height: 60vh;
  }
  .mag-title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -96px;
  }
  .amazing-table-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* background-color: #f0f0f0; */
    /* padding: 20px; */
    /* border-radius: 10px; */
    gap: 20px;
    padding-left: 70px;
    position: relative;
    margin-top: 30px;
  }
  
  .amazing-table-contents .topic {
    background-color: #354e82;
    color: white;
    padding: 15px;
    margin: 4px;
    border-radius: 5px;
    text-align: center;
    width: 172px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  }
  
  @media screen and (max-width: 768px) {
    .amazing-table-contents .topic {
        width: 100%; /* Full width on smaller screens */
        height: auto; /* Let height adjust on smaller screens */
    }
  }
  
  .table-of-content-div{
    position: absolute;
    left: -52px;
    /* width: 100%; */
    text-align: center;
    /* border: 1px solid red; */
    top: 54px;
    transform: rotate(-90deg);
    padding: 21px;
    background: #000080;
    color: white;
  }
  .container.all-magzine-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 31px;
    border: 1px solid #d4d4d4;
    margin-bottom: 36px;
}

/* Magazine Card Styling */
.magzine-card {
    background: #ffffff;
    /* border-radius: 12px; */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 280px;
    border-top-left-radius: 12px;
}

.magzine-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.magzine-img img {
    width: 100%;
    /* height: 180px; */
    object-fit: cover;
    transition: transform 0.3s ease;
}

.magzine-card:hover .magzine-img img {
    transform: scale(1.1);
}

/* Download Button Styling */
.magzine-download-button {
    background-color: #000080;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
    /* border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; */
}

.magzine-download-button:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container.all-magzine-list {
        flex-direction: column;
        align-items: center;
    }

    .magzine-card {
        width: 100%;
    }
}
.heading-amaze{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3em;
}
.magzine-number{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #000080;
    color: white;
    padding: 7px;
}
.magzine-download-button a{
    color: #FFD700;
}

#otp-modal {
    display: none;
    width: 100%;
    height: 100%;
    /* display: flex; */
    position: fixed;
    flex-direction: column;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background: rgba(33, 37, 40, .95);
    inset: 0 !important;
}
#otp-modal-content {
    background-color: rgb(255, 238, 238);
    margin: 15% auto;
    padding: 87px;
    border: 1px solid #888;
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    position: relative;
    align-items: center;
    transition: all .5s ease;
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
}
#otp-modal-content h2{
    font-size: 20px;
}

#otp-modal-content button{
    background: #1157a6;
    color: #FFD700;
    padding: 5px;
    border: 1px solid;
    width: 100%;
    text-align: center;
    /* width: 49%; */
    margin-top: 12px;
    border-radius: 4px;
    font-weight: 500;
    color: white;
    

}
.close {
    color: #ff1d1d;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 23px;
    right: 37px;
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#otp-section {
    display: none;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    width: 100%;
}
#otp-section form{
    width: 100%;
}
@media screen and (max-width:850px) {
    #otp-modal-content {
        width: auto;
        height: 100%;
        justify-content: center;
        padding: 20px;
    }
}

.heading-phone-number-sent{
    font-size: 18px;
    color:  #3f4346;;
    font-weight: 400;
}
.phoneNumberDynamic{
    font-weight: 700;
    color: #525872;
}
#otp-modal h3,
#otp-modal h2
{
color: white;
}

.otp-error-message{
    color: red;
    font-weight: 700;
}
.Whatsapp-color{
    color: #1157a6;
    font-weight: 500;
}
.sent-otp-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
}
input{
    padding: 5px;
    /* background: #000080; */
    color: black;
    border: 2px solid #e4e4e4;
    border-radius: 3px;
    width: 100%;
}
.sent-otp-only-div{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
    align-items: center;
}
input::placeholder {
    color: #a3a3a3; /* Change this to your desired color */
    opacity: 1; /* Optional: Ensures the color appears fully */
}
.sent-otp-div div{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 21px;
    color: #3f4346;
}

#otp-form #otp{
    text-align: center;
}

.resend-via-sms,.resend-via-wp{
    cursor: pointer;
    color: #1157a6 !important;
    font-weight: 500;
    padding: 0 4px;
    font-size: 12px;
    text-decoration: underline;
}
.after-retry-clicked{
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    flex-direction: column;
    margin-top: 18px;
    margin-bottom: 8px;
}
.retry-sec{
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
   
}
.retry-seconds-val{
    font-weight: 500;
    color: #1157a6;
}