@import url('../css/font-styles.css');


:root {
  --banner-height: 0px; /* Default */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix{
	display:block;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    overflow-x: hidden;
    color: #03182d;
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	color: #151f6d;
	font-weight: 800;
    line-height: 1.3;
	font-family: "Eudoxus Sans", serif;
}
h1 {
	font-size: 50px;
    color: #151f6d;
}
h2 {
	font-size: 35px;
    color: #151f6d;
}
h3 {
	font-size: 25px;
    color: #151f6d;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
    color: #151f6d;
}
h2.line::after,
h3.line::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffb400;
  margin: 8px auto 0;
  border-radius: 10px;
}
p {
	font-family: 'Poppins', sans-serif;
	color: #03182d;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
main ul, main ol {
    padding: 10px 0 10px 30px;
}
a {
    text-decoration: none;
    color: #ffb400;
    transition-duration: 0.3s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fe8f1d;
}
b, strong {
    font-weight: 600;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.position-fixed {
    position: fixed !important;
}
.rounded-img {
    border-radius: 15px;
}
.icon-img {
    margin-bottom: 20px;
}
.img-caption {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
::selection{
    color: #fff;
    background: #70b5d5;
}
.otgs-development-site-front-end {
    display: none;
}
@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
.white-text,
.white-text p,
.white-text a {
    color: #ffffff;
}
.white-text a:hover {
    color: #fe8f1d;
}


.medium-icon .vc_single_image-img {
    max-height: 70px;
    width: auto;
}
.vc_btn3,
.btn {
    font-family: 'Poppins', serif;
    letter-spacing: 1px;
}
.btn,
.vc_btn3.vc_btn3-style-custom {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 20px;
    background: #ffb400 !important;
    border-color: #ffb400 !important;
    color: #151f6d !important;
    background-image: none !important;
}
.btn:hover,
.vc_btn3.vc_btn3-style-custom:hover {
    background: #70b5d5 !important;
    border-color: #70b5d5 !important;
    color: #fff !important;
}

.vc_btn3-inline {
    margin: 10px;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 10px !important;
}

.green .vc_btn3 {
    background: #393f36 !important;
    border-color: #393f36 !important;
    color: #e8ded3 !important;  
    border: none;
}
.green .vc_btn3:hover {
    background: #616b5c !important;
    border-color: #616b5c !important;
    color: #fff !important;
}
.gold .vc_btn3 {
    border-color: #9c8365 !important;
    color: #fff !important;
}
.gold .vc_btn3.vc_btn3-style-outline {
    color: #9c8365 !important;  
    border-color: #9c8365 !important;
}
.gold .vc_btn3.vc_btn3-style-outline:hover {
    background: #9c8365 !important;
    border-color: #9c8365 !important;
    color: #fff !important;
}

.no-bottom-margin main {
    padding-bottom: 0px;
    margin-bottom: -50px;
}

.center {
    text-align: center;
}
dt {
    font-weight: 600;
}



.logo-bg {
    background-image: url(../images/logo-bg-light.svg?v=1);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}
.home .logo-bg,
.page-id-10 .logo-bg {
    padding-top: 180px;
    margin-top: -192px;
}
@media (max-width: 1200px) {
    .home .logo-bg {
        padding-top: 310px;
        margin-top: -332px;
    }
}
@media (max-width: 768px) {
    .home .logo-bg {
        padding-top: 320px;
        margin-top: -355px;
    }
}


/*---------------------
  Sroll bars 
-----------------------*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
 }
/* Track */
 ::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff; 
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 15px;
    border-radius: 10px;
    background: #fe8f1d; 
 }

 .offcanvas-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 15px;
    border-radius: 10px;
    background: #fe8f1d; 
 }
 .offcanvas-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
 }






