* {
    padding: 0;
    margin: 0;
    font-family: 'Droid Serif';
}

ul li {
    list-style: none;
}

body {
    box-sizing: border-box;
    color: #131313;
}

/* Slider Section */

.slider_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.swiper-container.main-slider {
    width: 100%;
    height: 750px;
    background: transparent;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('images/bg_main_slider.jpg');
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Text Styling */
.slide-text {
    position: absolute;
    z-index: 10;
    color: #333;
}

.text-left {
    left: 30px;
    top: 70px;
    text-align: left;
    line-height: normal;
}

.text-center {
    left: 0;
    right: 0;
    text-align: center;
    top: 70px;
}

.slide-heading-small {
    font-size: 50px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.2;
}

.slide-heading-medium {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.2;
}

.slide-heading-large {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.1;
}

.secondary {
    margin-top: 15px;
}

.where-to-buy {
    position: absolute;
    right: -450px;
    bottom: -322px;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Droid Serif', serif;
}

/* Image Styling */
.slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
 
.slide-image img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
 
.slide-image:hover img {
    transform: scale(1.1);
}

.cup-image {
    position: absolute;
    right: 250px;
    top: 62px;
    width: 30%;
    height: 60% !important;
}

.cup-image-centered {
    position: absolute;
    left: 50%;
    top: 244px;
    transform: translateX(-43%);
    width: 516px;
    height: auto;
}

.large-coffee {
    position: absolute;
    right: 150px;
    top: 200px;
    width: 617px;
    height: auto;
}

.decoration-1 {
    position: absolute;
    left: 248px;
    top: 465px;
    width: 263px;
    height: auto;
}

.decoration-2 {
    position: absolute;
    left: -76px;
    top: 518px;
    width: 391px;
    height: auto;
}

.decoration-3 {
    position: absolute;
    right: 260px;
    top: 586px;
    width: 70px;
    height: auto;
}

.decoration-4 {
    position: absolute;
    left: 427px;
    top: 191px;
    width: 143px;
    height: auto;
}

.decoration-5 {
    position: absolute;
    right: 40px;
    top: 561px;
    width: 169px;
    height: auto;
}

.decoration-right {
    position: absolute;
    right: 0;
    top: 512px;
    width: 391px;
    height: auto;
}

.decoration-left {
    position: absolute;
    left: 103px;
    top: 489px;
    width: 421px;
    height: auto;
}

.decoration-small {
    position: absolute;
    right: 300px;
    top: 275px;
    width: 72px;
    height: auto;
}

.decoration-top-left {
    position: absolute;
    left: 49px;
    top: 20px;
    width: 152px;
    height: auto;
}

.decoration-top-right {
    position: absolute;
    right: 0;
    top: 45px;
    width: 391px;
    height: auto;
}

.decoration-bottom-left {
    position: absolute;
    left: -46px;
    top: 477px;
    width: 169px;
    height: auto;
}

.decoration-middle-rotated {
    position: absolute;
    left: 441px;
    top: 442px;
    width: 72px;
    height: auto;
    transform: rotate(104deg);
}

/* Navigation Styles */
.swiper-button-prev,
.swiper-button-next {
    color: #333 !important;
    transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #7cb518 !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #7cb518 !important;
    border: 1px solid #7cb518 !important;
}

/* Responsive Breakpoints */

/* Large Devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .swiper-container.main-slider {
        height: 650px;
    }

    .slide-heading-small {
        font-size: 42px;
    }

    .slide-heading-medium {
        font-size: 40px;
    }

    .slide-heading-large {
        font-size: 60px;
    }

    .where-to-buy {
        right: -350px;
        bottom: -280px;
        font-size: 42px;
    }

    .cup-image {
        right: 180px;
        width: 300px;
    }

    .cup-image-centered {
        width: 430px;
    }

    .large-coffee {
        right: 100px;
        width: 520px;
    }
}

/* Medium Devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .swiper-container.main-slider {
        height: 550px;
    }

    .slide-heading-small {
        font-size: 36px;
    }

    .slide-heading-medium {
        font-size: 34px;
    }

    .slide-heading-large {
        font-size: 50px;
    }

    .where-to-buy {
        right: -280px;
        bottom: -220px;
        font-size: 36px;
    }

    .cup-image {
        right: 120px;
        width: 300px;
    }

    .cup-image-centered {
        width: 360px;
    }

    .large-coffee {
        right: 80px;
        width: 440px;
    }

    .decoration-1,
    .decoration-2,
    .decoration-4,
    .decoration-5,
    .decoration-right,
    .decoration-left {
        display: none
    }
}

/* Small Devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .swiper-container.main-slider {
        height: 480px;
    }

    .text-left,
    .text-center {
        left: 15px;
        top: 40px;
    }

    .slide-heading-small {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .slide-heading-medium {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .slide-heading-large {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .where-to-buy {
        right: -200px;
        bottom: -180px;
        font-size: 28px;
    }

    .cup-image {
        right: 60px;
        top: 100px;
        width: 200px;
    }

    .cup-image-centered {
        width: 280px;
        top: 180px;
    }

    .large-coffee {
        right: 40px;
        top: 180px;
        width: 320px;
    }

    /* Hide some decorative elements on smaller screens */
    .decoration-2,
    .decoration-5,
    .decoration-right,
    .decoration-small,
    .decoration-top-right {
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        transform: scale(0.8);
    }
}

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .swiper-container.main-slider {
        height: 420px;
    }

    .text-left,
    .text-center {
        top: 30px;
    }

    .slide-heading-small {
        font-size: 24px;
    }

    .slide-heading-medium {
        font-size: 22px;
    }

    .slide-heading-large {
        font-size: 32px;
    }

    .where-to-buy {
        right: -100px;
        bottom: -120px;
        font-size: 22px;
    }

    .cup-image {
        right: 20px;
        width: 180px;
    }

    .cup-image-centered {
        width: 220px;
        top: 160px;
        transform: translateX(-50%);
    }

    .large-coffee {
        right: 10px;
        width: 220px;
    }

    /* Hide more decorative elements */
    .decoration-1,
    .decoration-3,
    .decoration-4,
    .decoration-small,
    .decoration-top-left,
    .decoration-bottom-left,
    .decoration-middle-rotated,
    .decoration-left {
        display: none !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        transform: scale(0.7);
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

/* Very Small Devices (small phones, less than 400px) */
@media (max-width: 399.98px) {
    .swiper-container.main-slider {
        height: 360px;
    }

    .slide-heading-small {
        font-size: 20px;
    }

    .slide-heading-medium {
        font-size: 18px;
    }

    .slide-heading-large {
        font-size: 28px;
    }

    .where-to-buy {
        right: -70px;
        bottom: -90px;
        font-size: 18px;
    }

    .cup-image {
        width: 150px;
    }

    .cup-image-centered {
        width: 180px;
    }

    .large-coffee {
        width: 180px;
    }
}

/* Slider Styles */


/* welcome section */
.welcome-coffee-section {
    background-color: #fff;
    padding: 80px 20px;
}

.welcome-coffee-heading {
    font-size: 28px;
    color: #453e3C;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.welcome-coffee-description {
    color: #a6a19f;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.welcome-btn-container {
    text-align: center;
}

.btn-welcome-reserve {
    display: inline-block;
    text-transform: uppercase;
    padding: 1.1em 2.2em;
    font-size: 0.875rem;
    font-weight: 600;
    color: #009f3b;
    text-decoration: none;
    border: 2px solid #009f3b;
    background: transparent;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-welcome-reserve::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #453e3C;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.3s ease;
    pointer-events: none;
}

.btn-welcome-reserve:hover {
    color: #453e3C;
    border-color: transparent;
}

.btn-welcome-reserve:hover::after {
    opacity: 1;
    transform: scale(1);
}

/* welcome section */


/* experience section */

.experience-section {
    background: url('images/bg_home_paralax.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 40px;
}

.experience-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.experience-left {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.coffee-mug {
    max-width: 100%;
    height: 400px;
}

.experience-right {
    flex: 1 1 60%;
    color: #453e3C;
    padding: 20px;
    max-width: 600px;
}

.experience-title {
    font-size: 4em;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
}

.experience-subtitle {
    font-family: 'Pacifico', cursive;
    font-size: 2.5em;
    color: #6d4c41;
    margin: 0 0 20px;
}

.experience-description {
    font-family: 'Source Sans Pro';
    font-size: 1rem;
    line-height: 1.8;
    color: #5f5b57;
    max-width: 500px;
}

.read-more-link {
    font-family: 'Pacifico', cursive;
    color: #453e3C;
    font-size: 1.2rem;
    text-decoration: none;
    border-bottom: 1px solid #453e3C;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #009f3b;
    border-color: #009f3b;
}


/* Tablets (up to 991px) */
@media (max-width: 991px) {
    .experience-section {
        padding: 60px 30px;
    }

    .experience-container {
        flex-direction: column;
        text-align: center;
    }

    .experience-left,
    .experience-right {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 20px;
    }

    .experience-title {
        font-size: 3em;
    }

    .experience-subtitle {
        font-size: 2em;
    }

    .experience-description {
        font-size: 0.95rem;
        margin: auto;
    }

    .coffee-mug {
        max-width: 80%;
        height: 200px;
    }
}

/* Mobile (up to 576px) */
@media (max-width: 576px) {
    .experience-section {
        padding: 50px 20px;
    }

    .experience-title {
        font-size: 2.5em;
    }

    .experience-subtitle {
        font-size: 1.6em;
    }

    .experience-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .read-more-link {
        font-size: 1rem;
    }

    .coffee-mug {
        max-width: 90%;
    }
}

/*experience section */

/*coffee menu section*/

.coffee-menu-section {
    background-color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.coffee-menu-heading {
    font-size: 28px;
    color: #453e3C;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.coffee-menu-quote {

    color: #a6a19f;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.coffee-btn-container {
    text-align: center;

}

.btn-coffee-menu {
    display: inline-block;
    text-transform: uppercase;
    padding: 1.1em 2.2em;
    font-size: 0.875rem;
    font-weight: 600;
    color: #009f3b;
    text-decoration: none;
    border: 2px solid #009f3b;
    background: transparent;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-coffee-menu::after {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #453e3C;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.3s ease;
    pointer-events: none;

}

.btn-coffee-menu:hover {
    color: #453e3C;
    border-color: transparent;
}

.btn-coffee-menu:hover::after {
    opacity: 1;
    transform: scale(1);

}

/* coffee menu section*/

/* coffee row setion*/
.coffee-row {
    background: url('images/bg_04.jpg') center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.coffee-card {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.coffee-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.icon-overlay {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 50px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.coffee-title {
    text-align: center;
    margin-top: 5px;
    font-family: 'Grand Hotel', cursive;
    font-size: 20px;

}

.coffee-row .col:hover .coffee-title {
    color: #009f3b;
}

.coffee-card:hover .icon-overlay {
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
}

/*coffee row section*/


/* Coffe Slider Section */
.swiper-slider-background {
    background: rgb(33 31 30) !important;
}

.slide-img-wrapper {
    position: relative;
}

.text-content h1 {
    font-size: 5rem;
    font-weight: 700;
    padding: 2px;
}

.text-content h5 {
    padding: 2px;
    letter-spacing: 2px;
}

.btn-outline-light1 {
    border: 2px solid#cfa670;
    color: #cfa670;
    background: transparent;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    padding: 1.1em 2.2em;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-light1:hover {
    border: 2px solid #fff;
    color: #fff;
}

@media (max-width: 768px) {
    .text-content h1 {
        font-size: 2.5rem;
    }

    .text-content h5 {
        font-size: 1rem;
    }
}

.swiper-pagination-bullet-active {
    background-color: #cfa670 !important;
}

/*Coffee Slider section*/

/*coffee mug section*/
.coffee-section {
    position: relative;
    background: url('https://hotcoffee-html.themerex.net/images/bg_home_alter.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.coffee-overlay {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.coffee-pot {
    max-width: 100%;
    height: auto;
}

/*coffee mug section*/

/*article section*/


.mra-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.mra-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    color: #3a3232;
    margin-bottom: 50px;
    text-transform: uppercase;

}

.mra-title:hover {
    color: black;
}

.mra-article-card {
    margin-bottom: 40px;
    padding: 0 20px;
}

.mra-category {
    color: #db9d67;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-family: 'italic';
}

.mra-article-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3a3232;
    margin-bottom: 10px;

}

.mra-article-title:hover {
    color: #007a29;
}

.mra-date {
    color: #7f7f7f;
    font-size: 0.9rem;
}

/*article section*/
