
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
@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');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&display=swap');

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
}

:root {
    --main-color: #585858;
    --dark-hover-color: #444444;
    --hover-color: blue;
    --main-color-2: #bfa6a6;
    --light-bg-color-3: #e6f5fc;
    --border-width: 7px;
}

h2,
h3 {
    color: var(--main-color);
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

.btn {
    font-size: 1em;
    min-width: fit-content;
}
b, strong{
    color:#555555
}
.btn-primary {
    background-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    border-color: var(--main-color);
}

.btn-primary:hover {
    background-color: var(--dark-hover-color) !important;
    color: #fff !important;
    border-color: var(--main-color) !important;
}

.header {
    background: linear-gradient(to top, #fff, #87b1d9);
    width: 300px;
    position: sticky;
    top: 0;
    height: 100vh;
}

.background-img-mexico {
    width: 300px;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.background-img-mexico img {
    height: 100%;
    object-fit: cover;
}
nav.navbar{
    /* background-color: var(--main-color); */
    padding: 0;
    width: 102%;
    overflow: visible;
    margin-left: -1%;
    background: #8ab3da;
}
.custom-nav-wrap{
    max-width: 900px;
    margin: 30px auto;
    padding: 14px;
}

.custom-nav{
    position: relative;
    display: flex;
    align-items: center;
    height: 54;
    /* background: linear-gradient(180deg, #c9dae9, #8ab3da); */
    /* border-radius: 30px; */
    /* border: 2px solid rgba(255, 255, 255, 0.12); */
    padding: 0 12px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -6px 12px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    user-select: none;
}

.nav-item{
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    z-index: 2; /* above pill bg */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
}

.nav-link {
    color: #000;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0;
    background: #282828;
    border-radius: 6px;
    border-radius: 10px 0;
    padding: 3px 20px !important;
}

/* separators between items */
.nav-item:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    height: 42%;
    width: 2px;
    top: 29%;
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(0,0,0,0.45));
    transform: translateX(1px);
    opacity: .7;
    z-index: 2;
    border-radius: 1px;
}

/* Active pill background */
.nav-link.active, .nav-link:hover{
    color: #1f2324;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 10px 0;
    padding: 3px 5px;
}
.nav-link.active::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    height: calc(100% - 12px);
    width: 110%;
    max-width: 220px;
    border-radius: 18px;
    background: linear-gradient(180deg,#f5f6f7,#dfe3e6);
    box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,   /* glossy top */
    0 -1px 0 rgba(0,0,0,0.12) inset,
    0 2px 0 rgba(0,0,0,0.12);
    z-index: -1;
    border: 1px solid rgba(0,0,0,0.08);
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--main-color);
    color: #fff;
}
/* smaller screens adjust */
@media (max-width:640px){
    .nav-link{ font-size:12px; padding:6px 8px; }
    .nav-item:not(:last-child)::after{ height:32%; top:34%; }
    .nav-link.active::before{ max-width:160px; width:95%; }
}
.navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    color: #000 !important;
}

.state-bg.background-img-mexico {
    height: calc(100vh - 110px);
}

/* .state-bg.background-img-mexico img{
    object-fit: cover;
} */
.header .logo-box-mexico {
    /* background-color: #87b1d9; */
    color: #000;
    padding: 10px;
    font-family: "Dosis", sans-serif;
    /* border-radius: 0 0 10px 0; */
}

