/* CUSTOM TAGS */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* @font-face {
    font-family: 'BARABARA-final';
    src: url(../fonts/BARABARA-final.woff2) format('woff2');
} */
  

html {
    background-color: #f2f2f2;
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

body {
    background-color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

header {
    z-index: 1000!important;
}

ul, ol {
    list-style-type: none;
}

ul li {
    padding: 4px 0px;
}

/* CUSTOMIZE BOOTSTRAP */

.bg-blue {
    background: #210097;
}

.custom-dropdown-menu {
    background-color: #ececec;
}

.custom-dropdown-menu a:hover {
    color: #000;
    text-shadow: 2px 2px 6px #ffffff, 0 0 25px #a7a7a7, 0 0 9px #868686;
    transition: 0.2s;
    text-decoration: none;
}

.custom-dropdown-menu a {
    font-weight: normal;
}

.custom-navbar {
    min-height: 60px;
    max-height: 60px;
}

.custom-ul {
    padding: 4px 0px;
}

.custom-ul li {
    font-size: 1rem;
}

.custom-container {
    padding-right: calc(var(--bs-gutter-x) * .0) !important;
    padding-left: calc(var(--bs-gutter-x) * .0) !important;
}

/* STYLE */

.responshowhide {
    display: block;
}

.responhideshow {
    display: none;
}

.font-ptnarrow {
    font-family: 'PT Sans Narrow', sans-serif;
}

.font-cambria {
    font-family: 'Cambria', sans-serif;
}

.headlogo {
    width: auto;
    height: 48px;
}

.bg-citcha {
    background-image: url('../img/tabacocitizenscharterbanner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-guidebook {
    background-image: url('../img/digital_handbook_banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 490px;
    max-height: 500px;
}

.bg-tabaco {
    background-color: #e5e5e5;
}

.bg-customdark {
    background-color: #0b0d17;
}

.bg-office {
    background-image: linear-gradient(rgba(75, 148, 245, 0.5), rgba(1, 86, 197, 0.5)),
                        url('../img/tabacocityseal.png');
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}

.bg-service {
    background-image: linear-gradient(rgba(75, 148, 245, 1), rgba(1, 86, 197, 1));
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}

.bg-container {
    background-color: #f9f9f9;
}

.buttonnum {
    height: 300px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    /* -webkit-filter: brightness(100%); */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttonone {
    background-image: url('../img/bg-btn1.jpg');
}

.buttontwo {
    background-image: url('../img/bg-btn2.jpg');
}

.buttonthree {
    background-image: url('../img/bg-btn3.jpg');
}

.buttonfour {
    background-image: url('../img/bg-btn4.jpg');
    align-items: flex-start;
}

.buttonfive {
    background-image: url('../img/bg-btn5.jpg');
    align-items: flex-start;
}

.buttonsix {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                        url('../img/bg-btn6.jpg');
    align-items: flex-end;
}

.buttonbplu1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                        url('../img/bg-btn-bplu1.jpg');
}

.buttonbplu2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                        url('../img/bg-btn-bplu2.jpg');
}

.custompadding {
    height: 60px;
    max-height: 60px;
    width: 100%;
}

.navbar-collapse {
    background-color: #e5e5e5;
}

.nav-link {
    text-align: center;
    font-size: 13pt;
    color: #2b2b2b;
    margin: 0px 2px;
}

.nav-link:hover {
    color: #000;
    text-shadow: 2px 2px 6px #ffffff, 0 0 25px #a7a7a7, 0 0 9px #868686;
    transition: 0.2s;
    text-decoration: none;
}

.nav-link:focus {
    color: #000;
}
.nav:active {
    /* font-weight: bold; */
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-underline-offset: 5px;
    color: #000;
}

.text-citcha {
    color: #003a7c;
}

.font-subhead {
    font-size: 18pt;
    line-height: 28pt;
}

.font-subhead2 {
    font-size: 18pt;
    line-height: 28pt;
}

.dropdown-menu-dark {
    background-color: #b126bd;
}

.accordion-header, .accordion-button {
    z-index: 0!important;
}

.accordion-button:focus {
    z-index: 0!important;
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.encircled-digit {
    background-color: #0053c0;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    font-size: 1rem;
    font-weight: bold;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
}

@media (min-width: 992px) {
    
    .responsive-padding-left {
        margin: 16px 0px 16px 0px;
    }

    .responsive-padding-right {
        margin: 16px 0px 16px 0px;
    }

}

@media (max-width: 991px) {
    
    .responsive-padding-left {
        margin: 16px 16px 16px 32px;
    }

    .responsive-padding-right {
        margin: 16px 32px 16px 16px;
    }

}

@media (min-width: 577px) {
    
    .responsive-image-showhide {
        display: block;
    }

    .responsive-image-hideshow {
        display: none;
    }

}

@media (max-width: 576px) {

    .custompadtop {
        padding-top: 20px;
    }

    .custompadtophead {
        padding-top: 67px;
    }

    .responsive-image-showhide {
        display: none;
    }

    .responsive-image-hideshow {
        display: block;
    }

}

@media (max-width: 480px) {

    .customcolumn {
        width: 100%;
    }

    .custompad1 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 16px;
    }

    .custompad2 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 16px;
    }

    .custompadtop {
        padding-top: 10px;
    }
    
    .responshowhide {
        display: none;
    }

    .responhideshow {
        display: block;
    }

    .headlogo {
        height: 36px;
        width: auto;
    }

    .font-subhead {
        font-size: 14pt;
        line-height: 16pt;
    }

    .bg-guidebook {
        background-size: 200%;
        height: 300px;
    }

}
@media (max-width: 321px) {
    .bg-guidebook {
        background-size: 220%;
        height: 220px;
    }
}

.active {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-underline-offset: 5px;
    color: #000;
}

.panel {
    padding: 0 32px;
    display: none;
    list-style-type: disc;
}

/* FOOTER */

footer {
    width: 100%;
    bottom: 0;
    left: 0;
}

.footer-link  {
    color: #fff;
    font-size: 14pt;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
    text-shadow: 2px 2px 6px #ffffff, 0 0 25px #a7a7a7, 0 0 5px #ffffff;
    transition: 0.2s;
    text-decoration: none;
}

.media-icons a {
    color: #ddd;
    font-size: 16px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    border: 2px solid #aaa;
    margin: 10px 5px;
    overflow-y: hidden;
}

.media-icons a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: 0.3s;
}

.button-container {
    display: flex;
}

.div-service {
    min-height: 94px;
    max-height: 94px;
}

.btn-service {
    border: none;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.span-service {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* guidebook */

.featured-services {
    padding: 0;
}

.featured-services .icon-box {
    padding: 20px;
    color: #5f687b;
    background: #f2f2f2;
    border-radius: 4px;
    /* border: 1px solid #f9f9fa; */
    transition: 0.3s;
    height: 100%;
}

.featured-services .icon {
    margin: 0 0 15px 0;
}

.featured-services .icon {
    font-size: 36px;
    color: #0062a1;
}

.featured-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: #003354;
    transition: 0.3s;
}

.featured-services .icon-box:hover {
    border-color: #eaecef;
}


.custom-ul li a{
    text-decoration: none;
    color: #070031;
}

.custom-ul li a:hover{
    text-decoration: none;
    color: #285819;
}

/* services - - select2 */
.select2-container--bootstrap-5{
    font-family: 'Microsoft Yahei'!important;
}
.select2-selection--single {
    height: 100% !important;
  }
.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color:#597399!important; 
    box-shadow: none!important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    text-align: center;
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    color: #212529!important;
    background-color: #fff!important;
    border-color: #597399!important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    transition: ease-in-out .15s!important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none!important;
    border-bottom:1px solid #ced4daee!important;
    box-shadow: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* option selected */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: #1d2c3f!important;
}
/* option highlight */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #000;
    background-color: #87a0b9!important;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid!important;
    border-color: #86b7fe!important;
}


