body {
    background-color: white; 
    background-repeat: no-repeat;
    margin: 0;
    font-family: Arial, sans-serif;
}

.cream_mode {
    background-color: #FFFDD0;
}

.container .heading {
    max-width: 30vw;
    color: black;
    position: relative;
    z-index: 10;
    padding-top: 3vh;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    height: 45vh;
    background-image: url('../images/homebackground.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-text, .hero-subtext {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-text {
    font-size: 4rem;
}

.hero-subtext {
    font-size: 1.2rem;
    width: 60%;
    max-width: 60vw;
    margin: 0 auto;
}

.hero-button {
    z-index: 2;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-text {
        font-size: 2.5rem;
    }

    .hero-subtext {
        font-size: 1rem;
        width: 80%;
    }

    .container .heading {
        max-width: 80vw;
        font-size: 30px;
    }

    .featurette-image {
        width: 100%;
        height: auto;
    }
}



.navbar-toggler {
    border: none; /* Removes default border */
    background-color: transparent; /* Transparent background to highlight the icon */
    padding: 0.5rem; /* Adjust padding if necessary */
    color: white; /* Icon color */
    font-size: 1.5rem; /* Icon size */
}

.navbar-toggler .fa-bars {
    font-size: 1.5rem; /* Adjust size if necessary */
}


/* Ensuring visibility on all screen sizes */
@media (max-width: 768px) {
    .navbar-toggler {
        background-color: #007bff; /* Ensure button color is visible */
    }
    
    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath stroke="white" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E'); /* White lines for contrast */
    }
}


/* Add padding to images on mobile view */
@media (max-width: 768px) {
    .featurette-image {
        padding: 15px; /* Add padding around images on mobile view */
    }
}

/* Ensure there's additional spacing around featurette sections on mobile */
@media (max-width: 768px) {
    .featurette {
        padding: 30px 0; /* Add more padding to featurette sections on mobile */
    }
}


#feedback-form-wrapper #floating-icon > button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translate(50%, -50%);
    transform-origin: right;
  }
  
  #feedback-form-wrapper .rating-input-wrapper input[type="radio"] {
    display: none;
  }
  #feedback-form-wrapper .rating-input-wrapper input[type="radio"] ~ span {
    cursor: pointer;
  }
  #feedback-form-wrapper .rating-input-wrapper input[type="radio"]:checked ~ span {
    background-color: #dec11b;
    color: black;
  }
  #feedback-form-wrapper .rating-labels > label{
    font-size: 14px;
      color: #777;
  }


  .modal{
    color:black;
  }


  /* Styles for screens larger than 1200px */
@media (min-width: 1200px) {
    .hero-text {
        font-size: 4rem; /* Larger font size for very large screens */
    }

    .hero-subtext {
        font-size: 1.2rem; /* Maintain larger font size */
        width: 60%; /* Maintain width */
    }

    .container .heading {
        max-width: 30vw; /* Maintain max-width */
        font-size: 45px; /* Maintain font size */
    }

    .featurette-image {
        width: 500px; /* Maintain image size */
        height: 500px;
    }

    .featurette {
        padding: 50px 0; /* Extra padding for large screens */
    }
}

/* Styles for screens between 900px and 1199px */
@media (min-width: 900px) and (max-width: 1199px) {
    .hero-text {
        font-size: 3rem; /* Adjust font size for medium screens */
    }

    .hero-subtext {
        font-size: 1.1rem; /* Slightly smaller font size */
        width: 70%; /* Slightly larger width */
    }

    .container .heading {
        max-width: 40vw; /* Adjust max-width for medium screens */
        font-size: 40px; /* Adjust font size */
    }

    .featurette-image {
        width: 100%; /* Responsive image size */
        height: auto; /* Maintain aspect ratio */
    }

    .featurette {
        padding: 40px 0; /* Adjust padding */
    }
}

/* Styles for screens between 550px and 899px */
@media (min-width: 550px) and (max-width: 899px) {
    .hero-text {
        font-size: 2.5rem; /* Smaller font size for smaller screens */
    }

    .hero-subtext {
        font-size: 1rem; /* Smaller font size */
        width: 80%; /* Adjust width for smaller screens */
    }

    .container .heading {
        max-width: 60vw; /* Adjust max-width */
        font-size: 35px; /* Adjust font size */
    }

    .featurette-image {
        width: 100%; /* Responsive image size */
        height: auto; /* Maintain aspect ratio */
    }

    .featurette {
        padding: 30px 0; /* Adjust padding */
    }
}

/* Styles for screens smaller than 550px */
@media (max-width: 549px) {
    .hero-text {
        font-size: 2rem; /* Adjust font size for very small screens */
    }

    .hero-subtext {
        font-size: 0.9rem; /* Smaller font size */
        width: 90%; /* Adjust width */
    }

    .container .heading {
        max-width: 80vw; /* Adjust max-width */
        font-size: 30px; /* Adjust font size */
    }

    .featurette-image {
        width: 100%; /* Responsive image size */
        height: auto; /* Maintain aspect ratio */
    }

    .featurette {
        padding: 20px 0; /* Adjust padding */
    }

    .navbar-toggler {
        font-size: 1.2rem; /* Adjust icon size */
    }
}
