/************************* Car Listing Page *************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.single-car-listing .mak_carousel_container
{
	padding-top:50px;
}
.single-car-listing .section_shortcode .container
{
	    padding-bottom: 40px;
}
.tablink:hover {
    background-color: transparent;
    color: #32bd67;
}

.tablink:active {
    background-color: #d9d9d9;
    color: #32bd67;
}

/* .detl-included {
    padding: 25px 100px;
} */
.third-sectihoon {
    width: 100%;
    height: auto;
    gap: 0px;
    border-radius: 14px;

    padding: 43px 113px;
}

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

.flex-inclu .box-heading {
    margin-bottom: 20px;
}

.box-heading {
    color: #343A3F;
    font-size: 20px;
    font-weight: 800;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
}

.flex-inclu .box-1 {
    display: flex;
    gap: 70px;
}

.boxes ul {
    list-style: none;
    padding-left: 0px;
}

.boxes ul li {
    font-size: 16px;
    font-weight: 700;
    font-family: "manrope", Sans-serif;
    line-height: 35px;
    color: #343A3F;
}

.box-price {
    position: relative;
    z-index: 1;
}

.box-price {
    width: 340px;
    /* padding: 25px 0px; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    background: #F4F6F5;
}

.box-price:after {
    content: "";
    /* background-image: url(.../Assets/images/elipse.png) !important; */
/*     background-image: url(../images/elipse.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 2px;
    position: absolute;
    width: 100%;
    height: 111%;
    right: 0px;
    z-index: -1;
}

.card-content h3 {
    text-align: center;
    color: #005653;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.cut-price {
    position: relative;
    font-size: 28px;
    color: #AAB3C1;
    font-weight: bold;
    margin: 0px;
}

.cut-price::after {
    content: "";
    position: absolute;
    top: 33px;
    left: 106px;
    right: auto;
    width: 80px;
    height: 3px;
    background: red;
    transform: rotate(21deg);
    transform-origin: top right;
    z-index: 1;
    display: none;
}

.tabcontent .flex-price {
    display: block;
    text-align: center;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 0px;
}

.ev-discount h5 {
    color: #005653;
}

.tabcontent .flex-price div {
    width: 100%;
}

.tabcontent .flex-price h4 {
    color: #005653;
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0px 10px;
}

.tabcontent .box-price a {
    margin: auto;
    display: flex;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

.tabcontent .available {
    text-align: center;
    width: 100%;
}

.tabcontent .my-list {
    list-style: none;
    /* Default bullets ko hide karne ke liye */
    padding: 0;
    margin: 0;
}

.tabcontent .my-list li {
    display: flex;
    /* Flexbox layout apply karna */
    justify-content: space-between;
    /* List item ke content aur button ke beech space */
    align-items: center;
    /* Vertical alignment */
    padding: 10px 6px;
    line-height: 20px !important;
    width: 365px;
    border-bottom: 1px solid #E0E0E0;
    color: #343A3F;
    border-radius: 0px;
    font-size: 16px !important;
	font-weight:400;
}

.tabcontent .no-clr {
    background-color: transparent !important;
    padding: 4px !important;
    box-shadow: none;
}

.tabcontent .my-btn {
    border: none;
    background-color: #32bd67;
    color: #fff;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 14px;
}

.tabcontent .available p {
    color: #343A3F;
    font-size: 14px;
    font-weight: 500;
}

body,
html {
    padding: 10px 13px;
    font-family: "manrope", Sans-serif;
}

.tabcontent .available div {
    background: linear-gradient(98.56deg, #32bd67 0%, #005653 100%);
    height: 35.77px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    margin: 7px 0px;
}

.main {
    margin: 0px 0px;
}

.tabcontent .available span {
    font-size: 12px;
    padding: 10px 0px;
    color: #AAB3C1;
    font-weight: 400;
}

.tabcontent .available span {
    font-size: 12px;
    padding: 10px 0px;
    color: #AAB3C1;
    font-weight: 400;
}

.tabcontent .price-tab h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;

}

.main-tabs {
    background-color: #fff;
}

