@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Basic+Guides&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Basic+Guides&family=Roboto:ital,wght@0,100..900;1,100..900&family=Story+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Basic+Guides&family=Roboto:ital,wght@0,100..900;1,100..900&family=Story+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Playwrite+NZ+Basic+Guides&family=Roboto:ital,wght@0,100..900;1,100..900&family=Story+Script&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* Header Styles */
.main {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    /* Remove the static background image */
}

/* Create a slider container for background images */
.main .slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main .slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.main .slider-slide.active {
    opacity: 1;
}

/* Slider indicators */
.main .slider-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1;
}

.main .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.main .slider-dot.active {
    background-color: #cf8109;
}

/* Keep all your existing header and text styles */
.main .header {
    /* background-color: blue; */
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.main .header .logo {
    width: 15%;
    height: 70px;
    margin: 0 0 0 40px;
}

.main .header .logo img {
    width: 80%;
    height: 100%;
}

.main .header .option {
    width: 50%;
    height: 70px;
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
}

.main .header .option #option-font {
    color: white;
    width: 15%;
    height: 50%;
    font-weight: bolder;
    margin-top: 15px;
    -webkit-text-stroke: 1px rgb(122, 121, 118);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.main .header .option #option-font a {
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    color: wheat;
}

/* Hover effect for navigation items */
.main .header .option #option-font:hover {
    transform: translateY(-2px);
}

.main .header .option #option-font:hover a {
    color: #cf8109;
    text-shadow: 0 0 10px rgba(207, 129, 9, 0.5);
}

/* Optional: Add underline animation */
.main .header .option #option-font a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 25%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #cf8109;
    transition: width 0.3s ease;
}

.main .header .option #option-font:hover a::after {
    width: 100%;
}

/* Active state for current page */
.main .header .option #option-font.active a {
    color: #cf8109;
}

.main .header .option #option-font.active a::after {
    width: 100%;
}

.main .text-main {
    width: 30%;
    height: 50%;
    position: relative;
    left: 8%;
    z-index: 2;
}

.main .text-main .heading {
    display: flex;
    align-items: center;
    position: relative;
    top: 28%;
    font-weight: bolder;
}

.main .text-main .heading a {
    color: #cf8109;
    font-size: 25px;
    text-decoration: none;
}

.main .text-main .main-line {
    position: relative;
    top: 28%;
}

.main .text-main .main-line a {
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    font-weight: bolders;
    text-decoration: none;
}

.main .shop-learn {
    width: 40%;
    height: 15%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    left: 7%;
    z-index: 2;
}

.main .shop-learn .shop-now {
    background-color: #462e12;
    width: 35%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.main .shop-learn .shop-now a {
    font-size: 25px;
    color: #ffffff;
    font-weight: bolder;
    font-family: sans-serif;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

/* Hover effect for Shop Now button */
.main .shop-learn .shop-now:hover {
    background-color: transparent;
    border: 2px solid #eddab2;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.main .shop-learn .shop-now:hover a {
    color: #eddab2;
}

/* Optional: Add a subtle shine effect on hover */
.main .shop-learn .shop-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(237, 218, 178, 0.2), transparent);
    transition: left 0.5s ease;
}

.main .shop-learn .shop-now:hover::before {
    left: 100%;
}

/* Active state for click feedback */
.main .shop-learn .shop-now:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.main .shop-learn .learn-more {
    width: 35%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-right: 15%;
    cursor: pointer;
}

.main .shop-learn .learn-more a {
    font-size: 25px;
    color: #eddab2;
    font-weight: bolder;
    font-family: sans-serif;
    text-decoration: none;
}
/* User Profile Styles */
.user-profile {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #462e12;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eddab2;
    margin-right: 10px;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-email {
    color: #eddab2;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.logout-btn {
    background: none;
    border: none;
    color: #cf8109;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.logout-btn:hover {
    text-decoration: underline;
}

.main .text-main {
    width: 30%;
    height: 50%;
    position: relative;
    left: 8%;
}

.main .text-main .heading {
    display: flex;
    align-items: center;
    position: relative;
    top: 28%;
    font-weight: bolder;
}

.main .text-main .heading a {
    color: #cf8109;
    font-size: 25px;
    text-decoration: none;
}

.main .text-main .main-line {
    position: relative;
    top: 28%;
}

.main .text-main .main-line a {
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    font-weight: bolders;
    text-decoration: none;
}

/* Common Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 40px;
    color: #eddab2;
    font-family: "Delius Swash Caps", cursive;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #cf8109;
}

/* Story Section */
.story-section {
    background-color: #111;
    padding: 80px 0;
}

.story-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    color: #eddab2;
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "Delius Swash Caps", cursive;
}

