
	/**  Code css 30-01-2025 *****/
.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.custom-pagination ul {
    display: flex;
    list-style: none;
/*     padding: 0;
    margin: 0; */
    gap: 5px;
}

.custom-pagination li {
    margin: 0;
}

.custom-pagination .page-numbers {
    padding: 8px 14px;
    background: transparent;
    color: #D9D9D9;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    font-family:"Blinker" !important;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    text-align: center;
    text-align: center;
    justify-content: center;
    margin:20px 0 40px 0;
}

.custom-pagination .page-numbers:hover {
    background: transparent;
    color: #fff;
}

.custom-pagination .current {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
    cursor: default;
}


	
.CarRental_wrapp .head_bx.yah_rent_head .greview {
	width:77%;
}

.greview {
	display: flex;
    align-items: center;
}
.greview img {
	margin-top:10px;
}
	.greview span{	margin: 0px 10px;
		line-height:0;
	}
	
	.greview span a{
		color:#D9D9D9!important;
		font-family:"Blinker";
		font-weight:600;
		font-size:24px;
		line-height:28.8px;
	}
/* .greview span a{
	color:#D9D9D9!important;
	font-family:"Blinker";
	font-weight:600;
	font-size:24px;
} */
.greview span a:hover{
	color:#D9D9D9!important;
}

	.CarRental_wrapp{
		padding:0px 0 20px;
	}
	
	.CarRental_wrapp .head_bx{    gap: 80px;}
	@media (min-width: 320px) and (max-width: 990.5px) {
		.CarRental_wrapp .head_bx{    gap:15px;}
		.CarRental_wrapp .head_bx.yah_rent_head .frm_grp {
        	width: 50%!important;
		}
	}
@media (min-width: 320px) and (max-width: 768.5px) {
	.CarRental_wrapp .head_bx{    gap:0px;}
.CarRental_wrapp .head_bx {
    max-width: 90%;
    margin: 0 auto;
}
	
		.greview span a{
	font-size:12px;
	line-height:14.4px;
}
	.gmobile{display:none!important;}
	.CarRental_wrapp .head_bx.yah_rent_head .greview {
    width: 100%;
}
	.mob_show {display:none!important;}
	.slider_crd_rent {
	margin-bottom: -1px;
    padding: 40px 0px 30px;
}
}


	del {
    font-weight: 300;
}
.banner_CarRental {
    position: relative;
    text-align: center;
	background:rgb(0 0 0 / 37%);
}
.logoDef {
    position: absolute;
    z-index: 6;
    top: 16px;
    left: 20px;
    object-fit: cover;
}
	.logoDef img {
		border-radius:0px!important;
	}
.img_media {
    width: 100%;
    height: auto;
    display: block;
}
.socail_list ul li span:first-child {
    position: relative;
    top: 2px;
}
.banner_content {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    text-align: center;
    padding: 20px;
	max-width:860px;
	width:100%;
}

.banner_content h1, .banner_content h2 {
    font-family: Blinker;
    font-weight: 600;
    font-size: 54px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}

.banner_content h1 span, .banner_content h2 span {
    font-family: Blinker;
    font-weight: 300;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
/*     vertical-align: middle; */
    text-transform: uppercase;
}
	.banner_content h1 span {
    color: #0f3550;
    font-weight: 600;
}
.banner_content .btnn {
   
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-family: "Blinker";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16.8px;
}

.banner_content .btnn:hover {
    background-color: #fff; /* Button hover color */
    color: #1A1A1A;
}
	.btnn img {
    vertical-align: middle;
    padding-bottom: 5px;
    margin-right: 5px;
}
.banner_content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px 40px;
}

.banner_content ul li {
    display: flex;
    margin: 5px;
    width: calc(50% - 20px); /* For desktop, show 2 items per row */
    font-family: Blinker;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
}

.banner_content ul li span.icnimg {
    margin-right: 10px;
}

.banner_content ul li img {
    width: 24px; /* Adjust size of the icon image */
    height: auto;
}

.right-icons {
    position: fixed;
    right: 10px; /* Position it to the right */
    top: 68%; /* Position it in the vertical middle */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition for fading in/out */
}

.right-icons.show {
    opacity: 1; /* Show the icons when this class is added */
}
	.sicon-container {
		display:contents;
	}
.right-icons .sicon-container img {
	display:flex;
    margin: 10px 0; /* Space between icons */
    cursor: pointer; /* Pointer cursor on hover */
}

.right-icons .sicon-container img:hover {
    opacity: 0.7; /* Slight hover effect */
}
/*
.yslick-slider {
    width: 100%;
    max-width: 100%; 
}

.yslick-slider img {
    width: 100%;
    height: auto;         
}

.img_bx {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.lg_type {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}	
	*/
@media (max-width: 768px) {
	.banner_content {
		top: 55%;
	}
	.banner_content h1, .banner_content h2 {
		font-size: 22px;
		text-align: center;
		line-height:40px;
	}
	.banner_content h1 span, .banner_content h2 span {
		font-size: 22px;
		text-align: center;
		vertical-align: middle;
		display: block; 
		margin-bottom: 20px;
	}
	.banner_content ul{
		    width: 70%;
    		margin: 0 auto;
	}
    .banner_content ul li {
        width: 100%; /* For mobile/tablet, show 1 item per row */
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
    }
	.banner_content ul li img {
		width: 19px; /* Adjust size of the icon image */
		height: auto;
	}
	.right-icons {display:none;}
	.banner_content .btnn {
		line-height:70px;
	}
	.banner_content ul li span.icnimg {
    margin-right: 5px;
}
}

