/* =========================================================
   DIAKSHAM PREMIUM FOOTER
========================================================= */

.ds-footer {
    position: relative;
    width: 100%;
    background: #1d334d;
    color: #fff;
    overflow: hidden;
}


/* =========================================================
   SUBTLE BACKGROUND
========================================================= */

.ds-footer::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    left: -360px;
    bottom: -430px;
    border: 1px solid rgba(204, 180, 115, 0.10);
    border-radius: 50%;
    pointer-events: none;
}

.ds-footer::after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -250px;
    bottom: -320px;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================================
   MAIN
========================================================= */

.ds-footer-main {
    position: relative;
    z-index: 2;
    padding: 90px 0 25px;
}


/* =========================================================
   INTRO
========================================================= */

.ds-footer-intro {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 80px;
    align-items: end;
    padding-bottom: 75px;
}


.ds-footer-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 24px;

    color: #ccb473;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 0.22em;
    line-height: 1.2;
}


.ds-footer-line {
    display: inline-block;

    width: 34px;
    height: 1px;

    background: #ccb473;
}


.ds-footer-intro h2 {
    max-width: 800px;

    margin: 0;
    padding: 0;

    color: #fff;

    font-size: clamp(48px, 5.3vw, 82px);
    font-weight: 300;

    letter-spacing: -0.045em;
    line-height: .95;
}


.ds-footer-intro h2 span {
    display: block;

    color: #ccb473;

    font-weight: 600;
}


.ds-footer-intro-right {
    max-width: 390px;
    padding-bottom: 5px;
}


.ds-footer-intro-right p {
    margin: 0 0 30px;

    color: rgba(255, 255, 255, .60);

    font-size: 16px;
    font-weight: 400;

    line-height: 1.75;
}


/* =========================================================
   CTA
========================================================= */

.ds-footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    min-width: 230px;

    padding: 17px 18px 17px 22px;

    background: #ccb473;

    color: #1d334d;

    text-decoration: none;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .16em;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.ds-footer-cta:hover {
    background: #d8c17d;
    color: #1d334d;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, .18);

    text-decoration: none;
}


.ds-footer-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border: 1px solid rgba(29, 51, 77, .35);

    border-radius: 50%;

    font-size: 15px;
    font-weight: 500;

    transition: transform .25s ease;
}


.ds-footer-cta:hover .ds-footer-arrow {
    transform: translate(3px, -3px);
}


/* =========================================================
   DIVIDER
========================================================= */

.ds-footer-divider,
.ds-footer-bottom-divider {
    width: 100%;
    height: 1px;

    background: rgba(255, 255, 255, .11);
}


/* =========================================================
   GRID
========================================================= */

.ds-footer-grid {
    display: grid;

    grid-template-columns:
        1.55fr
        .85fr
        .85fr
        1fr;

    gap: 55px;

    padding: 65px 0 70px;
}


/* =========================================================
   BRAND
========================================================= */

.ds-footer-brand {
    max-width: 310px;
}


.ds-footer-logo {
    display: inline-block;

    margin-bottom: 24px;
}


.ds-footer-logo img {
    display: block;

    width: 225px;
    height: auto;

    max-width: 100%;
}


.ds-footer-brand p {
    margin: 0 0 25px;

    color: rgba(255, 255, 255, .52);

    font-size: 16px;

    line-height: 1.8;
}


.ds-footer-legal {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: rgba(255, 255, 255, .72);

    font-size: 14px;
    font-weight: 700;

    letter-spacing: .10em;

    text-decoration: none;

    transition: color .2s ease;
}


.ds-footer-legal span {
    color: #ccb473;

    transition: transform .2s ease;
}


.ds-footer-legal:hover {
    color: #ccb473;
    text-decoration: none;
}


.ds-footer-legal:hover span {
    transform: translate(2px, -2px);
}


/* =========================================================
   COLUMNS
========================================================= */

.ds-footer-column-number {
    display: block;

    margin-bottom: 13px;

    color: #ccb473;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .20em;
}


.ds-footer-column h3,
.ds-footer-contact h3 {
    margin: 0 0 25px;

    padding: 0;

    color: #fff;

    font-size: 18px;
    font-weight: 500;

    letter-spacing: -.01em;
}


