.new-update {
    margin-top: 2rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #3a75b6;
}
.new-update-header {
    background-color: #3a75b6;
    color: white;
    padding: 1rem;
    font-size: 2rem;
    text-align: center;
}

.new-update-body {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.new-update-list {
    margin: 0 0 0 1.5em;
}

.new-update-list-item {
    color: blue;
    font-size: 1.8rem;
}

.blink-new {
    font-size: 16px;
    font-weight: bold;
    animation: blinker 1.5s linear infinite;
    color: white;
    background-color: red;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

footer {
  clear: both;
  margin: 0;
  padding: 1em;
  text-align: center;
  background-color: #4a4949;
  color: #FFFFFF;
}


footer p {
    margin: 0;
    padding: 0;
}

.header-container .footer-container {
    
}


.logo {
    color: #a54e56;
    font-size: 27px;
    font-weight: bold;
    position: relative;
}
.logo-tld {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 8px;
    letter-spacing: 2.9px;
}

.arro {
     width:10px; /*width of your image*/
   height:10px; /*height of your image*/
    background-image: url('/icons/arro.png');
}
/*
atoz-alphabet
*/
.alphabet-list {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
}

.alphabet-link {
    
}


.other-page {
    margin-top: 10px;
}

.other-page-url {
    color: #FFF;
}

.other-page-h1 {
    padding: 10px;
}

.other-content {
    padding: 10px;
}

/* Navigation */

navigation {
  float: left;
  width: 200px;
  height: 100%;
  background: #7a6855;
}

navigation a {
  color: #FFFFFF;
  text-decoration: none;
}

navigation a:hover {
  color: #e03e52;
  text-decoration: underline;
}

a {
  color: #E03E52;
  text-decoration: none
}


ul.subjects {
  margin-top: 20px;
  margin-left: 20px;
  padding: 0;
  list-style: none;
}

ul.subjects > li {
  margin-bottom: 1em;
}

ul.pages {
  margin-left: 15px;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
ol, ul {
    margin: 0 0 1.5em 3em;
    line-height: normal;
}
ul {
  font-size: 1.2em; /* Sets font size for all unordered lists */
}

ol {
  font-size: 16px; /* Sets font size for all ordered lists */
}

/*ul {*/
    /*list-style-type: none;*/
/*}*/

.selected > a {
  color: #f07b27;
  font-style: normal;
}

navigation li {
  font-size: 16px;
  line-height: 1.5em;
}


/* Page Content */

.hero-section {
    text-align: center;
}

.hero-image {
    width: 100%;
}

.hero-text {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    color: red;
}


u {
    border-bottom: 3px solid #000;
    text-decoration: none;
    padding-bottom: 1px;
}


.qusction {
    color: #8E0653; 
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
}

.qanda-card {
    border: 1px solid;
    border-radius: 10px;
    margin: 10px 0;
    background-color: #fdfff5;
}

.card-answer {
    padding: 10px;
}

.card-message {
    font-size: 20px;
    padding: 10px;
    text-align: end;
}

.message-icon {
    cursor: pointer;
}

.message-textarea {
    width: 100%;
}

.question-answer {
    text-align: center;
}

/* pessage */

.passage-card {
    padding: 10px;
    margin: 10px;
    border: 1px solid;
    border-radius: 10px;
    background-color: #ededed;
}

.passage-card-title {
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
}

.passage-card-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    border-radius: 10px;
}

.passage-card-item {
    padding: 10px;
    background-color: #FFF;
    border-radius: 10px;
}

/*.math {*/
/*    font-size: 18px;*/
/*    line-height: normal;*/
/*}*/


#disclaimer {
  margin-left: 10px;
  font-size: 14px;
  line-height: normal;
  clear: both;
  padding: 1em;
}

/* Service blocks on homepage */

#service-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    margin: 50px 10px 20px 10px;
}


.header-sub-text {
    /*font-size: 10px;*/
}

.service-image {
    border-radius: 10px 10px 0 0;
}


.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: #000;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid;
    
}


.service-link:hover {
    background-color: #e3d6d6;
}

.service-link-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 10px;
}
.service_link_img_title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: normal;
}

.service-link_title {
    font-size: 15px;
}


/* Learn More links */

a.learnmore {
  color: #E03E52;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none
}

a.learnmore:hover {
  text-decoration: underline
}
/*table*/
table, th, td {
    border: 1px solid black; 
    border-collapse: collapse;
}

table {
    
    width: 100%;
}

th, td {
  padding: 15px;
  font-size: 17px;
  line-height: normal;
  text-align: left;
}


.subject-h1 {
    padding: 20px;
    background-color: #24454C;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.chapter-h1 {
    padding: 20px;
    background-color: #48485e;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.qanda-h1 {
    padding: 20px;
    background-color: #3b497a;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}


.subject-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: #FFF;
    margin: 10px 0;
    border-radius: 10px;
    color: #383838;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #626262;
}

.subject-items:hover {
    color: #000;
    text-decoration: none;
    background-color: #E7E7E7;
}


.chapter-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: #FFF;
    margin: 10px 0;
    border-radius: 10px;
    color: #383838;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #626262;
}

.chapter-items:hover {
    color: #000;
    text-decoration: none;
    background-color: #E7E7E7;
}

.prose-verse {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.prose-verse-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: #FFF;
    border-radius: 10px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid;
}

.prose-verse-item:hover {
    background-color: #cbcbcb;
}

.prose-verse-header {
    padding: 12px;
    background-color: #3b497a;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}


/* Breadcrumb styling */
    .breadcrumb {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        padding: 10px;
        background-color: #f5f5f5;
        color: #666;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .breadcrumb a {
        color: #11405F;
        text-decoration: none;
        transition: color 0.3s;
        font-weight: 600;
    }
    
    .breadcrumb a:hover {
        color: #2980b9;
        text-decoration: underline;
    }
    
    .breadcrumb span.separator {
        margin: 0 8px;
        color: #999;
    }
    
    .breadcrumb span.current {
        color: #333;
        font-weight: 500;
    }
    
.circle {
    border: 2px solid;
    padding: 0px 7px;
    border-radius: 50px;
}

/*meaning-link*/
.meaning-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meaning-link {
    padding: 10px;
    font-size: 20px;
    border: 1px solid;
    border-radius: 10px;
}

.meaning-link:hover {
    background-color: #f0e5df;
}

/**
Other Page

**/
.highlight {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}
.checklist {
    list-style-type: none;
    padding-left: 0;
}
.checklist li:before {
    content: "✔ ";
    color: #27ae60;
}
.cta {
    background-color: #3498db;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.cta:hover {
    background-color: #2980b9;
}

.email {
    color: #3498db;
    font-weight: bold;
}
/**/
/*PAGINATION-START*/
/**/

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-top: 10px;
}

.pagination-link {
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 4px;
}

.pagination-link:hover {
     background-color: #E03E52;
     color: #FFF;
}

.pagination a {
    text-decoration: none;
}

.pagination-active {
    background-color: #E03E52;
    color: #FFF;
    border: 1px solid #E03E52;
}

.pagination-prev {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pagination-next {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
/**/
/*PAGINATION-END*/
/**/
/* Default (mobile-first) styles here */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    /* Styles for mobile phones */
    .passage-card-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
    
    .hero-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    }
    
    .hero-text {
    font-size: 25px;
    }
    
    #service-blocks {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        gap: 20px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 600px) { 
    
    .passage-card-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    
     #service-blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr ;
        gap: 20px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
     #service-blocks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        gap: 20px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #service-blocks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr ;
        gap: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
        #service-blocks {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        gap: 20px;
    }
}



