/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.header-nav-main > li.menu-item:not(:last-child) {
    margin-right: 30px;
}

.custom-title {
  line-height: 60px;
}

@media (max-width: 767px) {
  .custom-title {
    line-height: 35px; /* or adjust as needed */
  }
}

/* Mobile only */
@media (max-width: 767px) {
  .header_logo,
  .header-logo-dark {
    max-width: 110px; /* smaller size for mobile */
  }
}


.header-button-1 .button.secondary {
    padding: 5px 30px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.cust-btn {
    padding: 5px 30px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 768px) {
    .cust-btn {
        padding: 5px 20px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .cust-btn {
        padding: 5px 15px !important;
        font-size: 12px !important;
    }
}

/* five-logo-grid - clean, aligned, interactive */
.five-logo-grid {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent;
}

.five-logo-grid__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}

.five-logo-grid__item {
    width: calc((100% / 5) - (24px * 4 / 5)); /* 5 columns */
    text-align: center;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0; /* no top/bottom padding */
}

.five-logo-grid__link {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

/* --- Logo styling --- */
.five-logo-grid__logo {
    display: block;
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 26px auto; /* spacing between logo and text */
    filter: brightness(0);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.five-logo-grid__item:hover .five-logo-grid__logo {
    opacity: 0.6; /* fade effect on hover */
}

/* --- Caption styling --- */
.five-logo-grid__caption {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333632;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* No underline on hover */
.five-logo-grid__caption:hover {
    text-decoration: none;
    color: #000000; /* optional slight darken */
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .five-logo-grid__item {
        width: calc((100% / 3) - (24px * 2 / 3));
    }
    .five-logo-grid__logo {
        height: 52px;
        margin-bottom: 22px;
    }
    .five-logo-grid__caption {
        font-size: 15px;
    }
}

@media (max-width: 640px) {

  .five-logo-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .five-logo-grid__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  /* layout math for 3 columns with 20px gap */
  .five-logo-grid__item {
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    padding: 0;
    box-sizing: border-box;
    text-align: center;

    /* IMPORTANT: start items at top so caption sits right under the logo */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* was center — change to flex-start */
    align-items: center;
  }

  /* consistent visual logo height for all logos on mobile */
  .five-logo-grid__logo {
    width: auto;           /* let width scale naturally (we'll cap height) */
    max-width: 100%;
    max-height: 64px;     /* cap height so all logos occupy same vertical space */
    height: auto;
    object-fit: contain;
    margin-bottom: 12px;
    display: block;
  }

  /* shrink only the 3rd and 4th logos a bit, but keep them inside the same max-height */
  .five-logo-grid__item:nth-child(3) .five-logo-grid__logo,
  .five-logo-grid__item:nth-child(4) .five-logo-grid__logo {
    max-width: 70%;       /* narrower visually */
    max-height: 64px;     /* keep same visual height as others to line up captions */
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .five-logo-grid__caption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
}

.testimonial-meta {
    color: #333632;
}

.button.white.is-underline.lowercase,
.button.white.is-underline.lowercase span {
    font-family: 'Jost', sans-serif;
	font-weight: 400;
}
.col-drop .col-inner {
  box-shadow: 0 4px 12px rgba(60, 84, 68, 0.15);
  transition: all 0.3s ease;
  cursor: default;
}
.col-drop .col-inner:hover {
  box-shadow: 0 8px 20px rgba(60, 84, 68, 0.3), 0 0 0 2px rgba(60, 84, 68, 0.1);
  transform: translateY(-3px);
  border-color: rgb(60, 84, 68) !important;
  cursor: default;
}

.cust-btn-duo {
	
	font-weight: 400;
}

/* ---------- CF7 minimal reset ---------- */
.wpcf7 * { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wpcf7 .wpcf7-form { margin: 0; padding: 0; }

/* ---------- Inputs / textarea base ---------- */
.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form input[type="tel"],
.wpcf7 .wpcf7-form textarea {
  width: 100%;
  display: block;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 16px 18px;          /* smaller padding */
  margin-bottom: 20px;         /* smaller gap between fields */
  font-size: 16px;             /* smaller font */
  line-height: 1.35;
  color: #222222;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: border-color 120ms ease, box-shadow 120ms ease;
  -webkit-appearance: none;
}

/* Input heights */
.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form input[type="tel"] {
  height: 56px;                /* reduced height */
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Textarea height */
.wpcf7 .wpcf7-form textarea {
  min-height: 160px;           /* reduced message box */
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

/* Placeholder style */
.wpcf7 .wpcf7-form ::placeholder {
  color: #8a8a8a;
  opacity: 1;
  font-size: 16px;
  font-family: inherit;
}

/* Focus state using your primary green */
.wpcf7 .wpcf7-form input:focus,
.wpcf7 .wpcf7-form textarea:focus {
  border-color: #bc9f34 !important;       /* primary green */
  box-shadow: 0 0 0 4px rgba(60,85,68,0.06);
}

/* Submit button — full width with brand gold */
.wpcf7 .wpcf7-form input[type="submit"],
.wpcf7 .wpcf7-form button[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 20px;          /* slimmer button */
  margin: 8px 0 0 0;
  background: #3c5444;         /* brand gold */
  color: #ffffff;
  border: none;
  font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 0;

}

/* Response messages spacing */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-mail-sent-ng {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 14px;
}

/* Autofill neutralization */
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #222 !important;
}

/* Small screens — scale down slightly */
@media (max-width: 480px) {
  .wpcf7 .wpcf7-form input[type="text"],
  .wpcf7 .wpcf7-form input[type="email"],
  .wpcf7 .wpcf7-form input[type="tel"],
  .wpcf7 .wpcf7-form textarea {
    padding: 12px 12px;
    font-size: 15px;
    height: 52px;
  }

  .wpcf7 .wpcf7-form textarea { min-height: 140px; }
  .wpcf7 .wpcf7-form input[type="submit"] { padding: 14px 12px; font-size: 17px; }
}

.col-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('/wp-content/uploads/2025/11/contact_us_img_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Activities Grid Styling */
.alampara-activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    max-width: 100%;
}

.activity-card {
    background: #fff;
    border: 1px solid #3c5444;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.activity-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.activity-price {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 8px 16px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1b1a;
    letter-spacing: 0.5px;
}

.activity-content {
    padding: 30px 25px 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: rgb(246, 245, 236);
}

.activity-title {
    font-family: 'Marcellus', serif;
    font-size: 30px;
    color: #1a1b1a;
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-weight: 400;
}

.activity-description {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    color: #1a1b1a;
    line-height: 1.6;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.activity-description p {
    margin: 0 0 10px 0;
}

.activity-description p:last-child {
    margin-bottom: 0;
}

.activity-button {
    display: inline-block;
    background: #bc9f34;
    color: #fff !important;
    padding: 12px 0;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.activity-button:hover {
    opacity: 0.9;
}

/* Tablet View */
@media (max-width: 1024px) and (min-width: 768px) {
    .alampara-activities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .activity-title {
        font-size: 32px;
    }
}

/* Mobile View */
@media (max-width: 767px) {
    .alampara-activities-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .activity-image {
        height: 280px;
    }
    
    .activity-content {
        padding: 25px 20px 30px;
    }
    
    .activity-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .activity-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .activity-button {
        padding: 14px 0;
        font-size: 12px;
    }
}

/* Water Sports Section Styling - New Classes */

.watersports-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.watersports-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3c5444;
}

.watersports-title {
    font-family: 'Marcellus', serif;
    font-size: 48px;
    color: #1a1b1a;
    margin: 0 0 10px 0;
    letter-spacing: 3px;
    font-weight: 400;
}

.watersports-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #3c5444;
    font-style: italic;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
}

.watersports-intro {
    font-family: 'Jost', sans-serif;
    font-size: 17.6px;
    color: #1a1b1a;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.watersports-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.watersports-heading {
    font-family: 'Marcellus', serif;
    font-size: 28px;
    color: #1a1b1a;
    margin: 0 0 25px 0;
    font-weight: 400;
}

/* Activities List Styling */
.watersports-list {
    background: rgb(246, 245, 236);
    padding: 0 30px;
}

.sport-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(60, 84, 68, 0.2);
}

.sport-item:last-child {
    border-bottom: none;
}

.sport-name {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3c5444;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
}

.sport-desc {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #1a1b1a;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}

.sport-price {
    font-family: 'Jost', sans-serif;
    font-size: 17.6px;
    color: #1a1b1a;
    font-weight: 500;
    display: block;
}

/* Timings Styling */
.watersports-timings {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.timing-box {
    background: rgb(246, 245, 236);
    padding: 25px;
    border: 1px solid #3c5444;
    border-left: 4px solid #bc9f34;
}

.timing-title {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3c5444;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.timing-info {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #1a1b1a;
    margin: 0 0 12px 0;
    font-style: italic;
}

.timing-hours {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    color: #1a1b1a;
    font-weight: 500;
    margin: 0;
}

/* Footer Note */
.watersports-footer {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(60, 84, 68, 0.2);
}

.watersports-gst {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #3c5444;
    font-weight: 500;
    margin: 0;
}

/* Tablet View */
@media (max-width: 1024px) and (min-width: 768px) {
    .watersports-title {
        font-size: 42px;
    }
    
    .watersports-content-grid {
        gap: 30px;
    }
}

/* Mobile View */
@media (max-width: 767px) {
    
    .watersports-header {
        margin-bottom: 35px;
        padding-bottom: 20px;
    }
    
    .watersports-title {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    .watersports-subtitle {
        font-size: 16px;
    }
    
    .watersports-intro {
        font-size: 16px;
    }
    
    .watersports-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .watersports-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .watersports-list,
    .timing-box {
        padding: 25px 20px;
    }
    
    .sport-item {
        padding: 12px 0;
    }
    
    .sport-price {
        font-size: 16px;
    }
    
    .timing-hours {
        font-size: 18px;
    }
}

.cta-home>* {
	
	border-radius: 5px;
	box-shadow: 10px 10px 8px rgba(32,27,61,.07);
	
}

/* Luxury Tents CSS - Add to Customizer */

.luxury-tents-grid {
    max-width: 1350px;
    margin: 0 auto;
}

.luxury-tent-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 80px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.luxury-tent-item.tent-reverse {
    direction: rtl;
}

.luxury-tent-item.tent-reverse > * {
    direction: ltr;
}

.room-gallery-wrapper {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.room-gallery {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-slide.active {
    opacity: 1;
    z-index: 1;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.gallery-nav:hover {
    background: #3c5444;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

.room-details-wrapper {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.room-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    margin: 0 0 20px 0;
}

.room-description {
    font-size: 17px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}

.room-amenities {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.amenity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.amenity-icon img {
    width: 30px;
    height: 30px;
    display: block;
}

/* Custom Tooltip */
.amenity-icon::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    margin-bottom: 8px;
    z-index: 100;
}

/* Tooltip Arrow */
.amenity-icon::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    margin-bottom: 3px;
    z-index: 100;
}

.amenity-icon:hover::after,
.amenity-icon:hover::before {
    opacity: 1;
}

.room-price-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    display: inline-block;
}

.room-price-row {
    margin-bottom: 30px;
}

.room-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 10px;
}

.price-from {
    font-size: 14px;
    color: #666;
}

.price-amount {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.price-gst {
    font-size: 14px;
    color: #666;
}

.room-actions {
    display: flex;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 15px 32px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-details {
    background: #3c5444;
    color: #fff;
}

.btn-details:hover {
    background: #2d3f33;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-booking {
    background: #bc9f34;
    color: #fff;
}

.btn-booking:hover {
    background: #a68a2d;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
    .luxury-tents-grid {
        padding: 40px 15px;
    }
    
    .luxury-tent-item {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }
    
    .luxury-tent-item.tent-reverse {
        direction: ltr;
    }
    
    .room-gallery-wrapper {
        min-height: 350px;
    }
    
    .room-details-wrapper {
        padding: 30px 20px;
    }
    
    .room-title {
        font-size: 28px;
    }
    
    .room-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn {
        width: 100%;
        padding: 14px 24px;
        font-size: 13px;
        text-align: center;
    }
    
    .gallery-nav {
        width: 50px;
        height: 50px;
    }
    
    .gallery-nav svg {
        width: 26px;
        height: 26px;
    }
    
    .gallery-prev {
        left: 15px;
    }
    
    .gallery-next {
        right: 15px;
    }
}