/*
 Theme Name:   EvenDigit Child Theme
 Author:       EvenDigit
 Author URI:   https://evendigit.com
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

:root {
    --primary-color: #7B0F26;
    --secondary-color: #ffffff;
    --text-color-primary: #000000;
    --text-color-secondary: #ffffff;
    --primary-hover-color: #9c8355;
    --accent-color: #7B0F26;
    --secondary-color-light: rgb(185 156 102 / 7%);
}

.ed-bg-primary {
    background-color: var(--primary-color) !important;
}

.ed-bg-primary:hover {
    background-color: var(--primary-hover-color);
}

.ed-bg-secondary {
    background-color: var(--secondary-color);
}

.ed-bg-secondary-light {
    background-color: var(--secondary-color-light);
}

.ed-text-white {
    color: var(--text-color-secondary);
}


.ed-text-black {
    color: var(--text-color-primary);
}

.ed-text-accent {
    color: var(--accent-color);
}

#nav-main {
    font-family: "Roboto";
}


.image-background {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://tamasha.savasaachimarketingagency.com/wp-content/uploads/tamasha-24.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Full viewport height */
    width: 100%;
}

.content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white; /* Ensure content is visible over the overlay */
}

/* Black overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    z-index: 0; /* Place the overlay between video and content */
}

.hero-section-btn {
    background: var(--primary-color);
    opacity: 1;
    border-radius: 10px;
}

/* START: promo section styling */
.promo-section {
    background-color: #f7f6f6;
  }
  
  .promo-item h3 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  
  .promo-item .separator {
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  .promo-item .icon{
    font-size: 2rem;
    color: var(--accent-color);
}
  

/* END : promo section styling */

@media only screen and (max-width: 1024px){
    .video-background { height: 60vh; }
}

@media only screen and (max-width: 420px){
    .video-background .content p { font-size: 20px; margin-bottom: 5px !important; }
    .top-header a { font-size: 14px !important; }
    .top-header a:nth-child(2) { margin: 0 10px !important; }
}

#book-table-card {
    border-radius:5px;
}

.card {
    box-shadow: rgb(0 0 0 / 7%) 4px 5px 32px;
}

#book-table-card .card-img-top {
    max-height: 276px;
    object-fit: cover;
}
.badge-image {
    position: absolute;
    top: 33%;
    right: 0px;
    max-width: 161px;
    height: auto;
    z-index: 1;
}
@media (min-width:992px) and (max-width:1200px){
    .badge-image {
        top: 27%;
        max-width: 100px;
    }
}
    
@media (min-width:1200px) and (max-width:1480px){
    .badge-image {
        max-width: 150px;
    }
}

/* for Mobile */
@media (max-width:370px){
    .badge-image {
        top: 20%;
        max-width: 100px;
    }
}

.card-body {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.widget-container {
    display: flex; /* Align children side by side */
    gap: 5px; /* Add space between the containers */
    justify-content: center; /* Center the widgets horizontally */
}

.widget-box {
    width: 100px; /* Adjust width as needed */
    border-radius: 5px; /* Rounded corners */
    display: flex; /* Center image inside */
    align-items: center; /* Vertical alignment */
    justify-content: center; /* Horizontal alignment */
}

/* Style for the icons */
a.card-text i {
    background-color: var(--primary-color);
    text-align: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    margin-right: 10px; /* Increase spacing between icon and text */
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 17px;
}

/* Hover effect for links */
a.card-text:hover {
    background-color: rgba(230, 177, 7, 0.1); /* Light background change */
    border-radius: 5px; /* Optional: to soften the hover effect */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition */
}

/* Slight zoom effect on hover */
a.card-text:hover i {
    transform: scale(1.1); /* Slight zoom for icons */
}

/* Ensure the icon and text remain aligned */
a.card-text {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color-primary);
    transition: transform 0.2s ease; /* Optional: smooth scaling on hover */
}

a.card-text:hover {
    transform: translateY(-2px); /* Slight lift effect */
}

/* Spacing between link elements */
a.card-text span {
    margin-left: 10px; /* Adds spacing between icon and text */
}

#Experience {
    background-color: #FFFDF7;
    position: relative; /* Ensures the child absolute element is positioned relative to this section */
    overflow: hidden;
}

