.all-pkg-div{
	width: 100%;
    margin: auto;
    background: #cc3b0e;
    padding: 35px;
}
.all-pkg-div form{
	padding:10px;
	padding-bottom: 29px;
}
.all-rent{
	width:1283px;
	margin:auto;
}
.rent-label label{
	display:none;
	}
	
.all-rent label{
	color:#fff;
	font-size: 28px;
	}
.all-rent select{
	margin-left: 57px;
	font-size: 28px;
	margin-top: 33px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #cdcdcd;
}
.all-rent h2{
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.all-rent h3{
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.all-rent h1{
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.all-select {
    background: #fff;
}
.details h1 {
    color: #dc2c1b;
    margin-bottom: 38px;
}
#price{
	color: #cc3b0e;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}
.details li {
    display: block;
    margin-left: 11px;
    font-size: 20px;
    line-height: 38px;
}	
.readonly-select {
    pointer-events: none;    /* blocks click, tap, wheel */
    background-color: #ffff; /* optional: show as readonly */
}			
.arrow{
	position: absolute;
    top: 34px;
    z-index: 9;
    font-size: 25px;
    left: 350px;
    color: #ffffff;
}
.arrows{
	position: absolute;
    top: 53px;
    z-index: 9;
    font-size: 25px;
    left: 350px;
    color: #ffffff;
    transform: rotate(180deg);
}		
.price-title{
	text-align:center;
}
.from{
	color: #cc3b0e;
    font-weight: bold;
}
.to {
	color:green;
    font-weight: bold;
}
.note{
	color: #275694;
    margin-top: 47px;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
	text-align:center;
	width:100%;
}
.button{
	color: #275694;
    margin-top: 47px;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
}
.button span{
    margin-left: 201px;
}
#cancel{
	color: #ffffff;
    font-size: 19px;
    background: #275694;
    padding: 10px 20px;
	border-radius: 7px;
	cursor:pointer
}
.add-cart a{
    font-size: 19px;
    padding: 10px 20px;
	border-radius: 7px;
	color:#fff;
	
}
.add-cart a:hover{
    text-decoration:none;
	
}
.submit-right{
	border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-left: 20px;
	background: #275694;
}
#cancel:hover{
    background: #cc3b0e;
}
.submit-right:hover{
    background: #cc3b0e;
}
.details img:hover {
    opacity:0.5;
	cursor:pointer
}
.details img {
    display:block;
}
#video {
    position:relative
}
#video:hover .img-text {
    display:block;
}
.img-text{
	position: absolute;
    top: 39%;
    left: 40%;
    font-size: 23px;
    font-weight: bold;
    font-family: monospace;
    pointer-events: none;
    padding: 10px;
	display:none
}
.foot-text h3{
	margin-top: 54px;
    font-weight: bold;
    font-style: italic;
	text-align:center;
	color: #285795;
}
.foot-text p{
	font-size: 18px;
    font-weight: initial;
    padding: 71px;
    line-height: 36px;
}
.cta-button {
    display: inline-block;
    padding: 3px 18px;
    color: #275694;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
	transition: background 0.3s ease;
    text-decoration: underline;
}
.cta-button:hover {
	color:#cc3b0e;
	text-decoration: underline;
}
.span-dark{
	background: linear-gradient(to bottom, rgba(24, 24, 24, 0) -44% -44% , rgba(24, 24, 24, 0) -141%, rgb(0 0 0) 92%);
    width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
	opacity:1;
}
.carrental{
	padding: 35px;
    padding-left: 0;
	background-size:100%;
	position:relative;
	} 
.carrental h1{
	color: #fff;
    padding: 0;
    margin: 0;
	}
