* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

button {
    background: transparent;
    border: transparent;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

.main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Header */
.header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 70px;
    z-index: 99;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0) 100%);
}

.header a {
    display: inline-flex;
}

.header>a img {
    width: 150px;
    height: auto;
    object-fit: cover;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 26px;
}

.header nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header ul li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn a {
    display: inline-flex;
    padding: 12px 16px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 89px;
    background: #DBC395;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.header .btn a {
    font-size: 16px;
}

.btn * {
    transition: ease all 0.3s;
}

.btn svg {
    width: 34px;
    height: 35px;
}

.btn a:hover {
    background: #fff;
}

.btn a:hover svg rect {
    fill: #DBC395;
}

.btn a:hover svg {
    transform: rotate(45deg);
}

.mobile-menu .btn {
    display: none;
}

.mobile-menu {
    position: relative;
    z-index: 999;
}


/* BURGER */
.burger {
    display: none;
    width: 30px;
    height: 22px;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999;
}

.burger span {
    height: 3px;
    width: 100%;
    background: #fff;
    transition: 0.3s;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 98;
}



/* Hero Section */
.hero-section {
    width: 100%;
    height: 100vh;
    border-radius: 0 0 50px 50px;
    background-image: url('../images/hero-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-content {
    width: 100%;
    height: 100%;
    padding: 80px 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hero-content h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 71px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hero-content p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 743px;
}

.hero-content .btn {
    display: none;
}

.hero-video video {
    width: 410px;
    height: 504px;
    border-radius: 400px;
    object-fit: cover;
}

.mobile-hero-video {
    display: none;
}

.hero-overlay {
    display: none;
}

/* Floating icons */
.whatsapp-btn,
.call-btn {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

.whatsapp-btn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
    right: 20px;
}



.whatsapp-btn:hover,
.call-btn:hover {
    transform: scale(1.1);
}

.whatsapp-btn {
    background-color: #25D366;
}

.whatsapp-btn img {
    width: 30px;
    height: 30px;
}

.call-btn {
    background-color: #DBC395;
    height: fit-content;
    width: fit-content;
    color: #000;
    font-size: 16px;
    font-family: Poppins;
    display: flex;
    gap: 12px;
    padding: 10px 18px;
    border-radius: 12px;
    text-transform: capitalize;
    left: 20px;
    transition: transform 0.3s;
}

.call-btn img {
    width: 20px;
    height: auto;
}



/* Before After Section */
.before-after {
    width: 100%;
    padding: 70px 50px;
}

.before-after h2 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    /* 114.583% */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 36px;
}

.before-after .splide__slide img {
    width: 100%;
}

.before-after .splide__arrow svg {
    width: 26px;
    height: auto;
}

.before-after .splide__arrow--next {
    right: -34px;
}

.before-after .splide__arrow {
    background: transparent;
}

.before-after .splide__arrow--prev {
    left: -34px;
}

/* Testimonial Section */
.testimonial-section {
    width: 100%;
    padding: 70px;
    background: rgba(219, 195, 149, 0.12);
}

.testimonial-section h2 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 36px;
}

.testimonial-section .splide__arrow {
    display: none;
}

.testimonial-card {
    width: 100%;
    height: 100%;
    padding: 36px 30px;
    border-radius: 30px;
    background: #FFF;
}

.testimonial-card h4 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.testimonial-card p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    margin-bottom: 54px;
}

.rating-wrapper {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.rating-wrapper img {
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.testimonial-section .splide__arrow svg {
    width: 26px;
    height: auto;
}

.testimonial-section .splide__arrow--next {
    right: -34px;
}

.testimonial-section .splide__arrow {
    background: transparent;
}

.testimonial-section .splide__arrow--prev {
    left: -34px;
}

/* About Dr Elena Semenova */

.about-dr-elena {
    width: 100%;
    display: flex;
    background: #EDEDED;
}

.about-dr-elena>div {
    width: 100%;
}

.about-dr-elena>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-dr-content {
    padding: 60px 40px;
}

.about-dr-content h2 {
    color: #000;
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-dr-content h4 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    text-transform: uppercase;
    max-width: 574px;
}

.about-dr-content p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 36px;
    max-width: 609px;
}

/* Types of treatment */
.treatment-type {
    width: 100%;
    padding: 70px;
}

.treatment-type h2 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 36px;
    text-align: center;
}

