@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Russo+One&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --heading-font:"Poppins", sans-serif;
    --body-font:"Poppins", sans-serif;
    --white-color:#ffffff;
    --black-color:#000000;
    --light-black-color:#1E1E1E;
    --medium-black-color:#434343;
    --medium-two-black-color:#808080;
    --yellow-color:#F6BC1A;
    --deep-yellow-color:#FF9600;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: var(--body-font);
}

/*::selection {
    background-color: #D4DC27;
    color: #fff;
    text-shadow: none;
}*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: var(--heading-font);
}

p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: var(--body-font);
	font-weight: 400;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {border: none;box-sizing: border-box;}

a {text-decoration: none;outline: none !important;transition: 0.5s;}

html {scroll-behavior: smooth;}
.p-80 {
    padding: 80px 0;
}

.p-100 {
    padding: 100px 0;
}
.btn {
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 600;
    padding: 0.8rem 1.3rem;
    border: 1px solid;
    border-radius: 30px;
    outline: none;
}
.btn-white{
    border-color: var(--white-color);
    background-color: var(--white-color);
    color: var(--black-color);
}
.btn-white:hover, .btn-white:focus{
    border-color: var(--yellow-color);
    background-color: var(--yellow-color);
    color: var(--black-color);
}
.btn-yellow{
    border-color: var(--yellow-color);
    background-color: var(--yellow-color);
    color: var(--black-color);
}
.btn-yellow:hover, .btn-yellow:focus{
    border-color: var(--white-color);
    background-color: var(--white-color);
    color: var(--black-color);
}
/*// backToTop //*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    padding: 10px;
    background-color: var(--yellow-color);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: 0.6s;
}
#backToTop .fa-arrow-up { font-size: 18px; color: var(--black-color); top: -1px; position: relative; }
#backToTop:hover { background-color: #000000; }
#backToTop:hover .fa-arrow-up{
    color: var(--white-color);
}
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/
/*-- header area start --*/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 1rem 0;
}
.header-area .logo{
    width: clamp(150px, 100%, 150px);
}
.header-area .logo img{
    width: 100%;
    object-fit: contain;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
}
.banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
}
.banner-area .banner-content h1{
    color: var(--white-color);
    font-size: 40px;
  line-height: 65px;
}
.banner-area .banner-content h1 span{display: block;
  color: #FF9600;
  font-size: 80px;}

.banner-area .banner-content h6{color: #fff;
  font-size: 20px;margin-top: 10px;}

.banner-area ul{ padding: 5px 0px 0px 0px;
  margin: 0px;
  width: 100%;
  position: absolute;
  left: 0px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dddddd52;}
.banner-area ul li{display: inline-block;
  color: #fff;
  border-right: 1px solid #f6bc1ae0;
  width: 100%;
  font-size: 17px;
  text-align: center;
  padding: 15px 0px;}
