@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* Fonts */
.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-24 {
    font-size: 24px;
}

/* Font-weight */
.f-w-5 {
    font-weight: 500;
}

.f-w-7 {
    font-weight: 700;
}


/* Margins */
.m-b-20 {
    margin-bottom: 20px;
}


.btn-primary {
    background-color: #C0000B;
    color: #ffffff;
    border-color: #C0000B;
    box-shadow: none;
}

.btn-primary .disabled {
    color: #ffffff;
    background-color: #C0000B;
    border-color: #C0000B;
}

.btn-primary:active {
    background-color: #D51920;
    border-color: #D51920;
}

.btn-primary:hover {
    background-color: #D51920;
    border-color: #D51920;
}


.btn-tertiary {
    border-radius: 100px;
    border: 2px solid #857370;
    color: #291715;
}

.btn-tertiary:hover {
    border-radius: 100px;
    border: 2px solid #857370;
    color: #291715;
}


/* Check In Page */
.check-in-section {
    gap: 62px;
    margin-top: 92px;
}

.check-in-page-header .header-title {
    color: #291715;
    font-size: 24px;
}

.check-in-section .check-in-page-code-section .title {
    color: #5E3F3C;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.check-in-section .input-code {
    border-radius: 10px;
    border: 1px solid #000;
}

.check-in-page-code-section .code-information {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #775652;
}

.check-in-page-link-section .check-in-button {
    padding-block: 10px 32px;
    margin-bottom: 12px;
}

.check-in-section .check-in-page-link-section .check-in-btn {
    letter-spacing: 0.1px;
}

.check-in-section .check-in-page-link-section .website-link {
    letter-spacing: 0.5px;
    color: #5E3F3C;
}

.copyright-section {
    padding-bottom: 40px;
}

.copyright-section span {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #5E3F3C;
}



/* Landing-page */
.home-fixed-header{
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    width: 100%;
}

.landing-page-body {
    padding-bottom: 84px;
    padding-top:68px;
}

.landing-page-banner {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 34px;
}

.quick-dial-services {
    padding-block: 6px 10px;
    border-top: 2px solid rgba(117, 117, 117, 0.08);
    border-bottom: 2px solid rgb(117, 117, 117, 0.08);
}

.quick-dial-services .quick-dial-services-title,
.offers .offers-title {
    font-size: 14px;
    color: #454545;
    font-weight: 600;
}

.quick-dial-services .quick-dial-services-title {
    color: #454545;
    font-size: 14px;
    font-weight: 600;
}

.quick-dial-services .service-lists {
    row-gap: 10px;
}

.quick-dial-services .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 28px;
}

.quick-dial-services .service .service-image {
    width: 56px;
    height: 56px;
    background-color: #FFDAD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-dial-services .service p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #454545;
}

.offers {
    padding-block: 6px 55px;
}

.offer-list-1 {
    background-image: url(../images/offers/offer-1.png);
    background-color: #056B1E;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.offers .card-body {
    padding: 30px 7px 14px 20px;
}

.offers .card-body .card-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 11px;
}

.offers .card-body .card-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.offers .card-body .card-link {
    color: #231918;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.69);
    padding: 10px 12px;
}

.landing-page-footer {
    /* position: relative; */
    background-color: #F5F5F5;
    padding-block: 12px 16px;
    justify-content: center;
    gap: 8rem;
    border-top: 2px solid rgb(117, 117, 117, 0.08);
    position: fixed;
    bottom: 0;
    width: 100%;
}


.footer-dialpad {
    background-color: #C0000B;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -34%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4.571px 9.143px 3.429px rgba(0, 0, 0, 0.15), 0px 1.143px 3.429px 0px rgba(0, 0, 0, 0.30);
}

.landing-page-footer .footer-home .footer-home-icon img,
.landing-page-footer.bill-page-footer .footer-bill .footer-bill-icon img {
    border-radius: 16px;
    background-color: #FFDAD5;
    padding: 4px 20px;
}

