main>.container,
main>.container-fluid {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}
.navbar-brand{
    margin-right: 0;
}
.navbar-header{
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 10px;

}

#gallery {
    overflow: hidden;
}

.bts-gallery {
    height: 100%;
}

.bts-gallery img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform .5s ease;
}

.gallery-item {
    flex: 0 0 33.3333%;
}


.footer>.container,
.footer>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .navbar form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form>button.logout:focus,
.navbar form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form>button.logout:focus {
    outline: none;
}

.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item>a {
    text-decoration: none;
}

.thought-text iframe {
    min-height: 200px;
    width:100%;
}
.thought-title img{
    max-width: 120px;
}
.btn_wrapper {
    text-align: center;
    margin-top: 20px;
}

#re-calculate {
    color: #fff;
}

/* buttons */
.bts-btn-detail {
    border-radius: 999px;
    padding: 10px 22px;
    border: 1px solid #e67e22;
    color: #e67e22;
    background: transparent;
    font-weight: 600;
}

.bts-btn-order {
    border-radius: 999px;
    padding: 10px 22px;
    background: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}


/* modal */
.bts-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.bts-modal.open {
    display: block;
}

.bts-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.btn.bts-btn-detail:hover {
    background: #e67e22;
    color: #fff;
}

.btn.bts-btn-order:hover {
    background: #fff;
    border: 1px solid #e67e22;
}

.bts-modal__panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(1200px, calc(100% - 40px));
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.bts-modal__back {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: none;
    background: rgba(0, 0, 0, .06);
    display: grid;
    place-items: center;
    z-index: 2;
}

.bts-modal__content {
    padding: 50px 26px 70px 80px;
}

.bts-modal__title {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
}

.bts-modal__text {
    font-size: 16px;
    line-height: 1.55;
    color: #333;
    max-height: 320px;
    overflow: auto;
    padding-right: 10px;
}

.bts-modal__actions {
    margin-top: 25px;
    text-align: center
}

.bts-modal__preview {
    background: #f5f6f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.bts-modal__img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 18px;
}

/* mobile */
@media (max-width: 768px) {

    .bts-modal__preview {
        order: -1;
    }

    .bts-modal__content {
        padding: 18px 18px 18px 54px;
    }
}


@font-face {
    font-family: 'Zuume';
    src: url('/fonts/zuume/zuume-bold.woff2') format('woff2'),
         url('/fonts/zuume/zuume-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

main>.container,
main>.container-fluid {
    padding-top: 15px;
}

.home-hero {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 25px;
}

.fullscreen-scroll {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.home-title {
    font-size: 200px;
    line-height: 150px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Zuume';
}

.home-hero-btn {
    border-radius: 19px;
    color: #FFFFFF;
    background-color: #EE6800;
    border-color: #EE6800;
    transition: transform 0.2s ease;
}

.home-hero-btn:hover {
    color: #FFFFFF;
    background-color: #EE6800;
    border-color: #EE6800;
    transform: scale(1.1);
}

.btn-check:checked+.home-hero-btn,
:not(.btn-check)+.home-hero-btn:active,
.home-hero-btn:first-child:active {
    color: #FFFFFF;
    background-color: #EE6800;
    border-color: #EE6800;
    transform: scale(1.1);
}

.bts-title {
    font-size: 45px;
    text-align: center;
    margin-top: 70px;

}
#uzb_with.bts-title{
    border: 1px solid #DDDDDD;
    padding:20px 0;
    border-radius: 25px;
}
#section-contacts{
    margin: 65px 0;
}

.bts-img {
    width: 100%;
    border-radius: 15px;
}

.bts-number {
    font-size: 96px;
    color: #EE6800;
    font-weight: 600;
    line-height: 130px;
    margin-bottom: -15px;
}

.work-div {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    border-radius: 25px;
    overflow: hidden;
}

.work-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.work-desc-container {
    border: 1px solid #DDDDDD;
    padding: 15px;
    margin-top: 15px;
    border-radius: 15px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-desc-container .row {
    width: 100%;
}

.work-desc div:first-child {
    font-size: 20px;
    font-weight: 600;
}

.work-desc div:last-child {
    color: #777777;
}

.work-arrow-contr {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.bts-service-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}


@media (min-width: 768px) {
    #section-partners .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 16.6% !important;
    }
}
.bts-partner {
    width: 100%;
    height: 200px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.bts-partner-img {
    /*object-fit: cover;*/
    width: 100%;
    /*height: 100%;*/
}

.thought-contr {
    border: 1px solid #777777;
    border-radius: 15px;
    padding: 25px;
    margin: 0 auto;
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.thought-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;

}

#gallery {
    overflow: hidden;
}

.gallery-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform .5s ease;
}

