/*

Eatery Cafe Template

http://www.templatemo.com/tm-515-eatery

*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }



  /*---------------------------------------
     TYPOGRAPHY
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }

  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS
  -----------------------------------------*/



.section-btn-login {
    background: #252525;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
     display: inline-block;
    margin: 0.2em 0 0 1em;
  }





  .section-btn-subscribe {
    background: #e9af30;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
     display: inline-block;
    margin: 0.2em 0 0 1em;
  }

.custom-navbar .navbar-nav.navbar-right .section-btn-subscribe:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn-subscribe:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn-subscribe a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn-subscribe a:hover {
    color: #ffffff;
  }




  .section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }



  /*---------------------------------------
       PRE LOADER
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    bottom: 2em;
    right:50%;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
     display: inline-block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/slider-image1.webp);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.webp);
  }

  .slider .item-third {
    background-image: url(../images/slider-image2.webp);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }



  /*---------------------------------------
      ABOUT
  -----------------------------------------*/

  #about {
    padding-bottom: 0;
  }

  .about-info {
    padding: 0 6em 5em 0;
  }

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }



  /*---------------------------------------
      TEAM
  -----------------------------------------*/

  #team {
    background: #f9f9f9;
  }

  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }



  /*---------------------------------------
     MENU
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }

  #menu .container {
    width: 100%;
  }

  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL
  -----------------------------------------*/

  #testimonial {
    background: url('../images/Citation.webp') center center no-repeat;
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: block;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 120px 0;
    padding-bottom: 80px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #ce3232;
    background: url('../images/about.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }

/* ==============================
   CTA section with video
================================ */
/* =====================================================
   CTA HIGHLIGHT SECTION
===================================================== */

.cta-highlight {
    position: relative;
    overflow: hidden;
    padding: clamp(55px, 8vw, 110px) 0;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(255, 177, 66, 0.18),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(139, 44, 32, 0.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #fffaf3 0%,
            #ffffff 45%,
            #fff3e3 100%
        );
}

.cta-highlight::before,
.cta-highlight::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cta-highlight::before {
    top: -120px;
    left: -100px;
    width: 300px;
    height: 300px;
    border: 55px solid rgba(183, 65, 39, 0.04);
}

.cta-highlight::after {
    right: -120px;
    bottom: -160px;
    width: 380px;
    height: 380px;
    background: rgba(255, 171, 64, 0.06);
}

.cta-highlight .container {
    position: relative;
    z-index: 2;
}

/* =====================================================
   MAIN BOX
===================================================== */

.cta-highlight-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(35px, 6vw, 85px);
    padding: clamp(30px, 5vw, 65px);
    overflow: hidden;
    border: 1px solid rgba(139, 44, 32, 0.1);
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
        0 30px 80px rgba(69, 35, 20, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.cta-highlight-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7%;
    right: 7%;
    height: 4px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(
        90deg,
        transparent,
        #f2a33a,
        #a83f2d,
        #f2a33a,
        transparent
    );
}

/* =====================================================
   TEXT CONTENT
===================================================== */

.cta-text {
    position: relative;
    z-index: 3;
    max-width: 580px;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 9px 16px;
    border: 1px solid rgba(168, 63, 45, 0.14);
    border-radius: 999px;
    color: #963725;
    background: rgba(255, 242, 225, 0.9);
    box-shadow: 0 8px 22px rgba(142, 52, 36, 0.08);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cta-badge i {
    color: #e89a2f;
    font-size: 12px;
}

.cta-text h2 {
    margin: 0 0 22px;
    color: #2e1a13;
    font-size: clamp(32px, 4.2vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.cta-text p {
    max-width: 550px;
    margin: 0 0 32px;
    color: #6f5a50;
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.8;
}

/* =====================================================
   ORDER BUTTON
===================================================== */

.cta-order-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 56px;
    padding: 14px 26px;
    overflow: hidden;
    border: 1px solid #9d3928;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #ad412e 0%,
        #8d2e20 100%
    );
    box-shadow:
        0 14px 28px rgba(143, 46, 32, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.cta-order-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 65%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transform: skewX(-20deg);
    transition: left 0.65s ease;
}

.cta-order-btn span,
.cta-order-btn i {
    position: relative;
    z-index: 2;
}

.cta-order-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #8f3022;
    background: #ffffff;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.cta-order-btn:hover,
.cta-order-btn:focus {
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #be4d36 0%,
        #962f20 100%
    );
    box-shadow:
        0 18px 36px rgba(143, 46, 32, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transform: translateY(-3px);
}

.cta-order-btn:hover::before,
.cta-order-btn:focus::before {
    left: 150%;
}

.cta-order-btn:hover i {
    transform: translateX(4px);
}

.cta-order-btn:focus-visible,
.cta-video-control:focus-visible {
    outline: 3px solid rgba(237, 158, 54, 0.55);
    outline-offset: 4px;
}

/* =====================================================
   VIDEO COLUMN
===================================================== */

.cta-video-column {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin-inline: auto;
}

.cta-video-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    isolation: isolate;
    border: 7px solid rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    background: #2d1b15;
    box-shadow:
        0 30px 60px rgba(47, 28, 20, 0.25),
        0 8px 20px rgba(47, 28, 20, 0.12);
    transform: rotate(1.2deg);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}

.cta-video-wrapper:hover {
    box-shadow:
        0 36px 75px rgba(47, 28, 20, 0.3),
        0 12px 25px rgba(47, 28, 20, 0.14);
    transform: rotate(0deg) translateY(-5px);
}

.cta-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
    transition:
        transform 0.8s ease,
        filter 0.4s ease;
}

.cta-video-wrapper:hover .cta-video {
    transform: scale(1.055);
}

.cta-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(18, 10, 7, 0.12) 0%,
            transparent 45%,
            rgba(18, 10, 7, 0.48) 100%
        ),
        linear-gradient(
            120deg,
            rgba(255, 176, 68, 0.1),
            transparent 40%
        );
}

