body, html {
    margin: 0;
    padding: 0;

}

/* Global Styles */
body {
    font-family:'Courier New', Courier, monospace;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: var(--padding-standard);
    border-radius: var(--border-radius);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);

    
}

/* Header Styles */
.header {
    background: linear-gradient(to right, #0077b6, #005e8d);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    
}

.header h1 {
    font-size: 48px;
    margin: 0;
    
}


/* Main Content Styles */
.main-content {
    padding: 40px;
    
}

/* Hero Section Styles */
.hero {
    background: url('main.webp') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 130px 0;
    border-radius:10px;
}

.hero-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.calculate-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s;
    background: transparent;
    border-color: white;
    border: 1px solid;
    box-shadow: 1px 1px 10px #808080;
}
.calculate-buttona{
    display: inline-block;
    padding: 15px 32px;
    box-shadow: 1px 1px 10px #808080;
    
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s;
    margin-right: 30px;
    background: transparent;
    border-color: white;
    border: 1px solid;
    background-color: #ffffff;
}
.calculate-buttona:hover {
    background-color: black;
    color: white;
}
.calculate-button:hover {
    background-color: black;
    color: white;
}
/* Features Section Styles */
.features {
    padding: 40px 0;
}

.features h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.feature-box-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-box {
    flex: 1;
    padding: 30px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
    transition: transform 0.3s;
}

.feature-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.feature-box:hover {
    transform: translateY(-10px);
}

