
/*** Spinner Start ***/
#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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


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

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

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

.btn-md-square {
    width: 44px;
    height: 44px;
}

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

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

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

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar-brand .brand-wordmark {
    font-family: "Plus Jakarta Sans", "DM Sans", system-ui, sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: 0.75px;
    color: #1C4B92 !important;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-btn.d-flex {
    gap: 0.5rem;
}

.btn-header-icon {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-header-icon i {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.btn-header-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 95, 201, 0.35);
}

/* Hero / site browser mockup — desktop viewport scaled into frame */
.site-preview-card {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .35);
}

.site-preview-bar {
    background: #015FC9;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
}

.site-preview-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .85);
    display: inline-block;
}

.site-preview-screen {
    display: flex;
    flex-direction: column;
    aspect-ratio: 16 / 10;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    width: 100%;
    max-width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.live-preview-viewport {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.live-preview-viewport iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    max-width: none !important;
    pointer-events: none;
    transform-origin: top left;
}

.live-preview-viewport img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
}

.portfolio-live {
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 1rem;
    padding: 12px;
    box-sizing: border-box;
}

.portfolio-live .live-preview-viewport {
    flex: 1 1 auto;
    min-height: 0;
}

.portfolio-live-overlay {
    position: absolute;
    inset: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-radius: 8px;
    background: linear-gradient(transparent 55%, rgba(0, 0, 0, .35));
    pointer-events: none;
    z-index: 2;
}

.portfolio-live-overlay a {
    pointer-events: auto;
}

.portfolio-card img,
.mockup-preview img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    object-position: top center;
    background-color: #f8f9fa;
}

@media (max-width: 767.98px) {
    .site-preview-card {
        margin-top: 1rem;
    }

    .site-preview-screen,
    .portfolio-live {
        padding: 10px;
    }

    .portfolio-live-overlay {
        inset: 10px;
    }
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

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

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

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

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 5;
}

.header-carousel .owl-nav .owl-prev i,
.header-carousel .owl-nav .owl-next i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    display: inline-block;
    color: inherit;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 24px;
        padding-bottom: 80px;
        position: relative;
        height: auto;
        min-height: 0;
    }

    .header-carousel .header-carousel-item {
        height: auto !important;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: auto !important;
        min-height: 0;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -40px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 40px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.82), rgba(0, 15, 45, 0.75)), url(../img/about.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.header-carousel .header-carousel-item {
    background: linear-gradient(rgba(1, 95, 201, 0.82), rgba(0, 15, 45, 0.72)), url(../img/about.png) center center / cover no-repeat !important;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

.logo-panel {
    background: linear-gradient(rgba(1, 95, 201, 0.45), rgba(0, 15, 45, 0.55)), url(../img/about.png) center center / cover no-repeat;
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    overflow: hidden;
}

.logo-panel img {
    max-width: 220px;
    width: 70%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner h4,
.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p,
.service .service-item:hover .service-content .service-content-inner .text-primary {
    color: var(--bs-white) !important;
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
    border-color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
    border-color: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-outline-primary {
    display: inline-block !important;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-outline-primary:hover {
    background-color: #ffffff !important;
    color: #015FC9 !important;
    border-color: #ffffff !important;
}

.service .service-item:hover .service-content .service-content-inner h4:hover {
    color: var(--bs-white) !important;
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-white);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 15, 40, 0.88), rgba(0, 10, 30, 0.92)), url(../img/about.png) center center / cover no-repeat;
    background-color: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

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

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/


/*** copyright Start ***/
.footer .copyright,
.copyright {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.copyright .row {
    width: 100%;
    align-items: center;
}

.copyright a {
    text-decoration: none;
}

.copyright a:hover {
    opacity: 0.85;
}
/*** copyright end ***/



/*** Mobile Friendly Overrides ***/
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

img, video, iframe {
    max-width: 100%;
}

/* Global Image Lock — no click / select / drag */
img {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

/* Exception: Rate Us “Η Δουλειά Μας” lightbox gallery */
.rateus-gallery-item a,
.rateus-gallery-item img,
.lightbox .lb-image {
    pointer-events: auto;
    cursor: pointer;
}

.nav-bar {
    z-index: 1030;
}

.nav-bar.sticky-top {
    top: 0 !important;
}

@media (max-width: 991.98px) {
    .navbar-brand h1,
    .navbar-brand .fs-3,
    .navbar-brand .brand-wordmark {
        font-size: 1.05rem !important;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .navbar-brand img {
        height: 36px !important;
        max-height: 36px !important;
    }

    .navbar {
        padding: 12px 0 !important;
    }

    .navbar .navbar-nav .nav-item {
        padding: 10px 16px !important;
        width: 100%;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        padding: 8px 16px 16px !important;
    }

    .navbar .navbar-nav .nav-btn .btn {
        width: 100%;
        margin-left: 0 !important;
    }

    /* Prevent stretching of header social icon buttons inside the mobile navbar */
    .navbar .navbar-nav .nav-btn .btn-header-icon {
        width: 44px !important;
        height: 44px !important;
        flex: 0 0 44px !important; /* avoid stretching by parent rules */
        padding: 0 !important;
        margin-left: 0 !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .navbar .navbar-nav .nav-btn {
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .header-carousel .display-1 {
        font-size: clamp(1.75rem, 7vw, 2.4rem) !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }

    .header-carousel h4 {
        font-size: 0.85rem !important;
        letter-spacing: 0.02em;
        margin-bottom: 0.75rem !important;
    }

    .header-carousel .fs-5 {
        font-size: 1rem !important;
        margin-bottom: 1.25rem !important;
    }

    .header-carousel .btn {
        width: 100%;
        margin: 0.35rem 0 !important;
    }

    .header-carousel .d-flex.flex-wrap {
        flex-direction: column;
        align-items: stretch !important;
    }

    .bg-breadcrumb {
        padding: 40px 0 !important;
    }

    .bg-breadcrumb .display-4 {
        font-size: clamp(1.6rem, 6vw, 2.2rem) !important;
    }

    .about-item-content,
    .about-hero-copy {
        padding: 1.5rem !important;
    }

    .logo-panel {
        min-height: 200px !important;
        padding: 1.5rem !important;
    }

    .service .service-item .service-img img,
    .service-item .service-img img {
        height: 200px !important;
        object-fit: cover !important;
    }

    .portfolio-live {
        aspect-ratio: 16 / 9;
    }

    .stand-3d-inner {
        transform: none !important;
        max-width: 260px !important;
        margin: 0 auto;
    }

    .footer .footer-item {
        margin-bottom: 0.5rem;
    }

    .copyright {
        text-align: center;
    }

    .copyright .col-md-6 {
        text-align: center !important;
    }

    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }

    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-bar.px-lg-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .header-carousel .display-1 {
        font-size: 1.65rem !important;
    }

    .display-4,
    .display-5 {
        font-size: 1.75rem !important;
    }

    .client-logo-card {
        height: 90px;
        padding: 0.75rem;
    }

    .client-logo-card img {
        max-height: 50px;
    }

    .timeline {
        padding-left: 1.25rem;
    }

    .form-control {
        font-size: 16px !important; /* prevents iOS zoom on focus */
    }
}
