/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */



:root {
    --page-bg: #f4f5f7;
    --card-bg: #ffffff;
    --stage-bg: #141414;
    --text-main: #1f2933;
    --text-muted: #6b7280;
    --border: #e5e7eb;
    --accent: #fed136;
    --accent-dark: #dab430;
}



html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.75;
}

.about-content {
    line-height: 2.0;
}

/* About Section */

a {
    color: #212529;
}

a:hover {
    color: #fec503;
}

.text-primary {
    color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    /* font-family: 'Poppins', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.responsive {
    max-width: 100%;
    height: auto;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

.btn {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary {
    background-color: #fed136;
    border-color: #fed136;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fec810 !important;
    border-color: #fec810 !important;
    color: white;
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
    background: #fed136;
    text-shadow: none;
}

::selection {
    background: #fed136;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}


.view-project-btn {
    width: 100%;
    margin-top: auto;
    padding: 8px 12px;
    background: var(--accent);
    border-color: var(--accent);
    font-size: .88rem;
    font-weight: 700;
}

.view-project-btn:hover,
.view-project-btn:focus {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}


/* Scroll to Top Button */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(254, 197, 3);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

/* Divider */

.divider-custom {
    margin: 1.5rem 0 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-custom .divider-section-title {
    background-color: #212529;
    border: 1px solid #212529;
    margin: 0rem;
    width: 100%;
    max-width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-title-hr {
    border: 1px solid #212529;
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
}

.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #fed136;
    border-radius: 1rem;
    border-color: #fed136 !important;
}

/****************/
/** Navigation **/
/****************/

#mainNav {
    background-color: #212529;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #fed136;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
    color: #fed136;
    font-weight: bold;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* font-family: 'Kaushan Scrip', 'Helvetica Neue', Helvetica, Arial, cursive; */
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fed136;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }

    #mainNav.navbar-custom {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529;
    }

    #mainNav.navbar-custom .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

/************/
/** Header **/
/************/

header.masthead {
    text-align: center;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/header-bg.webp");
    /*background-image: url("../img/main-header-bg.jpeg");*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 35px;
    /* font-style: italic; */
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header.masthead .intro-text .intro-lead-in {
        font-size: 55px;
        font-style: italic;
        line-height: 55px;
        margin-bottom: 25px;
        font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    header.masthead .intro-text .intro-heading {
        font-size: 40px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 30px;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
}

/* Services */

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

/*************/
/** Contact **/
/*************/

section#contact {
    background-color: #212529;
    background-image: url("../assets/images/map-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 248px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/************/
/** Footer **/
/************/

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #fed136;
}


/*******************************************************************************/


/*************************/
/** Carousel Indicators **/
/*************************/

.carousel-indicators {
    bottom: -60px;
    margin-top: 20px;
    justify-content: center;
    display: flex;
}

.carousel-indicators li {
    background-color: rgba(108, 117, 125, 0.4);
    width: 40px;
    padding: 0;
    height: 3px;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: rgba(254, 209, 54, 1);
    padding-bottom: 1px;
}

.sr-only {
    background-color: #000000;
    color: #000000;
}


/**********************/
/** Portfolio Section **/
/**********************/


/* PORTFOLIO */
.portfolio-section {
    padding: 60px 20px;
}

.portfolio-shell {
    width: min(1280px, 100%);
    margin: 0 auto;
}

.portfolio-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 30px;
}

.portfolio-eyebrow,
.modal-category {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--accent);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.portfolio-heading h1 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
}

.portfolio-heading p,
.modal-description {
    color: var(--text-muted);
    line-height: 1.65;
}

/* FILTERS */
.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
}

.filter-btn {
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text-main);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.filter-btn:hover,
.filter-btn:focus,
.filter-btn.active {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* 4-COLUMN GRID */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

/* CARDS */
.project-card {
    contain: layout paint;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .055);
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); BETTER */
    /* transition: transform .1s ease, box-shadow .1s ease; */
    transition: none;
}

.project-card:hover {
    transform: translateY(-1px);
    /* box-shadow: 0 12px 26px rgba(0, 0, 0, .09); */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.09);
    /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.09); BETTER */
}

