/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- About
- Services
- Details
- Projects
- Works
- Testimonials
- Questions
- Contact
- Footer 
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors - Political Theme:
- Primary: Deep Navy Blue #0D2350 (trust, stability)
- Secondary: Political Red #C81E02 (energy, action)
- Backgrounds: White #ffffff, Light Gray #f8f9fa
- Text: Dark Gray #2c3e50, Medium Gray #6c757d
- Accent: Gold #ffc107 (minimal use)
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #4d5055; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #0D2350;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Poppins"
}

h2 {
	color: #0D2350;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Poppins"
}

h3 {
	color: #0D2350;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Poppins"
}

h4 {
	color: #0D2350;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Poppins"
}

h5 {
	color: #0D2350;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Poppins"
}

h6 {
	color: #0D2350;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Poppins"
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #4d5055;
	text-decoration: underline;
}

a:hover {
	color: #4d5055;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.text-primary {
	color: #2259ec;
}
	color: #2259ec;
}

.bg-gray {
	background-color: #f7f9fb;
}

.section-divider {
	display: block;
	height: 1px;
	margin: 0;
	border: none;
	background-color: #d3dae2;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #0b36a8;
	background-color: #0b36a8;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #0b36a8; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 0.875rem 1.75rem;
	border: 2px solid #C81E02;
	background-color: #C81E02;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.8rem;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #C81E02;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(200, 30, 2, 0.3);
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #0D2350;
	background-color: transparent;
	color: #0D2350;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #0D2350;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1rem 2rem;
	border: 2px solid #0D2350;
	background-color: transparent;
	color: #0D2350;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-outline-lg:hover {
	background-color: #0D2350;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(13, 35, 80, 0.3);
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #0D2350;
	background-color: transparent;
	color: #0D2350;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #0D2350;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.label-control {
	position: absolute;
	top: 0.875rem;
	left: 1.5rem;
	color: #7d838a;
	opacity: 1;
	font-size: 0.875rem;
	line-height: 1.375rem;
	cursor: text;
	transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	color: #4d5055;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.125rem;
	padding-bottom: 0.125rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	background-color: #ffffff;
	color: #4d5055;
	font-size: 0.875rem;
	line-height: 1.875rem;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3.25rem;
	color: #7d838a;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.5rem;
	padding-left: 1.3125rem;
	border: 1px solid #cbcbd1;
	background-color: #ffffff;
	color: #4d5055;
	font-size: 0.875rem;
	line-height: 1.5rem;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes #0D2350 border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

input[type='checkbox'] {
	vertical-align: -10%;
	margin-right: 0.5rem;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #0b36a8;
	border-radius: 32px;
	background-color: #0b36a8;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #0D2350;
	background-color: transparent;
	color: #0D2350;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #0D2350;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.navbar .logo-image img {
    height: 50px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #0D2350;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .navbar-nav.navbar-nav-centered {
	justify-content: center;
	width: 100%;
}

.navbar .nav-item {
	margin: 0 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s ease;
	border-radius: 4px;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #9c9ead;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: none;
	background-color: #0D2350;
}

.navbar .dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: yellow;
	color: red;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #0D2350;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #0b36a8;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #0b36a8;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/******************/
/*     Header     */
/******************/
.header {
	padding-top: 7rem;
	padding-bottom: 5.5rem;

}

.header .h1-large {
	margin-bottom: 1.75rem;
	color: #ffffff;
}

.header .btn-solid-lg:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.header .btn-outline-lg {
	padding: 1.625rem 1.625rem 1.625rem 1.625rem;
	border: none;
	color: #ffffff;
}

.header .btn-outline-lg:hover {
	background: transparent;
	color: #9c9ead;
	text-decoration: none;
}

.header .btn-outline-lg .fas {
	margin-right: 0.375rem;
}


/*******************/
/*  Message Page   */
/*******************/
.message-section {
	padding-top: 7rem;
	padding-bottom: 5rem;
}

.message-image {
	transition: transform 0.3s ease;
}

.message-image:hover {
	transform: scale(1.05);
}

.achievement-item {
	padding: 1.5rem;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.achievement-item h5 {
	color: #0D2350;
	margin-bottom: 0.75rem;
}

.achievement-item p {
	margin-bottom: 0;
	line-height: 1.6;
}

.text-primary {
	color: #0D2350 !important;
}

.bg-primary {
	background-color: #0D2350 !important;
}
/* end of message page */


/*****************/
/*     About     */
/*****************/
.basic-1 {
	padding-top: 7.75rem;
	padding-bottom: 5.25rem;
}

.basic-1 .text-container {
	margin-bottom: 3rem;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.basic-1 .time {
	margin-bottom: 0.5rem;
	color: #0b36a8;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5rem;
	font-family: "Poppins";
}

.basic-1 h6 {
	margin-bottom: 0.125rem;
}


/********************/
/*     Services     */
/********************/
.basic-2 {
	padding-top: 7.75rem;
	padding-bottom: 5.25rem;
}

.basic-2 .h2-heading {
	margin-bottom: 0.75rem;
	text-align: center;
}

.basic-2 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.basic-2 .text-box {
	margin-bottom: 3rem;
	padding: 3.5rem 1rem 2.125rem 1rem;
	border: 1px solid #cfd7de;
}

.basic-2 .fas,
.basic-2 .far {
	margin-bottom: 1.75rem;
	color: #0b36a8;
	font-size: 3.5rem;
}

.basic-2 h4 {
	letter-spacing: 1px;
}


/*******************/
/*     Details     */
/*******************/
.split .area-1 {
	height: 430px;
	background: linear-gradient(to bottom right, rgba(25, 26, 29, 0.5), rgba(25, 26, 29, 0.5)), url('../images/details-background.jpg') center center no-repeat;
	background-size: cover;
}

.split .area-2 {
	padding-top: 7.75rem;
	padding-bottom: 7.75rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split .icons-container {
	margin-top: 3rem;
}

.split .icons-container img {
	width: 50px;
	margin-right: 0.625rem;
	margin-bottom: 0.75rem;
}


/********************/
/*     Projects     */
/********************/
.basic-3 {
	padding-top: 7.75rem;
	padding-bottom: 1rem;
}

.basic-3 .h2-heading {
	margin-bottom: 0.75rem;
	text-align: center;
}

.basic-3 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.basic-3 .text-container {
	margin-bottom: 4rem;
}

.basic-3 .image-container {
	margin-bottom: 1rem;
}

/* Hover Animation */
.basic-3 .image-container {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.basic-3 .image-container img {
	margin: 0;
	transition: all 0.2s;
}

.basic-3 .image-container:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} 
/* end of hover animation */


/*****************/
/*     Works     */
/*****************/
.basic-4 {
	padding-bottom: 1rem;
}

.basic-4 .text-container {
	margin-bottom: 4rem;
}

.basic-4 .image-container {
	margin-bottom: 1rem;
}

/* Hover Animation */
.basic-4 .image-container {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.basic-4 .image-container img {
	margin: 0;
	transition: all 0.2s;
}

.basic-4 .image-container:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of hover animation */


/************************/
/*     Testimonials     */
/************************/
.cards-1 {
	padding-top: 3rem;
	padding-bottom: 3.875rem;
}

.cards-1 .h2-heading {
	margin-bottom: 3rem;
	text-align: center;
}

.cards-1 .card {
	margin-bottom: 4rem;
	border: none;
}

.cards-1 .card-body {
	padding: 0;
	text-align: center;
}

.cards-1 .testimonial-text {
	margin-bottom: 1.625rem;
}

.cards-1 img {
	display: inline-block;
	width: 60px;
	margin-bottom: 0.875rem;
	border-radius: 50%;
}

.cards-1 .text {
	margin-top: 0.375rem;
}

.cards-1 .testimonial-author {
	color: #0D2350;
}

.cards-1 .testimonial-author,
.cards-1 .occupation {
	font-size: 0.875rem;
	line-height: 1.375rem;
}


/*********************/
/*     Questions     */
/*********************/
.accordion-1 {
	padding-top: 7.75rem;
	padding-bottom: 6.75rem;
}

.accordion-1 .h2-heading {
	margin-bottom: 2.5rem;
	text-align: center;
}

.accordion-1 .card {
	margin-bottom: 1.75rem;
	border: none;
}

.accordion-1 .card-header {
	padding: 0;
	border: none;
	background-color: transparent;
}

.accordion-1 .card button {
	padding: 0;
	color: #0D2350;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-family: 'Poppins';
}

.accordion-1 .card button:hover {
	text-decoration: none;
}

.accordion-1 .card button:before {
	float: left;
	margin-right: 0.625rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
	transition: all 0.2s;
}

.accordion-1 .card button.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.accordion-1 .card-body {
	padding: 0.75rem 1.5rem 0.5rem 1.5rem;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 7.75rem;
	padding-bottom: 7rem;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 0.75rem;
	text-align: center;
}

.form-1 .p-heading {
	margin-bottom: 4rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.25rem;
	padding-bottom: 2rem;
	background-color: #24262A;
	text-align: center;
}

.footer a {
	text-decoration: none;
}

.footer .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #ffffff;
	transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
	color: #0b36a8;
	transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
	color: #0b36a8;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: white;
	text-align: center;
}

.copyright .p-small {
	color: black;
	text-align: center;
}

.copyright a {
	color: red;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #3a424d url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #0b36a8;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: #0D2350;
}

.ex-header h1 {
	color: #ffffff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .media-body {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fb;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #0b36a8;
}

.ex-cards-1 .card .fa-stack-1x {
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
	margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.375rem;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}
	/* end of header */


	/* Services */
	.basic-2 .text-box {
		padding-right: 2.125rem;
		padding-left: 2.125rem;
	}
	/* end of services */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-top: 0.5rem;
		background-color: #0D2350;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .navbar-nav.navbar-nav-centered {
		justify-content: center;
		width: 100%;
	}
	
	.navbar .nav-item {
		margin: 0 0.25rem;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.875rem;
		padding-left: 0.875rem;
	}

	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */


	/* Header */
	.header {
		padding-top: 15rem;
		padding-bottom: 14rem;
		text-align: left;
	}
	/* end of header */


	/* Details */
	.split {
		height: 760px;
	}
	
	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}
	
	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.split .text-container {
		width: 400px;
		margin-left: 3rem;
	}
	/* end of details */


	/* Testimonials */
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.cards-1 .card-body {
		text-align: left;
	}

	.cards-1 .details {
		display: flex;
		align-items: flex-start;
	}
	
	.cards-1 .details .text {
		flex-direction: column;
	}
	
	.cards-1 .details img {
		margin-right: 1.125rem;
	}
	/* end of testimonials */


	/* Accordion */
	.accordion-1 .accordion {
		width: 730px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of accordion */


	/* Contact */
	.form-1 form {
		width: 790px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.h1-large {
		font-size: 3.75rem;
		line-height: 4.625rem;
	}
	/* end of general styles */


	/* Navigation */
	.navbar .container {
		max-width: 1330px;
	}
	/* end of navigation */


	/* Header */
	.header {
		padding-top: 18.25rem;
		padding-bottom: 17.25rem;
	}
	/* end of header */


	/* About */
	.basic-1 .text-container.first {
		margin-right: 2rem;
	}

	.basic-1 .text-container.second {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.basic-1 .text-container.third {
		margin-left: 2rem;
	}
	/* end of about */


	/* Details */
	.split {
		height: 700px;
	}

	.split .text-container {
		width: 460px;
		margin-left: 5rem;
	}
	/* end of details */


	/* Testimonials */
	.cards-1 .card {
		width: 338px;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.625rem;
		margin-left: 2.625rem;
	}
	/* end of testimonials */
	

	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */
}
/* end of min-width 1200px */


/**************************/
/*   Political Theme      */
/**************************/

/* Enhanced Navigation */
.navbar {
    background: linear-gradient(135deg, #0D2350 0%, #1a3a6b 100%);
    box-shadow: 0 2px 10px rgba(13, 35, 80, 0.3);
    padding: 0.5rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 0.75rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #ffc107 !important;
    transform: translateY(-1px);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #C81E02;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 80%;
    left: 10%;
}

/* Political Hero Section */
.political-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(13, 35, 80, 0.65), rgba(13, 35, 80, 0.45));
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.political-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.political-hero h1 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.political-hero .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #f8f9fa;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.political-hero .btn-group {
    gap: 1rem;
}

/* Political Journey Section */
.political-journey {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 5rem 0;
}

.political-journey h2 {
    color: #0D2350;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
}

.political-journey h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #C81E02, #0D2350);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Unified Journey Card - New Design */
.unified-journey-card {
    display: flex;
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
    border: none;
}

.journey-image-wrapper {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
}

.journey-image-stretched {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.journey-content-wrapper {
    flex: 0 0 50%;
    display: flex;
    align-items: stretch;
    background: white;
}

.journey-content {
    padding: 2rem;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.journey-content h3 {
    color: #0D2350;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

.journey-content h3::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #C81E02, #0D2350);
    bottom: -6px;
    left: 0;
}

.journey-content p {
    color: #4d5055;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.journey-content em {
    color: #0D2350;
    font-weight: 600;
    font-style: italic;
}

/* Legacy styles for backward compatibility */
.journey-content {
    background: white;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.journey-image {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Impact Cards */
.impact-cards {
    background: #0D2350;
    padding: 5rem 0;
}

.impact-cards h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 3rem;
}

.impact-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.impact-card .card-icon {
    font-size: 3rem;
    color: #C81E02;
    margin-bottom: 1.5rem;
}

.impact-card h4 {
    color: #0D2350;
    margin-bottom: 1rem;
}

/* Donation CTA */
.donation-cta {
    background: linear-gradient(135deg, #C81E02 0%, #a01702 100%);
    padding: 4rem 0;
    text-align: center;
    color: white;
}

.donation-cta h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.donation-cta p {
    color: #f8f9fa;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.btn-donate {
    background: #ffffff;
    color: #C81E02;
    border: 2px solid #ffffff;
    padding: 1rem 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-donate:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Hero CTA Button - Enhanced Visibility */
.hero-cta-btn {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #C81E02;
    color: #C81E02;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.875rem 1.75rem;
    box-shadow: 0 4px 15px rgba(200, 30, 2, 0.3);
    backdrop-filter: blur(10px);
}

.hero-cta-btn:hover {
    background: #C81E02;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(200, 30, 2, 0.5);
}

/* Slider Navigation Buttons */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.slider-nav:hover {
    background: #C81E02;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(200, 30, 2, 0.4);
}

.slider-nav-left {
    left: 30px;
}

.slider-nav-right {
    right: 30px;
}

.slider-nav i {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Scroll Down Indicator */
.scroll-down-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.scroll-down-arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.scroll-down-arrow:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    color: #C81E02;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.scroll-down-arrow i {
    font-size: 1.2rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Enhanced animations for dropdown button */
.scroll-down-arrow {
    animation: gentleFloat 3s ease-in-out infinite;
}

.scroll-down-arrow:hover {
    animation: none;
}

.scroll-down-arrow:hover i {
    animation: slideLeftRight 1s ease-in-out infinite;
}

@keyframes gentleFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes slideLeftRight {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-3px);
    }
    75% {
        transform: translateX(3px);
    }
}

/* Compact Hero Text */
.political-hero .hero-content {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
}

.political-hero h1 {
    font-size: 2.8rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.political-hero .hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

/* Dropdown Menu Styles - Enhanced with Smooth Animations */
.navbar .dropdown-menu {
    background-color: #0D2350;
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    padding: 0.5rem 0;
    margin-top: 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

/* Create seamless hover area - remove gap between trigger and menu */
.navbar .dropdown {
    position: relative;
}

.navbar .dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar .dropdown:hover::before {
    opacity: 1;
}

/* Enhanced hover states to prevent menu disappearing */
.navbar .dropdown-menu:hover,
.navbar .dropdown-item:hover {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure dropdown stays open when hovering over menu items */
.navbar .dropdown-menu {
    transition-delay: 0.1s;
}

.navbar .dropdown:hover .dropdown-menu {
    transition-delay: 0s;
}

/* Keep menu visible when hovering over any dropdown element */
.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown-menu:hover,
.navbar .dropdown-item:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.navbar .dropdown-item {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 0.5rem;
    position: relative;
    overflow: hidden;
}

.navbar .dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(200, 30, 2, 0.3) 0%, rgba(200, 30, 2, 0.1) 100%);
    transition: width 0.3s ease;
    z-index: 0;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: rgba(200, 30, 2, 0.15);
    color: #ffffff;
    transform: translateX(8px);
    padding-left: 2rem;
}

.navbar .dropdown-item:hover::before,
.navbar .dropdown-item:focus::before {
    width: 100%;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    background-color: #C81E02;
    color: #ffffff;
    font-weight: 600;
}

.navbar .dropdown-item.active::before,
.navbar .dropdown-item:active::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.navbar .dropdown-toggle {
    position: relative;
    transition: all 0.3s ease;
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Remove animated line from dropdown toggle */
.navbar .nav-link.dropdown-toggle::after {
    border: none;
    width: 0;
    height: 0;
    background: none;
}

.navbar .dropdown-toggle::after {
    border-top: 0.3em solid currentColor;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Enhanced dropdown arrow styling */
.navbar .dropdown-toggle::after {
    font-size: 0.8em;
    margin-left: 0.4rem;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.navbar .dropdown-toggle:hover::after {
    opacity: 1;
    transform: rotate(180deg);
}

/* Mobile dropdown adjustments */
@media (max-width: 991px) {
    .navbar .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none !important;
        pointer-events: auto;
        background-color: rgba(13, 35, 80, 0.95);
        backdrop-filter: blur(10px);
    }
    
    .navbar .dropdown-menu.show {
        display: block !important;
    }
    
    .navbar .dropdown:hover .dropdown-menu {
        transform: none;
    }
}

/* Projects Gallery - Perfect Grid Layout */
.projects-gallery {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 0;
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    min-height: 900px;
}

/* All project cards - Consistent sizing */
.masonry-item {
    aspect-ratio: 1/1; /* Perfect square cards */
    height: 280px;
    width: 100%;
}

/* Primary Project - Same size as others for consistency */
.masonry-item.primary-project {
    aspect-ratio: 1/1;
    height: 280px;
    grid-column: span 1;
    grid-row: span 1;
}

/* All screen sizes - 2x3 grid layout */
@media (min-width: 769px) {
    .masonry-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 20px;
        max-width: 800px;
        min-height: 900px;
    }
    
    .masonry-item {
        height: 280px;
    }
    
    .masonry-item.primary-project {
        height: 280px;
    }
}

/* Mobile layout - 1 column, 6 rows */
@media (max-width: 768px) {
    .masonry-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
        gap: 15px;
        padding: 0 0.5rem;
        min-height: auto;
    }
    
    .masonry-item {
        height: 250px;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .masonry-item.primary-project {
        height: 250px;
        max-width: 400px;
    }
}

.project-card {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: white;
}

/* Consistent styling for all project cards */
.project-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Remove special styling for primary project to maintain consistency */
.primary-project .project-card {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    height: 100%;
}

.primary-project .project-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Compact content styling for all cards */
.project-content h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    line-height: 1.2;
}

.project-content p {
    color: #ffffff;
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-content .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: white;
    font-weight: 500;
    padding: 0.3rem 0.6rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border-radius: 3px;
    font-size: 0.7rem;
    min-width: 80px;
    line-height: 1.2;
}

.project-image {
    position: relative;
    height: 100%;
    width: 100%;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 35, 80, 0.6) 0%, rgba(200, 30, 2, 0.5) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.4s ease, background 0.4s ease;
    backdrop-filter: blur(1px);
}

.project-card:hover .project-overlay {
    background: linear-gradient(135deg, rgba(13, 35, 80, 0.7) 0%, rgba(200, 30, 2, 0.6) 100%);
    backdrop-filter: blur(2px);
}

.project-content {
    text-align: center;
    color: white;
    padding: 1rem;
    transform: translateY(0);
    transition: transform 0.4s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.project-card:hover .project-content {
    transform: translateY(-5px);
}

.project-content h4 {
    color: #ffffff;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.project-content p {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.project-content .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: white;
    font-weight: 500;
    padding: 0.4rem 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    font-size: 0.85rem;
    min-width: 120px;
}

.project-content .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #0D2350;
    border-color: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .political-hero h1 {
        font-size: 2.5rem;
    }
    
    .political-hero .hero-subtitle {
        font-size: 1rem;
    }
    
    .journey-content {
        padding: 2rem;
    }
    
    .political-journey h2 {
        font-size: 2rem;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
    }
    
    .slider-nav-left {
        left: 15px;
    }
    
    .slider-nav-right {
        right: 15px;
    }
    
    .scroll-down-indicator {
        bottom: 20px;
    }
    
    .scroll-down-arrow {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    /* Responsive masonry gallery */
    .masonry-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        grid-auto-rows: 250px;
    }
    
    .masonry-item:nth-child(1),
    .masonry-item:nth-child(2),
    .masonry-item:nth-child(3),
    .masonry-item:nth-child(4),
    .masonry-item:nth-child(5) {
        grid-row: span 1;
        grid-column: span 1;
        aspect-ratio: auto;
    }
    
    .project-content h4 {
        font-size: 1.3rem;
    }
    
    .project-content p {
        font-size: 0.9rem;
    }
    
    /* Responsive unified journey card */
    .unified-journey-card {
        flex-direction: column;
        border-radius: 12px;
    }
    
    .journey-image-wrapper {
        flex: none;
        height: 300px;
    }
    
    .journey-content-wrapper {
        flex: none;
    }
    
    .journey-content {
        padding: 1.5rem;
    }
    
    .journey-content h3 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0.8rem;
    }
    
    .journey-content h3::after {
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        bottom: -5px;
    }
    
    .journey-content p {
        font-size: 0.9rem;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 0.8rem;
    }
    
    /* Responsive About section text container */
    .basic-1 .text-container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }
}

/* Compact Donate Button Styles */
.btn-donate-compact {
    background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
    color: white !important;
    border: none !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3) !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-left: 0.5rem !important;
}

.btn-donate-compact:hover,
.btn-donate-compact:focus {
    background: linear-gradient(135deg, #e55a2b, #e8841a) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4) !important;
    text-decoration: none !important;
}

.btn-donate-compact:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3) !important;
}

/* Responsive adjustments for compact donate button */
@media (max-width: 991px) {
    .btn-donate-compact {
        margin-left: 0 !important;
        margin-top: 0.5rem !important;
        display: block !important;
        text-align: center !important;
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .btn-donate-compact {
        font-size: 0.85rem !important;
        padding: 0.4rem 1rem !important;
    }
}

/* Political Manifesto Section */
.political-manifesto {
    background: white;
    padding: 5rem 0;
}

.political-manifesto h2 {
    color: #0D2350;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.political-manifesto h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #C81E02, #0D2350);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.manifesto-slogan {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #C81E02;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.manifesto-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 1200px;
    border: none;
    padding: 3rem;
}

.manifesto-image-wrapper {
    float: left;
    margin: 0 2rem 1.5rem 0;
    position: relative;
    max-width: 300px;
    width: 100%;
}

.manifesto-image {
    width: 100%;
    height: auto;
    max-width: 280px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid white;
    transition: transform 0.3s ease;
}

.manifesto-content-wrapper {
    width: 100%;
}

.manifesto-content {
    width: 100%;
    overflow: hidden; /* Clear floats */
}

.manifesto-intro p {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    text-align: justify;
}

.manifesto-plea {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 2rem;
    border-left: 4px solid #C81E02;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.plea-title {
    color: #0D2350;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.plea-section {
    margin-bottom: 1.5rem;
}

.plea-section h5 {
    color: #0D2350;
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

.plea-list {
    list-style: none;
    padding-left: 0;
}

.plea-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    color: #555;
    line-height: 1.6;
}

.plea-list li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #C81E02;
    font-size: 0.8rem;
    top: 0.1rem;
}

.support-btn {
    background: linear-gradient(135deg, #C81E02 0%, #a01702 100%) !important;
    border: none !important;
    padding: 0.8rem 2rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 5px 15px rgba(200, 30, 2, 0.3) !important;
}

.support-btn:hover {
    background: linear-gradient(135deg, #a01702 0%, #801401 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(200, 30, 2, 0.4) !important;
}

/* Responsive Design for Manifesto */
@media (max-width: 992px) {
    .manifesto-image-wrapper {
        float: none;
        margin: 0 auto 2rem auto;
        text-align: center;
        max-width: 250px;
    }
    
    .political-manifesto h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .political-manifesto {
        padding: 3rem 0;
    }
    
    .manifesto-card {
        padding: 2rem;
    }
    
    .manifesto-image-wrapper {
        max-width: 200px;
    }
    
    .manifesto-plea {
        padding: 1.5rem;
    }
    
    .political-manifesto h2 {
        font-size: 1.8rem;
    }
    
    .manifesto-slogan {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .manifesto-card {
        padding: 1.5rem;
    }
    
    .manifesto-image-wrapper {
        max-width: 180px;
    }
    
    .manifesto-plea {
        padding: 1rem;
    }
    
    .support-btn {
        width: 100% !important;
        max-width: 250px !important;
    }
}

/* Contact Form Embedded Styling */
.contact-form-container {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(13, 35, 80, 0.1);
    margin-bottom: 2rem;
}

.contact-form-container h4 {
    color: #0D2350;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-form-container p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.embedded-form-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: #f8f9fa;
    padding: 1rem;
}

.embedded-form-wrapper iframe {
    border-radius: 6px;
    background: transparent;
    min-height: 276px;
}

/* Responsive adjustments for embedded form */
@media (max-width: 768px) {
    .contact-form-container {
        padding: 1.5rem;
        margin: 0 1rem 2rem 1rem;
    }
    
    .embedded-form-wrapper {
        padding: 0.8rem;
    }
    
    .embedded-form-wrapper iframe {
        min-height: 320px;
    }
}

@media (max-width: 576px) {
    .contact-form-container {
        padding: 1rem;
        margin: 0 0.5rem 1.5rem 0.5rem;
    }
    
    .embedded-form-wrapper iframe {
        min-height: 350px;
    }
}