:root {
	--pbag_green: #00A941; 
	--pbag_orange: #e8c77f;
	--pbag_red: #64153f;
	--pbag_color: #F0ECDC;
}

body { font-size: 18px; }

.bg-pbag-green { background-color: var(--pbag_green); }
.bg-pbag-orange { background-color: var(--pbag_orange); }
.bg-pbag-red { background-color: var(--pbag_red); }
.bg-pbag { background-color: var(--pbag_color); }

.text-pbag-red {color:var(--pbag_red);}

.box-pbag { 
	border: 1px solid #ecdb98;
	border-radius: 5px; 
	box-shadow: 0 0 14px 0 rgba(147, 123, 30, 0.25); 
}

.font-resize-buttons {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.font-resize-buttons button {
	color: white;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 16px;
}

.header-top .logo {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
}

/*.navbar-nav .nav-item:not(:last-child) { margin-right: 6px; }*/

.navbar-nav .nav-item a, .navbar-nav .nav-item a.active { 
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.navbar-nav .nav-item a {  color: var(--pbag_red);	}
.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover { color: #444; }

.dropdown-menu { display: none; }
.navbar-nav .nav-item a.dropdown-item {  font-weight: normal; }

.dropdown-menu a.active, .dropdown-menu a:hover { border: none;} 

.dropdown:hover >.dropdown-menu { display: block; }

.dropdown-item:focus, .dropdown-item:hover {background-color: #FFF;}

.nav-item:last-child .dropdown-menu, .nav-item:last-child  .dropdown-menu.show{
  	left: -100%;
  	right: 0 !important;
}

.dropdown-submenu {	position: relative; }

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: 0.1rem;
}


.carousel-item {
	height: 100%;
	align-items: center;
}

.carousel-caption {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	right: 50%;
	text-align: left;
}

.carousel-caption .title {
	font-size: 1.5rem;
	color: #000;
}
.carousel-caption p {
	font-size: 1rem;
	color: #000;
}
.carousel-caption .btn {
	margin-top: 15px;
}

.carousel-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next, .carousel-control-prev { width: 5%; }


.animated-card { transition: transform 0.2s, box-shadow 0.2s; }

.animated-card:hover {
	transform: translateY(-5px);
	box-shadow:  0 6px 12px var(--pbag_orange);
}

.icon-top-card { position: relative; }

.icon-top-card .card-icon {
	position: absolute;
	top: -25px;
	left: 45%;
	background: var(--pbag_green);
	border-radius: 50%;
	padding: 16px;
	color: #FFF;
}

.animated-card-content { margin-top: 30px; }

.animated-card .default-icon {
	background: var(--pbag_green);
	border-radius: 50%;
	padding: 16px;
	color: #FFF;
	float: left;
	margin-right: 10px;
}

.section-title { 
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	color: var(--pbag_red);
}

.section-title::after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 4px;
	background:var(--pbag_green);
	bottom: 0;
	left: calc(50% - 40px);
}

.section-title::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);  
}

.content-details { 
	line-height: 2em; 
	letter-spacing: 0.5px; 
}

.special-form {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.central-form {
	width: 100%;
	max-width: 400px;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.captcha-image {
	max-height: 60px;
	cursor: pointer;
}


.member-card {
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 10px;
	background-color: #FFF;
}

.member-card img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: cover;
	margin-bottom: 10px;
}

.member-card h4 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}

.member-card p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #6c757d;
}

.image-card {
    position: relative;
    border: none;
    overflow: hidden;
}

.image-card img {
  	width: 100%;
  	height: auto;
}

.card-overlay {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background: rgba(0, 0, 0, 0.6);
  	color: #fff;
  	padding: 10px;
  	text-align: center;
}

.contact-icons a {
	color: #495057;
	margin: 0 10px;
	font-size: 20px;
}

.contact-icons a:hover {
	color: #0d6efd;
}


.nav-pills {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav-pills .nav-link {
	background-color: #f8f9fa;
	border-radius: 5px;
	margin: 5px;
}

.nav-pills .nav-link.active {
	background-color: #4b6321;
	color: #fff;
}

.tab-content {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f8f9fa;
}

.modal-fullscreen {
    width: 100vw;
    height: 100vh;
}

.modal-content {
  	background: #F0ECDCB2;
  	border: none;
}

.modal-img {
  	width: 100%;
 	height: auto;
 	max-height: 100vh;
 	object-fit: contain;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.social-icon {
	font-size: 24px;
	color: var(--pbag_red); 
	margin: 0 15px;
	transition: color 0.3s ease; 
}

.social-icon:hover {color: white; }

.social-icon:hover .fa-facebook-f {	color: #1877f2; }

.social-icon:hover .fa-x-twitter { color: #1da1f2; }

.social-icon:hover .fa-linkedin-in { color: #0077b5; }

.social-icon:hover .fa-youtube { color: #FF0000; }

footer li {margin-bottom: 5px;}



@media (max-width: 768px) {
	.dropdown-menu {
		display: none; /* Hide dropdowns on mobile initially */
	}

	.dropdown.show > .dropdown-menu {
		display: block; /* Show dropdowns on touch/click */
	}

	.carousel-caption .title {
		background-color: rgba(240, 236, 220, 0.72);
		padding: 10px;
		font-size: 18px !important;
	}
}