.single-page-template,
.single-page-template a
{
    font-family: "Philosopher", Sans-serif !important;
    font-size: 18px;
}
.single-page-template .elementor-container
{
    max-width: 1200px !important;
}
.el-h2 h2
{
    font-size: 42px !important;
    font-weight: 700 !important;
}
.el-h5 h5
{
    font-size: 28px !important;
    font-weight: 700 !important;
}
.banner-main
{
    display: flex;
    align-items: center;
    min-height: 567px;
}
.section-panel h2 
{
    margin-bottom: 32px;
}
.section-panel:not(.section-form) ul
{
    list-style: none;
    margin-bottom: 8px;
}
.section-panel:not(.section-form) ul li
{
    font-weight: 700;
    display: flex;
    gap:8px;
    align-items: center;
}
.section-panel .left-col.bg-logo
{
    position: relative;
}
.section-panel .bg-logo:before
{
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    inset:0;
    opacity: 0.16;
    z-index: -1;
    background-image:url('/wp-content/themes/gowilds_child/img/sj-logo.png');
    background-size: 147px 158px;
    background-repeat: no-repeat;
    background-position: center;
}
.section-panel .wpcf7-form input.btn-custom
{
    display: flex !important;
    gap: 10px;
    align-items: center;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 16px !important;
    padding: 11px 20px !important;
    line-height: 27px !important;
    font-family: Philosopher, sans-serif !important;
}
.tks-label
{
    margin-bottom: 20px;
    color:#A72024;
    background-color: #F8EEEE;
    padding:4px 12px;
    border-radius: 30px;
    width:fit-content;
}
.follow-title 
{
    font-weight: 700;
    margin:40px 0px 16px;
}
.section-panel .el-image img 
{
    width:100%;
}
.section-panel:not(.section-form) .elementor-column-gap-default
{
    gap:62px;
}
.section-panel .el-meta 
{
    margin-bottom: 24px;
}
.section-panel ul:not(.country-list) li::before
{
    content:"";
    display: block;
    height:16px;
    width:16px;
    background-image:url('/wp-content/themes/gowilds_child/img/dot-list-icon.png');
}
.banner-main .el-title
{
    margin-bottom: 24px;
}
.banner-main .el-title h1
{
    font-size: 72px;
    font-weight: 700;
}
.banner-main .el-meta 
{
    font-size: 28px;
    margin-bottom:96px;
}
.banner-main .elementor-button
{
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding:13px 40px;
}
.banner-main .elementor-button:hover,
.section-panel .wpcf7-form input.btn-custom:hover
{
    background-color:#FEEBB4 !important;
    color:#A72024 !important;
}
.banner-main .elementor-button:hover svg *,
.section-panel .wpcf7-form input.btn-custom:hover svg *
{
    stroke:#A72024 !important;
}
.banner-main .elementor-button-content-wrapper
{
    gap:10px;
}
.journey-introduction .elementor-widget-heading
{
    margin-bottom: 48px;
}
.luxury-slider-container {
    margin: 0 auto;
    display: flex;
    gap: 0;
    background: #fff;
    position: relative;
    /* overflow: hidden; */
}

