body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #0b1220;
    color: white;
}

/* ===== HEADER ===== */
header {
    background: #111827;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 270px;
    height: 240px;
}

/* ===== NAV ===== */
.mynav {
    text-align: center;
    margin-top: 10px;
    padding: 20px;
    background-color: #111827;
}

nav a {
    color: white;
    margin: 0 10px;
    padding: 5px 20px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #1f2937;
    border-radius: 8px;
    background: #002E7B;
}

nav a:hover, a.active {
    background-color: #F07C01;
    color: white;
}

.whats {
    color: white;
    margin: 0 10px;
    padding: 5px 20px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #1f2937;
    border-radius: 8px;
    background-color: forestgreen;
}

.whats:hover {
    color: white;
}

/* ===== HERO ===== */
.hero {
    text-align: center;
    padding: 80px 20px;
}

.hero h1 {
    font-size: 42px;
    color: silver;
    margin: 0;
}

.hero-small {
    font-size: 22px;
    color: silver;
}

.hero p {
    color: #cbd5e1;
    font-size: 18px;
}

/* ===== SECTIONS ===== */
.section {
    padding: 60px 20px;
    text-align: center;
}

.section h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

/* ===== CARDS GENERAL ===== */
.cards {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background: #111827;
    padding: 20px;
    width: 500px;
    border-radius: 12px;
    border: 1px solid #1f2937;
}

.card img {
    width: 400px;
    height: 500px;
}

h3 {
    color: #facc15;
}

.price {
    color:#FFFFFF;
    font-size: 22px;
    margin-top: 10px;
}

/* ===== FORM ===== */
form {
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input, textarea, select {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #1f2937;
    outline: none;
    background: #0f172a;
    color: white;
    transition: 0.3s;
}

input:focus, textarea:focus, select:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 8px rgba(56,189,248,0.3);
}

button {
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: #002E7B;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

button:hover {
    color: darkblue;
    background-color: darkgray;
}

/* ===== CONTACT MODERN LAYOUT ===== */
.contact-wrapper {
    width: 90%;
    margin: 0 auto;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.contact-card {
    background: linear-gradient(145deg, #111827, #0b1220);
    border: 1px solid #1f2937;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    text-align: left;
	flex: 1 1 280px;
}

.contact-card h3 {
    color: #facc15;
    margin-bottom: 15px;
}

/* ===== Polination ===== */
.pol-card {
	margin-top: 20px;
    background: linear-gradient(145deg, #111827, #0b1220);
    border: 1px solid #1f2937;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
	flex: 1 1 280px;
}

.pol p, h3 {
	text-align: center;
}

.pol-card img {
    width: 1200px;
    height: 500px;
	border-radius: 20px;
}

.pol-link a {
	color: white;
    margin: 0 10px;
    padding: 5px 20px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #1f2937;
    border-radius: 8px;
    background: #002E7B;
}

.pol-link a:hover {
    background-color: #F07C01;
    color: white;
}

.info-block {
    margin-bottom: 15px;
    padding: 10px;
    background: #0f172a;
    border-radius: 10px;
    border: 1px solid #1f2937;
}

.info-block strong {
	color: #facc15;
}

/* ===== MAP ===== */
.map-card iframe {
    width: 100%;
    height: 380px;
    border-radius: 12px;
    border: none;
}

/* ===== ABOUT / CONTACT BOX ===== */
.about, .mycontact {
    align-items: center;
    width: 80%;
    margin: 0 auto;
    background-color: #111827;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid #1f2937;
}

.mailphone {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ===== FOOTER ===== */
footer {
    text-align: center;
    padding: 20px;
    background: #111827;
    font-size: 13px;
    color: #94a3b8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
    }

    .logo img {
        width: 180px;
        height: auto;
    }

    .contact-wrapper {
        width: 95%;
    }
}

	/* ==== HOME IVUBA IMAGE ===== */
	.home-img img {
		width: 150px;
    	height: 120px;
	}

	/* ==== CONTACT IVUBA IMAGE ===== */
	.contact-img img {
        width: 150px;
    	height: 120px;
    }

	/* ==== SPECIALS IVUBA IMAGE ===== */
	.specials img {
		width: 150px;
    	height: 120px;
	}

	/* ==== ABOUT IVUBA IMAGE ===== */
	.about-img img {
	margin-bottom: 20px;
    width: 150px;
    height: 120px;
}