@charset "utf-8";
/* CSS Document */


body {
	font-family: "Figtree", sans-serif;
	margin: 0px;
	padding: 0px;
}
/*Home Start*/

.desktop-head {
	background: #fff;
}
.desktop-head h1 {
	font-size: 26px;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
}
.btn-orange:hover {
	background-color: #a24820;
}
.footer-links a {
	display: block;
	margin-bottom: 0.25rem;
}
.social-icons a {
	font-size: 1.2rem;
	margin-right: 1rem;
	color: #333;
}
.logo-text {
	font-weight: bold;
	font-size: 1.1rem;
}
.event-card {
	background: white;
	border-radius: 16px;
	padding: 0rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.event-card p {
	width: 96%;
	text-align: left;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-left: 4%;
}
.event-date {
	background-color: #2f475d;
	color: white;
	font-family: "Figtree", sans-serif;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	font-weight: 400;
	font-size: 25px;
	padding: 5px 20px;
	line-height: 40px;
}
body nav.main-nav {
	background: #2f4858 !important;
	padding:0px;
}
body .main-slide-sec h2 {
	font-size: 48px;
	color: #000;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
}
.foot-link{}
body .main-slide-sec .btn-orange {
	width: auto;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 8px 35px;
}
body .btn-orange {
	background: #be502e !important;
	color: #fff;
	font-size: 20px;
	width: 115px;
	border-radius: 16px;
}
.dropdown button:hover{ background:none; border:0px;} 
.dropdown button {
	color: #222;
	padding-left:0px;
	font-size: 20px;
	font-family: "Figtree", sans-serif;
}
.main-slide-sec .slide-img img {
	width: 100%;
	border-radius: 0px;
	box-shadow: 0 0 0;
}
ul.navbar-nav li a {
	font-size: 20px;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	padding: 8px 25px !important;
}
body .upcoming-event {
	background: #e0e6eb !important;
}
.upcoming-event h5 {
	font-size: 24px;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
}
.upcoming-event a.text-orange {
	font-size: 20px;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
	color: #be502e;
}
.Sponsors .box img {
	width: 60%;
}
.Sponsors .box {
	background: #efefef;
	border-radius: 8px;
	padding: 15px 0px;
	width: 80%;
}
.Sponsors h5 {
	font-size: 24px;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
	text-align: center;
}
footer {
	border-top: 1px solid #ddd;
}
.foot-left {
	display: flex;
	align-items: flex-start;
}
.foot-left img {
	width: 96px;
	margin-right: 15px;
	object-fit: contain;
}
.footer-links h5, .foot-right h5 {
	font-weight: 600;
	font-size: 16px;
	font-family: "Figtree", sans-serif;
	margin: 0px;
	color: #000;
}
.footer-links a {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
}
.footer-links a:hover {
	text-decoration: underline;
}
.foot-content {
	align-items: flex-start;
}
a.email i {
	margin: 8px 6px 0 0;
}
a {
	text-decoration: none;
	outline: none;
}
a.email {
	font-size: 18px;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
	text-decoration: none;
	display: flex;
	align-items: flex-start;
}
.copy-right {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
}
.div-head-mob {
	display: none;
}
nav.navbar .navbar-collapse h1 {
	display: none;
}
nav.navbar .navbar-collapse .btn.btn-orange {
	display: none;
}
nav.navbar .mob-nav {
	display: none;
}
.carousel-indicators {
	bottom: -30px;
}
.carousel-indicators [data-bs-target] {
	background-color: #fff !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	margin: 0 5px;
	opacity: 0.5;
}
.carousel-indicators .active {
	opacity: 1;
	background-color: #f26522;
}
.board-member h5{ font-weight: 500; font-size: 32px; font-family: "Figtree", sans-serif;}
.board-member p{ font-weight: 600; font-size:16px; font-family: "Figtree", sans-serif;}

section h4{ font-size: 32px; font-weight: 500;}
/*Home End*/

/*About Start*/
.section {
	padding: 2rem 0;
}
.section-light {
	background-color: #f8f9fa;
}
.section-grey {
	background-color: #e3e9ef;
}
.img-fluid {
	border-radius: 6px;
}
.btn-custom {
	background-color: #cc5c2c;
	color: #fff;
	border: none;
}
.btn-custom:hover {
	background-color: #b34f24;
}
.circle-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 auto;
}
/*.section-grey h4 {
	text-align: right;
}
.section-grey p {
	text-align: right;
}*/
.about-sec button {
	background: #be502e !important;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	width: auto;
	font-family: "Figtree", sans-serif;
	border-radius: 16px;
	padding: 7px 45px 10px 45px;
}
.about-sec .btn-custom {
	background: #be502e !important;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	width: auto;
	font-family: "Figtree", sans-serif;
	border-radius: 16px;
	padding: 7px 45px 10px 45px;
}
.img-fluid.zero-rad {
	border-radius: 0px;
}
/*About End*/



/*Resource*/
.featured-guide {
	background-color: #f4e8e3;
	border: 0px solid #ddd;
	display:flex;
		box-shadow: 0 3px 7px #ddd;
	flex-direction: row;
		justify-content: space-between;
}
.guide-box {
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	transition: all 0.2s ease;
}
.guide-box:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.btn-arrow {
	background-color: #c1694f;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.2rem;
	border: none;
}
.btn-arrow:hover {
	background-color: #a0523b;
}
.featured-guide img {
	width: 100%;
	border-top-left-radius: 6px;	
	border-bottom-left-radius: 6px;
}