.gallery-item {
    flex: 0 0 33.3333%;
}


/* Ensure gallery slides occupy full width on mobile to match JS visibleCount === 1 */
@media (max-width: 768px) {
    #gallery .bts-gallery-slide,
    #gallery .gallery-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.thought-text {
    font-size: 12px;
    font-weight: 200;
    text-align: justify;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.thought-text p{
    min-height: 110px;
    margin-bottom: 0;
}

.thought-creator div:first-child {
    font-size: 14px;
}

.thought-creator div:last-child {
    font-size: 10px;
    color: #777777;
}

.thought-stars {
    text-align: right;
    margin-top: 25px;
    color: #FFEA00;
    margin-top: auto;
}

.service_desc {
    max-width: 560px;
}

/* default: hammasi ko'rinsin -> JS 4+ elementlarni yashiradi */
#section-thought .thought-hidden {
    display: none;
}

/* animatsiya uchun */
#section-thought .thought-anim {
    overflow: hidden;
}


#gallery .bts-gallery-slider {
    overflow: hidden;
}

/* row marginlari translate’ni buzmasligi uchun */
#gallery .bts-gallery-track {
    flex-wrap: nowrap !important;
    transition: transform .45s ease;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* col padding (gutter) saqlansin, lekin widthni biz boshqaramiz */
#gallery .bts-gallery-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}


.form-group {
    margin-bottom: 15px;
}

.calculate-border {
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    padding: 50px 70px;
    margin-top: 100px;
}

@media (max-width: 768px) {
    .home-title {
        font-size: 60px;
    }

    .bts-title {
        font-size: 30px;
        margin-bottom: 15px !important;
        margin-top: 20px;
    }
    .about_desc{
        padding: 0 !important;
        margin-bottom: 20px !important;
    }
    #section-contacts{
        margin: 30px 0;
    }
    .bts-modal__top{
        grid-template-columns: 60px 250px 38px !important;
        gap:20px;
    }
    .calculate-border{
        margin-top: 20px;
    }
    #section-forms .forma{
        padding:20px !important;
        margin-top: 20px !important;
    }

    .calculate-border {
        padding: 15px;
    }

    .bts-number {
        font-size: 36px;
        line-height: 60px;
        text-align: center;
    }

    .bts-number+div {
        font-size: 14px;
        text-align: center;
    }

    .bts-partner {
        height: 150px;
    }

    .thought-contr {
        min-height: auto;
    }
}


/*select transport */
.custom-select {
    position: relative;
    font-size: 15px;
}

.select-input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-input i {
    transition: transform .2s ease;
}

.custom-select.open .select-input i {
    transform: rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    list-style: none;
    padding: 6px 0;
    margin: 0;
    display: none;
    z-index: 20;
}

.custom-select.open .select-dropdown {
    display: block;
}

.select-dropdown li {
    padding: 10px 14px;
    cursor: pointer;
    transition: background .15s;
}

.select-dropdown li:hover,
.select-dropdown li.active {
    background: #e77b2a;
    /* rasmga o‘xshash */
    color: #fff;
}

.fixed_menu {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 30px;
}

.bts-menu__btn:hover {
    background: #D8D8D8;
    color: #000;
}

:root {
    --bts-orange: #EE6800;
    --bts-border: #E9E9EF;
    --bts-text: #111;
    --bts-muted: #6f6f6f;
}

.bts-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.bts-modal.is-open {
    display: block;
}

.bts-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    opacity: 1;
    /* opacity 1 */
}

.bts-modal__card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(1200px, calc(100% - 48px));
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 24px);
}

.bts-modal__top {
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    align-items: center;
    padding: 18px 18px 8px 18px;
}

.bts-back img {
    width: 100%;
    cursor: pointer;
}

