/* Bready Regular (400) */
@font-face{
  font-family:'Bready';
  src:url('../fonts/fontawesome/bready_regular_demo.woff2') format('woff2'),
      url('../fonts/fontawesome/bready_regular_demo.woff') format('woff'),
      url('../fonts/fontawesome/bready_regular_demo.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

/* Quicksand Bold (700) */
@font-face{
  font-family:'Quicksand';
  src:url('../fonts/fontawesome/quicksand-bold.woff2') format('woff2'),
      url('../fonts/fontawesome/quicksand-bold.woff') format('woff'),
      url('../fonts/fontawesome/quicksand-bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* Eras Bold (700) */
@font-face{
  font-family:'Eras';
  src:url('../fonts/fontawesome/erasb.woff2') format('woff2'),
      url('../fonts/fontawesome/erasb.woff') format('woff'),
      url('../fonts/fontawesome/erasb.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* Eras Bold (700) */
@font-face{
  font-family:'TimesNewRoman';
  src:url('../fonts/fontawesome/timesbd.woff2') format('woff2'),
      url('../fonts/fontawesome/timesbd.woff') format('woff'),
      url('../fonts/fontawesome/timesbd.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* Eras Bold (700) */
@font-face{
  font-family:'Arial';
  src:url('../fonts/fontawesome/arialbd_2.woff2') format('woff2'),
      url('../fonts/fontawesome/arialbd_2.woff') format('woff'),
      url('../fonts/fontawesome/arialbd_2.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

.about-img {
  border-radius: 10px;
}

@media(max-width: 767px) {
    .hero-style2 {
    padding: 40px 0 0 !important;
  }

  .branch-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 15px !important;
    margin-bottom: 14px;
    justify-content: center;
    margin-top: 65px;
}

.branch-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px 10px;
    border: 1px solid #d7cbcb;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 18px;
    flex-wrap: wrap;
    justify-content: space-evenly !important;
}

  .footer-layout1 .opening-time .top-text {
    font-size: 30px;
    color: var(--theme-color4);
    margin-bottom: 3px;
  }

  div#about-sec h2.sec-title {
    text-align: center;
  }

  div#about-sec .sub-title {
    justify-content: center;
  }

  .hero-style2 .sub-title {
    font-size: 20px !important;
    margin-bottom: 15px;
  }

  .sub-title {
    margin-bottom: 10px;
  }

  .font-og {
    font-family: 'Bready', sans-serif;
    text-transform: none;
    font-size: 35px !important;
    margin-bottom: 10px !important;
  }
}

.logo-icon-wrap__text img {
    border-radius: 20%;
    background: #f7e99c;
    width: 98%;
}

.contact-form-v2.contact-page-form {
    padding: 51px 30px;
    border-radius: 20px;
}

.branches-map{
  border-radius: 20px;
}


.full-menu-btn {
    display: flex;
    justify-content: center;
}

.cust-about-title {
    font-size: 30px;
    margin-top: 15px;
    color: #086944;
}

.custom-links {
    gap: 17px 15px;
    justify-content: center;
    margin: 40px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
}

.link-card {
  background: #ffefc6;
  color: #000;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  position: relative;
}

/* Hover effect */
.link-card:hover {
  box-shadow: 4px 8px 12px rgba(0,0,0,0.25);
  background: #ffd97a;
}

.order-btn-wrap {
    display: inline-block;
    position: relative;
  }

  
  .order-btn-wrap::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    pointer-events: none;
  }

  /* Dropdown list */
  .order-btn-select option {
    color: #000;
    padding: 10px;
  }

section.branches-banner {
    width: 100%;
    margin: 0px;
    position: relative;
    padding: 15px 10px 0;
}

.banner-img-branches img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 10px;
    background: #f7e99c;
    border-radius: 23px;
}

.menu-branch {
    width: 100%;
    position: relative;
}

.menu-img-branches img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 10px;
    background: #f7e99c;
    border-radius: 23px;
}

.branch-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 14px;
    justify-content: center;
}

.branch-tab {
    appearance: none;
    border: 1px solid #028251;
    background: #f7e99c;
    color: #000000;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 700;
    transition: .2s;
    font-size: 20px;
    line-height: 1;
}
    .branch-tab:hover{transform:translateY(-1px)}
    .branch-tab.active {
    background: radial-gradient(#9f193d, #7b1432);
    border-color: #028251;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}
.branch-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px 10px;
    border: 1px solid #d7cbcb;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 18px;
}
.branch-meta .name {
    font-weight: 800;
    font-size: 20px;
    color: #000;
}
    .branch-meta .rating{display:flex;align-items:center;gap:8px}

.branch-meta .stars {
    color: #ff9900;
    display: flex;
    gap: 2px;
    font-size: 20px;
}

.branch-meta .num {
    font-weight: 800;
    color: #000000;
    font-size: 21px;
}
.branch-meta .g-link {
    text-decoration: none;
    font-weight: 800;
    font-size: 17px;
    color: #fefffe;
    padding: 8px 12px;
    border-radius: 5px;
    background: radial-gradient(#9f193d, #7b1432);
    white-space: nowrap;
}

.testi-slider2 {
    margin-top: 40px;
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 29px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 29px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.custom-links .order-btn-select {
    background: #ffefc6;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border: none;
}

.custom-links .order-btn-wrap::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #040404 !important;
    font-size: 12px;
    pointer-events: none;
}

