* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --gold: #f4b400;
    --dark: #111827;
    --text: #374151;
    --muted: #6b7280;
    --white: #fff;
    --green: #25d366
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--text);
    line-height: 1.7;
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

.container {
    width: min(1160px, 92%);
    margin: auto
}

.top-header {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.brand img {
    width: 95px;
    height: 65px;
    object-fit: contain
}

.brand strong {
    display: block;
    color: var(--dark);
    font-size: 18px
}

.brand span {
    font-size: 11px;
    color: #777
}

.header-contact {
    display: flex;
    gap: 25px
}

.header-contact a {
    font-size: 13px;
    font-weight: 600
}

.header-contact i {
    color: #d99b00;
    margin-right: 7px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 25px;
    color: var(--dark)
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--dark);
    box-shadow: 0 4px 15px #0002
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-links {
    display: flex;
    flex-wrap: wrap
}

.nav-links a {
    color: #fff;
    padding: 14px 14px;
    font-size: 12px;
    font-weight: 600
}

.nav-links a:hover,
.nav-links a.active {
    background: var(--gold);
    color: #111
}

.nav-call {
    background: var(--gold);
    padding: 9px 18px;
    border-radius: 5px;
    color: #111;
    font-weight: 700;
    font-size: 13px
}

.hero {
    min-height: 720px;
    position: relative;
    overflow: hidden
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s
}

.hero-slide.active {
    opacity: 1
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #080b12dd, #080b128c 48%, #080b1233)
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.05fr .75fr;
    gap: 60px;
    align-items: center
}

.hero-copy {
    color: #fff
}

.eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--gold)
}

.eyebrow.dark {
    color: #bd8500
}

.hero-copy h1 {
    font-size: 52px;
    line-height: 1.12;
    margin: 12px 0 20px
}

.hero-copy h1 span {
    color: var(--gold)
}

.hero-copy p {
    max-width: 590px;
    color: #eee;
    font-size: 16px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 28px 0
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    padding: 13px 22px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px
}

.btn-primary {
    background: var(--gold);
    color: #111
}

.btn-light {
    background: #fff;
    color: #111
}

.hero-trust {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 11px;
    color: #ddd
}

.hero-trust i {
    color: var(--gold)
}

.booking-card {
    background: #fff;
    border-radius: 12px;
    padding: 27px;
    box-shadow: 0 20px 60px #0005
}

.booking-heading span {
    font-size: 10px;
    letter-spacing: 2px;
    color: #b58100;
    font-weight: 800
}

.booking-heading h2 {
    color: var(--dark);
    font-size: 25px;
    margin: 3px 0
}

.booking-heading p {
    font-size: 12px;
    color: #777;
    margin-bottom: 17px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.field {
    margin-bottom: 12px
}

.field label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #555
}

.field input,
.field select,
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 10px 11px;
    outline: 0;
    background: #fafafa;
    font-size: 12px
}

.field input:focus,
.field select:focus,
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--gold);
    background: #fff
}

.whatsapp-btn {
    width: 100%;
    background: var(--green);
    color: #fff
}

.section {
    padding: 85px 0
}

.section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px
}

.section-heading h2 {
    font-size: 36px;
    line-height: 1.25;
    color: var(--dark);
    margin: 8px 0 12px
}

.section-heading p {
    color: var(--muted);
    font-size: 14px
}

.cards {
    display: grid;
    gap: 22px
}

.cards.three {
    grid-template-columns: repeat(3, 1fr)
}

.cards.four {
    grid-template-columns: repeat(4, 1fr)
}

.service-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 30px #11110a08;
    transition: .3s
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px #11112a14
}

.icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    background: #fff6d9;
    color: #c18a00;
    display: grid;
    place-items: center;
    font-size: 23px;
    margin-bottom: 20px
}

.service-card h3 {
    color: var(--dark);
    font-size: 18px;
    margin-bottom: 8px
}

.service-card p {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px
}

.service-card a {
    font-size: 12px;
    color: #b27d00;
    font-weight: 700
}

.about {
    background: #fafafa
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.about-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 12px
}

.about-copy h2 {
    font-size: 38px;
    line-height: 1.25;
    color: var(--dark);
    margin: 8px 0 18px
}

.about-copy p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 12px
}

.check-list {
    display: grid;
    gap: 8px;
    margin: 22px 0
}