.tabcontent .price-tab {
    background: rgb(27, 147, 91);
    background: linear-gradient(348deg, rgba(27, 147, 91, 1) 0%, rgba(0, 199, 106, 1) 100%);
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: -71px;
    border-radius: 10px 10px 0px 0px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabcontent .ev-discount {
    text-align: center;
    color: #005653;
}

.tabcontent .ev-discount h5 {
    font-size: 20px;
    color: #005653;
}

.tabcontent .ev-discount h4 {
    font-size: 28px;
    font-weight: 700;
    color: #005653;
}

.car-btn {
    font-family: "manrope", Sans-serif;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #005653;
    border-color: #005653;
    border-radius: 8px;
/*    width:85%; */
    text-decoration: none;
}
.card-content .car-btn {
   width:85%;
 
}
.range_card  a {
	font-family: "manrope", Sans-serif;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #32bd67;
    border: 2px solid #32bd67;
    border-radius: 8px;
    padding: 9px 25px 9px 25px;
    text-decoration: none;
    font-weight: 600;
}
.range_card p {
	font-size:14px;
}
.tabcontent .tabcontent .price {
    font-size: 40px;
    font-weight: 900;
    color: #32bd67;
    margin: 0px;
}

.tabcontent .price span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

body,
html {
    padding: 10px 13px;
    font-family: "manrope", Sans-serif !important;
}

* {
    box-sizing: border-box
}

/* Set height of body and the document to 100% */
body,
html {
    height: 100%;
    margin: 0;

}

/* Style tab links */
.new-tabs {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.tablink {
    color: #343A3F;
    float: left;
 background:transparent;
    cursor: pointer;
    font-weight: 600;
    padding: 14px 16px;
    font-size: 24px;
    width: 315px;
    transition: transform 0.3s ease;

}

.tablink:focus {
    color: #005653;
    background-color: transparent;
}

.tablink.rent {
    border-radius: 0px 10px 10px 0px !important;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 0px 0px 0px;
    height: 100%;
}

.tablink.active {

    color: #005653;
}



.postid-11310 .tablink:hover {
    transform: scale(1.02);
    z-index: 99999;
}

.postid-3576 .tablink:hover {
    transform: scale(1.02);
    z-index: 99999;
}

.postid-3447 .tablink:hover {
    transform: scale(1.02);
    z-index: 99999;
}

.postid-3444 .tablink:hover {
    transform: scale(1.02);
    z-index: 99999;
}

.postid-3160 .tablink:hover {
    transform: scale(1.02);
    z-index: 99999;
}

.tabcontent .more-features {
    display: flex;
    gap: 80px;
    padding: 10px 25px 10px;

    border-radius: 0px 14px 14px 14px;
    border-top: 0px;

}

.frst-list,
.scnd-list {
    position: relative;
}

.tabcontent .detl-included {
    background-color: #fff;
    margin-top: -10px;
    border-radius: 0px 0px 10px 10px;
    padding: 55px 0px;
    box-shadow: none;
}

.frst-list::after,
.scnd-list::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 145px;
    right: auto;
    width: 47%;
    height: 2px;
    background: #DCE3E5;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 99999;
    display: none;
}

.tabcontent .more-features ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

/* Rent tab is active */
.rent.active~#Rent .third-section {
    background-color: #fff;
    /* Change background color */
    margin-top: -10px;
    /* Margin change */
    border-radius: 0px 10px 10px 10px;
    /* Border radius */
}

/* Hire tab is active */
.postid-3160 .hire.active~#Hire .third-section {
    border-radius: 10px 0 10px 10px;
    /* Border radius */
}

.postid-3444 .hire.active~#Hire .third-section {
    border-radius: 10px 0 10px 10px;
    /* Border radius */
}

.postid-3447 .hire.active~#Hire .third-section {
    border-radius: 10px 0 10px 10px;
    /* Border radius */
}

.postid-3576 .hire.active~#Hire .third-section {
    border-radius: 10px 0 10px 10px;
    /* Border radius */
}

.tabcontent .price-divider {
    width: 0px;
    height: 0px;
    border-radius: 0px;
    border: none;
    background: transparent;
    margin: 0px auto !important;
}

.postid-3160 .tabcontent .price-divider {
    width: 0px;
    height: 2px;
    border-radius: 100px;
    border: none;
    background: #d9d9d9;
    margin: 13px auto !important;
}

.postid-6316 .tabcontent .price-divider {
    width: 279px;
    height: 2px;
    border-radius: 100px;
    border: none;
    background: #d9d9d9;
    margin: 13px auto !important;
}

.postid-3162 .tabcontent .price-divider {
    width: 279px;
    height: 2px;
    border-radius: 100px;
    border: none;
    background: #d9d9d9;
    margin: 13px auto !important;
}

.postid-3566 .tabcontent .price-divider {
    width: 279px;
    height: 2px;
    border-radius: 100px;
    border: none;
    background: #d9d9d9;
    margin: 13px auto !important;
}

