/********** Template CSS **********/

html[lang="ru"] body {
    font-family: "Inter", sans-serif;
}

html[lang="ru"] .navbar-brand-title .brand-text,
html[lang="ru"] .stats-block__number {
    font-family: "Inter", sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar-brand-title .brand-text {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    color: var(--bs-dark);
}
@media (min-width: 992px) {
    .navbar-brand-title .brand-text {
        font-size: 1.75rem;
    }
}

.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }

    /* Языковой выпадающий список: открывается вверх и не перекрывает контент */
    .navbar .dropdown-lang .dropdown-menu {
        position: absolute !important;
        bottom: 100% !important;
        top: auto !important;
        transform: translateY(0) !important;
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
        min-width: 140px;
        padding: 0.5rem 0;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .navbar .dropdown-lang .dropdown-menu .dropdown-item {
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
    }

    .navbar .dropdown-lang .dropdown-menu .dropdown-item:hover {
        background-color: rgba(255, 77, 0, 0.08);
        color: var(--bs-primary);
    }

    .navbar-collapse {
        position: relative;
        z-index: 1050;
    }

    .navbar .dropdown-lang {
        position: relative;
        z-index: 1051;
    }
}

/* Стили выпадающего списка языков (все экраны) */
.navbar .dropdown-menu-lang {
    min-width: 140px;
    padding: 0.5rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-menu-lang .dropdown-item {
    padding: 0.5rem 1rem;
}

.navbar .dropdown-menu-lang .dropdown-item:hover {
    background-color: rgba(255, 77, 0, 0.08);
    color: var(--bs-primary);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, 0.72);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-caption h1,
.carousel .carousel-item .display-1 {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8),
                 0 2px 8px rgba(0, 0, 0, 0.6),
                 0 0 20px rgba(0, 0, 0, 0.4);
}

.carousel .carousel-caption .btn-primary {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }

    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding: 2rem 1.5rem 2rem 7rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .carousel .carousel-item .display-1 {
        font-size: 1.85rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 520px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding: 1.25rem 1rem 1.25rem 5.5rem;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .carousel .carousel-item .display-1 {
        font-size: 1.35rem;
        line-height: 1.25;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 0.75rem;
    }

    .carousel .carousel-caption .btn {
        padding: 0.45rem 0.9rem;
        font-size: 0.75rem;
        flex-shrink: 0;
    }

    .display-6 {
        font-size: 1.5rem !important;
    }

    .pt-6, .pb-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .mt-6 {
        margin-top: 3rem !important;
    }

    .mb-6 {
        margin-bottom: 3rem !important;
    }
}

