:root {
    --color-success: #0f2545;
    --color-gray: #f2f7fc;
}
.rtm-section {
  background: #f4f7fb;
}

.rtm-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.rtm-iframe-wrap {
	width: 100%;
	padding: 30px;
	overflow-x: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 35px rgba(0,0,0,0.08);
	/* height: 400px !important; */
}
	
#rentanium-tag-manager {
	width: 100% !important;
	border: 0 !important;
	display: block;
	min-height: 400px;
}
.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-success {
    background-color: var(--color-success) !important;
}

.bg-gray {
    background-color: var(--color-gray) !important;
}

.bg-light {
    background-color: var(--color-gray) !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-success {
    color: var(--success) !important;
}

.container-fluid {
    max-width: 1850px;
}

.container {
    max-width: 1440px;
}

.slide-container {
    position: absolute;
    width: 100%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #ffff;
    z-index: 99;
}

/* .page-banner h1 {
    position: absolute;
    width: 100%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: left;
    color: #fff;
} */

.slide img {
    min-height: 400px;
    object-fit: cover;
    max-height: 800px;
}

.banner-text h1 {
    font-size: 100px;
    /* color: var(--color-primary); */
    color: #fff;
}

.slide-text h1 {
    font-size: clamp(35px, 4vw, 65px);
    color: #fff;
}


/* -----------site css-------------- */

/* .header {
    position: absolute;
    z-index: 99;
    width: 100%;
} */

.header {
    position: relative;
    margin-bottom: -132px;
    z-index: 9999;
}


/* .slide {
    position: relative;
    top: -132px;
    z-index: 0;
} */

/* .privacy-policy .header,
.cookie-policy .header, 
/* .terms-conditions .header  */
.blog .header,
.blog-details .header {
    margin-bottom: 0;
}

.slide-text {
    max-width: 100%;
}

.top-bar .contact-info i {
    color: var(--color-primary);
}

.navbar-toggler-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/nav-icon.png);

}

.navbar-toggler {
    border: 0;
}

.btn-arrow {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: unset;
    border-style: none;
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 85px;
}

.btn-project {
    background-color: var(--color-primary);
    color: #ffffff;

}

.btn-project:hover {
    background-color: var(--color-primary);
    color: #ffffff;

}

.btn-project::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url('../img/pro-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in;
}

.btn-project:hover.btn-project::after {
    right: 10px;
    transition: all 0.3s ease-in;
}

.input-groups .form-control {
    color: #fff;
}

.input-groups .form-control::placeholder {
    color: #fff;
}


.fw-exbold {
    font-weight: 800;
}


/* ---------slider and banner----------- */

.slide .swiper-slide {
    position: relative;
    overflow: hidden;
}

.slide .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
    z-index: 1;
}

/*.slide .swiper-slide img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 0;*/
/*}*/

.page-banner .container .banner-text {
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 30px;
}

.page-banner {
    position: relative;
}

.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.1) 65%);
}

.page-banner img {
    width: 100%;
    max-height: 700px;
    display: block;
    position: relative;
    z-index: 0;
    min-height: 400px;
    object-fit: cover;
}

/* aura car */

.header .navbar-nav .nav-item a:hover,
.header-main .navbar-nav .nav-item.active a {
    border-bottom: 2px solid var(--color-primary);
}

.header .navbar-nav .nav-item a {
    border-bottom: 2px solid transparent;
}

.header-main {
    padding: 40px 0;
}


/* ----------- */

.card-custom {
    border: none;
    background-color: transparent;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #fff;

}


.card-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.61) 80%);
    z-index: 1;
}


.overlay-content {
    position: absolute;
    z-index: 2;
    top: 0;
}

.card-link {
    text-decoration: none;
    display: block;
    color: #fff;
}

.card-link:hover .card-custom {
    transform: translateY(-5px);

    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);

}

.read-more {
    font-weight: 600;
}

.read-more:hover {

    color: var(--color-primary);
}


.hire-bg1 {
    background-image: url(../img/super-car1.jpg);


}

.hire-bg2 {
    background-image: url(../img/van-hire1.png);


}

.hire-bg3 {
    background-image: url(../img/car-hire1.png);


}

/* ----------- */

.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}


.advantage-item .icon-wrapper {
    font-size: 2.5rem;
    color: #fff;
    margin-right: 1.5rem;
    line-height: 1;
}

.advantage-item h4 {
    color: #fff;
}

.work-item .icon-wrapper {
    font-size: 40px;
    color: var(--color-primary);
    margin-right: 1.5rem;
    line-height: 1;
    background-color: #f2f7fc;
    padding: 20px;
    border-radius: 15px;
}



/* ----------- */