.header .logo-box-mexico.state-name h2 {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.header .logo-box-mexico.state-name p {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 2;
}

.header .logo-box-mexico h1 {
    color: #000;
    font-size: 2.1em;
    text-align: center;
    font-family: sans-serif;
}

.header .logo-box-mexico h1 small {
    font-size: 50%;
}

.header .logo-box-mexico.state-name i {
    color: #bf842d;
}

.header .logo-box-mexico a {
    color: #000;
    text-decoration: unset;
}

.header nav .navbar-nav {
    padding-left: 40px;
    width: 100%;
}

.header nav .navbar-nav li a {
    color: var(--main-color);
    display: block;
    font-size: 30px;
    padding: 10px;
}

.header nav .navbar-nav li a.active,
.header nav .navbar-nav li:hover a {
    background-color: var(--main-color-2);
    color: var(--main-color);
    padding-left: 30px;
    font-weight: 500;
}

.header nav .navbar-nav li a i {
    font-size: 50px;
    width: 0;
    opacity: 0;
    margin-left: -10px;
    transform: translate(-10px, 10px);
    margin-right: 15px;
}

.header nav .navbar-nav li a.active i,
.header nav .navbar-nav li:hover a i {
    width: fit-content;
    opacity: 1;
}

.main-content-mexico {
    width: calc(100% - 300px);
    /* height: 100vh; */
    overflow: hidden;
}

.main-content-start {
    width: calc(100% - 600px);
}

.main-content-mexico .note {
    justify-content: space-between;
}

.main-content-mexico .note .chamber-img img {
    width: 150px;
    height: 220px;
}

.main-content-mexico section .section-content {
    background-color: var(--light-bg-color-3);
    border-radius: 10px;
    padding: 15px;

}

.main-content-mexico section .section-content h3 {
    color: var(--main-color);
}

.main-content-mexico section .section-content small {
    font-size: 0.6em;
    color: #000;
    font-weight: 400;
}

.main-content-mexico section .section-content small span {
    color: blue;
    font-weight: 600;
}

.main-content-mexico section .section-content .table-responsive {
    width: 78%;
    /* max-width: 900px; */
}

.main-content-mexico section .section-content table th {
    color: var(--main-color);
    background: transparent;
}

.main-content-mexico section .section-content table tbody tr:nth-of-type(odd),
.case-container .case-service table tbody tr:nth-of-type(even) td {
    background-color: var(--main-color-2)
}

.main-content-mexico section .section-content table td {
    color: #000;
    background: transparent;
}

.main-content-mexico section .section-content table tfoot td,
.case-container .case-service table tbody tr:nth-last-child(1) td {
    background-color: var(--main-color);
    color: #fff;
}

.main-content-mexico section .section-content .section-hidden-content {
    display: none;
}

section#federal table th {
    font-size: 0.8em;
}

section#federal table td {
    font-size: 0.9em;
}

section#federal table input {
    width: 25px;
    height: 25px;
}

.main-content-mexico section .section-content .fee .btn {
    max-width: 210px;
    font-weight: 500;
}

.crop-popup .modal-dialog {
    max-width: 100%;
    width: 1000px;
}

.crop-popup table tr td:first-child {
    background-color: #d7f7d7;
    border: 5px solid #fff;
    padding: 3px 10px !important;
    width: 35%;
}

.crop-popup table tr td:nth-child(2) {
    background-color: #f1f1d5e0;
    border: 5px solid #fff;
    padding: 3px 10px !important;
    width: 35%;
}

.crop-popup table tr td:nth-child(3) {
    background-color: #e9bebe;
    border: 5px solid #fff;
    padding: 3px 10px !important;
    width: 30%;
}

.document-container {
    background: white;
    height: 450px;
    margin: 3em;
    width: 100%;
    cursor: pointer;
    border-radius: 28px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 400px;
    position: relative;
}

.document-container p {
    font-size: 39px;
    color: black;
    padding-top: 1em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.document-container .fingureClick-mexico {
    width: 90px;
    position: absolute;
    right: 14px;
    z-index: 2;
}

.p-docimg-mexico {
    width: 300px;
    position: relative;
    top: 17px;
    margin: auto;
    display: block;
}

.notShown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: .5s;
}

.onShow {
    position: absolute;
    left: 0;
    right: 0;
}

.passed {
    right: 100%;
}

.start-chosse-type-mexico {
    transition: .5s;
    position: absolute;
    width: 100%;
}

.slideOutLeft {
    transition: .5s;
    width: 100%;
    /* position: absolute; */
}

