/* Messina Sans Regular */
@font-face {
    font-family: 'Messina Sans';
    src: url('../font/MessinaSans-Regular.eot');
    src: local('Messina Sans Regular'), local('MessinaSans-Regular'),
        url('../font/MessinaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/MessinaSans-Regular.woff2') format('woff2'),
        url('../font/MessinaSans-Regular.woff') format('woff'),
        url('../font/MessinaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Messina Sans Bold */
@font-face {
    font-family: 'Messina Sans';
    src: url('../font/MessinaSans-Bold.eot');
    src: local('Messina Sans Bold'), local('MessinaSans-Bold'),
        url('../font/MessinaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/MessinaSans-Bold.woff2') format('woff2'),
        url('../font/MessinaSans-Bold.woff') format('woff'),
        url('../font/MessinaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Messina Sans SemiBold */
@font-face {
    font-family: 'Messina Sans';
    src: url('../font/MessinaSans-SemiBold.eot');
    src: local('Messina Sans SemiBold'), local('MessinaSans-SemiBold'),
        url('../font/MessinaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/MessinaSans-SemiBold.woff2') format('woff2'),
        url('../font/MessinaSans-SemiBold.woff') format('woff'),
        url('../font/MessinaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Messina Sans' !important;
}
header{
    transition: all 0.3s ease-in-out;
}
header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #f8f5f0;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
.header a.nav-link {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.header a.nav-link:hover, .header .nav-item.active a.nav-link {
    color: #f25533;
}

.linkedin-link {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.header .linkedin-link img {
    width: 24px;
    margin-right: 6px;
}

.header .header-contact-info .contact-btn {
    color: #F25533;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding: 12px 20px;
    border: 1px solid #F25533;
    border-radius: 22px;
    margin-left: 30px;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.header .header-contact-info .contact-btn:hover {
    background: #F25533;
    color: #fff;
}
.header nav.navbar.navbar-expand-lg {
    padding: 20px 0;
}

.home-banner {
    margin-top: 60px;
}

.home-banner .home-banner-content {
    width: 100%;
    max-width: 555px;
}

.home-banner .home-banner-content h1,
.project-detail h1 {
    font-size: 40px;
    line-height: 48px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: 700;
}

.home-banner-content p {
    color: #626262;
    font-size: 18px;
    line-height: 28px;
}

.home-banner-content p.highlighted-text {
    color: #222222;
}

.clients-logos img {
    margin-bottom: 25px;
    margin-right: 20px;
}

.client-served {
    width: 100%;
    max-width: 485px;
    margin-left: auto;
}

.client-served p {
    font-size: 14px;
    line-height: 21px;
    color: #222222;
}

.home-banner {
    margin: 60px 0 0;
}

.project-categories ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.project-categories ul li {
    margin-right: 10px;
}

.project-categories ul li a {
    text-decoration: none;
    color: #222222;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    background-color: #F3F3F4;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.project-categories ul li a.active, .project-categories ul li a:hover {
    background-color: #F25533;
    color: #ffffff;
}



.featured-projects {
    margin-top: 60px;
}

.featured-projects h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #222222;
    font-weight: 700;
}

.featured-projects .project-detail-card {
    margin-top: 30px;
    background-color: #f8f5f0;
    border-radius: 20px;
    min-height: 452px;
    position: relative;
    overflow: hidden;
}

.featured-projects .project-detail-card .project-img img {
    width: 100%;
    min-height: 452px;
}

.project-detail-card .project-details {
    padding: 40px 40px 0 40px;
}

.project-details h3 {
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    margin: 21px 0;
    font-weight: 700;
}

.project-details label {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.project-detail-card .project-details p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #626262;
}

.project-details .categories ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.project-details .categories ul li {
    background-color: #fff;
    padding: 8px 14px;
    margin-right: 8px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.custom-btn {
    padding: 12px 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: #F25533;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.project-details .custom-btn {
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #F25533;
}
.project-details .custom-btn:hover {
    background: #fff;
    color: #000;
}
.custom-btn img {
    margin-left: 10px;
}

.cards-navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    flex-wrap: wrap;
}

.cards-navigation-buttons a {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    text-decoration: none;
    border: 1px solid #626262;
    border-radius: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.cards-navigation-buttons a:hover {
    border: 1px solid #f25533;
}
.cards-navigation-buttons a.prev {
    position: relative;
    padding: 12px 20px 12px 46px;
}

.cards-navigation-buttons a.next {
    position: relative;
    padding: 12px 46px 12px 20px;
}

.cards-navigation-buttons a.next:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 20px;
    background-image: url(../images/Arrow_Right.png);
    background-repeat: no-repeat;
}

.cards-navigation-buttons a.prev:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 20px;
    background-image: url(../images/Arrow_left.png);
    background-repeat: no-repeat;
}

.find-me a {
    color: #f25533;
}

.find-me p {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.find-me p {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin: 60px 0;
}

.copyright {
    background: #f7f7f7;
    padding: 20px 0;
}

.copyright p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}


/*popup form css start */
.form-popup .btn-close {
    background: unset;
    border: 0;
    border-radius: 100px;
    opacity: 1;
    width: unset;
    display: block;
    margin-left: auto;
    margin-top: -20px;
    padding: 12px 20px;
    height: unset;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-right: 25px;
}

.form-popup .modal.show .modal-dialog {
    transform: none;
    max-width: 800px;
}

.form-popup .modal-body {
    padding: 20px 40px 40px;
}

.form-popup .popup-content label {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.form-popup .popup-content h4 {
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    font-weight: 700;
    margin: 7px 0;
}

.form-popup .btn-close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.form-wrapper {
    margin-top: 25px;
}

.form-wrapper .form-group {
    margin-bottom: 10px;
}

.form-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-popup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 8px;
    outline: 0;
}

.form-wrapper .custom-btn {
    border: 0;
    margin-top: 22px;
}

.form-popup .popup-content .form-group label {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

/*popup css end */
/*------Second Page started----------*/

.project-detail .services ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 30px 0 20px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 60px;
}

.project-detail .services ul li {
    padding: 8px 14px;
}

.project-detail .services ul li {
    padding: 8px 14px;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    margin: 0 7px 13px 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.project-detail {
    margin-top: 60px;
}

.text-content p {
    font-size: 18px;
    line-height: 28px;
    color: #626262;
    margin-top: 24px;
    margin-bottom: 0;
}

.team-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.text-content .team-detail ul {
    list-style: none;
    padding-left: 0;
}

.team-detail label {
    font-size: 16px;
    line-height: 20px;
    color: #626262;
    margin-bottom: 10px;
}

.team-detail ul li {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.text-content .design-process {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-content .design-process .process-card {
    width: 100%;
    max-width: 48%;
    background-color: #fef6f5;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
}

.text-content .process-card label {
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    padding: 10px 16px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-weight: 700;
}

.text-content .design-process .process-card h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.text-content .process-card p {
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.text-content ul {
    padding-left: 20px;
}

.text-content ul li {
    font-size: 18px;
    line-height: 24px;
    color: #626262;
    margin-top: 24px;
}

.project-overview .site-map {
    margin: 60px 0;
    padding: 128px 0;
    background-color: #f7f7f7;
}

.project-overview .site-map img {
    width: 100%;
}

.project-overview .what-we-learned p,
.project-overview .what-we-learned ul li {
    font-size: 18px;
    line-height: 28px;
    color: rgb(98, 98, 98);
    margin-top: 24px;
    margin-bottom: 0px;
}

.project-overview .text-content h2 {
    font-size: 30px;
    line-height: 36px;
    color: #222222;
    margin-top: 60px;
    font-weight: 700;
}

.project-overview .what-we-learned ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.project-overview .what-we-learned ul li {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 14px 20px;
    background-color: #f7f7f7;
}

.site-map p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
}

.site-map p a {
    color: #000000;
}

.browser-mockup {
    background: #e2f4ff;
}

.browser-mockup {
    margin-top: 60px;
}

.browser-mockup img {
    margin-top: 90px;
    width: 100%;
}

.text-content .media {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 60px 0;
}

.text-content .media img {
    width: 100%;
    /* max-width: 48%; */
}

.screens-slider .slider-wrapper {
    position: relative;
    background: #e6f2ff;
}

.screens-slider {
    background: #e6f2ff;
    padding: 88px 0 30px;
}

.screens-slider .image-slider .item {
    text-align: center;
}

.screens-slider .image-slider img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.screens-slider .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.screens-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.screens-slider .owl-nav button.owl-prev,
.screens-slider .owl-nav button.owl-next {
    background: none;
    border: none;
    font-size: 32px;
    color: #007aff;
}

.screens-slider .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 45px;
}

.screens-slider .owl-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #ccc;
    text-align: center;
}

.screens-slider .owl-carousel .owl-dot.active {
    background: #0078C1;
}

.screens-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.screens-slider .owl-nav button.owl-prev,
.screens-slider .owl-nav button.owl-next {
    border: 1px solid #007aff !important;
    color: #007aff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    cursor: pointer;
}

.screens-slider .owl-nav button.owl-prev:hover,
.screens-slider .owl-nav button.owl-next:hover {
    background-color: #005bb5;
    color: #fff !important;
}

.key-outcomes .key-outcomes-card {
    background: #f1f2f9;
    border-radius: 20px;
    padding: 60px;
    margin: 60px 0;
}

.key-outcomes-card label {
    color: #222222;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.key-outcomes-card h6 {
    line-height: 20px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 700;
}

.key-outcomes-card .col-md-4 {
    margin-top: 30px;
}

.key-outcomes-card p {
    font-size: 18px;
    line-height: 28px;
    color: #626262;
    margin-bottom: 0;
}

.bottom-nav-buttons .cards-navigation-buttons {
    margin: 0 0 60px;
}
.custom-btn:hover
{
    color: #fff;
}
.find-me a:hover{
    color: #f25533;
}
.cards-navigation-buttons a:hover{
    color: #000;
}

/*------Second Page end----------*/
@media only screen and (max-width: 1100px) {
    .project-detail-card .project-detail {
        padding: 30px 30px 0 30px;
    }

    .find-me p {
        margin: 30px 0;
    }

    .project-detail h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0;
    }

    .project-detail label {
        font-size: 16px;
        line-height: 20px;
    }

    .home-banner {
        margin: 40px 0 0;
    }

    .home-banner .home-banner-content h1,
    .project-detail h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .featured-projects h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .project-detail-card .project-detail p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .project-details .custom-btn {
        position: unset;
        bottom: 40px;
        display: inline-block;
        margin: 0 0 30px;
    }

    .featured-projects .project-detail-card .project-img {
        height: 100%;
    }

    .featured-projects .project-detail-card .project-img img {
        width: 100%;
        min-height: unset;
        height: 100%;
    }

    .header nav.navbar.navbar-expand-lg {
        border-bottom: 1px solid #dddcdc;
    }

    .project-detail-card .project-detail {
        padding: 30px 20px 0 20px;
    }

    .project-overview .site-map {
        padding: 80px 0;
    }

    .screens-slider .owl-nav {
        top: 100%;
        transform: translateY(-100%);
        pointer-events: none;
    }

    .screens-slider .owl-carousel .owl-item img {
        max-width: 100%;
    }

    .navbar-toggler {
        display: none;
    }

    header .collapse:not(.show) {
        display: flex;
    }

    header .navbar-nav {
        flex-direction: row;
    }
}

@media (min-width: 576px) {
    .form-popup .modal-dialog {
        max-width: 800px;
    }
}

@media only screen and (max-width: 500px) {
    .text-content .design-process .process-card {
        width: 100%;
        max-width: 100%
    }

    .project-overview .site-map {
        margin: 40px 0;
        padding: 60px 0;
    }

    .header a.nav-link,
    .linkedin-link,
    .copyright p,
    .home-banner-content p,
    .project-detail-card .project-details p,
    .find-me p {
        font-size: 14px;
    }

    .header .linkedin-link img {
        width: 16px;
    }

    .header .header-contact-info .contact-btn {
        font-size: 14px;
        padding: 6px 7px;
        margin-left: 10px;
    }
}


.modal-submit-btn {
    background-color: #F25533 !important; /* Bootstrap primary color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.custom-modal {
    position: fixed;
    z-index: 99999; /* Increased z-index */
    left: 0; top: 0; width: 100vw; height: 100vh;
    display: flex; align-items: center; justify-content: center;
}
.custom-modal[style*="display: none"] {
    display: none !important;
}
.custom-modal-backdrop {
    position: absolute; left: 0; top: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.custom-modal-content {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    padding: 0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
    animation: fadeInModal 0.2s;
}
@keyframes fadeInModal {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.custom-modal-header, .custom-modal-footer {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: flex; align-items: center; justify-content: space-between;
}
.custom-modal-header { border-bottom: 1px solid #eee; }
.custom-modal-footer { border-top: 1px solid #eee; }
.custom-modal-title { font-weight: bold; }
.custom-modal-close { font-size: 24px; }
.custom-modal-body { padding: 16px; }