

body{
    background-image: url('16.png');
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
}

.pogi {
    min-height: 100vh;
    width: 100%;
    background-image: url(images/16.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    position: relative;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.eyy img {
    height: 90px;
    width: auto;
}

.ako {
    flex: 1;
    text-align: right;
}

.ako ul li {
    display: inline-block;
    padding: 8px 12px;
    list-style: none;
    position: relative;
}

.ako ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}

.ako ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #000000;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.ako ul li:hover::after {
    width: 100%;
}

.hak { width: 90%; color: #000000; position: absolute; top: 50%; left: 5%; transform: translateY(-50%); text-align: left; line-height: 1.5; background-color: #ffffff; width:auto; height:250px; padding: 10px; border-radius:10px; }


.hak h1 {
    font-size: 62px;
}

.hak p {
    margin: 10px 0 40px;
    font-size: 14px;
}

.baliw {
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    font-style: italic;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.baliw:hover {
    background-color: rgba(10, 35, 66, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.about {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.about h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 60px;
}

.us {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    text-align: left;
}

.kulit {
    flex: 1;
    min-width: 250px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.kulit h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.kulit p {
    font-size: 14px;
    line-height: 1.5;
}

.kulit:hover {
    box-shadow: 0 8px 20px rgba(0, 200, 0, 0.7);
    transition: 0.3s ease;
}

.kulit p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.find {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.job {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.bola {
    width: 180px;
    height: 100px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}

.bola p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.bola span {
    font-size: 12px;
    color: #555;
}

.bola:hover {
    background-color: #0D14F2;
    border: 1px solid #0D14F2;
}

.bola:hover p,
.bola:hover span {
    color: #fff;
}

.damit {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 60px 0;
}

.damit h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #222;
}

.dabog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.boi {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.boi:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.boi h2 {
    color: #0D14F2;
    font-size: 20px;
    margin-bottom: 10px;
}

.boi p {
    color: #333;
    margin: 5px 0;
}

.boi button {
    margin-top: 10px;
    background: #0D14F2;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.boi button:hover {
    background: #060ba0;
}

.help {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.help h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.help p {
    font-size: 16px;
    margin-bottom: 40px;
}

.help-search {
    margin-bottom: 40px;
}

.help-section {
    text-align: left;
    margin-bottom: 40px;
}

.help-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.guide-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    background: #f9f9f9;
    transition: 0.3s;
}

.guide-card:hover {
    box-shadow: 0 8px 20px rgba(0, 200, 0, 0.7);
    transform: translateY(-2px);
}

.guide-card h3 {
    color: #0D14F2;
    margin-bottom: 10px;
}

.guide-card ol,
.guide-card ul {
    margin-left: 20px;
}

.guide-card em {
    color: #555;
    font-style: italic;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.faq-question {
    font-weight: bold;
    color: #1B4D3E;
    cursor: pointer;
    transition: 0.3s;
}

.faq-question:hover {
    color: #040644;
}

.faq-answer {
    margin-top: 10px;
    color: #333;
}

.hays {
    border: 2px solid transparent;
    width: 300px;
    height: 40px;
    padding-left: 15px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-style: normal;
    margin-top: 20px;
    color: #000;
}

.hays::placeholder {
    color: #555;
    font-style: italic;
}

.hays:hover,
.hays:focus {
    border: 2px solid #4A9DEC;
    box-shadow: 0 0 0 5px rgba(74, 157, 236, 0.2);
    background-color: #fff;
}

.contact-section {
    max-width: 600px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: "Inter", sans-serif;
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #222;
}

.contact-section p {
    text-align: center;
    color: #555;
}

.contact-info {
    margin-top: 20px;
    text-align: center;
    line-height: 1.8;
}

.contact-info a {
    color: #0066cc;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.feedback-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feedback-form h3 {
    text-align: center;
    margin-bottom: 10px;
}

.feedback-form label {
    font-weight: 600;
    color: #333;
}

.feedback-form textarea,
.feedback-form select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    resize: none;
}

.feedback-form button {
    margin-top: 10px;
    padding: 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.feedback-form button:hover {
    background-color: #004c99;
}

.arvm-section {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
text-align: center;
}

.arvm-title {
color: #000000;
margin-bottom: 30px;
font-size: 2rem;
}

.arvm-box-container {
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 30px;
}

.arvm-box-item {
flex: 1 1 30%;
border: 2px solid #000000;
border-radius: 12px;
padding: 20px;
background-color: #D8F2D8;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arvm-box-item:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0, 128, 0, 0.6);
}

.arvm-box-item h3 {
color: #000000;
margin-bottom: 10px;
}

.arvm-box-item p {
color: #555;
line-height: 1.6;
}

.arvm-motivations {
margin-top: 20px;
text-align: left;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.arvm-motivations p {
margin: 5px 0;
font-style: italic;
color: #333;
}

.auth-section {
    max-width: 500px;
    margin: 100px auto;
    text-align: center;
}

.auth-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.auth-tabs .tab {
    flex: 1;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-bottom: none;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    transition: 0.3s;
}

.auth-tabs .tab.active {
    background-color: #f9f9f9;
    border-top: 3px solid #0D14F2;
    color: #0D14F2;
}

.auth-tabs .tab:hover {
    color: #0D14F2;
}

.auth-box {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.auth-box form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.auth-box input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.auth-box button {
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.login-btn {
    background-color: #0066cc;
    color: white;
}

.login-btn:hover {
    background-color: #004c99;
}

.signup-btn {
    background-color: #28a745;
    color: white;
}

.signup-btn:hover {
    background-color: #1e7e34;
}

.forgot a {
    color: #0066cc;
    text-decoration: none;
}

.save-animals-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px 20px;
    background-color: #f0f8ff; /* soft light blue for a happy vibe */
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.save-animals-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #0D14F2; /* matches your site theme */
}

.save-animals-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
}

.save-animals-section img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.save-animals-section img:hover {
    transform: scale(1.05);
}