body {
    font-family: "Sarabun", sans-serif;
    background-color: #fefefe;
    color: #000;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@font-face {
    src: url(Marcellus-Regular.ttf);
    font-family: Marcellus;
}

/* testimonial-section */

.testimonial-section {
    position: relative;
    background: url("../images/pool.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-carousel-section {
    position: relative;
    background: url("../images/8.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-carousel-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.review-carousel-section .container {
    position: relative;
    z-index: 2;
}

/* Transparent Cards */

.review-carousel .card-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 25px;
    transition: all 0.4s ease;
    color: #fff;
    min-height: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.review-carousel .card-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

/* Text Styling */

.card-message {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    text-shadow: 0 4px 15px #000;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

/* testimonails-end */

/* Nav Buttons */

.review-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.review-carousel .owl-nav button {
    background: #fff !important;
    border: none;
    color: #c1a65e !important;
    font-size: 22px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.review-carousel .owl-nav button:hover {
    background: #c1a65e !important;
    color: #fff !important;
    transform: scale(1.1);
}

.review-carousel .owl-nav button span {
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 768px) {
    .review-carousel .card-item {
        padding: 30px 15px;
    }
    .card-message {
        font-size: 15px;
    }
}

.platform-logo {
    max-width: 30% !important;
    height: auto;
    margin: 0 auto 15px auto;
    display: block;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.platform-logo:hover {
    transform: scale(1.05);
}

.card-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    backdrop-filter: blur(6px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.card-message {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.card-title {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}

/* end */

.section-space {
    margin: 60px 0px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: Marcellus;
    color: #333;
    font-size: 2.2rem;
    text-transform: capitalize;
    padding: 10px 0px;
    font-weight: 500;
    line-height: 120%;
}

ul li {
    margin: 10px 0px 0px;
    font-family: "Poppins", sans-serif;
}

.bg-img .text-end span {
    font-size: 2em;
    font-weight: 600;
}

.banner-section {
    margin-top: -4px;
}

.banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wedding-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 4px;
    padding: 0 15px 6px !important;
    background: #699263;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
}

.honey-sli .owl-carousel .owl-nav button.owl-prev,
.honey-sli .owl-carousel .owl-nav button.owl-next:hover {
    background: #fff !important;
    border: 1px solid #699263 !important;
    color: #699263 !important;
}

.honey-sli .owl-carousel .owl-nav button.owl-prev,
.honey-sli .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #699263 !important;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

.honey-sli .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.honey-sli .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.sec-sli .owl-carousel .owl-nav button.owl-prev,
.sec-sli .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #699263 !important;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

.sec-sli .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.sec-sli .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.sec-sli .owl-carousel .owl-nav button.owl-prev:hover,
.sec-sli .owl-carousel .owl-nav button.owl-next:hover {
    background: #fff !important;
    color: #699263 !important;
    border: 1px solid #699263;
}

.sec-sli .owl-carousel .owl-nav i {
    font-size: 16px;
    transition: color 0.3s ease;
}

.test {
    padding: 0px 70px;
}

.testidiv {
    width: 100%;
    padding: 30px;
}

.test p {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 4px 2px 5px #699263;
    text-align: center !important;
    font-family: "Poppins", sans-serif;
}

.test h5 {
    text-transform: capitalize;
    font-weight: 600;
}

.test {
    padding: 0 30px;
}

.testidiv {
    margin: 0 auto;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.1);
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Optional: ensure image and text stay centered */

.testidiv img {
    display: block;
    margin: 0 auto;
}

details {
    position: relative;
}

details summary {
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: red;
}

details summary:focus {
    outline: none;
}

details[open] {
    display: block;
    padding-bottom: 25px;
    animation: open 0.2s linear;
}

details[open] summary {
    position: absolute;
    bottom: 0;
    left: 0;
}

details #open {
    padding-left: 5px;
    text-align: middle;
}

details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

details[open] #open {
    display: none;
}

details #close {
    display: none;
}

details[open] #close {
    display: block;
}

::-webkit-details-marker {
    display: none;
}

@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tv {
    width: 100%;
}

.ima-form {
    background-color: #e5ca9f;
    padding: 32px;
    border-radius: 8px;
    position: sticky;
    top: 10%;
}

.form-control {
    font-family: sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

footer.ima-footer {
    background-color: #74613c;
    padding: 30px 0 30px 0;
    color: #ffff;
    font-size: 1em;
    line-height: 1.4em;
}

footer h4 {
    font-size: 18px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

.ima-footer .telephone {
    margin-bottom: 15px;
    line-height: 22px;
}

.start-icon {
    list-style: none;
}

.start-icon li {
    float: left;
    margin-right: 10px;
}

.icons {
    background-color: #36444c;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.sticky {
    position: sticky;
    bottom: 0%;
    z-index: 999;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .form-group {
        margin-bottom: 6px;
    }
    .test {
        padding: 0px;
    }
    .testidiv {
        width: 100%;
        padding: 15px 20px;
    }
}

.navbar {
    position: sticky;
    top: 0%;
    padding: unset !important;
}

.experience_gallery_items {
    position: relative;
    overflow: hidden;
}

.experience_resort_gallery .col-xl-3,
.experience_resort_gallery .col-lg-3,
.experience_resort_gallery .col-md-6,
.experience_resort_gallery .col-12 {
    padding: 10px;
    /* adds horizontal + vertical gap between items */
}

.experience_gallery_items img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.experience_gallery_head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
    font-size: 1.1rem;
    opacity: 1;
    transition: all 0.4s ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.experience_gallery_head h6 {
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    text-shadow: 4px 2px 5px #699263;
    text-align: center;
    font-size: 18px;
}

.experience_gallery_items:hover img {
    transform: scale(1.05);
}

.content-section {
    padding: 28px 0px 0px 0px;
}

.read-more-wrapper {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    position: relative;
    text-align: center;
}

.read-more-container {
    overflow: hidden;
    max-height: 4.8em;
    /* ~3 lines */
    transition: max-height 0.5s ease;
    position: relative;
}

.read-more-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 1.6em;
    background: linear-gradient(to right, transparent, #fff);
    pointer-events: none;
}

.read-more-container.expanded {
    max-height: 1000px;
}

.read-more-inline {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    /* space between paragraph and Read More */
    color: #000000;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6;
}

.read-more-inline i {
    font-size: 16px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.read-more-inline:hover i {
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .read-more-wrapper {
        width: 90%;
    }
}

/* themed */

.themed-img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    width: 100%;
    height: auto;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .themed-img {
        max-width: 300px;
    }
}

.wedding-section {
    position: relative;
    overflow: hidden;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #699263;
    border-bottom: 1px solid #d1bfa9;
    padding: 20px 0px 7px 0px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab-buttons button {
    background: none;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15.2px;
    margin: 0 30px;
    position: relative;
    padding-bottom: 10px;
    transition: color 0.3s ease;
}

.tab-buttons button:hover {
    color: #fff;
}

.tab-buttons button.active {
    color: #ffff;
    font-weight: 600;
}

.tab-buttons button.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d6a85f;
}

.content-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.content-area img {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease;
}

.text-content {
    margin-top: 30px;
    max-width: 600px;
}

.text-content h2 {
    font-size: 1.6rem;
    color: #699263;
    letter-spacing: 1px;
}

.text-content p {
    margin-top: 15px;
    font-size: 1rem;
    color: #555;
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #699263;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: #fff;
    border: 1px solid #699263;
    color: #699263;
}

.arrow-left {
    left: 30px;
}

.arrow-right {
    right: 30px;
}

@media (max-width: 768px) {
    .tab-buttons button {
        margin: 10px 15px;
    }
    .arrow-btn {
        display: none;
    }
}

/* wedding-start */

.wedding-sec .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 94%;
    left: 4px;
    padding: 0 15px 6px !important;
    background: #699263;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
}

.wedding-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 94%;
    right: 4px;
    padding: 0 15px 6px !important;
    background: #699263;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
}

.services-carousel-section {
    position: relative;
    background: url("../images/8.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-carousel-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.services-carousel-section .container {
    position: relative;
    z-index: 2;
}

/* Carousel Items */

.services-carousel .item {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px 10px;
    transition: transform 0.4s ease, background 0.3s ease;
    color: #fff;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-carousel i {
    color: #ffffff;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.services-carousel .item:hover i {
    transform: scale(1.2);
}

.services-carousel .item h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 4px 2px 5px #699263;
    margin-top: 10px;
    font-family: "Poppins", sans-serif !important;
}

@media (max-width: 768px) {
    .services-carousel .item {
        min-height: 50px;
        padding: 30px 15px;
    }
    .services-carousel h5 {
        font-size: 16px;
    }
}

.pinterest-grid {
    column-count: 4;
    column-gap: 15px;
}

.pinterest-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pinterest-item img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pinterest-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */

@media (max-width: 1200px) {
    .pinterest-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .pinterest-grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .pinterest-grid {
        column-count: 1;
    }
}

.text-bg-section {
    position: relative;
    top: 50%;
    right: 0%;
    background: url("../images/pattern.png") no-repeat right center;
    background-size: contain;
    padding: 40px;
}

.text-bg-section p {
    position: relative;
    z-index: 2;
    color: #333;
}

.text-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    border-radius: 8px;
}

.text-pattern {
    position: relative;
    top: 50%;
    right: 0%;
    background: url("../images/pattern-2.png") no-repeat left center;
    background-size: contain;
    padding: 40px;
}

.text-pattern p {
    position: relative;
    z-index: 2;
    color: #333;
}

.text-pattern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    border-radius: 8px;
}