/* Call to Action Styles */
.cta {
    background: linear-gradient(to right, #0077b6, #005e8d);
    color: #fff;
    text-align: center;
    padding: 80px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.cta h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cta p {
    font-size: 22px;
    margin-bottom: 40px;
}

.links {
    display: flex;
    justify-content: center;
}

/* .calculate-button {
    padding: 15px 40px;
    background-color: #32c75a;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    margin: 0 20px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.calculate-button:hover {
    background-color: #e77127;
    color: #fff;
    transform: scale(1.05);
    
} */

/* Testimonials Section Styles */
.testimonial {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.testimonials h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial {
     padding: 20px;
    margin: 20px 0;
    text-align: center;
    transition: transform 0.3s;
}

.testimonial:hover {
    transform: scale(1.05);
}

.testimonial p {
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial cite {
    font-size: 18px;
}

/* Footer Styles */
footer {
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(to right, #0077b6, #005e8d);
    color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.footer:hover {
    background: linear-gradient(to right, #005e8d, #004c6d);
}
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Georgia, 'Times New Roman', Times, serif;
  /* font-weight: bold !important; */
}
body {
  min-height: 100%;
  background: #e3f2fd;
  
}
#heading{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  z-index:1;
}
nav .logo {
  display: flex;
  align-items: center;
  margin: 0 24px;
}
.logo .menu-icon {
  color: #333;
  font-size: 24px;
  margin-right: 14px;
  cursor: pointer;
}
.logo .logo-name {
  color: #333;
  font-size: 22px;
  font-weight: 500;
}
nav .sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 260px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
nav.open .sidebar {
  left: 0;
}
.sidebar .sidebar-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 16px;
}
.sidebar-content .list {
  list-style: none;
}
.list .nav-link {
  display: flex;
  align-items: center;
  margin: 8px 0;
  padding: 14px 12px;
  border-radius: 8px;
  text-decoration: none;
}
#home:hover {
background-color: #000;
transition: transform .5s ease;
position: relative;
  line-height: 1;
  transition: 0.3s ease all;
  z-index: 2;
}
#gpa-calculator:hover{
    background-color: #ea4c89;
    transition: transform .5s ease;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
    
}
#cgpa-calculator:hover{
    transition: transform .5s ease;
    background-color: #0057ff;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
#about:hover{
    transition: transform .5s ease;
    background-color: #32c766;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
#contact:hover{
    transition: transform .5s ease;
    background-color: #f48024;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}

.nav-link .icon {
  margin-right: 14px;
  font-size: 20px;
  color: #707070;
}
.nav-link .link {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
}
.lists .nav-link:hover .icon,
.lists .nav-link:hover .link {
  color: #fff;
}
.lists .nav-link:hover{
    transform: translate(0, -10%);
}

/* .lists .nav-link:hover .icon,
.lists .nav-link:hover .link{
    background-color:  #171515;
} */
.social-menu ul li:nth-child(2) a:hover{
    background-color: #0072b1;
}
.overlay {
  position: fixed;
  top: 0;
  left: -100%;
  height: 1000vh;
  width: 200%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.3);
}
nav.open ~ .overlay {
  opacity: 1;
  left: 260px;
  pointer-events: auto;
}
h3,h2{
    font-family:Georgia, 'Times New Roman', Times, serif;
}
/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .container {
        padding: 10px;
        width: 100%;
    }

    /* Header Styles */
    .header h1 {
        font-size: 32px;
    }

    /* Navigation Styles */
    nav ul {
        padding: 5px;
    }
    nav ul li {
        display: block;
        margin-bottom: 10px;
    }
    nav a {
        font-size: 16px;
        padding: 8px 16px;
    }

    /* Sidebar */
    .sidebar {
        padding-top: 40px;
    }
    .closebtn {
        font-size: 24px;
    }

    /* Main Content Styles */
    .main-content {
        padding: 20px;
    }

    /* Hero Section Styles */
    .hero {
        padding: 70px 50px;
    }

    .hero-content h2 {
        margin-bottom: 50px;
        font-size: 25px;
    }

    .hero-content p {
        margin-bottom: 60px;
        font-size: 18px;
    }

    /* Features Section Styles */
    .features h2 {
        font-size: 29px;
        margin-bottom: 30px;
        line-height: 40px;
        word-spacing: 10px;
    }
    .feature-box-container {
        flex-direction: column;
    }
    .feature-box {
        margin: 10px 0;
        padding: 20px;
    }
    .feature-box h3 {
        font-size: 24px;
    }

    /* Call to Action Styles */
    .cta h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .cta p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .calculate-button, .calculate-buttona{
        font-size: 18px;
        padding: 5% 10%;
        margin: 10px 7px 10px 7px;
       
        /* background: transparent;
        color: #e3f2fd; */
    }
    .calculate-buttona{
        padding: 5% 12.5%;
        margin-bottom: 20px;
        background-color: white;
        color: #333;
    } 

    /* Testimonials Section Styles */
    .testimonials h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .testimonial {
        padding: 15px 20px;
    }
    .testimonial p {
        font-size: 18px;
    }
    .testimonial cite {
        font-size: 16px;
    }

    /* Footer Styles */
    footer {
        padding: 15px 0;
    }
}
nav #terms:hover{
    transition: transform .5s ease;
    background-color: #6c63ff;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
nav #privacy:hover{
    transition: transform .5s ease;
    background-color: #ff6584;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
nav #how-to-use:hover{
    transition: transform .5s ease;
    background-color: #9911c6;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
nav #understanding:hover{
    transition: transform .5s ease;
    background-color: #a5c611;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
nav #understandingg:hover{
    transition: transform .5s ease;
    background-color: #a5c611;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
nav #faqq:hover{
    transition: transform .5s ease;
    background-color: #11a2c6;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
/* ===== Custom Footer ===== */

.custom-footer {
    margin-top: 0px;
    background: #2c3e50;
    color: #ffffff;
    text-align: center;
    padding: 25px 15px;
}

.custom-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.custom-footer a:hover {
    color: #6c63ff;
}

.footer-links {
    margin-top: 10px;
}

.footer-links a {
    margin: 0 8px;
    font-size: 14px;
}

.footer-links span {
    color: #bbb;
}

