/** test css **/
* {
    font-family: "Noto Sans", serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

ul li a {
    text-decoration: none;
}

p,
.policy-content ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #404040;
}

body {
    font-family: "Noto Sans", serif;
    font-size: 18px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    background-color: #3366cc;
}

.content-panel {
    padding: 50px 0;
}

.title-xlarge {
    font-size: 50px;
    line-height: 60px;
}

.title-large {
    font-size: 30px;
    line-height: 40px;
}

.title-medium {
    font-size: 18px;
    line-height: 32px;
}

ul.header-menu li {
    margin-right: 25px;
    position: relative;
}

ul.header-menu li.active:after {
    background-color: #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 2px;
}

ul.header-menu li a {
    font-size: 16px;
    color: #fff;
}

ul.header-menu li a:hover {
    color: #eaeaea;
}

.bg-grey {
    background-color: #f5f5f5;
}

.home-banner.inner-banner {
    padding: 100px 0;
}
.home-banner {
    padding: 50px 0 90px 0;
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 70px;
}
.home-banner::before {
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .76);
}
.home-banenr-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 25px;
}
.banner-link {
	color: #fff;
}
.banner-link:hover {
	color: #f0f0f0;
	text-decoration: underline;
}
.form-group {
    position: relative;
    margin-bottom: 22px;
}

.home-banenr-btn .btn i {
    color: #fff;
    font-size: 18px;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #888;
    opacity: 1;
}

.form-control {
    font-size: 15px;
    height: 45px;
    color: #333333;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 5px !important;
    border: 1px solid #c3c3c3;
}

.form-control:focus {
    box-shadow: none;
}

textarea.form-control {
    height: 150px;
    resize: none;
}
.contact-form-card textarea.form-control {
    height: 120px;
    resize: none;
}
.remainingChars {
    color: #333;
    text-align: right;
    font-size: 11px;
    right: 15px;
    z-index: 1;
}

.floating-label {
    position: absolute;
    top: 11px;
    left: 12px;
    color: #888888;
    font-size: 15px;
    transition: all 0.2s ease;
    pointer-events: none;
}

.form-control:focus+.floating-label,
select.form-control:not([value=""])+.floating-label,
input.form-control:not(:placeholder-shown)+.floating-label {
    top: -10px;
    left: 15px;
    font-size: 12px;
    color: #888888;
}

.form-group.active .floating-label {
    top: 0px;
    left: 15px;
    font-size: 12px;
    color: #888888;
}
#contactForm .form-group.active .floating-label {
    left: 13px;
}
.contact-form-card .textarea-col .form-group.active .floating-label {
    background-color: #fff;
    top: 2px;
    width: 96%;
    left: 2px;
    padding: 4px 10px;
}
.form-group.active .form-control {
    padding-top: 18px;
}
.textarea-col .form-group.active .form-control {
    padding-top: 25px;
}


.form-group.selectField .form-control {
    color: #888888;
}

.form-group.selectField.active .form-control {
    color: #333333;
}

.form-group.selectField .floating-label {
    display: none;
}

.form-group.selectField.active .floating-label {
    display: block;
}

.agree-terms {
    color: #595959;
    font-size: 12px;
    line-height: 23px;
}

.btn {
    background-color: #3366cc;
    color: #fff;
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 25px;
}
.btn-secondary {
    background-color: #8a8a8a;
    color: #fff;
    border-color: transparent;
}
.btn-secondary:hover {
    background-color: #888888 !important;
    border-color: transparent;
}

.btn-pay {
    font-size: 14px;
    padding: 5px 15px;
}

.btn-contact {
    font-size: 14px;
    color: #3366cc;
}
.btn-contact:hover {
    color: #2d54a1;
}
.booking-btn-close {
    position: absolute;
    top: 0;
    right: -12px;
    top: -10px;
    background-color: #3366cc;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 50%;
    font-size: 10px;
}
.booking-btn-close:hover {
    opacity: 1;
}
#bookingModal h6 {
    font-weight: 500;
    padding: 5px 20px 5px 10px;
    line-height: 24px;
}

