/*************** Import Css **************/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import "fonts.css";

/* font-family: "Inter", sans-serif;   */
/* font-family: "Bebas Neue", sans-serif;   */

/********************* Header Css ******************/
.header-area{
    position: absolute;
    padding:50px 0px;
    left:0px;
    width:100%;
    z-index: 99;
}
.menu-links ul{
    margin:0px;
    list-style: none;
    padding:0px;
    display: flex;
    gap:45px;
}
.menu-links ul li a{
    font-family: "Bebas Neue", sans-serif;
    color:#fff;
    letter-spacing: 0.4px;
}
.menu-links ul li a:hover{
	color:#571A19
}
.menu-icon-area{
    gap:18px;
    cursor: pointer;
}
.menu-icon-area span{
    font-family: "Bebas Neue", sans-serif;
    color:#fff;
    letter-spacing: 0.4px;
}
.memu-area{
    gap:95px;
}
.navigation-area{
	position:fixed;
	top:0px;
	right:-100%;
	opacity: 1;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	max-width:380px;
	width:100%;
	height:100%;
	z-index:999;
	padding:80px 0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.navigation-area.active{
	right:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.navigation-area .menu-links ul{
	flex-direction:column;
	gap:0px
}
.navigation-area .menu-icon-area {
	margin-left:40px;
	margin-bottom:60px
}
.navigation-area .menu-links{
	display:block;
}
.navigation-area .menu-links ul li{
	padding:0px 40px;
	border-bottom:1px solid #fff
}
.navigation-area .menu-links ul li a{
	font-size:20px;
	line-height:27px;
	padding:10px 0px;
	display:block;
	width:100%;
}
.navigation-area .menu-links ul li a:hover{
	color:#571A19
}
.header-area.fixed_header{
	position:fixed;
	top:-100%;
	left:0px;
	padding:20px 0px;
	background-color:rgba(0,0,0,0.5)
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
}
.header-area.fixed_header .logo-area img{
	height:80px;
}
/********* Banner Area **********/
.banner-type-one{
    min-height:100vh;
    background-color: #571A19;
}
.banner-type-two{
    min-height:100vh;
    background-color: #571A19;
}
.banner-type-three .banner-content-area {
    position: absolute;
    width: 100%;
    left:0px;
    bottom:-40px;
}
.banner-type-four .banner-area {
    position: absolute;
    width: 100%;
    height:100%;
    top:0px;
    left:0px;
}
.banner-type-four{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 140px);
}
.banner-type-four .banner-content-area{
    text-align: center;
}
.banner-type-four  .banner-content{
    display:inline-block
}
.video-banner video, .image-banner .banner-area{
    height:calc(100vh - 140px)
}
.video-banner:before, .image-banner:before{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 80vh;
    content:'';
    background: transparent linear-gradient(0deg, #00000000 0%, #3C4853 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: 0.74;
}
.image-banner:before{
    height: 60%;
}
.video-banner video{
    top:0px;
    left: 0px;
    object-fit: cover;
}
.banner-type-one .banner-content-area{
    margin-top: -60px;
}
.banner-type-two .banner-content-area{
    margin-top: -140px;
}
.banner-content{
    z-index: 1;
}
.shadow-text {
    
    position: absolute;
    left: 14px;
    top: -10px;
    z-index: -1;
    background: transparent;
    opacity: 0.2;
    backdrop-filter: blur(40px);
    filter: blur(0px);
    background-clip: text;
    white-space: nowrap;
}
/********* Recomended Area **********/
.recomended-area{
    padding-top:85px;
    padding-bottom: 40px;
    background-color: #571A19;
}
.swiper-partner .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.swiper-partner .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    height: auto;
}
.recomended-area h4{
    margin-bottom: 30px;
}
/********* About Us **********/
.about-us{
    padding-top:40px;
    background-color: #571A19;
}
.light-content h5{
    color:#fff
}
.light-content h2{
    color:#EFC595;
}
.light-content p{
    color:#fff
}
.about-us-image img{
    height:100%;
    object-fit: cover;
}
/******* Excurtion Area **********/
.excurstion-area-bottom{

    padding-bottom: 15px !important;
}
.excurstion-area{
    padding-top: 95px;
    padding-left: 200px;
    padding-bottom: 165px;
}
.excurstion-area .container{
    max-width: 100%;
    padding:0px
}
.excurtion-content p{
    margin-bottom: 60px;
}
.excurtion-content{
    max-width: 615px;
}
.each-excurtion-slide{
    background-color: #fff;
    border-top:10px solid #912929;
    box-shadow: 10px 10px 30px #0000001A;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.each-excurtion-slide h3{
    padding:15px 27px 0px;
    margin-bottom: 30px;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.each-excurtion-slide h3 a{
    color:inherit
}
.excurtion-slide-content-holder{
    padding:30px 27px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.excurtion-slider-area{
    padding-left: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
.excurtion-image img{
    width:100%;
    height:280px;
    object-fit: cover;
}
.excurtion-slide-content-holder p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 50px;
}
.excurtion-slider-area .swiper{
    overflow: visible;
}
.excurtion-content .swiper-pagination{
    bottom:31px;
    text-align: left;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #912929;
}
/************** Footer Area ***********/
.footer-area{
    padding-top: 165px;
    background-color: #571A19;
    background-image: url('../images/footer-bg-image.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-logo {
    left:50%;
    transform:translateX(-50%);
    top:-100px
}
.footer-menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    row-gap: 20px;
}
.footer-menu ul li {
    width: 50%;
    text-align: right;
}
.footer-menu ul li a{
    font-size: 18px;
    line-height: 24px;
    color:#fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.footer-menu ul li a:hover{
    color: #EFC595;
    border-bottom: 1px solid #EFC595;
}
.footer-phone-number{
    margin-bottom: 6px;
}
.footer-phone-number a{
    font-family: "Bebas Neue", sans-serif;
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase;;
}
.footer-phone-number a:hover{
    color:#fff
}
.footer-bottom-area{
    padding-top: 85px;
}
.footer-mail a{
    color:#fff
}
.footer-mail a:hover{
    color:#EFC595;
}
.footer-address a{
    color:#fff;
    display: inline-block;
}
.footer-address a:hover{
    color:#EFC595;
}
.footer-left-content ul{
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    column-gap: 30px;
    margin-bottom: 10px;
}
.footer-left-content ul li a{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    position: relative;
}
.footer-left-content ul li a:hover{
    color:#EFC595;
}
.footer-left-content ul li:not(:last-child) a:after{
    position: absolute;
    height:20px;
    width:1px;
    content:'';
    top:0px;
    right:-15px;
    background-color: #707070;
}
.copy-right-text p{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-bottom-area{
    padding-bottom: 170px;
}
/****** Excurtion Page ***********/
.advanture-begins{
    background-color: #571A19;
    background-image: url('../images/bg-image-2.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.adventure-begins-content{
    padding-top: 50px;
}
.each-type-of-excurtion{
    padding:90px 0px;
    background-color: #fff;
}
.type-gallery .row{
    margin:0px -10px;
}
.type-gallery .row> div{
    padding:0px 10px
}
.large-image img{
    width:100%;
    height:590px;
    object-fit: cover;
}
.half-image img{
    height:285px;
    width:100%;
    object-fit: cover;
}
.type-of-excurtion-content h2{
    margin-bottom: 25px;
}
.type-of-excurtion-content a.common-button{
    margin-top: 55px;
}
.types-of-excurtion .each-type-of-excurtion:nth-child(even){
    background-color: #F5F1EF;
}
.types-of-excurtion .each-type-of-excurtion:last-child{
    padding-bottom: 170px;
}
.adventure-begins-image img{
   object-fit: cover;
}
.adventure-begins-content  h2{
    margin-bottom: 35px;
}
.adventure-begins-content  h5{
    margin-bottom: 5px;
}
/******* Dine and Shop ******/
.dine-and-shop-blocks{
    padding:130px 0px;
}
.each-dine-and-shop-block-image img{
    height:335px;
    object-fit: cover;
}
.each-dine-and-shop-block-content{
    padding:37px 33px;
    background-color: #fff;
}
.each-dine-and-shop-block-content h3 a{
    color:inherit
}
.each-dine-and-shop-block-content table tr td{
    padding: 12px 0px;
}
.each-dine-and-shop-block-content table tr td:first-child{
    font-size: 20px;
    line-height: 20px;
    font-family: "Bebas Neue", sans-serif;
    color:#912929;
    font-weight:500;
}
.each-dine-and-shop-block-content table tr td:last-child{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding-left: 15px;
}
.each-dine-and-shop-block-content table tr{
    border-bottom:1px solid #EFC595;
}
.each-dine-and-shop-block-content table tr:last-child{
    border:0px
}
.each-dine-and-shop-block-content a.common-button{
    margin-top: 45px;
}
.each-dine-and-shop-block{
    border-bottom:13px solid #912929;
    box-shadow: 10px 10px 30px #0000001A;
    height: 100%;
    background-color: #fff;
}
.each-dine-and-shop-block-content h3{
    margin-bottom: 15px;
    letter-spacing: -0.04px;
}
.dine-and-shop-blocks .row{
    margin: 0px -10px;;
}
.dine-and-shop-blocks .row > div{
    padding:0px 10px
}
.shop-area{
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 170px;
}
.shop-area-content h2{
    width: calc(100% + 10px);
    letter-spacing: -0.04px;
}
.shop-area-content a.common-button{
    margin-top: 30px;
}
/*********** Partnership Area ***********/
.pertneship-area{
    padding:90px 0px
}
.pertnership-content-holder{
    max-width: 890px;
    margin-bottom: 70px;
}
.pertnership-content-holder h3{
    font-size: 33px;
    line-height: 29px;
    color:#912929;
    margin-bottom: 10px;
}
.pertnership-content-holder h2{
    margin-bottom: 35px;
}
.pertnership-content-holder p{
    padding:0px 35px
}
.partner-slider-wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.partner-slider-wrapper .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 35px;
    height: auto;
}
.partner-area-button{
    margin-top: 50px;
}
/******** Crab House *********/
.die-and-shop-block-details{
    padding:90px 0px 180px
}
.die-and-shop-block-details-image{
    margin-left: 150px;
    margin-right: 8px;
}
.die-and-shop-block-details-gallery{
    gap:20px;
    margin-top: 20px;
}
.die-and-shop-block-details-image{
    width:calc(100% + 15px)
}
/******** News Area ********/
.news-block-area{
    padding-top: 110px;
    padding-bottom: 180px;
}
.news-block-heading-area p{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.each-news-blocka-area{
    background-color: #fff;
    border-bottom:13px solid #912929;
    box-shadow: 10px 10px 30px #0000001A;
}
.each-news-block-content{
    padding:37px 35px;
}
.each-news-block-content h3{
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.each-news-block-content h3 a{
    color:inherit
}
.date-holder{
    font-size: 14px;
    line-height: 19px;
    height:34px;
    margin-bottom: 20px;
}
.each-news-block-content p{
    min-height:225px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.each-news-block-image img{
    height:336px;
    object-fit: cover;
}
.news-block-heading-area{
    margin-bottom: 75px;
}
.news-block-area .row{
    row-gap:40px;
    margin:0px -10px;
}
.news-block-area .row > div{
    padding: 0px 10px;
}
.load-more-button{
    margin-top: 100px;
}
.load-more-button a img{
    transition: all 0.5s;
    margin-left: 5px;
}
.load-more-button a:hover img{
    filter: invert(1) brightness(0);
    transition: all 0.5s;
}
/********** Faq Area ***********/
.faq-content-wrapper{
    max-width: 1260px;
}
.faq-heading{
    max-width: 840px;
    margin-bottom: 105px;
}
.faq-area{
    padding:125px 0px 180px
}
.accordion {
    list-style: none;
    padding: 0px;
}
.accordion>li{
    margin-bottom: 20px;
}
.accordion>li>span {
    display: block;
    padding: 19px 45px 19px 28px;
    background: url(../images/img/down-arrow.jpg) #fff no-repeat 98%;
    cursor: pointer;
	font-family: "Bebas Neue", sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:27px;
	color:#571A19;
    text-transform: uppercase;
    border-radius:5px;
}
.accordion>li>div {
    list-style: none;
    display: none;
    overflow: auto;
	font-weight:300;
	font-size:18px;
	line-height:29px;
	color:#000000;
    margin-top: 12px;
    padding:40px 50px;
    background-color: #fff;
    border-radius:5px;
}
.accordion li>span.active {
    background: url(../images/img/up-arrow.png) #fff no-repeat 98%;
}
.load-more-button a.common-button{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
}
/************ Excurtion Category ************/
.excurtion-block-category-wrapper{
    padding: 125px 0px 180px;
}
.excurtion-block-category-wrapper-heading-area{
    max-width: 900px;
}
.excurtion-block-category-wrapper-heading-area p{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 60px;
}
.each-excurtion-block-image .time{
    bottom:15px;
    left:50px;
    color:#fff;
    font-size: 18px;
    line-height: 24px;
    z-index: 2;
}
.each-excurtion-block-image .time img{
    filter: invert(1) brightness(100);
    margin-right: 10px;
}
.each-excurtion-info-box{
    background-color: #fff;
    padding: 50px;
}
.each-excurtion-upper-content-left p, .each-excurtion-upper-content-right p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
}
.each-excurtion-upper-content-left h5, .each-excurtion-upper-content-right h5{
    margin-bottom: 5px;
}
.each-excurtion-upper-content .row{
    margin:0px -20px
}
.each-excurtion-upper-content .row > div{
    padding:0px 20px
}
.each-excurtion-upper-content-right .each-info:not(:last-child){
    margin-bottom: 25px;
}
.each-excurtion-info-box h3{
    margin-bottom: 35px;
}
.each-excurtion-upper-content{
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EFC595;
}
.each-excurtion-bottom-content p{
    font-size: 16px;
    line-height: 20px;
    margin:0px;
}
.learn-more-button{
    margin-top:60px
}
.each-excurtion-bottom-content {
    gap:30px
}
.each-excurtion-block{
    border-bottom: 13px solid #912929;
    box-shadow: 10px 10px 30px #0000001A;
    height:100%;
    background-color: #fff;
}
.excurtion-block-category-wrapper-heading-area{
    margin-bottom: 90px;
}
.each-excurtion-block-image:before{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height: calc(100% - 100px);
    content:'';
    background: transparent linear-gradient(0deg, #00000000 0%, #3C4853 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.38;
    z-index: 1;
    transform: rotate(180deg);
}
.excurtion-block-category-wrapper > .container > .row{
    row-gap: 60px;
}
.each-excurtion-block-image > a > img{
    width: 100%;
}
.excurtion-details-info{
    background-color: #fff;
    border-bottom: 13px solid #912929;
    box-shadow: 10px 10px 30px #0000001A;
    padding:75px;
    margin-bottom: 70px;
}
.excurtion-details{
    padding: 85px 0px 185px;
}
.excurtion-details-info-left{
    max-width: 720px;
}
.excurtion-details-info-right .each-info h3{
    margin-bottom: 5px;
}
.excurtion-details-info-right .each-info:not(:last-child){
    margin-bottom: 50px;
}
.excurtion-details-info-right{
    max-width: 492px;
    margin-left: auto;
}
.excurtion-details-info .col-lg-7{
    border-right:1px solid rgba(112,112,112,0.5)
}
.faq-inject{
    margin-top: 115px;
}
.faq-inject h2{
    text-align: center;
    margin-bottom: 50px;
}
/****** About Us ******/
.our-strory-area{
    padding: 75px 0px;;
}
.our-story-heading{
    max-width: 1045px;
    margin-bottom: 100px;
}
.our-story-heading  h2{
    margin-bottom: 30px;
}
.our-story-heading h5{
    margin-bottom: 0px;
}
.each-video-holder video{
    width:100%;
    display: none;
}
.each-video-holder .thumbnail {
    width: 100%;
    cursor: pointer;
}
.each-video-holder .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 141px;
    height: 141px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #00000029;
    border-radius: 71px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-button img{
    margin-left: 10px;
}
.our-community-area{
    padding-top: 310px;
    background-color: #571A19;
    padding-bottom: 120px;
    margin-top: -275px
}
.our-communit-content  p:last-child{
    margin: 0px;
}
.our-story-area{
    background-position: top center;
    padding-top: 170px;
    padding-bottom: 240px;
}
.our-story-content{
    max-width: 660px;;
}
.our-story-content h5{
    margin-bottom: 20px;
}
.our-story-content h2{
    margin-bottom: 25px;
}
.divider{
    width:170px;
    height:3px;
    background-color: #912929;
    margin:55px 0px
}
.timeline-area{
    padding: 155px 0px 195px;
    background-color: #fff;
}
.each-timeline-content h2{
    color:#912929;
    font-size: 145px;
    line-height: 110px;
    letter-spacing: -1.89px;
    font-weight: 800;
    font-family: 'TGS Perfect Condensed';
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
}
/* .each-timeline-content h2:after{
    width: 100%;
    height: 108px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: #EFC595;
    opacity: 0.34;
    content:'';
    position: absolute;
    left:0px;
    bottom:0px;
    clip-path: path("M50,10 C90,-10 190,0 210,40 C230,80 190,120 100,110 C20,100 0,70 20,30 Z");
    z-index: -1;
} */
 .year-bg{
    bottom:45px;
    z-index: -1;
 }
.each-timeline-content h5{
    margin-bottom: 45px;
}
.each-timeline-content h3{
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 0px;
}

.timeline-area .swiper-pagination-bullet {
    position: relative;
    width: 130px;
    height: auto;
    text-align: center;
    border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
}
.timeline-area .swiper-pagination-bullet em {
    font-size: 26px;
    line-height: 35px;
    font-family: "Bebas Neue", sans-serif;
    color: #EFC595;
    font-style: normal;
    display:inline-block;
    padding-bottom: 30px;
}
.timeline-area .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 6px;
    border-radius:100px;
    background-color: #EFC595;
}
.timeline-area .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left:  0;
    z-index: 2;
    width: 0%;
    height: 6px;
    border-radius:100px;
    background-color: #912929;
}
.timeline-area .swiper-pagination-bullet-active {
    background-color: transparent;
}
.timeline-area .swiper-pagination-bullet-active b {  
    animation-name: countingBar;
    animation-duration: 10s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate ;
    animation-fill-mode:forwards;
}

@keyframes countingBar {
    0% {width: 0;}
    100% {width:100%;}
}
.timeline-slider{
    margin-bottom: 100px;
}
.year{
    width: max-content;
}
.banner-type-three:before{
	opacity:1;
}
.blog-post-sec{
	padding:130px 0px 180px;
}
.blog-post-img{
	margin-bottom:50px;
}
.career-banner{
	height:calc(100vh - 230px);
	position:relative
}
.career-banner:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:calc(100% - 35px);
	content:'';
	background: transparent linear-gradient(0deg, #00000000 0%, #3C4853 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.73;
}
.career-content{
	padding:140px 0px 160px
}
.career-content-wrapper h1{
	font-size: 120px;
    line-height: 100px;
	color:#912929;
	margin-bottom: 5px;
}
.career-content-wrapper h2{
	margin-bottom:60px
}
.career-content-wrapper{
	max-width:950px;
}
.career-form{
	max-width:1260px;
	padding:60px 60px 85px 60px;
	border-bottom:13px solid #912929;
	background:#fff;
	margin-top:90px;
}
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input+label{
	font-size: 20px !important;
    max-width: max-content !important;
	font-family: "Bebas Neue", sans-serif;
	color:#912929 !important
}
.gfield_radio{
	display:flex;
	justify-content:space-between
}
.ginput_container_radio{
	padding-bottom:30px;
	border-bottom:1px solid #EFC595
}
.contact-content-left [type="radio"]:checked,
.contact-content-left [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.contact-content-left [type="radio"]:checked + label,
.contact-content-left [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.contact-content-left [type="radio"]:checked + label:before,
.contact-content-left [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 25px;
    height: 25px;
    border: 2px solid #EFC595;
    border-radius: 100%;
    background: #fff;
}
.contact-content-left [type="radio"]:checked + label:after,
.contact-content-left [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #912929;
    position: absolute;
    top: 2.6px;
    left: 4.4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-content-left [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.contact-content-left [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield select.large{
	font-size: 18px !important;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 100% !important;
	border:0px !important;
	border-bottom:1px solid #EFC595 !important;
	width:100% !important;
	padding-left:0px !important;
	padding-right:0px !important;
	color:#000;
	background:transparent
}
.gform_wrapper.gravity-theme .gfield textarea{
	font-size: 18px !important;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 100% !important;
	border:0px !important;
	border-bottom:1px solid #EFC595 !important;
	width:100% !important;
	padding-left:0px !important;
	padding-right:0px !important;
	height:180px !important;
	resize:none !important;
	color:#000
}
.gchoice.gchoice_1_7_1 label{
	font-size:14px !important;
}
.gfield_checkbox  label {
  	position: relative;
  	cursor: pointer;
	display: flex !important;
    align-items: flex-start !important;
}

.gfield_checkbox  label:before {
  	content:'';
  	-webkit-appearance: none;
  	background-color: transparent;
  	border: 1px solid #707070;
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  	padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
    top: 5px;
}

.gfield_checkbox  input:checked + label:after {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 7px;
  	left: 9px;
  	width: 6px;
  	height: 14px;
  	border: solid #91C0C1;
  	border-width: 0 2px 2px 0;
  	transform: rotate(45deg);
}
.gfield_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none !important;
    cursor: pointer;
}
.gform-footer{
	display: inline-flex !important;
    position: relative;
	margin-top:50px !important;
	padding:0px !important;
	margin-bottom:0px !important
}
.gform-footer{
	overflow:hidden;
}
.gform-footer:before{
	content:url('../images/arrow-left-circle-fill.png');
	position: absolute;
    right: 15px;
    top: 9px;
	z-index:1;
}
.gform-footer input.gform_button{
	background-color: rgb(145, 41, 41);
    color: rgb(255, 255, 255);
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    line-height: 27px;
    text-transform: capitalize;
    display: inline-block;
    min-width: 225px;
    text-align: left;
    position: relative;
    padding: 16px 24px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
	border:0px;
}
/*.gform-footer::before {
	background: #fff;
	content: "";
	height: 155px;
	opacity: 0;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	width: 50px;
	transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}*/
.gform-footer::after {
	background: #fff;
	content: "";
	height: 20rem;
	opacity: 0;
	position: absolute;
	top: -120px;
	transform: rotate(35deg);
	transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 4rem;
}
.gform-footer::after {
	left: -100%;
}

.gform-footer:hover::after {
	left: 200%;
	opacity: 0.6;
}
.gform_wrapper.gravity-theme .gform_fields{
	row-gap:20px;
}
.contact-info-wrapper{
    padding:80px 60px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -135px;
    position: relative;
    z-index: 1;
}
.contact-content-right{
    max-width: 250px;
    margin-left: auto;
}
.contact-content-right h3{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-info-content p a{
    color:inherit;
    display: inline;
}
.contact-info-content p a:hover{
    color:#912929
}
.contact-info{
    padding-bottom: 165px;
}
.contact-info-content p a.phone-neumber{
	font-family: "Bebas Neue", sans-serif;
	font-size:24px;
	line-height:32px;
	color:#912929
}
.contact-info-content p{
	margin-bottom:3px;
}
:focus{
	outline:none;
}
.gform_title{
	margin-bottom:40px;
}
.rmp_menu_trigger{
	display:none !important;
}
.newsletter-area form{
	display:flex;
	flex-wrap:wrap;
	gap:17px;
}
.newsletter-area .gform-footer{
	margin:0px !important
}
.newsletter-area .gform-footer input.gform_button{
	min-width:150px;
	text-align:center;
	background-color: #FFFFFF;
	color:#571A19;
	padding: 10px 24px;
	margin-bottom:0px !important;
}
.newsletter-area .gform_wrapper.gravity-theme .gfield input.large{
	color:#fff !important
}
.newsletter-area .gform-footer:before{
	display:none;
}
.newsletter-area .gform-body.gform_body{
	min-width:365px;
}
.newsletter-area  h2{
	margin-bottom:30px;
}
.ship-content{
	padding:130px 0px 165px
}
.ship-content .each-timeline-content{
	max-width:1100px;
	margin:0px auto 90px
}
.tribe-events-calendar-month__header{
	background:#912929 !important;
	border-radius:5px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop{
	font-size:18px;
	line-height:24px;
	color:#F3ECE2;
	text-align:center;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
    margin: 0;
    background: #fff;
	border-radius:5px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header tr {
    justify-items: center !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body{
	border-radius:20px !important;border:0px !important
}
.ship-content .container{
	max-width:1375px;
}
.tribe-common .tribe-common-l-container{
	max-width:100% !important
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week{
	border-color:#EFC595 !important
}
.tribe-events-calendar-month{
	background:#fff
}
.tribe-events-calendar-month__header-column-title-mobile{
	color:#fff
}
.tribe-common .tribe-common-l-container {
    padding:30px 0px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3, .tribe-events .tribe-events-calendar-month__day-date-daynum, .tribe-events-c-top-bar__datepicker-time{
    color:#571A19;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover{
    background:#571A19 !important;
}

/* submenu */
/* Ocultar submenú por defecto */
.menu-links ul .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 6px;
  z-index: 99;
}

/* Mostrar al hacer hover */
.menu-links ul li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Ajuste de links del submenu */
.menu-links ul .sub-menu li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.menu-links ul .sub-menu li a:hover {
  background: #f2f2f2;
}

/* === Arrow para items con submenú === */
.menu-links ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px; /* espacio para la flecha */
}

/* Flecha */
.menu-links ul li.menu-item-has-children > a::after {
  content: "▼"; /* flecha */
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

/* Rotar la flecha cuando se abre */
.menu-links ul li.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.partner-slider-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