.featured-guide.ar-class img {
	border-top-right-radius: 6px;	
	border-bottom-right-radius: 6px;
}
.featured-guide.ar-class .me-3 {
    margin-left: 1rem !important;
    margin-right: 0px !important;
}
.featured-guide.ar-class .rounded-circle img {
    transform: rotate(180deg);
}


.featured-guide h6 {
	font-size: 24px;
	font-family: "Figtree", sans-serif;
	color: #2f4858;
	font-weight: 700 !important;
	margin: 25px 0 10px 0 !important;
}
.featured-guide p {
	font-size: 18px;
	font-family: "Figtree", sans-serif;
	color: #2f4858 !important; 
	font-weight: 400;
}
.arrow-right a {
	background: #cb7358;
	colorl: #fff;
	font-size: 20px;
}
.resources img {
	width: 100%;
}
.arrow-right a {
	background: #cb7358;
	color: #fff;
	font-size: 50px;
	float: right;
	width: 90%;
	display: flex;
	align-items: center;
	border-radius: 0px !important;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	margin: 0px !important;
	justify-content: center;
	height: 100%;
}

.arrow-right a:hover, .arrow-right a:focus {
	background: #cb7358 !important;
	color: #fff;
	outline: none;
	border:0px;
}
.resources h2 {
	font-size: 48px;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
	color: #222;
}
.resources-main h5 {
	font-size: 32px;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
	color: #222;
}
body .guide-box  img {
	object-fit: contain;
	width: 50px;
	margin-top: -35px;
}

body .guide-box .arrow-right img{ width: 20px; margin-top: 0px;}
body .guide-box, body .guide-box:hover {
	background: #f8edea;
	border-radius: 8px;
	border: 0px;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0px 20px;
	box-shadow: 0 2px 4px #ddd;
}
.guide-box h6 {
	font-size: 32px;
    padding-top: 10px;
	font-weight: 500 !important;
	margin-bottom: 8px;
	font-family: "Figtree", sans-serif;
	color: #2f4858;
}
.guide-box p {
color: #2F4858 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Figtree", sans-serif;
	padding-bottom: 15px;
	width: 84%;
}
body .guide-box .arrow-right a {
	width: 100%;
	height: 100%;
}
body .guide-box div.guide-div {
	width: 68%;
}
.bottom-bar p {
	color: #2F4858;
	font-size: 18px;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
	margin: 0px;
}
.bottom-bar {
	text-align: center;
	background: #e0e6eb;
	padding: 30px;
}
.bottom-bar p a {
	color: #cb7358
}
/*Resource*/

.top-header h2{font-family: "Figtree", sans-serif;font-size: 48px;font-weight: 400 !important;}
.event-header p{font-family: "Figtree", sans-serif;
	font-size: 18px;
	font-weight: 400 !important;}
/*Event*/
.month-event-title {
	font-size: 32px;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
}

.month-event-month {
	font-weight: 600;
	margin-top: 2rem;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	position: relative;
}
.month-event-month::after {
content: "";
	width: 90%;
	position: absolute;
	right: 0px;
	bottom: 0;
	height: 2px;
	background: #222;
	top: 0;
	margin: auto;
}
.days {
	text-align: center;
		width: 8%;
		margin-right: 20px;}
.month-event-tit button {
	padding: 0px;
}
.month-event-tit p {
	color: #333;
		padding-left: 0px;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		font-family: "Figtree", sans-serif;
	}
