#full-body {
    font-family: sans-serif;
}


/* TOP BAR STYLING STARTS HERE */

.top-bar {
    width: 100%;
    background-color: #EEFEFF;
    padding: 5px 0px;
    background: #EEFEFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
    position: sticky;
    top: 0;
    z-index: 99;
}

.top-bar table {
    width: 97%;
    margin-left: auto;
}

.top-bar table td {
    width: 50%;
}

.top-bar table #nav-mail-link {
    margin-left: 10px;
    color: #9B2915;
    font-weight: bold;
}

.top-bar table i {
    color: #9B2915;
    font-size: 14px;
}

.top-bar #td-2 {
    text-align: right;
}

.top-bar table a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.top-bar table .nav-reg-btn {
    margin-left: 20px;
    color: #9B2915;
    border: 1px solid #9B2915;
    border-right: 1px solid #EEFEFF;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding: 3px 50px 3px 20px;
    transition: padding-right 0.4s, background-color 0.4s, color 0.4s;
}

.top-bar table .nav-reg-btn:hover {
    background-color: #9B2915;
    color: white;
    padding-right: 80px;
}

.top-bar #signin-link:hover {
    color: #9B2915;
    transition: 0.4s;
}

@media screen and (max-width: 420px) {
    .top-bar #td-1 {
        display: none;
    }
}



/* NAVBAR STYLING STARTS HERE */

.navbar {
    position: sticky;
    z-index: 98;
    top: 38px;
    background-color: white;
    padding: 2px 30px;
    box-shadow: 0px 4px 4px rgba(233, 180, 76, 0.15);
}

.navbar .logo {
    width: 120px;
}

.navbar .logo img {
    width: 100%;
}

.navbar .nav-link {
    font-size: 15px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: 900;
    color: black;
    transition: margin-top 0.4s, color 0.4s, background-color 0.4s;
}

.navbar .nav-link:hover {
    color: white;
    background-color: #E9B44C;
    margin-top: -5px;
}

.navbar .active-packages {
    color: white !important;
    background-color: #E9B44C;
}

@media screen and (max-width: 1200px) {
    .navbar .nav-link{
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-weight: bold;
    }
}

@media screen and (max-width: 992px) {
    .navbar .nav-link{
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-weight: 900;
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .navbar {
        padding: 6px 5px;
    }
}


/* BANNER STYLING STARTS HERE */

.banner {
    width: 100%;
    padding: 60px 0px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, rgba(69, 18, 9, 0.933558) 0%, #9B2915 100%);
    text-align: center;
}

.breadcrumbs {
    color: white;
    font-size: 14px;
    font-weight: 900;
}

.breadcrumbs a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: #E9B44C;
}

.banner-hr {
    width: 4%;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #E9B44C;
}

.banner h2 {
    font-size: 33px;
    color: #E9B44C;
    font-weight: 900;
    margin-top: 30px;
}

.banner .banner-desc {
    color: white;
    padding: 0px 350px;
    letter-spacing: 0.8px;
    line-height: 1.7rem;
    margin-top: 35px;
}

@media screen and (max-width: 1310px) {
    .banner .banner-desc {
        padding: 0px 250px;
    }
}

@media screen and (max-width: 992px) {
    .banner .banner-desc {
        padding: 0px 100px;
    }

    .banner-hr {
        width: 10%;
    }
}