@media (max-width: 768px) {
    .footer-links {
        display: block;
    }

    .footer-links a {
        display: block;
        margin: 5px 0;
    }

    .footer-links span {
        display: none;
    }
}
footer p {
    background: none !important;
    color: white !important;
    border-radius: 0 !important;
    text-align: center;
    font-family: inherit !important;
}
/* ================= INFO SECTION ================= */

.info-section {
    padding: 60px 20px;
    text-align: center;
}

.section-subtitle {
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.info-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.info-card:hover {
    transform: translateY(-8px);
}

/* ================= TRUST SECTION ================= */

.trust-section {
    padding: 60px 20px;
    text-align: center;
    background: #f9f9f9;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.trust-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

/* ================= HOW IT WORKS ================= */

.how-it-works {
    padding: 60px 20px;
    text-align: center;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.step {
    max-width: 280px;
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    background: #0077b6;
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    font-size: 24px;
}

/* ================= FAQ PREVIEW ================= */

.faq-preview {
    padding: 60px 20px;
    background: #f9f9f9;
}

.faq-item {
    max-width: 800px;
    margin: 15px auto;
}

.view-faq-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

/* ================= RESOURCES ================= */

.resources {
    padding: 60px 20px;
    text-align: center;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.resource-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

.resource-card:hover {
    transform: translateY(-8px);
}

/* ================= FINAL CTA ================= */

.final-cta {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(to right, #0077b6, #005e8d);
    color: #fff;
}
/* =========================================
   PREMIUM SECTION STYLING UPGRADE
========================================= */

/* Section Base */
.info-section,
.trust-section,
.how-it-works,
.faq-preview,
.resources {
    padding: 80px 20px;
    text-align: center;
}

.info-section h2,
.trust-section h2,
.how-it-works h2,
.faq-preview h2,
.resources h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-subtitle {
    max-width: 750px;
    margin: 0 auto 50px auto;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* =========================================
   CARD GRID SYSTEM
========================================= */

.info-grid,
.trust-grid,
.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Premium Glass Card */
.info-card,
.trust-card,
.resource-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.info-card:hover,
.trust-card:hover,
.resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Card Links */
.info-card a,
.resource-card {
    font-weight: 600;
    color: #0077b6;
    text-decoration: none;
}

.info-card a:hover {
    text-decoration: underline;
}

/* =========================================
   HOW IT WORKS STEPS
========================================= */

.steps {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.step {
    max-width: 280px;
    padding: 20px;
}

.step-number {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    background: linear-gradient(135deg, #0077b6, #005e8d);
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
    font-size: 26px;
    font-weight: bold;
    box-shadow: 0 8px 20px rgba(0, 119, 182, 0.3);
}

/* =========================================
   FAQ PREVIEW STYLE
========================================= */

.faq-preview {
    background: #f4f9fd;
    border-radius: 20px;
}

.faq-item {
    max-width: 750px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.faq-item:hover {
    transform: scale(1.02);
}

.view-faq-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease;
}

.view-faq-btn:hover {
    background: #005e8d;
}

/* =========================================
   FINAL CTA PREMIUM
========================================= */

.final-cta {
    padding: 100px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0077b6, #005e8d);
    color: #fff;
    border-radius: 20px;
    margin-top: 80px;
}

.final-cta h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.final-cta p {
    font-size: 20px;
    margin-bottom: 35px;
}

.final-cta .calculate-buttona,
.final-cta .calculate-button {
    margin: 10px 15px;
    font-size: 18px;
}

/* =========================================
   RESPONSIVE IMPROVEMENTS
========================================= */

@media (max-width: 992px) {
    .steps {
        gap: 40px;
    }
}

@media (max-width: 768px) {

    .info-section h2,
    .trust-section h2,
    .how-it-works h2,
    .faq-preview h2,
    .resources h2 {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .final-cta h2 {
        font-size: 28px;
    }

    .final-cta p {
        font-size: 16px;
    }

    .final-cta .calculate-buttona,
    .final-cta .calculate-button {
        display: block;
        width: 85%;
        margin: 12px auto;
    }
}