.month-event-card {
	background: none;
    border-radius: 16px;
    padding: 0rem;
    box-shadow: 0 0 0px;
    text-align: center;
	padding-bottom:20px;
	padding-top:20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.pagination-arrows img{ width:10px; margin-right:15px;} 
.text-muted{ font-size:14px; 	color: #222;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
}
.gray-bg .event-month {
	font-size: 18px;
	color: #222;
	font-weight: 600;
	font-family: "Figtree", sans-serif;
}
.month-event-card .event-title {
	font-size: 26px;
	color: #222;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
}
.month-event-card button.btn-outline-custom {
	border: 1px solid #be502e;
	padding: 5px 20px;
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	color: #be502e;
	border-radius: 10px;
}
.bot-arrow {
	display: flex;
}
.month-event-date {
	font-size: 28px;
	color: #222;
	font-weight: 400;
}
.month-event-day-label {
	font-size: 12px;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
	color: #333;
}
.btn-outline-custom {
	border: 1px solid #c46542;
	color: #c46542;
	font-size: 14px;
	padding: 5px 14px;
	border-radius: 8px;
}
.month-event-meta {
	font-size: 14px;
	color: #444;
}
hr.custom-divider {
	border-top: 2px solid #1a3341;
	margin: 1.5rem 0;
}
.pagination-arrows {
	font-size: 20px;
	cursor: pointer;
}
.event-section {
	padding-bottom: 4rem;
}
.top-header {
	padding-top: 2rem;
}
.gray-bg {
	background: #fff;
	padding: 1% 2%;
}
   .annual-festival{ background:#fff;}
/*Event*/

/*News*/
.gray-bg.news .month-event-month::after { width: 90%;}
.search{   
    width: 100%;
    border-radius: 15px;
    height: 40px;
    position: relative;
	margin:0 0 30px 0;
	background:#fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
	}
.search button{
	position: absolute;
    top: 4px;
    /*right: 6px;*/
    background: #be502e;
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    border-radius: 13px;
    padding: 4px 10px;
}
.search i{ margin-left:20px;margin-bottom: 15px;}
.search input{width: 100%;
    outline: none;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    border: 0px;
    background: none;
    height: 40px;
    padding: 0 12.2% 0 1%;
    font-family: "Figtree", sans-serif;}
.text-muted a{color:#be502e;}
.gray-bg.news { padding-top:20px}

/*News*/


/*Get Involved*/
.achievement h5{ font-size:32px; font-weight:500; font-family: "Figtree", sans-serif; text-align: left;}
.achievement ul li:last-child{ margin-right:0px;}

.achievement ul li:nth-child(2n)::after{
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	left: -50px;
	top: 0px;
	bottom: 0px;
	background: #2f4858;
	border-radius: 100px;
	margin: auto;
}

.achievement ul li:nth-child(2n)::before {
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	right: -50px;
	top: 0px;
	bottom: 0px;
	background: #2f4858;
	border-radius: 100px;
	margin: auto;
}
.achievement ul li{    
	font-weight: 400;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    font-style: italic;
	position: relative;
  	list-style: none;
    text-align: center;
    margin-right: 10%;}
.achievement ul{
	display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;} 
/*Get Involved*/


/*Doante*/
.breadcrumb{ width:100%; margin-bottom: 0px !important;}
.breadcrumb ul{ margin:0px; padding:0px; display: flex;}
.breadcrumb ul li{list-style:none; font-size:16px; font-family: "Figtree", sans-serif; font-weight:400; padding-right:10px;}
.breadcrumb ul li:last-child{ font-weight: 700;}
.breadcrumb ul li a{font-size:16px; font-family: "Figtree", sans-serif; font-weight:400; color:#222; text-decoration:none; margin-right: 8px;}
.community { padding-top:30px;}
.community h5{ font-size:32px; font-weight:500; font-family: "Figtree", sans-serif;}
.community p{ margin:0px; padding:0px; font-size:18px; font-family: "Figtree", sans-serif; font-weight:400; color:#222; }
.fundraisers h3{ font-size:24px; font-weight:700; color:#222; font-family: "Figtree", sans-serif; }
.fundraisers-detail{ background: #222; padding: 4px;}
.fundraisers-detail img{ width:100%; border-top-left-radius: 8px; border-top-right-radius: 8px;}
.fundraisers-detail h4{ margin: 0px;font-size: 18px;font-family: "Figtree", sans-serif;font-weight: 600;color: #fff;padding: 10px 10px;}
.fundraisers-detail ul{ margin: 0px; display: flex;list-style: none; padding-left:10px; align-items: center; justify-content: flex-start; padding-bottom:10px;}
.fundraisers-detail li{ font-size:16px; font-family: "Figtree", sans-serif; font-weight:400; color:#fff; line-height:12px;}
.fundraisers-detail li:last-child{ border-left:1px solid #8b9993; padding-left:5px; margin-left:5px; color:#8b9993;}
/*Doante*/


/*Become-Member*/
.membership-form{ background:#e0e6eb; padding:10px 0px;}	
.membership-form-inner{ background:#fff; border-radius:16px; padding:15px;}

.membership-form-inner h3{ font-size:32px; font-weight:500; color:#222; font-family: "Figtree", sans-serif;}
.membership-form-inner label{font-size:16px; font-weight:700; color:#222; font-family: "Figtree", sans-serif;}
.membership-form-inner label span{color:#f00;}
.membership-form-inner label span.op{color:#222; font-style:italic; font-weight:400; font-size:14px;}
.membership-form-inner .form-fields{ width:100%; padding-bottom:15px;}
.membership-form-inner .form-fields p{font-size:15px; font-weight:400; color:#222; font-family: "Figtree", sans-serif; margin:0px; font-style:italic}
.membership-form-inner input{ width:100%; border:1px solid #888; border-radius:8px; height:40px; font-size:16px; font-weight:400; color:#222; font-family: "Figtree", sans-serif; padding:0 10px;}
.membership-form-inner textarea{ width:100%; border:1px solid #888; border-radius:8px; min-height:80px; resize:none; font-size:16px; font-weight:400; color:#222; font-family: "Figtree", sans-serif; padding:12px;}
.note{ font-size:16px; font-weight:400; font-family: "Figtree", sans-serif; margin-bottom:15px;}
.membership-form-inner .form-submit{ background: #be502e; border-radius: 10px; color: #fff; font-family: "Figtree", sans-serif;font-size: 16px;border: 0px;
width: auto;padding: 0 20px;height: 40px;}
 /*Become-Member*/ 
 
/*volunteer*/
.volunteer-btn{background: #be502e !important; color: #fff; font-family: "Figtree", sans-serif; padding:12px 20px; font-size: 16px; font-weight:400;    border-radius: 16px; text-decoration:none; margin-top:20px; display:inline-block;}
.volunteering-callouts h5{font-size:32px; font-weight:400; color:#222; font-family: "Figtree", sans-serif; margin:0px 0 20px 0; padding:0px;}
.callouts{ background:#f8edea; border-radius:12px;  padding:20px; margin-bottom:25px; min-height:310px;}
.callouts .callouts-header{ width:100%; display:flex; padding-bottom:15px; gap:11px;}
.callouts .callouts-header img{     width: 40px; object-fit: contain;}
.callouts .callouts-header h6{ font-size:24px; font-weight:700; color:#222; font-family: "Figtree", sans-serif; margin:0px; padding:0px;}
.callouts .callouts-header p{font-size:16px; font-weight:400; color:#222; font-family: "Figtree", sans-serif; margin:0px; padding:0px;}
.callouts  p{font-size:16px; font-weight:400; color:#222; font-family: "Figtree", sans-serif; margin:0px 0 10px 0; padding:0px;}
.callouts  p a{color:#be502e; text-decoration:none;}
/*volunteer*/

/*summer jobs*/
.summer-bobs p a{color:#be502e; text-decoration:none;}
.btn-apply{  background: #be502e;
    color: #fff;
    border-radius: 12px;
	position:absolute;
	bottom:20px;
	right:20px;
    text-decoration: none; 
	font-family: "Figtree", sans-serif;

    font-size: 15px;
    padding: 5px 20px;}
/*summer jobs*/



/*Contact*/
.touch{
	background: #fff;
    border-radius: 16px;
    padding: 15px;
}

.touch h3{font-family: "Figtree", sans-serif;font-size: 32px; font-weight:500}
.touch h5{font-family: "Figtree", sans-serif;font-size: 24px; font-weight:700; margin:15px 0}

.touch ul.touch-link{ margin: 0; padding: 0 0 15px 0;}
.touch ul.touch-link li{list-style:none; padding-bottom:10px;}
.touch ul.touch-link li a{ text-decoration: none;  color: #222; font-weight: 400; font-family: "Figtree", sans-serif;}
.touch ul.touch-link li i{ padding-right:10px;}

.touch ul.social-link{ margin: 0; padding: 0 0 15px 0; display: flex; justify-content:flex-start;}
.touch ul.social-link li{list-style:none; margin-right:20px;}
.touch ul.social-link li a{text-decoration: none;  color: #222; font-weight: 400; font-family: "Figtree", sans-serif;}
.touch ul.social-link li img{ width:40px;}

/*Contact*/

/*Success*/
.submit-success{ text-align:center;}
.submit-success h5{text-align: center; font-size: 30px; font-weight: 500; margin:0px; padding:0px; font-family: "Figtree", sans-serif;}
.submit-success img{ margin:100px 0px;}
.submit-success .btn-row{ width:100%; display:flex; justify-content: center;}
.submit-success .btn-row a:hover{color:#be502e; border:1px solid #be502e; background:#fff;}
.submit-success .btn-row a{background: #be502e;border:1px solid #be502e; color: #fff; text-decoration: none; padding: 7px 35px; border-radius: 10px;
font-family: "Figtree", sans-serif; margin-right:20px;}

/*Success*/
/*Article*/

.article-container {
padding: 25px;
margin: 0 auto;
background: #E0E6EB;
}


.node--type-gallery .article-container{padding: 25px 5px;}

.article.art-inside{ max-width:inherit}
.article {
max-width: 800px;
margin: 0 auto;
background: #FFFFFF;
padding: 30px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.art-inside .article-title{ text-align:center;}
.article-title {
	font-size: 48px;
	font-weight:400;
	font-family: "Figtree", sans-serif;
	margin-bottom: 1.5rem;
	color: #333;
}

.article-image {
width: 100%;
height: 300px;
object-fit: cover;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #6c757d;
}

.article-text {
line-height: 1.6;
margin-bottom: 1.5rem;
font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-weight: 400;
color: #495057;
}

.article-navigation {
display: flex;
justify-content: space-between;
margin-top: 3rem;
padding-top: 1.5rem;
border-top: 1px solid #dee2e6;
}
.page-path {
margin-bottom: 1.5rem;
}

.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 0;
margin-bottom: 0;

list-style: none;
background-color: transparent;
border-radius: 0;
font-size: 0.9rem;
}

.breadcrumb-item {
display: flex;
align-items: center;
}

.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
content: "/";
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
}

.breadcrumb-item a {
color: #BE502E; /* Your brand orange color */
text-decoration: none;
transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
color: #9a3f1f; /* Darker shade for hover */
text-decoration: underline;
}

.breadcrumb-item.active {
color: #495057;
}

.nav-btn {
display: flex;
align-items: center;
color: #BE502E;
text-decoration: none;
font-weight: 500;
padding: 8px 15px;
border-radius: 4px;
transition: background-color 0.3s;
}

.nav-btn:hover {
color: #9a3f1f;
background-color: #f8f9fa;
}

.nav-btn i {
margin: 0 8px;
}

.breadcrumb {
background-color: transparent;
padding: 0;
margin-bottom: 20px;
}
/*Article*/


/*Event 1*/
   .event-section {
      font-family: Arial, sans-serif;
      background-color: #f8f8f9;
      padding: 20px 0;
      color: #333;
    }
    
    .event-page {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 25px;
    }
    
    /* Event Details Card */
    .event-details {
     
      flex: 2;
      min-width: 300px;
      padding: 30px 20px 30px 0;
    
    }
    
    .event-title {
      font-size: 28px;
      margin-bottom: 15px;
      color: #333;
    }
    
    .event-image {
      background-color: #dce0e5;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      border-radius: 4px;
      overflow: hidden;
    }
    
    .event-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .register-btn {
      background-color: #B94E26;
      color: #fff;
      padding: 10px 18px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
      margin-top: 15px;
    }
    
    .register-btn:hover {
      background-color: #9a3f1f;
    }
    
    /* Sidebar */
    .event-sidebar {
      flex: 1;
	  padding-top:100px;
      min-width: 300px;
    }
    
    .sidebar-card {
      background: #FFFFFF;
      border-radius: 4px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .sidebar-section {
      padding: 15px;
      border-bottom: 1px solid #ddd;
	  font-weight: 600;
	  font-family: "Figtree", sans-serif; font-size:16px;
    }
    
    .sidebar-header {
      background-color: #596D79;
      color: white;
      padding: 12px 15px;
      font-weight: 500;
	  font-family: "Figtree", sans-serif; font-size:16px; 

    }
    
.calendar-link {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #BE502E; /* Text color */
}

.calendar-link i {
  color: black; /* Icon color */
  margin-right: 8px; /* Add spacing between icon and text */
}
    
    /* Navigation Buttons */
    .nav-buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
      padding: 0 15px;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .prev-btn,
    .next-btn {
      color: #000000;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      padding: 10px 20px;
    }
/*Event 1*/


/*Necommerguide*/
  .section-title {
      font-size:32px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #222;
	  font-family: "Figtree", sans-serif;
    }
	
	.browse-resources p{font-family: "Figtree", sans-serif; font-size:16px; font-weight:400; margin:0px;}
	
    /* Card reusable style */
    .card-box {
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 8px;
      padding: 1rem;
      transition: all 0.3s ease;
    }
    .card-box:hover {
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* ========================
       Hero / Intro Section
    ======================== */
    .newcomer-hero {
      padding: 3rem 0;
    }
    .newcomer-hero p {
      font-size: 1rem;
      color: #555;
    }
    .whatsapp-link {
      display: inline-block;
      margin-top: 1rem;
      font-weight: 500;
    }
    .whatsapp-link {
      font-size: 18px;
    display: flex;
    font-family: "Figtree", sans-serif;
    align-items: center;
    gap: 5px;
    font-style: italic;
    font-weight: 400;
}

.whatsapp-link img {
  width: 30px;
  height: 30px;
}

.whatsapp-link a {
  color: #be502e;
  font-weight: 600;
  text-decoration: none;
}

.whatsapp-link a:hover {
  text-decoration: underline;
}

    /* ========================
       Where to Start Section
    ======================== */
    .where-to-start {
      background-color: #f8f8f9;
      padding: 2rem 0;
	  margin-bottom: 20px;
    }
	
	.where-to-start .start-item{ text-align:left;}
    .start-item {
      text-align: center;
    }
    .start-item img {
      margin-bottom: 0.8rem;
	  border-radius:10px;
    }
    .start-item .label {
    font-size: 16px;
    font-weight: 500;
    color: #be502e;
    text-align: left; 
    word-wrap: break-word; 
      }

    .category-title {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
	font-family: "Figtree", sans-serif;
	}
    .resource-card {
	background: #f8f8f9;
    border: 0;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px #ddd;    }
    .resource-card:hover {
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    .resource-card h5 {
      font-size: 18px;
      font-weight: 400;
    }
	.resource-card i{color:#2f4858}
    .resource-card p {
	font-size: 16px;
    color: #222;
    margin: 0;
    font-weight: 400;    }
    .resource-card a i{color: #d35400;}
    .resource-card a {
      color: #d35400;
      text-decoration: underline;
	  font-size: 16px;
    margin: 0;
    font-weight: 400;
    }
    .resource-card a:hover {
      text-decoration: underline;
    }

/*Necommerguide*/

/*Volunteer*/
 /* Breadcrumb Styles */
.page-path-volunteer {
padding: 15px 0;
background-color: white;
border-bottom: 1px solid #dee2e6;
}

.breadcrumb {
margin-bottom: 0;
padding: 0 15px;
}

.breadcrumb-item a {
color: #be502e;
text-decoration: none;
}

.breadcrumb-item.active {
color: #495057;
}

.breadcrumb-item + .breadcrumb-item::before {
content: ">";
color: #6c757d;
}

/* Volunteer Content Styles */
.volunteer-container {
background-color: #e0e6eb;
padding: 40px 0;
min-height: 60vh;
}

.volunteer-content {
max-width: 800px;
margin: 0 auto;
background: white;
padding: 30px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.volunteer-title {
color: #343a40;
margin-bottom: 20px;
font-weight: 700;
}

.volunteer-text {
line-height: 1.6;
margin-bottom: 30px;
}

.volunteer-form {
margin-top: 30px;
}

.form-label {
font-weight: 500;
}
.volunteer-form textarea{height:80px;border: 1px solid #888;}
.submit-Form {
    background: #be502e;
    border-radius: 10px;
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    border: 0px;
    width: auto;
    padding: 10px 20px;}

.submit-Form:hover {
background-color: #9a3f1f;
color: #fff;
}

/* Make sure it's not being overridden by Bootstrap */
button.submit-Form.btn {
/* Reset any conflicting Bootstrap styles */
border: none !important;
box-shadow: none !important;
text-shadow: none !important;
}

/*Volunteer*/


.annual-festival .event-title{ 	font-size: 26px; color: #222; font-weight: 400;	font-family: "Figtree", sans-serif;}
.annual-festival .event-details p{ 	font-size: 16px; color: #222; font-weight: 400;	font-family: "Figtree", sans-serif;}
.annual-festival .event-details h3{font-size: 16px; color: #222; font-weight: 400;	font-family: "Figtree", sans-serif; margin-bottom:25px}
.annual-festival .event-details ul{ margin:0px; padding:0px 0 20px 0; list-style-position:inside}
.annual-festival .event-details ul li{font-size: 16px; color: #222; font-weight: 400;	font-family: "Figtree", sans-serif;}
.annual-festival .event-details button{ border-radius: 16px;font-size: 16px;color: #fff;font-weight: 500;font-family: "Figtree", sans-serif;
padding: 7px 25px;}
.breadcrumb-top-nav ul{ padding-top:20px; padding-bottom: 20px } 
.summer-container{background: #e0e6eb; padding: 10px 0px;}
.summer-content{ background: #fff; border-radius: 16px; padding: 15px;}	
.summer-content h1{font-size: 32px;font-weight: 500;color: #222;font-family: "Figtree", sans-serif;}

body .summer-content input{width: 100%;border: 1px solid #888;border-radius: 8px;height: 40px;font-size: 16px;font-weight: 400;color: #222;
font-family: "Figtree", sans-serif;padding: 0 10px;}	
body .summer-content label .astric{color:#f00;}	
body .summer-content  .form-section-title{font-size: 16px;font-weight: 700;color: #222;font-family: "Figtree", sans-serif;}

.file-upload img{ margin:15px 0px}
.file-upload p{ font-size:16px; font-weight:700; font-family: "Figtree", sans-serif; margin-bottom:10px;}
.file-upload{border: 2px dotted #c97054;border-radius: 10px;padding: 15px 15px;text-align: center;margin-bottom:15px;width: 50%;}

.eligiblty{ padding-top:30px; font-size:16px; font-weight:400; font-family: "Figtree", sans-serif; }
.summer-text a{color:#be502e; text-decoration:none;}
.eligiblty .form-check input{ width:20px; height:20px; border:1px solid #be502e; margin-right:10px;}	
.eligiblty .form-check label{ margin-top:3px;  font-weight:600; font-family: "Figtree", sans-serif; }
.eligiblty .form-check label span{color:#f00;}
body .summer-content label{font-size: 16px; font-weight: 700; color: #222; font-family: "Figtree", sans-serif;}	
.f-guide{display:none;}


/*Gallery*/
.gallery h2{ margin:0px; padding:0px; font-size: 48px;font-weight: 400;	font-family: "Figtree", sans-serif;	color: #222;} 
.gallery-list img{ width: 100%; height: 212px;}
.gallery-list h5{font-size: 32px;font-weight: 400;color: #222;	font-family: "Figtree", sans-serif;	margin: 0px 0 20px 0;padding: 0px;}

.pagination ul{ width: 100%; margin:0px; padding:0px; display:flex;}
.pagination ul li{ list-style: none;}
.pagination ul li a{ text-decoration: none;border: 1px solid #ddd;width: 40px;height: 40px;border-radius: 4px;line-height: 40px;
font-family: "Figtree", sans-serif;display: block;text-align: center;font-weight: 500;color: #222; margin-right:10px;}  
.pagination ul li a:hover{ background:#be502e; color:#fff; border: 1px solid #be502e;}
.pagination ul li.prev a{ width: auto; padding-left: 15px; padding-right: 15px;}
.pagination ul li.next a{ width: auto; padding-left: 15px; padding-right: 15px;}

.gallery-inside{margin: 0 auto;background: #FFFFFF;padding: 30px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.gallery-inside h1{ text-align: center; font-size: 48px; font-weight: 400; font-family: "Figtree", sans-serif; margin-bottom: 1.5rem;color: #333;}
.gallery-inside img{ width: 100%; margin-bottom: 25px;height: 170px;}
nav a.navbar-brand img{ width: 117px;}
/*Gallery*/

@media screen and (max-width: 767px) {
.gallery-inside{padding:10px;}
.gallery-list img{ margin-bottom: 20px;height: 212px;}
.social-icons a{ margin-bottom: 10px;}
.where-to-start img{ width: 100%;}
body .browse-resources .row{flex-wrap: nowrap;}
body .browse-resources .row .col-md-4{width: 85%;padding-right: 0;}
body .browse-resources .resource-card{padding: 1rem 0.5rem;}
body .newcommerguide{ overflow: hidden;}
body .top-header h2{ font-size: 28px; font-weight: 400;}
.section {padding: 2rem 0;}	

.featured-guide p{ text-align:left; line-height:18px; padding-bottom: 15px;}
.featured-guide .col-md-5:nth-child(2n){ width: 44%;}
.featured-guide .col-md-1{ width: 20%;}
.featured-guide h6{ margin-top: 15px !important;}
body .f-guide { display: block; width: 50px !important; margin-left: 15px; margin-right: 0px !important;}
body .guide-box div.guide-div{ width: 57%;}
body .guide-box .arrow-right{width: 19%;}
nav a.navbar-brand img{ width: 100px;}

.f-ico{display:none;}
.foot-left img  {width: 75px;margin-right: 0;}

.f-wrap h4 { margin:0px; padding:0px 0 15px 0 ;}
.f-wrap p, .vision p {margin:0px; padding:0px 0 20px 0;}

.f-wrap .row{     display: flex;
    flex-wrap: wrap-reverse;;}
.about-sec {    padding: 2rem 0;}	
	.about-sec h2{margin:0px; padding:0px 0 15px 0;}
.about-sec button{ margin-bottom:20px;}
.about-sec .btn-custom{ margin-bottom:20px;}
.about-sec p{ margin-bottom: 20px;}
.social-icons{display: flex;
    width: 100%;
    flex-direction: column;
    JUSTIFY-CONTENT: flex-end;}
.foot-right{ text-align: right; width: 50%;}
a.email i{ margin-top: 6px;}
a.email{ margin-right: 0px;	white-space: normal;justify-content: flex-end;word-break: break-word; margin-bottom: 0px; font-size: 16px;}
.social-icons .foot-link{ margin-right: 0px; margin-bottom: 10px; display:block; text-align: right;}
.social-icons .foot-link img{ width: 45px;}
body .resources-main{ margin:10px 0!important}

body .desktop-head{ padding:0px !important; border-bottom:1px solid #ddd !important}
.main-nav{ display:none !important;}
.breadcrumb ul li a{font-size: 12px;}
.breadcrumb ul li {list-style: none;font-size: 14px;font-family: "Figtree", sans-serif;font-weight: 400;font-weight: 600;padding-right: 3px;}
body div.event-slider{padding-bottom: 40px; margin-top: 20px !important; position:relative;}
body .resources h2 {font-size: 35px;}
.whatsapp-link{display: inline-block;}
.whatsapp-link img{ margin-right:10px;}
.event-page {flex-direction: column; }
.event-details, .event-sidebar {flex: 1 1 100%;}
.event-title {font-size: 24px;}

.summer-content { padding: 20px;}

body .membership-form-inner{ margin-bottom:30px;}
.achievement ul {display: block; width: 100%;}	
.achievement ul li{ width: 80%; margin: 0 auto 15px auto;}
.achievement ul li:last-child{margin: 0 auto !important;}
.event-section .month-event-month{width: 100%; text-align: left; line-height: 20px;}
.month-inner{ width: 85px; text-align: center;}

.guide-box p{ text-align:left;}
.gray-bg.news .month-event-month::after { width: 70%;}
.gray-bg.news { padding-top:20px}
body .top-header p{ text-align:left;}
body .month-event-card{    flex-direction: inherit !important;}
body .month-event-month::after {width: 74%;	left: 80px;	margin-left: 0px; }
body .days {width: 150px; margin-right: 0px;}
.pagination-arrows img{ margin-right: 0px;}
.gray-bg{ padding-bottom:30px; position:relative;}
.text-muted{ text-align:center; width:100%; }
.pagination-arrows:first-child{ position:absolute; left:0px;}
.pagination-arrows:nth-child(2n){ position:absolute; right:0px;}
.slide-arrow{ width: 100%; justify-content: center;}

nav.navbar .mob-nav {	display: block;}
nav.navbar .navbar-collapse h1 {display: block;}
nav.navbar .navbar-collapse .btn.btn-orange {display: block;}

.main-slide-sec {margin-top: 30px !important;width: 93%;}
.main-slide-sec .col-md-4 {display: none;}

.navbar.desktop-head h1 {display: none;}
.div-head-mob {	display: block;	background: #2f4858;text-align: left;padding: 45px 25px 35px 25px;}
.div-head-mob h2 {font-size: 24px;color: #fff;	font-family: "Figtree", sans-serif;	margin: 0px;padding-bottom: 25px;font-weight: 400;}
body .div-head-mob .btn-orange {background: #be502e !important;color: #fff;font-size: 20px;width: auto;border-radius: 16px;padding: 7px 45px 10px 45px;}
.navbar.desktop-head .ms-auto.d-flex .btn-orange {display: none;}
.navbar.desktop-head .navbar .navbar-collapse .btn-orange {margin: 0 auto 20px auto !important;	display: block;}
.navbar.desktop-head .navbar .navbar-collapse h1 {display: block;text-align: center;font-size: 20px;margin: 20px 0px 40px 0px;}
.navbar-toggler span.navbar-toggler-icon {background-image: url(../img/menu.png);background-size: inherit;background-repeat: no-repeat;background-position: center;}
body .Sponsors .box {width: 100%;}
.copy-right {text-align: center;padding-left: 0.7rem;padding-top: 10px;font-size: 12px;}
body .foot-left {
	display: block;
	width: 50%;
}
body .upcoming-event h5 {
	text-align: center;
	width: 100%;
}
body .upcoming-event {
	position: relative;
	padding-bottom: 70px !important;
}
body .upcoming-event .text-orange {
	position: absolute;
	right: 15px;
	bottom: 0px;
	padding-bottom: 30px;
}
body .dropdown button {
	margin-right: 55px;
}
body .newsDropdown button {
	margin-right: 0px !important;
}

body .dropdown button {
	margin-right: 55px;
}
.desktop-head .dropdown {
	margin-right: 0px !important;
}
.desktop-head .navbar button {
	position: absolute;
	right: 0px;
	top: -75px
}
.desktop-head .navbar button:focus {
	outline: none;
	border: 0px;
}
.desktop-head .navbar .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.desktop-head .navbar .container-fluid .navbar-toggler {
	padding-left: 0px;
}
.desktop-head .navbar {
	width: 100%;
}
.desktop-head .navbar ul.navbar-nav li a {
	font-size: 20px;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	padding: 8px 45px !important;
	color: #333 !important;
	text-align: center;
}
}


 @media only screen and (min-width:768px) and (max-width:992px) {
body .desktop-head{ padding:0px !important; border-bottom:1px solid #ddd !important}
.main-nav{ display:none !important;}

.callouts .callouts-header h6{word-break: break-word;}
.gray-bg.news .month-event-month::after { width: 82%;}
.gray-bg.news { padding-top:20px}

body .month-event-month::after {
    width: 85%;
}
.days {
    text-align: center;
    width: 12%;
    margin-right: 20px;
}
nav.navbar .mob-nav {
	display: block;
}
nav.navbar .navbar-collapse h1 {
	display: block;
}
nav.navbar .navbar-collapse .btn.btn-orange {
	display: block;
}
.main-slide-sec {
	margin-top: 30px !important;
	width: 93%;
}
.main-slide-sec .col-md-4 {
	display: none;
}
.navbar.desktop-head h1 {
	display: block;
}
.div-head-mob {
	display: block;
	background: #2f4858;
	text-align: left;
	padding: 45px 25px 35px 25px;
}
.div-head-mob h2 {
	font-size: 24px;
	color: #fff;
	font-family: "Figtree", sans-serif;
	margin: 0px;
	padding-bottom: 25px;
	font-weight: 400;
}
body .div-head-mob .btn-orange {
	background: #be502e !important;
	color: #fff;
	font-size: 20px;
	width: auto;
	border-radius: 16px;
	padding: 7px 45px 10px 45px;
}
.navbar.desktop-head .ms-auto.d-flex .btn-orange {
	display: none;
}
.navbar.desktop-head .navbar .navbar-collapse .btn-orange {
	margin: 0 auto 20px auto !important;
	display: block;
}
.navbar.desktop-head .navbar .navbar-collapse h1 {
	display: none;
}
.navbar-toggler span.navbar-toggler-icon {
	background-image: url(../img/menu.png);
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center;
}
body .Sponsors .box {
	width: 100%;
}
.copy-right {
	ext-align: center;
	padding-left: 0.7rem;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
body .foot-left {
	display: block;
}
body .upcoming-event h5 {
	text-align: center;
	width: 100%;
}
body .upcoming-event {
	position: relative;
	padding-bottom: 70px !important;
}
body .upcoming-event .text-orange {
	position: absolute;
	right: 15px;
	bottom: 0px;
	padding-bottom: 30px;
}
body .dropdown button {
	margin-right: 55px;
}
.desktop-head .dropdown {
	margin-right: 0px !important;
}
.desktop-head .navbar button {
	position: absolute;
	right: 0px;
	top: -75px
}
.desktop-head .navbar button:focus {
	outline: none;
	border: 0px;
}
.desktop-head .navbar .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.desktop-head .navbar .container-fluid .navbar-toggler {
	padding-left: 0px;
}
.desktop-head .navbar {
	width: 100%;
}
.desktop-head .navbar .navbar-collapse {
	border-top: 1px solid #ddd;
}
.desktop-head .navbar ul.navbar-nav li a {
	font-size: 20px;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	padding: 8px 45px !important;
	color: #333 !important;
	text-align: center;
}
}
 @media only screen and (min-width:992px) and (max-width:1200px) {
body ul.navbar-nav li a {
	font-size: 20px;
	padding: 8px 35px !important;
}
}


.about-sec h2{
	font-size: 48px;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
}

.about-sec p{ font-weight: 400; font-size: 18px; font-family: "Figtree", sans-serif;}

.f-wrap h4{font-weight: 500;
	font-size: 32px;
	font-family: "Figtree", sans-serif;}

.f-wrap p{ font-weight: 400; font-size: 16px; font-family: "Figtree", sans-serif;word-wrap: break-word;} 
.resources p{font-weight: 400; font-size: 18px; font-family: "Figtree", sans-serif;}
.res-head {display: flex; align-items: center;}

.arrow-right img{ width: 20px;}
.guide-box .arrow-right{ width: 12%;}

.event-header{background: #fff;}
.event-section .gray-bg{ background: #f8f8f9; padding-left: 0px; padding-right: 0px;}

#event1{ background: #e0e6eb;}
body #event1 h1{font-size: 48px;}


.bot-arrow .pagination-arrows:last-child{ margin-left: 40px;;}
.mar-t {margin: 20px auto 0 auto !important;max-width: 1100px;}
.newcommerguide{ margin-bottom: 40px;}
.mentor-head{align-items: center;}
.volunteering-callouts .callouts {box-shadow: 0 4px 7px #ddd;position: relative;}


.node--type-gallery .article-container .container{padding: 0px;}

.gallery-list .col-md-12 .col-md-10.gallery_title{display: block;float: left;}
.gallery-list .col-md-12 .col-md-2.gallery_link{display: block;float: left;}

@media screen and (max-width: 767px) {
.gallery-list .col-md-12 .col-md-10.gallery_title{width: 65%;}
.gallery-list .col-md-12 .col-md-10.gallery_title .gallery-list h5{font-size: 30px;}
.gallery-list .col-md-12 .col-md-2.gallery_link .btn-orange{font-size: 16px;}
}


.page-view-gallery .view-display-id-page_1 nav{
	justify-content: center;
    display: flex;
}

.language-link {

    display: block;

    width: 100%;

    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);

    clear: both;

    font-weight: 400;

    color: var(--bs-dropdown-link-color);

    text-align: inherit;

    text-decoration: none;

    white-space: nowrap;

    background-color: transparent;

    border: 0;

    border-radius: var(--bs-dropdown-item-border-radius, 0);

}

#views-exposed-form-news-page-2 .form-type-textfield.mb-3{width: 87%;}

#edit-submit-news{

    background: #be502e;
width: 10%;
    color: #fff;

    font-family: "Figtree", sans-serif;

    font-size: 14px;

    font-weight: 400;

    border: 0px;

    border-radius: 13px;

    padding: 4px 10px;

}

.btn-outline-custom a{

	color: #be502e;

	text-decoration: none;

}



.active-language{

	font-weight: 800;

}

.language-link:hover{

color:#be502e;

}

.form-item-i-confirm-that-i-am-eligible .eligiblty {
	width: 20px;
    height: 20px;
    border: 1px solid #be502e;
    margin-right: 10px;
}
#edit-i-confirm-that-i-am-eligible--description{
	margin-top: 15px;
}

.membership-form-inner input.error {
    border: 1px solid red !important;
}

.membership-form-inner .error {
    color: red;
}