/*---------------------
  Header Section
-----------------------*/
.home-page-banner,
.page-banner {
    position: relative;
    margin-bottom: 100px;
    background: #70b5d5;
    z-index: 1;
}
.page-banner {
    min-height: 400px;
    padding: 150px 0 0 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
}
@media (max-width: 1165px) {
    .page-banner {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 97%);
    }
}
@media (max-width: 992px) {
    .page-banner {
        min-height: 300px;
        padding: 100px 0 0 0px;
    }
}
@media (max-width: 576px) { 
    .page-banner {
        min-height: 200px;
        padding: 40px 0 0 0px;
    }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 58, 44, 0.46);
    z-index: 1;
}

.page-title {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.page-subtitle {
    color: #e8ded3;
    position: relative;
    z-index: 2;
}
@media (max-width: 992px) {
    .page-title {
        font-size: 40px;
    }
}
@media (max-width: 576px) { 
    .page-title {
        font-size: 30px;
    }
}


/*---------------------
  Top Menu
-----------------------*/
/*-- body.home  --*/

body.home #header-nav {
    position: fixed !important;
    top: var(--banner-height);
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.3s ease;
}
@media (min-width: 1295px) {
    body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #ffffff;
    }
    body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
    body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        color: #ffb400;
    }
}


#mega-menu-wrap-primary.mega-stuck,
#mega-menu-wrap-primary.mega-stuck #mega-menu-primary {
    background: #fff;
    transition: background 0.5s, transform 0.25s ease-in-out;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
    box-shadow: 0 3px 6px #0000001d;
}

.mega-menu-primary-mobile-open #mega-menu-wrap-primary.mega-stuck #mega-menu-primary {
    background: #03182d;
}

@media (min-width: 1295px) {
    body.home #mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #03182d;
    }
} 

 
/** Sticky menu item hover styling **/
body.home #mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #ffb400;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link.mega-menu-logo {
    background: none;
}

/** Logo change **/
.mega-home-logo {
    display: none !important;
}
body.home .mega-full-logo {
    display: none !important;
} 
body.home .mega-home-logo {
    display: inline-block !important;
} 
#mega-menu-wrap-primary.mega-sticky #mega-menu-primary li.mega-menu-item.mega-hide-when-sticky.mega-home-logo {
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    font-weight: 600;
}
@media (max-width: 1295px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        text-align: center;
    }
    body.home .mega-home-logo {
        display: none !important;
    } 
    .mega-full-logo {
        display: none !important;
    } 
}

.btn-menu-booknow {
    margin: 30px 0 0 0 !important;
}
#mega-menu-wrap-primary.mega-sticky .btn-menu-booknow {
    margin: 20px 0 0 0 !important;
}
#mega-menu-wrap-primary.mega-sticky .btn-menu-booknow a.mega-menu-link,
.btn-menu-booknow a.mega-menu-link {
    border-color: #ffb400 !important;
    background: #ffb400 !important;
    color: #03182d !important;
}
#mega-menu-wrap-primary.mega-sticky .btn-menu-booknow a.mega-menu-link:hover,
.btn-menu-booknow a.mega-menu-link:hover {
    background: #70b5d5 !important;
    border-color: #70b5d5 !important;
    color: #fff !important;
}
body.home .btn-menu-booknow a.mega-menu-link:hover {
    background: #70b5d5 !important;
    border-color: #70b5d5 !important;
    color: #fff !important;
}

@media (max-width: 1295px) {
    .btn-menu-booknow {
        margin: 0 0 5px 0 !important;
    }
    #mega-menu-wrap-primary .btn-menu-booknow a.mega-menu-link {
        margin: 0 auto !important;
        border-color: #ffb400 !important;
        background: #ffb400 !important;
        color: #03182d !important;
        width: 160px !important;
        border-radius: 5px !important;
    }
}



