html {
    font-size: 14px;
}
.colorSite {
    color: #3b5998;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
   /* margin-bottom: 60px;*/
}

.is-invalid {
    border-color: #dc3545;
}

.visMat {
    visibility: collapse;
    height: 0px;
}
.shortdesc {
    vertical-align: inherit;
    font-size: 15px;
    vertical-align: inherit;
    line-height: 20px;
    color: #024202;
}
.Price-book {
    color: #0e3d74;
    font-weight: bold;
    font-size: 30px;
}
.moneyRed {
    color: ##0e3d74;
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 600;
}

.title-book {
    color: #0e3d74;
    font-weight: bold;
    margin-bottom: 20px;
}
.img-grid-list {
    width: 100%;
    min-height: 225px;
}

.primary-btn111 {
    margin: 4px;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.floating-tour-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 70;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 16px;
    border-radius: 20px;
    background: rgba(13, 29, 43, .92);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.bookNowBlue {
    margin: 4px;
    border-radius: 5px;
    background-color: #0d6efd;
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
/* Toggle Button */
#socialToggle {
    position: fixed;
    top: 250px;
    left: 0;
    background: #3b5998;
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    z-index: 1000;
}

/* Menu */
#socialMenu {
    position: fixed;
    top: 250px;
    left: -60px; /* gizli */
    transition: all 0.3s ease;
    z-index: 999;
}

    /* Açık hali */
    #socialMenu.active {
        left: 0;
    }

    /* Icon linkler */
    #socialMenu a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        color: white;
        text-decoration: none;
        font-size: 18px;
        margin-bottom: 5px;
        border-radius: 0 8px 8px 0;
        transition: all 0.3s;
    }

/* Renkler */
.facebook {
    background: #3b5998;
}

.instagram {
    background: #e4405f;
}

.twitter {
    background: #000;
}

.whatsapp {
    background: #25d366;
}

/* Hover efekti */
#socialMenu a:hover {
    transform: translateX(5px);
}
.rdBtn {
    width: 20px;
    height: 20px;
}

.rdLabel {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 7px;
    margin-left: 8px;
}