footer {
    border-top: 1px solid var(--border);
    padding: 20px 0 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
footer svg {
    width: 16px;
    height: 16px;
    stroke: var(--muted);
}
.india-office {
    margin-left: 16.6667% !important;
}
@media (max-width: 991px) {
    .india-office {
        margin-left: 0 !important;
        margin-top: 40px;
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .corporate-offices .col-lg-4 {
        margin-bottom: 30px;
    }
    .corporate-offices .col-lg-4:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .corporate-offices h5 {
        font-size: 15px;
    }
    .corporate-offices .p-v2 {
        font-size: 12px;
        line-height: 22px;
    }
    .top-footer-logo {
        padding-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .corporate-offices {
        text-align: center;
    }
    .corporate-offices .col-lg-4 {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 30px;
    }
    .corporate-offices .col-lg-4:last-child {
        margin-bottom: 0;
    }
    .corporate-offices h5 {
        text-align: center;
    }
    .corporate-offices .p-v2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
    }
}
@media (max-width: 767px) {
    footer .container {
        text-align: center;
    }
    .custom_subscribe_widget,
    .sk__widget-inner {
        display: flex;
        justify-content: center;
    }
    .sk__subscribe-form {
        margin: 0 auto;
    }
    .corporate-offices .col-lg-4 {
        width: 100%;
        text-align: center;
    }
    .corporate-offices .p-v2 {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-socials-section {
        text-align: center;
    }
    .footer-socials-inner {
        display: flex;
        justify-content: center;
    }
    .footer-bottom,
    .footer-bottom > div {
        text-align: center;
    }
    .footer-main-small-col ul {
        padding-left: 0;
        text-align: center;
    }
}
.sk__country-switcher-wrap {
    position: relative;
    top: 36px;
    right: 120px;
    z-index: 9999;
    opacity: 0;
    transition: right 0.4s ease 0s;
}
.sk__country-switcher-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 180px;
    justify-content: space-between;
    height: 44px;
    padding: 0 16px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.64);
    border: 1px solid rgba(242, 242, 242, 0.26);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.sk__country-switcher-trigger:hover,
.sk__country-switcher-trigger[aria-expanded="true"] {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.64);
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}
.sk__country-switcher-flag {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.sk__country-switcher-caret {
    flex-shrink: 0;
    margin-left: 4px;
    transition: transform 0.3s ease 0s;
}
.sk__country-switcher-trigger[aria-expanded="true"]
    .sk__country-switcher-caret {
    transform: rotate(180deg);
}
.sk__country-switcher-menu {
    position: absolute;
    top: calc(100%+12px);
    right: 0;
    margin: 0;
    width: 180px;
    padding: 5px;
    list-style: none;
    background: rgba(15, 15, 18, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    transform-origin: top right;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition:
        transform 0.3s ease 0s,
        opacity 0.3s ease 0s;
}
.sk__country-switcher-menu.sk__open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
}
.sk__country-switcher-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 10px;
    transition:
        background-color 0.3s ease 0s,
        color 0.3s ease 0s;
}
.sk__country-switcher-menu li a:hover {
    background: rgba(255, 255, 255, 0.06);
}
@media all and (max-width: 767px) {
    .sk__country-switcher-wrap {
        top: 17px;
        right: 55px;
    }
    .sk__country-switcher-trigger {
        height: 36px;
        padding: 0 12px;
        font-size: 12px;
    }
    .sk__country-switcher-flag {
        width: 18px;
        height: 18px;
    }
}
@media all and (min-width: 768px) and (max-width: 9998px) {
    .sk__country-switcher-wrap {
        top: 33px;
        right: 78px;
    }
}
body.sk__scrolling-started .sk__country-switcher-wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.3s ease 0s,
        visibility 0s ease 0.3s;
}
body.sk__nav-open .sk__country-switcher-wrap {
    right: 306px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.sk__header-actions {
    position: fixed;
    top: -4px;
    right: 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: right 0.4s ease 0s;
}
@media all and (min-width: 9999px) {
    .sk__header-actions {
        top: 36px;
        right: 260px;
    }
}
.sk__portfolio-thumblink-image {
    object-fit: cover;
    object-position: center;
    display: block;
}
.sk__portfolio-wrapper .slick-dots,
.sk__portfolio-thumbs .slick-dots,
.slick-dots {
    display: none !important;
}
h2.text1 {
    text-transform: uppercase;
}
.custom-portfolio {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.custom-portfolio > .sk__portfolio-item {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25%;
    padding: 12px;
}
.custom-portfolio > .sk__portfolio-item.full-card {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
}
.custom-portfolio > .full-card .sk__portfolio-thumblink {
    padding-top: 20% !important;
}
.custom-portfolio > .full-card .sk__portfolio-thumblink-image {
    background-size: cover;
    background-position: center;
}
a.sk__portfolio-thumblink {
    padding-top: 211.7%;
}
.custom-portfolio
    > .sk__portfolio-item:not(.full-card)
    .sk__portfolio-thumblink {
    padding-top: 170% !important;
}
.latest-news-portfolio
    > .sk__portfolio-item:not(.full-card)
    .sk__portfolio-thumblink {
    padding-top: 0 !important;
    height: 300px !important;
}
.custom-portfolio .portfolio-thumb-info h6 {
    font-size: 13px !important;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
@media (max-width: 991px) {
    .custom-portfolio > .sk__portfolio-item {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%;
    }
    .custom-portfolio > .sk__portfolio-item.full-card {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .custom-portfolio > .sk__portfolio-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}
.portfolio-thumb-info {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    text-align: center;
    transition: all 0.35s ease;
}
.portfolio-thumb-info h6 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    line-height: 1.5 !important;
    margin-bottom: 0;
    max-width: 250px;
    min-height: 96px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.portfolio-thumb-info h2 {
    line-height: 1.15;
    min-height: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 18px;
    text-align: center;
    white-space: nowrap;
}
.portfolio-thumb-info p {
    width: 140px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    background: #000;
    color: #fff;
    border-radius: 40px;
    margin: 0;
}
.sk__portfolio-item:hover .portfolio-thumb-info h6,
.sk__portfolio-item:hover .portfolio-thumb-info p {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
.sk__portfolio-thumblink-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sk__portfolio-section .sk__portfolio-thumblink-image {
    opacity: 0.8;
}
#expressions-section .sk__portfolio-thumblink-image {
    opacity: 0.6;
}
#portfolio-section .sk__portfolio-thumblink-image {
    opacity: 0.6;
}
.product-hero-slide .sk__hero-item-theme-style {
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.product-hero-content {
    width: 100%;
    margin: 60px;
    display: grid;
    gap: 20px;
    position: relative;
}
.product-left {
    color: #fff;
    margin-top: 60px;
}
.product-left h1 {
    font-size: 60px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
}
.product-description {
    max-width: 520px;
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #d8d8d8;
}
.product-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.product-buttons .btn {
    min-width: 250px;
    margin: 0;
}
@media (max-width: 1200px) {
    .product-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 120px 30px 60px;
    }
    .product-description {
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .product-buttons {
        justify-content: center;
    }
}
.product-hero-slide .sk__hero-item-theme-style {
    justify-content: flex-start !important;
    align-items: center !important;
}
.product-hero-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 100px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.product-left {
    flex: 0 0 55%;
}
.product-hero-slide .hero-h1-box {
    left: 0 !important;
}
.vg-shared-skills {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
}
.vg-shared-skills {
    position: relative;
    overflow: hidden;
}
.sk__section-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.vg-shared-skills::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.vg-shared-skills .container,
.vg-shared-skills .row {
    position: relative;
    z-index: 1;
}
.sk__feature {
    position: relative !important;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.sk__feature-bg {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2 !important;
    opacity: 0.2 !important;
}
.sk__feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.85) 100%
    );
    z-index: -1 !important;
}
.sk__feature h5,
.sk__feature p,
.sk__feature .colorline-deco {
    position: relative !important;
    z-index: 2 !important;
    color: #fff !important;
}
.sk__force-visible .sk__portfolio-item {
    opacity: 1 !important;
    transform: none !important;
}
.media-gallery-section {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.media-gallery-heading {
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
}
.media-gallery-heading h1 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}
.latest-news-section {
    padding-bottom: 40px !important;
}
@media (max-width: 575px) {
    .sk__rectangles-left,
    .sk__rectangles-full-left {
        padding: 16px !important;
    }
    .sk__rectangles-full-left-main-tint,
    .sk__rectangles-fluid-left-main-tint {
        padding: 20px;
    }
}
@keyframes floatCan {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-18px);
    }
    100% {
        transform: translateY(0px);
    }
}
.latest-news-portfolio > .sk__portfolio-item:not(.full-card) {
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
    padding: 12px;
    min-height: 20% !important;
}
@media (max-width: 991px) {
    .sk__rings-section h1.super-heading,
    .sk__rings-section span.super-heading.sk__gradient-fancy-text-back {
        font-size: 52px;
        letter-spacing: -2px;
    }
    .hero-box-bottom-left {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .sk__rings-section h1.super-heading,
    .sk__rings-section span.super-heading.sk__gradient-fancy-text-back {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 1.3;
    }
    .sk__rings-section h2.h2-small {
        font-size: 14px;
        line-height: 22px;
    }
    .hero-box-bottom-right {
        margin-bottom: 100px;
    }
}
@media (max-width: 575px) {
    .sk__hero-slider-item .sk__parallax-background-element {
        background-position: center 30%;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .sk__hero-slider-item img.sk__parallax-background-element,
    #about-us img.sk__featured-project-background,
    .sk__featured-project-section img.sk__featured-project-background {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }
    #sk__hero-carousel-slider .carousel-item,
    section.sk__parallax-background-section.sk__hero-item-theme-style,
    .sk__hero-item-theme-style {
        min-height: 0 !important;
        height: 700px !important;
    }
    .sk__hero-item-theme-style {
        justify-content: flex-start !important;
        padding: 50px 24px 40px !important;
        gap: 30px;
    }
    .sk__hero-item-theme-style .flex-helper-div {
        display: none;
    }
}
#about-us {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}
#about-us .custom-about-divider-col .divider {
    margin-top: 0;
    transform: translateY(-40px);
}
.sk__section-bg {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.sk__section-bg-image {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.sk__section-bg .container {
    position: relative;
    z-index: 2;
}
.sk__section-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
#about-us1 .super-heading {
    margin-bottom: 50px !important;
}
#about-us1 h1.super-heading {
    line-height: 1.1;
}
#about-us1 {
    padding-bottom: 90px !important;
    opacity: 0.6;
}
.about-right-image-wrap {
    margin-bottom: 0 !important;
}
#about-us1 .vision-row {
    margin-top: 60px !important;
}
.vision-row {
    font-size: 1.05rem;
    line-height: 1.8;
}
.vision-row .col-12 {
    padding-left: 20px;
    padding-right: 20px;
}
#about-us {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #000;
}
#about-us .sk__featured-project-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
#about-us .container {
    position: relative;
    z-index: 2;
}
#about-us::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.sk__feature1 {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 50px 40px;
    height: 100%;
    position: relative;
}
.sk__feature-col1 {
    position: relative;
}
.sk__feature-col1::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 1px;
    height: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.12);
}
.sk__feature-col1:nth-child(3)::after,
.sk__feature-col1:last-child::after {
    display: none;
}
.sk1 {
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .sk__feature-col1::after {
        display: none;
    }
    .sk__feature1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .sk__feature-col1:last-child .sk__feature {
        border-bottom: none;
    }
}
#about-us .sk__featured-project-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sk__section-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sk__about-us-section {
    overflow-x: hidden;
}
.about-right-image-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 49.42%;
}
@media all and (max-width: 991px) {
    .about-right-image-wrap {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    #about-us .sk__featured-project-background {
        background-position: center 20%;
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .about-right-image-wrap {
        min-height: 320px;
    }
    #about-us1 .vision-row {
        margin-top: 0;
    }
    .sk__feature-col1::after {
        display: none;
    }
    .sk__feature1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 40px 30px;
    }
    .sk__feature-col1:last-child .sk__feature1 {
        border-bottom: none;
    }
}
@media (max-width: 575px) {
    #about-us,
    #about-us1 {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
    .about-heading-custom {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .mw-460,
    .mw-660 {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .about-right-image-wrap {
        min-height: 220px;
    }
    .sk__feature,
    .sk__feature1 {
        padding: 30px 20px;
    }
    .sk__feature h5,
    .sk__feature1 h2 {
        font-size: 18px;
    }
    .vg-shared-skills .skills-subhead {
        font-size: 13px;
        line-height: 22px;
    }
}
@media (max-width: 991px) {
    #about-us1 .vision-row {
        margin-top: 30px !important;
    }
}
@media (max-width: 575px) {
    #about-us1 .vision-row {
        margin-top: 20px !important;
    }
}
@media (max-width: 767px) {
    #about-us .sk__featured-project-background {
        min-height: 0 !important;
        height: 100% !important;
    }
    #about-us {
        min-height: 0 !important;
        height: auto !important;
    }
}
@media (max-width: 767px) {
    #about-us1 > img.sk__absolute.sk__image-back-cover {
        object-fit: cover;
        object-position: center;
    }
    .sk__section-bg.sk__parallax-background-section {
        min-height: 0 !important;
        height: auto !important;
    }
}
@media (max-width: 767px) {
    .sk__hero-item-theme-style img.sk__parallax-background-element {
        min-height: 0 !important;
        height: 100% !important;
    }
}
.custom-portfolio
    > .sk__portfolio-item:not(.full-card):not(.half-card)
    .sk__portfolio-thumblink {
    padding-top: 170% !important;
}
.portfolio-thumb-info {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    text-align: center;
    transition: all 0.35s ease;
}
.portfolio-thumb-info h6 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    max-width: 250px;
    height: 100px;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin: 0;
}
.portfolio-thumb-info h2 {
    line-height: 1.15;
    min-height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 18px;
    text-align: center;
    white-space: nowrap;
}
.portfolio-thumb-info p {
    width: 160px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    background: #000;
    color: #fff;
    border-radius: 40px;
    margin: 0;
}
.sk__portfolio-item:hover .portfolio-thumb-info h6,
.sk__portfolio-item:hover .portfolio-thumb-info p {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
.portfolio-thumb-info h5.skills-subhead {
    height: 60px;
    overflow: hidden;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin: 0 0 12px;
}
.custom-portfolio-grid .slick-dots {
    display: none !important;
}
.custom-portfolio > .sk__portfolio-item.half-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.custom-portfolio > .sk__portfolio-item.half-card > a.sk__portfolio-thumblink {
    display: block;
    height: 260px !important;
    padding-top: 0 !important;
    aspect-ratio: auto !important;
}
.custom-portfolio
    > .sk__portfolio-item.half-card
    .sk__portfolio-thumblink-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
@media (max-width: 767px) {
    .custom-portfolio > .sk__portfolio-item.half-card {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .sk__featured-project-section .sk__featured-project-background {
        background-position: center 25%;
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .custom-portfolio .portfolio-thumb-info h2.text1 {
        font-size: 20px;
        white-space: normal;
    }
    .custom-portfolio .portfolio-thumb-info h6.h6-small {
        font-size: 12px;
        line-height: 1.6;
        max-width: 220px;
    }
    .about-right-image-wrap {
        min-height: 320px;
    }
}
@media (max-width: 575px) {
    .hero-box-bottom-left p {
        font-size: 13px;
        line-height: 20px;
    }
    #about-us .h2-regular {
        font-size: 17px;
    }
    .about-right-image-wrap {
        min-height: 220px;
    }
    .custom-portfolio .portfolio-thumb-info h2.text1 {
        font-size: 17px;
        margin-bottom: 10px;
        white-space: normal;
    }
    .custom-portfolio .portfolio-thumb-info h6.h6-small {
        font-size: 11px;
        line-height: 1.5;
        max-width: 200px;
        min-height: auto;
    }
    .custom-portfolio .portfolio-thumb-info p {
        width: 110px;
        height: 40px;
        font-size: 12px;
    }
    .custom-portfolio > .full-card .sk__portfolio-thumblink {
        padding-top: 45% !important;
    }
    .sk__iconbox {
        max-width: 300px;
        margin: 0 auto;
    }
    .sk__iconbox h4 {
        font-size: 18px;
    }
    .vg-shared-skills .h1-small {
        font-size: 22px;
        line-height: 1.4;
    }
    .vg-shared-skills .skills-subhead {
        font-size: 13px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .sk__featured-project-section .sk__featured-project-background {
        min-height: 0 !important;
        height: 100% !important;
    }
    .sk__featured-project-section {
        min-height: 0 !important;
        height: auto !important;
    }
}
@media (max-width: 767px) {
    .vg-shared-skills.sk__parallax-background-section {
        min-height: 0 !important;
        height: auto !important;
    }
}
@media (max-width: 575px) {
    .custom-portfolio
        > .sk__portfolio-item:not(.full-card)
        .sk__portfolio-thumblink {
        padding-top: 90% !important;
    }
    .custom-portfolio > .full-card .sk__portfolio-thumblink {
        padding-top: 45% !important;
    }
}
@media (max-width: 575px) {
    .custom-portfolio-grid .sk__portfolio-thumblink {
        padding-top: 90% !important;
    }
}
@media (max-width: 767px) {
    .sk__blog-article-wrapper {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.sk__fullwidth-portfolio-grid {
    display: flex !important;
    flex-wrap: wrap;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.sk__fullwidth-portfolio-grid > .sk__portfolio-item {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25%;
    padding: 0 !important;
}
.sk__fullwidth-portfolio-grid > .sk__portfolio-item .sk__portfolio-thumblink {
    padding-top: 130% !important;
}
@media (max-width: 991px) {
    .sk__fullwidth-portfolio-grid > .sk__portfolio-item {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .sk__fullwidth-portfolio-grid > .sk__portfolio-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}
.sk__fullwidth-portfolio-grid .sk__portfolio-item {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
.vg-portfolio-hero-fix {
    padding-bottom: 60px;
}
.vg-portfolio-hero-fix .vg-portfolio-copy {
    max-width: 900px !important;
}
@media (max-width: 767px) {
    .vg-portfolio-hero-fix .vg-portfolio-copy {
        max-width: 100% !important;
    }
}
.sk__about-us-section.sk__featured-project-section {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 60px;
}
.sk__featured-project-section img.sk__featured-project-background {
    height: 100% !important;
    min-height: 100% !important;
}
.article-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px 0;
}
.article-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}
.article-nav {
    text-decoration: none;
    color: #fff;
    max-width: 320px;
    transition: 0.35s ease;
}
.article-prev {
    text-align: left;
}
.article-next {
    text-align: right;
    margin-left: auto;
}
.article-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 16px;
}
.article-label i {
    font-size: 11px;
    margin: 0 6px;
}
.article-nav h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
    transition: 0.35s;
}
.article-nav-container {
    padding-left: 120px;
    padding-right: 120px;
}
.article-nav-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.article-prev {
    text-align: left;
}
.article-next {
    text-align: right;
    margin-left: auto;
}
.article-nav {
    max-width: 270px;
}
.article-nav .article-label i {
    color: #ffffff;
}
@media (max-width: 768px) {
    .article-nav-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .article-nav-wrap {
        flex-direction: column;
        gap: 40px;
    }
    .article-next {
        text-align: left;
        margin-left: 0;
    }
}
.vg-offices-contact-section {
    --vg-gold: #ffffff;
    --vg-gold-soft: rgba(255, 255, 255, 0.12);
    --vg-card-bg: rgba(255, 255, 255, 0.02);
    --vg-card-border: rgba(255, 255, 255, 0.14);
    --vg-card-border-hover: rgba(255, 255, 255, 0.4);
    --vg-ink-muted: rgba(255, 255, 255, 0.65);
}
.vg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vg-gold);
    margin-bottom: 14px;
}
.vg-eyebrow::before {
    content: "";
    width: 20px;
    height: 1px;
    background: var(--vg-gold);
    display: inline-block;
    flex-shrink: 0;
}
.vg-offices-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    align-items: stretch;
}
@media all and (max-width: 1199px) {
    .vg-offices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 575px) {
    .vg-offices-grid {
        grid-template-columns: 1fr;
    }
}
.vg-office-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--vg-card-bg);
    border: 1px solid rgba(95, 95, 95, 0.4);
    border-radius: 10px;
    overflow: hidden;
    transition:
        transform 0.45s cubic-bezier(0.16, 0.84, 0.44, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease,
        background-color 0.45s ease;
}
.vg-office-card:hover {
    transform: translateY(-8px);
    border-color: var(--vg-card-border-hover);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.65);
}
.vg-office-media {
    position: relative;
    height: 190px;
    overflow: hidden;
}
.vg-office-media-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    transition: transform 1s ease 0s;
}
.vg-office-card:hover .vg-office-media-img {
    transform: scale(1.12);
}
.vg-office-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 42%,
        rgba(6, 6, 6, 0.94) 100%
    );
    pointer-events: none;
}
.vg-office-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 26px 26px 28px;
}
.vg-office-body h5 {
    margin-bottom: 16px;
}
.vg-office-list {
    flex: 1 1 auto;
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.vg-office-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: var(--vg-ink-muted);
    margin-bottom: 10px;
}
.vg-office-list li:last-child {
    margin-bottom: 0;
}
.vg-office-list li svg {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    flex-shrink: 0;
    stroke: var(--vg-gold);
}
.vg-office-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vg-gold);
    margin-top: auto;
}
.vg-office-cta svg {
    width: 13px;
    height: 13px;
    transition: transform 0.3s ease 0s;
}
.vg-office-cta:hover {
    color: #ffffff;
}
.vg-office-cta:hover svg {
    transform: translateX(4px);
}
.morelocations {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.morelocations .vg-office-cta {
    margin-top: auto;
}
.vg-office-card-placeholder {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 34px 28px;
    background: radial-gradient(
        130% 150% at 12% 0%,
        var(--vg-gold-soft),
        rgba(255, 255, 255, 0.015) 55%
    );
}
.vg-office-card-placeholder::after {
    content: "V";
    position: absolute;
    right: 6px;
    bottom: -26px;
    font-family: "Syncopate", sans-serif;
    font-weight: 900;
    font-size: 140px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.035);
    pointer-events: none;
}
.vg-office-card-placeholder p {
    color: var(--vg-ink-muted);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 22px;
}
.spacing {
    padding-bottom: 50px !important;
}
.vg-message-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: stretch;
    padding-left: 40px;
}
@media all and (max-width: 1199px) {
    .vg-message-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}
