* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #000000;
}

/* Header */
.header {
    background: linear-gradient(135deg, #6c9c2e 30%, #022a1c 100%);
    color: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo img {
    max-height: 60px;
}

/* Navigation */
.nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Dropdown container */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

/* Modern underline effect */
.dropdown-toggle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}

.dropdown-toggle:hover::after {
    width: 100%;
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 102%;
    left: -50px;
    background: white;
    color: #022a1c;
    min-width: 200px;
    display: none;
    flex-direction: column;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    overflow: hidden;
    z-index: 999;
}

.dropdown:hover .dropdown-menu {
    display: flex;
}

.dropdown-menu a {
    padding: 12px 20px;
    text-decoration: none;
    color: #022a1c;
    transition: background 0.3s ease;
}

.dropdown-menu a:hover {
    background: #f1f1f1;
    color: #6c9c2e;
}

.dropdown-icon {
    font-size: 0.6em;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

/* Optional: Rotate the icon on hover */
.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        flex-direction: column;
        width: 100%;
    }

    .dropdown-menu {
        position: absolute;
        top: auto;
        left: -75px;
        box-shadow: none;
        background: #f8f8f8;
    }
    .dropdown-toggle::after {
        background-color: #6c9c2e;
    }
        .header
 {
        background: linear-gradient(135deg, #6c9c2e 65%, #022a1c 106%);
    }
}

/* home */
.launch-section {
    position: relative;
    /* background: url('/images/Stay\ Tuned\ for\ a\ Smarter\ Experience.png') no-repeat center center / cover; */
    background: #d2dbe9;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    color: #022a1c;
}

/* Gradient overlay */
/* .launch-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.911) 100%);
    z-index: 1;
  } */

.launch-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    max-width: 900px;
}

