.main-section p {
    font-size: 1.1rem;
}

.sub-head{
    color: #707070;
    font-size: 21px!important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.black{
    color: #141413!important;
}

.purple{
    color: #805CA0!important;
}


/* ----------- Spcial Section ---------- */

.special-tabs {
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 0;
    min-height: inherit;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
    overflow: hidden;
}

.special-tabs .title {
    margin-top: 0;
    font-size: 19px;
    color: #663D8B;
    background-color: #EFEFEF;
    /* border: 1px solid #D6D6D6; */
    min-height: 50px;
    padding: 10px 30px;
}

.special-tabs .content {
    color: #707070;
    padding: 15px 30px;
    line-height: 27px;
}

.special-tabs .read_more {
    font-weight: bold;
    font-size: 17px;
    color: #805CA0;
    text-decoration: none;
    border-top: 1px solid #EFEFEF;
    padding: 10px 30px;
    display: block;
}

/* ------ Page Banner ------- */

.page-header-section{
    /* padding-top: 90px; */
}
.page-header-section,
.page-header-section .title,
.page-header-section .nav-link_extra,
.page-header-section .nav-link_extra a{
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.page-header-section .title{
    margin-bottom: 0;
    margin-top: 55px;
    font-size: 30px;
    font-weight: bold;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
}

.page-header-section .nav-link_extra{
    font-size: 1.1em;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
}

.page-header-section .nav-link_extra span,
.page-header-section .nav-link_extra a{
    color: #D6D6D6;
}

.page-header-section .nav-link_extra span {
    font-size: 0.7em;
    line-height: 29px;
}

.banners_mini canvas {
    margin-top: -129px;
}

/* ------ Page Icon ------- */

.pdf-file{
    vertical-align: middle;
    width: 30px;
    float: left;
    position: relative;
    margin-left: -42px;
    margin-bottom: -8px;
    margin-top: -4px;
}

.pdf-file::before{
    content: "";
}

/* ---- Profile Table ---- */

table.profile_table{
    width: 98%;
    border: 1px solid #EBE8E8;
    border-radius: 10px;
    margin: 30px 5px;
    box-shadow: 0 0 13px -4px #ccc;
    overflow: hidden;
}

table.profile_table td {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

table.profile_table th {
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #F5F5F5;
    color: #666;
    text-align: center;
    font-weight: bold;
}

table.profile_table tr > td:first-child{
    text-align: center;
    padding: 10px 0;
}

table.profile_table tr:hover,
table.profile_table tr:hover{
    background-color: #ADDDF6;
}

.profile_table .file-size{
    font-size: 0.9375em;
    color: #707070;
    text-align: center;
}
.pdf-file{
    vertical-align: middle;
    width: 30px;
    float: left;
    position: relative;
    margin-left: -42px;
    margin-bottom: -8px;
    margin-top: -4px;
}

.pdf-file::before{
    content: "";
}

.profile_table .member-photo {
    width: 198px;
    height: 198px;
    border: 1px solid #D6D6D6;
    margin: 25px;
    border-radius: 10px;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/avatar-man.jpg');
}

.profile_table .member-role{
    text-align: center;
}

.profile_table .member-name, 
.profile_table .member-role,
.profile_table .sno {
    margin-top: 15px;
}

.profile_table tr:hover {
    background-color: #fcfafd!important;
}

.profile_table td{
    vertical-align: top;
}
.profile_table a{
    text-decoration: none;
}

.profile_table a .branch-name{
    color:#333;
}


.profile_table .read_more,
.profile_table a.read_more {
    color: #805CA0;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #D6D6D6;
    margin: 13px auto;
    padding: 4px 21px;
    border-radius: 10px;
    display: inline-block;
}

.profile_table .read_more:hover,
.profile_table a.read_more:hover{
    background-color: #805CA0;
    color: #fff;
    border-color: #fff;
}

.profile_table .profile-info .member-name{
    font-size: 20px;
    font-weight: bold;
    color: #805CA0;
}

.profile_table .profile-info {
    color: #666666;
    margin: 25px;
    display: block;
    line-height: 29px;
    font-size: 17px;
}

/* ---- Tab Nav btn ---- */

.table-nav-btn .nav-item a {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #989898;
    font-weight: bold;
    padding: 5px 40px;
}

.table-nav-btn .nav-item a.active{
    border: 1px solid #ccc;
    color: #805CA0;
}

.table-nav-btn .nav-item:first-child a{
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

.table-nav-btn .nav-item:last-child a{
    border-radius: 0 10px 10px 0;
}

/* ---- Profile Detail ---- */

img.profile-photo {
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* border: 1px solid #333; */
    width: 100%;
    max-width: 366px;
    max-height: 335px;
    border-radius: 15px;
    margin-bottom: 40px;
    /* box-shadow: 0px 3px 10px #00000026; */
    border: 1px solid #D6D6D6;
}

.profile-detail {
    margin-left: 50px;
}

.full-name {
    font-size: 26px;
    font-weight: bold;
    color: #805CA0;
    margin-top: 20px;
}

.job-title {
    font-size: 18px;
    color: #707070;
    margin-top: 5px;
    margin-bottom: 5px;
}

.role-type {
    font-size: 20px;
    color: #805CA0;
}

.profileSection hr {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 500px;
    border-color: #DDDBDB;
}

.profile-detail .info{
    margin-bottom: 5px;
    font-size: 18px;
    color: #666666;
}

.profile-detail .info span {
    color: #805CA0;
    text-decoration: underline;
}

.profile-detail label {
    font-weight: bold;
    vertical-align: top;
}


.table-nav-tabs-btn{
    background-image: url('../images/bg-line.png');
    background-repeat: repeat-x;
    background-position: center;
}

.table-nav-tabs-btn::after{
    /* content: '';
    display: block;
    height: 1px;
    width: 100%;
    border-top: 1px solid #D6D6D6;
    margin-top: -16px; */
}

.table-nav-tabs-btn .nav-item a {
    font-size: 19px;
    text-transform: uppercase;
    border: 0;
    border-left: 1px solid #dfdddd;
    border-radius: 0;
    color: #989898;
    font-weight: 500;
    padding: 0 40px;
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0 0 13px -4px #ccc;
    z-index: 2000;
}

.table-nav-tabs-btn .nav-item a.active{
    /* border: 1px solid #ccc; */
    border: 0;
    background-color: #805CA0;
    color: #fff;
}

.table-nav-tabs-btn .nav-item:first-child a{
    border-left: 0;
    border-radius: 20px 0 0 20px;
}

.table-nav-tabs-btn .nav-item:last-child a{
    border-radius: 0 20px 20px 0;
}

.tab-content .title{
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.profile-card .cover{
    background-color: #f2f2f2;
    border-radius: 5px 0 0 5px;
    border: 0;
    border-right: 1px solid #dbdbdb;
}

.similar-sections{
    /* min-height: 750px; */
    padding: 0;
    margin-bottom: 40px;
}

.similar-sections .title .sub{
    color: #707070;
    font-weight: 500;
}

.profile-card {
    text-decoration: none;
}

.profile-card .member-name {
    color: #805CA0;
    margin-top: 13px;
}

.profile-card .card-text {
    font-size: 16px;
}

/* ---- Kamati Detail ---- */

.kamati-item {
    border: 1px solid #E8E4E4;
    display: block;
    border-radius: 15px;
    padding: 15px 42px;
    text-decoration: none;
    margin-bottom: 30px;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.kamati-item:hover {
    background-color: #fcfafd;
    border-color: #663D8B;
    box-shadow: 0px 3px 10px #00000026; /* Adjusted shadow */
}

.kamati-item:hover .title{
    color: #805CA0;
}

.kamati-item .title {
    margin-top: 0;
    color: #805CA0;
    font-size: 20px;
    font-weight: bold;
}

.kamati-item .description {
    font-size: 16px;
    max-height: 50px;
    overflow: hidden;
}

.kamati-item .read_more {
    color: #333;
    font-weight: 500;
    margin-top: 10px;
    font-size: 17px;
}

/* ---- Share Documents ---- */

.share-documents {
    border: 1px solid #DDDBDB;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
    overflow: hidden;
    margin: 5px 15px
}

.share-documents .document-item:hover {
    background-color: #fcfafd;
}

.share-documents .document-item {
    border-right: 1px solid #ccc;
    padding: 20px 30px;
    color: #666666;
    text-decoration: none;
    font-size: 17px;
    display: grid;
    grid-template-columns: 47px auto;
    gap: 20px;
}

.share-documents .document-item:first-child {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

.share-documents .document-item:last-child {
    border-right: 0;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.share-documents .document-item .info {
    display: flex;
    flex-direction: column;
}

.share-documents .document-item .icon {
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: contain;
}

.share-documents .document-item .icon-web{
    background-color: #fff;
    background-image: url('../images/icon_web.svg');
    background-size: contain;
    width: 54px;
}

.share-documents .document-item .icon-pdf{
    background-color: #fff;
    background-image: url('../images/icon_pdf.png');
}

.share-documents .document-item .icon-map{
    background-color: #fff;
    background-image: url('../images/location_icon.png');
}

.share-documents .document-item .icon-gmap{
    background-color: #fff;
    background-image: url('../images/icon_map_854878.png');
}

.share-documents .document-item .icon-gmap2{
    background-color: #fff;
    background-image: url('../images/icon_map_854901.png');
}

.share-documents .document-item:hover .icon-pdf,
.share-documents .document-item:hover .icon-web{
    background-color: #fcfafd;
}

.share-documents .document-item .info .read_more {
    color: #008001;
    font-size: 16px;
}

/* ---- Profile Card ---- */

.profile-item {
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    display: grid;
    grid-template-columns: 230px auto;
    /* gap: 30px; */
    margin-bottom: 25px;
    margin-top: 10px;
    background-color: #fff;
}

.profile-item .cover {
    height: 190px;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #ededed;
}

.profile-item .info {
    padding: 30px;
    color: #666666;
    line-height: 31px;
    padding-bottom: 10px;
}

.profile-item .info .position {
    font-weight: bold;
}

.profile-item .info .fullname {
    color: #805CA0;
    font-size: 20px;
    font-weight: 500;
}

.profile-item .info .short_bio {
    line-height: 22px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #D6D6D6;
    max-height: 106px;
    overflow: hidden;
}

/* ---- responsibilities column ---- */

.responsibilities ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px; /* Add a 25px gap between columns and rows */
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.responsibilities li {
    flex: 1 1 calc(50% - 25px); /* Adjust width to accommodate the gap */
    box-sizing: border-box;
    padding: 10px;
}

.responsibilities p {
    margin: 0; /* Remove default paragraph margin */
}

/* ---- album card ---- */


.album-item {
    margin-bottom: 24px;
    text-decoration: none;
}

.album-item .cover {
    height: 380px;
    display: block;
    background-color: #F3F2F2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 15px 15px 0 0;
}

.album-item .info {
  display: block;
  min-height: 90px;
  background-color: #707070;
  border-radius: 0 0 15px 15px;
  color: #fff;
  padding: 21px 28px 21px 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.album-item .info .title {
    margin-top: 0;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 3px;
    height: 29px;
    overflow: hidden;
}

.album-item .info .bottom {
    font-size: 14px;
    /* color: #FFD800; */
}

.album-item .info .bottom .location {
    color: #FFD800;
    margin-left: 20px;
}

.album-item .info .bottom .album-date {
    margin-right: 20px;
}

.album-item .info .bottom .album-date::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    margin-top: 8px;
    margin-left: 17px;
}

.album-item .info .category {
    background-color: #805CA0;
    color: #fff;
    border-radius: 5px;
    padding: 2px 18px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    display: inline-block;
    margin-top: -35px;
    font-size: 14px;
    margin-bottom: 6px;
}

/* ---- deanery card ---- */

.deanery-item {
    border: 1px solid #E8E4E4;
    border-radius: 15px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 240px auto;
    text-decoration: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -ms-transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -o-transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.deanery-item:hover{
    border-color: #663D8B;
    box-shadow: 0px 3px 10px #00000026;
    /* border: 0; */
}

.deanery-item .cover {
    background-color: #E8E7E7;
    border-radius: 15px 0 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.deanery-item .info {
    padding: 27px;
}

.deanery-item .info .title {
    font-size: 21px;
    color: #663D8B;
    font-weight: 500;
    display: block;
    margin: 0;
    margin-bottom: 9px;
}

.deanery-item .info 
.description {
    color: #707070;
    font-weight: 300;
    max-height: 102px;
    display: block;
    overflow: hidden;
}

.deanery-item .info 
.read_more {
    font-size: 17px;
    color: #333;
    font-weight: 500;
}

/* ----- Deanery Section ----- */

.deanery-photo-list .cover {
    height: 368px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    background-color: #F2F2F2;
}

.dean-information-sections{
    background: rgb(20,20,19);
    background: linear-gradient(90deg, rgba(20,20,19,1) 0%, rgba(128,92,160,1) 100%);
    /* min-height: 790px; */
    min-height: 600px;
    padding: 10px 70px;
    margin-bottom: 30px;
    margin-top: 50px;
}


.dean-information-sections .title .sub{
    color: #D6D6D6;
}
  
.dean-information-sections .title .main{
    color: #FFFFFF;
    font-size: 27px;
}

.dean-information-sections p{
    color: #fff;
}

.dean-cover {
    background-color: #F2F2F2;
    height: 310px;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.map-container {
    min-height: 700px;
    background-color: #D6D6D6;
    /* border: 1px solid #707070; */
    border-radius: 15px;
}

/* ----- Parish Section ----- */

.parish-item {
    border: 1px solid #E8E4E4;
    border-radius: 15px;
    margin-bottom: 21px;
    min-height: 220px;
    display: grid;
    grid-template-columns: 235px auto;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.parish-item:hover{
    border-color: #663D8B;
    box-shadow: 0px 3px 10px #00000026;
    /* border: 0; */
}

.parish-item .cover {
    background-color: #ccc;
}

.parish-item .info {
    padding: 20px 30px;
    color: #707070;
    line-height: 25px;
    font-size: 16px;
}

.parish-item .info .title {
    margin-top: 0;
    color: #663D8B;
    font-size: 22px;
    font-weight: 500;
}

.parish-item .read_more {
    color: #805CA0;
    font-weight: 500;
    font-size: 18px;
    margin-top: 12px;
}

.parish-info {
    font-size: 1.1rem;
}


/* ----------- Vyama Mini Card ------------ */

.vyama-mini-item {
    border: 1px solid #E8E4E4;
    border-radius: 15px;
    margin-bottom: 21px;
    text-decoration: none;
    display: grid;
    grid-template-columns: auto auto auto;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.vyama-mini-item:hover{
    border-color: #663D8B;
    box-shadow: 0px 3px 10px #00000026;
    /* border: 0; */
}

a.vyama-mini-item .cover {
    width: 210px;
    min-height: 155px;
    height: 100%;
    background-color: #F8F8F8;
    border-right: 1px solid #E8E4E4;
}

.vyama-mini-item .info {
    padding: 10px 30px;
}

.vyama-mini-item .info .title {
    margin-top: 0;
    color: #663D8B;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.vyama-mini-item .info hr {
    display: inline-block;
    border-top: 1px solid #ccc;
    max-width: 350px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.vyama-mini-item .read_more{
    border-radius: 10px;
    background-color: #805CA0;
    color: #fff;
    max-height: 33px;
    font-weight: 500;
    padding: 5px 25px;
    margin-top: 65px;
    margin-right: 30px
}

/* ----------- Vyama Card ------------ */

.chama-item {
    border: 1px solid #E8E4E4;
    border-radius: 15px;
    display: grid;
    grid-template-columns: auto auto auto;
    overflow: hidden;
}

.chama-item .info hr {
    display: inline-block;
    border-top: 1px solid #ccc;
    max-width: 350px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.chama-item .cover {
    width: 360px;
    height: 285px;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-right: 1px solid #D6D6D6;
}

.chama-item .info .title {
    margin-top: 0;
    color: #663D8B;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.chama-item .info {
    margin: 20px 40px;
    color: #707070;
}

.chama-item .action-btn a {
    border: 1px solid #CBCBCB;
    display: block;
    color: #707070;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    min-height: 40px;
    padding: 6px 28px;
    text-align: center;
    margin-bottom: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.chama-item .action-btn a:hover{
    background-color: #663D8B;
    color: #fff;
}

.chama-item .action-btn {
    padding: 36px 30px;
}


/* ------- info Panel --------- */
.panel-item {
    border: 1px solid #EBE8E8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.panel-item .title {
    background-color: #F5F5F5;
    margin-top: 0;
    color: #805CA0;
    font-size: 21px;
    font-weight: 600;
    padding: 13px 35px;
}

.panel-item .info {
    padding: 13px 35px;
    color: #666666;
}

.panel-item .info ul {
    list-style: none;
    padding-left: 0;
}

.panel-item .info ul li {
    border-bottom: 1px solid #f2eeee;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.panel-item .info li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

#department table td {
    padding: 7px;
    border: 1px solid #ccc;
}

#department table {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

/* Define keyframes for fade animation */
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Define keyframes for slide animation */
@keyframes slide {
    from {
        transform: translateY(-20px); /* Start a bit above the final position */
    }
    to {
        transform: translateY(0);
    }
}

/* Define keyframes for zoom animation */
@keyframes zoom {
    from {
        transform: scale(0.8); /* Start a bit smaller */
    }
    to {
        transform: scale(1);
    }
}

/* Define keyframes for Ken Burns effect */
@keyframes ken-burns {
    0% {
        transform: scale(1) translate(0, 0); /* Start at normal size and position */
    }
    50% {
        transform: scale(1.2) translate(5%, 5%); /* Zoom in slightly and pan right and down */
    }
    100% {
        transform: scale(1) translate(0, 0); /* Return to normal size and position */
    }
}