.check-list span {
    font-size: 13px;
    font-weight: 600
}

.check-list i {
    color: #d29a00;
    margin-right: 8px
}

.why {
    background: var(--dark);
    color: #222121
}

.section-heading.light h2 {
    color: #fff
}

.section-heading.light p {
    color: #bbb
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    text-align: center
}

.features>div {
    padding: 20px
}

.features i {
    font-size: 30px;
    color: var(--gold);
    margin-bottom: 12px
}

.features h3 {
    font-size: 16px
}

.features p {
    font-size: 12px;
    color: #aaa
}

.grey,
.outstation-feature {
    background: #f7f8fa
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.fleet-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px #11110a08;
    transition: .3s
}

.fleet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px #11112a14
}

.fleet-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.fleet-body {
    padding: 22px
}

.fleet-body h3 {
    font-size: 19px;
    color: var(--dark);
    margin-bottom: 7px
}

.fleet-body p {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 14px
}

.fleet-body a {
    font-size: 12px;
    color: #b27d00;
    font-weight: 700
}

.tour-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.tour-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px #11110a08
}

.tour-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block
}

.tour-card-body {
    padding: 22px
}

.tour-card-body h3 {
    font-size: 17px;
    color: var(--dark);
    margin-bottom: 8px
}

.tour-card-body p {
    font-size: 12px;
    color: #777;
    margin-bottom: 14px
}

.tour-card-body a {
    font-size: 12px;
    font-weight: 700;
    color: #b27d00
}

.cta {
    background: linear-gradient(100deg, #171717, #29230f);
    color: #fff;
    text-align: center;
    padding: 65px 0
}

.cta h2 {
    font-size: 36px
}

.cta p {
    color: #ccc;
    margin: 8px 0 24px
}

.cta .btn {
    margin: 0 5px
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px
}

.contact-copy h2 {
    font-size: 38px;
    line-height: 1.25;
    color: var(--dark);
    margin: 8px 0 15px
}

.contact-copy>p {
    color: #777;
    font-size: 14px;
    margin-bottom: 25px
}

.contact-item {
    display: flex;
    gap: 15px;
    margin: 18px 0
}

.contact-item>i {
    color: #c18a00;
    font-size: 20px;
    width: 25px
}

.contact-item strong {
    display: block;
    color: var(--dark);
    font-size: 13px
}

.contact-item a,
.contact-item span {
    font-size: 13px;
    color: #777
}

.contact-form {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 40px #1111;
    border: 1px solid #eee
}

.contact-form h3 {
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 18px
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 12px
}

.footer {
    background: #111827;
    color: #b9bec8;
    padding-top: 55px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 45px
}

.footer-logo {
    width: 120px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 10px
}

.footer p,
.footer a {
    font-size: 12px
}

.footer h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px
}

.footer a {
    display: block;
    margin: 7px 0
}

.footer a:hover {
    color: var(--gold)
}

.socials {
    display: flex;
    gap: 8px;
    margin-top: 18px
}

.socials a {
    width: 32px;
    height: 32px;
    background: var(--gold);
    color: #111;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.copyright {
    border-top: 1px solid #ffffff18;
    text-align: center;
    padding: 18px;
    font-size: 11px;
    color: #888
}

.fixed-call,
.fixed-whatsapp {
    position: fixed;
    z-index: 1100;
    box-shadow: 0 6px 20px #0004
}

.fixed-call {
    right: 20px;
    bottom: 20px;
    background: var(--gold);
    color: #111;
    padding: 12px 19px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800
}

.fixed-call i {
    margin-right: 7px
}

.fixed-whatsapp {
    right: 20px;
    bottom: 75px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 23px
}

