@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  col {
    width: 100%;
  }

  #radioimgs {
    width: 100%;
  }

  .cimg {
    width: 100%
  }

    .qrimg {
        max-width: 100%; /* Ensure it never exceeds screen width */
        width: auto; /* Allow natural scaling */
        height: auto;
    }

    .mob-pad{
        padding-top: 30px;
    }
  

}
/*mobile section end*/

.btn-warning {
    background-color: #ffc107;
    color: #212529;
}

    .btn-warning:hover {
        background-color: #e0a800;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

#radioimgs:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

ol.fontfam li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.bookimg {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

    .bookimg:hover {
        transform: scale(1.02);
    }

.btn-warning {
    background-color: #ffc107;
    color: #212529;
}

    .btn-warning:hover {
        background-color: #e0a800;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.hero-section {
    background-color: #fff3cd;
    padding: 80px 0;
    margin-bottom: 40px;
}

.quote {
    font-style: italic;
    font-size: 1.5rem;
    color: #495057;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #ffc107;
    color: #212529;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

    .cta-button:hover {
        background-color: #e0a800;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.section-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .section-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 3px;
        background-color: #ffc107;
    }

.benefit-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

    .benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.accordion-button:not(.collapsed) {
    background-color: #fff3cd;
    color: #856404;
}

.image-gallery img {
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

    .image-gallery img:hover {
        transform: scale(1.02);
    }

.qrimg {
    max-width: 350px; /* Changed from fixed width to max-width */
    height: auto; /* Allow height to scale proportionally */
    width: 100%; /* Make it responsive */
}

#imgnav {
  width: 160px;
  height: 50px;
}

.boldup {

}

.nav-link {
  font-size: 30px;

}

.navbar {
  min-height: 150px
}

.padup {
  padding-top: 60px;
}

.padleft {
  padding-left: 120px;
}

.paddown {
  padding-bottom: 60px;
}

.footer{
  background-color: #F8F9FA;
}

.fontfam {
  font-family: gotham-book;
  font-size : 20px;
}

.fontfamh {
  font-family: gotham-book;
  font-size : 25px;
}

.customfont {
  font-family: "Bradley Hand ITC";
  font-size: 40px;
}


.Banner {
  width: 100%;
}

#speakerbio {
  height: 1920px;
  width: 1080px;
}

.center {
  text-align: center;
}

#allbody {
  text-align: justify;
  font-family: verdana;
}
.putleft {
  text-align: left;
}

.background {
  background-color: #F5F5F5;
}

#smallerheadings {
    text-align: justify;
    font-family: Simplifica;
    color: #E8B02E;
}

#subheadings {
  text-align: justify;
  font-family: Simplifica;
  color: #CB9B2B;
}

#mainheadings {
  text-align: justify;
    font-family: Simplifica;
    color: #CB9B2B;
}

#quotes {
  font-style: italic;
}


.mySlides {
  width: 100% ;
  height: 600px ;
}

#radioimgs:hover {
  transform:scale(1.2);
}

#radioimgs {
  max-width: 200px;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top:0;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}



.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
   border-radius: 50%;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

nav {
  position: fixed;
  top:0;
}

nav li {
  margin-right: 20px;
}