@media screen and (max-width: 767px) {
    .banner .banner-desc, .banner h2 {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 575px) {
    .banner-hr {
        width: 12%;
    }
}


/* LEFT PETAL STYLING STARTS HERE */

.left-petal {
    width: 70px;
    height: 80px;
    position: relative;
    top: -20px;
    z-index: -3;
}

.left-petal img {
    width: 100%;
}


/* STRENGTHS SECTION STYLING STARTS HERE */

.strengths {
    width: 100%;
    margin-bottom: 60px;
}

.strengths-col {
    text-align: center;
}

.strengths-img {
    width: 50px;
    height: 50px;
    margin: auto;
}

.strengths-img img {
    width: 100%;
}

.strengths-col p {
    font-size: 14px;
    font-weight: 800;
    color: black;
}

.strengths .hr {
    background-color: #9B2915;
    height: 1px;
    margin: auto;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .strengths {
        margin-top: -40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .strengths .hr {
        width: 30%;
    }
}


/* DETAILS STYLING STARTS HERE */

.details {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
}

.details .tagline {
    color: #50A2A7;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    letter-spacing: 1.8px;
}

.details h1 {
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    color: #E9B44C;
}

.hr-img {
    margin: auto;
    width: 12%;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.hr-img img {
    width: 100%;
    height: 20px;
}

@media screen and (max-width: 992px) {
    .hr-img {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .hr-img {
        width: 30%;
    }
}

@media screen and (max-width: 575px) {
    .details h1, .tagline {
        padding: 0px 30px;
    }
}


.heading {
    color: #50A2A7;
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: 25px;
}

.heading-website {
    color: #E9B44C;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 25px;
    text-decoration: none;
    transition: color 0.3s;
}

.heading-website:hover {
    color: #50A2A7;
}


.facility-card {
    width: 100%;
    padding: 20px 3px;
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid #E9B44C;
    background-color: #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.facility-img {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 15px;
}

.facility-img img {
    width: 100%;
}

.facility-name {
    font-weight: bolder;
}

@media screen and (max-width: 992px) {
    .facility-card {
        padding: 15px 3px;
    }

    .facility-img {
        width: 30px;
        height: 30px;
    }

    .facility-name {
        font-size: 15px;
    }
}

@media screen and (max-width: 460px) {
    .facility-card {
        padding: 11px 5px;
    }

    .facility-img {
        width: 27px;
        margin-bottom: 0px;
        height: 27px;
        margin-bottom: 10px;
    }

    .facility-name {
        font-size: 12px;
    }
}

.hotel-img {
    width: 100%;
    border-radius: 10px;
}

.hotel-img img {
    width: 100%;
    border-radius: 10px;
}

.fa-compress {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    float: right;
    margin-top: -22px;
    position: relative;
    z-index: 90;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.date-head {
    padding: 4px 8px;
    padding-right: 20px;
    width: 60%;
    border-radius: 5px 15px 15px 5px;
    background: rgba(155, 41, 21, 0.08);
    color: #9B2915;
    font-weight: bolder;
}

.desc-hr {
    width: 70px;
    margin: 30px 0px;
    border: 1px solid #50A2A7;
}

.sub-package-desc {
    color: black;
}

@media screen and (max-width: 992px) {
    .date-head {
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .date-head {
        width: 100%;
    }

    .to-reverse .col-sm-12 {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 767px) {
    .to-reverse {
        flex-direction: column-reverse;
    }

    .facility-col {
        margin-top: 15px;
    }

    .hr-img {
        margin-bottom: 50px;
    }
}



/* PICTURE MODAL STYLING STARTS HERE */

.picture-modal {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    z-index: 101;
    display: none;
}

.picture-modal-body {
    padding: 20px 30px;
    background-color: white;
    margin: 8% auto;
    width: 50%;
    border-radius: 10px;
}

.picture-modal-body p {
    font-size: 20px;
    color: #E9B44C;
    font-weight: bolder;
}
.picture-modal-body i {
    font-size: 20px;
    float: right;
    margin-top: -38px;
    transition: color 0.3s;
}

.picture-modal-body i:hover {
    color: #E9B44C;
    cursor: pointer;
}

.modal-img {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-img img {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .picture-modal-body {
        padding: 15px;
        width: 90%;
    }

    .picture-modal-body p, .picture-modal-body i {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .picture-modal-body {
        margin: 50% auto;
    }
}


/* INVOICE STYLING STARTS HERE */

.invoice {
    width: 100%;
    margin-bottom: 120px;
    margin-top: 70px;
}

.invoice-row {
    background-color: #f3f3f3;
    border-radius: 20px;
    border-bottom: 3px solid #E9B44C;
    padding: 20px 20px;
    padding-bottom: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 87;
}

.invoice-img {
    width: 60px;
    height: 60px;
    margin: auto;
    position: relative;
    top: 7px;
    z-index: 88;
}

.invoice-img img {
    width: 100%;
}

.details-head {
    color: #E9B44C;
    font-size: 17px;
    font-weight: bolder;
}

.details-head i {
    font-size: 15px;
}

.detail-hr {
    width: 60px;
    border: 1px solid #9B2915;
    margin: 20px 0px;
    margin-bottom: 15px;
}

.detail-card {
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #E9B44C;
    padding: 0px 4px;
    border-radius: 10px;
    background-color: white;
}

.detail-card i {
    color: #E9B44C;
    font-size: 27px;
    position: relative;
    top: -16px;
}

.detail-title {
    font-weight: bolder;
    color: #50A2A7;
    font-size: 18px;
}

.detail-info {
    font-size: 14px;
    color: #9B2915;
    font-weight: bolder;
    margin-top: -5px;
}

.details-head-2 {
    color: #50A2A7;
    font-size: 17px;
    font-weight: bolder;
    /* margin-top: 40px; */
}

.details-head-2 i {
    font-size: 15px;
}

.invoice label {
    font-size: 15px;
    font-weight: bold;
}

.invoice input {
    border-radius: 2px;
    font-size: 14px;
    border-bottom: 1px solid #E9B44C;
}

.invoice input:hover {
    border: 1px solid #E9B44C;
}

.invoice input:focus {
    box-shadow: none;
    border: 1px solid #E9B44C;
}

.invoice input::placeholder {
    color: gray;
}

.invoice input[type=checkbox], .invoice input[type=radio] {
    border: 1px solid #E9B44C;
}

.invoice input[type=checkbox]:checked, .invoice input[type=radio]:checked {
    background-color: #E9B44C;
    border: 1px solid #E9B44C;
}

.invoice .form-check label {
    font-weight: normal;
}

@media screen and (max-width: 992px) {
    .detail-card i {
        font-size: 22px;
        top: -12px;
    }

    .detail-title {
        font-size: 15px;
    }

    .detail-info {
        font-size: 12px;
        margin-top: -8px;
    }
}

@media screen and (max-width: 400px) {
    .detail-title {
        font-size: 13px;
        margin-top: -6px;
    }

    .detail-info {
        font-size: 9px;
        margin-top: -12px;
    }
}

.bill {
    width: 90%;
    margin: auto;
    border-radius: 10px;
    background-color: white;
    padding: 20px 15px;
    margin-top: 40px;
    padding-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.fa-bullseye {
    color: #E9B44C;
    font-size: 40px;
    margin-top: -60px;
    top: -5px;
    position: relative;
    z-index: -3;
}

.bill-head {
    text-align: center;
    color: #50A2A7;
    font-weight: bolder;
    font-size: 18px;
}

.bill-hr {
    width: 60px;
    margin: auto;
    border: 1px solid #9B2915;
    margin-bottom: 20px;
}

.bill-tagline {
    text-align: center;
    color: black;
    font-size: 12px;
    letter-spacing: 1.8px;
    font-weight: bolder;
}

.bill-title {
    text-align: center;
    color: #E9B44C;
    font-weight: bolder;
    margin-top: -6px;
    margin-bottom: 30px;
}

.invoice table {
    width: 90%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.invoice table td {
    font-size: 14px;
    border-bottom: 1px solid rgb(223, 223, 223);
}

.detail {
    color: #9B2915;
    font-weight: bolder;
}

@media screen and (max-width: 767px) {
    .bill {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .invoice table {
        width: 100%;
    }
}

.avail-package-btn {
    width: 80%;
    border: 1px solid #E9B44C;
    color: #E9B44C;
    letter-spacing: 1.8px;
    border-radius: 30px;
    margin-top: 30px;
    font-weight: bolder;
    font-size: 13px;
    padding: 7px 0px; 
    transition: background-color 0.4s, color 0.4s, width 0.4s;  
}

.avail-package-btn:hover {
    background-color: #E9B44C;
    color: white;
    width: 90%;
}

.note {
    padding: 30px 30px;
    color: black;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .note {
        padding: 30px 0px;
    }

    .invoice {
        margin-top: -20px;
        margin-bottom: 90px;
    }
}


/* RIGHT PETAL STYLING */

.right-petal {
    width: 70px;
    height: 140px;
    float: right;
    position: relative;
    top: -140px;
    z-index: -3;
}

.right-petal img {
    width: 100%;
}


/* TOP FOOTER STYLING STARTS HERE */

.top-footer {
    padding: 25px 0px;
    width: 100%;
    background-color: #F5FEFF;
}

.top-footer h3 {
    color: #50A2A7;
    margin-top: 8px;
    font-size: 24px;
    font-weight: bolder;
}

.top-footer .explore-btn {
    background-color: #F5FEFF;
    border: 2px solid #50A2A7;
    color: #50A2A7;
    font-weight: bolder;
    padding: 8px 30px;
    border-radius: 30px;
    transition: color 0.4s, background-color 0.4s;
    float: right;
}

.top-footer .explore-btn:hover {
    background-color: #50A2A7;
    color: white;
}

@media screen and (max-width: 992px) {
    .top-footer .explore-btn {
        float: left;
    }

    .top-footer h3 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 575px) {
    .top-footer .col-lg-8, .col-lg-4 {
        padding-left: 20px;
    }

    .top-footer h3 {
        font-size: 20px;
    }
}


/* FOOTER STYLING STARTS HERE */

footer {
    width: 100%;
    background-color: #262626;
    padding: 50px 0px;
    padding-bottom: 0px;
}

footer h4 {
    color: #50A2A7;
    font-weight: bolder;
    font-size: 20px;
}

footer p {
    color: white;
    font-size: 12px;
    margin-top: 20px;
    color: rgb(198, 198, 198);
    margin-bottom: 25px;
}

footer .social-divs {
    width: 38px;
    height: 38px;
    background: rgba(80, 162, 167, 0.19);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #50A2A7;
    font-size: 19px;
    transition: background-color 0.4s, color 0.4s;
}

footer .social-divs i {
    margin-top: 10px;
}

footer .social-divs:hover {
    color: white;
    background-color: #50A2A7;
}

footer a {
    text-decoration: none;
}

.links {
    margin-top: -22px;
}

footer .contact-links {
    margin-top: -8px;
}

footer .contact-links i, footer .fa-location-dot {
    color: #50A2A7;
    font-size: 15px;
}

footer .footer-hr {
    width: 100%;
    border: 1px solid #50A2A7;
    margin-top: 20px;
}

footer .copyright {
    color: #50A2A7;
    font-weight: 900;
    margin-top: 23px;
}

@media screen and (max-width: 575px) {
    footer .footer-hr {
        width: 90%;
        margin: auto;
    }
}



/* FLOATING ICONS STYLING STARTS HERE */

.floating {
    width: 36px;
    position: fixed;
    top: 202px;
}

#fb-icon {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #395693;
    padding: 6px 0px;
    transition: width 0.4s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#fb-icon:hover {
    width: 150%;
}

#twitter-icon {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #00A7E7;
    padding: 6px 0px;
    transition: width 0.4s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#twitter-icon:hover {
    width: 150%;
}

#linkedin-icon {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #006EAB;
    padding: 6px 0px;
    transition: width 0.4s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#linkedin-icon:hover {
    width: 150%;
}

#instagram-icon {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #8A3AB9;
    padding: 6px 0px;
    transition: width 0.4s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#instagram-icon:hover {
    width: 150%;
}

#mail-icon {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #C11313;
    padding: 6px 0px;
    transition: width 0.4s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#mail-icon:hover {
    width: 150%;
}

@media screen and (max-width: 575px) {
    .floating {
        display: none;
    }
}


/* CHATBOT STYLING STARTS HERE */

.chatbot {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    color: white;
    background-color: #E9B44C;
    position: fixed;
    z-index: 101;
    bottom: 40px;
    right: 0;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 50%;
}

.chat-window {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    width: 340px;
    border-radius: 15px;
    height: 350px;
    position: fixed;
    bottom: 40px;
    margin-right: 80px;
    right: 0px;
    padding: 15px 0px;
    border: 1px solid #E9B44C;
    display: none;
    z-index: 100;
    overflow: hidden;
}

.chat-window p {
    font-weight: 900;
    color: #E9B44C;
    font-size: 12px;
}

.chat-window .btn-close {
    font-size: 10px;
    margin-top: -17px;
}
.chat-room{
    height: 258px;
    background-color: #FFFBF5;
}

.chat-form{
    position: absolute;
    border: 2px solid #E9B44C;
    bottom: 0px;
    width: 100% !important;
    border-radius: 0px 0px 15px 15px;
}
.chat-form input{
    outline: none;
    border: none;
    border-radius: 0px 0px 0px 15px;
    padding: 2px 10px;
    font-size: 18px;
}
.chat-form button{
    color: white;
    background-color: #E9B44C;
    border: 1px solid #E9B44C;
    width: 50px;
    height: 35px;
}
.user-message{
    background-color: #E9B44C;
    color: white !important;
    padding: 5px;
    max-width: 85% !important;
    border-radius: 5px;
    overflow: auto;
}
.admin-message{
    background-color: white;
    color: black !important;
    padding: 5px;
    max-width: 85% !important;
    border-radius: 5px;
    overflow: auto;
}

@media screen and (max-width: 575px) {
    .chat-window p {
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .chat-window {
        width: 90%;
        margin-right: 20px;
        bottom: 100px;
    }
}