.hero-section {

    position: relative;
    height: 320px;
    width: 100%;
}

.hero-section-image {
    width: 100%;
    height: 320px;
}

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

/* Dark overlay for better text visibility */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.ingridents-text-banner {
    position: absolute;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

h1,
p {
    color: #fff;
}

.ingredients-section h2 {
    color: #111;
}

.ingredients-section h4 {
    color: #333;
}

.ingredients-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.img-fluid {
    transition: transform 0.4s ease;
}

.img-fluid:hover {
    transform: scale(1.02);
}

.library-image {
    height: 400px;
    width: 100%;
}

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

.beneft-section {
    background-color: #f5f7fb;
}

.beneft-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.benefit-down-text-card {
    margin-top: 15px;
}

.benefit-down-text-card p strong,
.benefit-down-text-card p {
    color: #56585e;
    font-size: 16px;
    display: block;
}

.benefit-card-image {
    height: 280px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

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

.beneft-card ul {
    margin-top: 10px;
    padding-left: 30px;
}

.beneft-card li {
    margin-bottom: 5px;
}

.leave-out-section {
    padding: 60px 0;
}

.leave-out-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.leave-out-section img {
    width: 100%;
    border-radius: 15px;
}

.leave-out-list {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 1.1rem;
    line-height: 1.8;
}



.icon-item {
    text-align: center;
    width: 100px;
}

.icon-item i {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.icon-item p {
    font-size: 0.9rem;
    margin: 0;
}

.standard-section {
    padding: 80px 0;
    background: #e2dbd3;
}

.standard-image {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.statndrad-image {
    max-width: 522px;
}

.standard-content h2 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 25px;
}

.standard-content ul {
    list-style-type: disc;
    padding-left: 25px;
    font-size: 1.1rem;
    line-height: 1.8;
}

.flavor-section {
    padding: 80px 0;
}

.flavor-content h2 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.flavor-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #444;
    max-width: 500px;
}

.flavor-btn {
    background-color: #000;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}
.flavor-btn a,.flavor-btn a:hover,.join-community-section-btn a,.join-community-section-btn a:hover{color:#fff}
.flavor-btn:hover {
    background-color: #333;
}

.flavor-image {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}


.flavor-testimonial {
    background-color: #f2f2f2;
    padding: 60px 20px;
    text-align: center;
}

.flavor-stars {
    color: #f5c518;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.flavor-quote {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
}

.flavor-user {
    margin-top: 25px;
}

.flavor-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
}

.flavor-user p {
    font-weight: 600;
    color: #111;
    margin: 0;
}

.about-us-journey {
    background-color: #ccc;
    padding: 50px 0;
}

.about-us-journey h2 {
    font-size: 2.5rem;
    font-weight: bold;

    margin-bottom: 20px;
}

.about-us-journey p {}

.about-us-journey .video-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.journey-left p {
    font-size: 16px;
    color: #000;
}

.about-us-journey .video-container iframe {
    width:100%;
    max-width:560px;
    height: 315px;
}

.about-us-journey .img-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.about-us-journey .img-container img {
    width: 200px;
    height: auto;
    border-radius: 8px;
}

.our-mission-section {
    background-color: #4b4e53;
    padding: 60px 0;
}

.our-mission-card {
    background-color: #7b6e56;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}

.our-mission-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.our-mission-card-body {
    padding: 25px 20px;
}

.our-mission-card-body h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.our-mission-card-body p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.nutrition-section {
    background-color: #f8eee5;
    padding: 80px 0;
}

.nutrition-section h1 {
    font-weight: 700;
    font-size: 2.8rem;
    color: #000;
    line-height: 1.2;
}

.nutrition-section p {
    color: #444;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 20px;
}

.nutrition-section-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 40px;
    border: 2px solid #000;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nutrition-section-btn:hover {
    background-color: #000;
    color: #fff;
}

.nutrition-section-images img {
    max-width: 630px;
    margin-right: 15px;
    width:100%;
    transition: transform 0.3s ease;
}

.nutrition-section-images img:hover {
    transform: scale(1.05);
}

.nutrition-section-testimonial {
    background-color: #bdf4d0;
    padding: 25px;
    margin-top: 40px;
    border-radius: 2px;
    max-width: 520px;
}

.nutrition-section-testimonial p {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.nutrition-section-testimonial small {
    color: #333;
    display: block;
    margin-top: 10px;
}

.join-community-section {
    background-image: url('https://ik.imagekit.io/pecmfj58l/oatey/19.jpeg');

    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 160px 0;
    height: 720px;
    color: #000;
}

.join-community-section::before {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.join-community-section .join-community-section-box {
    background-color: #fdd302;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.join-community-section .join-community-section-box h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

.join-community-section .join-community-section-box h5 {
    font-weight: 400;
    color: #222;
    margin-bottom: 25px;
}

.join-community-section .join-community-section-box p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 30px;
}

.join-community-section .join-community-section-btn {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.award-sec {
    margin-bottom: 80px;
}

.award-image-box {
    height: 600px;
    width: 100%;
}

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

.award-images {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 10px;
}

.gallery-images {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 10px;
}

.gallery-images .award-image-box {
    height: 294px;
}

.award-sec h1 {
    font-size: 56px;
    color: #1d1e20;
    text-align: center;
}

.award-sec p {
    font-size: 18px;
    color: #000;
    text-align: center;
}

.join-community-section .join-community-section-btn:hover {
    background-color: #222;
    transform: translateY(-2px);
}

.newsletter-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #593508;
    text-align: center;
    padding: 30px 0;
}

.newsletter-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
}

.newsletter-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.newsletter-form {
    max-width: 600px;
    width: 100%;
}

.newsletter-section .form-control {
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
}

.newsletter-section .btn-submit {
    margin-top: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 1.1rem;
    font-weight: 500;
}

.newsletter-section .btn-submit:hover {
    background-color: #0056b3;
}

.newsletter-section label {
    text-align: left;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #fff;
}

.bg-brown {
    background-color: #4e2a19;
}

.bg-brown h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}

.bg-brown form input,
.bg-brown form textarea {
    border-radius: 0.25rem;
}

.bg-brown button {
    background-color: #007bff;
    color: white;
    border-radius: 0.25rem;
    padding: 10px;
    font-size: 1rem;
}

.bg-brown button:hover {
    background-color: #0056b3;
}

.our-location-section {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.our-location-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}

.our-location-desc {
    color: #555;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.our-location-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
}

.our-location-address,
.our-location-hours {
    font-size: 1rem;
    color: #333;
}

.our-location-map-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 20px;
}

.our-location-map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sustainability-section {
    background-color: #f9f3ec;
    padding: 80px 0;
}

.sustainability-title {
    font-size: 48px;
    font-weight: 600;
    color: #1d1e20;
    margin-bottom: 1.5rem;
}

.sustainability-text {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 90%;
}

.sustainability-btn {
    border: 1.5px solid #000;
    border-radius: 50px;
    padding: 10px 40px;
    background: transparent;
    color: #000;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.sustainability-btn:hover {
    background-color: #000;
    color: #fff;
}

/* --- Images --- */
.sustainability-images {
    gap: 30px;
}

.sustainability-img {
    width: 48%;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sustainability-img:hover {
    transform: scale(1.03);
}

.title-section {
    text-align: center;
    margin: 60px 0 30px;
}

.galler-img-height {
    height: 432px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

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

.title-section h1 {
    font-weight: 700;
    font-size: 48px;
    color: #1d1e20;
}

.title-section p {
    color: #56585e;
    font-size: 16px;
    margin-top: 10px;
}

.gallery {
    margin-bottom: 60px;
}

.club-section-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background-color: #ddd;
}

.club-section-text {
    flex: 1;
    padding: 40px;
}

.club-section-text p {
    font-style: italic;
    color: #000;
    font-size: 16px;
}

.club-section-title {
    background-color: #2c82b8;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
}

.club-section-gallery {

    display: flex;
    flex-wrap: wrap;


}

.grid-height {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

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

.media-section {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.media-section h1 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.media-section p {
    color: #555;
    font-size: 14px;
}

.media-grid {
    max-width: 1100px;
    margin: 50px auto;
}

.media-grid .left-column,
.media-grid .right-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.media-grid img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.media-article {
    text-align: left;
}

.media-article h5 {
    font-weight: 700;
    line-height: 1.4;
}

.media-article p {
    color: #444;
    font-size: 14px;
    margin-top: 8px;
}

.spice-section-right h1,
.spice-section-right p {
    color: inherit;
}

.spice-section {
    background-color: rgb(245, 189, 96);
    padding: 80px 0;
    color: #4c2500;
    
}

.spice-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.spice-section-left {
    flex: 1 1 45%;
    text-align: center;
    position: relative;
}

.spice-section-left img {
    max-width: 80%;
    height: auto;
}

.spice-section-heading {
    font-weight: 800;
    font-size: 2.5rem;
    color: #6c2f0b;
    margin-bottom: 10px;
}

.spice-section-subheading {
    font-size: 1.2rem;
    color: #7b3f1a;
    margin-bottom: 20px;
}

.spice-section-right {
    flex: 1 1 45%;
    font-size: 1rem;
    line-height: 1.6;
}

.spice-section-right h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.spice-section-right ul,
.spice-section-right ol {
    padding-left: 0px;
}

.spice-section-right li {
    list-style-type: none;
    margin-bottom: 6px;
}

.latte-section {
    background-color: #a24c4a;
    /* warm cinnamon red background */
    padding: 80px 0;
    color: #fff4f2;
   
}

.latte-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.latte-section-left {
    flex: 1 1 45%;
    text-align: center;
}

.latte-section-left img {
    max-width: 85%;
    height: auto;
    border-radius: 8px;
}

.latte-section-heading {
    font-weight: 800;
    font-size: 2.5rem;
    color: #f7d4c0;
    margin-bottom: 10px;
    margin-top: 15px;
}

.latte-section-subheading {
    font-size: 1.2rem;
    color: #f8e5dd;
    margin-bottom: 20px;
}

.latte-section-right {
    flex: 1 1 45%;
    font-size: 1rem;
    line-height: 1.6;
    color: #fcebea;
}

.latte-section-right h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.latte-section-right ol {
    padding-left: 20px;
}

.latte-section-right li {
    margin-bottom: 8px;
}

.latte-section-right p {
    margin-bottom: 15px;
    font-size: 16px;
}

.spice-section-snowflake {
    position: absolute;
    width: 120px;
    opacity: 0.3;
    top: 10%;
    left: 5%;
    z-index: 0;
}

.msroom-sec {
    background-color: rgb(245, 189, 96);
    color: #000;
    padding: 60px 0;
   
}

.msroom-sec-right h1,
.msroom-sec-right p {
    color: inherit;
}

.msroom-sec img {
    max-width: 100%;
    border-radius: 10px;
}

.msroom-sec-left {
    text-align: center;
}

.msroom-sec-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.msroom-sec-sub {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.msroom-sec-right h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.msroom-sec-right p,
.msroom-sec-right li {
    font-size: 16px;
    line-height: 1.7;
}

.msroom-sec-right ol {
    padding-left: 18px;
}

.pasta-sec {
    background-color: #fff1dd;
    padding: 60px 0;
    
}

.pasta-sec-left img {
    width: 100%;
    border-radius: 10px;
}

.pasta-sec-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #d59f46;
    margin-bottom: 10px;
}

.pasta-sec-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom: 25px;
}

.pasta-sec-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.pasta-sec-list li::before {
    content: "• ";
    color: #d59f46;
    font-weight: bold;
}

.pasta-sec-right h5 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pasta-sec-right ol {
    padding-left: 18px;
}

.pasta-sec-right p {
    font-size: 0.95rem;
    margin-top: 10px;
    color: #555;
}

.pancakes {
    background-color: #8ce0d4;
    padding: 60px 0;
    
}

.pancakes-left img {
    width: 100%;
    border-radius: 10px;
}

.pancakes-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #5b3c17;
    margin-bottom: 5px;
}

.pancakes-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
}

.pancakes-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.pancakes-list li::before {
    content: "• ";
    color: #5b3c17;
    font-weight: bold;
}

.pancakes-right h5 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pancakes-right ol {
    padding-left: 18px;
}

.pancakes-right p {
    font-size: 0.95rem;
    margin-top: 10px;
    color: #333;
}

.ladoo-sec {
    background-color: #fef1db;
    padding: 60px 0;
    
}

.ladoo-sec-left img {
    width: 100%;
    border-radius: 10px;
}

.ladoo-sec-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #5a3214;
    margin-bottom: 5px;
}

.ladoo-sec-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #5a3214;
    margin-bottom: 25px;
}