/*---------------------
  Home Page
-----------------------*/
#homecontent {
    background: url(../images/home-bg-top.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.facilities-home h2 {
    font-size: 30px;
    font-weight: 800;
}
.sports-home {
    color: #03182d;
}
.sports-home h2,
.sports-home h2 a {
    font-size: 14px;
    font-weight: 600;
    color: #03182d;
    text-align: center;
}
.sports-home h2::after {
    display: none;
}
.sports-home .wpcp-ticker img {
    max-height: 50px !important;
    width: auto;
    margin: 0 auto 10px auto;
}
.sports-home #wpcp-preloader-42 {
    background: none !important;
}
.sports-home .sp-wpcp-wrapper {
    margin: 0 auto;
}
.home-header-bottom {
    background-image: linear-gradient(180deg,rgba(112, 181, 213, 1) 0%, rgba(112, 181, 213, 0) 50%), url(../images/home-header-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}



.facilities-home {
    background: #f5f5f5 url(../images/white-dots-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}
@media (max-width: 992px) {
    .facilities-home {
        background-size: cover;
    }
}
.facilities-home .wpcp-single-content {
    padding: 30px 15px;
}
.facilities-home .wpcp-single-item {
    opacity: 1 !important;
}
.facilities-home  .wpcp-center {
    padding-bottom: 50px;
}
.facilities-home .wpcp-single-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.facilities-home .wpcp-single-content ul li {
    margin: 10px 0;
    padding: 10px 0;
    position: relative;
}
.facilities-home .wpcp-single-content ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent, #e8e8e8, transparent);
}


@media (max-width: 992px) {
    .home-video h1 {
        font-size:30px;
    }
}






/*---------------------
  About Page
-----------------------*/
.wpb_video_wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 60%);
}



/*---------------------
  FAQ
-----------------------*/
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
    border-color: #ffb400 !important;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    border-color: #78bdd5 !important;
}



/*---------------------
  Facilities Page
-----------------------*/
.inline-icon {
    display: inline-flex;
    margin: 0 25px;
}
.inline-icon img {
    max-width: 50px !important;
    transition-duration: 0.3s;
}
.inline-icon a {
    color: #151f6d;
}
.inline-icon a:hover {
    color: #fdb600;
}
.facility-icon {
    max-width: 60px;
    margin-bottom: 15px;
}
.inline-icon a:hover img {
    scale: 1.1;
    transition-duration: 0.3s;
}
.wpcp-carousel-section.wpcp-image-carousel .wpcp-slide-image .wpcp_icon_overlay {
    background-color: rgba(0, 0, 0, 0) !important;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #fdb600;
}
.fancybox-thumbs__list a {
    border-radius: 10px;
}
.vc_message_box {
    font-size: 14px !important;
}
.vc_message_box-icon>*, .vc_message_box-icon>.fa {
    font-size: 1.3em !important;
}

.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:focus, 
.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover {
    border-color: #deedf5;
    background-color: #deedf5;
    color: #03182d;
    font-weight: 600;
}
.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #e6f2f8;
    background-color: #e6f2f8;
    color: #03182d;
}
.page-id-269 .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #deedf5;
    border-color: #deedf5;
}
.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #deedf5;
    border-color: #deedf5;
}
.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.page-id-269 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #03182d;
}



