@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #040A1A;
    --accent: #00DBC2;
    --secondary: #F0F4FF;
    --dark: #0C193D;
    --white: #ffffff;
    --blue: #2248E0;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--white);
    background: var(--primary);
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 500;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 500;
}

h3 {
    font-size: 2rem;
    line-height: 1.25;
}

h4 {
    font-size: 1.75rem;
    line-height: 1.25;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 0.75rem;
    line-height: 1.2;
}

p {
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 400;
    color: #F0F4FF;
}

.p1 {
    font-size: 1.25rem;
    line-height: 1.5;
}

.p2 {
    font-size: 1.125rem;
    line-height: 1.5;
}

.p3 {
    font-size: 0.875rem;
    line-height: 1.4;
}

a {
    text-decoration: none;
    color: var(--accent-color);
}

ul {
    list-style-type: none;
    padding-left: 0;
}

img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.btn-primary {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border: none;
}

a {
    color: var(--accent-color);
}

/* Navigation */
.main-logo {
    height: 36px;
}

.navbar {
    background: var(--primary) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--secondary);
    border-bottom: 2px solid var(--accent);
}

.nav-link {
    margin-left: 1.75rem;
    font-size: 0.875rem;
    color: var(--white);
    line-height: 2;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--accent);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
}

/* OFFCANVAS STYLES */
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.arcofintech-nav-icon {
    height: 32px;
}

section {
    padding: 120px 0px;
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        border: none;
    }

    .navbar-toggler-icon {
        background-image: url("../images/hamburger.svg");
    }

    .offcanvas {
        /* max-width: 60%; */
        max-width: 250px;
    }

    .offcanvas-header {
        display: flex;
        justify-content:flex-start;
        align-items: center;
        padding: 22px 30px;
    }

    .offcanvas-body {
        padding-top: 2rem;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
}


