/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 11:06:07 */
.page-id-616 .page-wrap.co-driver h1 {
    margin-top: 20px;
    font-size: 3.5rem;
	color: black;
}

.page-id-616 .page-wrap.co-driver .medium-text {
    font-size: 1.316em;
    color: black;
}

.page-id-616 .white-color {
    color: white !important;
}
.page-id-616 .black-color {
    color: black !important;
}

.page-id-616 .country-name,
.page-id-55 .country-name,
.page-id-32127 .country-name,
.page-id-32144 .country-name,
.page-id-51954 .country-name,
.page-id-31814 .country-name {
    cursor: pointer;
    padding: 6px 0;
    position: relative;
}

.page-id-616 .country-name::after,
.page-id-55 .country-name::after,
.page-id-32127 .country-name::after,
.page-id-32144 .country-name::after,
.page-id-51954 .country-name::after,
.page-id-31814 .country-name::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: bold;
}

.page-id-616 .country-name.opened::after,
.page-id-55 .country-name.opened::after,
.page-id-32127 .country-name.opened::after,
.page-id-32144 .country-name.opened::after,
.page-id-51954 .country-name.opened::after,
.page-id-31814 .country-name.opened::after {
    content: "−";
}

.page-id-616 .movable-content,
.page-id-55 .movable-content,
.page-id-32127 .movable-content,
.page-id-32144 .movable-content,
.page-id-51954 .movable-content,
.page-id-31814 .movable-content {
    position: absolute;
    top: -72vh;
    left: -2vw;
    z-index: 0;
    max-width: 100%;
}

@media (max-width: 768px) {
    .page-id-616 .movable-content,
    .page-id-55 .movable-content,
    .page-id-32127 .movable-content,
    .page-id-32144 .movable-content,
	.page-id-51954 .movable-content,
    .page-id-31814 .movable-content {
        position: static;
        top: auto;
        left: auto;
        margin-top: 20px;
    }
}

.page-id-616 .vudrive-features-section::before,
.page-id-55 .vudrive-features-section::before,
.page-id-32127 .vudrive-features-section::before,
.page-id-32144 .vudrive-features-section::before,
.page-id-51954 .vudrive-features-section::before,
.page-id-31814 .vudrive-features-section::before {
    content: "";
    position: absolute;
    background: #666a74;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

@media (max-width: 768px) {
    .page-id-616 .codriver-main-section,
    .page-id-55 .codriver-main-section,
    .page-id-32127 .codriver-main-section,
    .page-id-32144 .codriver-main-section,
	.page-id-51954 .codriver-main-section,
    .page-id-31814 .codriver-main-section {
        background-position: left center !important;
    }
}

.page-id-616 .button.white-button,
.page-id-55 .button.white-button,
.page-id-32127 .button.white-button,
.page-id-32144 .button.white-button,
.page-id-51954 .button.white-button,
.page-id-31814 .button.white-button {
    color: white !important;
}

.page-id-616 .button.white-button::before,
.page-id-55 .button.white-button::before,
.page-id-32127 .button.white-button::before,
.page-id-32144 .button.white-button::before,
.page-id-51954 .button.white-button::before,
.page-id-31814 .button.white-button::before {
    background-color: #b3d454 !important;
    content: "";
}

.page-id-616 .codriver-button-section,
.page-id-55 .codriver-button-section,
.page-id-32127 .codriver-button-section,
.page-id-32144 .codriver-button-section,
.page-id-51954 .codriver-button-section,
.page-id-31814 .codriver-button-section {
    position: relative;
}

.page-id-616 .codriver-button-section .button,
.page-id-55 .codriver-button-section .button,
.page-id-32127 .codriver-button-section .button,
.page-id-32144 .codriver-button-section .button,
.page-id-51954 .codriver-button-section .button,
.page-id-31814 .codriver-button-section .button {
    position: absolute;
    top: -110px;
    left: 0;
}
@media screen and (max-height: 700px) {
  .codriver-main-section .text-side .content-wrapper {
    transform: scale(0.9) translateY(15px); /* adjust values as needed */
    transform-origin: top left;
  }
}
@media screen and (max-height: 650px) {
  .codriver-main-section .text-side .content-wrapper {
    transform: scale(0.8) translateY(45px); /* adjust values as needed */
    transform-origin: top left;
  }
}