.slideOutLeft a {
    font-size: 1.3rem;
    color: var(--main-color);
    /* line-height: 2; */
    margin-bottom: 1rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    display: block;
    text-align: left;
    cursor: pointer;
    padding-left: 2rem;
}

.slideOutLeft a:hover {
    color: var(--hover-color);
    /* stroke: 2px var(--main-color); */
    /* -webkit-text-stroke: 0.5px var(--main-color); */
    /* font-weight: 900; */
    text-decoration: unset;
}

.slideOutLeft a.btn {
    padding-left: 12px;
}

.slideOutLeft a:hover img {
    border-width: 8px;
    border-color: var(--hover-color);
}

.cert-container img {
    /* height: 485px; */
    width: auto;
    height: 380px;
    object-fit: unset;
    width: 280px;
    background: white;
    margin-top: 8px;
    border-radius: 4px;
    border: 2px solid var(--main-color);
}

.text {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    padding-left: 20px;
    color: var(--main-color);
}

.text b {
    font-size: 1.1rem;
    color: #000;
}

.slideOutLeft .fee a {
    color: #fff;
    display: inline-block;
    max-width: 135px;
    text-align: center;
}

.suchAs {
    font-family: "Edu AU VIC WA NT Pre", cursive;
    font-size: 21;
    font-weight: 500;
    display: block;
    width: 280px;
    text-align: center;
}

/* cases page */
.case-content {
    min-height: 500px;
    max-width: 100%;
    width: 700px;
}

.case-content .question-div {
    margin: 20px 0;
    font-size: 1.1em;
    font-weight: 500;
}

.case-content .question-div select {
    display: inline-block;
    width: 78px;
    border-color: var(--main-color);
    border-width: 3px;
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
    padding-right: 25px;
    margin-left: 10px;
}

.case-content .case-service table thead th {
    background-color: var(--main-color);
    color: #fff;
}

.main-content-mexico .upload-box-mexico .pdf-img-mexico {
    /* height: 155px; */
    width: 102px;
    position: absolute;
    top: -169px;
    display: block;
    box-shadow: 1px 1px 8px;
    background-color: #fff;
    right: 35%;
    animation: moveUpDown 4s linear infinite;
    z-index: 2;
}

.main-content-mexico .upload-box-mexico .submit-div-mexico {
    display: block;
    text-align: center;
    background-color: #6c757d79;
    border: 3px #6c757d;
    border-style: dashed;
    color: #6c757d;
    font-size: 20px;
    border-radius: 20px;
}


.main-content-mexico .upload-box-mexico .upload-content-mexico {
    min-height: 260px;
    padding: 100px 25px;
}

.main-content-mexico .upload-box-mexico .inputs-container-step1 .upload,
.main-content-mexico .upload-box-mexico .inputs-container-step1 .upload .upload-input {
    height: 100%;
}

.main-content-mexico .upload-box-mexico .submit-box-mexico-for-show-mexico .upload-div-mexico .total.inputs-container-step1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.main-content-mexico .upload-box-mexico .submit-box-mexico-for-show-mexico .upload-text-mexico {
    width: 100%;
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px;
    border-radius: 18px 18px 0 0;
}

.main-content-mexico .upload-box-mexico .uploadedNames {
    position: absolute;
    bottom: 13px;
    width: 100%;
    font-size: 1.2em;
    overflow: hidden;
}

.upload-input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.uploadedNames tr td {
    min-width: 15px;
    color: #000;
    text-align: left;
}

.main-content-mexico .case-end-ques p {
    font-size: 1.5em;
}

.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: grey;
}

.modal-body iframe {
    width: 100%;
    height: 455px;
}

@keyframes moveUpDown {
    0% {
        top: -60px;

    }

    100% {
        top: 50px;
    }
}


/* cart */
.cart-contaienr {
    max-width: 1000px;
    margin: auto;
}

.cart-contaienr table {
    font-size: 20px;

}