/*---------------------
  Footer Section
-----------------------*/
.footer-section {
	background-image: linear-gradient(to top, transparent, #03182d00), url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #03182d;
    color: #ffffff;
    padding-top: 100px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
.footer-section .copyright {
    text-align: center;
	color: #ffffff;
    font-size: 13px;
    line-height: 22px;
	padding: 50px 0 20px 0;
}
.footer-section p {
    font-size: 14px;
}
.footer-section p,
.footer-section a {
	color: #ffffff;
}
.footer-section a:hover {
	color: #fe8f1d;
}
.footer-section .copyright a {
	color: #ffffff;
}
.footer-section .copyright a:hover {
	color: #ffffff;
}
.footer-section .footer-menu li {
    list-style: none;
    padding: 5px 0;
}
.footer-section .footer-menu li a {
    color: #ffffff;
}
.footer-section .footer-menu li a:hover {
    color: #fe8f1d;
}
.footer-section h3.widget-title  {
	color: #ffb400;
    font-size: 16px;
    padding-bottom: 10px;
}
.footer-section h3::after {
    display: none;
}
.footer-section i {
    color: #ffb400;
}
.footer-section b {
    font-weight: 600;
}
.footer-section .socials a {
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
    transition-duration: 0.3s;
}
.footer-section .socials a:hover {
    color: #fe8f1d;
}


@media (max-width: 992px) {
    .footer-section {
        text-align: center !important;
    }
    .footer-info li {
        list-style: none !important;
    }
    #cmplz-manage-consent .cmplz-manage-consent {
        font-size: 12px;
    }
}
@media (max-width: 1165px) {
    .footer-section {
        background-image: linear-gradient(to bottom, transparent, #03182d), url(../images/footer-bg.jpg);
        background-size:auto;
        background-position: top;
        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
    }
}

#footer-logo {
    max-width: 200px;
    margin-bottom: 10px;
}
.footer-section .tripadvisor {
    width: 100px;
    transition: 0.5s;
}
.footer-section a:hover .tripadvisor {
    filter: brightness(1.5);
}
ul#footer-menu li {
    list-style: none;
}
ul#footer-menu li a {
    display: inline-block;
    line-height: 40px;
    position: relative;
}
ul#footer-menu li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: -16px;
    top: 19px;
    background: #fe8f1d;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}
ul#footer-menu li a:hover:before {
    opacity: 1;
}
.footer-info li {
    list-style: circle;
}



.footer-section::after {
  content: '';
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
}
.footer-section::after {
  background: linear-gradient(to right, 
    #70b5d5 33.33%, 
    #ffb400 33.33%, 
    #ffb400 66.66%, 
    #fe8f1d 66.66%);
}



/*---------------------
  Pages
-----------------------*/
main {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 15px;
    font-weight: 400;
}






 /*---------------------
  Blog
-----------------------*/
.blog-post {
    background: #fff;
    border: none;
    box-shadow: rgba(180, 166, 155, 0.23) 0px 3px 30px;
    padding: 20px 20px 7px 20px;
    border-radius: 20px;
    transition: all 0.5s ease;
    margin-bottom: 60px !important;
}
.post-date {
    font-size: 13px;
    color: #7a6352;
    margin-bottom: 10px;
}
.post-meta-comments {
    font-size: 12px;
}
.post-thumbnail {
    border-radius: 5px;
    overflow: hidden;
}
.post-thumbnail img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: auto;
}
.post-thumbnail:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}

@media (max-width : 960px) {
    .post-thumbnail img {
        width: 100%;
        height: auto;
    }
}


/* Blog single page */
.post-content {
    margin: 40px 0;
}
.post-featured img {  
    border: 1px solid #eadacd;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    height: auto;
    margin-top: 25px;
}
h1.post-title {
    margin-top: 25px;
}
.post-tags {
    color: #7a6352;
    background: #faf7f4;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 13px;
}
.post-tags a,
.widget_tag_cloud a {
    color: #7a6352;
    background: #eadacd;
    padding: 5px 8px 5px 5px;
    border-radius: 5px;
    margin: 3px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition-duration: 0s;
}
.post-tags a:hover,
.post-tags a:hover::before,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:hover::before {
    color: #eadacd;
    background: #7a6352;
}
.post-tags a::before,
.widget_tag_cloud a::before {
    content: '\f02b'; 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #7a6352;
    padding: 0 5px;
    font-size: 12px;
}
.post-navigation {
    text-align: right;
}
.post-navigation div {
    display: inline-flex;
}
.post-navigation div a {
    padding: 10px;
    background-color: #fcf7f4;
    border-radius: 15px;
    margin: 0 0 10px 10px;
}
.post-navigation div a:hover {
    background: #a22217 !important;
    color: #ffffff;
}
.nav-previous a::before,
.nav-next a::after {
    content: '\f177'; 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding: 0 5px;
    font-size: 12px;
}
.nav-next a::after {
    content: '\f178'; 
}



