/*

Theme Name: grandebay

Theme URI: https://example.com/

Author: Your Name

Author URI: https://example.com/

Description: A custom WordPress theme

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: banquet

*/



/* Reset and Base Styles */



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  font-family: "Montserrat", sans-serif;

}


body {

  font-family: "Montserrat", sans-serif;

  line-height: 1.6;

  color: #333;

}



.container {

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 20px;

}

/* whatsapp floating */

#whatsapp-float {
    position: fixed;
    bottom: 20px;   /* distance from bottom */
    right: 20px;    /* distance from right */
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#whatsapp-float img {
    width: 100%;
    height: 100%;
}

#whatsapp-float:hover {
    transform: scale(1.1);
}


/* Header Styles */

.header {

  background: #fff;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  position: fixed;

  width: 100%;

  top: 0;

  z-index: 1000;

}



.navbar {

  padding: 0.5rem 0;

}



.navbar .container {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.nav-brand h1 {

  color: #d4af37;

  font-size: 1.8rem;

  font-weight: bold;

}



.nav-menu {

  display: flex;

  list-style: none;

  gap: 2rem;

}



.nav-menu a {

  text-decoration: none;

  color: #0e3b65;

  font-weight: 600;

  transition: color 0.3s;

}



.nav-menu a:hover {

  color: #d4af37;

}



.nav-toggle {

  display: none;

  flex-direction: column;

  cursor: pointer;

}



.nav-toggle span {

  width: 25px;

  height: 3px;

  background: #333;

  margin: 3px 0;

  transition: 0.3s;

}



/* Hero Section */

.hero {

  display: flex;

  align-items: center;

  min-height: 90vh;

  padding-top: 110px;

  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}



.hero .container .left-hero {

    display: flex;

    align-items: flex-start;

    justify-content: left;

    flex-direction: column;

    text-align: left;

    max-width: 700px;

    width: 100%;

}

.hero .container .right-hero{

    width: 100%;

    max-width: 400px;

}



#gform_wrapper_1{

    background: #fff;

    padding: 20px;

    width: 100%;

    border-radius: 5px;

}



#gform_wrapper_1 h2{

    color: #0e3b65;

    font-size: 20px;

    font-weight: bold;

    margin-bottom: 1rem;

}



#gform_1 .form-group.form-group {

    margin-bottom: 1rem;

}



#gform_1 .form-group input,#gform_1 .form-group select,#gform_1 .form-group textarea {

    width: 100%;

    padding: 5px;

    border: 1px solid #ddd;

    border-radius: 5px;

    font-size: 14px;

}



#gform_submit_button_1, #gform_submit_button_2{

  background: #d4af37;

  color: white;

  font-size:14px;

  padding: 10px 30px;

  border: none;

  border-radius: 5px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s;

  text-decoration: none;

  display: inline-block;

}



#gform_1 label {

    display: inline-block;

    color: #0e3b65;

    font-weight: bold;

    font-size: 14px;

    margin-left: 2px;

}

.gform_wrapper.gravity-theme .gform_validation_errors{

  display: none;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    clear: both!important;
    font-family: inherit;
    font-size: 12px!important;
    letter-spacing: normal;
    line-height: inherit;
    padding: 5px 10px!important;
    width: 100%!important;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.small {
  font-size: 12px;
}


.hero .container{

    display: flex;

    justify-content: space-between;

    align-items: center;

}



#home{

    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 100%, transparent 40%),url("/wp-content/themes/grandebay/images/banquet_banner.jpeg");

    background-size:cover;

    background-position:center;

}



.hero-title {

  font-size: 2.5rem;

  font-weight: bold;

  color: #ffffff;

  margin-bottom: 1rem;

  line-height: 1.2;

}



.hero-subtitle {

  font-size: 1rem;

  color: #ffffff;

  margin-bottom: 2rem;

  max-width:490px;

  width:100%;

}