.project-card.hidden {
    display: none;
}

.project-image-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #ddd;
}

.project-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .15s ease;
}

.project-card:hover .project-image-wrap img {
    transform: scale(1.025);
}

.project-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
}

.project-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px;
}

.project-card h3 {
    margin: 0 0 6px;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
}

.project-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 12px;
    color: var(--text-muted);
    font-size: .86rem;
    line-height: 1.45;
}

.view-project-btn {
    width: 100%;
    margin-top: auto;
    padding: 8px 12px;
    background: var(--accent);
    border-color: var(--accent);
    font-size: .88rem;
    font-weight: 700;
}

.view-project-btn:hover,
.view-project-btn:focus {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}

/* MODAL */
.portfolio-modal .modal-dialog {
    max-width: 1180px;
    margin: 1.4rem auto;
}

.portfolio-modal .modal-content {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.portfolio-modal .modal-body {
    padding: 0;
}

.portfolio-close {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 20;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #222;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .18);
}

.portfolio-content-wrap {
    padding: 34px;
}

.modal-project-title {
    margin: 0 52px 10px 0;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
}

.modal-description {
    max-width: 780px;
    margin-bottom: 20px;
}

.portfolio-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 22px;
    color: var(--text-muted);
    font-size: .92rem;
}

.portfolio-meta strong {
    color: var(--text-main);
}

/* GALLERY */
.portfolio-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--stage-bg);
}

.portfolio-gallery .carousel-item {
    height: clamp(340px, 64vh, 680px);
    background: var(--stage-bg);
}

.portfolio-gallery .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-counter {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 8;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
}

.portfolio-gallery .carousel-control-prev,
.portfolio-gallery .carousel-control-next {
    width: 70px;
    opacity: 1;
}

.portfolio-gallery .carousel-control-prev-icon,
.portfolio-gallery .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: 18px 18px;
    background-color: rgba(0, 0, 0, .58);
    background-position: center;
}

/* THUMBNAILS */
.portfolio-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding: 2px 2px 8px;
}

.portfolio-thumb {
    flex: 0 0 90px;
    width: 90px;
    height: 68px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: #ddd;
    cursor: pointer;
    opacity: .66;
}

.portfolio-thumb:hover,
.portfolio-thumb.active {
    opacity: 1;
}

.portfolio-thumb.active {
    border-color: var(--accent);
}

.portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PROJECT NAV */
.project-nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--border);
}

.project-nav .btn {
    min-width: 190px;
}

.project-nav .btn-primary {
    background: var(--accent);
    border-color: var(--accent);
}

.project-nav .btn-primary:hover,
.project-nav .btn-primary:focus {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}

.project-nav-note {
    margin-top: 10px;
    text-align: center;
    color: var(--text-muted);
    font-size: .82rem;
}

/* FOOTER */
.footer {
    background: #1f2933;
    color: #fff;
    padding: 28px 0;
    text-align: center;
}

.footer .copyright {
    color: #d1d5db;
}

.footer .quicklinks {
    margin: 0;
}

.footer .quicklinks a {
    color: #fff;
    text-decoration: none;
}

.footer .quicklinks a:hover,
.footer .quicklinks a:focus {
    color: #d9b27c;
    text-decoration: underline;
}

/* RESPONSIVE GRID */
@media (max-width: 1199.98px) {
    .portfolio-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .footer {
        text-align: left;
    }

    .footer .quicklinks {
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    .portfolio-section {
        padding: 45px 14px;
    }

    .portfolio-modal .modal-dialog {
        margin: 0;
        max-width: none;
        min-height: 100vh;
    }

    .portfolio-modal .modal-content {
        min-height: 100vh;
        border-radius: 0;
    }

    .portfolio-content-wrap {
        padding: 24px 16px;
    }

    .portfolio-gallery .carousel-item {
        height: 55vh;
        min-height: 310px;
    }

    .portfolio-thumb {
        flex-basis: 76px;
        width: 76px;
        height: 58px;
    }

    .project-nav {
        flex-direction: column;
    }

    .project-nav .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}