.cart-contaienr table thead tr th {
    background-color: var(--main-color);
    color: #fff;
}

.cart-contaienr table tbody tr:nth-last-child(1) td {
    background-color: var(--main-color);
    color: #fff;
}

/* order From */
.orderForm-contaienr {
    max-width: 1200px;
    margin: auto;
}

#outusa {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.orderForm-contaienr input,
.orderForm-contaienr select {
    border-color: #999999;
}

.outusa {
    display: none;
}

#tel {
    border-radius: 5px 0 0 5px;
}

#ext {
    border-radius: 0 5px 5px 0;
}

/* @media screen and (min-width: 2000px) {
    body{
        font-size: 1.3rem;
    }
    .main-content-mexico {
        width: calc(100% - 675px);
    }
    .header{
        min-width: fit-content;
    }
    .case-container .question-div select{
        font-size: 1.3em;
        width: 85px;
    }
    .crop-popup .modal-dialog{
        max-width: 100%;
        width: 1200px;
    }
} */
.case-content .case-service table td input {
    width: 25px;
    height: 25px;
}

.fedex-type,
.ups-type {
    background-color: #f1f1bc;
    padding: 4px 0;
    /* display: none; */
}

.shipping-inputs {
    font-size: 20px;
}

.shipping-inputs input[type='radio'] {
    border: 2px solid var(--main-color);
    width: 25px;
    height: 25px;
    appearance: none;
}

.shipping-inputs input[type='radio']:checked {
    background-color: var(--main-color-2);
    border: 3px solid var(--main-color);
    background-image: unset;
}

.shipping-inputs input[type='checkbox'] {
    border: 2px solid #000;
    width: 25px;
    height: 25px;
    /* appearance: none; */
}

.cardImg .card {
    background-color: var(--main-color);
    border-radius: 1rem;
    font-family: 'Abel';
    color: #47474e;
    /* padding: 2rem; */
    font-family: Abel;
    width: 100%;
    margin: auto;
    margin-top: 2em;
    background-size: cover;
    height: 275px;
    padding-top: 1px;
}

.cardImg .card_bar {
    background-color: #646464;
    content: "";
    height: 54px;
    margin-top: 17px;
    display: block;
    width: 100%;
}

.cardImg .chipContainer {
    color: white;
    display: flex;
    align-items: center;
    margin-top: 11px;
    font-size: 20px;
    font-family: "Abel";
}

.cardImg .chipContainer img {
    width: 78px;
    position: relative;
    margin-left: 28px;
}

.cardImg .chipContainer span {
    display: inline-block;
    margin-left: 12px;
    font-size: 25px;
    font-family: "Poppins";
}

.cvv_card {
    background-color: white;
    height: 39px;
    position: relative;
    content: "";
    width: 90%;
    margin: 0 auto;
    /* background-image: url(../images/lineBackground.jpg); */
    background-color: darkgray;
}

.cvv_card span {
    background-color: white;
    width: 79px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
    font-family: monospace;
}

.card__name__input {
    font-size: 25px !important;
    font-family: 'Poppins';
    margin: 0;
}

.card__number__input {
    font-size: 2rem;
    margin: 0;
}

.card__expiration {
    float: left;
    width: 100%;
    position: relative;
}

.card__expiration p {
    display: inline-block;
    color: white;
    font-size: 22px;

}

.calc-fee {
    border: 1px solid #000;
    padding: 10px;
    width: fit-content;
    /* margin-left: -13px; */
    margin-top: 20px;
    color: var(--main-color);
    font-weight: 600;
}

.calc-fee p {
    margin-bottom: 0;
}

.no-state {
    width: calc(100% - 300px);
    text-align: center;
}