.btn:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #2d54a1;
    color: #fff;
}
select.form-control {
    appearance: none; /* Hides default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999999"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 30px;
}
.contact-form {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #b8b8b8;
    padding: 15px 30px 20px 30px;
    width: 100%;
}

p.availability-check {
    font-size: 13px;
}

p.availability-check a {
    color: #3366cc;
}

.pricing-table tr {
    border-bottom: 1px solid #b8b8b8;
}

.pricing-table tr td {
    font-weight: 500;
    font-size: 15px;
    color: #404040;
    padding: 9px 0;
}

.pricing-table tr td p {
    margin-bottom: 0;
}

.pricing-table tr td:nth-child(2) {
    text-align: right;
    font-weight: 600;
}

.pricing-table tr:last-child {
    border-bottom: 0;
}

.pricing-table tr:last-child td {
    padding-bottom: 0;
    min-width: 140px;
}

.pricing-table tr td:last-child {
    text-align: right;
}

#lightboxModal img {
    max-width: 100%;
    height: 500px;
    max-height: 500px;
    object-fit: cover;
}

.gallery-item img {
    height: 225px;
    width: 100%;
}

.gallery-item img {
    object-fit: cover;
}

.amenities p {
    margin-bottom: 0;
}

footer {
    padding: 50px 0;
    background-color: #1f1f1f;
}

.footer-title {
    font-size: 14px;
    color: #f0f0f0;
}

.footer-links li a {
    font-size: 16px;
    color: #cacaca;
}
.footer-links li a:hover {
	color: #ffffff;
}
.footer-copy-rights {
    background-color: #181818;
}

.footer-copy-rights p {
    font-size: 14px;
    color: #cacaca;
}

.footer-copy-rights p a {
    color: #cacaca;
    font-weight: 600;
}

/* Base styles for the button */
.menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 24px;
    top: 6px;
    right: 0px;
}

/* Hamburger icon lines */
.menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.3s;
}

/* Cross icon transformation */
.menu-open .menu-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    position: absolute;
}

.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
    position: absolute;
}

/* Show/hide menu */
.header-menu {
    display: none;
}

.menu-open~.header-menu {
    display: block;
}

label.error,
#contactRecaptcha-error {
    position: absolute;
    font-size: 14px;
    color: #ff0000;
}

.policy-content ul {
    margin-left: 35px;
}

.policy-content ul li {
    margin-bottom: 10px;
}

.policy-content ul li span {
    margin-right: 10px;
}

.contact-row p a {
    color: #404040;
}

.contact-row p a:hover {
    color: #3366cc;
}

.contact-label {
    font-weight: 600;
    min-width: 60px;
    float: left;
}

.contact-map {
    border: 2px solid #d0d0d0
}

.contact-card {
    float: left;
    background: #f0f0f0;
    width: 100%;
    padding: 30px;
    border: 2px solid #d0d0d0;
}
.modal-backdrop {
    opacity: 0.8 !important; /* Adjust the opacity value */
}
#bookingModal.modal .btn {
    font-size: 15px;
    padding: 8px 20px;
}

.header-logo { height: 100%; display: flex; align-items: center; }
.header-logo img { max-width: 100%; }
.btn-transparent { background-color: transparent; border-color: #ffffff; color: #ffffff; }
.header-card {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 25px;
    width: auto;
    display: inline-block;
}
.card-services {
    background: #ffffff;
    padding: 30px 22px;
    padding-bottom: 28px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
} 

.card-service-icon img {
    width: 82px;
    height: 82px;
    max-height: 100%;
}
.icon-w {
    display: none;
}
.card-service-content p { 
    line-height: 26px;
}
.card-services:hover {
    background: #3366cc;
} 
.card-services:hover h5, .card-services:hover p {
    color: #fff;
}
.card-services:hover .card-service-icon .icon-b {
    display: none;
}
.card-services:hover .card-service-icon .icon-w {
    display: block;
}
.form-title { line-height: 28px; }
#bookingModal.modal h6, #bookingOnloadModal.modal h6 { line-height: 24px; }
#bookingModal.modal  .modal-footer .btn {
    font-size: 15px;
}
#bookingModal.modal .modal-body,
#bookingModal.modal .modal-footer,
#bookingOnloadModal.modal .modal-body,
#bookingOnloadModal.modal .modal-footer {
    padding: 15px 20px;
}
.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
/** Banner  **/
.banner-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.banner-dots .dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.banner-dots .dot.active {
  background: #fff;
  transform: scale(1.3);
}

