/*
Theme Name: Ghassab
Theme URI: https://washino.app/ghassab-theme
Author: Morteza Senfi
Author URI: https://washino.app
Description: Custom theme for Ghassab Restaurant.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ghassab
Tags: custom-menu, custom-logo, responsive, restaurant, modern
*/

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

/* ROOT FONT STYLES */

* {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5;
}

/* TYPOGRAPHY */

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.8;
  margin-bottom: 16px;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* ===== Basic Container ===== */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  max-width: 1440px;
}

/* ===== Rows ===== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}

/* ===== Columns ===== */
[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  flex-grow: 1;
}

/* ===== 12-Column Grid ===== */
.col-1  { flex: 0 0 8.333%;  max-width: 8.333%;  }
.col-2  { flex: 0 0 16.666%; max-width: 16.666%; }
.col-3  { flex: 0 0 25%;     max-width: 25%;     }
.col-4  { flex: 0 0 33.333%; max-width: 33.333%; }
.col-5  { flex: 0 0 41.666%; max-width: 41.666%; }
.col-6  { flex: 0 0 50%;     max-width: 50%;     }
.col-7  { flex: 0 0 58.333%; max-width: 58.333%; }
.col-8  { flex: 0 0 66.666%; max-width: 66.666%; }
.col-9  { flex: 0 0 75%;     max-width: 75%;     }
.col-10 { flex: 0 0 83.333%; max-width: 83.333%; }
.col-11 { flex: 0 0 91.666%; max-width: 91.666%; }
.col-12 { flex: 0 0 100%;    max-width: 100%;    }