.ladoo-sec-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.ladoo-sec-list li::before {
    content: "• ";
    color: #5a3214;
    font-weight: bold;
}

.ladoo-sec-right h5 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ladoo-sec-right ol {
    padding-left: 18px;
}

.ladoo-sec-right p {
    font-size: 0.95rem;
    margin-top: 10px;
    color: #333;
}
.insta-post-card-outer{display: grid;grid-template-columns: repeat(3,1fr);gap:15px;}
.makahan-sec {
    background-color: rgb(140, 224, 210);
    padding: 60px 0;
   
    color: #3a2d20;
}
.inst-rec-outer{margin-top: 40px;margin-bottom:20px;}
.inst-rec-outer h1{font-size: 48px;text-align: center;color: #0a1015;margin-bottom: 30px;}
.makahan-sec .makahan-sec-container {
    background-color:rgb(140, 224, 210);
}

.makahan-sec .makahan-sec-img {
    background-color: #aee0dc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.makahan-sec-content p,
.makahan-sec-content h1 {
    color: inherit;
}

.makahan-sec .makahan-sec-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.makahan-sec .makahan-sec-content {
    padding: 20px 30px;
}

.makahan-sec h2 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.makahan-sec ul {
    padding-left: 20px;
}

.makahan-sec li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.makahan-sec ol {
    padding-left: 20px;
    line-height: 1.7;
}

.makahan-sec p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.makahan-sec strong {
    font-weight: 600;
}

.insta-post-card {
    border: 1px solid #dbdbdb;
    border-radius: 8px;
   
    background-color: #fff;
    
}

.insta-post-header {
    display: flex;
    align-items: center;
    padding: 10px;
}

.insta-post-profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.insta-post-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-post-userinfo {
    flex-grow: 1;
}

.insta-post-username {
    font-weight: 600;
    color: #262626;
    font-size: 14px;
}

.insta-post-verified {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

.insta-post-audio {
    font-size: 12px;
    color: #8e8e8e;
    margin-top: -2px;
}

.insta-post-btn {
    background-color: #0095f6;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
}

.insta-post-image img {
    width: 100%;
    height: auto;
}

.insta-post-footer {
    padding: 10px 12px;
}

.insta-post-image {
    height: 490px;
    width: 100%;
}

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

.insta-post-icons svg,.insta-post-comment-box svg {
    color: #aaa;
}
.insta-post-icons svg:hover,.insta-post-comment-box svg:hover{color:red;}
.insta-post-link {
    font-size: 14px;
    color: #0095f6;
    text-decoration: none;
    font-weight: 600;
    border-bottom: solid 1px #ccc;
    display: block;
    padding-bottom: 10px;
}

.insta-post-icons {
    display: flex;
    gap: 15px;
    font-size: 20px;
    margin-top: 8px;
}

.insta-post-icons i {
    cursor: pointer;
}

.insta-post-likes {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.insta-post-comment-box {
    border-top: 1px solid #dbdbdb;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.insta-post-comment-box input {
    border: none;
    flex-grow: 1;
    font-size: 14px;
}

.insta-post-comment-box input:focus {
    outline: none;
}

.insta-post-comment-box i {
    font-size: 18px;
    color: #8e8e8e;
}

@media (max-width: 992px) {
    .sustainability-images {
        flex-direction: column;
        align-items: center;
    }

    .media-grid {
        flex-direction: column;
    }

    .media-grid .left-column,
    .media-grid .right-column {
        width: 100%;
    }

    .club-section-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .club-section-gallery {
        grid-template-columns: 1fr;
    }

    .club-section-text {
        padding: 20px;
    }

    .club-section-title {
        font-size: 2rem;
    }

    .sustainability-img {
        width: 80%;
    }

    .sustainability-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .sustainability-text {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
.insta-post-card-outer {

    grid-template-columns: repeat(1, 1fr);

}
.beneft-card ul{padding-left:0;}
.award-sec h1{font-size:30px;}
.gallery-images {
    grid-template-columns: repeat(2, 1fr);
 
}
.gallery-images .award-image-box,.award-image-box{height:200px;}
.leave-out-section,.flavor-section{padding:60px 15px;}
  .nutrition-section-images img{margin-right:0;}
    .leave-out-section h2 {
        text-align: center;
        margin-top:30px;
    }

    .makahan-sec .makahan-sec-content {
        padding-top: 30px;
    }

    .spice-section-content {
        flex-direction: column;
    }

    .spice-section-left img {
        max-width: 90%;
    }

    .latte-section-content {
        flex-direction: column;
        text-align: center;
    }

    .latte-section-left img {
        max-width: 90%;
    }

    .latte-section-heading {
        font-size: 2rem;
    }

    .spice-section-heading {
        font-size: 2rem;
    }

    .standard-content {
        text-align: center;
        margin-top: 40px;
    }

    .join-community-section {
        background-attachment: scroll;
    }

    .join-community-section .join-community-section-box {
        padding: 35px 25px;
        width:100%;
        
    }

    .standard-content ul {
        display: inline-block;
        text-align: left;
    }

    .flavor-content {
        text-align: center;
    }

    .flavor-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .flavor-btn {
        margin-top: 10px;
    }

    .flavor-image {
        margin-top: 40px;
    }
}