.carrental h2{
	color: #275694;
    font-weight: bold;
    
	margin-top: 0;
}
#rental{
	//display:none !important;
}
.all-rent h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
	margin-top: 14px;
}
.all-pkg-div {
    width: 100%;
    margin: auto;
    background: none !important;
    padding: 35px;
	padding-top: 0 !important;
}
.relative{
	position:relative;
}
.need-car{
	background: rgb(255 0 0 / 50%);
    line-height: 61px;
	padding: 10px;
	color: #fff;
    font-weight: bold;
    margin-top: 0;
    font-size: 39px;
	
}
.micro{
	background: rgb(0 83 131 / 50%);
    color: #fff;
    padding: 9px;
    line-height: 43px;
	display:block;
}
:root { --backdrop: rgba(0,0,0,.65); }
/* Demo layout */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.card { border: 1px solid #e5e7eb; border-radius: 16px; padding: 16px; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.btn { display:inline-flex; align-items:center; gap:.5rem; background:#cc3b0e; color:#fff; border:none; padding:10px 14px; border-radius:12px; cursor:pointer; font-weight:600;font-size:20px; }
.btn svg { width:18px; height:18px; }
/* Modal */
.modal { position: fixed; inset: 0; display: none; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: var(--backdrop); }
.modal-panel { position: absolute;inset: 18% 50% 18% 50%; transform: translateX(-50%); width: min(960px, 92vw); height: min(70vh, 540px); background:#000; border-radius: 18px; box-shadow: 0 20px 80px rgba(0,0,0,.4); overflow:hidden; }
.modal-header { position:absolute; top:8px; right:8px; }
.close-btn { background: rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.25); border-radius:12px; padding:8px 12px; cursor:pointer; }
.iframe-wrap { width:100%; height:100%; }
.iframe-wrap iframe { width:100%; height:100%; border:0; display:block; }
/* Responsive tweak for short viewports */
@media (max-height: 560px) {
	.modal-panel { height: 84vh; }
}
.details-text{
	background: #e1e1e1;
    font-size: 18px;
    padding: 17px;
    line-height: 34px;
    margin: 14px;
    margin-top: 26px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: monospace;
}
.details-text span:nth-child(odd){
	color:#285795	
}
.details-text span:nth-child(even){
	color:#cc3b0e	
}
.details-txt-div{
	background:#fff;
}
:root{--bg:#0f1422;--text:#e8eef8;--muted:#9aa7bd;--card:#141b2f;--accent:#6ea8fe;--border:rgba(255,255,255,.12)}
*{box-sizing:border-box}
.rent-text{ font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial; ; }
#contact ul li a{color:#275694; text-decoration:none}
#contact ul li a:hover{color:#cc3b0e; text-decoration:underline}
a:hover{text-decoration:underline}
.wrap{max-width:1000px; margin:48px auto; padding:0 18px}
header h1{font-size:clamp(1.6rem,3vw,2.2rem); margin:0 0 8px}
header p{
	color: #285795;
    margin: 0 0 24px;
    font-size: 21px;
    width: 99%;
    font-weight: bold;
}
.grid{display:grid; gap:18px}
@media (min-width: 820px){ .grid-2{ grid-template-columns: 1fr 1fr; } }
section{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02)); border:1px solid rgb(0 0 0 / 12%); border-radius:16px; padding:18px}
h2{font-size:clamp(1.2rem,2.2vw,1.6rem); margin:0 0 12px}
.grid ul{
	padding-left: 20px;
    margin: 0;
    font-size: 20px;
    text-align: justify;
}
.grid-2 li{margin:6px 0}
.tag{display:inline-block; padding:6px 10px; border:1px solid rgb(0 0 0 / 12%); border-radius:999px; color:var(--muted); margin:4px 6px 0 0}
.cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}
.btn{border:1px solid var(--border); background:#cc3b0e; color:var(--text); padding:10px 14px; border-radius:12px; font-weight:700; cursor:pointer}
.btn:hover{background:#275694;color:#fff;  }
.btn-primary{
	background: #275694;
    color: #fff;
    border: none;
}
.btn-primary:hover{
	background: #cc3b0e;
}
.notes{color:var(--muted); font-size:.95rem}
footer{color:var(--muted); text-align:center; margin:26px 0}
.blurb{font-weight:700; background:#f1f3f9; border:1px dashed var(--border); border-radius:12px; padding:12px 14px}

header h1{
	font-weight:bold;
	color: #cc3b0e;
}
.grid h2{
	color: #cc3b0e;
    font-weight: bold;
}
.cart-div{
	padding:20px;
	padding-top:0px;
}
.cart-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
	margin-left: 0;
}
.cart-table th, .cart-table td {
	padding: 15px 8px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.cart-table th {
	background-color: #285795;
	color: white;
	font-size: 16px;
}
.cart-table tr:hover {
	background-color: #f1f1f1;
}
.cart-table td:last-child {
	font-weight: bold;
	color: #009444;
}
.cart-title{
	font-family: 'Poppins';
}

#rent-title{
	
	text-align:center;
}
tbody tr td:nth-child(7){
			color:red;
			}
			tbody tr td:nth-child(3){
			max-width: 311px;
			}
			.cart-table td span{
			background: #285795;
			padding: 16px;
			color: #fff;
			cursor:pointer;
			}
			#place-color span{
			background: inherit;
			padding: 16px;
			color: #b12828;
			cursor: pointer;
			font-weight:bold;
			}
			#place-color span:nth-child(odd){
			background: inherit;
			color: #285795;
			cursor: inherit;
			background:inherit;
			padding: 0;
			margin: 0;
			}
			#place-color span:nth-child(even){
			background: inherit;
			color: #cf533b;
			cursor: inherit;
			background:inherit;
			padding: 0;
			margin: 0;
			}
			#place-color{
			text-align:right;
			}
			tbody input{
			color: #000;
			padding: 5px;
			width: 156px;
			}
			.form-div{
						display: inline-block;
						box-shadow: -1px 1px 8px 6px #e9e0e0;
						width: 100%;
						}
						.form-section{
						float: left;
						width: 20%;
						padding: 17px 13px;
						}
						.form-section label{
						display: block;
						}
						.form-section select,.form-section input{
						width: 100%;
						padding: 10px;
						font-size: 18px;
						}
						.form-section label{
						display: block;
						}
						.form-section input[type=submit]{
						background: #285795;
						color: #fff;
						width:129px;
						transition: all 0.5s;
						}
						.form-section input[type=submit]:hover{
						background: #cf533b;
						border:none;
						transition: all 0.5s;
						
						}
		
		#total-cart{
			text-align:right;
			font-weight:bold;
			}
		#car-price{
			
			font-weight:bold;color:red
			}
		
		
						