@media(max-width:950px) {
    .header-contact {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .nav-inner {
        position: relative
    }

    .nav-links {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: var(--dark);
        flex-direction: column
    }

    .nav-links.show {
        display: flex
    }

    .nav-links a {
        padding: 12px 20px
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 70px 0
    }

    .hero,
    .hero-content {
        min-height: 1100px
    }

    .hero-copy h1 {
        font-size: 42px
    }

    .cards.four,
    .tour-grid,
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .features {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:650px) {
    .brand img {
        width: 80px;
        height: 55px
    }

    .brand strong {
        font-size: 15px
    }

    .brand span {
        font-size: 9px
    }

    .nav-call {
        padding: 8px 11px;
        font-size: 11px
    }

    .hero-copy h1 {
        font-size: 34px
    }

    .hero-copy p {
        font-size: 14px
    }

    .hero-actions {
        flex-direction: column
    }

    .hero-trust {
        font-size: 10px
    }

    .form-grid,
    .cards.three,
    .cards.four,
    .tour-grid,
    .fleet-grid,
    .features,
    .split,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .section {
        padding: 65px 0
    }

    .section-heading h2,
    .about-copy h2,
    .contact-copy h2 {
        font-size: 29px
    }

    .about-image img {
        height: 300px
    }

    .cta h2 {
        font-size: 29px
    }

    .cta .btn {
        margin: 5px
    }

    .fixed-call {
        right: 15px;
        bottom: 15px
    }

    .fixed-whatsapp {
        right: 15px;
        bottom: 68px
    }
}

/* Professional multi-page additions */
.page-hero {
    padding: 95px 0 85px;
    background: linear-gradient(110deg, #111827, #27220f);
    color: #fff;
    text-align: center
}

.page-hero h1 {
    font-size: 46px;
    line-height: 1.2;
    margin: 10px auto 15px
}

.page-hero p {
    max-width: 760px;
    margin: auto;
    color: #d1d5db;
    font-size: 14px
}

.content-rich {
    background: #fff
}

.rich-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.rich-card {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 30px #11110a08
}

.rich-card>i {
    font-size: 27px;
    color: #c18a00;
    margin-bottom: 18px
}

.rich-card h3 {
    color: #111827;
    font-size: 19px;
    margin-bottom: 10px
}

.rich-card p {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 16px
}

.rich-card a {
    color: #b27d00;
    font-weight: 700;
    font-size: 12px
}

.journey-guide {
    background: #f7f8fa
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.step-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee
}

.step-card span {
    font-size: 36px;
    font-weight: 800;
    color: #f4b400;
    line-height: 1
}

.step-card h3 {
    font-size: 18px;
    color: #111827;
    margin: 12px 0 7px
}

.step-card p {
    font-size: 13px;
    color: #6b7280
}

.price-table-wrap {
    overflow-x: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px #11110a08
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px
}

.price-table th,
.price-table td {
    padding: 16px 18px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 13px
}

.price-table th {
    background: #111827;
    color: #fff;
    font-size: 12px
}

.price-table tr:last-child td {
    border-bottom: 0
}

.price-table td:last-child {
    font-weight: 700;
    color: #b27d00
}

.center-action {
    text-align: center;
    margin-top: 28px
}

.destination-section {
    background: #fff
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.destination-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 7px 25px #11110a08;
    transition: .25s
}

.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px #11112a14
}

.destination-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block
}

.destination-card>div {
    padding: 20px
}

.destination-card h3 {
    font-size: 17px;
    color: #111827;
    margin: 3px 0 7px
}

.destination-card p {
    font-size: 12px;
    color: #6b7280;
    min-height: 43px
}

.destination-card a {
    display: inline-block;
    margin-top: 12px;
    font-size: 11px;
    color: #b27d00;
    font-weight: 700
}

.destination-number {
    font-size: 10px;
    font-weight: 800;
    color: #d39a00;
    letter-spacing: 1px
}

.content-narrow {
    max-width: 850px
}

.content-narrow h2 {
    color: #111827;
    font-size: 30px;
    margin-bottom: 15px
}

.content-narrow p {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 15px
}

@media(max-width:950px) {

    .rich-grid,
    .steps-grid,
    .destination-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .page-hero h1 {
        font-size: 38px
    }
}

@media(max-width:650px) {

    .rich-grid,
    .steps-grid,
    .destination-grid {
        grid-template-columns: 1fr
    }

    .page-hero {
        padding: 70px 0
    }

    .page-hero h1 {
        font-size: 31px
    }

    .page-hero p {
        font-size: 13px
    }

    .price-table th,
    .price-table td {
        padding: 12px;
        font-size: 11px
    }
}

/* Requested 5-color professional palette */
:root {
    --navy: #0B1F33;
    --gold: #F4B400;
    --teal: #007C83;
    --coral: #E4572E;
    --ivory: #FFF9ED;
    --text: #263238
}

body {
    color: var(--text)
}

header,
.topbar,
.navbar {
    background: var(--navy)
}

.btn-primary {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold)
}

