/* Styles for the terms and agreement pop-up */


/* #acceptBtn {
    background-color: #F40000;
    padding: 15px 0px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    border: none;
    border-radius: 20px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 25% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} */
.mobile-display {
    display: none;
}

.desktop-display {
    display: block;
}

.margi-testi {
    margin-top: 100px;
    margin-bottom: 100px;
}

.policy-text {
    font-weight: 400;
    font-family: 'Eudoxus Sans';
    color: #333333;
    font-size: 14px;
}

.policy-text:hover {
    font-weight: 400;
    font-family: 'Eudoxus Sans';
    color: #333333;
    font-size: 14px;
}

.accept-terms {
    border: none;
    padding: 10px 35px;
    border-radius: 20px;
    background-color: #F40000;
    color: #ffffff;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
}

.privacy-header {
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    margin-top: 100px;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 50px;
}

.privacy-subheader {
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}

.privacy-subheading {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    /* letter-spacing: 0.1px; */
}

.footer-main-div {
    display: flex;
    justify-content: space-between;
}

.second-dropdown-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.second-dropdown-name {
    padding: 10px 10px;
    font-size: 14px !important;
    font-family: 'Plus Jakarta Sans';
    color: #52525B !important;
    line-height: 18.2px !important;
    font-weight: 500 !important;
}

.second-dropdown-name-sub {
    font-size: 14px !important;
    font-family: 'Plus Jakarta Sans';
    color: #919191 !important;
    line-height: 15.6px !important;
    font-weight: 300 !important;
    letter-spacing: 0.1px !important;
    margin-top: 10px;
}

.dropdown-menu {
    padding: 20px 20px 12px 20px;
}

.navbar-toggler {
    order: 0 !important;
}

.the-span-main {
    background-color: #F40000;
    padding: 7px 15px;
    border-radius: 50px;
    margin-right: 20px;
}

.new-span {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.learn-more {
    font-weight: 600;
    font-family: 'Eudoxus Sans';
    color: #333333;

}

.learn-more:hover {
    font-weight: 600;
    font-family: 'Eudoxus Sans';
    color: #333333;
}

#announcement_main {
    margin: 0;
    font-family: 'Eudoxus Sans';
    margin-bottom: 50px;
}