.treatment-type>div {
    width: 100%;
    display: flex;
    gap: 20px;
}

.treatment-type>div>div {
    width: 100%;
}

.types-content>div {
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background: #EDEDED;
    margin-bottom: 22px;
}

.types-content>div:last-child {
    margin-bottom: 0;
}

.types-content h3 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.types-content p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    max-width: 516px;
    margin-bottom: 26px;
}

.treatment-type>div>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

/* Hair Transplant Process */
.transplant-process-section {
    width: 100%;
    padding: 20px 30px 56px;
}

.transplant-process-section h2 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 36px;
}

.transplant-process-wrapper {
    width: 100%;
    padding: 90px 90px 90px 50px;
    border-radius: 30px;
    background: #EDEDED;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 110px 56px;
}

.process-card {
    width: 100%;
    position: relative;
    padding: 30px 20px 36px;
    background: #fff;
    border-radius: 20px;
}

.process-card h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 122.222% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.process-card p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 125% */
    margin: 0 auto;
}

.process-card div {
    position: absolute;
    z-index: 5;
}

.hair-transplant-mobile {
    display: none;
}

.process-img-diagnosis,
.process-img-procedure {
    bottom: -46px;
    right: -46px;
}


.process-img-preparation,
.process-img-go-home {
    top: -46px;
    right: -46px;
}

.process-img-support {
    bottom: -110px;
    right: -46px;
}


.process-img-visit-10,
.process-img-checkup {
    bottom: -46px;
    left: -46px;
}

.process-img-visit-1 {
    top: -46px;
    left: -46px;
}

.diagnosis-card p {
    max-width: 134px;
}

.preparation-card p,
.follow-up-card p {
    max-width: 148px;
}


.procedure-card p {
    max-width: 160px;
}

.go-home-card p {
    max-width: 165px;
}

.support-card p,
.checkup-card p {
    max-width: 143px;
}

.visit-10-card p,
.visit-1-card p {
    max-width: 126px;
}

.treatment-outcome-wrapper {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.result-timeline {
    width: 60%;
    border-radius: 30px;
    background: #EDEDED;
    padding: 36px 36px 50px;
}

.result-timeline h3 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    /* 171.875% */
    letter-spacing: -1.28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

.timeline-wrapper {
    display: flex;
    justify-content: center;
    gap: 36px;
}

.timeline-content-wrapper h5 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.timeline-content-wrapper p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.timeline-img-wrapper {
    width: 187px;
    height: 187px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 28px;
}

.timeline-img-wrapper img {
    width: 133px;
    height: auto;
    object-fit: cover;
}

.timeline-divider {
    width: 200px;
    height: 3px;
    background: #DBC395;
    margin: 12px 0 10px;
    position: relative;
}

.timeline-divider::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #DBC395;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-divider::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #DBC395;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.extras-wrapper {
    width: 40%;
    padding: 36px 40px 32px;
    border-radius: 30px;
    background: #EDEDED;
}

.extras-wrapper h3 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -1.28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.extras-wrapper>p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.extras-wrapper p:nth-of-type(2) {
    margin: 16px 0;
}

.extra {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.extra img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.extra p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.extras-wrapper .extra:last-of-type {
    margin-bottom: 0;
}

/* BEARD & EYEBROW HAIR TRANSPLANT */
.eyebrow-hair-transplant {
    width: 100%;
    padding: 50px 30px;
    display: flex;
    justify-content: flex-end;
    background-image: url('../images/beared-and-eyebrow-hair-transplant.png');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}

.eyebrow-hair-transplant>div {
    width: fit-content;
    padding: 40px 50px 50px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(2px);
}

.eyebrow-hair-transplant h2 {
    color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-width: 615px;
}

.eyebrow-hair-transplant>div>p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 624px;
    margin-bottom: 20px;
}

.eyebrow-hair-transplant h6 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.benefits {
    width: 100%;
    display: flex;
    padding-right: 30px;
    align-items: center;
    gap: 16px;
    border-radius: 34px;
    margin-bottom: 10px;
}