.banner-area .banner-content .text{
    position: relative;
    color: var(--white-color);
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
}
.banner-area .banner-content .text::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: calc(100% - 120px);
    background: #FFFFFF;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    transform: translateY(22px);
}
.banner-area .banner-content .text:last-child::before {
    background: #FFFFFF;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    right: auto;
    left: 0;
    width: calc(100% - 225px);
}
.banner-area .banner-content .btn-group{
    padding-top: 45px;
}
.banner-area .banner-content .btn-group .btn{
    margin: 0 10px;
    border-radius: 30px !important;
}
.banner-area .banner-content{
    padding: 145px 0;
}
/*-- banner area stop --*/
/*-- heading start --*/
.heading h2, .heading h3{
    color: var(--yellow-color);
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    text-transform: uppercase;
}
.heading .tag{
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}
/*-- heading stop --*/
/*-- whychoose area start --*/
.whychoose-area .heading{
    width: clamp(647px, 100%, 647px);
    margin: 0 auto 35px;
}
.whychoose-box .icon-box {
    width: clamp(111px, 100%, 111px);
    height: 111px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 44px rgb(0 0 0 / 7%);
    margin: 0 auto 16px;
    transition: 0.5s;
}
.whychoose-box:hover .icon-box{
    transform: rotateY(360deg);
}
.whychoose-box .icon-box img{
    width: auto;
    height: 55px;
    object-fit: contain;
}
.whychoose-box h4{
    color: var(--black-color);
    font-size: 18px;
    font-family: var(--body-font);
    line-height: 28px;
    padding: 0 25px;
}
/*-- whychoose area stop --*/
/*-- service area start --*/
.service-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-area .heading .tag{
    color: var(--white-color);
}
.service-area .heading{
    margin-bottom: 35px;
}
.service-box{
    height: 371px;
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 10px;
}
.service-box img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.service-box:hover img{
    transform: scale(1.1);
}
.service-box .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: clamp(90%, 100%, 95%);
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    padding: 22px;
    border-radius: 10px;
    transform: translateY(-15px);
}
.service-box .text-box h3{
    color: var(--light-black-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
}
/*-- service area stop --*/
/*-- testimonial area start --*/
.testimonial-area.p-80{
    padding-bottom: 60px;
}
.testimonial-area .heading{
    width: clamp(505px, 100%, 505px);
    margin: 0 auto;
}
.testimonial-box {
    border-radius: 21px;
    filter: drop-shadow(0px 4px 27.7px rgba(0, 0, 0, 25%));
    background-color: var(--white-color);
    padding: 40px;
}
.testimonial-carousel .owl-stage{
    padding: 50px 0;
}
.testimonial-box .star {
    font-size: 14px;
    color: var(--deep-yellow-color);
    margin: 0 0 15px;
}
.testimonial-box p{
    color: var(--medium-black-color);
}
.testimonial-box .testimonial-admin {
    padding-top: 25px;
}
.testimonial-box .testimonial-admin .testimonial-img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-box .testimonial-admin .testimonial-img img{
    width: 100%;
    object-fit: cover;
}
.testimonial-box .testimonial-admin .testimonial-body{
    padding-left: 1rem;
}
.testimonial-box .testimonial-admin .testimonial-body h5{
    color: var(--black-color);
    font-size: 24px;
    font-family: var(--body-font);
    line-height: 34px;
    margin: 0 0 0;
}
.testimonial-box .testimonial-admin .testimonial-body h6{
    font-family: var(--body-font);
    font-size: 15px;
    color: var(--medium-two-black-color);
}
.testimonial-carousel .owl-nav{
    margin: 0;
}
.testimonial-carousel .owl-nav .owl-prev span, .testimonial-carousel .owl-nav .owl-next span{
    display: none;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid var(--black-color) !important;
    transition: 0.5s;
    margin: 0 8px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 37% !important;
    background-image: url(../images/arrow.png) !important;
}
.testimonial-carousel .owl-nav .owl-next{
    transform: rotate(180deg);
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover{
    border-color: var(--yellow-color) !important;
    background-color: var(--yellow-color);
}
/*-- testimonial area stop --*/
/*-- contact area start --*/
.contact-area .heading{
    width: clamp(505px, 100%, 505px);
    margin: 0 auto 35px;
}
.contact-form{
    width: clamp(939px, 100%, 939px);
    margin: 0 auto;
    border-radius: 19px;
    padding: 45px;
    background-color: var(--white-color);
}
.contact-form h4{
    color: var(--black-color);
    font-size: 36px;
    font-weight: 700;
    font-family: var(--body-font);
    line-height: 46px;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: center;
}
.form-control {
    border: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
  color: #4c5053d6;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  transition: 0.5s;
  border-radius: 5px;
  padding: 5px 10px;
	background: #e9e9ed;
}
.form-control:focus{
    box-shadow: none;
    border-bottom-color: rgb(0 0 0);
}
.form-control::placeholder{
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
}
.contact-form .btn{
    padding: 12px 30px;
    margin: 15px 0 0;
}
.contact-form .btn-yellow:hover{
    border-color: var(--black-color);
    background-color: var(--black-color);
    color: var(--white-color);
}
/*-- contact area stop --*/
/*-- serving area start --*/
.serving-img{
    position: relative;
    padding-bottom: 35px;
}
.serving-img img{
    width: clamp(411px, 100%, 411px);
    height: 531px;
    object-fit: contain;
    border-radius: 8px;
}
.serving-img img:last-child{
   width: clamp(244px, 100%, 244px);
   height: 280px;
   position: absolute;
   bottom: 0;
   right: 0;
}
.serving-content-box .heading {
    margin: 0 0 16px;
}
.serving-content-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black-color);
    margin: 0 0 20px;
}
.serving-content-box ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black-color);
    position: relative;
    padding-left: 25px;
    margin: 0 0 16px;
}
.serving-content-box ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/location.png);
}
.serving-content-box {
    padding-left: 45px;
}
/*-- serving area stop --*/
/*-- footer area start --*/
.footer-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://royalchauffeurmelbourne.com.au/wp-content/uploads/2026/02/footer-bg.webp);
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer-area .heading h3{
    margin-bottom: 16px;
}
.footer-area .heading p {
    color: var(--white-color);
    margin: 0 0 30px;
}
.footer-area .heading {
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.copyright{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.copyright-area .logo {
    width: 127px;
    transform: translateX(-20px);
}
.copyright-area .logo img{
    width: 100%;
    object-fit: contain;
}
.copyright-area{
    padding-top: 20px;
}
.privacy ul li {
    display: inline-block;
    padding-right: 16px;
    margin-right: 8px;
    position: relative;
}
.privacy ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.privacy ul li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: var(--white-color);
    transform: translateY(5px);
}
.privacy ul li:last-child::before{
    display: none;
}
.privacy ul li a{
    color: var(--white-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.privacy ul li a:hover{
    color: var(--yellow-color);
}
/*-- footer area stop --*/


textarea {
  resize: vertical;
  height: 110px !important;
}





/* ======================================================================= */
    /* faqsec  start */
/* ======================================================================= */
.faqsec {
    width: 100%;
}
.faqsec .title3 {
    width: 65%;
    margin: 0 auto 40px;
    text-align: center;
}
.faqsec .accordion { width: 100%; margin: 0 auto 0; }
.faqsec .accordion-item { border: none; margin-bottom: 15px; background-color: #fff; border-left: 2px solid var(--deep-green); }
.faqsec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.faqsec .accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.faqsec .accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.faqsec .accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.faqsec .accordion-button:not(.collapsed) { box-shadow: none; color: #000; font-weight: 500; background-color: #fff; }
.faqsec .accordion-button {  color: var(--deep-green); padding: 15px; font-size: 22px; font-weight: 500; box-shadow: 0px 0px 5px 0px #ddd; }
.faqsec .accordion-button span {  color: #f6bc1a; margin-right: 10px; }
.faqsec .accordion-body { padding: 0 15px 15px 15px; }
.faqsec .accordion-body p { font-size: 15px; width: 100%; margin: 0 auto; padding: 15px; background-color: #fff; border-radius: 10px; }
.faqsec .accordion-button::after {
    background-color: #ffffff;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: 6px 7px;
    background-size: 15px;
    border: 1px solid #f6bc1a;
}
.faqsec .accordion-button:not(.collapsed)::after { background-color: #f6bc1a; }
.faqsec .accordion-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #ddd;
}
.faqsec .accordion-item:first-of-type { border-top-left-radius: 12px; border-top-right-radius: 12px; }
.faqsec .accordion-item:last-of-type { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }

.faqsec b, .about_body b {
    color: var(--deep-green);
}

/* Default state icon – bold white */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='2' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

/* Active (expanded) state – bold white rotated */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='2' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-width='2' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}



/* ======================================================================= */
    /* our_fleets start */
/* ======================================================================= */
.our_fleets {
    width: 100%;
}

.our_fleets_card {
    width: 100%;
    background-color: rgb(244 244 244 / 68%);
    padding: 35px 20px 25px;
    border-radius: 15px;
    border: 1px solid #efefef;
    transition: 0.6s;
}

.our_fleets p {
	font-size: 15px;
}

.our_fleets_pic {
    width: 100%;
    height: 150px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 15px 0;
}

.our_fleets_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.our_fleets_btm {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.carDetails h6, small {
    font-size: 12px;
    color: #404040;
    font-weight: 500;
    display: block;
    line-height: normal;
}

.carDetails img {
    max-width: 28px;
    object-fit: contain;
}

.bookbtn {
	background-color: #000;
	padding: 7px 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	line-height: normal;
	transition: 0.6s;
	font-weight: 500;
	font-family: poppins-medium;
}

.our_fleets_card:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.our_fleets_card:hover .bookbtn {
    background-color: #F6BC1A;
    color: #000;
}

.our_fleets_card:hover .our_fleets_pic img {
    transform: scale(1.1);
}


.service-carousel .owl-nav{
    margin: 0;
	position: absolute;
  bottom: -95px;
  left: 0px;
  right: 0px;
}
.service-carousel .owl-nav .owl-prev span, .service-carousel .owl-nav .owl-next span{
    display: none;
}
.service-carousel .owl-nav .owl-prev, .service-carousel .owl-nav .owl-next{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid var(--black-color) !important;
    transition: 0.5s;
    margin: 0 8px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 37% !important;
    background-image: url(../images/arrow.png) !important;
}
.service-carousel .owl-nav .owl-next{
    transform: rotate(180deg);
}
.service-carousel .owl-nav .owl-prev:hover, .service-carousel .owl-nav .owl-next:hover{
    border-color: var(--yellow-color) !important;
    background-color: var(--yellow-color);
}
.callbtn{font-size: 20px;
  color: #fff;
  font-weight: bold;}

.wpcf7-form .init{overflow: hidden;}
#sgpb-popup-dialog-main-div {
  width: 95% !important;

}
.sgpb-popup-dialog-main-div-theme-wrapper-3{ width: 50% !important;
 }
.wpcf7-form{ overflow:hidden;}

.iti {
  width: 100%;
  margin: 3px 0 !important;
}
input, select, textarea{background: #e9e9ed;}
#vehicle_type{background: #e9e9ed !important;}

.chauffeur-booking-wrapper {
  padding: 30px 35px !important;
  
}