/* Comments Section */
.comments-section {
    background: #fff;
    border: none;
    box-shadow: rgba(180, 166, 155, 0.18) 0px 3px 20px;
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 60px !important;
}
.comments-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 45px;
}

.comment-list {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
}
.comment-list li {
    list-style: none;
}
.comment-list ol, .comment-list ol ol {
    padding-left: 35px;
}
.comment {
    border-bottom: 1px solid #f5f0eb;
    padding: 1rem 0;
}
.comment:last-child {
    border-bottom: none;
}
.comment-body {
    padding: 0 0 30px 0;
}
.comment-author {
    font-weight: bold;
    color: #495057;
}
.comment-author a {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}
.commentmetadata,
.commentmetadata a {
    font-size: 13px;
    color: #7a6352;
}
.comment-body::before {
    content: '\f075';
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    transform: scaleX(-1);
    font-size: 25px;
    display: block;
    float: left;
    padding: 0 0 0 20px;
    color: #eadacd;
}
.comment-body p {
    padding-top: 10px;
}
.comment-body .reply::before {
    content: '\f303';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
    color: #801a14;
}


/* Comment Form Styles */
#respond {
    padding: 40px;
    margin-top: 40px;
    background: #fbf7f4;
    border-radius: 20px;
}
h3#reply-title {
    font-weight: 700;
}
.comment-form label {
    padding-bottom: 5px;
}
.comment-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 0.375rem;
    padding: 0.5rem;
    border: 1px solid #d5d1cb;
    font-weight: 500;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #d5d1cb;
    font-weight: 500;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form textarea:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #7a6352;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(122, 99, 82, .25);
}
.comments-section input#submit {
    background: #801a14;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 15px;
    border: 2px solid #801a14;
    font-size: 13px;
    font-family: "Merriweather", serif;
    letter-spacing: 1.5px;
    transition-duration: 0.3s;
    cursor: pointer;
}
.comments-section input#submit:hover,
.comments-section input#submit:active {
    background: #a22217 !important;
    color: #ffffff;
    border: 2px solid #a22217 !important;
}
.comment-awaiting-moderation {
    font-weight: 700;
    color: #801a14;
}

@media (max-width: 768px) {
    .comments-section {
        padding: 20px;
    }
    #respond {
        padding: 25px;
    }
}




/*---------------------
  Sidebar blog
-----------------------*/
.right-sidebar {
    background: #fbf7f4;
    border-radius: 20px;
    padding: 20px;
}
.widget {
    margin-bottom: 45px;
    background: #f8f2ee;
    padding: 15px;
    border-radius: 20px;
}
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget_recent_entries li {
    padding: 12px 1px;
    border-bottom: 1px solid #ede2db;
}
.widget_tag_cloud a {
    font-size: 15px !important;
}
.random_image {
    border-radius: 10px;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}
.random_image:hover {
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}
.widget_random_image .button-photo-details {
    background: #7a6352;
    color: #f7f2ee;
    border: 2px solid #7a6352;
    display: block;
}
.widget_random_image .button-photo-details:hover {
    background: #a22217;
    color: #ffffff;
    border: 2px solid #a22217;
}





/*---------------------
  Events in Gozo
-----------------------*/
.eig-grid-event .eig-event-readmore a {
    background: #ffffff !important;
    color: #9c8365 !important;
    border: 1px solid #9c8365 !important;
    font-family: "Eudoxus Sans", serif;
    font-size: 19px;
    letter-spacing: 1.5px;
    border-radius: 5px !important;
}
.eig-grid-event .eig-event-readmore a:hover {
    background: #e9dcd3 !important;
}
.credit {
    text-align: center !important;
}




