:root {
    --green-dark: #00563f;
    --green-light: #008060;
    --white: #ffffff;
    --black: #000000;
    --coffee-brown: #4b3621;
}


/*bread*/

.bread {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.bread a {
    text-decoration: none;
    color: var(--green-dark);
    margin-top: 5px;
    font-weight: bold;
    font-size: 15px;
}

.bread a:last-child {
    color: #888787;
}

.bread i {
    color: #000;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
}

.about-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner-page {
    background: url("/img/about/cup-coffee.jpg") center/cover no-repeat;
    overflow: hidden;
    border-radius: 16px;
    height: 315px;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}

.banner-page::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    top: 0;
    left: 45%;
    border-radius: 0 0 0 24px;
    box-shadow: -1px 3px 0 #f4f4f4, -6px 8px 0 #f4f4f4;
    rotate: 90deg;
}

.banner-page .back-cover {
    position: absolute;
    width: 45%;
    height: 70px;
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    border-bottom-right-radius: 16px;
    z-index: 1;
}

.banner-page .back-cover h5 {
    margin-right: 20px;
    font-size: 32px;
    color: #484747;
}

.banner-page .back-cover span {
    color: #008060;
    background: linear-gradient(90deg, #008060, #017657);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    position: relative;
}

.banner-page .back-cover span i {
    position: relative;
    top: -4px;
    margin: 0 -12px;
    color: #008060;
}

.banner-page .back-cover span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 100%;
    height: 8px;
    background: rgba(0, 128, 96, 0.19);
    z-index: -1;
    border-radius: 4px;
}

.banner-page::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    top: 70px;
    left: 0;
    border-radius: 0 0 0 24px;
    box-shadow: -1px 3px 0 #f4f4f4, -6px 8px 0 #f4f4f4;
    rotate: 90deg;
    font-weight: bold;
}

.text {
    width: 65%;
    margin-right: 40px;
}

.text p {
    text-align: justify;
    font-size: 15px;
    margin-top: 30px;
    line-height: 2.1;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    color: #4a4a4a;
    font-weight: 500;
}

.add-btn {
    background: linear-gradient(135deg, var(--green-light), var(--green-dark));
    border: none;
    padding: 10px 45px;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
}

.add-btn:hover {
    background: linear-gradient(135deg, var(--green-dark), var(--green-light));
}

@media (max-width: 1200px) {
    .banner-page .back-cover h5 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .banner-page {
        width: 100% !important;
    }
    .text {
        width: 95%;
        margin-right: 0px;
    }
}

@media (max-width: 460px) {
    .banner-page .back-cover h5 {
        margin-right: 10px;
        font-size: 23px;
    }
    .banner-page .back-cover h5 {
        margin-right: 5px;
        font-size: 24px;
        position: relative;
        top: 11px;
    }
}


/*why-us*/

.why-us-section {
    padding: 5px 0;
    position: relative;
}

.info-image {
    filter: drop-shadow(0 2px 5px rgba(244, 175, 0, 0.4));
    animation: float 5s ease-in-out infinite;
    top: -175px;
    position: absolute;
    z-index: 2;
    width: auto;
    height: 250px;
    left: -30px;
}

.why-header,
.why-grid {
    position: relative;
    z-index: 2;
}

.why-header {
    text-align: center;
    margin-bottom: 30px;
}

.why-title {
    font-size: 32px;
    font-weight: 800;
    color: #3b3b3b;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: right;
    margin-top: 40px;
}

.why-title img {
    width: 45px;
}

.why-sub {
    color: #6b6b6b;
    font-size: 15px;
    text-align: right;
    margin-top: -12px;
    margin-bottom: 28px;
    line-height: 0px;
}

.why-line {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    margin: 16px auto 0;
    top: -50px;
    right: 8%;
}

.why-line::before,
.why-line::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgba(75, 54, 33, 0.25);
    inset: 0;
}

.why-line::after {
    inset: -8px;
    border-color: rgba(75, 54, 33, 0.15);
}

.why-grid {
    margin-top: 18px;
}

.why-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.459), rgba(47, 87, 49, 0.1)), radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 0.02), transparent 8%), radial-gradient(circle at 90% 90%, rgba(75, 54, 33, 0.02), transparent 6%);
    padding: 15px;
    border-radius: 18px;
    /* border: 1px solid rgba(75, 54, 33, 0.06); */
    transition: transform .42s cubic-bezier(.2, .9, .2, 1), box-shadow .42s, border-color .42s;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 160px;
    position: relative;
    isolation: isolate;
    /* border-top: 2px solid #00563f; */
    /* box-shadow: 0 10px 34px rgba(20,10,6,0.05); */
}

.why-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 36px 80px rgba(75, 54, 33, 0.14);
    border-color: rgba(0, 128, 96, 0.14);
}

.why-card:hover::before {
    opacity: 1;
    transform: scale(1.02);
}

.why-card:hover::after {
    opacity: 1;
    transform: rotate(-18deg) translateX(40%);
}

.why-card:focus-visible {
    outline: 3px solid rgba(0, 128, 96, 0.10);
    outline-offset: 6px;
}

.why-card-icon {
    width: 94px;
    height: 94px;
    margin: -52px auto 14px;
    margin-bottom: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(245, 243, 240, 1));
    /* border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(20,10,6,0.06), 0 0 0 6px rgba(0,86,63,0.06); */
    position: relative;
    z-index: 5;
    transition: transform .42s cubic-bezier(.2, .9, .2, 1), box-shadow .42s;
}