/* services-edit container for form */
.body-container{
    position: relative;
    height: 400px;
    width: 100%;
}

.body-container2{
    max-height: 999999px;
    height: inherit;
    width: 100%;
}

/* blurred background */
.bg-home-blur{
    background-image: url("../img/backups/tabacocitizenscharterbanner_noblur.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 400px;
    width: 100%;
    max-height: 400px;
    filter: blur(3px) brightness(70%);
    position: absolute;
    top: 0;
    left: 0;
}

.bg-home-blur2{
    background-image: url("../img/backups/tabacocitizenscharterbanner_noblur.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 100%;
    width: 100%;
    /* max-height: 400px; */
    filter: blur(3px) brightness(70%);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.container-select{
    box-shadow: 2px 2px 5px #111111;
    transition: .4s ease-in-out;
    max-width: 500px;
    position: absolute;
}

.bot-end-btn{
    position: absolute;
    bottom: -8px;
    right: 40px;
    box-shadow: 10px;
}

/* form transition animation */
.opacity-toggle{
    opacity: 0;
}

.starting-position{
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* form centered */
.center-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solid-line{
    width: 170px;
    padding: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

/* buttons homepage hover animation*/

.btn-container{
    position: relative;
}

.button-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000cc, #000000cc);
    opacity: 0.6;
    /* filter: grayscale(100%); */
    cursor: pointer;
    -webkit-transition: all 0.3s  ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.button-overlay:hover, .btn-container:hover .button-overlay{
    opacity: .8;
    -webkit-transition: all 0.3s  ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.btn-txt{
    z-index: 1;
}

#main {
    margin-top: 70px;
    z-index: 3;
    position: relative;
}

.btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #6045c0;
    text-transform: uppercase;
    color: #fff;
    background: #3600f8;
    min-width: 372px;
    text-align: center;
}

.btn-get-started-force {
    min-width: 372px!important;
    max-width: 372px!important;
}

#hero .btn-get-started:hover {
    background: #210097;
    border: 2px solid #210097;
}
  
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.requirements {
    min-height: 400px;
    background: url("../img/archi_office.jpg") top center;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.breadcrumbs {
    padding: 0;
}

.breadcrumbs .breadcrumb-hero {
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.breadcrumbs .breadcrumb-hero h2 {
    font-size: 32px;
    font-weight: 500;
}

.breadcrumbs .breadcrumb-hero p {
    font-size: 14px;
    margin-bottom: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #565e49;
    content: "/";
}
  
@media (max-width: 400px) {

    .requirements {
      min-height: 0px;
    }
    
    .btn-get-started-force {
      min-width: 240px!important;
      max-width: 240px!important;
    }
  
}