.bts-back {
    border: none;
    background: var(--bts-orange);
    color: #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

.bts-back.is-hidden {
    visibility: hidden;
}

.bts-back__icon {
    font-size: 20px;
    line-height: 1;
}

.bts-x {
    justify-self: end;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
    color: #444;
}

.bts-tabs {
    justify-self: center;
    display: flex;
    width: min(520px, 100%);
    border: 1.5px solid var(--bts-orange);
    border-radius: 999px;
    overflow: hidden;
}

.bts-tab {
    flex: 1;
    padding: 10px 14px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
}

.bts-tab.is-active {
    background: var(--bts-orange);
    color: #fff;
}

.bts-modal__body {
    padding: 70px 26px 70px 26px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.bts-modal.menu-mode .bts-modal__top {
    display: none;
}

.bts-screen {
    display: none;
}

.bts-screen.is-active {
    display: block;
}

.bts-screen__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 8px 0 18px;
}

.bts-menu {
    width: min(420px, 100%);
    margin: 0 auto 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bts-menu__btn {
    border: none;
    background: var(--bts-orange);
    color: #fff;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: all ease-in .2s;
}

.bts-form-head {
    padding: 8px 0 8px;
}

.bts-form-title {
    margin: 0;
    font-size: 28px;
    color: var(--bts-text);
}

.bts-form-sub {
    margin: 8px 0 0;
    color: var(--bts-muted);
    font-size: 14px;
}

.bts-form-grid {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 22px;
    align-items: start;
    margin-top: 14px;
}

.bts-logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bts-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.bts-logo__mock {
    width: 100%;
    text-align: center;
    font-weight: 800;
    color: #bbb;
    border: 2px dashed #ddd;
    border-radius: 14px;
    padding: 34px 10px;
}

.bts-pane {
    display: none;
}

.bts-pane.is-active {
    display: block;
}

.bts-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bts-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bts-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bts-label {
    font-size: 14px;
    color: #444;
}

.bts-label b {
    color: #d00;
    font-weight: 700;
}

.bts-input,
.bts-textarea {
    width: 100%;
    border: 1px solid var(--bts-border);
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
}

.bts-input:focus,
.bts-textarea:focus {
    border-color: rgba(238, 104, 0, .45);
    box-shadow: 0 0 0 3px rgba(238, 104, 0, .12);
}

.bts-submit {
    margin-top: 4px;
    border: none;
    background: var(--bts-orange);
    color: #fff;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 900px) {
    .bts-form-grid {
        grid-template-columns: 1fr;
    }

    .bts-logo-col {
        display: none;
    }

    .bts-row {
        grid-template-columns: 1fr;
    }
}

.bts-tab.is-disabled {
    opacity: .45;
    cursor: not-allowed;
}

/* Menu screen bo‘lsa — tabs va sarlavha ko‘rinmasin */
.bts-modal.menu-mode .bts-tabs,
.bts-modal.menu-mode .bts-screen__title {
    display: none;
}

@media (max-width: 900px) {
    .bts-modal__card {
        width: calc(100% - 16px);
        max-height: calc(100dvh - 16px);
    }

    .bts-modal__body {
        padding: 40px 25px;
    }
}


.bts-404 {
    position: relative;
    min-height: calc(100vh - 200px);
    /* header bor deb hisoblab */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.bts-404__inner {
    position: relative;
    z-index: 2;
}

.bts-404__code {
    font-size: 180px;
    font-weight: 800;
    color: #E64A19;
    line-height: 1;
}

.bts-404__title {
    font-size: 36px;
    font-weight: 500;
    color: #E64A19;
    margin: 10px 0 30px;
    letter-spacing: 5px;
    font-style: italic;
}

.bts-404__btn {
    display: inline-block;
    background: #E6732A;
    color: #fff;
    padding: 14px 40px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.bts-404__btn:hover {
    background: #cf5f1d;
    color: #fff;
}

/* katta fon 404 */
.bts-404__watermark {
    position: absolute;
    left: -40px;
    bottom: -60px;
    font-size: 420px;
    font-weight: 900;
    color: rgba(230, 103, 42, 0.08);
    z-index: 1;
    user-select: none;
}

/* mobil */
@media (max-width: 768px) {
    .bts-404__code {
        font-size: 90px;
    }

    .bts-404__title {
        font-size: 24px;
    }

    .bts-404__watermark {
        font-size: 260px;
    }
}

/* hisob kitob */
.bts-price {
    padding: 40px 0;
}

.bts-price__wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.bts-price__back {
    position: absolute;
    left: 0;
    top: 20px;
    width: 44px;
    height: 44px;
    background: #EE6800;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    text-decoration: none;
}

.bts-price__header {
    text-align: center;
    margin-bottom: 40px;
}

.bts-price__header h1 {
    font-size: 40px;
    margin: 0;
}

.bts-price__header p {
    color: #6f6f6f;
}

/* GRID */
.bts-price__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr;
    gap: 24px;
    align-items: stretch;
}

/* CARD */
.bts-card {
    background: #fff;
    border: 1px solid #e9e9ef;
    border-radius: 18px;
    padding: 20px;
}

.bts-card__title {
    color: #EE6800;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 16px;
}

.bts-info {
    margin-bottom: 10px;
}

.bts-info span {
    display: block;
    font-size: 13px;
    color: #6f6f6f;
    line-height: 0.5;
}

.bts-info b {
    font-size: 20px;
}

/* PRICE CARD */
.bts-card--price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bts-price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 18px;
}

.bts-price-total {
    border-top: 1px solid #e9e9ef;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.bts-price-total b {
    color: #EE6800;
}

/* FOOTER */
.bts-price__footer {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bts-price__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* BUTTONS */
.btn-orange {
    background: #EE6800;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 700;
}

.btn-outline {
    background: #fff;
    border: 1.5px solid #2b63ff;
    color: #2b63ff;
    padding: 12px 24px;
    border-radius: 999px;
}

.btn-green {
    background: #4CD137;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 999px;
}

/* MOBILE */
@media (max-width: 992px) {
    .bts-price__grid {
        grid-template-columns: 1fr;
    }

    .bts-price__back {
        display: none;
    }

    .bts-price__header h1 {
        font-size: 28px;
    }
}


.route-row {
    margin-top: 25px;
}

.route-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.route-label {
    font-size: 13px;
    color: #777;
    margin-bottom: 3px;
    display: block;
}

.route-input {
    border: none;
    padding-left: 0;
    box-shadow: none;
}

.route-input:focus {
    box-shadow: none;
}

.route-card:focus-within {
    border-color: #ff9800;
}

.route-swap-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
}

.route-swap-btn:hover {
    background: #ff9800;
    color: #fff;
    border-color: #ff9800;
}

/* Yuk xarakteri selecti */

.cargo-select {
    position: relative;
}

.cargo-select .select-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    cursor: pointer;
    background: #fff;
}

.cargo-select .select-input .selected-text {
    font-size: 14px;
    color: #555;
}

.cargo-select .select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: 6px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    max-height: 260px;
    overflow-y: auto;
    padding: 8px 0;
}