.luxury-slider-content {
    flex: 0 0 34%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
.ji-slider .luxury-slider-container
{
    margin-top: 100px;
}
.luxury-meta
{
    color: #A72024;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.luxury-main-title
{
    color: #212121;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.luxury-slide-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.luxury-slide-title::before
{
    flex-shrink: 0;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(/wp-content/themes/gowilds_child/img/dot-list-icon.png)
}

.luxury-description {
    margin-bottom: 24px;
}

.slider-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.feature-icon {
    color: #d4a574;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.view-more {
    color: #A72024;
    font-weight: 700;
    display: block;
    width:fit-content;
    position: relative;
    transition: all .3s linear;
}
.view-more:hover::after{
    width:100%;
    transition: all .3s linear;
}
.view-more:after{
    content:"";
    display: block;
    width:50%;
    height:2px;
    background-color: #A72024;
}

.slider-nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    gap: 12px;
    z-index: 10;
}
.nav-dot
{
    cursor: pointer;
}
.nav-dot:not(.active)
{
    opacity: 0.3;
    scale:0.8;
}
.slider-arrows {
    position: absolute;
    top: 50%;
    width: calc(100% + 152px);
    left: -76px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.arrow {
    width: 44px;
    height: 44px;
    border:1px solid #E4E4E4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    color: #4a1810;
    font-size: 20px;
    user-select: none;
}

.arrow:hover {
    background: #A72024;
    border-color: #A72024;
}
.arrow:hover path
{
    stroke:#fff !important;
}
.reverse-slider .luxury-slider-container
{
    flex-direction: row-reverse;
}
.reverse-slider .slider-nav
{
    left:0px;
}
.reverse-slider .content-wrapper
{
    transform: translate(-48px, -48px);
    
}

.only-once-slider .luxury-card-wrap::before
{
    background-image:url('/wp-content/themes/gowilds_child/img/card-bg-oo.jpg');
}
.banner-footer .elementor-heading-title
{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
}
.banner-footer .elementor-button-link  
{
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 15px 30px;
}
.section-panel .wpcf7-form textarea,
.section-panel .wpcf7-form .wpcf7-text
{
    background-color: white !important;
}
/* .luxury-slider-wrapper {
    padding: 60px 0;
    background: #fff;
}
.luxurySwiper {
    position: relative;
    padding: 40px 0;
}

.swiper-slide {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.swiper-slide-active {
    opacity: 1;
}
.luxury-image-wrapper {
    position: relative;
} */

.luxury-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    object-fit: cover;
    aspect-ratio: 792 / 525;
}
.luxury-navigation > div:after
{
    content:"" !important;
}
.luxury-navigation > div 
{
    height: 44px;
    width: 44px;
    padding: 12px;
    border: 1px solid #E4E4E4;
    border-radius: 100%;
}
.luxury-navigation > div:hover 
{
    background-color: #A72024;
    border-color:#A72024;
}
.luxury-navigation > div:hover path 
{
    stroke:white;
}
.luxury-navigation .swiper-button-prev
{
    left: -76px;
}
.luxury-navigation .swiper-button-next
{
    right:-76px;
}
.luxury-card-wrap {
    position: relative;
}

.luxury-card-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/01/bg-card.png');
    background-repeat: no-repeat;
    z-index: 0;
    background-size:cover;
}
.unfolds-slider .luxury-card-wrap::before
{
    background-image:url('/wp-content/themes/gowilds_child/img/card-bg-unfolds.jpg');
}
.luxury-card {
    position: relative;
    z-index: 1;
    background: white;
    padding: 48px;
    transform: translate(48px, -48px);
}
.luxury-slider-reverse .luxury-card
{
    transform: translate(-48px, -48px);

}
.luxury-pagination
{
    margin-top:32px;
    text-align: right;
}
.luxury-slider-reverse .luxury-pagination
{
    text-align: left;
}
.luxury-dot:not(.active)
{
    opacity: 0.3;
    scale:0.8;
}
.luxury-pagination > span:nth-child(n+2)
{
    margin-left:6px;
}
.luxurySwiper .right
{
    padding-bottom: 70px !important;
}
.luxurySwiper .left 
{
    padding-top: 100px !important;
}
@media(max-width:960px)
{
    .luxury-slider-container 
    {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap:40px;
        margin-top:40px;
    }
    .luxury-card,
    .luxury-slider-reverse .luxury-card
    {
        transform: translate(24px, -24px);
        padding-right: 24px;
    }
    .reverse-slider.unfolds-slider .luxury-card
    {
        transform: translate(-24px, -24px);
        padding-left:24px;
        padding-right: 16px;

    }
    .luxurySwiper .swiper-slide > .row  
    {
        flex-direction: column-reverse;
        max-width:100%;
    }
    .banner-main
    {
        background-position: center;
        background-size: cover !important;
    }
    .banner-main .el-title h1
    {
        font-size: 36px;

    }
    .banner-main .el-meta
    {
        font-size: 20px;
    }
    .banner-main .elementor-button
    {
        font-size: 16px;
        padding: 10px 28px;
    }
    .el-h2 h2
    {
        font-size: 28px !important;
        text-align: center;
    }
    .single-page-template
    {
        font-size: 16px;
    }
    .journey-introduction .elementor-widget-heading
    {
        margin-bottom: 24px;
    }
    .luxury-card
    {
        padding:16px;
    }
    .luxury-card .title-slider
    {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .slider-title
    {
        font-size: 18px;
        justify-content: center;
    }
    .luxury-label,
    .slider-description
    {
        text-align: center;
    }
    .view-more,
    .view-more:after
    {
        margin:auto;
    }
    .view-more
    {
        margin-bottom: 24px;
    }
    .reverse-slider .luxury-slider-container
    {
        flex-direction: column-reverse;
    }
    .tks-label
    {
        margin:0px auto 16px;
        font-size: 16px;
    }
    .section-panel h2
    {
        margin-bottom: 24px;
    }
    .section-panel .wpcf7-form input.btn-custom
    {
        margin:auto;
    }
    .banner-footer .elementor-heading-title
    {
        font-size: 22px;
    }
    .section-panel .left-col.bg-logo .el-content,
    .follow-title
    {
        text-align: center;
    }
    .luxury-navigation
    {
        display: none;
    }
    .luxurySwiper .right
    {
        padding-bottom: 0px !important;
    }
    .luxurySwiper .left
    {
        padding-top:0px !important;
    }
    .luxury-pagination
    {
        text-align: center !important;
    }
}