.btn-primary:hover {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff
}

.whatsapp-btn {
    background: var(--teal) !important;
    border-color: var(--teal) !important;
    color: #fff !important
}

.whatsapp-btn:hover {
    background: var(--navy) !important
}

.page-hero {
    background: linear-gradient(110deg, var(--navy), var(--teal))
}

.trip-highlight {
    position: relative;
    z-index: 20;
    background: var(--ivory);
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 4px 16px rgba(11, 31, 51, .12)
}

.trip-highlight-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 8px 15px
}

.trip-pulse {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    color:#ff0000;
}

.trip-highlight a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgb(179, 255, 56);
    color: #050505;
    font-weight: 800;
    font-size: 12px;
    
}

.trip-highlight a:nth-of-type(2) {
     background: rgb(179, 255, 56);
}

.trip-separator {
    font-weight: 800;
    color: var(--navy);
    font-size: 11px
}

.trip-note {
    font-size: 11px;
    color: #68737c
}

@keyframes attentionBlink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .55;
        transform: scale(1.035)
    }
}

.booking-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.booking-modal.is-open {
    display: flex
}

.booking-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 31, 51, .78);
    backdrop-filter: blur(4px)
}

.booking-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    max-height: 92vh;
    overflow: auto;
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .3);
    border-top: 5px solid var(--gold)
}

.booking-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    background: var(--navy);
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer
}

.booking-modal-head {
    text-align: center;
    padding: 0 30px 18px
}

.booking-modal-head h2 {
    margin: 5px 0 7px;
    color: var(--navy)
}

.booking-modal-head p {
    font-size: 13px;
    color: #68737c
}

.modal-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px
}

.modal-booking-form input,
.modal-booking-form select,
.modal-booking-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d9dee3;
    border-radius: 8px;
    font: inherit;
    font-size: 13px;
    outline: none
}

.modal-booking-form textarea {
    margin-top: 13px;
    resize: vertical
}

.modal-submit {
    width: 100%;
    margin-top: 14px;
    padding: 14px
}

body.modal-open {
    overflow: hidden
}

@media(max-width:650px) {
    .trip-highlight-inner {
        gap: 8px
    }

    .trip-note {
        display: none
    }

    .trip-highlight a {
        padding: 7px 12px
    }

    .booking-modal {
        padding: 10px
    }

    .booking-modal-dialog {
        padding: 23px 16px
    }

    .modal-form-grid {
        grid-template-columns: 1fr
    }

    .booking-modal-head {
        padding: 0 15px 15px
    }
}

/* Final client-requested visual polish */
:root {
    --navy: #0B1F33;
    --gold: #F4B400;
    --teal: #007C83;
    --coral: #E4572E;
    --ivory: #FFF9ED
}

.brand-name,
.logo-text,
.site-title {
    font-family: "Poppins", "Montserrat", Arial, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -.7px !important;
    background: linear-gradient(90deg, #F4B400, #E4572E, #007C83);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

body {
    background: linear-gradient(135deg, #fffdf6 0%, #f7fbfc 48%, #fff7f0 100%)
}

section:nth-of-type(even) {
    background: linear-gradient(135deg, #fff9ed, #eef9f8) !important
}

.trip-highlight {
    padding: 2px 0 !important;
    border-bottom: 1px solid #f4b400 !important
}

.trip-highlight-inner {
    min-height: 36px !important;
    gap: 9px !important;
    padding: 4px 10px !important
}

.trip-pulse {
    font-size: 9px !important
}

.trip-highlight a {
    font-size: 10px !important;
    padding: 5px 11px !important
}

.trip-separator {
    font-size: 9px !important
}

.trip-note {
    font-size: 9px !important
}

.car-specific-copy {
    font-size: 12px !important;
    line-height: 1.65 !important;
    color: #68737c !important;
    margin: 8px 0 14px !important
}

.car-specific-copy strong {
    color: #007C83 !important;
    font-size: 12px !important
}

.arunverse-credit {
    text-align: center;
    padding: 12px 15px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 11px;
    color: #b8c0c7
}

.arunverse-credit strong {
    color: #F4B400
}

footer a,
.footer a,
.site-footer a {
    cursor: pointer !important
}