/* Simple Image Slider CSS */
.image-slider {
    position: relative;
    width: 100%;
    height: 350px; /* Adjust as needed */
    overflow: hidden;
}

.slider-item {
    display: none; /* Hide all images initially */
    width: 100%;
	height: 350px;
}

.slider-item img {
    width: 100%; /* Ensure images fill the container */
    height: auto;
}

.image-slider .slider-item:first-child {
    display: block; /* Show the first image */
}

/* Optional: Style for navigation arrows (for manual control) */
/* .slider-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    width: 100%;
} */
/* .slider-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
} */
	
.slider-pagination {
    text-align: center;
    margin-top: -30px;
	    z-index: 999;
    position: relative;
}

.slider-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.slider-bullet.active {
    background-color: #fff;
}
.wyt{
		vertical-align: middle;
    	margin-left: 20px;
	}
@media (max-width: 768px) {
.image-slider {
    width: 100%;
    height: auto;
}
	.slider-item{
		height: auto;
	}
	.slider-pagination {
    margin-top: -70px;
}
}	

/* Default style for mobile-right-icons (hidden by default) */
.mobile-right-icons {
    margin-top: 20px;
}
.mobile-sicon-container a img {
        width: 54px; /* Set icon size */
        height: 45px;
    }
.list_CarRental .card_bx{
		padding-top:50px;
	border-radius: 20px;
	position:relative;
	background: linear-gradient(180deg, #0f3550 0%, #4a708c 100%);
}	
.list_CarRental .card_bx .img_bx {
    height: 280px;
    object-position: center;
}

.list_CarRental .card_bx .img_bx .image-slider {
    height: 280px;
}

.list_CarRental .card_bx .img_bx .image-slider .slider-item {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 280px;
}

.list_CarRental .card_bx .img_bx .image-slider .slider-item img {
    border-radius: 20px 20px 0 0;
     object-position: bottom; 
}

.list_CarRental .card_bx .cont_bx {
	background: #242424;
	 border-radius:0 0 20px 20px ;
	}

.list_CarRental .card_bx .cont_bx>a {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.list_CarRental .card_bx .cont_bx a h3 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
}

.list_CarRental .card_bx .aed_grp {}

.list_CarRental .card_bx .aed_grp h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.list_CarRental .card_bx .aed_grp h4 .icon {}
	.list_CarRental .card_bx .cont_bx p{font-weight: 600;
font-size: 18px;
text-transform: uppercase;
color: #fff;}
.list_CarRental .card_bx .btn_grp {gap:20px;}

.list_CarRental .card_bx .btn_grp .btn {
	border-radius: 70px;
padding: 12px 20px;height: 48px;
	background: linear-gradient(90deg, #737373 0%, #d9d9d9 100%);
	}
	.list_CarRental .card_bx .btn_grp .btn:first-child:hover svg path{fill:#fff;}
.list_CarRental .card_bx .btn_grp .btn:hover{
		border: 1px solid #d9d9d9;
		background: radial-gradient(166.67% 50% at 50% 50%, #2276b2 0%, #0f3550 100%);
}
	.list_CarRental .card_bx .btn_grp .btn:last-child:hover{
		border: 1px solid #d9d9d9;
	background: radial-gradient(79.69% 79.69% at 50% 50%, #2279b6 0%, #0f3550 100%);
}
.list_CarRental .card_bx .btn_grp .btn + .btn {
	background: linear-gradient(90deg, #0f3550 0%, #2279b6 100%);
	}
/*.list_CarRental .card_bx .aed_grp h4 span:last-child {*/
/*    font-weight: 300;*/
/*    font-size: 18px;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*}	*/
	

.list_CarRental .card_bx .aed_grp p span:last-child {
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
	.socail_list {
    border-radius: 50px;
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    background: linear-gradient(90deg, #0f3550 0%, #2279b6 100%);
    left: 50%;
    transform: translateX(-50%);
}

.socail_list ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.socail_list ul li {
    line-height: normal;
    display: block;
}

.socail_list ul li {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}
.slider-bullet.active {background: #fff;}

.slider-bullet {
    border-radius: 30px;
    width: 8px;
    height: 4px;
    background: #888;
}
.slider-pagination {
	margin-top: -70px;}
.socail_list ul li span+span {}
/* Media query for mobile devices */
@media (max-width: 768px) {
	.socail_list ul li {font-size:8px;}
	.list_CarRental .card_bx .cont_bx a h3{font-size:18px;}
	.list_CarRental .card_bx .aed_grp h4{font-size:18px;}
    /* Make mobile-right-icons visible on mobile */
    .mobile-right-icons {
        display: flex; /* Use flexbox to align items */
        justify-content: center; /* Center the icons horizontally */
        align-items: center; /* Center the icons vertically */
        width: 100%; /* Take full width */
        margin-top: 20px; /* Add some space at the top */
    }

    /* Style for the icon container */
    .mobile-sicon-container {
        display: flex; /* Make sure the icons are displayed inline */
        justify-content: center; /* Center the icons inside the container */
        gap: 10px; /* Space between the icons */
    }

    /* Style for each icon */
    .mobile-sicon-container a {
        display: inline-block;
        text-align: center;
    }

    .mobile-sicon-container a img {
        width: 45px; /* Set icon size */
        height: 36px;
    }
}