#gradient-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 408px;
    height: 350px;
    background: transparent linear-gradient(147deg, #7B0F26 0%, #FFE18E 100%) 0% 0% no-repeat padding-box;
    opacity: 0.6;
    z-index: 0;
}

#Experience .col-md-5 {
    z-index: 1;
}

section#theDivider {
    background-color: #FFFDF7;
}

#Ambiance {
    background-color: #FFFDF7;
    position: relative; /* Ensures the child absolute element is positioned relative to this section */
    overflow: hidden;
}

#Ambiance .col-md-5 {
    z-index: 1;
}

#gradient-box-2 {
    position: absolute;
    bottom: 0; /* Position it at the bottom of the section */
    right: 0; /* Align it to the right side of the section */
    width: 408px;
    height: 350px;
    background: transparent linear-gradient(147deg, #7B0F26 0%, #FFE18E 100%) 0% 0% no-repeat padding-box;
    opacity: 0.6;
    z-index: 0; /* Keeps it behind the section content */
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    /* height: 1.5em; */
    opacity: 1;
    &:before {
      content: '';
      background: linear-gradient(to right, transparent, #5a5858, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
      padding: 0 .5em;
      line-height: 1.5em;
      color: black;
      background-color: #FFFDF6;
    }
}

#savoring-stories {
    background: transparent linear-gradient(180deg, #FFFDF6 0%, #FFFDF8 65%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.carousel-buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 15px; /* Add spacing below the carousel */
}
.carousel-buttons-container {
    display: flex;
    gap: 25px;
}

.carousel-control-prev, .carousel-control-next {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset;
    border-radius: 10px;
    padding:10px;
    color: #ffffff;
   background: unset;
   border: 0;
    opacity: 1;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: #555; /* Slightly lighter background on hover */
  color: #fff; /* Maintain white text */
}

/* Overlay container for images */
.carousel-overlay-container {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  
  /* Image overlay */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1;
  }
  
  /* Video play icon */
  .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px; /* Adjust size of the play icon */
    color: white;
    z-index: 2;
    cursor: pointer;
  }
  
 /* Ensure images are not affected by overlay */
.carousel-overlay-container img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
}

.review-card {
    font-family: "Roboto", sans-serif;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 20px;
}

.img-area {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
}
.img-area img {
    width: 100%;
}
.header-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.info p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.single-review p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-color-secondary);
}

.rating {
    display: flex;
    gap: 10px;
}
.rating span {
    color: #000;
    font-size: 28px;
}
.rating span.active {
    color: #fbc02d;
}
@media screen and (max-width: 991px) {
    #vertical-divider {
        display: none;
    }

    img.decorative-line {
        display: none;
    }
}

img.decorative-line {
    width: 10%;
}

.dl-inversed {
    transform: scaleX(-1);
}
  
.image-gallery {
    background-color:var(--primary-color);
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 40px;
}

.image-gallery img {
    border: 10px solid white;
    margin: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
}

.image-gallery img.hover-zoom:hover {
    transform: scale(1.1); /* Scale the image slightly on hover */
}

#bookATable {
    position: relative; /* Ensure the section is the positioning context for the overlay */
    background: url("https://tamashaplayablanca.com/wp-content/uploads/2025/04/tamasha-22.jpg") no-repeat center center;
    background-size: cover; /* Make sure the background covers the section fully */
    color: white; /* Ensure text remains readable */
    padding: 50px 0; /* Add some padding for spacing */
    padding-bottom: 30px;
}



#bookATable::before {
    content: ""; /* Creates the overlay element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Black overlay with 70% opacity */
    z-index: 1; /* Ensure it appears below the content */
}

#bookATable .container-fluid {
    position: relative;
    z-index: 2; /* Ensure the content appears above the overlay */
}

.container-lg.position-relative.py-5 {
    z-index: 3;
}
#copyright-text {
    font-size: 14px !important;
}
@media (max-width: 576px) {
    #gradient-box {
        display: none;
    }

    #gradient-box-2 {
        display: none;
    }
}
.footer-column {
    border-right: 1px solid #7B0F26;
}
.social-icons img { max-width: 24px; }

.footer-column:last-child {
    border-right: none; /* Remove the border for the last column */
}
.divider {
    flex-grow: 1;
    height: 1px;
    background-color: #404040;
    margin: 10px 10px;
}
i.fa-solid.fa-map {
    font-size: 22px;
}
.wsf-field-wrapper select:focus {
    color: black !important;
}

