﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');

 :root {
    --primary-color: #f26938;
    --text-light: #ffffff;
    --text-dark: #000000;
    --bg-dark: #2a2a2a;
    --bg-light: #f7f3ef;
    --bg-white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


a:hover {text-decoration: none}
body {margin: 0;padding: 0;font-family: 'Montserrat', sans-serif;height: 100%;width: 100%;text-align: justify;background: #fff;}
html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
img {border: none;}
a {	text-decoration: none;}
html {	-webkit-text-size-adjust: 100%;}
ul,p {	margin: 0;	padding: 0;	list-style: none;}
*,:before,:after {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}
body,html {	width: 100%;	height: 100%;	margin: 0;	padding: 0;}
img {	max-width: 100%;	outline: none;}
a:hover {	text-decoration: none;}
a {	text-decoration: none;	outline: none;}
 
.hero-section {
    position: relative;
    /* height: 816px;  */
    /* background-image: url('/images/1b1a2967e1ec402021caeccc7687557e1e027b47.png'); */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    color: var(--text-light);
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(32, 32, 32, 0.8);
    backdrop-filter: blur(2px);
    z-index: 100;
}
.header-container {
  max-width: 1020px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu { display: none;}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo:hover {color: #fff}
.logo-img {
    width: 60px;
    height: 60px;
}
.logo-text {
    display: flex;
    flex-direction: column;
}
.church-name {
    color: var(--primary-color);     white-space: nowrap;
    font-weight: 700;
    font-size: 21px;
}
.location {
    font-weight: 700;
    font-size: 14px;
}
.main-nav ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px;
    font-size: 16px;
    color: var(--text-light);
}
.nav-link.active {
    color: var(--primary-color);
    font-weight: 700;
}
.nav-link img {
    width: 24px;
    height: 24px;
}
.hero-content {
    
    display: block;
    width: 100%; position: relative; top: 0;
}
.welcome {    display: flex;    justify-content: center;    align-items: center;
    gap: 32px;    margin-top: -187px;    z-index: 2;}
.welcome-box {
    background-color: rgba(54, 54, 54, 0.4);
    backdrop-filter: blur(2px);
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 553px;
}
.welcome-title {
    font-size: 36px;
    font-weight: 700;
}
.mission-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mission-title {
    font-size: 20px;
    font-weight: 700;
}
.mission-text p:last-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.arrow-btn {
    background-color: var(--primary-color);
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-btn img {
    width: 24px;
    height: 24px;
}
.left-arrow img {
    transform: rotate(0deg);
}
.right-arrow img {
    transform: rotate(0deg);
}
#pope { padding-top: 72px;}
.bdr2 { position: relative; width: 100%; max-width: 598.63px; padding: 32px; margin-top: 100px;}
.bdr2 img { position: relative; z-index: 1;}
.bdr2:after { content: ""; width: 492.025px;height: 492.025px;flex-shrink: 0;background: #F26938; position: absolute; right: 0; top:0}
.bdr2:before { content: ""; width: 492.025px;height: 492.025px;flex-shrink: 0;background: #F26938; position: absolute; left: 0; bottom: 0;}
.p-name { margin-top: 12px; text-align: center; color: #F26938;font-family: Inter, serif;font-size: 48px;font-style: normal;font-weight: 800;line-height: normal;}
.prist-m {display: flex;
padding: 16px;
flex-direction: column;
align-items: center;
gap: 8.056px;
align-self: stretch;
background: #FFF;
box-shadow: 0 0 9.668px 0 rgba(0, 0, 0, 0.10);
box-sizing: border-box;}
.prist-h{align-self: stretch;
color: #5A5A5A;
font-family: Inter, serif;
font-size: 16.113px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.prist-n {align-self: stretch;
color: #F26938;
font-family: Inter, serif;
font-size: 25.781px;
font-style: normal;
font-weight: 600;
line-height: normal;}
.prist-m p {align-self: stretch;
color: rgba(35, 35, 35, 0.80);
font-family: Inter, serif;
font-size: 12.89px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.pg-h {align-self: stretch;
color: #1e1e1e;
font-family: Inter, serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;} 
.pg-h span{color: #F26938; }

@media (max-width: 1200px) {
     
}
@media (max-width: 768px) {
     
}

/* CSS for section section:schedule */
.schedule-section {
    background-color: var(--bg-light);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
   
}
.schedule-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.bg-objects-1 {
    position: absolute;
    top: 8px;
    left: calc(50% - 168px);
    width: 536px;
    height: 563px;
}
.bg-object-2 {
    position: absolute;
    top: 14px;
    left: 0;
    width: 200px;
    height: 180px;
}
.bg-object-3 {
    position: absolute;
    top: 160px;
    right: 0;
    width: 243px;
    height: 412px;
}
.schedule-container {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
    align-items: flex-start;
   padding: 0 15px;
    margin: 0px auto;
    max-width: 1020px;
}
.schedule-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 582px;
}
.schedule-card {
    background-color: var(--bg-white);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.schedule-card h3 {
    font-size: 24px;
    font-weight: 700;
}
.schedule-card p {
    font-size: 16px;
    line-height: 1.4;
}
.reconciliation-link {
    display: flex;
    align-items: center;
    gap: 24px;
}
.schedule-media {
    flex: 1;
    position: relative;
    width: 518px;
    height: 492px;
}
.media-image {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 486px;
    height: 460px;
    object-fit: cover; z-index: 1;
}
.media-bg-orange-1 {
    position: absolute;
    background-color: var(--primary-color);
    top: 0;
    left: 218px;
    width: 300px;
    height: 300px;
}
.media-bg-orange-2 {
    position: absolute;
    background-color: var(--primary-color);
    top: 192px;
    left: 0;
    width: 300px;
    height: 300px;
}

@media (max-width: 1200px) {
    /* .schedule-container { padding: 0 40px; flex-direction: column; align-items: center; }
    .schedule-media { width: 100%; max-width: 518px; } */
}
@media (max-width: 768px) {
    /* .schedule-container { padding: 0 20px; }
    .schedule-media { height: 350px; }
    .media-image { width: calc(100% - 32px); height: calc(100% - 32px); }
    .reconciliation-link { flex-direction: column; align-items: flex-start; }
    .schedule-bg { display: none; } */
}

/* CSS for section section:opportunities */
.opportunities-section {
    padding: 48px 0px;
    background-image: url('/images/2f54395b8470230d1ddcc3f745b108e74e4860d0.png');
    background-size: cover;
    background-position: center;
}
.opportunities-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
        max-width: 1020px;
    margin: 0px auto;
    padding: 0px 15px;
}
.opportunities-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e;
}
.cards-container {
    display: flex;
    gap: 24px;
    width: 100%;
}
.opportunity-card {
    flex: 1;
    height: 446px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-image: url('/images/e62ee5ae8d21f7d9653e34520a344bcd564635a1.png');
}
.opportunity-card.card-2 {
    background-image: url('/images/ac3e19d83d554d354850203dc33370f93ea8ed32.png');
}
.opportunity-card.card-3 {
    background-image: url('/images/53cb075956e3220eeaddea149d51c89b2110867c.png');
}
.opportunity-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(23, 23, 23, 0.8) 100%);
}
.card-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 2;
    text-align: center;
    color: var(--text-light);
    font-size: 24px;
    font-weight: 600;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opportunity-card:hover .card-content { bottom: 0; -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(23, 23, 23, 0.8) 100%);}

.btn:focus, .btn:hover {
    text-decoration: none;
    background: #00477f;
    color: #fff;
}

@media (max-width: 1200px) {
    /* .opportunities-section { padding: 48px 40px; }
    .cards-container { flex-direction: column; }
    .opportunity-card { height: 300px; } */
}
@media (max-width: 768px) {
    /* .opportunities-section { padding: 48px 20px; }
    .opportunities-title { font-size: 32px; } */
}

/* CSS for section section:sponsors */
.sponsors-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 15px;
    background-color: var(--bg-white);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    gap: 20px;
    
}

.sponsor-logo {
    width: 269px;
    height: 150px;
    object-fit: contain;
}
.other-logo { width: 100%; max-width: 1020px; margin: 0px auto;}

@media (max-width: 1200px) {
    /* .sponsors-section { padding: 24px 40px; } */
}
@media (max-width: 768px) {
    /* .sponsors-section { flex-direction: column; padding: 24px 20px; }
    .sponsor-logo { width: 200px; height: auto; } */
}

/* CSS for section section:footer */
.footer-section {
    background-color: var(--bg-dark);
    padding: 40px 0px;
    color: var(--text-light);
    position: relative;
    overflow: hidden; width: 100%; 
}
.footer-in {width: 100%; max-width: 1200px; margin: 0px auto;}
.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.1;
}
.merged-bg-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.footer-container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex-basis: 30%; position: relative;
}
.footer-col svg{ max-width: 100%;}
.parish-h { position: absolute;width: 100%; top: 160px;}
.parish-h p{color: #FFF;
text-align: center;
font-family: Inter, serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 22px;}
.parish-h p:first-child { margin-bottom: 10px;}
.parish-h p:first-child span { border-bottom: 1px solid #fff; display: inline-block;}
.parish-h .p-time {font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.parish-h .promise { 
color: #FFF;
text-align: center;
 font-family: "Italianno", cursive;
font-size: 27px;
font-style: normal;
font-weight: 400;
line-height: normal; margin-top: 10px;}

 .footer-col:nth-child(1) {flex-basis: 24%;}
.footer-col:nth-child(2) { flex-basis: 35%; }
.footer-col:nth-child(3) { flex-basis: 37%; }
.footer-col .logo { color: var(--text-light); }
.social-card {
    background-color: var(--bg-white);
    color: var(--text-dark);
    padding: 10px 16px 9px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.social-card img {
    width: 64px;
    height: 64px;
}
.social-card p {
    font-weight: 700;
    font-size: 16px;
}
.footer-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.footer-title span { display: inline-block; border-bottom: 1px solid #fff;}
.calendar-list {
    display: flex;
    flex-direction: column;
    gap: 24px; position: relative;
}
.calendar-item {
    display: flex!important;
    align-items: center;
    gap: 8px; padding: 10px 0;
}
.calendar-list .slick-prev
{
    left: -25px;
    top: -30px;
    left: 50%;
    margin-left: -18px;
    transform: rotate(90deg);
}
.calendar-list .slick-next
{
    right: -25px;
    top: auto;
    bottom: -30px;
    right: 50%;
    margin-right: -18px;
    transform: rotate(90deg);
}

.date-box {
    background-color: var(--primary-color);
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.date-box .day {
    font-size: 24px;
    font-weight: 700;
}
.date-box .month {
    font-size: 12px;
}
.calendar-item p {
    font-size: 16px;
    line-height: 1.2;
}
.contact-info {
    font-size: 16px; text-align: left;
    line-height: 1.4;
}
.map-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 1200px) {
    /* .footer-section { padding: 40px; }
    .footer-container { flex-direction: column; }
    .footer-col { flex-basis: auto; } */
}
@media (max-width: 768px) {
    /* .footer-section { padding: 40px 20px; } */
}

.master-hdr {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #404e94;
	padding: 10px 0px;
}

.masterIn {
	width: 100%;
	max-width: 1170px;
	margin: 0px auto;
}

.master-text {
	margin: 10px 0;
	min-height: 380px;
	float: left;
	width: 100%;
	color: #484646;
	padding: 0px 0px;
	line-height: 26px;
	font-size: 18px;
}

.master-text p {
	margin-bottom: 10px;
}

.master-text img {
	max-width: 100%;
}
.hd_Master {
    font-size: 29px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 10px;
    width: 100%;
    float: left;
    background: #f26938;
    color: #fff;
    padding: 0 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform:uppercase;
}
.Content_Master{width: 100%;float: left;line-height: 23px;color: #3e3e3e; min-height:500px; padding-bottom: 50px;}
.Sub_hd{color: #171c3a;font-weight: 500;font-size: 22px;margin-bottom: 10px; font-weight:bold;}
.Content_Master p{text-align:justify; margin-bottom:15px;}
.innerUl li {background: url(/images/bullet.png) 0px 6px no-repeat;padding-left: 20px;margin-bottom: 15px;}


.innerImg {
  float: right;
  margin-left: 20px;
}
.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #173355 url(/images/ajax-arrow1.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #173355 ;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}

.accordionHeaderSelected {
  width: 100%;
  text-align: left;
  background: #e13e20 url(/images/ajax-arrow.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #e13e20;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}

.accordionContent_Y {
  background-color: #fff;
  padding: 25px;
  padding-top: 22px;
  border: 1px solid #e13e20;
}

.accordionHeader_Y {
	color: #aa7d70;
	background: #bbdbe0 url(/images/ajax-arrow1.png) 99% center no-repeat;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
}

.accordionHeaderSelected {
	color: #ffffff;
	background: #aa7d70 url(/images/ajax-arrow.png) 99% center no-repeat;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
}

.accordionContent_Y {	background-color: #fff;	padding: 25px;	padding-top: 22px;	border: 1px solid #aa7d70 }
.innerH2 {	text-align: left;	margin-bottom: 15px;}
.innerImg {	float: right;	margin-left: 25px;}
ul.inner_ul li,ul.innerUl li {	padding-left: 40px;	background: url(/images/ulbg.png) 0px 4px no-repeat;	margin-bottom: 12px;}
.innerTbl {width: 100%;	border-collapse: collapse;}
.innerTbl tr:first-child {	font-weight: bold;}
.innerTbl {	width: 100%;}
.innerTbl tr td {	padding: 5px;}
.tpr tr td {	text-align: center;	vertical-align: top;	padding: 0 5px 20px 5px;}
.innerTbl1 {	border-collapse: collapse;	width: 100%;	margin-bottom: 10px;}
.innerTbl1 tr td,.innerTbl1 tr th {	border: 1px solid #b5bacc;	padding: 4px 5px;}
.innerTbl1 tr th {	background: #d1d5e3;}
.innerTbl1 tr:nth-child(even) {	background-color: #b4ffb6;}
.innerTbl tr th,.innerTbl tr td {border: 1px solid #dee2e6;padding: 5px;}
.back-to-top {position: absolute;bottom:40px;right: 10px;z-index: 999;}
.innerH3,.inner_h {	color: #b12808;	font-size: 24px;	font-weight: bold;	margin-bottom: 10px;}
.innerH4 {color: #404e94;font-size: 18px;font-weight: bold;}

 

 


body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-white);
    color: var(--text-dark);
}

.page-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12.5px 24px;
    background-color: var(--primary-color);
    color: var(--text-light);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    border: none;
    cursor: pointer;
    text-align: center;
}
#slider1 .slides li img { width: 100%;}
.text-primary {
    color: var(--primary-color) !important;
}
 
@media (max-width: 1200px) {
    .section {
        /* padding-left: 40px;
        padding-right: 40px; */
    }
}
@media (max-width: 1024px) {
    
    .media-image { width: 100%;}
    .schedule-container { gap: 10px;}
    .schedule-details,.schedule-media { width: 100%; max-width: 50%;}
    .schedule-media { padding-right: 16px;}
    .media-bg-orange-1 { left: auto; right: 0;}
    .media-image {width: calc(100% - 30px);}


}
@media only screen and (min-width: 768px) and (max-width:1024px) {
.parish-h p { font-size: 18px;}

}
 

@media (max-width: 767px) {
    
    .welcome { margin-top: 10px; gap: 0;}
    .site-header { position: relative;}
   
     .welcome .arrow-btn { display: none;}
     .welcome-box {     padding: 10px 10px; gap: 0;}
}
 
 
 
 

 
 

 

 
 