.our-portfolio-wrapper {
    margin: 0;
    background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0));
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background: transparent;
    border: 2px solid transparent;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
}

/ Gradient border effect / .dropbtn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 50px;
    background: linear-gradient(45deg, #ff6a6a, #6464ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.dropbtn i {
    transition: transform 0.3s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #262626;
    min-width: 180px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    border-radius: 10px;
    top: 50px;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background 0.3s;
    text-align: left;
}

.dropdown-content a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn i {
    transform: rotate(180deg);
}

body {
    background-color: #141520 !important;
}

.port-banner-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 100px auto 30px;
}

.our-portfolio-wrapper .container {
    width: 90%;
    margin: 30px auto;
}

.footer-wrapper {
    margin-top: 100px;
}

.port-banner-text h2 {
    font-size: 60px;
    font-weight: 600;
}

.port-banner-text p {
    font-size: 18px;
    width: 100%;
}

.port-banner-buton-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 50px;
}

.port-banner-buton-wrapper button {
    margin: 0;
}

button.btn-2.nav-bar-link.w-inline-block.button-content {
    margin-left: 31px;
    background-color: transparent !important;
    background: none;
    border: 1px solid;
}

.port-banner-buton-wrapper a {
    text-decoration: none;
}

.port-banner-text {
    max-width: 50%;
}

.portfolio-filter-tab h2 {
    font-size: 50px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 51px;
}

.portfolio-filter-tab-content {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 20px;
}

.portfolio-filter-tab-content-inner-tab {
    max-width: 30%;
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.portfolio-filter-tab-content-inner-tab h4 {
    color: white !important;
    margin: 30px 0 10px;
    font-size: 24px;
    font-weight: 500;
}

.portfolio-filter-tab-content-inner-tab p {
    width: 100%;
}

.portfolio-filter-tab-content-inner-tab button.btn-1.nav-bar-link.w-inline-block.button-content {
    margin: 20px 0 0 0;
    padding: 20px 25px 20px 15px;
}

.portfolio-filter-tab-content-inner-tab a {
    /position: relative;
    /text-decoration: none !important;
    text-decoration: none !important;
}

.contact-us-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background: rgb(153,77,74);
    background: linear-gradient(90deg, rgba(153,77,74,1) 0%, rgba(72,50,78,1) 50%, rgba(49,46,96,1) 100%);
    border-radius: 25px;
}

.contact-us-wrapper h4 {
    color: white;
    font-size: 40px;
}

.contact-us-wrapper p {
    width: 60%;
    margin: 30px auto;
    font-size: 18px;
}

.contact-us-wrapper button.btn-1.nav-bar-link.w-inline-block.button-content {
    background: none !important;
    border: 1px solid white;
}

.contact-us-wrapper button.btn-1.nav-bar-link.w-inline-block.button-content a {
    text-decoration: none;
}

.port-banner-image p {
    font-size: 20px;
    font-weight: 500;
}

.port-banner-text h2 {
    margin: -20px 0 20px 0;
}

nav.nav-menu.w-nav-menu {
    display: none;
}

.menu-button.w-nav-button {
    opacity: 0;
    pointer-events: none !important;
}

.portfolio-filter-tab-content-inner-tab:hover {
    position: relative;
    opacity: 0.6;
}

.portfolio-filter-tab-content-inner-tab h4:before {
    content: "View Site";
    position: absolute;
    font-size: 20px;
    padding: 10px !important;
    border-bottom: 2px solid white;
    z-index: 9999;
    top: 40%;
    opacity: 0 !important;
    opacity: 0;
    color: white;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
    color: #fff;
    border-radius: 50px;
    align-items: center;
    padding: 20px 25px;
    font-family: Anek Malayalam, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    display: flex;
    padding: 10px 30px !important;
    justify-self: anchor-center;
    width: 100px;
    text-align: center;
    justify-content: center;
    right: 0;
}

.portfolio-filter-tab-content-inner-tab:hover h4:before {
    opacity: 1 !important;
}

.main-page-wrapper .portfolio-filter-tab-content-inner-tab h4:before {
    content: "View All" !important;
}

.portfolio-filter-tab-content-inner-tab img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .port-banner-wrapper {
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .port-banner-text {
        max-width: 100%;
    }

    .port-banner-text p {
        font-size: 16px;
        width: 100%;
    }

    .port-banner-buton-wrapper {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .port-banner-buton-wrapper a {
        font-size: 14px;
        padding: 0 10px;
    }

    .port-banner-text h2 {
        font-size: 40px;
    }

    .portfolio-filter-tab h2 {
        font-size: 35px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .portfolio-filter-tab-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }

    .portfolio-filter-tab-content-inner-tab {
        max-width: 90%;
        flex: 0 0 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    .portfolio-filter-tab-content-inner-tab p {
        width: 100%;
        text-align: center;
    }

    .portfolio-filter-tab-content-inner-tab img {
        width: 100%;
    }

    .portfolio-filter-tab-content-inner-tab a {
        padding: 0 10px;
    }

    .contact-us-wrapper {
        padding: 30px 20px;
    }

    .contact-us-wrapper h4 {
        color: white;
        font-size: 30px;
        line-height: 1.2;
    }

    .contact-us-wrapper p {
        width: 100%;
        margin: 10px auto;
        font-size: 16px;
    }

    .contact-us-wrapper a {
        padding: 0 15px;
    }

    .portfolio-filter-tab-content-inner-tab {
        text-align: center;
    }

    .portfolio-filter-tab-content-inner-tab button.btn-1.nav-bar-link.w-inline-block.button-content {
        margin: 10px 0 0 0px;
        padding: 15px 30px 15px 0;
    }
}
