/*
Theme Name: Ekaahouse Theme  
Author URI: https://example.com
Description: Custom WordPress Theme
Version: 1.0
Text Domain: my-custom-theme
*/


.hotel-section {
  background: #f5efe6;
}

.hotel-img {
  overflow: hidden;
}

.hotel-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s;
}

.hotel-card:hover img {
  transform: scale(1.05);
}

.hotel-content h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'EditorsNote', sans-serif; 
	color:#1c1c1c;
}

.hotel-content p {
  color: #5d5c5c;
  font-size: 14px;
}

/* spacing between items */
.owl-carousel .item {
  padding: 10px;
}


.experience-section {
  background: #fff;
}

.exp-img {
  overflow: hidden;
}

.exp-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.4s ease;
}

.experience-card:hover img {
  transform: scale(1.05);
}

.exp-content h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
      font-family: 'EditorsNote', sans-serif; 
	  
	      font-size: 18px;
    font-weight: 400;
    font-family: 'EditorsNote', sans-serif;
    /* letter-spacing: 1px; */
    color: #1c1c1c;
	
	
}

.exp-content p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}

/* spacing for better alignment */
.experience-card {
  height: 100%;
}

h2, h3, h4, h6{
	    font-family: 'EditorsNote', sans-serif !important;
    letter-spacing: 1px;
}



.contact-section .form-column .contact-form input.wpcf7-form-control.wpcf7-submit {
    background: #212529;
}