@media only screen and (max-width:767px) 
{ 
.cart-div {
		padding: 0;
    padding-top: 0px;
}

.cart-table th {
    background-color: #285795;
    color: white;
    font-size: 12px;
}
.cart-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0;
    font-size: 12px;
}
.cart-table th, .cart-table td {
    padding: 5px 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 20px;
    }
	
tbody input {
    color: #000;
    padding: 1px;
    width: 93px;
}	
.form-div {
    display: inline-block;
    box-shadow: -1px 1px 8px 6px #e9e0e0;
    width: 100%;
	padding: 14px;
}	
.form-section {
                    float: left;
        width: 100%;
        padding: 10px 3px;
        font-size: 13px;
}	
.form-section select, .form-section input {
    width: 100%;
        padding: 2px;
        font-size: 14px;
}	
.form-section input[type=submit] {
    background: #285795;
        color: #fff;
        width: 115px;
        transition: all 0.5s;
        margin-top: -26px;
        font-size: 18px;
}	
.carrental {
    padding: 0px;
    padding-left: 0;
    background-size: auto 100%;
    position: relative;
}	
.need-car {
    background: rgb(255 0 0 / 50%);
    line-height: 24px;
    padding: 10px;
    display: block;
	color: #fff;
    font-weight: bold;
    margin-top: 0;
    font-size: 24px;
}	
.all-pkg-div {
    width: 100%;
    margin: auto;
    background: none !important;
    padding: 0;
    padding-top: 0 !important;
	}	
	.all-rent {
    width: 100%;
    margin: auto;
}
.all-pkg-div form {
    padding: 0;
    padding-bottom: 29px;
}	
.all-rent select {
    margin-left: 0;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #cdcdcd;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}	
.details li {
    display: block;
    margin-left: 11px;
    font-size: 20px;
    line-height: 28px;
}	
#cancel {
    color: #ffffff;
    font-size: 19px;
    background: #275694;
    padding: 10px 20px;
    border-radius: 7px;
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
    width: 124px;
}	
.price-title {
    text-align: center;
    font-size: 15px;
}	
.details-text {
    background: #e1e1e1;
    font-size: 12px;
    padding: 10px;
    line-height: 24px;
    margin: 12px;
    margin-top: 26px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: monospace;
}	
.note {
    color: #275694;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
	display: block;
}	
.submit-right {
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-left: 20px;
    background: #275694;
    margin-top: 22px;
}	
.foot-text h3 {
    margin-top: 4px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 18px;
	color: #285795;
}	
.foot-text p {
    font-size: 15px;
    font-weight: initial;
    padding: 5px;
    line-height: 26px;
}	
#place-color {
    text-align: center;
}	
     .cart-table td:first-child {
        background: #c83b11;
        color: #fff;
    }	
	 
#total-cart{
			text-align: right;
        font-weight: bold;
       color:#285795;
        width: 50%;
		background:transparent;
			}	
	
	#car-price{
			        font-weight: bold;
        color: #ff0000;
        width: 50%;
        text-align: left;
			}
			#tr-id{
				background:#feff00;
				color:#fff;
				}
	
	.micro {
    background: rgb(0 83 131 / 50%);
    color: #fff;
    padding: 9px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    text-align: justify;
}
	
}
					