.ds-footer-column ul {
    list-style: none;

    margin: 0;
    padding: 0;
}


.ds-footer-column ul li {
    margin: 0;
    padding: 0;

    width: auto;
}


.ds-footer-column ul li a {
    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 7px 0;

    color: rgba(255, 255, 255, .55);

    font-size: 15px;
    font-weight: 400;

    text-decoration: none;

    border-bottom: 1px solid transparent;

    transition:
        color .2s ease,
        padding-left .2s ease;
}


.ds-footer-column ul li a span {
    color: #ccb473;

    font-size: 14px;

    /*opacity: 0;*/

    transform: translate(-5px, 5px);

    transition:
        opacity .2s ease,
        transform .2s ease;
}


.ds-footer-column ul li a:hover {
    color: #fff;

    padding-left: 4px;

    text-decoration: none;
}


.ds-footer-column ul li a:hover span {
    opacity: 1;

    transform: translate(0, 0);
}


/* =========================================================
   CONTACT
========================================================= */

.ds-footer-contact {
    min-width: 0;
}


.ds-contact-block {
    margin-bottom: 27px;
}


.ds-contact-label {
    display: block;

    margin-bottom: 7px;

    color: #ccb473;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .18em;
}


.ds-contact-block a,
.ds-contact-block > span:last-child {
    display: block;

    color: rgba(255, 255, 255, .72);

    font-size: 15px;
    line-height: 1.8;

    text-decoration: none;

    transition: color .2s ease;
}


.ds-contact-block a:hover {
    color: #ccb473;
    text-decoration: none;
}


.ds-location {
    margin-bottom: 0;
}


/* =========================================================
   BOTTOM
========================================================= */

.ds-footer-bottom {
    display: grid;

    grid-template-columns: 1fr auto auto;

    align-items: center;

    gap: 40px;

    min-height: 80px;
}


.ds-footer-copyright {
    color: rgba(255, 255, 255, .38);

    font-size: 16px;
    font-weight: 500;

    letter-spacing: .04em;
}


.ds-footer-copyright span {
    color: rgba(255, 255, 255, .25);
}


/* =========================================================
   SOCIAL
========================================================= */

.ds-footer-social {
    display: flex;

    align-items: center;

    gap: 8px;
}


.ds-social-link {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255, 255, 255, .14);

    border-radius: 50%;

    color: rgba(255, 255, 255, .65);

    text-decoration: none;

    transition:
        color .25s ease,
        border-color .25s ease,
        background .25s ease,
        transform .25s ease;
}