.touch-bg {
    position: relative;
    background: url("../images/gallery/1.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
    min-height: 300px;
}

@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.rounded {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.rank-span {
    font-size: 1.6rem;
    color: #699263;
}

.form-border {
    background-color: #6c7c63;
}

.cta-button {
    background-color: #699263 !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
    padding: 14px 30px;
}

.form-button {
    color: #471112;
    background: #fff;
    padding: 7px 0px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 19px;
    margin: 0.4em;
    display: inline-block;
}

.form-button:hover {
    background-color: #444444;
    color: #fff;
    border: 1px solid #444444;
}

.click-here {
    cursor: pointer;
    background: #699263;
    color: #fff;
    text-align: center;
    border: 1px solid #699263;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 2px;
    font-weight: 600;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}

.click-here:hover {
    background-color: #fff;
    border: 1px solid #699263;
    color: #699263;
}

/* end */

.mobile-view a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.mobile-view a i {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding-right: 3.2px;
}

.inclusion {
    text-align: left;
}

.content-section {
    padding: 28px 0px 0px 0px;
}

.ima-p-mb {
    display: none;
}

a {
    text-decoration: none !important;
    color: #fff;
}

/* For Mobile View Code */

.mobile-view a span {
    display: none;
}

@media only screen and (max-device-width: 768px) {
    .test p {
        font-size: 16px;
    }
    .awards li {
        width: 13.5%;
    }
    .test {
        padding: 2px;
    }
    .mobile-view a span {
        display: none;
    }
}

.btn {
    border-radius: 1px;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -34px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.honey-arrow .owl-nav button.owl-prev,
.honey-arrow .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #699263 !important;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

/* Add Font Awesome icons via pseudo-elements */

.honey-arrow .owl-nav button.owl-prev::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f053";
    /* fa-chevron-left */
}

.honey-arrow .owl-nav button.owl-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    /* fa-chevron-right */
}

/* Positioning */

.honey-arrow .owl-nav button.owl-prev {
    left: -25px;
}

.honey-arrow .owl-nav button.owl-next {
    right: -25px;
}

@media screen and (max-width:799px) {
    .text-content h2 {
        font-size: 1.2rem;
    }
    h1,
    h2,
    h3 {
        font-size: 1.5rem;
    }
    .click-here {
        font-size: 15px;
        padding: 9px 26px;
    }
}