body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.header {
    background: #0a2540;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.header h1 {
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #caa64b;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.about, .why {
    padding: 50px 0;
}

.services {
    background: #f4f4f4;
    padding: 50px 0;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.card {
    background: #fff;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
}

.contact {
    background: #0a2540;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.whatsapp {
    background: #25D366;
    color: #fff;
}

.footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
}
/* nav */
.navbar {
    background: #051c6850;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo {
    font-weight: bold;
    color: #0a2540;
    font-size: 18px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: #0a2540;
    font-weight: 600;
}

.nav-links a:hover {
    color: #caa64b;
}
/* dropdown */
.navbar {
    background: #02608b15;
    border-bottom: 1px solid #351313;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* NAV LINKS */
.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-links li {
    position: relative;
}

/* DROPDOWN MENU (INSIDE NAV) */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    min-width: 200px;
    display: none;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a {
    padding: 12px 16px;
    display: block;
    color: #0a2540;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #f4f4f4;
}

/* SHOW ON HOVER */
.dropdown:hover .dropdown-menu {
    display: block;
}
.about {
    padding: 60px 0;
    background: #fff;
}
.about h2 {
    color: #0a2540;
    margin-bottom: 20px;
    text-align: center;
}
.about h3 {
    margin-top: 20px;
    color: #0a2540;
}

.about p, .about ul {
    margin-top: 10px;
    line-height: 1.8;
}
/* Contact Us */
/* CONTACT HERO */
.contact-hero {
    background: linear-gradient(rgba(10,37,64,0.9), rgba(10,37,64,0.9)),
                url('../images/contact-bg.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.contact-hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.contact-hero p {
    font-size: 18px;
}

/* CONTACT PAGE */
.contact-page {
    padding: 60px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    align-items: start;
}

/* CONTACT INFO */
.contact-info {
    background: #0a2540;
    color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.contact-info h2 {
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

/* CONTACT FORM */
.contact-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #0a2540;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}

.contact-form button {
    width: 100%;
    cursor: pointer;
}
/* home image */
.home-image img {
    width: 100%;
    height: auto;
    display: block;
} 


/* 🔽 Blur effect */
.blur-bg img {
    filter: blur(6px);
    transform: scale(1.05); /* prevents white edges after blur */
}

.hero-blur {
    background: url("images/Supplanter Trading services overview.png") center/cover no-repeat;
    height: 60vh;
    position: relative;
}

.hero-blur::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.3);
}

.hero-content {
    position: relative;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}



.home-image {
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

/* Background layer */
.bg-image {
    position: absolute;
    inset: 0;
    background: url("images/Supplanter Trading services overview.png") center/cover no-repeat;
    filter: blur(8px);
    transform: scale(1.1);
}

/* Make sure next sections stay in place */
.home-image + * {
    position: relative;
}




.home-image {
    position: relative;
    width: 100%;
    height: 60vh; /* adjust as needed */
    overflow: hidden;
}

/* The image itself */
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* makes it cover the section */
    filter: blur(6px);   /* blur the image */
    transform: scale(1.05); /* prevents edges showing */
}

/* Text overlay */
.hero-content {
    position: absolute; /* sit on top of the image */
    top: -8%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: left;
    padding: 20px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6); /* optional for readability */
}

/* Start hidden & moved down */
.scroll-in {
    opacity: 0;
    transform: translateY(-200px);  /* start 50px lower */
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* When in view, fade & slide up */
.scroll-in.visible {
    opacity: 1;
    transform: translateY(0);
}



.card h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;           /* Bigger heading */
    color: #1a73e8;               /* A nice blue accent color */
    text-align: center;           /* Centered inside the card */
    margin: 10px 0 15px 0;        /* Space above & below */
    padding-bottom: 5px;          /* Space for underline */
    position: relative;           /* For pseudo-element underline */
}

/* Add a stylish underline effect */
.card h3::after {
    content: "";
    display: block;
    width: 50px;                  /* underline width */
    height: 3px;                  /* thickness */
    background-color: #ff6f61;    /* contrasting color for underline */
    margin: 5px auto 0 auto;      /* center under the text */
    border-radius: 2px;           /* rounded edges */
}