.banner-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
  z-index: 10;
}

.banner-arrows .arrow {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}

.banner-arrows .arrow:hover {
  color: #fff;
  transform: scale(1.2);
}




@media (max-width: 1199px) {
    .title-xlarge {
        font-size: 36px;
        line-height: 42px;
    }

    .title-large {
        font-size: 22px;
        line-height: 32px;
    }

    .title-medium {
        font-size: 16px;
        line-height: 27px;
    }

    .gallery-item img {
        height: 150px;
    }

    .contact-form {
        padding: 10px 20px;
        max-width: 100%;
        width: 100%;
    }

    .btn,
    .home-banenr-btn .btn i {
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .title-xlarge { font-size: 32px; line-height: 42px; }
    .card-service-icon img { width: 60px; height: 60px; }
    p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .content-panel {
        padding: 30px 10px;
    }
    .home-banner {
        padding: 25px 10px 70px 10px;
    }
    .home-banner.inner-banner {
        padding: 75px 0;
    }
    .home-banenr-form {
        padding: 15px;
    }
    .pricing-table tr {
        display: flex;
        flex-direction: column;
        padding-top: 5px;
    }
    .pricing-table tr td p.availability-check {
        line-height: 20px;
    }
    .pricing-table tr td {
        margin-bottom: 0;
        padding: 5px 0 0 0;
    }
    .pricing-table tr td:nth-child(2),
    .pricing-table tr td:last-child {
        text-align: left;
    }
    .pricing-table tr td:last-child {
        margin-bottom: 10px;
    }
    .policy-content ul {
        margin-left: 10px;
    }
    footer {
        text-align: center;
        padding: 30px 20px;
    }
    .card-services {
        padding: 20px 25px;
    }
    .modal .modal-footer .btn {
        font-size: .85rem;
        padding: 10px 15px;
    }
    .modal.show .modal-dialog {
        padding: 10px;
    }
    #bookingModal.modal .btn {
        font-size: 14px;
    }
    #bookingModal h6 {
        padding-right: 0;
    }
    .modal .modal-custom .modal-footer .btn {
        
        margin: auto;
        width: 200px;
    }
    .banner-arrows { 
        display: none;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 900px;
    }

    #lightboxModal img {
        height: 560px;
        max-height: 560px;
    }

    .header-menu {
        height: 100%;
    }
    .modal-dialog.modal-custom { 
        min-width: 600px;
    } 
}
@media (max-width: 991px) {
    .card-services { 
        text-align: center;
    }
    ul.header-menu li a {
        font-size: 17px;
    }
    .header-card { 
        padding: 15px 18px;
    }
    /** Menu **/
    .header-menu {
        background-color: #6592eb;
        border-top: 1px solid #c2c2c2;
        top: 70px;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: 99;
    }

    ul.header-menu li.active:after {
        width: 0;
    }

    ul.header-menu li.active {
        background-color: #154098;
    }
    ul.header-menu li.active a {
        color: #ffffff;
    }

    ul.header-menu li {
        text-align: left;
        padding: 12px 23px;
        border-bottom: 1px solid #cfcfcf;
        margin: 0;
        background: #e3e3e3;
    }
    ul.header-menu li:hover {
        background-color: #0597d4;
    }
      ul.header-menu li:hover a {
        color: #fff;
    }

    ul.header-menu li:last-child {
        border-width: 5px;
        border-color: #3366cc;
    }

    ul.header-menu li a {
        color: #282828;
        width: 100%;
        display: block;
        font-weight: 600;
    }
}

@media screen and (min-width:768px) and (max-width: 1199px) {
    .card-services { padding: 20px; }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    ul.header-menu li { margin-right: 20px; }
    ul.header-menu li a { font-size: 15px; }
}

@media (min-width: 1200px) {
    .header-logo img { max-width: 365px; object-fit: contain; }
}

@media screen and (min-width:1200px) and (max-width: 1300px) {
    ul.header-menu li { margin-right: 16px; }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    ul.header-menu li { margin-right: 16px; }
    ul.header-menu li a { font-size: 15px; }
     .header-logo img { max-width: 320px;}
}