/* ===== Responsive Breakpoints ===== */
@media (min-width: 576px) {
  .col-sm-1  { flex: 0 0 8.333%;  max-width: 8.333%;  }
  .col-sm-2  { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-sm-3  { flex: 0 0 25%;     max-width: 25%;     }
  .col-sm-4  { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-sm-5  { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-sm-6  { flex: 0 0 50%;     max-width: 50%;     }
  .col-sm-7  { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-sm-8  { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-sm-9  { flex: 0 0 75%;     max-width: 75%;     }
  .col-sm-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-sm-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-sm-12 { flex: 0 0 100%;    max-width: 100%;    }
}

@media (min-width: 768px) {
  .col-md-1  { flex: 0 0 8.333%;  max-width: 8.333%;  }
  .col-md-2  { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-md-3  { flex: 0 0 25%;     max-width: 25%;     }
  .col-md-4  { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-md-5  { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-md-6  { flex: 0 0 50%;     max-width: 50%;     }
  .col-md-7  { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-md-8  { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-md-9  { flex: 0 0 75%;     max-width: 75%;     }
  .col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-md-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-md-12 { flex: 0 0 100%;    max-width: 100%;    }
}

/* ===== Gutter Utilities ===== */
.g-0  > [class*="col-"] { padding: 0; }
.g-1  > [class*="col-"] { padding: 4px; }
.g-2  > [class*="col-"] { padding: 8px; }
.g-3  > [class*="col-"] { padding: 16px; }
.g-4  > [class*="col-"] { padding: 24px; }
.g-5  > [class*="col-"] { padding: 32px; }

/* ===== Alignment Helpers ===== */
.row.justify-center   { justify-content: center; }
.row.justify-between  { justify-content: space-between; }
.row.align-center     { align-items: center; }
.row.align-start      { align-items: flex-start; }
.row.align-end        { align-items: flex-end; }



.site-header{
  padding: 24px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100000;
}
.site-header.scrolled{
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
a{
  text-decoration: none;
}

.main-nav {
    text-align: left;
}
.main-nav .nav-list {
    padding: 0;
    margin: 0;
}
.main-nav .nav-list .menu-item {
    display: inline-block;
}
.main-nav .nav-list .menu-item a {
    display: inline-block;
    padding: 12px 24px;
    font-size:16px;
    font-family: "ISX";
    transition: ease .3s;
    position: relative;
    color: #fff;
    font-weight: normal;
}
.main-nav .nav-list .menu-item a:hover{
  color: #F07E25;
}

.main-nav .nav-list .menu-item a:after{
  content: '';
  width: 0;
  height: 2px;
  border: 2px;
  background-color: #F07E25;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: ease .3s;
}
.main-nav .nav-list .menu-item:hover a:after{
  width: 50%;
}
.main-nav .nav-list .menu-item.current-menu-item a:after{
  width: 10px;
  font-weight: bold;
}

.home-hero{
  width: 100%;
  background: url('assets/images/hero.png') no-repeat;
  background-size: cover;
  position: relative;
  padding: 70vh 0 230px;
  overflow: hidden;
  max-height: 90vh;
}
#hero_video{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.home-hero:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2.21deg, rgba(0, 0, 0, 0.56) 3.56%, rgba(0, 0, 0, 0.48) 98.14%);
  z-index: 1;
}

.home-hero .content{
  position: relative;
  z-index: 2;
  text-align: center;
}
.home-hero .content h1{
  font-weight: bold;
  font-size: 98px;
  line-height: 163px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin-bottom: 24px;
}
.home-hero .content p{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 44px;
}

.btn{
  padding: 14px 32px;
  
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  transition: ease .3s;
}
.btn.btn-primary{
  background-color: #F07E25;
  color: #fff;
}
.btn.btn-primary:hover{
  background-color: #aa5718;
}
.btn.btn-tonal{
  background-color: #f07d251b;
  color: #fff;
}

.btn.btn-tonal:hover{
  background-color: #f07d2584;
  color: #fff;
}
.btn + .btn{
  margin-right: 8px;
}

.btn.btn-md{
  padding: 12px 24px;
}
.second-section{
  position: relative;
  min-height: 300px;
  padding: 150px 0;
}

.second-section:before{
  content: '';
  position: absolute;
  background:rgba(240, 125, 37, 0.08);
  width: 100%;
  left: 0;
  top: 0;
  height: 70%;
  z-index: -1;
}

.second-section h2{
  
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 84px;
  align-items: center;
  text-align: right;
  position: relative;
  margin-bottom: 24px;
}


.second-section h2:before{
  content: '';
  width: 100px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  right: 0;
  position: absolute;
}

.second-section p{
  margin-bottom:24px;
}
.second-section .content{
  margin-bottom: 64px;
}
.image-fluid{
  display: block;
  width: 100%;
  height: auto;
}
.title-center{
  
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 84px;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
.title-center:before{
  content: '';
  width: 100px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.mb-24{
  margin-bottom: 24px;
}
.text-muted{
  color: #777E91;
}
.grid-sign{
  padding: 0 0 100px 0;
}
.sign-grid-system{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 0.5fr);
  gap: 1.5rem;
  
  margin: 0 auto;
}
.sign-item{
  position: relative;
  overflow: hidden;
}
.sign-item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(102, 102, 102, 0.49) 100%);
}
.sign-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sign-item .content{
  position: absolute;
  z-index: 2;
  padding: 0;
  box-sizing: border-box;
  bottom: 24px;
  right: 24px;
  color: #fff;
}
.sign-item:first-child {
  grid-row: 1 / span 2;
}
.sign-item h3{
  
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  align-items: center;
  text-align: right;
  margin-bottom: 8px;
  position: relative;
  color: #fff;
}
.sign-item h3:before{
  content: '';
  width: 50px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  right: 0;
  position: absolute;
}
.sign-item p{
  
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 0;
}

.menu-section {
  padding: 150px 0;
}
.menu-section.bt-orange-light {
  background-color: #FFF4E9;
}
.menu-section .menu-item img{
  margin-bottom: 24px;
  max-width: 100%;
}
.menu-section .menu-item h4{
  
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  text-align: right;
  margin-bottom: 8px;
  position: relative;
}
.menu-section .menu-item h4:before{
  content: '';
  width: 50px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  right: 0;
  position: absolute;
}
.mt-32{
  margin-top: 32px;
}
.mt-48{
  margin-top: 48px;
}
.home-blog{
  padding: 150px 0;
}
.blog-item img{
  max-width: 100%;
}
.home-blog .lead{
  margin-bottom: 64px;
}
.blog-item h4{
  
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.blog-item p{
  
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #333447;
  margin-bottom: 0;
}

.site-footer{
  border-top: 1px solid #E0E0E0;
  padding: 64px 0;
}


/* Horizontal scroll container */
.fdm-menu-categories-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
}

/* Each category item */
.fdm-category {
  flex: 0 0 auto;
  width: 220px;
  scroll-snap-align: start;
  text-align: center;
  border-radius: 10px;
}

/* Category image */
.fdm-category img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.fdm-category img:hover {
  transform: scale(1.05);
}

/* Title styling */
.fdm-category h3 a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 1rem;

  
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  
  margin-bottom: 8px;
  position: relative;
  display: block;
}
.fdm-category h3 a:before{
  content: '';
  width: 50px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  right: 0;
  position: absolute;
}
.page-hero{
   width: 100%;
  background: url('assets/images/hero.png') no-repeat;
  background-size: cover;
  position: relative;
  padding: 280px 0 200px;
}
.page-hero:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2.21deg, rgba(0, 0, 0, 0.56) 3.56%, rgba(0, 0, 0, 0.48) 98.14%);
  z-index: 1;
}

.page-hero .content{
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-hero h1{
  font-size: 60px;
  
  color: #fff;
}

.page-section{
  padding: 150px 0 ;
}

.large-title {
    font-size: 50px;
    
    padding: 20px 0;
    position: relative;
}
.large-title:before{
    content: '';
    height: 40px;
    width: 32%;
    background: #F07E25;
    opacity: 0.1;
    position: absolute;
}

.stick-box {
    position: sticky;
    margin-bottom: 16px;
    padding: 25px;
    background: #fafafb;
    top: 90px;
}
.stick-box h2{
  
  font-size: 20px;
  margin-bottom: 12px;
}
.stick-box p{
  font-size: 16px;
}
.normal-title{
  
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  align-items: center;
  
  position: relative;
  margin-bottom: 24px;
}


.normal-title:before{
  content: '';
  width: 100px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  right: 0;
  position: absolute;
}
.custom-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-list li{
  position: relative;
  padding-right: 32px;
  margin-bottom: 16px;
}
.custom-list li:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  color: #F07E25;
  background: url('assets/images/star.png') no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.orange-bg{
  background: rgba(240, 125, 37, 0.08);
}
.club-level-box{
  text-align: center;
  padding: 32px;
  background: #fff;
  border-radius: 0;
}
.club-level-box img{
  margin-bottom: 16px;
  width: 100%;
}
.club-level-box h2{
  
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.club-level-box h2 small{
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 4px;
}
.club-level-box h2:before{
  content: '';
  width: 50px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.club-level-box .custom-list{
  margin-top: 32px;
}
.leveling-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}
.level-guide{
  text-align: center;
margin-top: 64px;
}
.level-guide h4{
  
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}
.level-guide h4:before{
  content: '';
  width: 50px;
  height: 4px;
  background: #F07E25;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;}
.reservation-form input{
    display: block;
    width: 100%;
    max-width: none;
}
.nav-toggle { 
    display: none; 
}
/* Optional: Hide scrollbar on WebKit browsers*/
@media screen and (max-width: 768px) {
  .nav-toggle-label {
    display: none;
    cursor: pointer;
    width: 35px;
    height: 25px;
    position: absolute;
    z-index: 999;
    left: 16px;
    margin: 12px;
}

.nav-toggle-label span,
.nav-toggle-label span:before,
.nav-toggle-label span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: .3s;
    border-radius: 4px;
}

.nav-toggle-label span {
    top: 50%;
    transform: translateY(-50%);
}

.nav-toggle-label span:before {
    top: -10px;
}

.nav-toggle-label span:after {
    top: 10px;
}
.nav-toggle-label {
        display: block;
    }

    /* make nav hidden initially */
    .main-nav .nav-list {
        display: none;
        flex-direction: column;
        text-align: center;
        background: #000;
        padding: 20px 0;
        position: fixed;
        width: 100%;
        right: 0;
        top: 0;
        padding-top: 50px;
    }

    /* each menu item full width */
    .main-nav .nav-list .menu-item {
        display: block;
        margin: 10px 0;
    }

    /* show nav when toggle checked */
    .nav-toggle:checked ~ .main-nav .nav-list {
        display: flex;
    }

    /* Animate hamburger to X */
    .nav-toggle:checked + .nav-toggle-label span {
        background: transparent;
    }
    .nav-toggle:checked + .nav-toggle-label span:before {
        transform: rotate(45deg);
        top: 0;
    }
    .nav-toggle:checked + .nav-toggle-label span:after {
        transform: rotate(-45deg);
        top: 0;
    }
  .home-hero .content .btn {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 12px;
  }
  .second-section img {
    margin-bottom: 12px;
  }
  .sign-item {
    margin-bottom: 12px;
  }
  .sign-item:before{
    height: calc(100% - 8px);
  }
  .sign-item h3{
    font-size: 24px;
    line-height: 32px;
  }
  .second-section h2,.title-center{
    font-size: 24px;
    line-height: 30px;
    margin-bottom:16px;
  }
  .second-section p ,p{
    margin-bottom: 24px;
    font-size: 16px;
  }
  .sign-grid-system {
    display: block;
    margin: 12px auto;
  }
  .large-title {
    font-size: 30px;
    padding-top: 0;
    margin-bottom: 32px;
  }

.leveling-grid{
  overflow-x: scroll;
  display: flex;
}
.club-level-box{
  display: inline-block;
  height: 100%;
  width: 320px;
  min-width: 300px;
}
.home-hero .content {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
}
#hero_video {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    bottom: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
}
.home-hero{padding: 0;}

}

/* --- Contact Page Styling --- */

/* Info Box */
.contact-info-box {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #eee;
}

/* Contact List Items */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

/* Icon spacing works for both RTL and LTR */
.contact-list .icon {
    font-size: 1.5rem;
    margin-inline-end: 15px; 
    line-height: 1;
}

.contact-list .details strong {
    display: block;
    font-size: 0.9rem;
    color: var(--wp--preset--color--luminous-vivid-orange, #ff6900);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-list .details p {
    margin: 0;
    font-size: 1.05rem;
    color: #333;
    line-height: 1.5;
}

.contact-list a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-list a:hover {
    color: var(--wp--preset--color--vivid-red, #cf2e2e);
}

/* Force LTR for phone numbers/emails even in RTL mode */
/* This ensures numbers like "+98" don't get flipped awkwardly */
.ltr-text {
    direction: ltr; 
    unicode-bidi: embed;
    text-align: left;
}
html[dir="rtl"] .ltr-text {
    text-align: right; /* Keeps alignment right but direction LTR */
}

/* Social Buttons */
.social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* Brand Colors on Hover */
.social-btn.waze:hover { background: #33ccff; border-color: #33ccff; }
.social-btn.instagram:hover { background: #E1306C; border-color: #E1306C; }

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: #fff;
    padding: 10px; 
}

/* Map Section */
.map-section {
    margin-top: 60px;
    filter: grayscale(100%); /* Elegant B&W Map to match luxury theme */
    transition: filter 0.5s;
    line-height: 0; /* Removes gap below iframe */
}

.map-section:hover {
    filter: grayscale(0%); /* Color on hover */
}