a {
    color:#4A9094;
}
a:hover{
	color:#4A9094;
}
.tag-past-trips {
    position: relative;
}
.tag-past-trips .otm_post_loop > .elementor-element {
    opacity: 0.3;
}
.tag-past-trips:before {
    content: "past Trips";
    position: absolute;
    top: 30px;
    z-index: 1;
    right: 15px;
    display: inline-block;
    height: auto;
    text-align: right;
    background: #000000;
    width: auto !important;
    color: #fff;
    padding: 2px 10px;
    text-transform: capitalize;
}

.cst-accordions details[open] {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.main-img img{
	border-radius:0px 0px 220px 270px;
}

.cst-acc summary img {
    width: 40px;
}

.cst-acc details>:nth-child(2) {
    padding-left: 68px !important;
    padding-right: 10px;
}


.testimonial-section h3.author-name{
	font-family: "Cinzel";
}
.testimonial-section h4.author-bio,
.testimonial-section .item-content-wrapper>.item-content{
	font-family: "Poppins";
}
html:not(.jsload) .page-id-1440 .fertures_one .elementor-gallery__container > a {
    position: relative;
    left:unset;
    top:unset;
}
.ot_intro p strong {
    font-weight: 500;
}

.post-tags {
    display: none;
}

.comments-area h2.title-comments {
    font-family: 'Cinzel';
    font-size: 26px;
    font-weight: 700;
}

.comments-area h2#reply-title {
    font-family: 'Cinzel';
    font-size: 26px;
    font-weight: 700;
}

.comments-area .comment-form-comment textarea#comment {
    border: none;
    background: #4a90941a;
}

.comments-area form > p.comment-form-author, p.comment-form-email, p.comment-form-url {
    display: inline-block;
}

section.comments-area {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media(min-width: 1296px){
    .comments-area form > p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: calc(33% - 12px) !important;
}
}

@media(min-width: 1025px) and (max-width: 1295px){
    .comments-area form > p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: calc(33% - 13px) !important;
}
}

@media(min-width: 768px) and (max-width: 1024px){
    .comments-area form > p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: calc(33% - 14px) !important;
}
}

@media(max-width: 767px){
    .comments-area form > p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: 100% !important;
}
	section.comments-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}

.comments-area form > p.comment-form-author > input, p.comment-form-email > input, p.comment-form-url > input {
    border: none;
    background: #4a90941a;
}

.comments-area form > p.comment-form-author, p.comment-form-email{
    margin-right: 20px;
}

.comments-area p.form-submit {
    text-align: center;
}

.comments-area p.form-submit > input {
    background: #DAB074 !important;
    border: 1px solid #DAB074 !important;
    color: #000 !important;
    font-family: 'Cinzel';
    font-weight: 700;
}

.comments-area p.form-submit > input:hover {
    color: #fff !important;
}

.cst-control-h4 {
    margin-top: 50px;
    color: #4a9094;
    font-family: "Cinzel", Sans-serif;
    font-size: 28px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25em;
}

.page-id-9896 .page-header .entry-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 300px;
    font-family: "Cinzel", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25em;
    color:#fff;
    margin-top: 0;
}

.page-id-9896 .page-header:before {
    content: "";
    width: 100vw;
    height: 300px;
    display: block;
   background: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url('https://outmakingmemories.com/wp-content/uploads/2025/04/destination.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
@media(max-width: 575px){
    .page-id-9896 .page-header .entry-title{
        height: 200px;
        font-size: 32px;
    }
    .page-id-9896 .page-header:before {
        height: 200px;
    }
    .cst-control-h4{
        font-size: 20px !important;
        margin-top: 30px;
    }
}