/* ============================================
   RESET & BASE STYLES
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #F8FAFC;
    color: #000000;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ============================================
   APP CONTAINER - MAIN LAYOUT
   ============================================ */
.site-container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
}


p {
    font-size:20px;
    color: rgb(112, 102, 102);
}
h1, h2, h3 {
    color: black;
}
/* ============================================
   Hero section area
   ============================================ */
.hero-section {
    display: grid;
    margin: 80px 10px 80px 10px;
    text-align: center;

}
.hero-section h1{
    font-size: 50px;
    color: #0D9488;
    margin-bottom: 10px;
}
.hero-section p{
    max-width: 750px;
    margin: 20px auto;
}
.cta-buttons {
    width: 100%;
    margin: 20px 0px 20px 0px;
    display:inline;
    align-items: center;
    justify-content: center;
}
.cta-buttons button {
    margin: 20px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cta-buttons button a {
    text-decoration: none;
    color: #ffffff;
}
.cta-buttons .demo:hover {
    background-color: #0d948948;
    cursor: pointer;
}
.cta-buttons .get-started:hover {
    background-color: #0d9489d0;
    cursor: pointer;
}
.cta-buttons .get-started{
    padding: 10px 30px;
    width: 250px;
    background-color: #0D9488;
    color: #ffffff;
}
.cta-buttons .demo {
    background-color: #12a5992a;
    padding: 10px 30px;
    width: 200px;
}
/* ============================================
   Feature section styling
   ============================================ */
.feature-section {
    margin: 50px 10px;

}
.feature-card h3 {
    font-size: 27px;
}
.feature-header {
    font-size: 35px;
    text-align: center;

}
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
  gap: 20px; /* space between divs */
  max-width: 1200px;
  width: 100%;
  padding: 1rem;
  margin: 40px auto;
  place-items: center;
}
.feature-card {
    border-radius: 5px;
    width: 100%;
    max-width: 450px;
    padding: 20px;
    margin: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* ============================================
   Benefit section styling
   ============================================ */
.benefit-section {
    margin: 50px 0px;
    background-color:#0D9488;
    text-align: center;
    height: auto;
    padding: 30px;
}
.benefit-section h2 {
    color: #ffffff;
    padding: 20px 20px 0px 20px ;
    font-size: 35px;
}
.benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    margin: auto;
}
.benefit h3 {
    font-size: 27px;
    color: #ffffff;
    padding: 20px;
}
.benefit {
    padding: 0px  20px;
}
.benefit p {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    
}
/* ============================================
   Working section styling
   ============================================ */
.workings-section {
    text-align: center;
    margin: 50px auto;
    height: auto;
}
.workings-section h2 {
    margin: 20px;
    font-size: 35px;
}
.workings-section .steps {
    display: flex;
    justify-content: space-around;
    gap: 15px;
}
.step h3 {
    margin-bottom: 5px;
    font-size: 25px;
}
.step1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 70px;
    height: 70px;
    background-color: #1976d2;
    border: 2px solid #1976d2 ;
    border-radius: 50%;
    padding: 10px;
}
.step1 h3 {
    color: #ffffff;
}
.step2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 70px;
    height: 70px;
    background-color: plum;
    border: 2px solid plum;
    border-radius: 50%;
    padding: 10px;
}
.step2 h3 {
    color: #ffffff;
}
.step3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 70px;
    height: 70px;
    background-color: green;
    border: 2px solid green ;
    border-radius: 50%;
    padding: 10px;
}
.step3 h3 {
    color: #ffffff;
}
/* ============================================
   Footer Cta section styling
   ============================================ */
.footer-cta {
    margin: 40px 20px;
}
.container1 {
    margin: 30px auto;
    padding: 20px 15px 4px 15px;
    background-color: #0d948970;
    border-radius: 10px;
    max-width: 1000px;
    text-align: center;
}
.footer-cta h3 {
    font-size: 35px;
    padding-bottom: 20px;
}
.footer-cta button a {
    text-decoration: none;
    color: #ffffff;
}
/* ============================================
   Footer section styling
   ============================================ */

.footer {
    background-color:#1e2423;
    text-align: center;
    padding: 30px;
}
.footer-title {
    /* background-color: #000000; */
    text-align: center;
    padding: 0px 20px 20px 20px;

}
.footer-title h3 {
    font-size: 27px;
    text-align: start;
    color: #ffffff;
}
.footer-title p{ 
    margin-top: 20px;
    font-size: 18px;
    max-width: 250px;
    color: #adadaddc;
    text-align: start;
}
.footer-section {
    display: flex;
    justify-content: space-around;
}
.footer-nav {
    display: flex;
}
.footer-nav div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    text-align: start;

}
.product {
grid-template-rows: repeat(5,1fr);
}
.support {
    grid-template-rows: repeat(5,1fr);

}
.footer-nav div p {
    font-size: 20px;
    color: #ffffff;

}
.footer-nav div a {
    height: 10px;
    color: #adadaddc;
    text-decoration: none;

}
.copyright {
    margin-top: 30px;
}
.copyright hr{
    margin: 10px auto;
    max-width: 80%;
}


/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
 @media (max-width: 830px) { 
.workings-section .steps {
    display: block;
    gap: 15px;
}
.benefits {
    display: block;
    margin: auto;
}

.footer-title {
    /* background-color: #000000; */
    text-align: center;
    padding: 0px 20px 20px 20px;

}
.footer-title h3 {
    font-size: 27px;
    text-align: center;
    color: #ffffff;
}
.footer-title p{ 
    font-size: 18px;
    color: #adadaddc;
    text-align: center;
    max-width: 100%;
}
.footer-section {
    display: block;
    justify-content: center;
}
.footer-nav {
    width: 100%;
    display: block;
    margin: 0px auto;
}
.footer-nav div {
    display: flex;
    flex-direction: column;
    text-align: center;

}
.footer-nav div p {
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;

}
.footer-nav div a {
    padding: 20px;
    /* height: 20px; */
    color: #adadaddc;
    text-decoration: none;

}


 @media (max-width: 480px) {
    .summary-card .amount {
        font-size: 28px;
    }
    
    .top-header h2 {
        font-size: 20px;
    }
} 
 }