/* =====================================================
   VIDEO LABEL
===================================================== */

.cta-video-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: calc(100% - 100px);
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(32, 19, 14, 0.52);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cta-video-live-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #ffb545;
    box-shadow: 0 0 0 5px rgba(255, 181, 69, 0.18);
    animation: ctaVideoPulse 1.8s infinite;
}

@keyframes ctaVideoPulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(255, 181, 69, 0.15);
    }

    50% {
        box-shadow: 0 0 0 9px rgba(255, 181, 69, 0);
    }
}

/* =====================================================
   VIDEO CONTROL
===================================================== */

.cta-video-control {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(40, 22, 16, 0.62);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.cta-video-control:hover {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(160, 56, 38, 0.88);
    transform: scale(1.08);
}

.cta-video-control i {
    font-size: 15px;
}

/* =====================================================
   DECORATIVE ELEMENTS
===================================================== */

.cta-video-decoration {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.cta-video-decoration-top {
    top: -20px;
    right: -20px;
    width: 130px;
    height: 130px;
    border: 2px dashed rgba(174, 65, 46, 0.2);
    border-radius: 50%;
    animation: ctaRotate 25s linear infinite;
}

.cta-video-decoration-bottom {
    bottom: -20px;
    left: -25px;
    width: 110px;
    height: 110px;
    border-radius: 28px;
    background:
        repeating-linear-gradient(
            45deg,
            rgba(238, 157, 52, 0.18),
            rgba(238, 157, 52, 0.18) 8px,
            transparent 8px,
            transparent 17px
        );
    transform: rotate(12deg);
}

@keyframes ctaRotate {
    to {
        transform: rotate(360deg);
    }
}
/* =====================================================
   RESPONSIVE CTA
===================================================== */


@media (max-width:768px){

    .cta-highlight{

        padding:45px 0;

    }

    .cta-highlight-box{

        padding:24px;
        border-radius:24px;
        gap:28px;

    }

    .cta-text h2{

        font-size:clamp(30px,8vw,42px);
        line-height:1.15;

    }

    .cta-text p{

        font-size:16px;
        line-height:1.7;

    }

    .cta-order-btn{

        width:100%;
        max-width:320px;

    }

}

@media (max-width:480px){

    .cta-highlight-box{

        padding:18px;

    }

    .cta-text h2{

        font-size:12px;

    }

    .cta-badge{

        font-size:11px;
        padding:7px 12px;

    }

}


@media (max-width: 991px){

    .cta-highlight-box{

        grid-template-columns:1fr;
        gap:40px;
        padding:35px;

    }

    .cta-text{

        max-width:100%;
        text-align:center;
        margin:auto;

    }

    .cta-text p{

        max-width:100%;
        margin-left:auto;
        margin-right:auto;

    }

    .cta-order-btn{

        margin:auto;

    }

    .cta-video-column{

        max-width:700px;
        width:100%;

    }

}
/* =====================================================
   RTL SUPPORT
===================================================== */

.cta-highlight[dir="rtl"] .cta-text {
    text-align: right;
}

.cta-highlight[dir="rtl"] .cta-order-btn {
    flex-direction: row-reverse;
}

.cta-highlight[dir="rtl"] .cta-order-btn i {
    transform: rotate(180deg);
}

.cta-highlight[dir="rtl"] .cta-order-btn:hover i {
    transform: rotate(180deg) translateX(4px);
}

.cta-highlight[dir="rtl"] .cta-video-label {
    right: 20px;
    left: auto;
}

.cta-highlight[dir="rtl"] .cta-video-control {
    right: auto;
    left: 20px;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
    .cta-highlight-box {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 45px;
    }

    .cta-text {
        max-width: 720px;
        text-align: center;
        margin-inline: auto;
    }

    .cta-text p {
        margin-inline: auto;
    }

    .cta-video-column {
        max-width: 720px;
    }

    .cta-video-wrapper {
        aspect-ratio: 16 / 9;
        transform: none;
    }

    .cta-video-wrapper:hover {
        transform: translateY(-4px);
    }

    .cta-highlight[dir="rtl"] .cta-text {
        text-align: center;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
    .cta-highlight {
        padding: 50px 0;
    }

    .cta-highlight-box {
        gap: 32px;
        padding: 28px 20px;
        border-radius: 26px;
    }

    .cta-text h2 {
        margin-bottom: 16px;
        font-size: clamp(29px, 9vw, 40px);
    }

    .cta-text p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.7;
    }

    .cta-badge {
        margin-bottom: 16px;
        padding: 8px 13px;
        font-size: 11px;
    }

    .cta-order-btn {
        width: 100%;
        min-height: 54px;
        padding: 13px 20px;
    }

    .cta-video-wrapper {
        aspect-ratio: 4 / 5;
        border-width: 5px;
        border-radius: 23px;
    }

    .cta-video {
        object-position: center;
    }

    .cta-video-label {
        top: 14px;
        left: 14px;
        max-width: calc(100% - 85px);
        padding: 7px 11px;
        font-size: 10px;
    }

    .cta-video-control {
        right: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
    }

    .cta-highlight[dir="rtl"] .cta-video-label {
        right: 14px;
        left: auto;
    }

    .cta-highlight[dir="rtl"] .cta-video-control {
        right: auto;
        left: 14px;
    }

    .cta-video-decoration-top {
        top: -12px;
        right: -8px;
        width: 90px;
        height: 90px;
    }

    .cta-video-decoration-bottom {
        bottom: -12px;
        left: -8px;
        width: 75px;
        height: 75px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {
    .cta-highlight .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .cta-highlight-box {
        padding: 24px 15px;
        border-radius: 22px;
    }

    .cta-video-wrapper {
        aspect-ratio: 3 / 4;
        border-radius: 20px;
    }

    .cta-video-label {
        max-width: calc(100% - 72px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {
    .cta-video-wrapper,
    .cta-video,
    .cta-order-btn,
    .cta-order-btn::before,
    .cta-order-btn i,
    .cta-video-control {
        transition: none;
    }

    .cta-video-live-dot,
    .cta-video-decoration-top {
        animation: none;
    }
}
/* Reduce animations when requested */

@media (prefers-reduced-motion: reduce) {
    .cta-order-btn,
    .cta-order-btn i,
    .cta-video-control {
        transition: none;
    }
}


.featured-offer-actions{

    display:flex;

    gap:15px;

    margin-top:25px;

    flex-wrap:wrap;

}

.featured-offer-order-btn,
.featured-offer-whatsapp-btn{

    flex:1;

    min-width:220px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:14px 22px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    transition:.3s ease;

}

.featured-offer-order-btn{

    background:#d95d27;

    color:#fff;

}

.featured-offer-order-btn:hover{

    background:#bf4d1d;

    color:#fff;

    transform:translateY(-2px);

}

.featured-offer-whatsapp-btn{

    background:#25D366;

    color:#fff;

}

.featured-offer-whatsapp-btn:hover{

    background:#1ea952;

    color:#fff;

    transform:translateY(-2px);

}

.featured-offer-order-btn i,
.featured-offer-whatsapp-btn i{

    font-size:18px;

}

@keyframes cartBounce {

    0% { transform: scale(1); }

    30% { transform: scale(1.35) rotate(-10deg); }

    60% { transform: scale(.9); }

    100% { transform: scale(1); }

}

.cart-animation{

    animation:cartBounce .6s ease;

}

.cart-success{

    background:#28a745 !important;

    color:#fff !important;

}

/* =====================================================
   FEATURED OFFER PRICE AND ITEMS
===================================================== */

.featured-offer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 0 20px;
    padding: 14px 16px;
    border: 1px solid rgba(157, 57, 40, 0.12);
    border-radius: 16px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 248, 238, 0.98),
            rgba(255, 255, 255, 0.96)
        );
    box-shadow:
        0 10px 25px rgba(85, 44, 27, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.featured-offer-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.featured-offer-price-label {
    color: #8b7165;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.featured-offer-price strong {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: #9d3928;
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.2;
}

.featured-offer-price small {
    color: #62483d;
    font-size: 12px;
    font-weight: 700;
}

.featured-offer-items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 55%;
    padding: 9px 13px;
    border-radius: 999px;
    color: #62483d;
    background: rgba(244, 164, 58, 0.13);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.featured-offer-items i {
    flex: 0 0 auto;
    color: #d98424;
    font-size: 13px;
}

/* Hover effect */

.featured-offer-card:hover .featured-offer-meta {
    border-color: rgba(157, 57, 40, 0.2);
    box-shadow:
        0 14px 30px rgba(85, 44, 27, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* RTL */

.featured-offers-section[dir="rtl"] .featured-offer-price,
.featured-offer-card[dir="rtl"] .featured-offer-price {
    text-align: right;
}

/* Mobile */

@media (max-width: 575px) {
    .featured-offer-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin: 15px 0 18px;
        padding: 13px;
    }

    .featured-offer-items {
        justify-content: flex-start;
        width: 100%;
        max-width: none;
        border-radius: 12px;
        text-align: start;
    }
}
/* =====================================================
   FLYING PRODUCT
===================================================== */

.flying-cart-product {
    position: fixed;
    z-index: 99999;
    display: block;
    margin: 0;
    object-fit: cover;
    pointer-events: none;
    opacity: 1;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    box-shadow:
        0 20px 45px rgba(49, 25, 17, 0.28),
        0 0 0 5px rgba(255, 184, 77, 0.15);
    transform:
        translate3d(0, 0, 0)
        scale(1)
        rotate(0deg);
    transform-origin: center;
    transition:
        transform 0.78s cubic-bezier(0.22, 0.8, 0.3, 1),
        opacity 0.72s ease,
        border-radius 0.72s ease;
    will-change: transform, opacity;
}


/* =====================================================
   CART WRAPPER
===================================================== */

.shopping-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform-origin: center bottom;
}


/* =====================================================
   CART SUCCESS ANIMATION
===================================================== */

.shopping-cart.cart-success-animation {
    animation: cartSuccessAnimation 0.75s ease;
}

@keyframes cartSuccessAnimation {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    15% {
        transform: translateY(-4px) rotate(-10deg) scale(1.08);
    }

    30% {
        transform: translateY(-7px) rotate(9deg) scale(1.14);
    }

    45% {
        transform: translateY(-3px) rotate(-7deg) scale(1.08);
    }

    60% {
        transform: translateY(0) rotate(5deg) scale(1.05);
    }

    78% {
        transform: rotate(-2deg) scale(0.98);
    }

    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}


/* =====================================================
   CART COUNT BADGE
===================================================== */

.cart-count {
    position: absolute;
    top: -9px;
    right: -11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    background: #a63c2b;
    box-shadow: 0 5px 12px rgba(79, 30, 20, 0.24);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    transform-origin: center;
}

.cart-count.cart-count-animation {
    animation: cartBadgePop 0.78s
        cubic-bezier(0.17, 0.89, 0.32, 1.49);
}

@keyframes cartBadgePop {
    0% {
        transform: scale(1);
        background: #a63c2b;
    }

    20% {
        transform: scale(1.8) rotate(-9deg);
        background: #f0a336;
        box-shadow:
            0 0 0 7px rgba(240, 163, 54, 0.16),
            0 0 22px rgba(240, 163, 54, 0.7);
    }

    42% {
        transform: scale(0.78) rotate(5deg);
    }

    65% {
        transform: scale(1.27) rotate(-2deg);
    }

    82% {
        transform: scale(0.94);
    }

    100% {
        transform: scale(1);
        background: #a63c2b;
    }
}


/* =====================================================
   CART SPARKLES
===================================================== */

.cart-sparkle {
    --sparkle-x: 0px;
    --sparkle-y: 0px;

    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 15;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f8b649;
    box-shadow:
        0 0 8px rgba(248, 182, 73, 0.9),
        0 0 14px rgba(248, 182, 73, 0.5);
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    animation: cartSparkleBurst 0.72s ease-out forwards;
}

.cart-sparkle:nth-of-type(even) {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
}

@keyframes cartSparkleBurst {
    0% {
        opacity: 0;
        transform:
            translate(-50%, -50%)
            scale(0);
    }

    20% {
        opacity: 1;
        transform:
            translate(-50%, -50%)
            scale(1.4);
    }

    100% {
        opacity: 0;
        transform:
            translate(
                calc(-50% + var(--sparkle-x)),
                calc(-50% + var(--sparkle-y))
            )
            scale(0.15)
            rotate(180deg);
    }
}


/* =====================================================
   FLOATING +1
===================================================== */

.cart-plus-one {
    position: absolute;
    top: -13px;
    left: 50%;
    z-index: 20;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #a63c2b,
            #d87235
        );
    box-shadow:
        0 8px 18px rgba(97, 35, 21, 0.28),
        0 0 18px rgba(240, 163, 54, 0.24);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
    animation: cartPlusOne 0.95s ease-out forwards;
}

@keyframes cartPlusOne {
    0% {
        opacity: 0;
        transform:
            translate(-50%, 8px)
            scale(0.5);
    }

    20% {
        opacity: 1;
        transform:
            translate(-50%, 0)
            scale(1.12);
    }

    65% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform:
            translate(-50%, -42px)
            scale(1.25);
    }
}


/* =====================================================
   PRODUCT IMAGE RIPPLE
===================================================== */

.product-add-ripple {
    position: fixed;
    z-index: 99998;
    width: 25px;
    height: 25px;
    border: 3px solid rgba(240, 163, 54, 0.85);
    border-radius: 50%;
    pointer-events: none;
    transform:
        translate(-50%, -50%)
        scale(0.3);
    animation: productAddRipple 0.68s ease-out forwards;
}

@keyframes productAddRipple {
    0% {
        opacity: 1;
        transform:
            translate(-50%, -50%)
            scale(0.3);
        box-shadow:
            0 0 0 0 rgba(240, 163, 54, 0.4);
    }

    100% {
        opacity: 0;
        transform:
            translate(-50%, -50%)
            scale(3.2);
        box-shadow:
            0 0 0 16px rgba(240, 163, 54, 0);
    }
}


/* =====================================================
   RTL
===================================================== */

[dir="rtl"] .cart-count {
    right: auto;
    left: -11px;
}


/* =====================================================
   ACCESSIBILITY
===================================================== */

@media (prefers-reduced-motion: reduce) {
    .flying-cart-product {
        display: none;
    }

    .shopping-cart.cart-success-animation,
    .cart-count.cart-count-animation,
    .cart-sparkle,
    .cart-plus-one,
    .product-add-ripple {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}



.featured-gallery-caption{
    max-width:90px;
    text-align:center;
    font-size:.75rem;
    font-weight:600;
    color:#6d5748;
    line-height:1.3;
    transition:.3s;
}

.featured-gallery-thumb.active .featured-gallery-caption{
    color:#b6402d;
}

.featured-gallery-thumb.active img{
    border:2px solid #b6402d;
    box-shadow:0 8px 20px rgba(182,64,45,.25);
}
.featured-gallery-thumb.active .featured-gallery-caption {
    color: #b6402d;
}

.featured-gallery-thumb:focus-visible {
    outline: 3px solid rgba(240, 163, 54, 0.4);
    outline-offset: 2px;
}

[dir="rtl"] .featured-gallery-caption {
    direction: rtl;
}