.cargo-select.open .select-dropdown {
    display: block;
}

.cargo-select .select-dropdown li {
    list-style: none;
    padding: 8px 12px;
    cursor: pointer;
}

.cargo-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cargo-option__img img {
    width: 140px;
    object-fit: contain;
}

.cargo-option__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #000;
}

.cargo-option__desc {
    font-size: 12px;
    color: #2f2a2a;
}

.cargo-select .select-dropdown li:hover {
    background: #f5f5f5;
}

.route-card {
    background: #fff;
    border-radius: 10px;
    border: none;
}

.route-label {
    font-size: 13px;
    color: #777;
    margin-bottom: 4px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0;
}

/* default yopiq holat */
.cargo-select .select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: 6px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    max-height: 260px;
    overflow-y: auto;
    padding: 8px 0;
}

/* .open bo'lsa ko'rinadi */
.cargo-select.open .select-dropdown {
    display: block;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
    right: 7px;
    top: 3px;
    cursor: pointer;
}

/* Calculator Result Styles (Premium) */
.result-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 30px auto;
    max-width: 650px;
    overflow: hidden;
    animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.result-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Subtle pattern for header */
.result-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    pointer-events: none;
}

.result-route {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.result-route i {
    opacity: 0.6;
    font-size: 16px;
    color: #93c5fd;
}

.result-body {
    padding: 40px;
}

.result-info {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.info-item {
    background: #f1f5f9;
    padding: 12px 25px;
    border-radius: 99px;
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e2e8f0;
}

.info-item i {
    color: #3b82f6;
}

.result-price-box {
    text-align: center;
    background: linear-gradient(to bottom, #fff, #fafafa);
    border: 1px solid #e2e8f0;
    border-bottom: 4px solid #f59e0b;
    /* Gold accent */
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    position: relative;
}

.price-label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin-bottom: 8px;
    font-weight: 600;
}

.price-value {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: -1px;
}

.price-value span {
    font-size: 20px;
    font-weight: 600;
    color: #64748b;
    vertical-align: text-top;
}

.price-note {
    font-size: 12px;
    color: #22c55e;
    font-weight: 600;
    margin-top: 8px;
    background: rgba(34, 197, 94, 0.1);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
}

.result-actions {
    padding: 0 40px 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.result-actions .btn {
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 15px;
    border: none;
}

.result-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pdf-btn {
    background: #fee2e2;
    color: #dc2626;
}

.pdf-btn:hover {
    background: #fecaca;
    color: #b91c1c;
}

.order-btn {
    background: #f59e0b;
    color: #fff;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.order-btn:hover {
    background: #d97706;
}

/* Sticky header styles */
#site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1050; /* above other content */
    background: #fff; /* ensure header has a background when fixed */
    /*box-shadow: 0 6px 18px rgba(0,0,0,0.12);*/
    box-shadow: 0 8px 8px rgb(0 0 0 / 23%);
    transition: box-shadow .2s ease, transform .2s ease;
    padding-bottom: 15px;
}

#site-header.is-sticky .navbar-header {
    margin-bottom: 0; /* remove extra spacing while fixed */
}

/* small screens: make header compact when sticky */
@media (max-width: 768px) {
    #site-header.is-sticky .info-header {
        display: none; /* hide the extra info row on small screens to save space */
    }
    #site-header .container{
        padding: 0;
    }
    #site-header.is-sticky .navbar-brand img {
        height: 40px;
    }
    .lang-dropdown{
        left:0;
        right:unset;
    }
    #section-about{
        margin-bottom: 25px;
    }
    .work-div{
        margin-top: 10px;
    }
    #section-services{
        margin-top: 25px;
    }
    .navbar-collapse{
        top: 110% !important;
        padding: 0 14px;
        padding-bottom: 30px;
    }
}
.navbar-expand-md .navbar-collapse{
    justify-content: end;
}
/* Mobile navbar / hamburger fix
   Ensure the toggler button and the expanded/collapsed mobile menu
   sit above the sticky header and are clickable. Scoped to common
   Bootstrap-like classes so it won't affect unrelated layouts.
*/
.navbar-toggler {
    z-index: 1102; /* above #site-header (1050) and most overlays */
    position: relative; /* keep natural flow but allow z-index */
}