/*---------------------
  Pagination
-----------------------*/
.pagination {
    align-items: center;
}
.pagination .page-info {
    color: #af9a8c;
}
.page_numbers, .page_numbers a, .page-numbers, .page_btn a, .page_dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px !important;
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 0.4rem;
    font-size: 13px !important;
    font-weight: 500;
    color: #7a6352;
}
.pagination span {
    padding: 5px 3px !important;
}
.page_numbers a:hover,
a.page-numbers:hover,
.page_btn a:hover {
    background: #e8dcd0;
    color: #9c8365;
}
.page_numbers.active,
.page-numbers.current {
    color: #ffffff;
    background: #b8a183;
    font-weight: 600;
    margin: 5px 0;
}
.page_dots {
    padding: 0px;
    min-width: 1rem;
}


@media(max-width: 768px) {
    .pagination .page-info {
        display: none;
    }
    .page_numbers, .page_numbers a, .page-numbers, .page_btn a, .page_dots {
        min-width: 1.5rem;
        min-height: 1.5rem;
        font-size: 12px !important;
    }
}
@media(max-width: 468px) {
    .page_numbers, .page_numbers a, .page-numbers, .page_btn a, .page_dots {
        font-size: 11px !important;
    }
}




/*---------------------
  Home Page
-----------------------*/
.home main {
    padding-top: 0px;
}



/*---------------------
  Contact Page
-----------------------*/
.page-id-27 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: 18px !important;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px !important;
}




/*---------------------
  Terms and Conditions Page
-----------------------*/
ol.terms {
    counter-reset: item;
    padding-left: 1.5em;
}
ol.terms li {
    display: block;
    padding: 10px 0;
    line-height: 27px;
}
ol.terms li::before {
    counter-increment: item;
    content: counters(item, ".") ". ";
    font-weight: 600;
}
ol.terms li > ol {
    counter-reset: item;
}
ol.terms h4 {
    display: inline;
}






/*---------------------
  Timeline
-----------------------*/
.chargewp-vertical-segment-timeline-list h3,
.chargewp-vertical-segment-timeline-list {
    color: #03182d !important;
}
.chargewp-vertical-segment-timeline-list .chargewp-horizontal-section-timeline-title,
.chargewp-vertical-segment-timeline-list .chargewp-horizontal-section-timeline-event:before {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}
.chargewp-vertical-segment-timeline-list{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}
.chargewp-vertical-segment-timeline-list .chargewp-horizontal-section-timeline-event:after {
    left: calc((50px + 4px + (15px * 0.35)) * -1) !important;
    height: 15px !important;
    width: 15px !important;
}





/*---------------------
  Membership
-----------------------*/

