body{margin:0;font-family:Poppins,Arial;background:#f8f8ff}
header{display:flex;justify-content:space-between;align-items:center;padding:15px 8%;background:#fff;box-shadow:0 2px 10px #ccc;position:sticky;top:0}
.logo{height:55px}
nav a{margin-left:15px;text-decoration:none;color:#6d28d9;font-weight:500}
.hero{padding:100px 20px;text-align:center;color:#fff;
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url("images/hero.jpg");
background-size:cover;background-position:center}
.hero-buttons{margin-top:20px}
.btn{background:#f59e0b;color:#fff;padding:12px 28px;border-radius:25px;text-decoration:none;margin:5px}
.btn.outline{background:transparent;border:2px solid #fff}
.section{padding:70px 8%;text-align:center}
.section h2{font-size:32px;color:#6d28d9}
.mv{display:flex;gap:20px;justify-content:center;margin-top:30px;flex-wrap:wrap}
.mv-box{background:#fff;padding:25px;border-radius:12px;width:280px;box-shadow:0 5px 15px #ccc}
.cards{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 5px 15px #ccc;width:220px}
.card i{font-size:32px;color:#6d28d9;margin-bottom:10px}
.form{max-width:400px;margin:20px auto}
.form input,.form textarea{width:100%;padding:12px;margin:8px 0;border-radius:8px;border:1px solid #ccc}
.form button{width:100%;padding:12px;background:#6d28d9;color:#fff;border:none;border-radius:8px}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;color:#fff;
padding:15px;border-radius:50%;font-size:26px}
footer{text-align:center;padding:15px;background:#6d28d9;color:#fff}

.hero-logo {
    width: 200px;
    margin-bottom: 5px;
    filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.3));
}
/* Mission & Vision */
.mission-vision {
    padding: 60px 20px;
    background: #f5f6fa;
}
.mv-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.mv-box {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    border-radius: 12px;
    color: #fff;
}
.mission {
    background: linear-gradient(135deg, #6a5acd, #8a2be2);
}
.vision {
    background: linear-gradient(135deg, #ff8c00, #ffa500);
}
.mv-box h2 {
    margin-bottom: 15px;
}

/* Why Choose */
.why-choose {
    padding: 60px 20px;
    text-align: center;
}
.why-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.why-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 250px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.why-box h3 {
    margin-bottom: 10px;
}

/* Business Segments */
.business-segments {
    padding: 60px 20px;
    background: #f5f6fa;
    text-align: center;
}
.segment-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.segment-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.segment-box h3 {
    margin-bottom: 10px;
}

/* Mission & Vision */
.mission-vision {
    padding: 80px 20px;
    background: #f4f6fb;
}
.mv-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.mv-box {
    flex: 1;
    min-width: 300px;
    padding: 50px 30px;
    border-radius: 15px;
    color: #fff;
    text-align: left;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.mv-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.mv-icon {
    font-size: 30px;
    margin-bottom: 20px;
}
.mission {
    background: linear-gradient(135deg, #6a5acd, #8a2be2);
}
.vision {
    background: linear-gradient(135deg, #ff8c00, #ffa500);
}
.mission h2,
.mission p,
.vision h2,
.vision p {
    color: #ffffff;
}
/* Why Choose */
.why-choose {
    padding: 80px 20px;
    text-align: center;
}
.why-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.why-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    width: 260px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.why-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.why-icon {
    font-size: 28px;
    color: #ff8c00;
    margin-bottom: 15px;
}

/* Business Segments */
.business-segments {
    padding: 80px 20px;
    background: #f4f6fb;
    text-align: center;
}
.segment-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.segment-box {
    background: #fff;
    border-radius: 15px;
    width: 320px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.segment-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.segment-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.segment-box h3 {
    padding: 20px 20px 10px;
}
.segment-box p {
    padding: 0 20px 20px;
}

/* Contact Section */
.contact-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f4f6fb, #e9e6f5);
    text-align: center;
}

.contact-section h2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: #6a5acd;
}

.contact-section h2 span {
    color: #8a2be2;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-info {
    text-align: left;
    font-size: 18px;
    line-height: 2;
}

.contact-info i {
    color: #6a5acd;
    margin-right: 10px;
}

.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    width: 350px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
}

.contact-form textarea {
    border-radius: 15px;
}

.send-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #6a5acd, #8a2be2);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.send-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Contact Section */
.contact-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f4f6fb, #e9e6f5);
    text-align: center;
}

.contact-section h2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: #6a5acd;
}

.contact-section h2 span {
    color: #8a2be2;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
}

.contact-info {
    text-align: left;
    font-size: 18px;
    line-height: 2;
}

.contact-info i {
    color: #6a5acd;
    margin-right: 10px;
}

.left-btn {
    margin-top: 20px;
}

.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    width: 380px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
}

.contact-form textarea {
    border-radius: 15px;
}

.send-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #6a5acd, #8a2be2);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.send-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Orange Headings */
.segment-box h3 {
    color: #ff8c00;
}

/* Catalogue Button */
.catalogue-btn {
    display: inline-block;
    margin: 15px 20px 25px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #ff8c00, #ffa500);
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    transition: 0.3s ease;
}

.catalogue-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
