/*
Theme Name: carentem
Theme URI: 
Author: ody
Author URI: 
Description: Simple rent car theme for wordpress
Requires at least: 6.0
Tested up to: 6.5.5
Requires PHP: 5.7
Version: 1.7.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carentem
Tags: portfolio, grid-layout, wide-blocks, full-site-editing, full-width-template, custom, block, simple-theme
*/
p {margin:0px}
.mt-0{margin-top:0px !important}
.mb-0{margin-bottom:0px !important}
.mt-10 {
  margin-top: 10px !important;
}

/* Loader overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner animation */
.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #ddd;
  border-top: 5px solid #2968EE;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#carousel-wrapper.loading {
  height: 100vh;
  overflow: hidden;
}
	.title-head-nav h2 {
  font-size: 24px !important;
}
.top-tlp {
 text-decoration: none;
  color: black;
  background-color: #ff7e33;
  border-radius: 15px;
  width: 120px !important;
  display: inline-block;
	padding: 5px 15px;
  font-size: 20px;
}
.button-overlay-2 a {
  min-width: 150px;
  padding: 5px 15px;
  font-size: 20px;
}

/* WhatsApp SVG icon */
.button-overlay-2 a::before {
  content: "\f232";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-family: "Font Awesome 5 Brands";
  color: white;	
}


/* Phone SVG icon */
.button-overlay-1 a::before {
  content: "\f095";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
	font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: white;	
	transform: scaleX(-1);
}
.scroll-down-arrow {
position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  animation: bounce 1.5s infinite;
  z-index: 3;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

.bg-color {background-color: #256BF2;
  padding: 5px 20px;
  border-radius: 5px;}
.second-bg-color {background-color: #FFD166;
  padding: 5px 20px;
  border-radius: 5px;}

.top-hp {
display: flex;
  align-items: center;
  text-decoration: none !important;
  gap: 10px;
  padding: 0px 10px;
  color:#fff;
  cursor: pointer;
}
.top-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  text-align: center;
  align-content: center;
  align-items: center;
  display: grid;
	top: 100px;
	padding: 0px 20px;
}

.floating-wa {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.floating-wa.visible {
    opacity: 1;
    visibility: visible;
}
.title-head-nav {
  gap: 0px;
}
.atikalogo {
	gap: 0px;}
@keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #305aff;
  }
}


.atikaoverlay {
  animation: glow 1.5s ease-in-out infinite alternate;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
	display:none !important;
}
.bGactive {
  background-color: #256BF2 !important;
  color: #fff !important;
}
.sticky-nav {
    transition: all 0.3s ease-in-out;
}

.sticky-nav.bGactive {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.sticky-nav {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  align-content: center;
}
.slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.68); /* overlay color */
  z-index: 0;
}

/* Text wrapper */
.slide-text {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
  top: 40%;

  /* Optional: animation starting state */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}
.owl-carousel .item {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  width: 100%;
  max-width: 1550px;
}