.vg-message-form-col {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vg-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
@media all and (max-width: 575px) {
    .vg-form-row {
        grid-template-columns: 1fr;
    }
}
.vg-field {
    margin-bottom: 22px;
}
.vg-field label {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
.vg-field input,
.vg-field select,
.vg-field textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 14px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    outline: none;
    transition:
        border-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s,
        background-color 0.3s ease 0s;
}
.vg-field input::placeholder,
.vg-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.34);
}
.vg-field input:hover,
.vg-field select:hover,
.vg-field textarea:hover {
    border-color: rgba(255, 255, 255, 0.26);
}
.vg-field input:focus,
.vg-field select:focus,
.vg-field textarea:focus {
    border-color: var(--vg-gold);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px var(--vg-gold-soft);
}
.vg-field textarea {
    min-height: 132px;
    resize: vertical;
}
.vg-field select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a97a37' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 13px;
}
.vg-field select option {
    background: #0c0c0c;
    color: #ffffff;
}
.vg-submit-row {
    margin-top: 6px;
}
.vg-message-photo-wrap {
    position: relative;
    min-height: 460px;
}
@media all and (max-width: 1199px) {
    .vg-message-photo-wrap {
        min-height: 320px;
        order: -1;
    }
}
.vg-message-photo {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.vg-message-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        200deg,
        rgba(0, 0, 0, 0.05) 25%,
        rgba(0, 0, 0, 0.78) 100%
    );
}
.vg-photo-frame {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 64px;
    height: 64px;
    border-top: 1px solid var(--vg-gold);
    border-left: 1px solid var(--vg-gold);
    opacity: 0.75;
    pointer-events: none;
}
.vg-photo-frame.vg-frame-br {
    top: auto;
    left: auto;
    bottom: -14px;
    right: -14px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid var(--vg-gold);
    border-right: 1px solid var(--vg-gold);
}
@media all and (max-width: 575px) {
    .vg-photo-frame {
        display: none;
    }
}

