.logo{
  margin-left: 30px;
}
.icon {
    width: 70px;
    height: auto;  
  margin-left: 10px;
  border-radius: 1px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    font-family: 'Hind', sans-serif;
    line-height: 1.6;
    background-color: #ebb6c1;
    color: #d8746b;
}

.headserve{ 
    color: #000000;
    font-weight: 500;

}

/* Navbar Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f88fa7;
    padding: 15px;
}
.navbar-links{
    margin-top: 25px;
    margin-right: 10px;
}

.navbar .logo {
    color: rgb(13, 11, 11);
    font-size: 30px;
    font-weight: bold;
     margin-right: 700px;
    font-family: Snell Roundhand, cursive;
    }

.navbar .logo i {
    margin-right: 1400px;
}

.button{
    color: #ffffff;
    padding: 3px 15px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}
.button:active{
    transform:scale(0.98)
}

/* Hero Section */
.hero {
    position:relative;
    
    background-size: cover;
    background-position: left;
    height: 600px;
    display: flex;
    justify-content: left;
    align-items: left;
    top: 300px;
}
.quote-overlay {
    position: absolute;
    top: 40px;
    left: 100%;
   
    text-align: left;
    color: white;
    font-size: 60px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 15px;
}


.navbar-links {
    list-style: none;
    display: flex;
}

.navbar-links li {
    margin-left: 15px;
}

.navbar-links a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 13px;
}

.navbar-links a:hover {
    background-color: #555;
    border-radius: 6px;
}

.auth-links a {
    color: white;
    text-decoration:salmon;
    font-size: 18px;
}


.quote-overlay {
    position: absolute;
    top:40%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 36px;
    font-style: italic;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.one{
    top: 90px;
}

/* login modal */
.modal-container{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
   
    transition: all 0.4s;  
}
.modal-container.open{
    visibility: visible; 
    opacity: 1;
}
#modal-content{
    border-radius: 4px;
    position: relative;
    height: 475px;
    width: 500px;
    max-width: 90%;
    background: #f1bacb;
    padding:1em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#h2{
    color: #6c3cbf;
    font-weight: bold;
}
form{
    width: 450px;
    
}
h2{
    text-align: center;
    margin:20px;
}
.fa-times{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.form-control{
    display: flex;
    flex-direction: column;
    padding: 10px 10px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    transform: 0.35px;
}
.form-control label{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #536af1;
    transition: 0.3s;

}
.form-control input{
    outline: none;
    border: none;
    padding: 4px 0 0;
    font-size: 14px;
}
.form-control:focus-within{
    border-color: #8c7569;
}
.form-control:focus-within label{
    color: #8c7569;
}
.forgot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.forgot label{
    position: unset;
    cursor: pointer;
    display:flex;
    user-select: none;
    font-size: 14px;
}
.form-control-others{
    margin: 5% auto;
    text-align: center;
}
.signup{
    position: absolute;
    transform: translate(500px);
}

/* Feature Section */
.feature-section {
    padding: 40px;
    text-align: center;
    background-color: #f1eded;
    margin: 80px auto;
    max-width: 700px;
    border-radius: 10px;
}

.feature-section h2 {
    font-size: 28px;
    margin-top: 40px;
}

.feature-section p {
    font-size: 20px;
}

@keyframes appear{
    from{
        opacity: 0;
        transform: translateX(-250px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
.feature-section{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.sos-btn {
    text-decoration: none;
    background-color: rgb(8, 7, 7);
    color: white;
    padding: 2px 20px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.sos-btn:hover {
    background-color:  #d4959f;
}
.reminder-btn, .diet-btn, .ai-btn, .resources-btn {
    background-color: rgb(8, 7, 7);
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.sos-btn:hover, .reminder-btn:hover, .diet-btn:hover, .ai-btn:hover, .resources-btn:hover {
    background-color: #d4959f;
}

/* Social Media Icons */
footer {
    text-align: center;
    margin-top: 10px;
}

.social-icons a {
    color: #333;
    font-size: 50px;
    margin: 0 20px;

}
#facebook{
    color: #1877F2;
}
#twitter{
    color: #1DA1F2;
}
#instagram{
    color: #ca2d0e;
}
    

.social-icons a:hover {
    color: #f8b400;
}
@media screen and (max-width: 768px) {
    .hero-img {
        width: 100%;
        height: auto;
    }
    .quote-overlay {
        font-size: 24px;
    }
}
footer p {
    background-color: #333;
    color: white;
    width: 100%;
    bottom: 0;
    padding: 10px;
    position: relative;
    justify-content: center;
    text-align: center;
    font-size: 1em;
}



#periodTracker {
    margin-top: 40px;
    padding: 20px;
    background-color: #fbe8e7;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(255, 105, 135, 0.2);
}

#periodForm input {
    padding: 8px;
    margin-top: 5px;
    width: 250px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.tracker-btn {
    margin-top: 10px;
    padding: 10px 16px;
    background-color: #ff6f91;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#periodResult {
    margin-top: 20px;
    font-weight: 500;
    color: #333;
}

.danger-btn {
    background-color: #e53935;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .danger-btn:hover {
    background-color: #c62828;
  }
  
  .dash-section {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  .DashboardHead{
    text-align: center;
  }