.announcement-bar {
    background-color: #F7F7F7;
    /* Example background color (red) */
    color: #721c24;
    /* Example text color (dark red) */
    padding: 10px 10px;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.announcement-bar span {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.close-icon {
    float: right;
    cursor: pointer;
}

.form-group input {
    font-size: 16px;
    height: 48px;
    font-family: 'Plus Jakarta Sans';
}


.form-group textarea {
    font-size: 16px;
    height: 100px;
}

.form-group label {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
}

.form-element label {
    font-size: 16px;
}

.card-text {
    color: #000;
    font-family: 'Plus Jakarta Sans';
}

.card-body b {
    color: #000 !important;
    font-family: 'Plus Jakarta Sans';
}

/* .contain-arrow {
    background-color: #F9F9F9 !important;
    padding: 20px;
    border-radius: 100%;
} */

.carousel-control-next-icon1,
.carousel-control-prev-icon1 {
    color: #000 !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10% !important;
}


.before-image-part {
    /* width: 80%; */
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-part {
    width: 80%;
    display: block;
    margin: auto;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0.3, 0.3, 0.3, 0.3);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    /* Add this line to make z-index work */
    z-index: 10;
    padding: 30px;
    /* Set a higher z-index than .before-image-part */
}

.before-image-part::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 83%;
    height: 80%;
    background-color: transparent;
    border-left: 2px solid #EFEFEF;
    border-right: 2px solid #EFEFEF;
    border-radius: 30px;
    z-index: -1;
    opacity: 1;
    /* Set the desired opacity level (0 to 1) */
}

.carousel-control-next-icon1,
.carousel-control-prev-icon1 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next1,
.carousel-control-prev1 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

/* .contain-arrow {
    background-color: #F9F9F9;
    padding: 10px;
    border-radius: 100%;
} */

.testi-text-heading {
    color: #1F1D1D;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    line-height: 28px;
    letter-spacing: -2% !important;
    margin-bottom: 30px;
}

.testi-text-subheading {
    color: #1F1D1D;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: -2%;
    margin-bottom: 5px;
}

.testi-text-sub-subheading {
    color: #565656;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: -2%;
}

.revlinks-about-hero-img {
    width: 550px;
    float: right;
}

a {
    text-decoration: none !important;
}

.main-navbar-contain {
    display: flex;
    align-items: center;
}

.navbar-toggler {
    order: -1;
    /* Move the toggler to the beginning */
}

.revlinks-logo {
    max-height: 70px;
    /* Adjust the max-height as needed */
    margin-right: 30px;
    /* Adjust the margin as needed */
}

/* .revlinks-logo {
    max-height: 40px;
   
    margin-right: 30px;
    
} */

.navbar-nav {
    display: flex;
    align-items: center;
}

.nav-item {
    margin-right: 10px;
    /* Adjust the margin as needed */
}

.form-inline {
    display: flex;
    align-items: center;
}

.nav-link {
    color: #1F1D1D !important;
    font-weight: 500;
    font-family: 'Eudoxus Sans';
    font-size: 18px;
}

.nav-button {
    background-color: #000000;
    color: #fff;
    padding: 13px 35px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}

.nav-button:hover {
    background-color: #000000;
    color: #fff;
    padding: 13px 35px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}

.hero-text-heading1 {
    text-align: center;
    color: #1F1D1D;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    margin-top: 50px;
}

.hero-text-heading11 {
    text-align: center;
    color: #1F1D1D;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    /* margin-top: 50px; */
}

.hero-text-heading111 {
    color: #1F1D1D;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    margin-top: 50px;
}

.hero-text-heading2 {
    text-align: center;
    color: #F40000;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    background-color: #FFF2F2;
    width: 615px;
    margin: auto;
    border-radius: 10px;
    line-height: 80px;
    /* margin-top: 100px; */
}

.hero-text-heading22 {
    text-align: center;
    color: #F40000;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    background-color: #FFF2F2;
    width: 520px;
    border-radius: 10px;
    margin: auto;
    margin-top: 70px;
}

.hero-text-heading222 {
    /* text-align: center; */
    color: #F40000;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    background-color: #FFF2F2;
    width: 450px;
    border-radius: 10px;
    /* margin: auto; */
    /* margin-top: 70px; */
}

.hero-text-heading-subtext {
    text-align: center;
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Eudoxus Sans';
    max-width: 633px;
    margin: auto;
    margin-top: 25px;
    letter-spacing: 0.2px;
    line-height: 32px;
}

.hero-text-heading-subtext123 {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Eudoxus Sans';
    max-width: 633px;
    /* margin: auto; */
    margin-top: 25px;
    letter-spacing: 0;
    line-height: 28px;
}

.nav-button-container {
    text-align: center;
    margin-top: 25px;
}

.nav-button1 {
    background-color: #000000;
    color: #fff;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}

.nav-button1:hover {
    background-color: #000000;
    color: #fff;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}

.revlinks-hero-img-div {
    text-align: center;
    margin-top: 50px;
}

.revlinks-hero-img {
    width: 1000px;
}


.text-heading1 {
    text-align: center;
    color: #1F1D1D;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    max-width: 507px;
    margin: auto;
    margin-top: 100px;
}

.learn-more {
    margin-bottom: 0px !important;
    font-size: 14px;
    font-family: 'Eudoxus sans';
    font-weight: 700;
    color: #F40000;
}

.hero-text-heading-subtext1 {
    text-align: center;
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Eudoxus Sans';
    max-width: 557px;
    margin: auto;
    margin-top: 25px;
    line-height: 27px;
}

.our-operating-container {
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 25px 18px;
    margin-top: 50px;
    /* height: 315px; */

}

.revlinks-product-img {
    margin-bottom: 10px;
    /* width: 60px; */
}

.revlinks-product-img1 {
    margin-bottom: 10px;
    width: 60px;
}

.product-name {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #000000;
    line-height: 21.6px;
    letter-spacing: -0.2px;
}

.product-subname {
    font-size: 16px;
    font-family: 'Eudoxus Sans';
    font-weight: 300;
    color: #565656;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.midpage-heading1 {
    max-width: 468px;
    margin-top: 100px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #1F1D1D;
    font-size: 40px;
    line-height: 55.2px;
    letter-spacing: -2%;
}

.revlinks-about-img1 {
    width: 900px;
}

.midpage-heading2 {
    max-width: 500px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #1F1D1D;
    font-size: 40px;
    line-height: 57.2px;
    letter-spacing: -2%;
}

.midpage-heading22 {
    max-width: 359px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #1F1D1D;
    font-size: 40px;
    line-height: 57.2px;
    letter-spacing: -2%;
}

.midpage-subheading {
    font-family: 'Eudoxus Sans';
    font-weight: 400;
    color: #565656;
    font-size: 16px;
    line-height: 27px;
    max-width: 350px;
}

.grow-container {
    display: flex;
    justify-content: space-between;

    align-items: center;
    /* padding-top: 70px; */


}

.grow-container-main {
    background-color: #F9F9F9;
    padding: 70px 0px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.tab-container {
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.tab-titles {
    flex: 0 0 50%;
    position: sticky;
    top: 0;
}

.tab-content {
    flex: 0 0 50%;
    /* padding: 20px; */
}

.tab-content>.active {
    font-size: 18px;
    font-family: 'Eudoxus Sans';
    line-height: 31.77px;
    letter-spacing: -0.1px;
    color: #565656;
    font-weight: 400;
}

.tab-title {
    cursor: pointer;
    padding: 10px;
    margin: 15px 0px;
    border-left: 3px solid #E0DFDF;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px !important;
}

.tab-title.active {
    border-left: 3px solid #F40000;
    color: #F40000;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

.subtext {
    display: none;
    margin-top: 5px;
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;

}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tab-title.active .subtext {
    display: block;
    color: #565656 !important;
    text-wrap: balance;
    font-size: 16px;
    font-family: 'Eudoxus Sans';
}



.switch-tabs-img1 {
    width: 520px;
    float: right;
}

.switch-tabs-img {
    width: 450px;
    float: right;
}

.product-subname1 {
    font-size: 16px;
    font-family: 'Eudoxus Sans';
    font-weight: 400;
    color: #565656;
    line-height: 24px;
    letter-spacing: -0.2px;
    max-width: 500px;
}

.product-subname111 {
    font-size: 16px;
    font-family: 'Eudoxus Sans';
    font-weight: 400;
    color: #565656;
    line-height: 24px;
    letter-spacing: -0.2px;
    max-width: 500px;
}



.testimonial {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    scroll-snap-align: start;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}



.keep-heading {
    font-size: 35px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    letter-spacing: -0.2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    max-width: 538px;
    margin: auto;
    margin-bottom: 20px;

}

.keep-subheading {
    font-size: 16px;
    font-family: 'Eudoxus Sans';
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    letter-spacing: -0.2px;
    text-align: center;
    max-width: 466px;
    margin: auto;
}

/* .form-group {
    margin-top: 50px;
} */

.main-footer-container {
    background-image: url('assets/img/main-container.png');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    /* Adjust this property based on your image requirements */
    background-position: center;
    /* Adjust this property based on your image requirements */
    background-repeat: no-repeat;
    padding: 50px 0px;
    margin-top: 50px;
    border-radius: 40px;
}

.subscription-container {
    text-align: center;
}

.subscribe-input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
}

.subscribe-button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.subscription-container {
    margin-top: 25px;
}

.subscribe-button {
    background-color: #F40000;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
}

.subscribe-input {
    width: 300px;
    border: 1px solid #505050;
    background-color: transparent;
    color: #fff;
}

.stat-sub-container {
    border-right: 1px solid #E3E1E1;
    padding-right: 40px;
}

.stat-container {
    display: flex;
    justify-content: space-between;
    width: 650px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.stat-number {
    text-align: center;
    font-size: 32px;
    color: #1F1D1D;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
}

.stat-text {
    text-align: center;
    font-size: 14px;
    color: #565656;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
}

.main-container {

    width: 100%;
    margin: auto;
    margin-top: 100px;
}

.footer-link1 {
    font-size: 14px;
    color: #565656;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    line-height: 24px;
    max-width: 180px;
}

.footer-link123 {
    font-size: 14px;
    color: #565656;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    line-height: 24px;
}

.footer-link1:hover {
    font-size: 14px;
    color: #565656;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    line-height: 24px;
}

.footer-sub-container {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.revlinks-footer-img {
    margin-bottom: 20px;
}

/* .testimonial-container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
.testimonial-container {
    display: flex;
    align-items: center;
    /* width: 100%; */
    /* height: 100vh; */
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.testimonial-content {
    width: 100%;
    /* Adjust to accommodate all testimonials */
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {
    flex: 0 0 100%;
    /* Each testimonial takes 80% of the screen width */
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    /* width: 100px !important; */

}

.testimonial-sub {
    padding: 25px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #244771;
    border-radius: 20px;

}

.testimonial img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.prev,
.next {
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    background-color: #ddd;
    border: none;
    outline: none;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    /* width: inherit; */
}

.prev:hover,
.next:hover {
    background-color: #bbb;
}

.footer-levels {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    letter-spacing: -2%;
}

/* .prev {
    border-radius: 100%;
} */

/* .testimonial-text {
    max-width: 501px;
    margin: auto;
} */

/* 
body {
    font-family: Arial, sans-serif;
    margin: 0;
    overflow: hidden;
} */

.smart-heading {
    font-size: 60px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #000000;
    line-height: 73.2px;
    letter-spacing: -2px;
    max-width: 445px;
}

.smart-heading-span {
    font-size: 60px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #F40000;
    line-height: 73.2px;
    letter-spacing: -2px;
    max-width: 500px;
    background-color: #FFF2F2;
    border-radius: 10px;

}

.smart-sub-heading {
    font-size: 16px;
    font-family: 'Eudoxus Sans';
    font-weight: 400;
    color: #565656;
    line-height: 25.8px;
    letter-spacing: 0;
    max-width: 480px;
}

.about-us-div {
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #F40000 !important;
    color: #fff !important;
    font-size: 20px;
}

.our-values-heading {
    border: 1px solid #EDEDED;
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    height: 330px;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}


.the-pills-section {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #FFFAFA;
    width: 100%;
}

.the-pills-sub-section {
    padding: 30px;
    border-radius: 20px;
    margin: auto;
}

.our-values-header {
    font-size: 40px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #1F1D1D;
    line-height: 67.2px;
    letter-spacing: 0;
}

.staff-img-container {
    max-width: 100%;
}

.staff-img-content {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    margin-top: 30px;
}

.overlay-container {
    position: absolute;
    top: 80%;
    left: 10%;
    transform: translate(0%, -50%);
    /* background-color: rgba(255, 255, 255, 0.7); */
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    /* margin: auto; */
}

.name-overlay {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 550;
    color: #000000;
    line-height: 27.9px;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}

.name-overlay-sub {
    font-size: 14px;
    font-family: 'Eudoxus Sans';
    font-weight: 300;
    color: #565656;
    line-height: 27.9px;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}

.margin-top-and-bottom-of-50px {
    margin-top: 50px;
    margin-bottom: 50px
}

.margin-top-and-bottom-of-100px {
    margin-top: 100px;
    margin-bottom: 100px
}

.margin-top-of-100px {
    margin-top: 100px;
}

.margin-bottom-of-100px {
    margin-bottom: 100px
}

.benefit-container {
    background-color: #F9F9F9;
    Padding: 40px 25px 40px 25px;
    border-radius: 20px;
    margin-top: 30px;
}

.benefit-heading {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #1F1D1D;
    line-height: 28px;
}

.benefit-subheading {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    color: #565656;
    line-height: 22.4px;
    letter-spacing: -1%;
    margin-bottom: 0px;
}

.join-the-team-form {
    margin-top: 100px;
}

.join-our-team {
    font-size: 40px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #1F1D1D;
    line-height: 62.4px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 50px;
}

.career-submit-container {
    text-align: start;
}

.career-submit {
    background-color: #F40000;
    color: #fff;
    padding: 15px 35px;
}

.design-web {
    display: flex;
}

.cat {
    margin: 4px;

    border-radius: 4px;
    /* border: 1px solid black; */
    overflow: hidden;
    /* float: left; */
    border-radius: 5px !important;
    margin-bottom: 35px;
}

.cat label {
    line-height: 1.5em;
    /* width: 12.0em; */
    /* height: 3.0em; */
}

.cat label span {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    background-color: #F9F9F9;
}

.cat label input {
    position: absolute;
    display: none;
    color: #505050 !important;
}

/* selects all of the text within the input element and changes the color of the text */
.cat label input+span {
    color: #505050;
    font-size: 14px;
}



/* This will declare how a selected input will look giving generic properties */
.cat input:checked+span {
    color: #ffffff;
}

.web-design input:checked+span {
    background-color: black;
}

.branding input:checked+span {
    background-color: black;
    border-radius: 10px;
}

.app-design input:checked+span {
    background-color: black;
}

.contact-form label {
    font-family: 'Plus Jakarta sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /*line-height: 21px;*/
    color: #666666;
    margin-bottom: 5px;
}

/* .main-contact-row {
    display: flex;
    justify-content: space-between;
} */

.contact-headings {
    font-size: 12px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    color: #919191;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.contact-headings1 {
    font-size: 12px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    color: #919191;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.contact-subheadings {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #565656;
    line-height: 24px;
    margin-bottom: 5px;
    max-width: 249px;
}

.carousel {
    position: relative;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
    font-family: plus jakarta display;
}

div.card-group.testimonialCards {
    gap: 20px;
    margin: 100px;
}

div.card.testimonialCard {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    border: 1px;
    font-family: plus jakarta display;
    padding: 25px 15px;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.our-levels-container {
    display: flex;
    justify-content: space-between;
}


/* @media only screen and (max-width: 1320px) {
    .our-operating-container {
        border: 1px solid #ededed;
        border-radius: 10px;
        padding: 25px 18px;
        margin-top: 50px;
        height: 310px;
    }
} */

@media only screen and (max-width: 1224px) {
    .revlinks-hero-img {
        width: 800px;
    }

    .revlinks-about-hero-img {
        width: 450px;
        float: right;
    }

    .revlinks-about-img1 {
        width: 700px;
    }


}

@media only screen and (max-width: 1024px) {
    .revlinks-about-hero-img {
        width: 450px;
        float: right;
    }

    .revlinks-hero-img {
        width: 600px;
    }

    .tab-content {
        display: block;
    }

    .stat-container {
        width: 100%;
    }

    .revlinks-about-hero-img {
        width: 100% !important;
        /* float: right; */
    }
}

@media only screen and (max-width: 800px) {
    .margi-testi {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .footer-main-div {
        display: block;
    }

    .announcement-bar span {
        line-height: 30px;
    }

    .our-levels-container {
        display: block;
    }

    .career-submit-container {
        margin-top: 20px;
    }

    .grow-container {
        display: block;
    }

    .hero-text-heading22 {
        max-width: 100%;
    }

    .footer-link1 {
        max-width: 100%;
    }

    .footer-sub-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .hero-text-heading2 {
        width: 100%;
    }

    .switch-tabs-img {
        display: none;
    }

    .switch-tabs-img1 {
        display: none;
    }

    .revlinks-about-hero-img {
        width: 450px;
        float: right;
    }

    .revlinks-hero-img {
        width: 450px;
    }

    .revlinks-about-img1 {
        width: 400px;
    }
}




@media only screen and (max-width: 450px) {
    .privacy-header {
        font-size: 24px;
    }

    .privacy-subheader {
        font-size: 16px;
    }

    .image-part {
        width: 90%;
    }

    .contact-all {
        margin-top: 15px;
    }

    .cat label {
        line-height: 1.5em;
    }

    .cat label input+span {
        color: #505050;
        font-size: 14px;
    }

    .cat label span {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        background-color: #F9F9F9;
    }

    .margin-top-and-bottom-of-50px {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .stat-container {
        display: block;
    }

    .revlinks-hero-img {
        width: 350px;
    }

    .hero-text-heading2 {
        width: 70%;
        font-size: 24px;
    }

    .nav {
        display: flex;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 16px;
    }

    .nav-pills .nav-link {
        font-size: 16px;
        padding: 6px;
    }

    .tab-content {
        display: block;
    }

    .tab-container {
        display: block;
    }

    .stat-container {
        display: block;
        width: 100%;
    }

    .grow-container {
        display: block;
    }

    .revlinks-about-hero-img {
        width: 100%;
        float: none;
    }

    .hero-text-heading22 {
        width: 65%;
        font-size: 24px;
    }

    .revlinks-about-img {
        width: 100%;
    }

    .hero-text-heading222 {
        width: 65%;
        font-size: 24px;
        text-align: center;
        margin: auto;
    }

    .main-contact-row {
        display: block;
    }

    .hero-text-heading1 {
        font-size: 24px;
    }

    .hero-text-heading-subtext {
        font-size: 18px;
    }

    .text-heading1 {
        font-size: 24px;
    }

    .hero-text-heading-subtext1 {
        font-size: 14px;
    }

    .midpage-heading1 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 50px;
    }

    .midpage-heading2 {
        font-size: 24px;
        line-height: 34px;
    }

    .midpage-subheading {
        font-size: 14px;
        line-height: 24px;
    }

    .stat-number {
        font-size: 24px;
    }

    .keep-heading {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }

    .subscribe-input {
        margin-bottom: 10px;
        width: 100%;
    }

    .smart-heading {
        font-size: 24px;
        line-height: 34px;
    }

    .smart-heading-span {
        font-size: 24px;
        line-height: 54px;
    }

    .the-pills-section {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .our-values-header {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.5px;
    }

    .hero-text-heading11 {
        font-size: 24px;
        line-height: 34px;
    }

    .midpage-heading22 {
        font-size: 24px;
        line-height: 24px;
        display: block;
    }

    .margin-top-of-100px {
        margin-top: 50px;
    }

    .join-the-team-form {
        margin-top: 50px;
    }

    .join-our-team {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .career-submit {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .hero-text-heading111 {
        font-size: 24px;
        text-align: center;
    }

    .hero-text-heading-subtext123 {
        font-size: 18px;
        text-align: center;
    }

    .revlinks-hero-img {
        width: 350px;
    }

    .our-operating-container {
        border: 1px solid #ededed;
        border-radius: 10px;
        padding: 25px 18px;
        margin-top: 30px;
        height: 280px;

    }

    .switch-tabs-img {
        display: none;
    }

    .stat-sub-container {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .footer-link1 {
        max-width: 100%;
    }

    .footer-sub-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .main-footer-container {
        padding: 35px 20px;
    }

    .smart-heading.smart-heading {
        letter-spacing: -1px;
    }

    .contact-subheadings {
        font-size: 14px;
    }

    .keep-subheading {
        font-size: 14px;
    }

    .revlinks-logo {
        margin-right: 0px;
        /* font-size: 50px; */
    }

    .navbar-nav {
        display: flex;
        /*align-items: start;*/
    }

    .grow-container-main {
        padding-top: 40px;
        margin-bottom: 20px;
        padding-bottom: 40px;
    }

    .stat-sub-container {
        border-right: none;
    }

    .benefit-heading {
        font-size: 16px;
    }

    .benefit-subheading {
        font-size: 14px;
    }

    .footer-normal {
        display: flex;
        margin-left: 20px;
    }

    .testi-text-heading {
        color: #1F1D1D;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Plus Jakarta Sans';
        line-height: 25px;
        letter-spacing: -2% !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .hero-text-heading2 {
        line-height: 40px;
        /* margin-top: 100px; */
    }

    .revlinks-about-img1 {
        width: 350px;
    }

    .revlinks-hero-img {
        width: 290px;
    }
}

@media only screen and (max-width: 380px) {

    .design-web {
        display: none;
    }

    .what-interests {
        display: none;
    }
}










.text-white {
    color: #ffffff !important;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    z-index: 1;
}

.hero-header,
.hero-content {
    z-index: 2;
    /* Ensure header and content are above the overlay */
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 20px 50px; */
    z-index: 1000 !important;
}

.navbar {
    background-color: transparent;
}

.contact-btn {
    background: #F40000;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
}

.hero-content {
    position: absolute;
    bottom: 100px;
    /* left: 50px; */
    color: white;
    z-index: 2;
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    max-width: 772px;
    font-family: Plus Jakarta Sans;
}

.hero-content p {
    font-size: 24px;
    max-width: 887px;
    font-family: Eudoxus Sans;
    font-weight: 400;
    line-height: 38.4px;
}

.hero-content a {
    margin-top: 50px;
    /* font-size: 24px; */
    font-family: Eudoxus Sans;
    font-weight: 200;
    /* line-height: 38.4px; */
    margin-bottom: 0px;
    color: #ffffff;
}

.hero-content span {
    margin-top: 50px;
}

.the-brands-one {
    display: flex;
}


@media only screen and (max-width: 480px) {
    .hero-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000 !important;
        background-color: #fff;
    }

    .mobile-display {
        display: block;
    }

    .desktop-display {
        display: none;
    }

    .text-white {
        color: #000000 !important;
    }

    .hero-section {
        position: relative;
        height: 50vh;
        /* Ensures the section takes the full viewport height */
        overflow: hidden;
    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Set to 100% to cover the entire section */
        object-fit: cover;
    }

    .hero-content {
        position: absolute;
        bottom: 10%;
        /* Puts the content closer to the bottom */
        left: 5%;
        /* Adds a bit of left margin */
        color: white;
        z-index: 2;
    }

    .hero-content h1 {
        font-size: 24px;
        /* Adjusted to fit smaller screens better */
        max-width: 300px;
    }

    .hero-content p {
        font-size: 16px;
        max-width: 300px;
        font-family: 'Eudoxus Sans', sans-serif;
        font-weight: 400;
        line-height: 28px;
    }

    .hero-content a {
        display: inline-block;
        margin-top: 20px;
        font-size: 12px !important;
        font-family: 'Eudoxus Sans', sans-serif;
        font-weight: 400;
        color: #ffffff;
        text-decoration: none;
    }

    .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* Dark overlay across the full height */
        z-index: 1;
    }

    .the-brands-one {
        display: block;
    }
}






.role {
    border: 1px solid #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.role a {
    margin-top: 10px;
}


@media only screen and (min-width: 3500px) {
    .hero-content {
        position: absolute;
        bottom: 300px;
        /* left: 50px; */
        color: white;
        z-index: 2;
    }
}


.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}