/* Reduce extra space before SEND US A MESSAGE */
#vg-message {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}
#vg-message .sk__heading-spacer-l.spacing {
    padding-bottom: 20px !important;
}
#vg-message .h1-small {
    padding-top: 0 !important;
    margin-bottom: 8px !important;
}
#vg-message .skills-subhead {
    margin-bottom: 0 !important;
}
.vg-message-grid {
    padding-left: 0;
    gap: 24px;
}
.vg-message-form-col {
    padding: 12px;
}
.vg-form-row {
    gap: 12px;
}
.vg-field {
    margin-bottom: 10px;
}
.vg-field label {
    font-size: 10px;
    margin-bottom: 4px;
}
.vg-field input,
.vg-field select,
.vg-field textarea {
    padding: 9px 14px;
    font-size: 13px;
}
.vg-field textarea {
    min-height: 60px;
}
.vg-message-form-col .btn {
    padding: 14px 24px;
    font-size: 12px;
}
.vg-message-photo-wrap {
    min-height: 100%;
}
#sk__project-1-gallery-basic .carousel-item {
    padding: 50px;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.sk__articles-wrapper {
    margin-bottom: 0 !important;
}
#vg-message .sk__parallax-background-element {
    background-image: url("../images/contact-back.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#vg-message .sk__parallax-background-element::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
}
#vg-message > .row,
#vg-message .vg-message-grid {
    position: relative;
    z-index: 1;
}
#vg-message h1.h1-small,
#vg-message .skills-subhead {
    color: #ffffff;
}
@media (max-width: 768px) {
    #vg-message .sk__parallax-background-element {
        background-attachment: scroll;
    }
}
.sk__articles-wrapper {
    flex-wrap: wrap;
}
.sk__blog-article-wrapper {
    width: 50%;
}
.sk__blog-article-wrapper.sk__hidden-article {
    display: none !important;
}
@media (max-width: 991px) {
    .product-hero-content {
        padding: 100px 40px 60px !important;
    }
    .product-left h1 {
        font-size: 42px;
    }
    .product-description {
        max-width: 100%;
    }
    .vg-office-body {
        padding: 22px 20px 24px;
    }
    .vg-office-media {
        height: 160px;
    }
    .vg-message-form-col {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .product-hero-content {
        padding: 80px 20px 40px !important;
        text-align: center;
    }
    .product-left h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    .product-description {
        font-size: 14px;
        line-height: 24px;
        margin: 14px auto;
    }
    .product-buttons {
        justify-content: center;
    }
    .vg-office-media {
        height: 180px;
    }
    .vg-office-body {
        padding: 20px 18px 22px;
    }
    .vg-office-body h5 {
        font-size: 18px;
    }
    .vg-office-list li {
        font-size: 12px;
        line-height: 1.6;
    }
    .vg-office-card-placeholder h5 {
        font-size: 18px;
    }
    .vg-office-card-placeholder p {
        font-size: 12px;
        margin-bottom: 10px !important;
    }
    .vg-form-row {
        grid-template-columns: 1fr;
    }
    .vg-field label {
        font-size: 10px;
    }
    .vg-field input,
    .vg-field select,
    .vg-field textarea {
        font-size: 13px;
        padding: 10px 14px;
    }
    .vg-message-form-col .btn {
        width: 100%;
        text-align: center;
    }
    #vg-message .h1-small {
        font-size: 22px;
    }
    #vg-message .skills-subhead {
        font-size: 13px;
        line-height: 22px;
    }
    @media (max-width: 575px) {
        .product-hero-slide .sk__hero-item-theme-style {
            justify-content: center !important;
            align-items: center !important;
            text-align: center;
        }
        .product-hero-content {
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 100px 24px 40px !important;
        }
        .product-left {
            flex: 0 0 100% !important;
            margin-top: 0;
            text-align: center;
        }
        .hero-h1-box {
            left: 0 !important;
            width: 100%;
        }
        .product-left h1.hero-h1 {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        .product-description {
            margin: 16px auto !important;
            text-align: center;
        }
        .product-buttons {
            justify-content: center !important;
            width: 100%;
        }
        .product-buttons .btn {
            min-width: 0;
            width: 100%;
            max-width: 260px;
        }
    }
}
.sk__about-us-section.sk__featured-project-section {
    overflow: visible !important;
}
.sk__about-us-section .sk__featured-project-infos-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
}
.sk__legal ol {
    color: inherit;
    font-size: inherit;
    line-height: 1.8;
    padding-left: 24px;
}
.sk__legal ol li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}
h2.h1-small {
    text-transform: uppercase;
    line-height: 1.1;
}
h1.h2-large {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: -0.24px;
    text-transform: none;
    margin-bottom: 0.9em;
    color: #ffffff;
}
@media all and (max-width: 575px) {
    h1.h2-large {
        margin-bottom: 0.5em;
    }
}
#our-portfolio2 {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