.btn-choose-state {
    background-image: -webkit-linear-gradient(right, #c9c9cb 0%, #f0d1a3 100%);
    color: var(--main-color);
    width: 100px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px;
}

.btn-choose-state:hover {
    background-image: -webkit-linear-gradient(left, #c9c9cb 0%, #f0d1a3 100%);
    color: #fff;
}

.corp-table {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    margin-bottom: 2rem;
}

.corp-table table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.corp-table th.case-a,
.corp-table td.case-a,
.corp-table .case-a-desc {
    background: #aecae530;
}

.corp-table th.case-b,
.corp-table td.case-b,
.corp-table .case-b-desc {
    background: #aecae552;
}

.corp-table th.case-c,
.corp-table td.case-c,
.corp-table .case-c-desc {
    background: #aecae57a;
}
.corp-table table td, .corp-table table th{
    border: 15px solid #fff;
    border-top: 0;
    border-bottom: 0;
}
.casePrice{
    color: #e9a921;
    font-size: 30px;
    -webkit-text-stroke: 0.5px black;
}
.casePrice small{
    font-size: 10px;
    color: #000;
}
.lookAsLabel{
    background: #696088;
    color: #fff;
    max-width: fit-content;
    margin: auto;
    padding: 10px 15px;
    border-radius: 5px;
}
.corp-table table th{
    font-weight: 400;
    font-size: 23px;
}
.corp-table .form-check {
    margin-bottom: 0.5rem;
    text-align: left;
}

.corp-table .form-check-input {
    margin-right: 0.5em;
    accent-color: #3656E4;
    border-color: #000;
}

.corp-table .form-check-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.corp-table .form-check-label:hover{
    color: blue;
}

.corp-table .haveQuestion {
    text-decoration: underline;
    cursor: pointer;
}

.corp-table .small {
    font-size: 0.85em;
    color: #666;
}
.checkboxContainer{
    flex:2;
}
.plusMinsContainer{
    display: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.plusMinsContainer .documentValue{
    width: 30px;
    appearance: none !important;
    padding: 2px;
    text-align: center;
    border-radius: 0;
    font-weight: 600;
    border-width: 0;
}
.plusMinsContainer button{
    background: #8ab3da;
    border: 0;
    border-radius: 4px 0 0 4px;
    font-weight: 800;
    align-content: center;
    font-size: 14px;
}
.plusMinsContainer button.plus-btn{
    border-radius: 0 4px 4px 0;
}
.plusMinsContainer button:hover{
    background: #6793be;
}
.fedTable td{
    align-content: baseline;
}
@media screen and (min-width: 2200px) {
    body {
        font-size: 1.3rem;
    }

    .main-content-mexico {
        width: calc(100% - 400px);
    }

    .header {
        width: 400px;
    }

    .background-img-mexico {
        width: 400px;
    }

    .main-content-start {
        width: calc(100% - 800px);
    }

    .case-content .case-service table thead th,
    .case-content .case-service table td {
        font-size: 1rem;
    }

    .case-content .case-service {
        max-width: 1000px !important;
    }

    .logo-box-mexico.state-name p {
        text-align: center;
    }

    .case-content {
        width: 1000px;
    }

    .no-state {
        width: calc(100% - 500px);
    }
}

/*
.main-content-mexico {
    overflow: auto;
} */

.startOrder-mexico {
    /* font-weight: bold; */
    /* border: none; */
    padding: 10px 20px;
    border-radius: 4px;
}

.document-page-title {
    font-size: 2rem;
}

.listDocumentsFed input {
    border: 1px solid #000;
    border-radius: 0;
    width: 20px;
    height: 20px;
}

/* DOJ questionnaire */
.questionnaire .card {
    border-radius: 12px;
}

.questionnaire .card-title {
    color: #000;
}

.questionnaire .checklist li {
    font-size: 0.95rem;
    color: #333;
}

/* slide/transition utilities */
.hideToLeft {
    transform: translate(-100%, 0px);
    transition: 1s;
}

.showToRight {
    transform: translate(0%, 0px);

}

.slide-enter-active {
    transition: transform 1s ease, opacity 1s ease;
}

.slide-enter-from {
    transform: translateX(-100%);
    opacity: 0;
}

.slide-enter-to {
    transform: translateX(0);
    opacity: 1;
}

.slide-leave-active {
    transition: transform .6s ease, opacity .6s ease;
}

.slide-leave-from {
    transform: translateX(0);
    opacity: 1;
}

.slide-leave-to {
    transform: translateX(100%);
    opacity: 0;
}

/* keyframe-based helpers (for imperative JS usage) */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.anim-slide-in-left {
    animation: slideInLeft .6s ease-out forwards;
}

.anim-slide-out-right {
    animation: slideOutRight .6s ease-in forwards;
}

/* clip container so sliding content starts outside without showing */
.slide-clip {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    min-height: 50vh;
    /* justify-content: center; */
}

.slide-clip>* {
    width: 100%;
}

thead tr th {
    background: #8ab3da !important;
    color: #000 !important;
}

.date.dateCard {
    width: 125px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid;
}

.date.dateCard .day {
    background-color: #8ab3da;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-shadow: none;
}

.date.dateCard .month {
    background-color: #8ab3da;
    color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-shadow: none;
}

.date.dateCard .num {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
}

.loader-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9;
    display: none;
}
#loader {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px -50px;
}

#loader div {
    width: 20px;
    height: 20px;
    background: #3656E4;
    border-radius: 50%;
    position: absolute;

}
.businessDocumentsChoose{
    /* gap: 50px; */
    padding: 0 35px;
}
.businessDocumentsChoose  > div {
    max-width: 500px;
}
.businessDocumentsChoose  > div > div {
    border-radius: 30px;
    padding: 10px;
}
.businessDocumentsChoose  > div:first-child > div{
    background-color: #aecae530;
}
.businessDocumentsChoose  > div:nth-child(2) > div{
    background-color: #aecae552;
}
.businessDocumentsChoose  > div:nth-child(3) > div{
    background-color: #aecae57a;
}
.businessDocumentsChoose .pricing{
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 81px;
}
.businessDocumentsChoose .num{
    font-weight: 700;
    font-size: 4rem;
    line-height: 1
}
.personalDocumentsChoose{
    /* gap: 50px; */
}
.personal-case-three, .personal-case-two, .personal-case-one{
    max-width: 500px;
}
.personal-case-three > div, .personal-case-two > div, .personal-case-one > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    height: -webkit-fill-available;
    height: -moz-fill-available;
    height: -o-fill-available;
}
.personal-case-one > div{
    background-color: #f6d57e24;
}
.personal-case-two > div{
    background-color: #d8b34e3d;
}
.personal-case-three > div{
    background-color: #eeca6a85;
}
.slideOutLeft a.cert-container{
    margin: 0 auto;
    padding: 0;
}
.personal-case-one a{
    max-width: 334px;
    margin: auto;
    padding: 5px;
}
.personal-case-three a{
    max-width: 300px;
    margin: 0 auto;
    padding: 5px;
}
#d1 {
    animation: animate 2s linear infinite;
}