.postid-3447 .main-tabs {
    background-color: #fff;
}

.postid-3444 .main-tabs {
    background-color: #fff;
}

.postid-3160 .main-tabs {
    background-color: #fff;
}

.postid-3576 .main-tabs {
    background-color: #fff;
}

.main-tabs {
    background-color: #fff;
    border-radius: 12px;
	max-width: 1200px;
	width:100%;
    margin: auto;
}


.hire.active~#Hire .third-section {
    border-radius: 0px 10px 10px 10px;
    /* Border radius */
}

.More-f {
    color: #000;
    margin: 40px 0px 0px;
    background: url('https://fleeto.co.uk/wp-content/uploads/2024/10/Rectangle-2645.png') no-repeat;
    height: 187px;
    width: 917px;
}

.More-f h3 {
    color: #005653;
    padding: 10px 0px;
    font-weight: 700;
    width: 25%;
    font-size: 20px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;

    border-bottom: 0px;
}
.single-car-listing .content-drtail
	{
		padding: 50px 20px 50px;
	}

@media (min-width: 1920px) {
    .tabcontent .boxes {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 50px;
		
    }
	
}

@media (max-width: 1460px) {
    .tabcontent .boxes {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 50px;
		flex-wrap:wrap;
    }

    .tabcontent .cut-price::after {
        top: 30px;
        left: 86px;
        right: auto;
        width: 72px;
        height: 3px;
    }
}

@media (max-width: 1100px) {
    .tabcontent .my-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;

        width: 360px;
        font-size: 16px !important;
    }

    .tabcontent .flex-inclu .box-1 {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tabcontent .tablink {
        padding: 7px 16px;
        font-size: 25px;
        width: 50%;
    }

    .tabcontent .More-f h3 {
        width: 25%;
        padding: 6px 0px;
    }

    .tabcontent .boxes {
        gap: 35px;
    }

    .tabcontent .more-features {
        display: flex;
        gap: 130px;
        padding: 10px 15px 10px;
    }

    .tabcontent .boxes ul li {
        font-size: 14px;
    }

    .tabcontent .detl-included {
        padding: 40px 0px;
    }

    .frst-list::after,
    .scnd-list::after {
        content: "";
        position: absolute;
        top: 96px;
        left: 170px;
        display: none;
    }
	.detl-included .box-heading
	{
		text-align:center;
	}

}