.story-text p {
    color: #aaa;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.story-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.story-image:hover img {
    transform: scale(1.05);
}

/* Mission & Values Section */
.mission-section {
    background-color: #000;
    padding: 80px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-card {
    background-color: #111;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.value-icon {
    width: 70px;
    height: 70px;
    background-color: #462e12;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: background-color 0.3s ease;
}

.value-card:hover .value-icon {
    background-color: #cf8109;
}

.value-icon i {
    font-size: 30px;
    color: #eddab2;
}

.value-card h3 {
    color: #eddab2;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.value-card p {
    color: #aaa;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

/* Team Section */
.team-section {
    background-color: #111;
    padding: 80px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.team-member {
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
}

.member-image {
    height: 300px;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member:hover .member-image img {
    transform: scale(1.05);
}

.member-info {
    padding: 30px;
}

.member-info h3 {
    color: #eddab2;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.member-position {
    color: #cf8109;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.member-bio {
    color: #aaa;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.member-social {
    display: flex;
    gap: 15px;
}

.member-social a {
    width: 40px;
    height: 40px;
    background-color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eddab2;
    transition: all 0.3s ease;
}

.member-social a:hover {
    background-color: #cf8109;
    color: #fff;
    transform: translateY(-3px);
}

/* Testimonials Section */
.testimonials-section {
    background-color: #000;
    padding: 80px 0;
}

.testimonials-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-card {
    display: none;
    background-color: #111;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.testimonial-card.active {
    display: block;
}

.testimonial-content {
    margin-bottom: 30px;
}

.testimonial-content p {
    color: #aaa;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 60px;
    color: #462e12;
    position: absolute;
    top: -20px;
    left: -20px;
    opacity: 0.3;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    color: #eddab2;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.author-info p {
    color: #cf8109;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.testimonial-prev, .testimonial-next {
    width: 40px;
    height: 40px;
    background-color: #462e12;
    border: none;
    border-radius: 50%;
    color: #eddab2;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-prev:hover, .testimonial-next:hover {
    background-color: #cf8109;
}

.testimonial-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #444;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #cf8109;
}

/* Gallery Section */
.gallery-section {
    background-color: #111;
    padding: 80px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-caption h3 {
    color: #eddab2;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.gallery-caption p {
    color: #aaa;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/* Contact Section */
.contact-section {
    background-color: #000;
    padding: 80px 0;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info h3 {
    color: #eddab2;
    font-size: 28px;
    margin-bottom: 30px;
    font-family: "Delius Swash Caps", cursive;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-item i {
    color: #cf8109;
    font-size: 20px;
    margin-right: 15px;
    width: 25px;
}

.info-item p {
    color: #aaa;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background-color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eddab2;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #cf8109;
    color: #fff;
    transform: translateY(-3px);
}

.contact-form h3 {
    color: #eddab2;
    font-size: 28px;
    margin-bottom: 30px;
    font-family: "Delius Swash Caps", cursive;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 15px;
    background-color: #111;
    border: 1px solid #333;
    border-radius: 5px;
    color: #eddab2;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: #cf8109;
}

.form-group input::placeholder, .form-group textarea::placeholder {
    color: #666;
}

.submit-btn {
    background-color: #462e12;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background-color: #cf8109;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Footer Styles */
.footer {
    background-color: #000;
    color: #eddab2;
    padding: 60px 0 20px;
    border-top: 1px solid #333;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    width: 225px;
    height: 130px;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #222;
    border-radius: 50%;
    color: #eddab2;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon:hover {
    background-color: #cf8109;
    color: #fff;
    transform: translateY(-3px);
}

.footer-explore h3,
.footer-news h3,
.footer-contact h3 {
    color: #eddab2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.footer-explore h3::after,
.footer-news h3::after,
.footer-contact h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #cf8109;
}

.footer-explore ul {
    list-style: none;
}

.footer-explore li {
    margin-bottom: 12px;
}

.footer-explore a {
    color: #aaa;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.footer-explore a:hover {
    color: #cf8109;
    padding-left: 5px;
}

.news-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
}

.news-item:last-child {
    border-bottom: none;
}

.news-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.1);
}

.news-content {
    flex: 1;
}

.news-date {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.news-title {
    color: #eddab2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s ease;
}

.news-item:hover .news-title {
    color: #cf8109;
}

.footer-contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #aaa;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.footer-contact .contact-item i {
    color: #cf8109;
    width: 18px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    color: #888;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/* Login Modal Styles */
.login-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.login-content {
    background-color: #111;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.login-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #222;
}

.login-header h2 {
    color: #eddab2;
    font-size: 24px;
    font-family: "Delius Swash Caps", cursive;
}

.close-login {
    background: none;
    border: none;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
}

.login-body {
    padding: 30px 20px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    display: block;
    margin-bottom: 8px;
    color: #eddab2;
    font-family: 'Roboto', sans-serif;
}

.login-form input {
    width: 100%;
    padding: 12px;
    background-color: #222;
    border: 1px solid #333;
    border-radius: 5px;
    color: #eddab2;
    font-size: 16px;
}

.login-form input:focus {
    outline: none;
    border-color: #cf8109;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.remember-me {
    display: flex;
    align-items: center;
    color: #aaa;
    font-family: 'Roboto', sans-serif;
}

.remember-me input {
    margin-right: 8px;
}

.forgot-password {
    color: #cf8109;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-submit {
    width: 100%;
    padding: 12px;
    background-color: #462e12;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.login-submit:hover {
    background-color: #5a3a1a;
}

.login-footer {
    text-align: center;
    margin-top: 20px;
}

.login-footer p {
    color: #aaa;
    font-family: 'Roboto', sans-serif;
}

.login-footer a {
    color: #cf8109;
    text-decoration: none;
}

.login-footer a:hover {
    text-decoration: underline;
}

/* Notification Toast */
.notification-toast {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #462e12;
    color: #eddab2;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: bottom 0.3s ease;
    z-index: 2000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-toast.show {
    bottom: 30px;
}

.toast-content i {
    color: #4caf50;
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .story-content {
        flex-direction: column;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer-logo {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .main {
        height: 500px;
    }
    
    .main .header .option {
        width: 70%;
        gap: 3%;
    }
    
    .main .header .option #option-font a {
        font-size: 16px;
    }
    
    .main .text-main .main-line a {
        font-size: 50px;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-brand {
        grid-column: 1;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-logo {
        margin-bottom: 15px;
    }
    
    .social-icons {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .main .header .logo {
        width: 25%;
    }
    
    .main .header .option {
        width: 75%;
        gap: 2%;
    }
    
    .main .header .option #option-font a {
        font-size: 14px;
    }
    
    .main .text-main {
        width: 80%;
    }
    
    .main .text-main .main-line a {
        font-size: 40px;
    }
    
    .section-title {
        font-size: 30px;
    }
    
    .story-text h2 {
        font-size: 24px;
    }
    
    .story-text p {
        font-size: 16px;
    }
    
    .value-card {
        padding: 20px;
    }
    
    .member-info {
        padding: 20px;
    }
    
    .testimonial-card {
        padding: 20px;
    }
}
/* Add these responsive improvements to your existing CSS */

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #eddab2;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Large screens and desktops */
@media (min-width: 1200px) {
    .main {
        height: 800px;
    }
    
    .main .text-main .main-line a {
        font-size: 80px;
    }
}

/* Extra large screens */
@media (min-width: 1400px) {
    .main {
        height: 900px;
    }
    
    .main .text-main .main-line a {
        font-size: 90px;
    }
    
    .container {
        max-width: 1400px;
    }
}

/* Tablets and small desktops */
@media (max-width: 1199px) {
    .main {
        height: 700px;
    }
    
    .main .header .option {
        width: 55%;
    }
    
    .main .text-main {
        width: 40%;
    }
    
    .main .text-main .main-line a {
        font-size: 60px;
    }
    
    .main .shop-learn {
        width: 45%;
    }
    
    .story-content {
        gap: 30px;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
    }
    
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .gallery-item {
        height: 250px;
    }
    
    .contact-content {
        gap: 40px;
    }
    
    .footer-content {
        gap: 30px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .main {
        height: 600px;
    }
    
    .main .header {
        height: 100px;
    }
    
    .main .header .logo {
        width: 20%;
        margin-left: 20px;
    }
    
    .main .header .option {
        width: 60%;
        gap: 3%;
    }
    
    .main .header .option #option-font {
        width: 18%;
    }
    
    .main .text-main {
        width: 50%;
        left: 5%;
    }
    
    .main .text-main .main-line a {
        font-size: 50px;
    }
    
    .main .shop-learn {
        width: 55%;
        left: 5%;
    }
    
    .main .shop-learn .shop-now, 
    .main .shop-learn .learn-more {
        width: 40%;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 20px;
    }
    
    .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .story-section {
        padding: 60px 0;
    }
    
    .story-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .story-text {
        order: 2;
    }
    
    .story-image {
        order: 1;
        height: 300px;
    }
    
    .story-text h2 {
        font-size: 28px;
    }
    
    .story-text p {
        font-size: 16px;
    }
    
    .mission-section {
        padding: 60px 0;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .value-card {
        padding: 25px 20px;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
    }
    
    .value-icon i {
        font-size: 24px;
    }
    
    .value-card h3 {
        font-size: 20px;
    }
    
    .value-card p {
        font-size: 14px;
    }
    
    .team-section {
        padding: 60px 0;
    }
    
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
    
    .member-image {
        height: 250px;
    }
    
    .member-info {
        padding: 25px 20px;
    }
    
    .member-info h3 {
        font-size: 22px;
    }
    
    .member-bio {
        font-size: 14px;
    }
    
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonial-card {
        padding: 30px 25px;
    }
    
    .testimonial-content p {
        font-size: 16px;
    }
    
    .gallery-section {
        padding: 60px 0;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .gallery-item {
        height: 220px;
    }
    
    .gallery-caption h3 {
        font-size: 18px;
    }
    
    .gallery-caption p {
        font-size: 14px;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form {
        order: 1;
    }
    
    .contact-info {
        order: 2;
    }
    
    .contact-info h3,
    .contact-form h3 {
        font-size: 24px;
    }
    
    .footer {
        padding: 50px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer-logo {
        margin-bottom: 0;
        width: 180px;
        height: 100px;
    }
    
    .social-icons {
        margin-top: 0;
    }
    
    .login-content {
        width: 95%;
    }
}

/* Small tablets and large phones */
@media (max-width: 767px) {
    .main {
        height: 550px;
    }
    
    .main .header {
        height: 80px;
    }
    
    .main .header .logo {
        width: 25%;
        margin-left: 15px;
    }
    
    .mobile-menu-toggle {
        display: block;
        z-index: 10;
    }
    
    .main .header .option {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 100px;
        transition: right 0.3s ease;
        z-index: 5;
    }
    
    .main .header .option.active {
        right: 0;
    }
    
    .main .header .option #option-font {
        width: 80%;
        height: auto;
        margin: 10px 0;
    }
    
    .main .header .option #option-font a {
        font-size: 18px;
        padding: 10px 15px;
    }
    
    .main .text-main {
        width: 80%;
        left: 10%;
        height: 40%;
    }
    
    .main .text-main .heading {
        top: 15%;
    }
    
    .main .text-main .heading a {
        font-size: 20px;
    }
    
    .main .text-main .main-line {
        top: 15%;
    }
    
    .main .text-main .main-line a {
        font-size: 40px;
        line-height: 1.2;
    }
    
    .main .shop-learn {
        width: 80%;
        left: 10%;
        flex-direction: column;
        height: 20%;
        gap: 15px;
    }
    
    .main .shop-learn .shop-now, 
    .main .shop-learn .learn-more {
        width: 100%;
        height: 50px;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 18px;
    }
    
    .main .slider-indicators {
        bottom: 20px;
    }
    
    .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .story-section {
        padding: 50px 0;
    }
    
    .story-image {
        height: 250px;
    }
    
    .story-text h2 {
        font-size: 24px;
    }
    
    .mission-section {
        padding: 50px 0;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .value-card {
        padding: 25px 20px;
    }
    
    .team-section {
        padding: 50px 0;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .member-image {
        height: 300px;
    }
    
    .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .testimonial-content p {
        font-size: 16px;
    }
    
    .gallery-section {
        padding: 50px 0;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-item {
        height: 250px;
    }
    
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-info h3,
    .contact-form h3 {
        font-size: 22px;
    }
    
    .form-group input, 
    .form-group textarea {
        padding: 12px;
    }
    
    .footer {
        padding: 40px 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-brand {
        grid-column: 1;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-logo {
        margin-bottom: 15px;
        width: 160px;
        height: 90px;
    }
    
    .social-icons {
        margin-top: 15px;
    }
    
    .footer-explore h3,
    .footer-news h3,
    .footer-contact h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .footer-explore a {
        font-size: 14px;
    }
    
    .news-item {
        gap: 12px;
    }
    
    .news-image {
        width: 70px;
        height: 70px;
    }
    
    .news-title {
        font-size: 13px;
    }
    
    .footer-contact .contact-item {
        font-size: 13px;
    }
    
    .login-content {
        width: 95%;
        max-width: 400px;
    }
    
    .login-body {
        padding: 25px 15px;
    }
    
    .notification-toast {
        width: 90%;
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Large phones */
@media (max-width: 575px) {
    .main {
        height: 500px;
    }
    
    .main .header {
        height: 70px;
    }
    
    .main .header .logo {
        width: 30%;
        margin-left: 10px;
    }
    
    .main .header .option {
        width: 80%;
    }
    
    .main .text-main {
        width: 85%;
        left: 7.5%;
    }
    
    .main .text-main .main-line a {
        font-size: 32px;
    }
    
    .main .shop-learn {
        width: 85%;
        left: 7.5%;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .story-section {
        padding: 40px 0;
    }
    
    .story-image {
        height: 200px;
    }
    
    .story-text h2 {
        font-size: 22px;
    }
    
    .story-text p {
        font-size: 15px;
    }
    
    .mission-section {
        padding: 40px 0;
    }
    
    .value-card {
        padding: 20px 15px;
    }
    
    .value-icon {
        width: 50px;
        height: 50px;
    }
    
    .value-icon i {
        font-size: 20px;
    }
    
    .value-card h3 {
        font-size: 18px;
    }
    
    .value-card p {
        font-size: 14px;
    }
    
    .team-section {
        padding: 40px 0;
    }
    
    .member-image {
        height: 250px;
    }
    
    .member-info {
        padding: 20px 15px;
    }
    
    .member-info h3 {
        font-size: 20px;
    }
    
    .member-position {
        font-size: 14px;
    }
    
    .member-bio {
        font-size: 14px;
    }
    
    .member-social a {
        width: 35px;
        height: 35px;
    }
    
    .testimonials-section {
        padding: 40px 0;
    }
    
    .testimonial-card {
        padding: 20px 15px;
    }
    
    .testimonial-content p {
        font-size: 15px;
    }
    
    .author-image {
        width: 50px;
        height: 50px;
    }
    
    .author-info h4 {
        font-size: 16px;
    }
    
    .gallery-section {
        padding: 40px 0;
    }
    
    .gallery-item {
        height: 200px;
    }
    
    .gallery-caption h3 {
        font-size: 16px;
    }
    
    .gallery-caption p {
        font-size: 13px;
    }
    
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-info h3,
    .contact-form h3 {
        font-size: 20px;
    }
    
    .info-item p {
        font-size: 14px;
    }
    
    .form-group input, 
    .form-group textarea {
        padding: 10px;
    }
    
    .submit-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .social-links a {
        width: 35px;
        height: 35px;
    }
    
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-logo {
        width: 140px;
        height: 80px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .login-content {
        width: 95%;
        max-width: 350px;
    }
    
    .login-header {
        padding: 15px;
    }
    
    .login-header h2 {
        font-size: 20px;
    }
    
    .login-body {
        padding: 20px 15px;
    }
    
    .login-form input {
        padding: 10px;
    }
    
    .login-submit {
        padding: 10px;
        font-size: 14px;
    }
}

/* Small phones */
@media (max-width: 399px) {
    .main {
        height: 450px;
    }
    
    .main .header {
        height: 60px;
    }
    
    .main .header .logo {
        width: 35%;
        margin-left: 10px;
    }
    
    .main .text-main .main-line a {
        font-size: 28px;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 14px;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .story-section {
        padding: 30px 0;
    }
    
    .story-image {
        height: 180px;
    }
    
    .story-text h2 {
        font-size: 20px;
    }
    
    .story-text p {
        font-size: 14px;
    }
    
    .mission-section {
        padding: 30px 0;
    }
    
    .team-section {
        padding: 30px 0;
    }
    
    .member-image {
        height: 220px;
    }
    
    .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonial-card {
        padding: 15px;
    }
    
    .gallery-section {
        padding: 30px 0;
    }
    
    .gallery-item {
        height: 180px;
    }
    
    .contact-section {
        padding: 30px 0;
    }
    
    .footer {
        padding: 25px 0 10px;
    }
    
    .footer-logo {
        width: 120px;
        height: 70px;
    }
    
    .social-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .login-content {
        width: 95%;
        max-width: 300px;
    }
    
    .login-header {
        padding: 15px;
    }
    
    .login-header h2 {
        font-size: 18px;
    }
    
    .login-body {
        padding: 15px;
    }
    
    .login-form input {
        padding: 8px;
    }
    
    .login-submit {
        padding: 8px;
        font-size: 12px;
    }
}

/* Landscape orientation for mobile devices */
@media (max-width: 767px) and (orientation: landscape) {
    .main {
        height: 400px;
    }
    
    .main .text-main {
        height: 30%;
    }
    
    .main .text-main .main-line a {
        font-size: 36px;
    }
    
    .main .shop-learn {
        height: 15%;
    }
    
    .story-image {
        height: 200px;
    }
    
    .member-image {
        height: 200px;
    }
    
    .gallery-item {
        height: 180px;
    }
}/* Add these responsive improvements to your existing CSS */

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #eddab2;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Large screens and desktops */
@media (min-width: 1200px) {
    .main {
        height: 800px;
    }
    
    .main .text-main .main-line a {
        font-size: 80px;
    }
}

/* Extra large screens */
@media (min-width: 1400px) {
    .main {
        height: 900px;
    }
    
    .main .text-main .main-line a {
        font-size: 90px;
    }
    
    .container {
        max-width: 1400px;
    }
}

/* Tablets and small desktops */
@media (max-width: 1199px) {
    .main {
        height: 700px;
    }
    
    .main .header .option {
        width: 55%;
    }
    
    .main .text-main {
        width: 40%;
    }
    
    .main .text-main .main-line a {
        font-size: 60px;
    }
    
    .main .shop-learn {
        width: 45%;
    }
    
    .story-content {
        gap: 30px;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
    }
    
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .gallery-item {
        height: 250px;
    }
    
    .contact-content {
        gap: 40px;
    }
    
    .footer-content {
        gap: 30px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .main {
        height: 600px;
    }
    
    .main .header {
        height: 100px;
    }
    
    .main .header .logo {
        width: 20%;
        margin-left: 20px;
    }
    
    .main .header .option {
        width: 60%;
        gap: 3%;
    }
    
    .main .header .option #option-font {
        width: 18%;
    }
    
    .main .text-main {
        width: 50%;
        left: 5%;
    }
    
    .main .text-main .main-line a {
        font-size: 50px;
    }
    
    .main .shop-learn {
        width: 55%;
        left: 5%;
    }
    
    .main .shop-learn .shop-now, 
    .main .shop-learn .learn-more {
        width: 40%;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 20px;
    }
    
    .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .story-section {
        padding: 60px 0;
    }
    
    .story-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .story-text {
        order: 2;
    }
    
    .story-image {
        order: 1;
        height: 300px;
    }
    
    .story-text h2 {
        font-size: 28px;
    }
    
    .story-text p {
        font-size: 16px;
    }
    
    .mission-section {
        padding: 60px 0;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .value-card {
        padding: 25px 20px;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
    }
    
    .value-icon i {
        font-size: 24px;
    }
    
    .value-card h3 {
        font-size: 20px;
    }
    
    .value-card p {
        font-size: 14px;
    }
    
    .team-section {
        padding: 60px 0;
    }
    
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
    
    .member-image {
        height: 250px;
    }
    
    .member-info {
        padding: 25px 20px;
    }
    
    .member-info h3 {
        font-size: 22px;
    }
    
    .member-bio {
        font-size: 14px;
    }
    
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonial-card {
        padding: 30px 25px;
    }
    
    .testimonial-content p {
        font-size: 16px;
    }
    
    .gallery-section {
        padding: 60px 0;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .gallery-item {
        height: 220px;
    }
    
    .gallery-caption h3 {
        font-size: 18px;
    }
    
    .gallery-caption p {
        font-size: 14px;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form {
        order: 1;
    }
    
    .contact-info {
        order: 2;
    }
    
    .contact-info h3,
    .contact-form h3 {
        font-size: 24px;
    }
    
    .footer {
        padding: 50px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer-logo {
        margin-bottom: 0;
        width: 180px;
        height: 100px;
    }
    
    .social-icons {
        margin-top: 0;
    }
    
    .login-content {
        width: 95%;
    }
}

/* Small tablets and large phones */
@media (max-width: 767px) {
    .main {
        height: 550px;
    }
    
    .main .header {
        height: 80px;
    }
    
    .main .header .logo {
        width: 25%;
        margin-left: 15px;
    }
    
    .mobile-menu-toggle {
        display: block;
        z-index: 10;
    }
    
    .main .header .option {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 100px;
        transition: right 0.3s ease;
        z-index: 5;
    }
    
    .main .header .option.active {
        right: 0;
    }
    
    .main .header .option #option-font {
        width: 80%;
        height: auto;
        margin: 10px 0;
    }
    
    .main .header .option #option-font a {
        font-size: 18px;
        padding: 10px 15px;
    }
    
    .main .text-main {
        width: 80%;
        left: 10%;
        height: 40%;
    }
    
    .main .text-main .heading {
        top: 15%;
    }
    
    .main .text-main .heading a {
        font-size: 20px;
    }
    
    .main .text-main .main-line {
        top: 15%;
    }
    
    .main .text-main .main-line a {
        font-size: 40px;
        line-height: 1.2;
    }
    
    .main .shop-learn {
        width: 80%;
        left: 10%;
        flex-direction: column;
        height: 20%;
        gap: 15px;
    }
    
    .main .shop-learn .shop-now, 
    .main .shop-learn .learn-more {
        width: 100%;
        height: 50px;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 18px;
    }
    
    .main .slider-indicators {
        bottom: 20px;
    }
    
    .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .story-section {
        padding: 50px 0;
    }
    
    .story-image {
        height: 250px;
    }
    
    .story-text h2 {
        font-size: 24px;
    }
    
    .mission-section {
        padding: 50px 0;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .value-card {
        padding: 25px 20px;
    }
    
    .team-section {
        padding: 50px 0;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .member-image {
        height: 300px;
    }
    
    .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .testimonial-content p {
        font-size: 16px;
    }
    
    .gallery-section {
        padding: 50px 0;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-item {
        height: 250px;
    }
    
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-info h3,
    .contact-form h3 {
        font-size: 22px;
    }
    
    .form-group input, 
    .form-group textarea {
        padding: 12px;
    }
    
    .footer {
        padding: 40px 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-brand {
        grid-column: 1;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-logo {
        margin-bottom: 15px;
        width: 160px;
        height: 90px;
    }
    
    .social-icons {
        margin-top: 15px;
    }
    
    .footer-explore h3,
    .footer-news h3,
    .footer-contact h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .footer-explore a {
        font-size: 14px;
    }
    
    .news-item {
        gap: 12px;
    }
    
    .news-image {
        width: 70px;
        height: 70px;
    }
    
    .news-title {
        font-size: 13px;
    }
    
    .footer-contact .contact-item {
        font-size: 13px;
    }
    
    .login-content {
        width: 95%;
        max-width: 400px;
    }
    
    .login-body {
        padding: 25px 15px;
    }
    
    .notification-toast {
        width: 90%;
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Large phones */
@media (max-width: 575px) {
    .main {
        height: 500px;
    }
    
    .main .header {
        height: 70px;
    }
    
    .main .header .logo {
        width: 30%;
        margin-left: 10px;
    }
    
    .main .header .option {
        width: 80%;
    }
    
    .main .text-main {
        width: 85%;
        left: 7.5%;
    }
    
    .main .text-main .main-line a {
        font-size: 32px;
    }
    
    .main .shop-learn {
        width: 85%;
        left: 7.5%;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .story-section {
        padding: 40px 0;
    }
    
    .story-image {
        height: 200px;
    }
    
    .story-text h2 {
        font-size: 22px;
    }
    
    .story-text p {
        font-size: 15px;
    }
    
    .mission-section {
        padding: 40px 0;
    }
    
    .value-card {
        padding: 20px 15px;
    }
    
    .value-icon {
        width: 50px;
        height: 50px;
    }
    
    .value-icon i {
        font-size: 20px;
    }
    
    .value-card h3 {
        font-size: 18px;
    }
    
    .value-card p {
        font-size: 14px;
    }
    
    .team-section {
        padding: 40px 0;
    }
    
    .member-image {
        height: 250px;
    }
    
    .member-info {
        padding: 20px 15px;
    }
    
    .member-info h3 {
        font-size: 20px;
    }
    
    .member-position {
        font-size: 14px;
    }
    
    .member-bio {
        font-size: 14px;
    }
    
    .member-social a {
        width: 35px;
        height: 35px;
    }
    
    .testimonials-section {
        padding: 40px 0;
    }
    
    .testimonial-card {
        padding: 20px 15px;
    }
    
    .testimonial-content p {
        font-size: 15px;
    }
    
    .author-image {
        width: 50px;
        height: 50px;
    }
    
    .author-info h4 {
        font-size: 16px;
    }
    
    .gallery-section {
        padding: 40px 0;
    }
    
    .gallery-item {
        height: 200px;
    }
    
    .gallery-caption h3 {
        font-size: 16px;
    }
    
    .gallery-caption p {
        font-size: 13px;
    }
    
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-info h3,
    .contact-form h3 {
        font-size: 20px;
    }
    
    .info-item p {
        font-size: 14px;
    }
    
    .form-group input, 
    .form-group textarea {
        padding: 10px;
    }
    
    .submit-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .social-links a {
        width: 35px;
        height: 35px;
    }
    
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-logo {
        width: 140px;
        height: 80px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .login-content {
        width: 95%;
        max-width: 350px;
    }
    
    .login-header {
        padding: 15px;
    }
    
    .login-header h2 {
        font-size: 20px;
    }
    
    .login-body {
        padding: 20px 15px;
    }
    
    .login-form input {
        padding: 10px;
    }
    
    .login-submit {
        padding: 10px;
        font-size: 14px;
    }
}

/* Small phones */
@media (max-width: 399px) {
    .main {
        height: 450px;
    }
    
    .main .header {
        height: 60px;
    }
    
    .main .header .logo {
        width: 35%;
        margin-left: 10px;
    }
    
    .main .text-main .main-line a {
        font-size: 28px;
    }
    
    .main .shop-learn .shop-now a, 
    .main .shop-learn .learn-more a {
        font-size: 14px;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .story-section {
        padding: 30px 0;
    }
    
    .story-image {
        height: 180px;
    }
    
    .story-text h2 {
        font-size: 20px;
    }
    
    .story-text p {
        font-size: 14px;
    }
    
    .mission-section {
        padding: 30px 0;
    }
    
    .team-section {
        padding: 30px 0;
    }
    
    .member-image {
        height: 220px;
    }
    
    .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonial-card {
        padding: 15px;
    }
    
    .gallery-section {
        padding: 30px 0;
    }
    
    .gallery-item {
        height: 180px;
    }
    
    .contact-section {
        padding: 30px 0;
    }
    
    .footer {
        padding: 25px 0 10px;
    }
    
    .footer-logo {
        width: 120px;
        height: 70px;
    }
    
    .social-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .login-content {
        width: 95%;
        max-width: 300px;
    }
    
    .login-header {
        padding: 15px;
    }
    
    .login-header h2 {
        font-size: 18px;
    }
    
    .login-body {
        padding: 15px;
    }
    
    .login-form input {
        padding: 8px;
    }
    
    .login-submit {
        padding: 8px;
        font-size: 12px;
    }
}

/* Landscape orientation for mobile devices */
@media (max-width: 767px) and (orientation: landscape) {
    .main {
        height: 400px;
    }
    
    .main .text-main {
        height: 30%;
    }
    
    .main .text-main .main-line a {
        font-size: 36px;
    }
    
    .main .shop-learn {
        height: 15%;
    }
    
    .story-image {
        height: 200px;
    }
    
    .member-image {
        height: 200px;
    }
    
    .gallery-item {
        height: 180px;
    }
}