.coffee-carousel {
margin: 20px 0;
padding: 0 40px;
cursor: grab;
user-select: none;
}
.coffee-carousel.grabbing {
cursor: grabbing;
}
.coffee-carousel.dragging .carousel-item {
pointer-events: none;
}
.coffee-carousel .carousel-item {
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
margin: 10px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coffee-carousel .carousel-item:hover {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.carousel-image {
height: 200px;
overflow: hidden;
position: relative;
}
.carousel-image::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
.carousel-item:hover .carousel-image::after {
opacity: 1;
}
.carousel-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.carousel-item:hover .carousel-image img {
transform: scale(1.05);
}
.carousel-content {
padding: 20px;
text-align: center;
}
.carousel-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 1.5rem;
color: #333;
text-align: center;
transition: color 0.3s ease;
}
.carousel-item:hover .carousel-title {
color: #07013d;
}
.carousel-description {
margin-bottom: 15px;
color: #666;
line-height: 1.5;
text-align: center;
}
.read-more-btn {
display: inline-block;
padding: 12px 24px;
background: linear-gradient(135deg, #d4ab2a, #002147);
color: white !important;
text-decoration: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.read-more-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
color: white !important;
} .coffee-carousel .slick-list {
cursor: grab;
}
.coffee-carousel.grabbing .slick-list {
cursor: grabbing;
}
.coffee-carousel .slick-prev,
.coffee-carousel .slick-next {
z-index: 1;
width: 40px;
height: 40px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.coffee-carousel .slick-prev:hover,
.coffee-carousel .slick-next:hover {
transform: scale(1.2);
}
.coffee-carousel .slick-prev {
left: -45px;
}
.coffee-carousel .slick-next {
right: -45px;
}
.coffee-carousel .slick-prev:before,
.coffee-carousel .slick-next:before {
font-size: 40px;
color: #d4ab2a;
opacity: 0.8;
transition: opacity 0.3s ease;
}
.coffee-carousel .slick-prev:hover:before,
.coffee-carousel .slick-next:hover:before {
opacity: 1;
}
.coffee-carousel .slick-dots li button:before {
font-size: 12px;
} .coffee-carousel .slick-slide {
transition: transform 0.3s ease, opacity 0.3s ease;
}
.coffee-carousel .slick-active {
animation: slideIn 0.6s ease;
}
@keyframes slideIn {
from {
opacity: 0.7;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
} @media (max-width: 768px) {
.coffee-carousel {
padding: 0 20px;
}
.coffee-carousel .slick-prev {
left: -25px;
}
.coffee-carousel .slick-next {
right: -25px;
}
.coffee-carousel .slick-prev:before,
.coffee-carousel .slick-next:before {
font-size: 30px;
}
}
@media (max-width: 480px) {
.coffee-carousel {
padding: 0 10px;
}
.carousel-content {
padding: 15px;
}
.carousel-title {
font-size: 1.3rem;
}
.coffee-carousel .slick-prev {
left: -15px;
}
.coffee-carousel .slick-next {
right: -15px;
}
.coffee-carousel .slick-prev,
.coffee-carousel .slick-next {
width: 30px;
height: 30px;
}
.coffee-carousel .slick-prev:before,
.coffee-carousel .slick-next:before {
font-size: 24px;
}
} .coffee-carousel:focus {
outline: 2px solid #07013d;
outline-offset: 4px;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}