@font-face {
  font-family: 'Silk Serif';
  src: url('../fonts/silk/SilkSerif-Regular.woff2') format('woff2'),
       url('../fonts/silk/SilkSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Silk Serif';
  src: url('../fonts/silk/SilkSerif-Light.woff2') format('woff2'),
       url('../fonts/silk/SilkSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Silk Serif';
  src: url('../fonts/silk/SilkSerif-Medium.woff2') format('woff2'),
       url('../fonts/silk/SilkSerif-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Silk Serif';
  src: url('../fonts/silk/SilkSerif-SemiBold.woff2') format('woff2'),
       url('../fonts/silk/SilkSerif-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Silk Serif';
  src: url('../fonts/silk/SilkSerif-Bold.woff2') format('woff2'),
       url('../fonts/silk/SilkSerif-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    height: 100%;
    font-family: 'Segoe UI', sans-serif;
}

/*Hero section*/
.hero{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: auto;
}

/*Background Video*/
.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

/*Overlay Layer on Video i.e everything that would be on top of the hero video*/
.overlay{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5)10%,
                     rgba(0,0,0,0.2)50%, rgba(0,0,0,0.5)100%);
    height: 100vh;
}

/*Side Nav menu  starts here*/
.sidenav{
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    overflow: auto;
    padding-top: 60px;
    background-image: linear-gradient(to right, rgba(62,116,177,1)0%,
                                                rgba(62,116,177,1)7%,
                                                rgba(0,58,99,0.98)7%,
                                                rgba(0,58,99,0.98)100%);
    position: fixed;
    z-index: 7;
}

.sidenav a{
    padding: 8px 8px 8px 40px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1rem;
    color: #fff;
    display: block;
}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 50px;
}

.nav-btn-logo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.menu-live-btn{
    width: 100px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
    border-radius: 6px;
}

.nav-logo{
    font-size: 1rem;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}

.gtn-here-holder{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.getting-here{
    width: 150px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

/*Dropdown starts here*/
.dropdown-checkbox{
    display: none; /*Hides the checkbox for the nested menu*/
}

.dropdown-label{
    padding: 8px 8px 8px 40px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1rem;
    color: #fff;
    display: block;
}

.dropdown-label:hover{
    color: #f1f1f1;
}

.dropdown-container{
    display: none;
    background: transparent;
    padding-left: 45px;
}

.dropdown-checkbox:checked + .dropdown-container{
    display: block;
}

.dropdown-container a{
    font-size: 1rem;
    padding: 5px 8px;
}

.dropdown-event-checkbox{
    display: none;
}

.dropdown-event-container{
    display: none;
    background: transparent;
    padding-left: 20px;
}

.dropdown-event-checkbox:checked + .dropdown-event-container{
    display: block;
}
/*Dropdown ends here*/
/*Side Nav menu  ends here*/

.dsk-extra-nav{
    display: none;
}

/*Header content starts here*/
/*Hero Header container*/
.hero-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to right, rgba(0,47,75,1), 
                                    rgba(0,78,124,1),
                                     rgba(0,103,138,1));
    flex-shrink: 0;
}

.logo{
    font-family: 'century', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.logo-img{
    display: none;
    width: 180px;
    padding-top: 0.4rem;
    padding-left: 0;
}

.mob-logo{
    width: 60px;
}

.side-logo{
    width: 105px;
}

.live-btn {
    position: relative; /* Needed for ::before glow */
    padding: 6px 12px;
    height: 35px;
    border: solid 2px #fff;
    background-image: linear-gradient(to right, rgba(0,58,99,0.61),
                      rgba(148,173,190,1),rgba(0,58,99,0.64));
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

/* header button base */
#liveToggle, .live-btn {
    position: relative; /* required for ::before glow */
    padding: 6px 12px;
    height: 35px;
    border: 2px solid #fff;
    background-image: linear-gradient(to right, rgba(0,58,99,0.61), rgba(148,173,190,1), rgba(0,58,99,0.64));
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: 0.25s ease;
}

/* Live active look + pulse + animated border */
#liveToggle.live-active {
    background: linear-gradient(to right, #c62828, #ff5252); /* subtle red */
    color: #fff;
    font-weight: 600;
    animation: pulseText 1.6s infinite;
}

#liveToggle.live-active::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 2px;
    background: linear-gradient(270deg, #ff0040, #ff6600, #00b8d4, #7c4dff);
    background-size: 600% 600%;
    animation: borderGlow 3s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes pulseText {
    0%,100% { text-shadow: 0 0 6px rgba(255,0,0,0.45); color: #fff; }
    50% { text-shadow: 0 0 10px rgba(255,0,0,0.9); color: #ffdcdc; }
}
@keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}






.menu-icon{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    width: 40px;
    height: 40px;
}

.menu-icon .dot{
    width: 10px;
    height: 10px;
    background: white;
}

.menu-icon .dot:hover{
    cursor: pointer;
}

/*Header content ends here*/


/*Hero content starts here*/
.hero-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    height: 100%;
    padding: 2rem 1rem;
}

.hero-content a:link{
    text-decoration: none;
}

.hero-content a:visited{
    text-decoration: none;
}

.hero-text{
    width: 100%;
    margin-bottom: 5vh;
    margin-left: 10px;
    line-height: 1.4rem;
}

.hero-content small{
    font-family: 'Silk Serif', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

.hero-content h1{
    font-family: 'Silk Serif', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

/*Floating news div starts here*/
.news-wrapper {
    position: relative;
    max-width: 85%;
    margin: 0 10px 3rem auto;
}

.news-box {
    display: grid !important;              /* FORCE GRID */
    grid-template-columns: 50px 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 6px 12px !important;

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(7px);
    padding: 14px 16px;

    border: 1px solid #fff;
    border-radius: 10px;

    color: #fff;
    cursor: pointer;
    position: relative;

    z-index: 5;
}

/* Make sure image stops stretching */
.news-avatar {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
    border-radius: 8px;
    grid-row: span 2 !important;
    display: block !important;
}

/* Title */
.news-title {
    font-weight: 700;
    font-size: 0.83rem;
    line-height: 1.2rem;
    margin: 0 !important;
}

/* Description */
.news-desc {
    font-size: 0.75rem;
    line-height: 1.1rem;
    margin: 0 !important;
}

/* Move close button farther away */
.close-news {
    position: absolute;
    top: -20px;     /* moved up */
    right: -20px;   /* moved right */

    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;

    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(5px);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;

    z-index: 6;
}



/*Floating news div ends here*/
/*Hero content ends here*/


/*Communities starts here*/
.communities-wrapper{
    width: 100%;
    min-height: 100dvh;
}

.community-overlay{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    background-color: #f3f3f3;
    overflow: auto;
}

.current-nav{
    color: #919191;
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.7rem;
    margin-top: 1rem;
    text-align: right;
}

.communities-title{
    line-height: 1.5rem;
}

.communities-title P{
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    color: #919191;
    text-align: center;
    font-weight: 400;
}

.communities-title h1{
    font-family: 'Silk Serif', serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #919191;
    text-align: center;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
    margin-top: 2rem;
}




.community-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'century', sans-serif;
    aspect-ratio: 1 / 1.2;   /* Adjust ratio until it feels perfect */
    font-weight: 700;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
    cursor: pointer;
    border-bottom-right-radius: 44px;
}

.community-box:hover{
    transform: scale(1.03);
}

.community-grid a:link{
    text-decoration: none;
}

.community-grid a:visited{
    text-decoration: none;
}

.community-grid a:hover{
    text-decoration: none;
}

/*Footer*/
.footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    padding: 2rem 0.7rem;
    margin-top: 1rem;
    font-weight: 300;
    color: #f1f1f1;
    background-color:  #274d74;
}

.per-community {
  width: 92%;
  max-width: 980px;
  padding: 0.8rem;
  margin: 1rem auto;
  text-align: center;
}

.com-badge {
  width: 160px;
  height: 200px;
  margin: 0.6rem auto;
  background: #314b4c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 44px;
  font-family: 'century', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f1f1f1;
}

/* container for media + banner + article */
.per-community{
  width: 96%;
  max-width: 980px;
  padding: 0.6rem;
  margin: 0.8rem auto 2rem auto;
  display: grid;
  grid-template-columns: 1fr;      /* mobile: single column stacked */
  gap: 1.2rem;
  align-items: start;
}

/* media icons row */
.media {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: flex-start;
  font-family: 'silk serif', serif;
  color: #919191;
}
.media a { display:flex; align-items:center; gap:0.5rem; text-decoration:none; color:inherit; }
.media img { width:32px; height:32px; }

/* banner image */
.per-com-banner img.comm_img_area {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* article */
.community-article {
  padding: 0.6rem 0.4rem;
  font-family: 'montserrat', sans-serif;
  color: #666;
  line-height: 1.6;
}
.community-article small { 
    display:block; 
    text-align: center; 
    color:#9a9a9a; 
    margin-bottom:0.4rem; 
}
.community-article h3 { 
    text-align:center; 
    color:#919191; 
    margin:0.3rem 0 0.6rem 0; 
    font-family:'silk serif', serif; 
}

/* modal basics (keeps mobile usable) */
.modal { display:none; }
.close-btn { cursor:pointer; }




.com-badge{
    width: 180px;
    height: 227px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 56px;
    border-bottom-right-radius: 44px;
    font-family: 'century', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f1f1f1;
    margin-top: 1rem;
}

.com-badge-sok{
    width: 180px;
    height: 227px;
    margin-right: auto;
    margin-left: auto;
    background: #8ca5d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 56px;
    border-bottom-right-radius: 44px;
    font-family: 'century', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f1f1f1;
    margin-top: 1rem;
}


.media{
    font-family: 'silk serif', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #919191;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem
}

.media a{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
    color: #919191;
}

.media img{
    width: 32px;
    height: 32px;
}

.media p{
    margin-right: 1rem;
    margin-top: -0.4rem;
}

/*Modal CSS STARTS HERE*/
/* General Modal Styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  margin: auto;
  background: #fff;
  padding: 10px;
  width: 80%;
  max-width: 700px;
  border-radius: 10px;
  text-align: center;
}

.close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2000;
  background: rgba(0,0,0,0.3);
  padding: 0 15px;
  border-radius: 8px;
  transition: 0.3s;
}

.close-btn:hover {
  background: rgba(0,0,0,0.6);
}


.photo-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.photo-slider img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.arrow-news {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: rgba(0,0,0,0.3);
  padding: 10px;
  border-radius: 50%;
  user-select: none;
}

.arrow-news.left { left: 10px; }
.arrow-news.right { right: 10px; }

#photoMessage {
  color: #555;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
/*Modal CSS ends HERE*/

.comm_img_area{
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-top-right-radius: 44px;
}

.community-article{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.community-article small{
    font-family: 'montserrat',sans-serif;
    font-size: 0.8rem;
    color: #3f3f3f;
    letter-spacing: 0.2rem;
    margin-bottom: -0.7rem;
}

.community-article h3{
    font-family: 'silk serif', sans-serif;
    font-size: 1.7rem;
    padding-top: 0.3rem;
    font-weight: 800;
    color: #919191;
}

.community-article p{
    font-family: 'montserrat',sans-serif;
    font-size: 0.9rem;
    margin-top: 0.7rem;
    color: #707070;
    text-align: center;
    line-height: 1.45rem;
    font-weight: 400;
    padding: 0.5rem;
}

.content-wrapper{
    width: 100%;
    max-width: 1400px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}


.carousel-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

/*News page starts here*/
/* ----- CAROUSEL WRAPPER ----- */
/* OUTER WRAPPER */
.carousel-wrapper {
    width: 100%;
    padding: 0.1rem;
    overflow: hidden;
    position: relative;
}


/* MOBILE FIRST (keeps your current mobile look) */

/* Wraps everything */
.carousel-wrapper {
    width: 100%;
    padding: 0.1rem;
    overflow: hidden;
    position: relative;
}

/* TRACK */
#carouselContainer {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
}

#carouselContainer::-webkit-scrollbar {
    display: none;
}

/* SLIDE */
.carousel-slide {
    width: calc(100% - 40px); /* same spacing, but stable */
    flex-shrink: 0;
    position: relative;
    scroll-snap-align: center;
    border-radius: 10px;
    overflow: hidden;
}

/* IMAGE */
.carousel-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* caption unchanged */
.carousel-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    backdrop-filter: blur(2px);
}

/* OTHER NEWS — MOBILE FIRST */
#otherNewsContainer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

#otherNewsContainer {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 18px;
}


/* DRAG STYLE */
.grab {
    cursor: grabbing;
}

/* OTHER NEWS WRAPPER */
.other-news {
    margin-top: 20px;
    padding: 0.8rem;
}

.other-news h3 {
    font-family: 'silk serif',sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* FLEX WRAPPER */
#otherNewsContainer {
    display: flex;
    flex-direction: column;      /* Mobile-first vertical layout */
    gap: 12px;                   /* Spacing between items */
}

/* EACH NEWS ITEM */
.other-news-items {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: black;
    padding: 0.7rem;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
}

/* THE IMAGE INSIDE */
.other-news-img {
    width: 100px;                /* FIXED WIDTH */
    height: 75px;                /* FIXED HEIGHT */
    object-fit: cover;           /* Crop neatly */
    border-radius: 8px;
    flex-shrink: 0;              /* Prevent stretching */
}

/* TEXTS */
.other-news-text {
    font-family: 'Montserrat',sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.other-news-text span{
    font-family: 'Montserrat',sans-serif;
    color: #747373;
    font-size: 0.8rem;
    padding-top: 0.5rem;
}

.other-news-title {
    font-size: 0.95rem;
    font-weight: bold;
}

.other-news-time {
    margin-top: 4px;
    color: #777;
    font-size: 0.8rem;
}

/*News page ends here*/


/*Article page starts here*/
.article-area{
    width: 100%;
    padding: 1rem;
}

.article-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 1rem;
}

.article-image-holder{
    min-width: 75%;
}

.article-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.article-header h3{
    font-family: 'Montserrat',sans-serif;
    font-size: 1rem;
    color: #727171;
    margin-top: 1rem;
}

.article-header p{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #727171;
    margin-bottom: 0.3rem;
}

.article-header span{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    color: #919191;
    align-self: flex-end;
    font-style: italic;
}

.article-content{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    color: #707070;
    line-height: 1.45rem;
    font-weight: 500;
}

/*Article page ends here*/

/*Experiences page starts here*/
.stories-you-tell-area{
    width: 100%;
    min-height: 40vh;
    background-image: linear-gradient(to bottom, 
                        rgb(255, 255, 255) 0%,
                        rgb(252, 252, 252) 25%,
                        rgb(248, 248, 248) 50%,
                        rgb(245, 245, 245) 75%,
                        rgb(243, 243, 243) 100%
                        );
    text-align: center;
    padding: 1.2rem;
    margin-top: 0.5rem;
}

.stories-you-tell-area h1{
    font-family: 'silk serif',sans-serif;
    font-size: 2rem;
    color: #707070;
    font-weight: 800;
    line-height: 2.2rem;
}

.stories-you-tell-area p{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    color: #707070;
    line-height: 1.45rem;
    font-weight: 500;
    margin-top: 1rem;
}

.expriences-carousel-area{
    position: relative;
    width: 100%;
    min-height: 50vh;
    background-image: linear-gradient(to bottom, rgb(0, 96, 134) );
    text-align: center;
    padding: 1rem;
}

.carousel-items{
    width: 100%;
    height: auto;
}

.featured{
    position: absolute;
    padding: 0.8rem 1.5rem;
    letter-spacing: 0.3rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    background-image: linear-gradient(to bottom, rgb(0, 96, 134));
    color: #f1f1f1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.fe-img-container{
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.fe-img{
    width: 100%;
    height: 100%;
}

.carousel-item h1{
    font-family: 'silk serif',sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f1f1;
    padding: 1rem;
    text-align: none;
}

.carousel-item p{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    color: #f1f1f1;
    line-height: 1.45rem;
    font-weight: 500;
    text-align: left;
}

.featured-btn-container{
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 100%;
    margin-top: 2rem;
}

.featured-btn{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    padding: 1rem 2rem;
    font-weight: 500;
    background-color: #fff;
    color: #006086;
    width: 150px;
    text-decoration: none;
}

.carousel-item a:link{
    text-decoration: none;
}

.featured-carousel-bullet{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.bullets{
    width: 1rem;
    height: 1rem;
    background-color: #f1f1f1;
    margin: 0 6px;
    font-size: 2rem;
    opacity: 0.4;
    cursor: pointer;
}

.bullets.active{
    opacity: 1;
    background-color: #fff;
}

.carousel-track-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

/*Experiences page ends here*/


/*Youth page starts here*/
.youth-badge{
    width: 100%;
}

.iframe-youth{
    border: none;
    width: 100%;
    min-height: 350px;
}

.ytnews{
    font-size: 28px;
    color: #8CA5D9;
}

.youth-com-badge{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
}

.okyc{
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    font-family: 'century',sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #f1f1f1;
    width: 180px;
    height: 227px;
    background-color: #314b4c;
     border-top-left-radius: 56px;
    border-bottom-right-radius: 44px;
}

/*Gallery starts here*/
.gallery-filter{
    display: flex;
    flex-direction: column;
    width: 250px;
    padding: 1rem 0.3rem ;
    font-family: 'Montserrat',sans-serif;
    color: #919191;
    font-size: 0.8rem;
    font-weight: 600;
}

.dropdown-btn {
  font-family: 'Montserrat',sans-serif;
  color: #919191;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 0.7rem;
  padding: 8px 12px;
  border: 1px solid #ccc;
  cursor: pointer;
  user-select: none;
  min-width: 200px;
  position: relative;
  padding-right: 30px;
  background-color: white;
}

.dropdown-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.dropdown.show .dropdown-btn::after {
  transform: translateY(-50%) rotate(180deg);
}

  .dropdown-content {
    display: none;
    position: absolute;
    font-size: 0.8rem;
    font-weight: 400;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    width: 200px;
    z-index: 1;
  }

  .dropdown-content label {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
  }

  .dropdown-content label:hover {
    background-color: #eee;
  }

  .dropdown.show .dropdown-content {
    display: block;
  }

  /* -------------------------------
   Gallery items starts here
--------------------------------*/
.gallery-grid {
  display: grid;
  gap: 0.7rem;
  padding: 0.2rem;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  align-items: start;
}

/* Proportional item */
.gallery-item {
  width: 100%;
  aspect-ratio: 220 / 264;      /* keeps width:height tied */
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
  transition: width .18s ease, height .18s ease, transform .18s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

  /*
  .gallery-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    padding: 0.7rem;
}
.gallery-grid img{
    width: 100%;
    min-height: 150px;
}
    */

      /* -------------------------------
   Gallery items ends here
--------------------------------*/

/*Community Happenings page starts here*/
.happenings-filter{
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.8rem;
    color: #5f5f5f;
    background-image: linear-gradient(rgba(197,197,197,0.6));
}

.happenings-filter img{
    width: 33px;
    height: 32px;
}

.kingdom-happ{
    display: flex;
    width: 100%;
    padding: 1rem;
    justify-content: center;
    font-family: 'silk serif',sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #5f5f5f;
}

.happening-results{
    display: flex;
    justify-content: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.6rem;
    color: #4894EB;
    font-weight: 600;
    padding: 1rem;
}

.happening-results span{
    margin: 0.4rem;
    border-top: solid 2px #4894EB;
    width: 20%;
}

.happening-content-area{
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.happening-content-area img{
    margin-bottom: 1rem;
}

.happening-content-area span{
    font-family: 'montserrat', sans-serif;
    font-size: 0.8rem;
    color: #5f5f5f;
}

.happening-content-area h3{
    font-family: 'silk serif', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #3c3c3c;
    margin-top: 0.5rem;
}

.happening-content-area p{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    color: #707070;
    line-height: 1.45rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.happ-btn{
    display: flex;
    justify-content: center;
    padding: 0.8rem;
    text-align: center;
    border: solid 2px #4894EB;
    width: 150px;
    text-decoration: none;
    margin-top: 1rem;
}

.happ-btn:hover{
    box-shadow: 0 0 5px #4894EB;
}

/*Event calendar page starts here*/

.event-month-filter-area{
    width: 100%;
    padding: 1rem;
}

.event-filter-by-month{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #727171;
    padding-bottom: 0.7rem;
}

.event-month-filter{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    width: 40%;
    padding: 0.5rem;
}

.calendar-event-header{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'silk serif',sans-serif;
    font-size: 1.2rem;
    color: #3c3c3c;
    font-weight: 600;
    padding: 1rem;
}
.calendar-event-wrap{
    width: 100%;
    padding: 1rem;
    font-family: 'Montserrat',sans-serif;
}

.calendar-event-wrap img{
    width: 100%;
}

.calendar-event-table-wrap{
    width: 100%;
}

.calendar-event-table{
    width: 100%;
    background-color: #BCC5E1;
}

.events-table{
    font-family: 'Montserrat',sans-serif;
}

.calendar-event-table-wrap table, th, td {
    border: solid 1px #707070;
    border-collapse: collapse;
    padding: 0.5rem;
    font-family: '',sans-serif;
    font-size: 0.8rem;
    color: #3f3f3f;
}

.calendar-event-table th{
    background-color: #b7b7b7;
}

.calendar-event-table tr:nth-child(even){
    background-color: #ECF0F5;
}

.calendar-event-wrap a:link{
    text-decoration: none;
    color: #274d74;
}

.calendar-event-wrap a:active{
    color: #274d74;
}

.calendar-event-wrap a:hover{
    color: #274d74;
}

.calendar-event-wrap a:visited{
    color: #274d74;
}


.accordion-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.accordion-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.accordion-header {
    width: 100%;
}

.accordion-content {
    width: 100%;
}

/*Calendar event page ends here*/

.media-wrapper{
    width: 100%;
    min-height: 100vh;
}

.media-player{
    width: 100%;
    min-height: 250px;
}

.media-description{
    width: 100%;
    height: auto;
    padding: 1rem;
}

.created-at{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #737373;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    text-transform: capitalize;
}

.media-type{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 500;
    width: 3rem;
    margin-top: 0.6rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
    background-color: #c23616;
    color: #fff;
    transform: skew(-20deg);
}

.media-description h2{
    font-family: 'Montserrat',sans-serif;
    color: #202020;
    text-transform: capitalize;
}

.media-content{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    font-weight: 450;
    line-height: 1.35rem;
    color: #282828;
    padding-top: 1rem;
}



/*Article Page style starts here*/
.article-area{
    width: 99%;
    min-height: 83vh;
    background-color: #fff;
    border-top: solid 5px #8CA5D9;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.preview-article-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    color: #000;
}

.preview-article-wrap h2{
    font-family: 'Montserrat',sans-serif;
    color: #202020;
    text-transform: capitalize;
}

.preview-article-wrap h5{
    text-transform: capitalize;
    color: #003a63;
    font-style: italic;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    
}

.preview-article-wrap p{
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    font-weight: 450;
    line-height: 1.35rem;
    color: #282828
}

.article-main-img{
    max-width: 100%;
    height: auto;
}

/* ---------- Base image style ---------- */
.article-main-img-file {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.article-addons{
    font-family: 'silk serif', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #919191;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.article-addons img{
    width: 32px;
    height: 32px;
}

.article-addons p{
    margin-right: 1rem;
    margin-top: -0.2rem;
}

.article-addons a{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
}

.article-posted-time{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #737373;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    text-transform: capitalize;
}

.article-cat-area{
    padding: 0.3rem 0.6rem;
    background-color: #3e74b1;
    color: #fff;
    transform: skew(-20deg);
}

.photo-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: rgba(0,0,0,0.3);
  padding: 10px;
  border-radius: 50%;
  user-select: none;
}

.arrow.left { left: 10px; }
.arrow.right { right: 10px; }

/*Article Page style ends here*/

/*Calendar event page starts here*/
.calendar-section {
    border: 1px solid #ddd;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.calendar-collapse-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    padding: 12px 15px;
    cursor: pointer;
}

.calendar-collapse-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.toggle-btn {
    background: #0077ff;
    color: white;
    border: none;
    padding: 5px 12px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.calendar-image {
    width: 100%;
    margin-top: 10px;
}

.events-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.events-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
/*Calendar event page ends here*/

/*Article social media share starts here*/
.article-share {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    border: solid 1px #3e74b1;
    border-radius: 1rem;
    padding: 1rem;
    justify-content: center;
}

.article-share p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-right: 0.5rem;
}

.article-share a img {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.article-share a img:hover {
    transform: scale(1.15);
}

/*Article social media share ends here*/

/*Per community page starts here*/
/* Badge */
.per-community-grid{
    min-height: 100dvh;
}

.com-badge {
    width: 160px;
    height: 200px;
    background: #2f4a4b;
    border-radius: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}

.com-badge p {
    color: white;
    font-size: 1.4rem;
    letter-spacing: 2px;
}

/* Title area */
.per-community {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
    padding: 1rem;
}

.per-community h1 {
    font-size: 2rem;
    letter-spacing: 1px;
    color: #919191;
    font-family: 'silk serif', serif;
    text-transform: uppercase;
    margin-top: -2rem;
}

.per-community .sup-com{
    letter-spacing: 4px;
    font-size: 0.8rem;
    text-align: left;
}

.per-community .sub-com {
    letter-spacing: 4px;
    font-size: 0.8rem;
    margin-top: -1.7rem;
    text-align: right;
}

/* Buttons (video + gallery) */
.media {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1.5rem 1rem;
    
}

.media a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: #505050;
    font-weight: 600;
}

.media img {
    width: 32px;
    height: 32px;
}

/* Banner image */
.per-com-banner img {
    width: 100%;
    max-width: 100%;
    border-radius: 40px 0 40px 0;
    margin: 1rem 0;
}

.per-com-banner{
    padding: 1rem;
}

/* Community article */
.community-article {
    text-align: center;
    padding: 1rem 0.5rem;
}

.community-article small {
    font-size: 0.8rem;
    color: #505050;
    letter-spacing: 2px;
}

.community-article h3 {
    margin-top: 0.3rem;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.community-article p {
    margin-top: 0.7rem;
    line-height: 1.45rem;
    font-size: 0.9rem;
}

/*About us page starts here */
.about-wrap{
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 1.2rem;
    max-width: 1100px; 
    margin: 0 auto; 
}

.about-wrap h3{
    font-family: 'Silk Serif',sans-serif;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.about-banner-img{
   width: 100%;
    max-width: 100%;
    height: auto;
    /* OPTIONAL BUT RECOMMENDED */
    max-height: 550px;        /* prevents tall stretching */
    object-fit: fill;       /* crops nicely if needed */
    border-radius: 12px;
}

.about-wrap p{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #555;
    line-height: 1.6;
    margin-top: 1rem;
}



.team-section {
padding: 60px 20px;
background: #f8f9fb;
}


.section-title {
font-family: 'Silk Serif',sans-serif;
text-align: center;
font-size: 2rem;
margin-bottom: 40px;
color: #0b3c5d;
}


.team-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
max-width: 1200px;
margin: auto;
}


.team-card {
background: #ffffff;
border-radius: 14px;
padding: 25px 20px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.team-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}


.avatar {
width: 100px;
height: 100px;
margin: 0 auto 15px;
border-radius: 50%;
background: linear-gradient(135deg, #0b3c5d, #1e90ff);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: #fff;
font-weight: bold;
}


.team-card h3 {
font-size: 1.2rem;
}

.team-card .role{
    color: #0b3c5d;
    font-size: 0.8rem;
}
/*About us page ends here */


/*Contact us page starts here */
.contact-page {
  width: 100%;
  background: #f8f9fb;
  margin-top: 1.2rem;
}

.contact-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.2rem;
  min-height: 100dvh;
}

.contact-wrap h3 {
  text-align: center;
  font-family: 'Silk Serif', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.contact-intro {
  text-align: center;
  max-width: 700px;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: #555;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

/* Contact Info Cards */
.contact-info {
  display: grid;
  gap: 1.2rem;
}

.contact-card {
  background: #ffffff;
  padding: 1.4rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.contact-card h4 {
  margin-bottom: 0.4rem;
  color: #0b3c5d;
}

.contact-card p {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 0.95rem;
}

.contact-card a {
  color: #1e90ff;
  text-decoration: none;
}

.icon {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}
/*Contact us page ends here */

/*Donate Page starts here*/
.donate-page {
  width: 100%;
  background: #f8f9fb;
}

.donate-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.2rem;
}

.donate-wrap h3 {
  text-align: center;
  font-family: 'Silk Serif', sans-serif;
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
  color: #333;
}

.donate-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 2rem;
  font-family: 'Montserrat', sans-serif;
  color: #555;
  line-height: 1.6;
}

/* Sections */
.donate-section {
  margin-bottom: 2rem;
}

.donate-section h4 {
  color: #0b3c5d;
  margin-bottom: 0.6rem;
}

.donate-section p,
.donate-section li {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.6;
  margin-left: 1rem;
}

/* Donation Methods Grid */
.donation-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* Cards */
.donate-card {
  background: #ffffff;
  padding: 1.6rem;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.donate-card h4 {
  margin-bottom: 0.8rem;
  color: #0b3c5d;
}

/* Buttons */
.donate-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
}

.paystack-btn,
.flutterwave-btn {
  padding: 0.7rem;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.paystack-btn {
  background: #0ba4db;
  color: #fff;
}

.flutterwave-btn {
  background: #f5a623;
  color: #fff;
}

/* Disclaimer */
.donate-disclaimer {
  background: #eef3f7;
  padding: 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

/* Thank You */
.donate-thanks {
  text-align: center;
  font-weight: 600;
  color: #0b3c5d;
}



/*Donate Page ends here*/
