*{
    margin: 0;
    padding: 0;
}
/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    /* background-color: #00022a; */
     background: radial-gradient(circle at top,  #29036f, #631258);
    color: white;
    line-height: 1.6;
}

/* Header & Navigation */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
     background: radial-gradient(circle at top,  #29036f, #631258);
}

.logo {
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo .icon {
    border: 3px solid rgba(97, 252, 0, 0.767);
    border-radius: 50%;
    /* border-top-left-radius: 10%; */
     /* border-top-right-radius: 10%; */
   /* border-bottom-right-radius: -10%;
   border-bottom-left-radius: -10%; */
  
    padding: 2px 8px;
}

nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}

/* .blog-btn {
    background-color: #4361ee;
    padding: 8px 20px;
    border-radius: 5px;
} */

/* Hero Section */
.hero {
    padding: 100px 50px;
    max-width: 800px;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 10px;
}
.hero br{
      font-size: 2rem;
    margin-bottom: 10px;
}
.hero .subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #cbd5e0;
}

.join-btn {
    background-color: #e0fbfc;
    color: #001b37;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

/* Vision Card */
.vision-section {
    /* padding: 0 500px 100px; */
    padding: 50px;
    width: 1000vh;
    height: 370px;
    text-align: center;
    justify-content: center;
   gap: 20px;
    


}

.vision-card {
    background-color: rgba(40, 166, 192, 0.05);
    padding: 20px;
    border-radius: 15px;
    max-width: 600px;
    position: relative;
}

.vision-card h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.vision-card p {
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #cbd5e0;
}

.image-placeholder {
    margin-top: 20px;
    width: 200px;
    box-sizing: border-box;
    height: 200px;
    border: 1px dashed #ffffff55;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.image-placeholder  img{
    width: 180px;
     height: 180px;
      box-sizing: border-box;
}
/* Services Styling */
.services-section {
    padding: 80px 50px;
     /* Slightly darker shade */
     background: radial-gradient(circle at top,  #29036f, #631258);
}

.services-header h3 {
    color: #4361ee;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services-header h2 {
    font-size: 2.2rem;
    max-width: 800px;
    margin-bottom: 60px;
    font-weight: 600;
}

.grid-container {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
}

.section-title {
    flex: 1;
}

.section-title h3 {
    font-size: 1.8rem;
    border-left: 4px solid #4361ee;
    padding-left: 20px;
}

.cards-grid {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.07);
}

.card-img {
    height: 120px;
    background-size: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.service-card h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.85rem;
    color: #a0aec0;
}

/* Blog Styling */
.blog-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    
}

.blog-title {
    color: #00f5d4; /* Teal color from image */
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.blog-post {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-post .date {
    font-size: 0.8rem;
    color: #963102;
}

.blog-post h4 {
    margin: 10px 0 20px;
}

.explore-btn {
    background: transparent;
    border: 2px solid #010a33;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.8rem;
}

.explore-btn:hover {
    background: #0324b8;
}
/* --- Expensive Look Additions --- */  

:root {
    --primary-gradient: linear-gradient(135deg, #da1ab7, #fc9505);
    --glass-bg: rgba(255, 255, 255, 0.03);
}

/* Premium CTA Section */
.premium-cta {
    padding: 120px 50px;
    text-align: center;
    background: radial-gradient(circle at top, #07045e, #c00a52); /* Subtle glow effect */
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    color: #00f5d4;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.premium-cta h2 {
    font-size: 3.5rem;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.1;
    font-weight: 800;
}

.gradient-text {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium-cta p {
    color: #a0aec0;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
}

/* Luxury Buttons */
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary {
    background: var(--primary-gradient);
    color: #080e1e;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(67, 97, 238, 0.4);
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Newsletter - Modern/Cute Design */
.newsletter-section {
    padding: 0 50px 80px;
}

.newsletter-card {
    background: var(--glass-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    width: 250px;
}

.newsletter-form button {
    background: #4361ee;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

/* Back to Top Button */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--primary-gradient);
    border: none;
    border-radius: 50%;
    color: #080e1e;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
}


/* Footer Main Styling */
.main-footer {
     background: radial-gradient(circle at top, #07045e, #e6538e); /* Darker background for contrast */
    padding: 80px 50px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #cbd5e0;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr; /* Brand gets more space */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Brand Section */
.footer-brand .logo {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.footer-brand .address {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #4361ee; /* Cute blue accent */
}

/* Menu Titles */
.footer-links h4 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 25px;
    position: relative;
}

/* Underline decoration for titles */
.footer-links h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background-color: #4361ee;
}

/* Menu Lists */
.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

/* Hover Effect: Links move slightly right and change color */
.footer-links ul li a:hover {
    color: #00f5d4; /* Teal color on hover */
    padding-left: 5px;
}

/* Bottom Bar */
.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.8rem;
    color: #718096;
}