.launch-heading {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.launch-subtext {
    font-size: 1.2rem;
    line-height: 1.6;
}

.launch-overlay {
    z-index: 1;
}

@media (max-width: 768px) {
    .launch-heading {
        font-size: 2.2rem;
    }

    .launch-subtext {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .launch-heading {
        font-size: 1.8rem;
    }

    .launch-subtext {
        font-size: 0.95rem;
    }
}

/* Footer */
.footer {
    background: #1a202c;
    color: white;
    padding: 40px 0 40px;
}

.footer-content {
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.footer-logo {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-description {
    font-size: 1.1rem;
    color: #a0aec0;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    background: #2d3748;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    display: inline-block;
}

.contact-info h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.contact-info a {
    color: #6c9c2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.footer-bottom {

    padding-top: 30px;
    text-align: center;
    color: #a0aec0;
    font-size: 0.95rem;
}

.footer-content p a {
    padding: 5px 20px;
    color: white;
    text-decoration: none;
}
.vh100 {
    height: 71vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }

    .nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero h1 {
        font-size: 2rem !important;
    }

    .cards-section {
        grid-template-columns: 1fr;
    }

    .vision-mission {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .why-poprevu {
        padding: 40px 30px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: fadeInUp 0.6s ease-out;
}

.card:nth-child(2) {
    animation-delay: 0.2s;
}

.card:nth-child(3) {
    animation-delay: 0.4s;
}

.footer-bottom a {
    color: #6c9c2e;
    text-decoration: none;

}

/* Privacy Policy  */

.effective-date {
    text-align: center;
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.privacy-policy-page p {
    margin-bottom: 15px;
    text-align: justify;
}

ul {
    margin: 15px 0;
    padding-left: 30px;
}

li {
    margin-bottom: 8px;
}

.highlight-box {
    background: #ecf0f1;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.contact-info2 {
    background: #e8f5e8;
    border: 1px solid #27ae60;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.warning-box {
    background: #ffeaa7;
    border-left: 4px solid #fdcb6e;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

.email {
    color: #27ae60;
    text-decoration: none;
}

.email:hover {
    text-decoration: underline;
}

.section-icon {
    font-size: 1.2em;
}

.privacy-policy-page h2 {
    color: #08311d;
    border-bottom: 2px solid #27ae60;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy-policy-page h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy-policy-page h1 {
    text-align: center;
    margin-bottom: 30px;
}

.privacy-policy-page {
    padding: 50px;
}

/* about */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #6c9c2e;
    --secondary: #022a1c;
    --accent: #4ecdc4;
    --purple: #a855f7;
    --orange: #f59e0b;
    --dark: #1a1a2e;
    --light: #ffffff;

    --card-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    --hover-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background: white;
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    min-height: 100vh;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Hero Section */
.hero {
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;   
}

.hero h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #6c9c2e, #4ecdc4, #a855f7, #dff41c);
    background-size: 300% 300%;
    animation: gradientShift 8s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #6c9c2e, #4ecdc4, #a855f7, #dff41c);
    background-size: 300% 300%;
    animation: gradientShift 8s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 30px;
    font-weight: 500;
}

.hero-description {
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #6c9c2e;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(108, 156, 46, 0.3);
    position: relative;
    overflow: hidden;
}

.hero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-cta:hover::before {
    opacity: 1;
}

.hero-cta span {
    position: relative;
    z-index: 1;
}

.hero-cta:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 60px rgba(108, 156, 46, 0.4);
}

/* Main Content */
.main-content {
    padding: 0px 0;
    position: relative;
    z-index: 2;
}

.features-section {
    margin-bottom: 80px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: var(--card-shadow);
    border: 3px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #a855f7, #f59e0b);
    background-size: 300% 300%;
    animation: gradientShift 6s ease infinite;
}

.feature-card:hover {
    transform: translateY(-10px) rotate(2deg);
    box-shadow: var(--hover-shadow);
    border-color: rgba(255, 107, 107, 0.3);
}

.feature-image {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.feature-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.feature-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.feature-text {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.feature-points {
    list-style: none;
    text-align: left;
}

.feature-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
}

.feature-points li::before {
    content: '✨';
    font-size: 1.2rem;
}

/* Vision Mission Cards */
.vision-mission {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    padding: 80px 0;
}

.vm-card {
    padding: 40px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: white;
    box-shadow: var(--card-shadow);
    transition: all 0.4s ease;
}

.vision-card {
    background: linear-gradient(135deg, #f59e0b, #ff6b6b);
}

.mission-card {
    background: linear-gradient(135deg, #a855f7, #4ecdc4);
}

.vm-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: all 0.4s ease;
}

.vm-card:hover::before {
    opacity: 1;
    animation: pulse 2s infinite;
}

.vm-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--hover-shadow);
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 0.1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }
}

.vm-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: block;
}

.vm-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.vm-text {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
}

/* Why Choose Section */
.why-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 60px 40px;
    margin: 60px 0;
    box-shadow: var(--card-shadow);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.why-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 50px;
    background: linear-gradient(135deg, #6c9c2e, #022a1c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.why-item {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.why-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #a855f7);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.why-item:hover::before {
    transform: translateX(0);
}

.why-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 107, 107, 0.3);
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.2);
}

.why-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.why-text {
    color: #555;
    font-weight: 500;
    line-height: 1.6;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: white;
    padding: 80px 50px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 60px 0;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,107,107,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}

.contact-content {
    position: relative;
    z-index: 1;
}

.contact-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-text {
    font-size: 1.3rem;
    margin-bottom: 35px;
    opacity: 0.9;
}

.email-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ff6b6b, #a855f7);
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.3);
}

.email-link:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 60px rgba(255, 107, 107, 0.4);
}


/* Responsive */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .header-content {
        flex-direction: row;
        gap: 15px;
    }

    .logo-text {
        font-size: 1.7rem;
    }

    

    .hero-content {
        padding: 0px 5px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .vision-mission {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .contact-section {
        padding: 60px 30px;
    }

    .why-section {
        padding: 40px 25px;
    }
    /* himanshi */
    .why-item {
    transform: translateY(-5px);
    border-color: rgba(255, 107, 107, 0.3);
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.2);
}
.why-item::before {
    transform: translateX(0);
}

.vision-mission {
    padding: 0px 0;
}
.hero {
        padding: 0px 0px 80px 0px;
    }
    .logo img
 {
    max-height: 50px;
}
}

/* Scroll animations */
.animate-on-scroll {
    opacity: 01;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

Main content .main {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 80px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50 20px;
}