﻿
.image-logo {
    position: static;
    width: 60%;
}

.div-logo-left-style {
    top: 20%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.div-background-left-style {
    display: block;
    position: relative;
    overflow: visible;
}

.body-style {
    --bs-body-bg: #F6F1EE;
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 80px;
}

.div-branch-padding {
    padding-top: 28px;
}

.link-content-div {
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .link-content-div {
        background: #FFFFFF;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 330px) {
    .visable-text-large {
        display: none;
    }
}

@media (min-width: 576px) {
    .visable-text-large {
        display: none;
    }
}

@media (min-width: 768px) {
    .visable-text-large {
        display: initial;
    }
}

@media (min-width: 992px) {
    .visable-text-large {
        display: none;
    }
}

@media (min-width: 1200px) {
    .visable-text-large {
        display: initial;
    }
}

@media (min-width: 1400px) {
    .visable-text-large {
        display: initial;
    }
}

.visable-logo-large {
    display: initial;
}

@media (max-width: 992px) {
    .visable-logo-large {
        display: none;
    }
}

.visable-logo-small {
    display: none;
}

@media (max-width: 992px) {
    .visable-logo-small {
        display: inherit;
    }
}

.branch-style {
    color: #EEE5DD;
}

.div-branch-style {
    background: #9D5A4D;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
}
    .div-branch-style:has(:hover) {
        background: #774C38;
        color: #EEE5DD;
    }
.div-locaiton-style {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 7px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid var(--bs-emphasis-color);
    padding-top: 4px;
    padding-bottom: 4px;
}
.div-locaiton-color {
    background: #EEE5DD;
  
}
    .div-locaiton-color:has(:hover) {
        background: #F5C399;
    }
.div-web-style {

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
}
.div-web-color {
    background: #AF7E5D;
}
    .div-web-color:has(:hover) {
        background: #805A3D;
    }

.div-left-content {
    text-align: center;
}

.div-left-content-header {
    font-family: Abel, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    color: #EEE5DD;
}

.div-left-content-header-style {
    position: static;
    display: inline-block;
    padding-top: 5px;
    padding-right: 70px;
    padding-left: 70px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #EEE5DD;
    margin-right: 10px;
    margin-left: 10px;
}

.div-left-content-para {
    color: #EEE5DD;
    font-size: 14px;
    padding-right: 60px;
    padding-top: 10px;
    padding-left: 60px;
}

.col-right-style {
    background: #FFFFFF;
}

.image-logo1 {
    position: static;
    width: 30%;
}

.div-right-content {
    text-align: center;
}

.div-right-content-style {
    position: static;
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #9D5A4D;
    margin-top: 10px;
    padding-top: 5px;
}

.div-right-content-header {
    font-family: Abel, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #9D5A4D;
}

.div-right-content-para {
    color: #9D5A4D;
    font-family: 'Abel';
    padding-top: 10px;
}
.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