.how-works-image {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.how-work {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* ----------- */

.innovation-content-box {
    background-color: var(--color-gray);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    z-index: 10;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    margin-top: -100px;
}


/* ----------- */
.cta-orange-section {
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 30px 0;
}

.cta-icon {
    font-size: 50px;
    margin-right: 020px;
}

.cta-text {
    font-size: 30px;
    font-weight: 700;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 99px;
    padding: 10px 20px;
    /* transition: all 0.3s ease; */
    font-weight: bold;
    font-size: 18px;
}

.btn-outline-white:hover {
    color: var(--color-primary);
    background-color: #ffffff;
    border-color: #ffffff;
}




/* ----------- */

.locations-section .card {
    padding: 15px;
}

.locations-section .card .card-content {
    padding: 15px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.locations-section .card p {
    font-size: 16px;
}

.locations-section .card h4 {
    font-size: 22px;
    font-weight: 600;
}

.why-card {
    padding: 30px;
    border-radius: 25px;
    height: 100%;
}

.why-dark {
    background: var(--color-secondary);
    color: #fff;
}

.why-light {
    background: #ffffff;
    color: #000;
    border: 1px solid #f1f1f1;
}

.why-choose h5 {
    font-size: 25px;
}

.innovation-box {
    background-image: url(../img/about-img1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.innovation-content {
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.innovation-content h2 {
    color: #fff;
}

.form-control {
    padding: 12px;
    font-size: 18px;
}

.car-card {
    /* border-radius: 12px; */
    /* overflow: hidden; */
    /* border: 1px solid #ddd; */
    background: #fff;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}

.car-card:hover {
    transform: translateY(-5px);
}

.car-card img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-title {
    background: #14213d;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.car-card:hover .car-title {
    color: var(--color-primary);
}

.section-title {
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-primary);
}

.carAccordion .accordion-button {
    background: var(--color-secondary);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.carAccordion .accordion-button:hover,
.carAccordion .accordion-button:not(.collapsed) {
    background: var(--color-primary);
}

.carAccordion .accordion-item {
    margin-bottom: 5px;
}


#carAccordion .accordion-button::after {
    content: "\f5de";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border-radius: 99px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}

.accordion-header-button {
    display: flex;
    justify-content: space-between;
    width: 95%;
    align-items: center;
}

.car-details-icon .icon-box {
    background-color: var(--color-gray);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.fs-click {
    font-size: 14px;
}

.car-details .top-img img {
    min-height: 300px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

/* ------------- */

.car-details2 .row {
    align-items: stretch;
}

.car-details2 .left-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    /* border-radius: 10px; */
}

.car-details2 .right-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    /* border-radius: 10px; */
}

.car-details2 .right-img .row {
    height: 100%;
}

.car-details-icon .icon-box img {
    width: 40px;
    object-fit: contain;
}

.car-details-icon .icon-box span {
    font-size: 16px;
}



.car-showing .row {
    align-items: stretch;
}

.car-showing .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.car-showing .left-side img {
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
    display: block;
}

.car-showing .right-side img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

.car-showing .right-side .row {
    height: 100%;
}

.car-showing .icon-box img {
    width: 40px;
    object-fit: contain;
}

.car-showing .icon-box span {
    font-size: 16px;
}

/* ---------- */

.vehicle-box {
    display: block;
    text-align: center;
    background: var(--color-primary);
    border-radius: 16px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vehicle-box img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 5px;
}

.vehicle-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.vehicle-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 15px;
    background-color: var(--color-secondary);
    color: #fff;
}


.vehicle-title:hover {
    color: var(--color-primary);
}

.locations-section .card img {
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	min-height: 200px;
}

@media (min-width:1200px) and (max-width:1300px)  {
.header .navbar-nav .nav-item a {
	font-size: 14px;
	
}
}


@media (min-width:1200px) {
    .page-banner img {
        height: 600px;
    }

.navbar.navbar-expand-xl {
	margin-top: 12px;
}

}

@media (min-width: 992px) {
    .row-cols-lg-10>* {
        width: calc(100% / 10);
    }

    .row-cols-lg-8>* {
        width: calc(100% / 8);
    }

    .row-cols-lg>* {
        width: calc(100% / 9);
    }
}

@media screen and (max-width: 1440px) {
    .header-main {
        padding: 20px 0;
    }

    .banner-text h1 {
        font-size: 70px;

    }

    .header {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 1200px) {
.header .offcanvas.show .navbar-nav .dropdown-menu {
	padding-left: 50px;
}
}
@media screen and (max-width: 991px) {
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 18px;
    }

    .header-main {
        padding: 15px 0;
    }

    .banner-text h1 {
        font-size: 50px;

    }

    .car-details-icon .icon-box span {
        font-size: 14px;
    }


}

@media screen and (max-width: 767px) {
    .slide-container {
        position: inherit;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0%);
        text-align: left;
        background-color: var(--color-secondary);
        padding: 50px 20px;
    }

    .hd-phone a {
        font-size: 14px;
    }

    .innovation-content-box {
        margin-top: 30px;
    }

    .innovation-content-box {

        width: 90%;

    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    .section-title {
        font-size: 30px;
    }

    .carAccordion .accordion-button {
        font-size: 14px;
    }

    .fs-click {
        font-size: 12px;
    }

}

@media screen and (max-width: 575px) {
    .btn {
        padding: 5px 12px !important;
        font-size: 14px !important;
    }

    .header-main {
        padding: 10px 0;
        background-color: #222;
    }

    .page-banner img {

        min-height: 300px;

    }

    .header {
        margin-bottom: 0;
    }
}


.test .header {
    display: none;
}




.header .navbar-nav > .nav-item {
	flex-wrap: wrap;
}