.topline a:hover {
  background: rgba(0,0,0,0.2);
  border-radius: 15px;
  padding: 10px;
}	
}
.topline a:hover b {
  color:orange;
}
.head-atika {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 45px;
  color: #fff;	
}
.relative {
  position: relative;
	width: 100%;
    height: 80vh; /* Pastikan head-top menutupi layar penuh */
    z-index: 1; /* Pastikan head-top di atas elemen lain */	
}
.slide-overlay {
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.68);
  z-index: 2;
  width: 100%;
}
.index-slide {
  margin-top: 0px;
}
.index-slide img {
  height: 600px !important;
  object-fit: cover;	
}
.owl-carousel .owl-item {
    overflow: hidden;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #093bff, 0 0 40px #305aff, 0 0 50px #233af4, 0 0 60px #1e35f1, 0 0 70px #3235f1, 0 0 80px #224cf2;
  }
}
@-webkit-keyframes head-options {
  from {
    text-shadow: 0 0 20px #fff, 0 0 30px #093bff, 0 0 40px #305aff, 0 0 50px #233af4, 0 0 60px #1e35f1, 0 0 70px #3235f1, 0 0 80px #224cf2;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #093bff, 0 0 40px #305aff, 0 0 50px #233af4, 0 0 60px #1e35f1, 0 0 70px #3235f1, 0 0 80px #224cf2;
  }
}
@media (prefers-reduced-motion: no-preference) {
    .animate-ambient {
        animation: animateAmbient 20s linear infinite;
    }
    @keyframes animateAmbient {
        0% {
        transform: rotate(0deg) translateX(.5em) rotate(0deg) scale(1.12);
        }
        100% {
        transform: rotate(360deg) translateX(2em) rotate(-360deg) scale(1.12);
        }
    }
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
}
#absolute {
  margin-top: -90px;
  position: absolute;
  z-index: 3;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: rgb(37, 107, 242);
  border-radius: 25px;
}
.option-car {
  padding-top: 85px;
  padding-bottom: 60px;	
}
.head-option {
  padding-top: 20px;
  border: 1px solid transparent;	
}
.head-options {

}	
.head-options::after {
  content: "_____";
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  margin-top: -25px;
}
.head-cat {
  padding: 10px 30px;
  border: 1px solid #b5c8ff;
  border-radius: 15px;
  background-color: transparent;
  cursor: pointer;
  color: #fff !important;
	-webkit-box-shadow: 0 10px 17px -8px rgba(0, 0, 0, .75);
  box-shadow: 0 10px 17px -8px rgba(0, 0, 0, .75);
}
.head-cat:hover {
  background-color: rgba(0,0,0,0.2);
  color:#fff !important;
}
.head-cat a {
  text-decoration: none;
  color: #fff;
}
.catcus {
  padding-bottom: 10px;
}
.section-3 {
  margin-top: 0px;
  margin-top: 0px;
  padding-top: 10px !important;
  padding-bottom: 60px !important;
}
.car-item {
  border: 1px solid #b5c8ff;
  border-radius: 10px;
  padding: 0px 0px 10px 0px;
  --webkit-box-shadow: 0 10px 17px -8px rgba(0, 0, 0, .75);
  box-shadow: 0 10px 17px -8px rgba(0, 0, 0, .75);
}
.section-4 {
  padding-top: 10px !important;	
}
.img-cover img {
  width: 400px;
  height: 335px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.reverst {
  transform: rotate(-180deg);
}
.read-more {
  padding-top: 20px;
  border-bottom: 2px dotted #256BF2;
  padding-bottom: 5px;
  width: fit-content;
}
.why-us {
  margin-bottom: 60px;
}
.benefit-point {
  margin-top: 5px;
  padding-bottom: 25px;
}
.benefit-point::after {
  content: "____";
  display: flex;
  align-content: center;
  justify-content: center;
  color: #256BF2;
  margin-top: -25px;
}
.list-car {
  position: relative;
  max-width:450px;
  border-radius: 15px;	
}
.list-car img {
	height:290px;
	padding-top: 50px;
}
.h-list {
  gap: 10px;
}
.harga {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #256BF2;
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  line-height: 1em;
  gap: 5px;
  display: grid;
}
.tombol-book {
  border: 1px solid transparent;
  padding: 10px;
  background-color: #256BF2;
  border-radius: 10px;
}
.tombol-book a:hover {
  color: #111;
}
.tombol-book a {
  text-decoration: none;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.seat {
}
.footer-top {
  background-color: #256BF2;
}
.top-banner {
  position: relative;
  color:#fff	
}
.top-banner img {
  max-height: 300px;
  object-fit: cover;
}
.overlay-page {
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.68);
  width: 100%;
  height: 300px;	
}
.link-booking a {
  color: #fff;
}
.auto_transmission {
  background: url('https://atikatrans.com/wp-content/uploads/2024/08/auto_transmission_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.png') no-repeat 50% 50%;
  background-size: 28px 28px;
  height: 28px;
  width: 50px;
  color: black;
}
.search_hands_free {
  background: url('https://atikatrans.com/wp-content/uploads/2024/08/search_hands_free_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.png') no-repeat 50% 50%;
  background-size: 28px 28px;
  height: 28px;
  width: 50px;
  color: black;
}
.gas-pump {
  background: url('https://atikatrans.com/wp-content/uploads/2024/08/local_gas_station_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.png') no-repeat 50% 50%;
  background-size: 28px 28px;
  height: 28px;
  width: 50px;
  color: black;
}
.airline_seat_recline_normal {
  background: url('https://atikatrans.com/wp-content/uploads/2024/08/airline_seat_recline_extra_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.png') no-repeat 50% 50%;
  background-size: 28px 28px;
  height: 28px;
  width: 50px;
  color: black;
}
.floating-wa{
	position:fixed;
	width:30px;
	height:30px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
	padding: 10px;
}
.mobile-title{
	display:none
}
.table-head {
  background-color: #4D48BC;
  color: #fff;
  padding: 25px 30px !important;;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.tbody {
  padding-right: 35px;
}
.pratinjau {
  padding-right: 220px !important;
}
.col-0 {
  padding-right: 240px !important;
}
.nama-mobil, .col-1 {
  width: 200px;
  margin-right: 120px !important;
}
.harga-tabel, .col-2 {
  width: 200px;
  margin-right: 60px !important;
}
@media screen and (max-width: 600px) {
#carousel-wrapper {
  max-height: 100vh !important;
}	
.scroll-down-arrow {
	bottom: 90px; !important}	
.relative {
  position: relative;
	height: 60vh !important; }

	.section-mobile{
			padding-left:15px;
padding-right:15px;
	}
	.title-head-nav h2 {
  font-size: 24px !important;
}
.mobile-title{
	display:block !important;
	color: #fff;
}	
.mobile-title a {
		color: #fff;
		text-decoration:none;
	}	
.footer-top {
  padding-left: 45px;
}
.mt-20 {
  margin-top: 50px !important;
}	
.index-slide img {
  max-height: 400px !important;
  object-fit: cover;	
}
.h-list {
  gap: 24px;
}
.list-car img {
	height: auto;}	
.listCar{
	padding-left:15px;
padding-right:15px;
	}
.list-car {
    max-width: 450px !important;
    padding: 35px !important;
  }
.pl-10 {
  padding-left: 10px !important;
}
.top-hp {
		font-size: 12px;
		padding: 0px;
		gap: 5px;
	}	
.head-logo {
  padding-bottom: 15px;
}
	#absolute {
		max-width: 95%;
	}	
.section-4 {
	padding-top: 10px !important;}	
.head-options {
		font-size: 25px !important;
	}
.head-cat{
		font-size: 20px !important;
	}	
.head-options::after {
  margin-top: -15px !important;
}	
.mobile-none{
	display:none;
	}	
.mobile-center {
  justify-content: center !important;
}	
.topline a:hover {
  background: transparent !important;	
  padding: 0px !important;
}
.mobile-margin {
  margin-top: -25px !important;
  padding-bottom: 20px;
}
.top-banner img {
  min-height: 300px;
}
.des-page {
  font-size: 15px !important;
}
.nama-mobil {
  text-align: left !important;
}	
.pratinjau, .kategori, .col-0, .col-3 {
	display : none !important
	}
.tbody {
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.tabel {
  padding-left: 10px !important;
  padding-right: 10px !important;
}	
.col-1, .col-2 {
  margin-right: 0px !important;
}	
}