.benefits img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.benefits>p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 557px;
}

.benefits p span {
    font-weight: 600;
}

.eyebrow-hair-transplant .btn {
    margin-top: 10px;
}

/* Why Choose Us */
.why-choose {
    width: 100%;
    display: flex;
    margin: 50px 0;
}

.why-choose>div {
    width: 50%;
}

.why-choose-content {
    padding: 70px 40px 70px 70px;
    background: #EDEDED;
}

.why-choose-content h2 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    /* 114.583% */
    text-transform: uppercase;
    margin-bottom: 50px;
}

.why-choose-content .extra:first-of-type,
.why-choose-content .extra:nth-of-type(2) {
    align-items: unset;
}

.why-choose-content .extra {
    margin-bottom: 30px;
}

.why-choose-content .extra p {
    line-height: 24px;
}

.why-choose-content .extra:last-of-type {
    margin-bottom: 50px;
}

.why-choose>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Image Slider */
.image-slider .splide__slide img {
    width: 100%;
}

.slider-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin-top: 36px;
}

.image-slider .splide__arrow {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    background: #DBC395;
    opacity: 1;
}

.image-slider .splide__arrow img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.image-slider .splide__arrow--next {
    right: calc(50% - 65px);
}

.image-slider .splide__arrow--prev {
    left: calc(50% - 65px);
}


/* Faq Section */
.faq-section {
    width: 100%;
    padding: 100px 70px 70px;
}

.faq-section h2 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* FAQ Item */
.faq-item {
    width: 100%;
    padding: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: ease all 0.3s;
}

.faq-section .faq-item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* Question */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0;
    transition: ease all 0.3s;
}

.faq-question h6 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: ease all 0.3s;
}

.faq-answer p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

/* Active FAQ Item */
.faq-item.active {
    background: #EDEDED;
    border-radius: 30px;
    border: none !important;
}

.faq-item.active .faq-question {
    margin-bottom: 16px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

/* Icon */
.faq-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(-45deg);
}

.previous {
    border-bottom: none;
}

/* Consultation Section */
.consultation-section {
    width: 100%;
    padding: 70px 70px 70px 60px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background-image: url('../images/consultation.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.consultation-content {
    width: 100%;
    max-width: 440px;
}

.consultation-content h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    /* 114.583% */
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.consultation-content p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.consultation-form {
    width: 100%;
    max-width: 750px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.33);
    backdrop-filter: blur(20px);
    padding: 36px;
}

.consultation-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.consultation-form form div {
    display: flex;
    gap: 20px;
}

.consultation-form form input,
.consultation-form form textarea {
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    outline: none;
    border: none;
    padding: 20px 24px 17px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.consultation-form form textarea {
    resize: none;
    height: 200px;
}

.consultation-form form input::placeholder,
.consultation-form form textarea::placeholder {
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Remove arrows in Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.consultation-form form button {
    padding: 12px 16px;
    border-radius: 89px;
    background: #DBC395;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    transition: ease all 0.3s;
}

.consultation-form form button:hover {
    background: #fff;
}

/* Footer */
.footer {
    width: 100%;
    background: #1D1D1D;
}

.footer-content-wrapper {
    width: 100%;
    padding: 70px 70px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-content>img {
    width: 213px;
    height: 91px;
    object-fit: cover;
}

.footer-content>div {
    width: fit-content;
}

.footer-content>div p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    max-width: 468px;
    margin-bottom: 24px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    margin: 50px 0;
}

.footer-contact-info {
    width: 100%;
    display: grid;
    grid-template-columns: 0.7fr 0.7fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 100px;
}

.footer-contact-info h6 {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    text-transform: uppercase;
}

.footer-contact-info p,
.footer-contact-info a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
}

.license {
    width: 100%;
    height: fit-content;
    padding: 16px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
}

.license p {
    white-space: nowrap;
}

.footer-copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 70px;
    background: #DBC395;
    position: relative;
    z-index: 999;
}

.footer-copyright p,
.footer-copyright a {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    /* 133.333% */
}

.footer-copyright a {
    text-align: right;
}