/* Redmond styling for jQuery Calendars Picker v2.0.0. */
.calendars {
	background-color: #fff;
	color: #222;
	border: 1px solid #4297d7;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.calendars-rtl {
	direction: rtl;
}
.calendars-popup {
	z-index: 1000;
}
.calendars-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.calendars a {
	color: #222;
	text-decoration: none;
}
.calendars a.calendars-disabled {
	color: #888;
	cursor: auto;
}
.calendars button {
    margin: 0.25em;
    padding: 0.125em 0em;
	background-color: #5c9ccc;
	color: #fff;
    border: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
	float: left;
	width: 100%;
	background-color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.calendars-ctrl {
	background-color: #d0e5f5;
}
.calendars-cmd {
	width: 30%;
}
.calendars-cmd:hover {
	background-color: #dfeffc;
}
button.calendars-cmd:hover {
	background-color: #79b7e7;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
	width: 8%;
}
a.calendars-cmd {
	height: 1.5em;
}
button.calendars-cmd {
	text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
	float: left;
	padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
	float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.calendars-month-nav {
	float: left;
	text-align: center;
}
.calendars-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.calendars-month-nav span {
	color: #888;
}
.calendars-month-row {
	clear: left;
}
.calendars-month {
	float: left;
	width: 15em;
	border: 1px solid #5c9ccc;
	text-align: center;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
	height: 1.5em;
	background-color: #5c9ccc;
	color: #fff;
	font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
	height: 1.4em;
	border: none;
}
.calendars-month-header input {
	position: absolute;
	display: none;
}
.calendars-month table {
	width: 100%;
	border-collapse: collapse;
}
.calendars-month thead {
	border-bottom: 1px solid #aaa;
}
.calendars-month th, .calendars-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.calendars-month th {
	border: 1px solid #fff;
	border-bottom: 1px solid #c5dbec;
}
.calendars-month td {
	border: 1px solid #c5dbec;
}
.calendars-month td.calendars-week * {
	background-color: #d0e5f5;
	color: #222;
	border: none;
}
.calendars-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #dfeffc;
	color: #000;
	text-decoration: none;
}
.calendars-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.calendars-month td span {
	color: #888;
}
.calendars-month td .calendars-other-month {
	background-color: #fff;
}
.calendars-month td .calendars-today {
	background-color: #fad42e;
}
.calendars-month td .calendars-highlight {
	background-color: #79b7e7;
}
.calendars-month td .calendars-selected {
	background-color: #4297d7;
	color: #fff;
}
.calendars-status {
	clear: both;
	text-align: center;
}
.calendars-clear-fix {
	clear: both;
}
  /* General styles for small screens */

               @font-face {
                font-family: 'GeezAble';
                src: url('fonts/GeezAble.ttf') format('truetype');
            }

            .body {
                font-family: 'GeezAble', sans-serif; /* Fallback to sans-serif if the font fails to load */
                background-color: #f8f9fa;
            }
             .form-container {
            max-width: 600px; /* Maximum width for the form */
            background: white; /* Background color */
            border-radius: 8px; /* Rounded corners */
            padding: 15px; /* Reduce padding for smaller screens */
            width: 100%; /* Use full width */
            margin: 10px auto; /* Adjust spacing */
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
        }
        .form-title {
            text-align: left;
            color: #333;
            font-size: 14px; /* Smaller font size */
            margin-bottom: 20px; /* Reduce spacing */
  }
        }
             .form-group input, .form-group textarea {
            border-radius: 10px;

        }
        .submit-btn {
            width: 100%;
            background-color: #007bff;
            color: white;
            font-size: 14px; /* Smaller button text */
            padding: 10px; /* Adjust button padding */
        }
        .submit-btn:hover {
            background-color: #0056b3;
        }
         .form-group {
            margin-bottom: 20px;  /* Space between form groups */
        }
    .org-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.2s;
     padding: 10px; /* Reduce padding */
    margin-bottom: 15px; /* Add space between cards */
}

.org-card:hover {
    transform: scale(1.05);
}

.org-logo {
    height: auto;
    max-width: 80px; /* Smaller logo */
}

.org-name {
    margin-top: 10px;
    color: #333;
    font-size: 16px; /* Adjust font size */
}
.sitename {
    font-size: 18px; /* Smaller logo text */
  }
   .logo img {
    max-width: 50px; /* Reduce logo size */
  }
    header .btn {
    font-size: 14px; /* Adjust button font size */
    padding: 8px 10px; /* Reduce padding */
  }

  #header {
    padding: 10px 15px; /* Adjust header padding */
  }

@media (max-width: 768px) {
.hero {
    height: auto; /* Ensure the section takes full viewport height */
}

.hero-bg-left, .hero-bg-right {
    position: relative;
    /*height: 100%;  Full height for each column */
    height: auto;
}

.hero-bg-left img, .hero-bg-right body {
    width: 100%; /* Make the image take full width */
    height: auto;%; /* Make the image take full height */
    object-fit: cover; /* Ensure the image covers the area without distortion */
}

@media (max-width: 768px) {
    .hero-bg-left img, .hero-bg-right img {
        height: auto; /* For smaller screens, maintain aspect ratio */
    }
}
.hero-bg-left {
    margin-top: 20px; /* Adjust as needed */
}
.hero-bg-right {
    margin-top: 0px; /* Adjust as needed */
}
date-picker {
            cursor: pointer;
            background-color: #fff;
        }

        .calendar-popup {
            display: none;
            position: absolute;
            background: white;
            border: 1px solid #ccc;
            padding: 5px;
            z-index: 800;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
            width: 300px;
            border-radius: 1px;
        }

        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .calendar-day {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ccc;
            cursor: pointer;
            text-align: center;
            transition: background-color 0.2s;
            border-radius: 5px;
            margin: 5px;
        }

        .calendar-day:hover {
            background-color: #f0f0f0;
        }

        .current-date {
            background-color: #28a745;
            color: white;
        }

        .day-header {
            font-weight: bold;
            text-align: center;
        }

        .calendar {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 2px;
        }

        .options {
            display: none;
            position: absolute;
            background: white;
            border: 1px solid #ccc;
            z-index: 1001;
            width: 100%;
            max-height: 150px;
            overflow-y: auto;
        }

        .option {
            padding: 5px;
            cursor: pointer;
        }

        .option:hover {
            background-color: #f0f0f0;
        }

        .dropdown-arrow {
            cursor: pointer;
            margin-left: 1px;
            font-size: 18px; /* Adjust size of arrow */
        }
   