/* Hover effect for text only */
.address-link:hover {
    color: #7B0F26 !important;
}

div#wsf-2-field-27-datetime-picker {
    z-index: 10000000000;
}
div#wsf-1-field-34-datetime-picker {
    z-index: 10000000000;
}
div#wsf-4-field-13-datetime-picker {
    background-color: white;
}

div#wsf-1-field-48-datetime-picker {
    z-index: 9999999999;
}
div#wsf-3-field-27-datetime-picker {
    z-index: 9999999999;
}
div#wsf-2-field-34-datetime-picker {
    z-index: 99999999999;
}
form#ws-form-4 .wsf-grid select.wsf-field:focus { color: white!important; }
form#ws-form-4 .wsf-grid select.wsf-field:focus option { color: #000 !important; }

@media (min-width: 1200px) and (max-width: 1560px) {
    .hero-section-heading {
        max-width: 90%;
    }
}

@media (min-width: 1560px) {
    .hero-section-heading {
         max-width: 70%;
    }
}

/* Form Checkbox paragraph styling */
div[data-text-editor][data-static][data-name="field_75"] {
    color: white;
}

#ws-form-4 #wsf-4-field-wrapper-74 label.wsf-label {
    color: white;
}

/* END: Form Checkbox paragraph styling */

a[href="#bookATable"] button:hover{
    background-color: var(--primary-hover-color);
    color: var(--text-color-secondary);
}

a[href="#bookATable"] :hover{
    background-color: var(--primary-hover-color);
    color: var(--text-color-secondary);
}

.d-flex.align-items-center.mb-2 {
    color: var(--text-color-primary);
}
i.fa-solid.fa-envelope.me-2 {
    color: var(--text-color-primary);
}

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
.wsf-form button.wsf-button.wsf-button-warning { background-color: #7B0F26 !important; border-color: #7B0F26 !important; color: #ffffff !important; }
.wsf-form input[type=date].wsf-field:focus, .wsf-form input[type=datetime-local].wsf-field:focus, .wsf-form input[type=file].wsf-field:focus, .wsf-form input[type=month].wsf-field:focus, .wsf-form input[type=password].wsf-field:focus, .wsf-form input[type=search].wsf-field:focus, .wsf-form input[type=time].wsf-field:focus, .wsf-form input[type=week].wsf-field:focus, .wsf-form input[type=email].wsf-field:focus, .wsf-form input[type=number].wsf-field:focus, .wsf-form input[type=tel].wsf-field:focus, .wsf-form input[type=text].wsf-field:focus, .wsf-form input[type=url].wsf-field:focus, .wsf-form select.wsf-field:focus, .wsf-form textarea.wsf-field:focus{ border-color: #7B0F26 !important; }
.top-header-social-icons img { max-width: 24px; width: 100%; }
header#masthead { box-shadow: rgb(0 0 0 / 7%) 4px 5px 32px; }

/* Removing the Extra spacing from mobiles */ 
@media only screen and (max-width:540px) {
    .py-5 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    #savoring-stories .p-5 {
        padding: 2rem !important;
    }

    #savoring-stories .my-5 {
        margin-top: 0rem !important;
    }

    .image-gallery {
        padding: 20px 20px;
    }

    #bookATable {
        padding-bottom: 2rem;
        padding: 40px 0;
    }

    #Ambiance > div.my-5 {
        margin-top: 2rem !important;
    }

    #savoring-stories .row.gx-5.mt-5 {
        margin-top: -1rem !important;
    }
    #dine-with-us > div h1 {
        margin-bottom: 1rem !important;
    }
    #insideTheRestaurant  .heading-text-wrapper h1.px-4 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    section#Ambiance.py-5 {
        padding-top: 1.2rem !important;
    }

    #promo-section .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    #promo-section .promo-item .mb-3 {
        margin-bottom: 0.25rem !important;
    }
    
}
/* End Removing the Extra spacing from mobiles */

/* Removing the Extra spacing from mobiles */ 
@media only screen and (max-width:540px) {
    section.promo-section.py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    section.promo-section .promo-item .mb-3 {
        margin-bottom: 0.25rem !important;
    }
}

#nav-main .container > div {
    padding: 0 !important;
}
.social-icons a {
    font-size: 15px;
}