.hero-buttons {

  display: flex;

  gap: 1rem;

}



.btn {

  padding: 12px 30px;

  border: none;

  border-radius: 5px;

  font-size: 1rem;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s;

  text-decoration: none;

  display: inline-block;

}



.btn-primary {

  background: #d4af37;

  color: white;

}



.btn-primary:hover {

  background: #b8941f;

  transform: translateY(-2px);

}



.btn-secondary {

  background: transparent;

  color: #d4af37;

  border: 2px solid #d4af37;

}



.btn-secondary:hover {

  background: #d4af37;

  color: white;

}



.hero-image img {

  width: 100%;

  height: auto;

  border-radius: 10px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}



/* Section Styles */

.section-title {

  text-align: center;

  font-size: 2.5rem;

  color: #0e3b65;

  font-weight: 600;

  /* margin-bottom: 3rem; */
}

.section-paragraph{
    margin-bottom: 3rem;
    font-size: 18px;
    font-weight: 600;
    color: #5d5f61;
}



/* Services Section */

.services{

  padding: 80px 0 40px 0;

  background: #f8f9fa;

}



.services-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 2.5rem;

}



.service-card {

  text-align: center;

  padding: 1rem;

  border-radius: 10px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  transition: transform 0.3s;

  background: white;

}

.service-card p, .events-card p{

  font-size: 12px;

}


.service-card:hover {

  transform: translateY(-5px);

}



.service-icon {

  margin-bottom: 1rem;

}



.service-icon img {

  width: 40px;

  height: 40px;

}



.service-card h3 {

  font-size: 1.2rem;

  color: #0e3b65;

  margin-bottom: 1rem;

  font-weight: bold;

}





.service-card .sub-para{

  color: #0e3b65;

  font-weight: bold;

  line-height: 1.6;

}



/* Events section */

.events{

  padding: 40px 0;

  background: #f8f9fa;

}

.events-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 2.5rem;

}


.events-card {

  text-align: left;

  padding: 0;

  border-radius: 10px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  transition: transform 0.3s;

  background: white;

}

.events-card h3 {

  font-size: 1.2rem;

  color: #0e3b65;

  margin-bottom: 1rem;

  font-weight: bold;

}

.events-card .sub-para{

  color: #0e3b65;

  font-weight: bold;

  line-height: 1.6;

}

.events-icon{
  width: 100%;
}

.events-icon img{
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  height: 240px;
  border-top-right-radius: 10px;
}

.events-content{
  padding: 1rem;
}

.events-content .btn-primary{
    padding: 10px 20px;
    font-size: 14px;
}

/* Gallery section */

#gallery{
  padding: 40px 0;
  background: #ffffff;
}

.slider{
    width: 95%;
    margin: 0 auto;
}

.slick-prev {
    left: -4px;
}

.slick-next {
    right: -4px;
}