@media (max-width: 576px) {
    .carousel .carousel-item {
        min-height: 420px;
    }

    .carousel .carousel-indicators {
        width: 48px;
        margin-left: 0.5rem;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 36px;
        height: 36px;
        margin: 2px 0;
    }

    .carousel .carousel-caption {
        padding: 0.75rem 0.75rem 0.75rem 3.75rem;
        justify-content: center;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .carousel .carousel-item .display-1 {
        font-size:1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 0.5rem;
    }

    .carousel .carousel-caption .btn {
        padding: 0.35rem 0.65rem;
        font-size: 0.7rem;
        flex-shrink: 0;
    }

    .display-6 {
        font-size: 1.25rem !important;
    }

    .pt-6, .pb-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mt-6 {
        margin-top: 2rem !important;
    }

    .mb-6 {
        margin-bottom: 2rem !important;
    }

    .navbar-brand-title .brand-text {
        font-size: 1.2rem;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 5rem;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .carousel .carousel-item .display-1 {
        font-size: 3.5rem;
    }
    
}
@media (max-width: 768px) and (min-width: 320px) {
    .feature-card__title{
        font-size: 0.95rem !important;
    }
    
}
@media (max-width: 1440px) and (min-width: 992px) {

    .feature-card__title{
        font-size: 1.15rem !important;
    }
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** About (home index): сетка 2 колонки — слева зелёная зона (лого внизу), справа текст + рамка; низ лого = низ плашки ***/
.about-block {
    display: grid;
    grid-template-columns: minmax(220px, 1.25fr) minmax(240px, 1fr);
    grid-template-rows: auto auto;
    gap: 1.5rem 2rem;
    align-items: stretch;
}

/* Левая колонка на всю высоту правой (обе строки) */
.about-block__logo {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 0;
    border: 5px solid #ce9233;
    padding: 1.5rem;
    box-sizing: border-box;
}

.about-block__logo-img {
    width: 100%;
    max-width: 100%;
    max-height: min(52vh, 520px);
    height: auto;
    object-fit: contain;
    display: block;
}

.about-block__text {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    align-self: start;
}

.about-block__badge {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    align-self: end;
}

.about-block__badge-inner {
    margin-top: 0;
}

.about-block__badge-box {
    border: 5px solid #ce9233;
    background: #fff;
}

@media (min-width: 992px) {
    .about-block__logo-img {
        max-height: min(58vh, 560px);
    }
}

@media (max-width: 991.98px) {
    .about-block {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 1.5rem;
    }

    .about-block__logo {
        grid-column: 1;
        grid-row: 1;
        grid-row-end: auto;
        justify-content: center;
        min-height: 280px;
    }

    .about-block__text {
        grid-column: 1;
        grid-row: 2;
    }

    .about-block__badge {
        grid-column: 1;
        grid-row: 3;
        align-self: stretch;
    }

    .about-block__logo-img {
        max-height: min(40vh, 360px);
    }
}

@media (max-width: 576px) {
    .about-block__logo {
        min-height: 220px;
        padding: 1rem;
    }

    .about-block__logo-img {
        max-height: min(35vh, 280px);
    }
}

.about-img {
    position: relative;
    padding-left: 45px;
}


@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Newsletter ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Logistics Services (Home) ***/
.logistics-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.logistics-section .section-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ff4d00;
    margin-bottom: 10px;
}

.logistics-title {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
}

.logistics-card {
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    color: #222222;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logistics-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

.logistics-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.logistics-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.logistics-card-text {
    font-size: 14px;
    color: #777777;
    margin-bottom: 18px;
}

.logistics-link {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff4d00;
    text-decoration: none;
    position: relative;
}

.logistics-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #ff4d00;
    transition: width 0.3s ease;
}

.logistics-card:hover .logistics-link::after {
    width: 100%;
}

.logistics-card-top {
    background: #ff4d00;
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 4px 4px 0 0;
}

.logistics-card-body {
    padding: 18px 20px 22px;
}

@media (max-width: 991.98px) {
    .logistics-section {
        padding: 50px 0;
    }

    .logistics-title {
        font-size: 26px;
    }

    .logistics-icon {
        font-size: 28px;
    }

    .logistics-card-title {
        font-size: 15px;
    }

    .logistics-card-text {
        font-size: 13px;
    }

    .logistics-card-top,
    .logistics-card-body {
        padding: 14px 16px;
    }
}

@media (max-width: 576px) {
    .logistics-section {
        padding: 36px 0;
    }

    .logistics-title {
        font-size: 22px;
    }

    .logistics-section .section-label {
        font-size: 12px;
    }

    .logistics-icon {
        font-size: 24px;
    }

    .logistics-card-title {
        font-size: 14px;
    }

    .logistics-card-text {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .logistics-card-top,
    .logistics-card-body {
        padding: 12px 14px;
    }

    .logistics-link {
        font-size: 12px;
    }

    .about-img {
        padding-left: 20px;
    }

    .service .service-item img {
        padding-left: 20px;
    }

    .service .service-item {
        margin-top: 30px;
    }

    .service .service-inner {
        margin-top: 30px;
    }

    .service .service-item img {
        margin-top: -30px;
    }
}


/*** Clients Marquee (infinite running line) ***/
.clients-marquee {
    padding: 1.5rem 0;
    background: white;
    overflow: hidden;
}

.clients-marquee__wrap {
    overflow: hidden;
    width: 100%;
}

.clients-marquee__track {
    display: flex;
    width: max-content;
    animation: clients-marquee 30s linear infinite;
}

.clients-marquee__track:hover {
    animation-play-state: paused;
}

.clients-marquee__inner {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 2rem;
    flex-shrink: 0;
}

.clients-marquee__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-width: 120px;
    padding: 0 1rem;
}

.clients-marquee__item img {
    max-height: 100px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain; 
    opacity: 1;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.clients-marquee__item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes clients-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/*** Stats / Counter Section ***/
.stats-section {
    padding: 0;
    overflow: hidden;
}

.stats-row {
    display: flex;
    flex-wrap: wrap;
}

.stats-block {
    flex: 1 1 25%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.stats-block__icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.stats-block__number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.35rem;
    font-family: "Roboto", sans-serif;
}

.stats-block__label {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Orange block */
.stats-block--orange {
    background: #FDB813;
    color: #11295D;
}

.stats-block--orange .stats-block__icon {
    color: #11295D;
}

/* Dark blue blocks */
.stats-block--dark {
    background: #11295D;
    color: #ffffff;
}

.stats-block--dark .stats-block__icon {
    color: #ce9233;
}

/* Light/cream block */
.stats-block--light {
    background: #F8F8F4;
    color: #11295D;
}

.stats-block--light .stats-block__icon {
    color: #ce9233;
}

@media (max-width: 991.98px) {
    .stats-block {
        flex: 1 1 50%;
        min-width: 160px;
        padding: 2rem 1rem;
    }

    .stats-block__number {
        font-size: 2.25rem;
    }

    .stats-block__icon {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .stats-block {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 1.75rem 1rem;
    }

    .stats-block__number {
        font-size: 2rem;
    }

    .stats-block__label {
        font-size: 0.85rem;
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}


/*** Gallery Page ***/
.gallery-section {
    background: #f8f7f4;
}

.gallery-section__title {
    position: relative;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2b2c2e;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    padding-left: 1.25rem;
}

.gallery-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 28px;
    background: #2b2c2e;
    border-radius: 2px;
}

.gallery-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.gallery-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.gallery-card__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.gallery-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.25rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .gallery-card__img {
        height: 220px;
    }

    .gallery-section__title {
        font-size: 1.5rem;
    }
}


/*** About – Intro section (white, two columns) ***/
.about-intro-section {
    background: #fff;
}

.about-intro__label {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #FDB813;
    margin-bottom: 0.5rem;
}

.about-intro__title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.about-intro__feature-icon {
    color: #FDB813;
    font-size: 1.35rem;
}

.about-intro__features span:not(.about-intro__feature-icon) {
    color: #333;
    font-weight: 500;
}

.about-intro__text {
    color: #6c757d;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.about-intro__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.about-intro__list li {
    padding: 0.35rem 0;
    color: #333;
    display: flex;
    align-items: flex-start;
}

.about-intro__list li i {
    color: #FDB813;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.about-intro__btn {
    background: #ce9233;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1.75rem;
    border-radius: 4px;
}

.about-intro__btn:hover {
    background: #e5a610;
    color: #fff;
}

.about-intro__images {
    position: relative;
}

.about-intro__img-main {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    display: block;
}

.about-intro__experience {
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #ce9233;
    color: #fff;
    padding: 1.25rem 1.5rem;
    text-align: center;
    min-width: 120px;
}

.about-intro__experience-num {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.1;
}

.about-intro__experience-text {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-intro__img-side {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 45%;
    max-width: 200px;
    max-height: 220px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

@media (max-width: 991.98px) {
    .about-intro__img-side {
        position: relative;
        bottom: 0;
        margin-top: 1rem;
        width: 100%;
        max-width: 280px;
        max-height: 280px;
    }

    .about-intro__experience {
        bottom: 10px;
        left: 10px;
    }
}


/*** About – Contact With Me (dark CTA) ***/
.about-contact-cta {
    position: relative;
    background: #00187a;
    overflow: hidden;
}

.about-contact-cta__strip {
    position: absolute;
    width: 200px;
    height: 100%;
    background: #ce9233;
    opacity: 0.9;
    z-index: 0;
}

.about-contact-cta__strip--bl {
    bottom: 0;
    left: 0;
    transform: skewX(-25deg);
    transform-origin: bottom left;
    width: 280px;
    margin-left: -120px;
}

.about-contact-cta__strip--tr {
    top: 0;
    right: 0;
    transform: skewX(-25deg);
    transform-origin: top right;
    width: 280px;
    margin-right: -120px;
}

.about-contact-cta .container {
    z-index: 1;
}

.about-contact-cta__label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 0.35rem;
}

.about-contact-cta__title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.about-contact-cta__btn {
    background: #FDB813;
    color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.65rem 1.75rem;
    border-radius: 4px;
}

.about-contact-cta__btn:hover {
    background: #e5a610;
    color: #fff;
}

@media (max-width: 576px) {
    .about-contact-cta__title {
        font-size: 1.25rem;
    }

    .about-contact-cta__strip--bl,
    .about-contact-cta__strip--tr {
        width: 180px;
        margin-left: -80px;
        margin-right: -80px;
    }
}

/*** About – Why Choose Us ***/
.about-why-choose {
    background: #f8f9fa;
}

.about-why-choose__title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 0.75rem;
}

.about-why-choose__subtitle {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}

.about-why-choose__item {
    background: #fff;
    border-radius: 8px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-why-choose__item:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.about-why-choose__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(253, 184, 19, 0.15);
    color: #c8940a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.about-why-choose__item-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.about-why-choose__item-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/*** Home - Promo Hero ***/
.promo-hero-section {
    margin-top: -1.5rem;
}

.promo-hero { 
    border-radius: 10px;
    padding: 2.5rem 2.25rem;
    overflow: hidden;
}

.promo-hero__content {
    color: black;
    /* max-width: 600px; */
}

.promo-hero__title {
    color: black;
    text-transform: uppercase;
    font-size: clamp(1.5rem, 2.6vw, 2.15rem);
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.promo-hero__subtitle {
    color: black;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.promo-hero__text {
    color: black;
    margin-bottom: 1.4rem;
    max-width: 100%;
}

.promo-hero__btn {
    background: #ce9233;
    color: #fff;
    border-radius: 6px;
    padding: 0.7rem 1.6rem;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
}

.promo-hero__btn:hover {
    background: #ce9233;
    color: #fff;
}

.promo-hero__image-wrap {
    position: relative;
    max-width: 320px;
    margin-left: auto;
}

.promo-hero__image-wrap::before,
.promo-hero__image-wrap::after {
    content: "";
    position: absolute;
    border-radius: 14px;
    pointer-events: none;
}

.promo-hero__image-wrap::before {
    inset: -10px 12px 12px -10px;
    border: 4px solid #ce9233;
}

.promo-hero__image-wrap::after {
    inset: -2px -12px -10px 12px;
    border: 4px solid rgba(255, 255, 255, 0.9);
}

.promo-hero__image {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 10px;
    display: block;
    background: #f2f2f2;
}

@media (max-width: 991.98px) {
    .promo-hero {
        padding: 2rem 1.25rem;
        text-align: center;
    }

    .promo-hero__image-wrap {
        margin: 1rem auto 0;
        max-width: 260px;
    }
}

/*** Home - Feature Cards ***/

.feature-card {
    position: relative;
    min-height: 360px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 12, 18, 0.2) 10%, rgba(7, 12, 18, 0.85) 100%);
}

.feature-card__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 1.5rem;
    color: #fff;
}

.feature-card:hover {
    transform: scale(1.02);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.feature-card__title {
    font-size: 1.35rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    color: #fff;
}

.feature-card__text {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
}

.feature-card__btn {
    align-self: flex-start;
    margin-top: auto;
    background: #fdb813;
    color: #1a1a1a;
    padding: 0.45rem 1rem;
    border-radius: 4px;
    font-size: 0.78rem;
}

.feature-card__btn:hover {
    background: #e5a610;
    color: #111;
}

@media (max-width: 767.98px) {
    .feature-card {
        min-height: 320px;
    }
}

/*** Service - Categories Mosaic ***/
.service-categories {
    background: #f5f6f8;
}

.service-categories__header {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.25rem;
}

.service-categories__title {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.service-categories__lead {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 1rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.service-categories__instructions-btn {
    background: #1e293b;
    color: #fff;
    border: none;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.55rem 1.35rem;
    border-radius: 6px;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.service-categories__instructions-btn:hover {
    background: #0f172a;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

.service-categories__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.service-categories__card {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-categories__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.service-categories__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.service-categories__card:hover .service-categories__img {
    transform: scale(1.06);
}

.service-categories__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(165deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.82) 100%);
}

.service-categories__inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: clamp(0.65rem, 3vw, 1.2rem);
}

.service-categories__heading {
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.85rem, 2vw + 0.3rem, 1.35rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    max-width: 100%;
    text-wrap: balance;
}

@media (min-width: 992px) {
    .service-categories__heading {
        font-size: clamp(0.9rem, 0.9vw + 0.55rem, 1.5rem);
    }
}

.service-categories__detail-btn {
    flex-shrink: 0;
    margin-top: 0.35rem;
    padding: 0.4rem 0.95rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #0f172a;
    background: #fdb813;
    border: none;
    border-radius: 4px;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.service-categories__detail-btn:hover {
    background: #e5a610;
    color: #0a0a0a;
    transform: scale(1.04);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
    .service-categories__heading {
        font-size: clamp(0.95rem, 3.2vw, 1.45rem);
    }
}

@media (max-width: 575.98px) {
    .service-categories__grid {
        grid-template-columns: 1fr;
        max-width: 340px;
    }

    .service-categories__heading {
        font-size: clamp(0.95rem, 4.5vw, 1.35rem);
    }
}

.service-categories-modal .modal-content {
    border: none;
    border-radius: 14px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.service-categories-modal .modal-header {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1.25rem 1.5rem;
}

.service-categories-modal .modal-body {
    padding: 1.5rem;
}

.service-categories-modal__text {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
}

.service-categories-modal .modal-footer {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1rem 1.5rem;
}

/*** Service page — alternating feature rows ***/
.service-features {
    background: #f3f4f6;
}

.service-features__intro {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.service-features__title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    margin: 0;
    color: #111827;
}

.service-features__figure {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    background: #e5e7eb;
}

.service-features__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.service-features__content {
    padding: 0.25rem 0;
}

@media (min-width: 992px) {
    .service-features__content {
        padding: 0.5rem 0;
    }
}

.service-features__heading {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

.service-features__excerpt {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.1rem;
}

.service-features__btn {
    background: #fdb813;
    color: #0f172a;
    border: none;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.55rem 1.25rem;
    border-radius: 4px;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.service-features__btn:hover {
    background: #e5a610;
    color: #0a0a0a;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991.98px) {
    .service-features__content {
        text-align: center;
        max-width: 32rem;
        margin-left: auto;
        margin-right: auto;
    }
}


.copyright {
    background: #222222;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}