@media (max-width: 1023px) {
	
	.single-car-listing .hero-section-dtl{
	flex-direction: column-reverse;
    flex-wrap: wrap;
		}
}
@media (max-width: 820px) {
	
    .tabcontent .boxes {
        display: grid;
        background: #fff;
    }

    .More-f {
        color: #000;
        margin: 30px 0px 0px;
        /* background: url(https://fleeto.co.uk/wp-content/uploads/2024/10/Rectangle-2645-1.png) no-repeat; */
        height: 100%;
        width: 100%;
        background-position: center;
        background-size: contain;
    }

    .main-tabs {
        background-color: #fff;
    }

    /* .boxes {
        display: block;
    } */
/*     .tabcontent .flex-inclu .box-1 {
        display: block;
        gap: 30px;
    } */

    .tabcontent .more-features {
        gap: 60px;
        display: block;
    }

    .tabcontent .More-f h3 {
        width: 65%;
        color: #32bd67;
    }

    .frst-list::after,
    .scnd-list::after {
        display: none;
    }

    .tabcontent .more-features ul {
        padding-left: 0px;
        text-align: center;
    }

    .tablink:active {
        color: #fff;
    }

    .tablink {
        padding: 14px 10px;
        font-size: 23px;
        width: 50%;
    }

    .tabcontent .cut-price::after {
        top: 30px;
        left: 117px;
        right: auto;
        width: 72px;
        height: 3px;
    }

    .tabcontent .my-list li {
        display: flex;
        width: 335px;
        font-size: 16px !important;
    }

/*     .tabcontent .flex-inclu {
        order: 2;
    } */

    .tabcontent .box-price {
        width: 100%;
    }

    .tabcontent .more-features {
        gap: 60px;
    }

    .frst-list::after,
    .scnd-list::after {
        left: 125px;
    }
    .tabcontent .cut-price::after {
        top: 30px;
        left: 292px;
        right: auto;
        width: 72px;
        height: 3px;
    }

    .tabcontent .More-f h3 {
        width: 35%;
        padding: 6px 15px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .new-tabs {
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }

    .postid-3447 .main-tabs {
        background-color: #fff;
    }

    .postid-3444 .main-tabs {
        background-color: #fff;
    }

    .postid-3160 .main-tabs {
        background-color: #fff;
    }

    .postid-3576 .main-tabs {
        background-color: #fff;
    }

    .More-f {
        color: #000;
        margin: 30px 0px 0px;
        background: url(https://fleeto.co.uk/wp-content/uploads/2024/10/Rectangle-2645-1.png) no-repeat;
        height: 381px;
        width: 100%;
        background-position: center;
        background-size: contain;
    }

    .main-tabs {
        background-color: #fff;
        width: 100% !important;
        overflow: visible;
        padding: 0px 20px;
    }

    .boxes ul li {
        font-size: 16px;
        font-weight: 700;
        line-height: 13px;
        color: #343A3F;
    }

    .tabcontent .More-f h3 {
        padding: 27px 15px 7px;
        text-align: left;
    }

    .more-features ul li {
        justify-content: center !important;
    }

    .tabcontent .flex-inclu .box-1 {
        display: block;
        gap: 30px;
    }

    .tabcontent .more-features {
        gap: 60px;
        display: block;
    }

    .tabcontent .More-f h3 {
        width: 65%;
        color: #32bd67;
    }

    .frst-list::after,
    .scnd-list::after {
        display: none;
    }

    .tabcontent .more-features ul {
        padding-left: 0px;
        text-align: center;
    }

    .tablink {
        padding: 14px 10px;
        font-size: 23px;
        width: 100% !important;

    }

    .postid-3160 .tablink {

        width: 50% !important;

    }

    .postid-3444 .tablink {

        width: 50% !important;

    }

    .postid-3447 .tablink {

        width: 50% !important;

    }

    .postid-3576 .tablink {

        width: 50% !important;

    }

    .tabcontent .cut-price::after {
        top: 30px;
        left: 117px;
        right: auto;
        width: 72px;
        height: 3px;
    }

    .tabcontent .price-tab {
        background-color: #32bd67;
        color: #fff;
        width: 80%;
        margin: auto;
        text-align: center;
        margin-top: -70px;
        border-radius: 10px 10px 0px 0px;
    }

    .main-tabs {
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px #0000001a;
        width: 90% !important;
        margin: auto !important;
    }

    .boxes .my-list li {
        margin-bottom: 12px;
    }

    .tabcontent .boxes ul li {
        font-size: 14px;
        text-align: center;
        justify-content: space-between;
    }

    .tabcontent .detl-included {
        padding: 0px 0px 20px !important;
    }

    .tabcontent {
        /* box-shadow: 0px 0px 10px 0px #0000001a; */
        padding: 5px 0px 0px;
        border-radius: 10px;
    }
}

/************************* Car Listing Taxonomy Page *************************/

body .site-content .ast-container {
    display: block !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Make sure it's above all other content */
}

.loader-content {
    text-align: center;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #32bd67;
    /* Updated color */
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .car-btn.active {
    background-color: #32bd67;
    color: #fff;
  
}
 */
/* .car-btn-mobile.active {
    background-color: #32bd67;  
    color: #fff;
  
} */

/************************* Archive Car Listing Taxonomy Page *************************/
.archive-car-listing-sec {
    max-width: 1175px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 0px;
}
.archive-car-listing {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.archive-car {
    width: 100%;
    height: auto;
    gap: 0px;
    border-radius: 14px;
    opacity: 0px;
    background: #f4f6f5;
    box-shadow: 0px 0px 10px 0px #0000001a;
    padding: 43px 113px;
    margin: 70px 0px 20px;
}
@media(max-width:768px) {
    .archive-car-listing-sec {
    
    margin-top: 60px;
}
}

@media (max-width: 390px) {
    .elementor-testimonial-name:before {
      top: 97%;
  }
  .main-card {
    
    margin-top: 80px;
    width: 93%;
  
  }
  .product-buttons .btn-2 {
    padding: 8px 12px;
    width: 100px;
  }
  .product-buttons .btn-1 {
    padding: 8px 14px;
   
  }
  .product-card .product-icons {
    gap: 13px !important;
  }
  .hfe-nav-menu__toggle {
    position: fixed;
    top: 10px;
    right: 11px;
    z-index: 10000;
  }
  .main-card:hover .divider {
    width: 238px;
  }
  .iner-start {
    width: 25%;
  }
  .inner-logs {
    width: 35%;
  }
  .rent-card .card-desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    min-height: 85px;
  }
  }