.slider img {
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
  height: 400px;
  min-height: 250px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-prev:before,
.slick-next:before {
  color: #333;
}
.slide-caption {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.slick-dots{
  position: unset;
}
.slick-slider{
  margin-bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}

/* Venue capacities section */

.venue-capacities {
  text-align: center;
  padding: 40px 0;
  background-color: #f8f9fa;
}

.table-wrapper {
  overflow-x: auto;
}

.capacity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.capacity-table thead {
  background: #002b5c;
  color: #fff;
}

.capacity-table th, 
.capacity-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.capacity-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.capacity-table tbody tr:hover {
  background: #f1f7ff;
}

/* CTA Section */
.cta-section h2{
  font-weight: 600;
  font-size: 2.5rem;
  /* margin-bottom: 3rem; */
}
.cta-section{
    background-image: linear-gradient(to bottom, rgb(14 59 101 / 61%) 100%, transparent 10%), url(/wp-content/themes/grandebay/images/grandebannerfooter.jpg);
    height: 500px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
}
.cta-section p{
  font-size: 14px;
}


/* Contact Section */

.contact {

  padding: 80px 0;

  background: white;

}



.contact-content {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 3rem;

}



.contact-info h3 {

  color: #2c3e50;

  margin-bottom: 1.5rem;

  font-size: 1.5rem;

}



.contact-item {

  margin-bottom: 1rem;

  color: #6c757d;

}



.contact-form {

  background: #f8f9fa;

  padding: 2rem;

  border-radius: 10px;

}



.contact-form h3 {

  color: #2c3e50;

  margin-bottom: 1.5rem;

}



.form-group {

  margin-bottom: 1rem;

}



.form-group input,

.form-group select,

.form-group textarea {

  width: 100%;

  padding: 12px;

  border: 1px solid #ddd;

  border-radius: 5px;

  font-size: 1rem;

}



.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus {

  outline: none;

  border-color: #d4af37;

}



/* Modal Styles */

.modal {

  display: none;

  position: fixed;

  z-index: 2000;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

}



.modal-content {

  background-color: white;

  margin: 5% auto;

  padding: 2rem;

  border-radius: 10px;

  width: 90%;

  max-width: 500px;

  position: relative;

}



.close {

  color: #aaa;

  float: right;

  font-size: 28px;

  font-weight: bold;

  cursor: pointer;

  position: absolute;

  right: 1rem;

  top: 1rem;

}



.close:hover {

  color: #000;

}



/* Footer */

.footer {

  background: #0e3b65;

  color: white;

  padding: 40px 0 20px;

}



.footer-content {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  gap: 6rem;

  margin-bottom: 2rem;

}

.footer-section h3{

  font-size: 1.5rem;

}

.footer-section h3,

.footer-section h4 {

  margin-bottom: 1rem;

  color: #d4af37;

}

footer .icons{
  max-width: 200px;
}

.footer-section ul {

  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}



.footer-section ul li {

  margin-bottom: 0.5rem;

}

.footer-section p, address{
  font-size: 14px;
}


.footer-section a {

  color: #ffffff;

  text-decoration: none;

  transition: color 0.3s;

}

.footer-section a img{
  margin-right: 5px;
}

.footer-section a:hover {

  color: #d4af37;

}



.footer-bottom {

  text-align: center;

  padding-top: 2rem;

  border-top: 1px solid #34495e;

  color: #bdc3c7;

}

.footer-bottom p{
  font-size: 14px;
}

.footer-bottom .container a{
    color: #bdc3c7;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

/* Responsive Design */

@media (max-width: 768px) {

  .nav-menu {

    position: fixed;

    left: -100%;

    top: 116px;

    flex-direction: column;

    background-color: white;

    width: 100%;

    text-align: center;

    transition: 0.3s;

    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);

    padding: 2rem 0;

  }

  .footer-content {
    gap: 1rem;
  }
  
  .slider img {
    height: 250px;
  }

  .slick-left{
    left: -5;
  }
  .slick-next{
    right: -5;
  }

  .mobile-lead-section{

    display: block;
    text-align: center;
    padding: 20px 0;
  }


  .nav-menu.active {

    left: 0;

  }



  .nav-toggle {

    display: flex;

  }



  .hero .container {

    grid-template-columns: 1fr;

    text-align: center;

  }



  .hero-title {

    font-size: 2.5rem;

  }



  .hero-buttons {

    justify-content: center;

    flex-wrap: wrap;

  }



  .contact-content {

    grid-template-columns: 1fr;

  }



  .services-grid {

    grid-template-columns: 1fr;

  }



  .gallery-grid {

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  }

}



@media (max-width: 480px) {

  .hero-title {

    font-size: 2rem;

  }



  .section-title {

    font-size: 1.5rem;

  }

  .section-paragraph {
    margin-bottom: 2rem;
    font-size: 14px;
  }


  .modal-content {

    margin: 10% auto;

    width: 95%;

  }

}