/* When the mobile menu is shown, make sure it appears on top and has its own background
   so items are clickable and visible even when header is fixed. Targets Bootstrap-like
   classes: .navbar-collapse.show and .navbar-collapse.collapsing as well as any
   .collapse.show usage. */
.navbar-collapse.show,
.navbar-collapse.collapsing,
.collapse.show {
    position: absolute;
    top: 100%; /* place right below the header */
    left: 0;
    right: 0;
    z-index: 1101; /* just below the toggler but above content */
    background: #fff; /* ensure menu items are visible and receive clicks */
    -webkit-overflow-scrolling: touch;
}



/* If header becomes sticky, ensure the expanded menu still positions itself relative to the header. */
#site-header.is-sticky .navbar-collapse.show,
#site-header.is-sticky .navbar-collapse.collapsing,
#site-header.is-sticky .collapse.show {
    top: 100%;
}

/* Small screens: keep menu full-width and avoid being clipped */
@media (max-width: 992px) {
    .navbar-collapse.show,
    .collapse.show {
        width: 100%;
    }

}

/* ====== TOAST NOTIFICATION ANIMATIONS ====== */
@keyframes slideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

.toast-notification {
    min-width: 300px;
}

@media (max-width: 768px) {
    #toast-container {
        right: 10px !important;
        left: 10px !important;
        max-width: none !important;
        top: 10px !important;
    }

    .toast-notification {
        min-width: auto;
    }

    @keyframes slideIn {
        from {
            transform: translateY(-100px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slideOut {
        from {
            transform: translateY(0);
            opacity: 1;
        }
        to {
            transform: translateY(-100px);
            opacity: 0;
        }
    }
}

/* ====== THOUGHT FOOTER ====== */
.thought-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

@media (max-width: 768px) {
    .thought-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.video_box{
    width: 100%;
    height: 200px;
    background: #0b1220;
}
.video_block iframe{
    width: 100%;
    min-height: 250px;
}