.why-card-icon::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: conic-gradient(from 120deg, rgba(0, 128, 96, 0.08), rgba(75, 54, 33, 0.06));
    filter: blur(8px);
    opacity: 0;
    transition: opacity .42s, transform .6s;
    z-index: -1;
}

.why-card:hover .why-card-icon {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 48px rgba(75, 54, 33, 0.12), 0 0 0 8px rgba(0, 128, 96, 0.03);
}

.why-card .why-card-icon::after {
    opacity: 1;
    transform: scale(1.02);
}

.why-card-icon img {
    width: 44px;
    height: auto;
    display: block;
    transition: transform .42s, filter .42s;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.08));
}

.why-card:hover .why-card-icon img {
    transform: translateY(-2px) scale(1.04);
}

.why-card h3 {
    color: var(--coffee-brown);
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.2px;
}

.why-card p {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: center;
    opacity: 1;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.why-card:hover p,
.why-card:focus p {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .why-title {
        text-align: center;
    }
    .why-sub {
        text-align: center;
    }
    .why-line {
        right: -15% !important;
    }
}

@media (max-width: 576px) {
    .why-title {
        font-size: 24px;
    }
    .why-card {
        padding: 18px;
        min-height: 110px;
    }
    .why-card-icon {
        width: 60px;
        height: 60px;
    }
    .why-card-icon img {
        width: 34px;
    }
    .why-card h3 {
        font-size: 16px;
    }
    .why-card p {
        font-size: 13px;
    }
    .why-line {
        width: 25px;
        height: 25px;
        right: -15% !important;
    }
}


/* --caffe-latte--*/

.coffee-line-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}

.coffee-line {
    width: 100%;
    height: 55px;
    background: linear-gradient(90deg, #6b3e2e, #c49a6c, #6b3e2e);
    border-radius: 30px;
}

.coffee-text {
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    user-select: none;
}

.coffee-cup-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 135px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 768px) {
    .coffee-line {
        height: 40px;
    }
    .coffee-cup-center {
        width: 115px;
    }
}

@media (max-width: 500px) {
    .coffee-line {
        max-width: 430px;
        height: 35px;
    }
    .coffee-cup-center {
        width: 100px;
    }
    .coffee-text {
        font-size: 10px;
        margin-left: -20px;
        margin-right: -20px;
    }
}


/*--comment--*/

.comments-wrapper {
    padding: 0px 20px;
    color: #fff;
}

.comments-title {
    flex: 1;
    position: relative;
    /* top: -140px; */
}

.comments-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: #3b3b3b;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.comments-title .cup {
    width: 45px;
}

.comments-title span {
    color: #000;
}

.comments-title p {
    font-size: 18px;
    line-height: 1.8;
    color: #6b6969;
    margin-bottom: 20px;
}

.separator {
    position: relative;
    width: 60%;
    height: 3px;
    background: #000;
    border: 0;
}

.separator::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient( to right, var(--coffee-brown), #b1b6af, var(--green-dark));
    border-radius: 5px;
    transform: translateY(-50%);
    animation: pulse-animation 2s ease-in-out infinite;
}

@keyframes pulse-animation {
    0% {
        transform: translateY(-50%) scaleX(1);
    }
    50% {
        transform: translateY(-50%) scaleX(1.1);
    }
    100% {
        transform: translateY(-50%) scaleX(1);
    }
}

.comments-title h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.comments-swiper {
    position: relative;
    padding: 19px 0;
    border-radius: 20px;
    overflow: hidden;
    max-width: 65%;
}

.swiper-slide {
    display: flex !important;
    gap: 13px;
}

.comment-card {
    background: linear-gradient(135deg, #00563fcf, #53756cda);
    border-radius: 20px;
    padding: 10px 24px;
    width: 100%;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: 0.3s ease;
    margin-left: 20px;
    position: relative;
}

.comment-card:hover {
    transform: translateY(-6px);
}

.comment-text {
    margin-top: 65px;
    line-height: 1.6;
    font-size: 13px;
}

.comment-profile {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 0px;
    border-bottom-left-radius: 15px;
    padding: 5px 15px;
}

.comment-profile::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: transparent;
    z-index: 1;
    top: 1px;
    left: -24px;
    border-radius: 0 0 0 15px;
    box-shadow: -1px 3px 0 #f4f4f4, -6px 8px 0 #f4f4f4;
    rotate: 180deg;
}

.comment-profile::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: transparent;
    z-index: 1;
    bottom: -24px;
    right: 0px;
    border-radius: 0 0 0 15px;
    box-shadow: -1px 3px 0 #f4f4f4, -6px 8px 0 #f4f4f4;
    rotate: -180deg;
}

.comment-profile img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 10px;
    border: 2px solid #00563f;
    border-radius: 50%;
}

.profile-name {
    font-weight: 700;
    /* color: var(--white); */
    color: #000;
}

.profile-job {
    font-size: 10px;
    color: #00563f;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.swiper-pagination-bullet {
    background: rgba(53, 118, 68, 0.863) !important;
    width: 10px;
    height: 10px;
    margin: -5px 6px !important;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    background: var(--green-dark) !important;
    transform: scale(1.3);
    width: 8px;
    height: 8px;
}

@media (max-width: 992px) {
    .swiper,
    .swiper-container {
        margin-top: 0px;
    }
    .comments-wrapper {
        height: auto;
    }
    .comments-section {
        flex-direction: column;
        align-items: center;
    }
    .comments-title,
    .comments-swiper {
        max-width: 100%;
    }
    .comments-title {
        text-align: center;
    }
    .comment-card {
        height: 170px;
    }
    .separator {
        width: 100%;
    }
}

@media (max-width: 585px) {
    .swiper-slide {
        flex-direction: column;
    }
    .comment-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}