.plan .vc_column-inner {
    border-radius: 20px;
    background: #e8e8e8;
    box-shadow: 0 3px 6px #0000001d;
    background: #fff;
    padding: 20px;
    transition-duration: 0.3s;
    border: 2px solid #ffb400;
    background: linear-gradient(-45deg, #ffffff, #ffffff, #f5f5f5, #ffb3008f);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
.plan .vc_column-inner:hover {
    scale: 1.1;
    background: #ffb400;
}
.plan .vc_column-inner p {
    line-height: 20px;
    margin: 0;
}
.plan .vc_column-inner .subtitle {
    font-size: 13px;
}
.plan .plan-icon img {
    max-width: 70px;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 10px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.plan.blue .vc_column-inner {
    background: #151f6d;
    border: 2px solid #151f6d;
    color: #ffffff;
    background: linear-gradient(-45deg, #151f6d, #2533a1, #151f6d, #2533a1);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
.plan.blue .vc_column-inner p,
.plan.blue .vc_column-inner h1,
.plan.blue .vc_column-inner h2,
.plan.blue .vc_column-inner h3,
.plan.blue .vc_column-inner h4,
.plan.blue .vc_column-inner h5,
.plan.blue .vc_column-inner h6 {
    color: #ffffff;
}
.plan.lightblue .vc_column-inner {
    background: #70b5d5;
    border: 2px solid #70b5d5;
    background: linear-gradient(-45deg, #70b5d5, #53a4c9, #70b5d5, #53a4c9);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
.plan.yellow .vc_column-inner {
    background: #ffb400;
    border: 2px solid #ffb400;
    background: linear-gradient(-45deg, #ffb400, #eaa604, #ffb400, #eaa604);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
.plan.orange .vc_column-inner {
    background: #fe8f1d;
    border: 2px solid #fe8f1d;
    background: linear-gradient(-45deg, #fe8f1d, #e87704, #fe8f1d, #e87704);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.plan .btn {
    border-radius: 10px;
    margin: 10px;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 20px;
    background: #ffb400 !important;
    border-color: #ffb400 !important;
    color: #151f6d !important;
    background-image: none !important;
}
.plan:hover .btn {
    background: #151f6d !important;
    border-color: #151f6d !important;
    color: #ffb400 !important;
    background-image: none !important;
}
.plan .btn:hover {
    background: #70b5d5 !important;
    border-color: #70b5d5 !important;
    color: #fff !important;
}





/*---------------------
  Login Form
-----------------------*/
.toggle-password {
    position: absolute;
    top: 56%;
    right: 15px;
    transform: translateY(10%);
    cursor: pointer;
    color: #6c757d;
}
.divider {
    display: flex;
    align-items: center;
    text-align: center;
}
.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}
.divider::before {
    margin-right: 10px;
}
.divider::after {
    margin-left: 10px;
}
.login-icon {
    width: 100px;
}
.modal-header {
    border-bottom: none;
}
@media(max-width: 468px) {
    #custom-login-form .form-control {
        padding: 13px;
        font-size: 14px;
    }
    #custom-login-form .form-label {
        margin-bottom: .3rem;
    }
    #custom-login-form .login-form-links {
        font-size: 11px;
    }
}
.btn.eid-login {
    background: #70b5d5 !important;
    border-color: #70b5d5 !important;
    color: #fff !important;
    margin-top: 15px;
    width: 100%;
}
.btn.eid-login:hover {
    background: #ffb400 !important;
    border-color: #ffb400 !important;
    color: #151f6d !important;
}


/*---------------------
  Forms
-----------------------*/
.form-control {
    padding: 15px;
}
.form-control:focus {
    background-color: #ffffff;
    border-color: #ffb400;
    color: var(--text-color);
    box-shadow: 0px 0px 5px 0px rgba(255, 180, 0, 0.6);
}





/*---------------------
  My Account
-----------------------*/
.my-account .nav-item span {
    font-size: 30px;
    color: #101a2c;
}





/*---------------------
  Planyo
-----------------------*/
#pc_cart_parent.slide-in {
    z-index: 10000000;
}
.reservation_steps {
    text-align: center;
}
#res_error_msg {
    margin: 10px 0px 45px 0px !important;
}
html .price_info_div .title {
    font-weight: 600;
}
.price_info_div .rate_err, .planyo #pr_err, #planyo_price_preview_parent .rate_err {
    font-weight: 500;
}
#planyo_cart_widget.fixed_position {
    border-radius: 15px 0 0 15px;
}
@media (max-width: 768px) {
    #planyo_cart_widget.fixed_position {
        bottom: 30% !important;
        left: unset !important;
    }
}



/*---------------------
  Top Site Note
-----------------------*/
.top-banner-message {
    padding: 7px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
@media (max-width: 768px) {
    .top-banner-message {
        padding: 5px;
        font-size: 12px;
    }
}
.top-banner-message p {
    margin-bottom: 0;
    color: #ffffff;
}
.top-banner-message.note-red {
    background: #d00a0a;
}
.top-banner-message.note-yellow {
    background: #ffb400;
    color: #03182d;
}
.top-banner-message.note-yellow p {
    color: #03182d;
}
.top-banner-message.note-blue {
    background: #152072;
}
.top-banner-message.note-green {
    background: #3ca74b;
}