.elementor-18108 .elementor-element.elementor-element-1cd5843{--display:flex;}.elementor-18108 .elementor-element.elementor-element-4f560fb{--display:flex;--min-height:432px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--overlay-opacity:60;}.elementor-18108 .elementor-element.elementor-element-4f560fb:not(.elementor-motion-effects-element-type-background), .elementor-18108 .elementor-element.elementor-element-4f560fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://coffe.site.qubefyn.com/wp-content/uploads/sites/3/2025/04/f8059c2d31947f91606822edf9fc0e0cc029dc86-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18108 .elementor-element.elementor-element-4f560fb::before, .elementor-18108 .elementor-element.elementor-element-4f560fb > .elementor-background-video-container::before, .elementor-18108 .elementor-element.elementor-element-4f560fb > .e-con-inner > .elementor-background-video-container::before, .elementor-18108 .elementor-element.elementor-element-4f560fb > .elementor-background-slideshow::before, .elementor-18108 .elementor-element.elementor-element-4f560fb > .e-con-inner > .elementor-background-slideshow::before, .elementor-18108 .elementor-element.elementor-element-4f560fb > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(90deg, #00000000 0%, #00000099 100%);}.elementor-18108 .elementor-element.elementor-element-6d44011{text-align:center;}.elementor-18108 .elementor-element.elementor-element-6d44011 .elementor-heading-title{font-size:48px;font-weight:700;line-height:64px;color:#FFFFFF;}.elementor-18108 .elementor-element.elementor-element-49e4fd6{text-align:center;}.elementor-18108 .elementor-element.elementor-element-49e4fd6 .elementor-heading-title{font-size:20px;font-weight:normal;line-height:30px;color:#F5F5ED;}.elementor-18108 .elementor-element.elementor-element-3b6ec4f{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-18108 .elementor-element.elementor-element-3b6ec4f.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-18108 .elementor-element.elementor-element-49e4fd6 > .elementor-widget-container{padding:0px 010px 0px 010px;}}@media(max-width:768px){.elementor-18108 .elementor-element.elementor-element-6d44011 > .elementor-widget-container{padding:0px 010px 0px 010px;}.elementor-18108 .elementor-element.elementor-element-49e4fd6 > .elementor-widget-container{padding:0px 015px 0px 015px;}.elementor-18108 .elementor-element.elementor-element-3b6ec4f{--container-widget-width:95%;--container-widget-flex-grow:0;width:var( --container-widget-width, 95% );max-width:95%;}}/* Start custom CSS for heading, class: .elementor-element-6d44011 */@media (max-width: 767px) {
  .custom-block {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b6ec4f */#top-sec {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#top-sec h1 {
color: #000;
font-family: "Pontano Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 40px;
}

#top-sec label {
color: #361E1C;
font-family: "Pontano Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px;
}


#select-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

select {
   width:375px !important; 
   border-radius: 8px !important;
    background-color: #FAF4F4 !important;
    color:#733635 !important;
    font-family: "Pontano Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height:27px;
}

#branchContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.branch-card {
    height: 326px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.branch-card::after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
  z-index: 1;
}

.branch-card img {
    width: 100%;
    height: 100%;
   object-fit: cover;
    transition: transform 0.3s ease-out;
}

.branch-card:hover img {
  transform: scale(1.1);
}

.branch-details {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8.8px;
   z-index: 2;
   width:100%;
   padding-right: 28px;
   
   transform: translateY(40px) translateX(20px);

  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.branch-card:hover .branch-details {
  transform: translateY(0) translateX(0);
}

.branch-location,
.branch-time {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: flex-start;
  gap: 8.8px;
}

.branch-location img,
.branch-time img { 
    width: 26.4px;
height: 26.4px;
}

.branch-location p,
.branch-time p {
  margin: 0;
  display: flex;
  align-items: center;
  height: 26.4px;
}


.branch-location p{
color: #FFF;
font-family: "Pontano Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}


.branch-time p {
color:  #FFF;
font-family: "Pontano Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.branch-end-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width:100%;
  padding-top: 35px;
}

.end-sec {
  display: flex;
  flex-direction: row;
  align-items: center !important; 
  gap: 8.8px;
}

.end-sec img {
  height: 20px;
  width: 20px;
}

.end-sec p {
  color: #FFF;
  font-family: "Pontano Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
   line-height: 20px;
  margin: 0;
}


@media (max-width: 1024px) and (min-width: 768px) {
  #branchContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #branchContainer {
    grid-template-columns: 1fr;
  }
  
  #top-sec {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap:8px;
  align-items: flex-start;
}

select {
  width: 95vw !important;
}


}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1cd5843 */.wd-page-content .container{
    width: 100% !important;
    max-width: 100% !important;
}/* End custom CSS */