/* Main Hero */
main {
    /* background-color: var(--primary); */
    background-color: linear-gradient(180deg, rgba(4, 10, 26, 0.00) -20.01%, rgba(6, 16, 42, 0.90) 18.99%, rgba(6, 16, 42, 0.90) 44.42%, rgba(4, 10, 26, 0.00) 100%);
    /* filter: blur(2.5px); */
    color: var(--white-color);
    height: 96vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero {
    position: relative;
    overflow: hidden;
    height: 102vh;
}

.hero-contents {
    margin-top: 10px;
}

.hero-contents p {
    margin-bottom: 2rem;
}

h5 {
    margin-bottom: 10px;
}

.ar-gradient {
    background: linear-gradient(85deg, #22E0C9 -2.07%, #2865F2 39.06%, #293FFF 62.2%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.hero-title {
    margin-bottom: 1.5rem;
}

.hero-contents p {
    color: var(--secondary);
}

.client-single {
    /* padding: 1rem; */
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.client-single img {
    /* max-width: 100%; */
    height: 20px;
}


.arco-btn {
    background-color: var(--accent);
    padding: 0.75rem 1.75rem;
    font-weight: 500;
}

.arco-btn:hover {
    background-color: #00DBC2;
    opacity: 0.9;
    color: var(--primary);
}

.who-content h2 {
    font-size: 2.5rem;
    font-weight: 500;
}

.who-content {
    padding: 2rem 4rem;
}

.who-img {
    background: url('../images/who-we-are.png');
    background-size: cover;
    /* background-size: auto 100%; */
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    padding-left: 0px;
    border-radius: 1.2rem 0px 0px 1.2rem;
}

.who-img-div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.who-wrap {
    background-color: #051027;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border-radius: 20px;
    border: 1px solid #22e0ca9d;
    background: #051027;
    box-shadow: 2px 2px 5px 5px rgba(5, 11, 24, 0.45);
    backdrop-filter: blur(1px);
}

.clients {
    padding: 60px 0px 0px 0px
}

.counter {
    background: linear-gradient(101deg, #31FEE6 -53.35%, #3E50F0 103.74%);
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.20);
    color: #030812;
    padding: 80px 0px;
}

.counter p {
    color: #030812;
    margin-bottom: 0px;
    font-size: 1.75rem;
}

.counter h3 {
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
    margin-bottom: -8px;
}

.single-counter {
    text-align: center;
    padding: 2rem;
}

.titles {
    text-align: center;
    margin-bottom: 4rem;
}

.single-why {
    padding: 1.75rem 2rem;
    /* background-color: #051027; */
    border: 1px solid #22e0ca9d;
    background: linear-gradient(262deg, rgba(5, 16, 39, 0.00) 27.21%, #051027 99.43%);
    box-shadow: 2px 2px 10px 10px rgba(5, 11, 24, 0.30);
    backdrop-filter: blur(1px);
    margin-bottom: 1.5rem;
    min-height: 300px;
    border-radius: 1rem;
    display: flex;
    align-items: end;
    /* border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
        border-radius: 5px;
        border-width: 4px;
        border-style: solid; */
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.single-why h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.single-why p {
    font-size: 0.875rem;
    margin-bottom: 4px;
}

.expertise-link:hover .single-why {

    scale: 1.02;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.service-img img {
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.main-content  {
    margin-bottom: 1rem;
}

.service-margin {
    margin-top: 6rem;
}

.why1 {
    background: linear-gradient(262deg, rgba(5, 16, 39, 0.00) 27.21%, #051027 99.43%),
        url('../images/why1.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.why2 {
    background: linear-gradient(262deg, rgba(5, 16, 39, 0.00) 27.21%, #051027 99.43%),
        url('../images/why2.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.why3 {
    background: linear-gradient(262deg, rgba(5, 16, 39, 0.00) 27.21%, #051027 99.43%),
        url('../images/why3.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.why4 {
    background: linear-gradient(262deg, rgba(5, 16, 39, 0.00) 27.21%, #051027 99.43%),
        url('../images/why4.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.why5 {
    background: linear-gradient(262deg, rgba(5, 16, 39, 0.00) 27.21%, #051027 99.43%),
        url('../images/why5.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.why6 {
    background: linear-gradient(262deg, rgba(5, 16, 39, 0.00) 27.21%, #051027 99.43%),
        url('../images/why6.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.service-single h4 {
    font-size: 1.25rem;
}

.arrow {
    width: 24px;
}

.service-single {
    margin-bottom: 2rem;
    border-radius: 15px;
    border-radius: 1rem;
    min-height: 450px;
    display: flex;
    align-items: end;
    padding: 1.5rem;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;


}

.single1 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/service01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single2 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/service02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single3 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/service03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single4 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/service04.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single5 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/service05.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.product1 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/web-product-main.jpg');
    background-size: cover;
    background-position: 20% 20%;
    background-repeat: no-repeat;
}

.product2 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/product-main-01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product3 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/data-product-main.jpg');
    background-size: cover;
    background-position: 20% 20%;
    background-repeat: no-repeat;
}

.product4 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/product-enterprise.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.product5 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/product-application.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product6 {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.59%, rgba(0, 0, 0, 0.80) 101.72%),
        url('../images/saas-product-main.jpg');
    background-size: cover;
    background-position:bottom;
    background-repeat: no-repeat;
}


.service-data {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.service-data h4 {
    margin-right: 1rem;
    transition: margin-right 0.3s ease;
}

.who-are-we {
    padding-bottom: 40px;
}

.testimonials {
    padding: 60px 0px;
}

.testimonial-single {
    border-radius: 1rem;
    border: 1px solid #22e0ca9d;
    background: #051027;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 3rem 3.5rem;
    margin-bottom: 2rem;
}

.star {
    height: 18px;
    margin-bottom: 2rem;
}

.testimonial-client {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.test-img img {
    border-radius: 0.5rem;
    height: 60px;
}

.test-data {
    margin-left: 2rem;
}

.test-data h4 {
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 500;
}

.test-data p {
    font-size: 0.75rem;
    margin-bottom: 0px;
}

.title-left {
    margin-bottom: 4rem;
    border-left: 6px solid var(--blue);
    padding-left: 1rem;
}

.cta-wrap {
    border-radius: 1rem;
    border: 1px solid #22e0ca9d;
    background: #051027;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 5rem 5.5rem;
}

.cta-data h2 {
    margin-bottom: 1rem;
}

.cta-data p {
    margin-bottom: 2rem;
}

.cta-img {
    text-align: center;
    display: inline-block;
    animation: rotate 6s linear infinite;
}

.hero-images {
    perspective: 1000px;
}

.hero-images img {
    transition: transform 0.1s ease-out;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cta-img img {
    height: 272px;
}

footer {
    padding: 80px 0px;
    position: relative;
}

.footer-logo {
    text-align: left;
}

.footer-logo img {
    height: 36pxs;
}

.footer-tagline {
    text-align: right;
}

.footer-tagline h4 {
    font-size: 1.5rem;
}

.footer-line {
    padding: 30px;
    border-bottom: 1px solid #f0f4ff31;
}

.footer-wrap,
.copyright {
    padding-top: 60px;
}

.footer-list li {
    font-size: 1rem;
    color: var(--secondary);
    margin-bottom: 1rem;
    opacity: 0.9;
}

.copyright p {
    opacity: 0.8;
    font-size: .875rem;
}

.footer-list li a:hover {
    color: var(--accent);
}

.social {
    text-align: right;
}

.social-icon {
    margin-right: 1.25rem;
}

.social-icon img {
    height: 30px;
}

.social-link {
    opacity: 0.8;
}

.social-link:hover {
    opacity: 1;
}

.arco-slice {
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-link:hover .service-data h4 {
    margin-right: 1.5rem;
}

.main-link:hover .service-single {
    scale: 1.02;
}


.arco-btn {
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.arco-btn:hover {
    /* scale: 1.01; */
    letter-spacing: 0.5px;
}

.offcanvas {
    background-color: var(--primary);
}

.arcofintech-icon-small {
    height: 24px;
    margin-right: 65px;
}
.logo-small-ai{
    color: #00bcd4;
    margin-left: 30px;
    font-size: 11px;
}


.btn-close {
    background: url('../images/close.svg') no-repeat center center;
    background-size: 2rem 2em;
    width: 2rem;
    height: 2rem;
    opacity: 1;
    margin-left: 1rem;
}

.btn-close::before {
    content: '';
    display: none;
}

.head-main h2 {
    font-size: 3rem;
}

.about-img img {
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.about-content h3 {
    margin-bottom: 1rem;
}

.about-margin {
    margin-top: 6rem;
}

.test-special {
    background: url('../images/test-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.test-inner {
    padding: 2rem;
}

.pspecial {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

.test-inner .testimonial-client {
    margin-top: 3rem;
}

.who-about {
    padding-bottom: 20px;
    padding-top: 0px;
}

.service-title {
    margin-bottom: 4rem;
}

.arhighlight {
    text-transform: uppercase;
    border-radius: 4rem;
    padding: 0.4rem 1rem;
    border: 1px solid #22e0ca9d;
    width: auto;
}

.arhigh-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.form-item {
    margin-bottom: 2rem;
}

.contact-form h5 {
    margin-bottom: 3rem;
    font-size: 1.25rem;
}

.form-control {
    background-color: var(--dark);
    color: var(--secondary);
    padding: 1rem;
    border-radius: 0.5rem;
    border-color: var(--primary);
}

.form-control:focus,
.form-control:active {
    border-color: #22e0ca9d;
    outline: none;
    box-shadow: none;
    background-color: var(--primary);
    color: white;
}

textarea.form-control {
    min-height: 240px;
}

::placeholder {
    color: #f0f4ff8e !important;
}

label {
    display: none;
}

.service-img {
    margin-bottom: 5rem;
    border-radius: 1rem;
    height: auto;
}

.sec-content {
    margin-top: 4rem;
}

.sec-content h3 {
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.main-content p,
.sec-content p {
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

.product-link-wrap {
    margin-top: 2rem;
}

.product-title {
    margin-bottom: 1.5rem;
}

.p-counter {
    background-color: #05122B;
    padding: 80px 0px;
}


.p-counter p {
    margin-bottom: 0px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.p-counter h3 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
    margin-bottom: 1rem;
    color: var(--accent);
}

.p-single-counter {
    text-align: center;
    padding: 4rem 2rem;
    background-color: var(--dark);
    border-radius: 1rem;
}

h2 .product-intro {
    margin-bottom: 2rem;
}

.feature-single {
    padding: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}

.feature-single img {
    max-width: 100%;
    height: 140px;
    margin-bottom: 2rem;
}

.feature-single p {
    font-size: 1.25rem;
    line-height: 1.2;
}

.title-feature {
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 2rem;
}

.detail-head {
    margin-bottom: 5rem;
}

.detail-data {
    margin-bottom: 5rem;
}

.product-detail {
    background: linear-gradient(194deg, rgb(12 25 61) 2.87%, rgb(12 25 61) 51.49%, rgb(12 25 61) 111.41%), #040C20;
}


.client-main {
    margin-bottom: 6rem;
}

.about-img .partner-img {
    height: 64px;
    border-radius: 0px;
}

.about-img {
    text-align: center;
}

.sticky-fix {
    margin-top: 100px;
}


.job-posting {
    background: linear-gradient(194deg, rgb(12 25 61) 2.87%, rgb(12 25 61) 51.49%, rgb(12 25 61) 111.41%), #040C20;
}

.job-single h3 {
    margin-bottom: -1px
}

.job-single p {
    margin-bottom: 1rem;
}

.job-highlight {
    display: inline-block;
}

.career-btn {
    background-color: var(--accent);
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}

.career-btn:hover {
    background-color: #00DBC2;
    opacity: 0.9;
    color: var(--primary);
}

.career-btn {
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.career-btn:hover {
    /* scale: 1.01; */
    letter-spacing: 0.5px;
}

.location {
    color: var(--accent);
    font-weight: bold;
}

.location-wrap {
    margin-bottom: 0px;
}

.job-single p {
    opacity: 0.8;
}

.job-single h3 {
    font-size: 1.75rem;
}

.job-title {
    padding-right: 1rem;
}

.job-req {
    opacity: 0.8;
}

.job-req {
    margin-left: 1rem;
    margin-top: 2rem;
}

.job-req li {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    list-style-type: disc;
}

.job-wrap {
    padding: 3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    background-color: var(--primary);
}

.modal-content {
    background-color: var(--primary);
    padding: 2.5rem;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
    justify-content: flex-start;
}

.modal-title {
    font-size: 1.5rem;
}


input[type="file"]::-webkit-file-upload-button {
    background-color: var(--dark);
    color: var(--accent);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}


input[type="file"]::-moz-file-upload-button {
    background-color: var(--dark);
    color: var(--accent);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.career-call {
    font-size: 2rem;
}

.modal-header h1 {
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.ar-icon {
    margin-bottom: 2rem;
}

.ar-icon img {
    height: 44px;
}


.resume-up:hover::file-selector-button {
    color: var(--dark);
}

.resume-up {
    padding-left: 1.25rem;
}



@media only screen and (max-width: 767px) {

    .container {
        width: 90%;
    }

    .hero-contents {
        margin-top: 180px;
    }

    section {
        padding: 80px 0px 70px 0px;
    }

    .offcanvas .nav-link {
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
    }

    .offcanvas .navbar-nav .nav-link {
        padding: 1rem 0px;
        margin-left: 1rem;
        margin-right: 2rem;
    }

    .who-img {
        border-radius: 1.2rem 1.2rem 0px 0rem;
    }

    .who-content {
        padding: 2rem 2rem;
    }

    .testimonial-single {
        padding: 2rem 2.5rem;
    }

    .cta-wrap {
        padding: 3rem 2.5rem;
    }

    .cta-img img {
        height: 192px;
        margin-top: 3rem;
    }

    .maincta h2 {
        font-size: 2rem;
    }

    .social {
        text-align: left;
        margin-top: 2rem;
    }

    .footer-list li {
        margin-bottom: 2rem;
    }

    .service-title {
        display: none;
    }

    .about-img {
        text-align: left;
    }

    .career-btn-wrap {
        text-align: left;
    }

    p.location-wrap {
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .job-single {
        margin-bottom: 1rem;
    }

    .job-title {
        padding-right: 1rem;
    }

    .job-wrap {
        padding: 2rem;
    }

    .cta-data {
        margin-bottom: 2rem;
    }

    .modal-content {
        padding: 1rem;
    }

    .footer-logo {
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .footer-tagline {
        text-align: left;
    }

    .footer-tagline h4 {
        font-size: 1.25rem;
        opacity: 0.8;
        margin-left: 8px;
    }
}

.location-label {
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-address {
  color: #bbbbbb;
  font-size: 14px;
  text-decoration: none;
}

.location-address:hover {
  text-decoration: underline;
}


.logo-block {
  display: flex;
  flex-direction: column;
 
  text-decoration: none;
}
.logo-subtext{
margin-left: 45px;
}
.logo-img {
  height: 36px;
}

.logo-subtext {
  font-size: 14px;
  font-weight: 500;
  color: #00bcd4;
  
}
.map-link:hover {
  color: var(--accent);
}

.map-link:hover i {
  color: inherit; /* or set a fixed color like #fff */
}

.hover-accent:hover {
  color: var(--accent);
  transition: color 0.3s ease;
}



