
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #eef4ff 0%, #f9fbff 50%, #ffffff 100%);
    color: #1b1b1b;
    line-height: 1.7;
}


header {
    background: linear-gradient(135deg, #1f325fdc, #1d4ed8, #2563eb);
    color: rgb(212, 175, 55);
    text-align: center;
    padding: 50px 20px 40px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

header h1 {
    margin: 0;
    font-size: 2.6rem;
    letter-spacing: 0.5px;
     color: rgb(212, 175, 55);
}

header p {
    margin-top: 12px;
    font-size: 1.1rem;
    opacity: 0.95;
}
nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 16px;
    background: rgba(15, 23, 42, 0.96);
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 999px;
    transition: all 0.3s ease;
}

nav ul li a:hover {
    background: linear-gradient(135deg, #facc15, #fbbf24);
    color: #111827;
    box-shadow: 0 4px 12px rgba(250, 204, 21, 0.35);
}

main {
    padding: 30px 15px;
}

section {
    background: rgba(255, 255, 255, 0.95);
    width: 86%;
    margin: 26px auto;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid rgba(37, 99, 235, 0.08);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

section:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

h1, h2, h3 {
    color: #0f172a;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    position: relative;
}

h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 8px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb, #facc15);
}

p {
    font-size: 1rem;
}
ul {
    padding-left: 22px;
}

li {
    margin-bottom: 8px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.float-image {
    float: left;
    width: 260px;
    margin-right: 20px;
    margin-bottom: 12px;
}

.clearfix {
    clear: both;
}

.button-link {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 700;
    margin-top: 15px;
    transition: all 0.25s ease;
}
html {
    scroll-behavior: smooth;
}
.button-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
}

.premium-box {
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: white;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.25);
}

.premium-box h2,
.premium-box h3,
.premium-box p,
.premium-box li {
    color: white;
}

.premium-box h2::after {
    background: linear-gradient(135deg, #facc15, #f59e0b);
}

.price-tag {
    display: inline-block;
    background-color: #facc15;
    color: #111827;
    font-weight: 800;
    padding: 10px 16px;
    border-radius: 999px;
    margin: 10px 0;
}


form {
    margin-top: 20px;
}

label {
    font-weight: 600;
    color: #0f172a;
}

input, textarea {
    width: 100%;
    max-width: 550px;
    padding: 12px 14px;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    background-color: #f8fafc;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

input[type="submit"] {
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #111827;
    border: none;
    cursor: pointer;
    font-weight: 800;
    width: auto;
    padding: 12px 24px;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
}

footer {
    text-align: center;
    padding: 24px;
    background: #0f172a;
    color: white;
    margin-top: 40px;
}

@media (max-width: 768px) {
    header h1 {
        font-size: 2rem;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    section {
        width: 92%;
        padding: 20px;
    }

    .float-image {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}
.about-flex {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.about-flex img {
    width: 100%;
    max-width: 350px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

th, td {
    border: 1px solid #d1d5db;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #eaf2ff;
    color: #1d4ed8;
}
section img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.hero {
    position: relative;
    width: 88%;
    margin: 20px auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


.hero img {
    width: 100%;
    height: 320px;  
    object-fit: cover; 
}


.hero-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    max-width: 500px;
}

.hero-text h2 {
    color: white;
}

.hero-text p {
    margin: 10px 0;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.048);
}
#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
}

#topBtn:hover {
    background-color: #1d4ed8;
}