#our-portfolio2 .sk__heading-spacer-l {
    padding-bottom: 50px !important;
}

#our-portfolio {
    padding-top: 50px !important;
}

#our-portfolio .sk__heading-spacer-l {
    padding-bottom: 50px !important;
}

/* OUR PORTFOLIO — reduce extra top space */
#our-portfolio1 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

#our-portfolio1 .sk__heading-spacer-l {
    padding-bottom: 50px !important;
}

#our-portfolio1,
#our-essentials {
    padding-left: 0;
    padding-right: 0;
}
#our-portfolio1 .sk__portfolio-thumbs,
#our-essentials .sk__portfolio-thumbs {
    padding-left: 0;
    padding-right: 0;
}
#our-portfolio1 .custom-portfolio > .sk__portfolio-item,
#our-essentials .custom-portfolio > .sk__portfolio-item {
    padding: 0;
}
#our-portfolio1,
#our-essentials {
    padding-left: 0;
    padding-right: 0;
}
#our-portfolio1 .container-fluid,
#our-essentials .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
}
#our-portfolio1 .row,
#our-essentials .row {
    margin-left: 0;
    margin-right: 0;
}
#our-portfolio1 .sk__portfolio-thumbs,
#our-essentials .sk__portfolio-thumbs {
    padding-left: 0;
    padding-right: 0;
}
#our-portfolio1 .sk__portfolio-wrapper .sk__portfolio-item,
#our-essentials .sk__portfolio-wrapper .sk__portfolio-item {
    width: 25% !important;
    padding: 0 !important;
}
@media (max-width: 991px) {
    #our-portfolio1 .sk__portfolio-wrapper .sk__portfolio-item,
    #our-essentials .sk__portfolio-wrapper .sk__portfolio-item {
        width: 50% !important;
    }
}
@media (max-width: 575px) {
    #our-portfolio1 .sk__portfolio-wrapper .sk__portfolio-item,
    #our-essentials .sk__portfolio-wrapper .sk__portfolio-item {
        width: 100% !important;
    }
}

/* ======================================================
   Portfolio page — top 3-card row, edge-to-edge fill
   Scoped to #our-portfolio2 only. Does not touch
   #our-portfolio1 / #our-essentials used elsewhere.
   The full-card (Rosso Caffè) row below is left alone.
   ====================================================== */
#our-rosso-collection {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

#our-portfolio2,
#our-portfolio2 .sk__portfolio-thumbs {
    padding-left: 0;
    padding-right: 0;
}

#our-portfolio2 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
}

#our-portfolio2 .row {
    margin-left: 0;
    margin-right: 0;
}

/* the 3 top cards: 25% -> 33.3333% so they fill the row with no gap */
#our-portfolio2 .custom-portfolio > .sk__portfolio-item:not(.full-card) {
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
    padding: 0 !important;
}

/* full-card row untouched — restated so it can never inherit the above */
#our-portfolio2 .custom-portfolio > .sk__portfolio-item.full-card {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media (max-width: 991px) {
    #our-portfolio2 .custom-portfolio > .sk__portfolio-item:not(.full-card) {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 575px) {
    #our-portfolio2 .custom-portfolio > .sk__portfolio-item:not(.full-card) {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