.landing-page-footer .footer-bill .footer-bill-icon img,
.landing-page-footer.bill-page-footer .footer-home .footer-home-icon img {
    border-radius: 16px;
    background-color: #F5F5F5;
    padding: 4px 20px;
}

.landing-page-footer .footer-home .footer-text {
    color: #231918;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.landing-page-footer .footer-bill .footer-text {
    color: #534341;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.custom-modal .modal-content {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.custom-modal .modal-dialog {
    animation: modalAnimation 1s ease forwards;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@keyframes modalAnimation {
    0% {
        position: fixed;
        /* bottom: -100%; */
        bottom: -100vh;
        opacity: 0;
    }

    100% {
        position: fixed;
        bottom: 0;
        opacity: 1;
    }
}

.custom-modal .modal-header .modal-header-title {
    font-size: 24px;
    color: #454545;
    padding-inline: 16px;
}


.custom-modal .modal-body .modal-image {
    width: 100px;
    height: 100px;
    background-color: #FFDAD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.custom-modal .modal-body .modal-image img {
    width: 43.75px;
    height: 43.75px;
}

.custom-modal .modal-body .modal-body-heading .modal-body-title {
    font-size: 24px;
    color: #291715;
}

.custom-modal .modal-body .modal-body-heading .modal-body-subtitle {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #5E3F3C;
    margin-bottom: 16px;
}

.custom-modal .modal-body-information {
    color: #5E3F3C;
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
}

.custom-modal .cancel-btn,
.custom-modal .place-call-btn {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.custom-modal .modal-footer {
    padding: 16px 13px;
}

.custom-modal .cancel-btn {
    color: #291715;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

.custom-modal .place-call-btn {
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.custom-modal .line {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal .line::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 4px;
    background-color: #857370;
    border-radius: 100px;
}


/*Dialpad*/
.back-button-section {
    padding: 20px 16px;
}

.dialpad-input {
    padding-inline: 16px;
}

.dialpad-input #dialpad-input {
    font-size: 36px;
    font-weight: 400;
    color: #000;
}

.dialpad-input form {
    padding-block: 8px 10px;
    margin-bottom: 16px;
}

.suggestion {
    border-top: 2px solid rgba(117, 117, 117, 0.08);
    padding-top: 4px;
}

.suggestion .suggestion-title {
    color: #454545;
    font-size: 14px;
    font-weight: 600;
}

.suggestion-list {
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-block: 10px 16px;
}

.suggestion-btn {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    border-radius: 8px;
    border: 1.5px solid #857370;
    white-space: nowrap;
}

.suggestion-btn:hover {
    border: 1.5px solid #857370;
}

.suggestion-btn.active-btn {
    background: #FFDAD5;
}

.dialpad {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 16px;
    row-gap: 10px;
    padding: 10px 16px;
    margin-bottom: 15px;
}

.dialpad-input:focus {
    outline: none;
}

.dialpad .digit {
    color: #291715;
    font-size: 40px;
    font-weight: 300;
    border-radius: 24px;
    background: #F5F5F5;
    text-align: center;
}


.place-a-call-page {
    padding-block: 88px 32px;
}

.place-a-call-page .call-content .profile-icon {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFDAD5;
    border-radius: 50%;
    margin-bottom: 7px;
}

.place-a-call-page .call-content .callerId {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1px;
}

.place-a-call-page .call-content .calling-info {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.call {
    padding-bottom: 32px;
}

.call-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #00A827;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.phone-buttons .icons {
    gap: 54px;
}

.phone-buttons .icons .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
}

.hang-call-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #BA1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Bill page */
.bill-page header {
    gap: 12px;
    padding: 20px 16px;
    margin-bottom: 67px;
}

.bill-page .bill-title {
    color: #231918;
    font-size: 22px;
    font-weight: 400;
}

.bill-body-content {
    padding-inline: 16px;
    padding-bottom: 84px;
}

.bill-page-content image {
    margin-bottom: 67px;
}

.bill-page .bill-body-content .title {
    color: #454545;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bill-page .bill-body-content .information {
    color: #5E3F3C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}