#d2 {
    animation: animate 2s linear infinite -.4s;
}

#d3 {
    animation: animate 2s linear infinite -.8s;
}

#d4 {
    animation: animate 2s linear infinite -1.2s;
}

#d5 {
    animation: animate 2s linear infinite -1.6s;
}

@keyframes animate {
    0% {
        left: 100px;
        top: 0
    }

    80% {
        left: 0;
        top: 0;
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    90% {
        width: 40px;
        height: 15px;
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 100px;
        top: 0;
    }
}


.apostille-guide {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid #e3e3e3;
}

.apostille-guide h1,
.apostille-guide h2,
.apostille-guide h3 {
    font-family: 'Dosis', 'Roboto', Arial, sans-serif;
}

.apostille-guide h1 {
    color: #3656E4;
    font-size: 2.2rem;
    font-weight: 700;
}

.apostille-guide h2 {
    color: #585858;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
}

.apostille-guide h3 {
    color: #444;
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.apostille-guide ul.list-group {
    margin-bottom: 1.5rem;
}

.apostille-guide .list-group-item {
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    color: #333;
}

.apostille-guide address {
    font-style: normal;
    font-size: 1rem;
    color: #333;
    background: #f8f9fa;
    border-left: 4px solid #3656E4;
}

.apostille-guide .lead {
    font-size: 1.15rem;
    color: #444;
}

.apostille-guide .fst-italic {
    color: #888;
}

@media (max-width: 767px) {
    .apostille-guide {
        padding: 1.2rem 0.7rem;
    }
    .apostille-guide h1 {
        font-size: 1.3rem;
    }
    .apostille-guide h2 {
        font-size: 1.1rem;
    }
    .apostille-guide h3 {
        font-size: 1rem;
    }
}


/* Custom styles for the FBI Background Check Apostille page, adapted for the apostille-project site */

.personal-single-document {
    font-family:  sans-serif;
    color: #1e293b;
    background: none;
}

.personal-single-document__card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 32px rgba(15,23,42,0.08);
    padding: 32px 24px;
    margin: 0 auto 32px auto;
}

.personal-single-document__hero {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 32px;
    align-items: center;
}

.personal-single-document__h1 {
    font-size: 2rem;
    margin: 0 0 12px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.1;
}

.personal-single-document__lead {
    color: #64748b;
    margin: 0 0 18px;
    font-size: 1.1rem;
}

.personal-single-document__cta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.personal-single-document__btn {
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
    color: #fff;
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.12);
    text-decoration: none;
    transition: background 0.2s;
}
.personal-single-document__btn:hover {
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

.personal-single-document__ghost {
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.personal-single-document__ghost:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.personal-single-document__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.personal-single-document__feat {
    background: #f8fafc;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.personal-single-document__muted {
    color: #64748b;
    font-size: 14px;
}

.personal-single-document__steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.personal-single-document__step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.personal-single-document__num {
    background: #e0e7ef;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0f172a;
    font-size: 1.1rem;
}

.personal-single-document__price {
    background: #f1f5f9;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.personal-single-document__big {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.personal-single-document__sub {
    color: #64748b;
    font-size: 14px;
    margin-top: 6px;
}

.personal-single-document__why {
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.personal-single-document__faq h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 1.1rem;
}

.personal-single-document__faq p {
    margin-bottom: 10px;
}

.personal-single-document__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.personal-single-document__input {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 10px;
    border-radius: 8px;
    color: #0f172a;
    font-size: 1rem;
}

.personal-single-document__footer {
    margin-top: 24px;
    color: #64748b;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 880px) {
    .personal-single-document__hero {
        grid-template-columns: 1fr;
    }
    .personal-single-document__features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .personal-single-document__features {
        grid-template-columns: 1fr;
    }
    .personal-single-document__card {
        padding: 16px 4px;
    }
}


/* Florida Passport Copy Apostille for Mexico page styles (scoped) */
.personal-single-document__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(11,18,32,.06);
    overflow: hidden;
    margin: 0 auto 2rem auto;
    font-family: sans-serif;
}
.personal-single-document__box {
    background: #f8fafc;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.personal-single-document .badge {
    display: inline-block;
    background: #eef6ff;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
}
.personal-single-document ol {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}
.personal-single-document ul {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}
.personal-single-document li {
    margin-bottom: 0.5rem;
}
.personal-single-document .text-muted, .personal-single-document .muted {
    color: #6b7280 !important;
    font-size: 0.97rem;
}
.personal-single-document .btn-primary {
    background: var(--hover-color, #0f62fe);
    border: none;
}
.personal-single-document .btn-outline-primary {
    border-color: var(--hover-color, #0f62fe);
    color: var(--hover-color, #0f62fe);
}
.personal-single-document .btn-outline-primary:hover {
    background: var(--hover-color, #0f62fe);
    color: #fff;
}
.personal-single-document .bg-light {
    background: #f8fafc !important;
}
.personal-single-document .bg-white {
    background: #fff !important;
}
.personal-single-document .rounded-3 {
    border-radius: 0.75rem !important;
}
.personal-single-document .rounded-4 {
    border-radius: 1rem !important;
}
.personal-single-document .shadow-sm {
    box-shadow: 0 6px 20px rgba(11,18,32,.06) !important;
}
.personal-single-document .gap-2 {
    gap: 0.5rem !important;
}
.personal-single-document .gap-3 {
    gap: 1rem !important;
}
/* Florida Birth Certificate Apostille page styles (scoped) */
.personal-single-document__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    /* box-shadow: 0 6px 18px rgba(0,0,0,0.08); */
    overflow: hidden;
    margin: 0 auto 32px auto;
    font-family: sans-serif;
}
.personal-single-document__columns {
    display: flex;
    gap: 40px;
    width: 100%;
}
.personal-single-document__column {
    flex: 1;
    padding: 20px;
    min-width: 320px;
}
.personal-single-document__column:first-of-type{
    border-right: 1px solid #000;
}
.personal-single-document__h1 {
    color: var(--main-color);
    font-size: 2rem;
    margin-bottom: 25px;
    font-family: sans-serif;
    font-weight: 700;
}
.personal-single-document__h2 {
    color: var(--main-color);
    font-size: 1.3em;
    border-left: 4px solid var(--hover-color);
    padding-left: 10px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family:  sans-serif;
    font-weight: 600;
}
.personal-single-document__h3 {
    color: #004b91;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-family: sans-serif;
    font-weight: 600;
}
.personal-single-document__h4 {
    color: var(--main-color);
    margin-bottom: 15px;
    font-size: 1.1em;
    font-family: sans-serif;
    font-weight: 600;
}
.personal-single-document__p {
    color: #333;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.7;
}
.personal-single-document__ul {
    margin: 10px 0 20px 20px;
    color: #333;
    font-size: 1em;
}
.personal-single-document__ul li {
    margin-bottom: 8px;
}
.personal-single-document__highlight {
    font-weight: bold;
    color: var(--hover-color);
}
.personal-single-document__tip {
    background-color: #e6f5fc;
    border-left: 4px solid var(--hover-color);
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 20px;
    color: #003366;
    font-size: 1em;
}
.personal-single-document__formbox {
    background: #f5f9ff;
    border: 1px solid #cce0ff;
    border-radius: 12px;
    padding: 25px 18px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.personal-single-document__label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 1em;
}
.personal-single-document__input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #b0c8e2;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 1em;
    font-family:  sans-serif;
    transition: border-color 0.3s;
    color: #212529;
    background: #fff;
}
.personal-single-document__input:focus {
    border-color: var(--hover-color);
    outline: none;
}
.personal-single-document__btn {
    background-color: var(--hover-color);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 8px;
}
.personal-single-document__btn:hover {
    background-color: var(--main-color);
}
@media (max-width: 900px) {
    .personal-single-document__container {
        flex-direction: column;
        border-radius: 10px;
    }
    .personal-single-document__columns {
        flex-direction: column;
        gap: 0;
    }
    .personal-single-document__column {
        padding: 25px 12px;
    }
}
.personal-document-table{
    font-size: 0.9em;
}
.personal-document-table th{
    font-size: 1.2em;
    font-weight: 400;
}
.personal-document-table td b{
    color: #555555;
}
.state-img img{
    cursor: pointer;
    transition: 0.3s;
}
.state-img:hover img{
    transform: scale(1.05);
    box-shadow: 1px 1px 20px;
}
.personal-document-content h2{
    font-size: 1.1em;
    color: #000;
    background: #8ab3da;
    padding: 12px;
    font-weight: 400;
    text-align: center;
}
.personal-document-content h5{
    color: #000;
}
.document-case-container .col-md-7{
    border-right: 10px solid #8ab3da;
}
.document-case-container-reverse .col-md-7{
    border-left: 10px solid #8ab3da;
}
