* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 100%);
    url(https://in.pinterest.com/pin/181340322490244604/);
    background-size: cover;
    background-attachment: fixed;
    color: #333;
    min-height: 100vh;
    font-family: 'Fira Sans', sans-serif;
}


nav {
    width: 100%;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

nav .logo {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

nav ul li {
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.2s ease-in;
}

nav ul li a {
    color: #4b5563;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

nav .navLinks button {
    padding: 8px 18px;
    border-radius: 10px;
    color: blue;
    font-size: 16px;
    border-style: none;
    font-weight: 700;
    margin-left: 10px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    transition:0.3s;
}


nav ul li:hover {
    background-color: #f0f9ff;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.35);
    transform: translateY(-2px);
}

nav .menubtn {
    font-size: 30px;
    font-weight: bolder;
    cursor: pointer;
    display: none;
}

/* responsive navbar css */
@media screen and (max-width: 600px) {
    nav .menubtn {
        display: flex;
    }
    nav .navLinks {
        display: none;
    }
    .sideNav {
        display: block !important;
    }
}

.sideNav {
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0%;
    background-color: rgb(44, 1, 197);
    overflow-x: hidden;
    transition: 0.3s ease-in;
    padding-top: 60px;
    display: none;
}

.sideNav a {
    padding: 8px 8px 8px 40px;
    display: block;
    font-size: 25px;
    font-weight: 500;
    color: #d1d1d1;
    transition: 0.3s;
    text-decoration: none;
}

.sideNav a button {
    padding: 10px 20px;
    border-radius: 10px;
    color: blue;
    font-size: 16px;
    border-style: none;
    cursor: pointer;
}

.sideNav a button:hover {
    background-color: #f8fafc;
}


.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 8%;
    min-height: 85vh;
}


.column1 {
    flex: 1;
    padding-right: 50px;
}

.column2 {
    flex: 1;
    display: flex;
    justify-content: center;
}

.column2 img {
    width: 100%;
    max-width: 800px;
    height: auto;
        
}

.row .column1 {
    padding-right: 50px;
}

.column1 h1 {
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #1e293b;
}

.column1 h1 span {
     color: #8b5cf6;
}            

.column1 p {
    font-size: 20px;
    color: #64748b;
    margin-bottom: 40px;
}

.btn-get-started {
    background-color: white;
    color: #1e293b;
    padding: 15px 25px;
    border: 1px solid #e2e8f0; /* Light border */
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 15px;
    transition: 0.3s;
}

.btn-get-started:hover {
    background-color: #f8fafc;
}

/* Header content responsive */
@media screen and (max-width: 980px) {
    .column2 img {
        max-width: 450px;
        height: auto;
    }
    .column1 h1 {
        font-size: 45px;
    }
    .column1 p {
        font-size: 17px;
    }
    .row {
        margin-top: 80px;
    }
}

@media screen and (max-width: 600px) {
    .column1 {
              padding-right: 0; margin-bottom: 40px;
    }
    .column1 h1 {
        font-size: 35px;
    }
    .row {
        flex-direction: column;
        text-align: center;
    }
    .row .column1 {
        padding: 30px;
    }
    .btn-explore {
         display: block; width: 100%;
 }
}



/* Dark Section Container */
.info-section {
    background-color: #0b1121;
    padding: 100px 8%;
    color: white;
    display: flex;
    align-items: center;
    gap: 50px;
    font-size: 50px;
    font-weight: 700;
}

.section-desc {
    color: #cbd5e1;
    line-height: 1.8;
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 45px;
    max-width: 600px;
}

.feature-img {
    width: 100%;
    max-width: 650px;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 210, 255, 0.1);
}



//card

.card-section {
    padding: 140px 8%;
    background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 100%);
    text-align: center;
}

.features-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px auto;
    text-align: center;
}

.features-header h2 {
    font-size: 64px;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.features-header p {
    font-size: 22px; /* Larger sub-header text */
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* GRID CONTAINER */
.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

/* CARD DESIGN */
.card {
    min-height: 350px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
}

/* FIXED HOVER (NO SPACE) */
.card:hover {
    color: white;
}

/* BACKGROUND LAYERS */
.card::before,
.card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(243, 243, 243);
    border-radius: 12px;
    z-index: -2;
    transition: 0.4s ease;
}

.card::after {
    background: #a78bfa;
    transform: translate(10%, 10%) scale(0.3);
    transform-origin: right bottom;
    border-radius: 50%;
    z-index: -1;
}

/* HOVER EFFECT */
.card:hover::after {
    transform: translate(0) scale(1);
    border-radius: 12px;
}

.card:hover::before {
    transform: translate(-10%, -10%) scale(0.3);
    border-radius: 50%;
}

.card h1 {
    margin-bottom: 15px;
}

.card p {
    font-size: 16px;
    line-height: 1.6;
}

.card-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #a78bfa;
    transition: 0.4s;
}

.card:hover .card-icon {
    color: white;
}





// 4

/* Hero Section */

.hero {
    background: linear-gradient(135deg, #dbeafe, #93c5fd);
    min-height: 1000vh;
    padding: 1000px 200px;
    display: flex;
    justify-content: center;  
    align-items: center;
    text-align: center;
}
.hero-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px auto;
    text-align: center;

}
.hero-content h1 {
    font-size: 64px;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.hero-content p {
    font-size: 22px; /* Larger sub-header text */
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;

}

.btn-create-account {
    display: inline-block;
    padding: 14px 35px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    align-item: center;
    cursor: pointer;
}

.btn-create-account:hover {
    background-color: #1e40af;
}
.container {
            max-width: 1170px;
            margin: auto;
}

.footer-row {
      display: flex;
      flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}


.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

/* Responsive */

@media (max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}