footer {
    margin-top: auto;
    background-color: #1c1b17;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
}
.logo img {
    height: 100px;
    object-fit: contain;
}
section.book-now-page {
    padding: 100px 0;
}
.pg-form input, .pg-form select {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: block;
    clear: both;
    border: none;
    box-shadow: none;
    height: 50px;
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    /* border-bottom: 2px solid #cecece; */
    border: none;
    border-radius: 4px;
    transition: 400ms ease;
    transition-property: border-color;
    background: #fff;
    margin-bottom: 20px;
}
.pg-head_area h4 span:first-child {
    margin-left: 0px;

}
.pg-head_area h4 span {
    margin: 0 10px;
    padding: 0px 15px;
    border-radius: 30px;
    background: #1f2128;
    border: 1px solid rgba(170, 189, 215, .1);
    color: #fff;
}
.pg-head_area img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.pg-head_area h4 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.form_title {
    text-align: center;
    margin-bottom: 20px;
}

.form_title h4 {
    color: #87bb28 !important;
    font-weight: 500;
}
.bottom_action a.pg_btn.white:hover {
    color: #fff !important;
}

.bottom_action a.pg_btn.white {
    margin-right: 10px;
    background: #fff !important;
    color: #000 !important;
}

a.pg_btn, button.pg_btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    line-height: 48px;
    background-color: var(--main-color);
    border-color: transparent;
    padding: 0 30px;
    text-align: center;
    margin-top: -8px;
    position: relative;
    top: 5px;
    height: 50px;
    z-index: 9;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-weight: 500;
}
button.pg_btn {
    width: 100%;
}
.pg-form button:hover, button.pg_btn:hover{
    background: #000;
}
a.pg_btn:before, button.pg_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: #000;
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1), -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1), cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}



a.pg_btn:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}


.pg-form input::placeholder {
  color: #000; /* Change to any color you like */
  opacity: 1; /* Ensure full visibility */
}


.form_title h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}
.pg-head_area {
    background: #000000a8;
    padding: 40px 20px;
    border-radius: 10px;
}
.pg-form button {
    width: 100%;
    background-color: #87bb28;
    box-shadow: none;
    padding: 20px 0;
    display: block;
    color: white;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 20px 0 0;
    border: none;
    transition: 400ms ease;
    transition-property: background, color;
    border-radius: 4px;
}
.landing-area {
    padding: 50px 0;
    background: url(../images/banner-img.jpg) top/cover no-repeat;
    height: 100vh;
        background-attachment: fixed;
}
.landing-area {
    display: flex;
    align-items: center;
}
.pg-form {
    background: #1f2128;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(170, 189, 215, .1);
}
.pg-form label {
    color: #fff !important;
}
.landing-area .row {
    align-items: center;
}

.pg-head_area h1 {
    font-size: 46px;
    line-height: 56px;
}
.pg-head_area span {
    color: var(--main-color);
}

.pg-head_area p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pg-form select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-color: white;
            border: 1px solid #ccc;
            padding: 10px;
            width: 100%;
            font-size: 16px;
            cursor: pointer;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="black"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>');
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 16px;
        }

.footer-logo {
/*   width: 150px;*/
    margin-bottom: 25px;
}

footer p {
    margin: 0;
    /*font-family: "Montserrat", sans-serif*/
        font-family: "Roboto", sans-serif;
}
header.header {
    background: #1c1b17;
}

/*.logo img {
    width: 100px;
    height: 100px;
}*/
.header-bottom-area .row {
    justify-content: space-between;
}

/*main {
    height: 100vh;
    background: #555;
}*/

@media(max-width: 767px){
    .menu-section-area {
    display: none;
}

.header-btn.text-right {
    display: none;
}
}

.clickable-mainmenu-icon {
    text-align: right;
}
.clickable-mainmenu-close {
    background: red;
    color: #fff !important;
}



/*-----Footer Style---------*/
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
}

.footer-menu li {
    margin: 0 25px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-family: var(--main-font);
    font-size: 16px;
    text-transform: uppercase;
}

.footer-menu a:hover {
    text-decoration: none;
}

.social-icons {
    margin-bottom: 20px;
}
.single-contact-area-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
    
}
/*.single-contact-area-box {
    position: relative;
}
.single-contact-area-box::after {
    position: absolute;
    content: "";
    right: -80px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #333338;
}*/


.social-icons {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.social-icons a {
    margin: 0 10px;
}
footer .col-md-3 {
    border-left: 1px solid #f1f1f14a;
}
footer #border_lft {
    border-left: 0px solid #f1f1f14a;
}

.social-icons img {
    width: 40px;
    height: 40px; 
}
footer .row {
    align-items: center;
    justify-content: center;
}

.social-icons {
    margin: 0;
    padding: 0;
}
.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-left: 1px solid #f1f1f14a;*/
}
.social-icons {
    padding-bottom: 50px;
}
.copyrights-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    background: #1c1b17;
    border-top: 1px solid #f1f1f14a;
}

ul.footer-menu-cpy li {
    display: inline-block;
    margin: 0 15px;
}
footer {
    /*background: url(../footer_bg.jpg), #000;*/
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}


footer {
    background-attachment: fixed;
    background-size: cover;
}
/*-----Footer Style---------*/


/*-------Cursor style------*/
.cursor, .cursor2, .cursor3{
     position: fixed;
     border-radius: 50%;
     transform: translateX(-50%) translateY(-50%);
     pointer-events: none;
     left: -100px;
     top: 50%;
     transition: all .3s linear;
}
 .cursor {
     background-color: var(--main-color);
     z-index: 9999;
     height: 6px;
     width: 6px;
}
 .cursor2, .cursor3{
     height: 30px;
     width: 30px;
     z-index: 9999;
     transition: all 0.3s ease-out;
}
 .cursor2.hover, .cursor3.hover {
     transform: scale(1.4) translateX(-35%) translateY(-35%);
     border: none;
     background: transparent;
}
 .cursor2.hover {
     background: rgba(255,255,255,0.3);
}
 .ball {
     height: 30px;
     width: 30px;
     cursor: pointer;
     display: block;
     border-radius: 50%;
     border: 2px solid var(--white-color);
     z-index: 100;
     transition: all .3s linear;
}
/*-------Cursor style------*/


main.page-content {
    background: #111216;
}

button.submit-btn.default-btn {
    width: 100%;
    height: 50px;
    /* padding: 12px 16px; */
     border-radius: 30px;
}
.owl-dots {
  text-align: center;
  margin-top: 0px;
  background: #fff;
  z-index: 99999;
  display: inline-block;
  padding: 0px 8px 0px 10px;
  border-radius: 30px;
  bottom: 30px;
  position: absolute;
  right: 30px;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #fff;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.owl-nav {
    display: none;
}
button.owl-dot span {
    background: #fff;
    width: 10px;
    height: 10px !important;
    z-index: 9999 !important;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #fff !important;
    border: 2px solid var(--main-color) !important;
}

button.owl-dot.active {
    background: var(--main-color) !important;
}