.ds-social-link svg {
    width: 14px;
    height: 14px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.ds-social-link:hover {
    color: #1d334d;

    background: #ccb473;

    border-color: #ccb473;

    transform: translateY(-3px);

    text-decoration: none;
}


/* Facebook / YouTube filled shapes */

.ds-social-link:nth-child(1) svg path {
    fill: currentColor;
    stroke: none;
}

.ds-social-link:nth-child(2) svg path:first-child {
    fill: currentColor;
    stroke: none;
}

.ds-social-link:nth-child(2) svg path:last-child {
    fill: #1d334d;
    stroke: none;
}


/* =========================================================
   BACK TO TOP
========================================================= */

.ds-footer-top {
    display: flex;

    align-items: center;

    gap: 12px;

    color: rgba(255, 255, 255, .45);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .18em;

    text-decoration: none;

    white-space: nowrap;

    transition: color .2s ease;
}


.ds-footer-top strong {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border: 1px solid rgba(204, 180, 115, .45);

    border-radius: 50%;

    color: #ccb473;

    font-size: 15px;
    font-weight: 400;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}


.ds-footer-top:hover {
    color: #ccb473;

    text-decoration: none;
}


.ds-footer-top:hover strong {
    background: #ccb473;
    color: #1d334d;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ds-footer-main {
        padding-top: 70px;
    }

    .ds-footer-intro {
        grid-template-columns: 1fr;
        gap: 35px;

        padding-bottom: 55px;
    }

    .ds-footer-intro-right {
        max-width: 550px;
    }

    .ds-footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 45px;
    }

    .ds-footer-brand {
        grid-column: 1 / -1;
        max-width: 520px;
    }

    .ds-footer-bottom {
        grid-template-columns: 1fr auto;
    }

    .ds-footer-top {
        grid-column: 2;
        grid-row: 1;
    }

    .ds-footer-social {
        grid-column: 1;
        grid-row: 2;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ds-footer-main {
        padding: 60px 0 20px;
    }

    .ds-footer-intro {
        padding-bottom: 45px;
    }

    .ds-footer-intro h2 {
        font-size: clamp(42px, 12vw, 62px);

        line-height: .96;
    }

    .ds-footer-intro-right p {
        font-size: 15px;
    }

    .ds-footer-cta {
        width: 100%;
        box-sizing: border-box;
    }

    .ds-footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 45px 25px;

        padding: 50px 0;
    }

    .ds-footer-brand {
        grid-column: 1 / -1;
    }

    .ds-footer-contact {
        grid-column: 1 / -1;
    }

    .ds-footer-bottom {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 22px;

        padding: 25px 0 5px;
    }

    .ds-footer-top {
        order: 1;
    }

    .ds-footer-social {
        order: 2;
    }

    .ds-footer-copyright {
        order: 3;

        line-height: 1.7;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ds-footer-grid {
        grid-template-columns: 1fr;
    }

    .ds-footer-column {
        width: 100%;
    }

    .ds-footer-brand,
    .ds-footer-contact {
        grid-column: auto;
    }

    .ds-footer-logo img {
        width: 200px;
    }

    .ds-footer-intro h2 {
        font-size: 43px;
    }

}


/* =========================================================
   PREMIUM FOOTER SERVICE NAVIGATION
========================================================= */

.ds-footer-services {
    min-width: 0;
}

.ds-footer-service-heading {
    margin-bottom: 18px;
}

.ds-footer-service-heading .ds-footer-column-number {
    margin-bottom: 11px;
}

.ds-footer-service-heading h3 {
    margin-bottom: 0 !important;
}


/* Service list */

.ds-footer-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Individual item */

.ds-footer-services ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.075);
}

.ds-footer-services ul li:first-child {
    border-top: 1px solid rgba(255,255,255,.075);
}


/* Link */

.ds-footer-services ul li a {
    position: relative;

    display: grid;

    grid-template-columns: 27px 1fr 20px;

    align-items: center;

    gap: 8px;

    width: 100%;

    min-height: 46px;

    padding: 0;

    box-sizing: border-box;

    color: rgba(255,255,255,.56);

    text-decoration: none;

    border: 0 !important;

    transition:
        color .25s ease,
        padding-left .25s ease;
}


/* Number */

.ds-service-index {
    color: rgba(204,180,115,.45);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .08em;

    transition:
        color .25s ease;
}


/* Name */

.ds-service-name {
    font-size: 12px;
    font-weight: 400;

    white-space: nowrap;

    transition:
        color .25s ease;
}


/* Arrow */

.ds-service-arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    color: #ccb473;

    font-size: 13px;

    opacity: 0;

    transform:
        translate(-5px, 5px);

    transition:
        opacity .25s ease,
        transform .25s ease;
}


/* Hover */

.ds-footer-services ul li a:hover {
    color: #fff;

    padding-left: 5px;

    text-decoration: none;
}

.ds-footer-services ul li a:hover .ds-service-index {
    color: #ccb473;
}

.ds-footer-services ul li a:hover .ds-service-name {
    color: #fff;
}

.ds-footer-services ul li a:hover .ds-service-arrow {
    opacity: 1;

    transform:
        translate(0, 0);
}


/* =========================================================
   SLIGHT GOLD ACCENT
========================================================= */

.ds-footer-services ul li a::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 0;
    height: 1px;

    background: #ccb473;

    transition:
        width .3s ease;
}

.ds-footer-services ul li a:hover::before {
    width: 100%;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ds-footer-services ul li a {
        min-height: 48px;
    }

    .ds-service-name {
        font-size: 12px;
    }

    .ds-service-arrow {
        opacity: .65;
        transform: none;
    }

}