:root {
    --primary-color: #8CC63F;
    --secondary-color: #0E0E0E;
    --text-color: #fff;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body.forminator-hustle-dropdown-fix .forminator-select.forminator-select-dropdown-container--open {
  z-index: 9999999999999;
}
.select2-search.select2-search--dropdown input {
  color: #fff !important;
}
body{
    background-color: var(--secondary-color) !important;
    overflow-x: hidden;
   
}
a{
    text-decoration: none !important;
}
p{
    color: #fff;
     font-size: 18px;
 }
@font-face {
    font-family: 'sf-rpo-medium';
    src: url('../fonts/SF-Pro-Display-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'sf-rpo-regular';
    src: url('../fonts/SF-Pro-Display-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'coolvetica-medium';
    src: url('../fonts/Coolvetica-regular.otf');
    font-weight: 500;
    font-style: normal;
}
img {
    max-width: 100%;
}
.container-fluid{
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.top-header {
    background-color: var(--primary-color);
    height: 40px;
    align-content: center;
}
ul{
    list-style: none;
    padding-left: 0% !important;
    margin: 0 !important;
}
a{
    text-decoration: none;
}
.top-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
ul.top-info, ul.top-social{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
}
ul.top-info li, ul.top-social li{
    font-size: 16px;
    color: var(--text-color);
}
ul.top-info li a, ul.top-social li a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary-color);
    font-family: 'sf-rpo-regular';
}

.main-header-wrapper{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.main-nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.main-nav {
    width: 70%;
    padding-top: 45px;
    width: 70%;
    padding-bottom: 45px;
    border-left: 1px solid #575756;
}
.main-nav ul li a{
    font-size: 18px;
    color: var(--text-color);
    font-family: 'sf-rpo-regular';
    text-transform: uppercase;
}

.main-header-btn a{
    font-size: 18px;
    color: var(--text-color);
    font-family: 'sf-rpo-medium';
    text-transform: uppercase;

}
.main-header {
    border-bottom: 1px solid #575756;
    position: absolute;
    left: 0;
    right: 0
}

.main-header-btn a {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 40px;
    border-right: 1px solid #575756;
    padding-left: 40px;
    border-left: 1px solid #575756;
}
.main-header-btn:hover {
    background: #fff;
    transition: 0.3s;
}

.main-header-btn:hover a.btn {
    color: #0e0e0e;
    transition: 0.3s;
}   

.main-banner {
    background-image: url('../img/banner.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100vh;
    align-content: center
}
.sub-heading{
    font-size: 20px;
    font-family: "sf-rpo-medium";
    color: var(--primary-color);
    font-weight: 500;
    text-transform: uppercase;
}
.main-banner.inner-page {
    min-height: 1080px;
    position: relative;
}
.main-banner-content {
    width: 65%;
}
.main-banner-content h1{
    font-family: 'coolvetica-medium';
    color: var(--text-color);
    font-size: 80px;
    font-weight: 500;
    line-height: 1.1;
}
.main-banner-content p{
    font-family: 'sf-rpo-regular';
    font-size: 18px;
    color: #fff;
    width: 62%;
    margin-top: 10px;
    line-height: 1.4;
}
a.btn.color{
    min-width: 208px;
    height: 63px;
    align-content: center;
    background-color: var(--primary-color);
    border-radius: 10px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #0E0E0E;
    font-size: 18px;
    font-family: 'sf-rpo-medium';
    text-transform: uppercase;
    transition: 0.5s;
}
a.btn.color:hover {
    gap: 15px;
    transition: 0.5s;
    background-color: var(--text-color);
}
svg { width: 200px; }
text { 
   font-size: 30px;
   text-transform: uppercase;
   font-family: 'sf-rpo-regular';
}
.scroll-circle textPath{
    fill: #fff;
    animation: rotate 31s ease infinite;
}
.scroll-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    margin-top: -80px;
}

.scroll-circle:after {
    content: '';
    width: 70px;
    height: 70px;
    background-image: url('../img/arrow-scroll.png');
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.scroll-circle text {
    width: 126.5px;
    height: 126.5px;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.regular h2 {
    font-size: 64px;
    font-family: 'coolvetica-medium';
    color: var(--text-color);
}
section.regular {
    padding-block: 150px;
    position: relative;
	overflow: hidden;
}
section.regular p{
    color: #fff;
    font-family: 'sf-rpo-regular';
    margin-top: 10px;
}

section.regular.color_2 {
    background: #1a1919;
}
footer i {
    width: 20px;
    height: 20px;
}

section.regular.color_2 .row {align-items: center;}

section.regular.color_2 .col-md-7.col-sm-12 {
    padding-left: 80px;
}
a.btn-large {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 10px;
    display: inline-flex;
    color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'sf-rpo-regular';
    text-transform: uppercase;
    width: 368px;
    transition: 0.5s;
}
h2.line-left:before {
    content: '';
    width: 10%;
    height: 1px;
    background: #8CC63F;
    position: absolute;
    left: 0;
    margin-top: 30px;
}
a.btn-large:hover {
    background-color: var(--primary-color);
    color: #121212;
    border-color: #8cc63f;
    gap: 20px;
    transition: 0.5s;
}

.myServiceSlider .swiper-slide {
    padding: 20px !important;
    border: 1px solid #36363657;
    border-radius: 10px;
}

.myServiceSlider .swiper-slide img {
    width: 100%;
	height: auto;
}
.myServiceSlider h3 {
    font-size: 28px !important;
    color: #fff;
    font-family: 'coolvetica-medium';
}

.myServiceSlider p {
    font-size: 16px;
}
.myServiceSlider a {
    color: var(--primary-color);
    display: flex;
    gap: 10px;
    transition: 0.5s;
}
.myServiceSlider a:hover {
    gap: 15px;
}
.myServiceSlider {
    overflow: visible !important;
    padding-top: 40px !important;
}
.fleet {
    text-align: center;
}
.fleet-chauffeurs {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 50px;
}

.fleet-chauffeurs .col-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    background: #ffffff0a;
    min-height: 330px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ffffff1c;
}
.fleet-chauffeurs h3 {
    color: #8CC63F;
    font-size: 28px;
    font-family: 'coolvetica-medium';
}

.fleet-chauffeurs h3 span {
    font-size: 20px;
}

.fleet-chauffeurs ul li:before, ul.basic-list  li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #8cc63f;
    font-size: 17px;
    margin-right: 12px;
}
.fleet-chauffeurs li {
    font-size: 18px;
}

.fleet-chauffeurs ul {
    margin-top: 14px !important;
}
.fleet-chauffeurs ul li, ul.basic-list  li  {
    margin-bottom: 16px;
    color: #fff;
    font-family: 'sf-rpo-regular';
    
}
h2.right-line:after {
    content: '';
    width: 12%;
    height: 1px;
    background: #8cc63f;
    position: absolute;
    right: 0;
}
.copyright a {
    color: #E83D2E;
}
footer ul li a i {
    font-size: 20px !important;
}
.stat_counter {
    border: 1px solid #ffffff1c;
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    background: #ffffff0a;
}

.stat_counter h3 {
    color: #8cc63f;
    font-family: 'coolvetica-medium';
    font-size: 50px;
    margin-bottom: 0;
}
.stat_counter span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.h-blog {
    text-align: center;
}

.h-blog span {
    padding-bottom: 40px;
    display: block;
}
ul.blog-meta {
    font-family: 'sf-rpo-medium';
    display: flex;
    color: #ffffff61;
    gap: 10px;
    align-items: center;
    margin-top: 10px !important;
    font-size: 18px;
}
.blog-col img{
    border-radius: 20px;
	    width: 100%;
    min-height: 250px;
    object-fit: cover;
}
.blog-col h2 a{
    font-size: 28px;
    text-align: left;
    margin-top: 20px;
    font-weight: 400 !important;
	color: #fff;
    font-family: 'coolvetica-medium';
}

.blog-col {
    text-align: left;
}

.blog-col a {
    display: flex;
    gap: 10px;
    color: #8cc63f;
    align-items: center;
    transition: 0.5s;
    font-size: 18px;
    font-family: 'sf-rpo-regular';
	text-transform: uppercase;
}
ul.blog-meta i {
    font-size: 8px;
}
.blog-col a:hover {
    gap: 15px;
}
a.large-btn {
    width: 300px !important;
}
.foot-logo {
    text-align: center;
}

footer {
    padding-top: 100px;
    padding-bottom: 30px;
}
.custom-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer .row {
    padding-top: 100px;
}

footer h2 {
    color: #fff;
    font-size: 28px;
    font-family: 'coolvetica-medium';
    margin-bottom: 30px;
}
footer p {
    font-size: 18px;
    font-family: 'sf-rpo-regular';
    color: #fff;
}
footer p {
    font-size: 18px;
    font-family: 'sf-rpo-regular';
    color: #fff;
}

footer ul li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'sf-rpo-regular';
    text-transform: capitalize;
}

footer ul li {
    margin-bottom: 12px;
}

footer ul li a i {
    color: #8cc63f;
}
footer h3 {
    color: #8CC63F;
    font-size: 18px;
    font-family: 'sf-rpo-medium';
    margin-bottom: 20px;
}

/* footer .custom-col:last-child h3 {
    margin-top: 60px;
} */
.last-footer {
    margin-top: 70px !important;
    text-align: center;
    max-width: 820px;
    margin: auto;
}

.last-footer h2 {
    font-size: 64px;
}

.last-footer ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.last-footer ul li {
    font-family: 'sf-rpo-medium';
    color: #8CC63F;
    font-size: 20px;
    text-transform: uppercase;
}

.last-footer ul li i {
    font-size: 10px;
}

ul.footer-social {
    margin-top: 20px !important;
}

ul.footer-social li a i {
    font-size: 22px;
}

p.copyright {
    margin-top: 20px;
    
}
footer .col.custom-col:first-child {
    width: 30% !important;
    flex: none;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }
  .faq button.accordion {
    background: transparent;
    padding-block: 30px;
    color: #fff;
    font-family: 'coolvetica-medium';
    font-size: 28px;
    font-weight: 500;
    position: relative;
}
.accordian-tab {
    border-bottom: 1px solid #ffffff1f;
}

.accordian-tab .panel {
    background: transparent;
}
.faq button.accordion:after {
    content: '\2b';
    right: 0;
    position: absolute;
    color: #ffffff9e;
    font-size: 30px;
    background: transparent;
    width: 40px;
    height: 40px;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    top: 34px;
    right: 10px;
}

.faq button.accordion.active:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    padding: 10px;
    font-size: 18px;
    background: #8cc63f;
}
.myServiceSlider .swiper-slide img {
    filter: grayscale(1);
    transition: 0.5s;
}

.myServiceSlider .swiper-slide:hover img {
    filter: grayscale(0);
    transition: 0.5s;
}
.main-nav ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #8cc63f;
    justify-content: flex-start !important;
    align-items: flex-start;
    padding: 15px !IMPORTANT;
    border-radius: 10px;
    width: 830px;
    position: absolute;
    top: 100px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
        flex-wrap: wrap !important;
    flex-direction: unset;
    transition: 0.5s;
}
.fleet-dropdown ul.sub-menu li {
    width: 100% !IMPORTANT;
}
.main-nav ul li ul.sub-menu li {
    text-align: left;
}

.main-nav ul li:has(.sub-menu):after {
    content: '\f078';
    width: 20px;
    height: 20px;
    /* background: red; */
    display: inline-block;
    font-family: 'FontAwesome';
    color: #8cc63f;
    margin-left: 5px;
}
.main-nav ul li:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    transition: 0.5s;
}
.faq button.accordion span {
    color: #8cc63f;
    margin-right: 10px;
}
.myServiceSlider .flex.justify-center.gap-4.mt-8 {display: flex;justify-content: center;}

.myServiceSlider .swiper-button-prev-custom, .swiper-button-next-custom {
    background: #ffffff1c;
    font-size: 0;
    width: 60px !IMPORTANT;
    height: 60px !IMPORTANT;
    padding: 0 !IMPORTANT;
    border-radius: 100px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
	margin-top: 10px;
}

.myServiceSlider .swiper-button-prev-custom:after {
    content: '\f060';
    color: #8cc63f;
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.myServiceSlider .swiper-button-next-custom:after {
    content: '\f061';
    font-size: 22px;
    color: #89c63f;
    font-family: 'FontAwesome';
}


/* form */
.home-form {
    border: 1px solid #ffffff1c;
    background: #ffffff0a;
    padding: 40px;
    border-radius: 20px;
}

.home-form input {
    height: 53px !important;
    background: transparent;
    border: 1px solid #ffffff5c !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-family: 'sf-rpo-regular' !important;
    color: #fff;
}
input[name="date-1"] {
    color: #ffffff69;
}
.home-form label {
    color: #fff;
    font-size: 18px !important;
    font-family: 'sf-rpo-regular' !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}

.home-form .iti__selected-dial-code {
    color: #fff;
    opacity: 0.5;
}

.home-form span.select2 {
    background: transparent !IMPORTANT;
}

.home-form span.select2-selection {
    background: transparent !IMPORTANT;
    height: 53px !IMPORTANT;
    border-radius: 10px;
}

.home-form span.select2-selection span.select2-selection__placeholder {
    color: #fff;
    opacity: 0.5;
}

.home-form .forminator-input-with-icon span {
    color: #7cc63f;
}

.home-form textarea {
    background: transparent;
    resize: none !important;
    border-radius: 10px !important;
    color: #fff;
}
input.select2-search__field {
    background: transparent;
}

span.forminator-select-dropdown {
    border-radius: 10px;
    margin-top: 10px;
}

.home-form .time .forminator-field:after {
    content: '\f017';
    font-family: 'FontAwesome';
    color: #8cc63f;
    position: absolute;
    bottom: 14%;
    right: 5%;
}

.time .forminator-field {
    position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.time span.forminator-error-message {
    position: absolute;
    width: 100%;
}
#ui-datepicker-div .ui-state-active {
    background: #8cc63f;
    border-color: #8cc63f;
}
.home-form .forminator-button-submit {
    background: #7cc63f;
    color: #0e0e0e !important;
    font-family: 'sf-rpo-regular' !important;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    display: flex !important;
    gap: 10px;
    transition: 0.5s;
    overflow: hidden;
}

.home-form .forminator-button-submit:after {
    content: '\f054';
    font-family: 'FontAwesome';
}

.home-form .forminator-button-submit:hover {
    background: #fff !important;
    gap: 15px;
    transition: 0.5s;
}
/* form */

.get-quote {
    display: none;
}	

/* InnerPages */
.main-banner.wedding-page {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/07/Rectangle-5160.png);
}
.inner-page .main-banner-content {
    width: 100%;
}

.inner-page .main-banner-content h1 {
    font-size: 65px;
}

.breadcrumb {
    gap: 5px;
}
.breadcrumb li, .breadcrumb li a {
    color: #8cc63f;
    font-size: 20px;
    font-family: 'sf-rpo-medium';
    text-transform: uppercase;
}
.cta-section {background: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/07/Ellipse-1964.png) #121212;background-size: contain;background-repeat: no-repeat;background-position: top left;padding: 40px;border: 1px solid #ffffff1a;border-radius: 20px;overflow: hidden;}

.cta-section img {
    margin-left: -42px;
}

.page-template-wedding-car .st-c p {
    text-transform: capitalize;
}

.page-template-wedding-car .container.stat_counter {
    padding: 0;
    background: transparent;
    border: 0;
}
.testimonial-footer {
    display: flex;
    align-items: center;
}

.testimonial-footer img {
    width: 23% !important;
    height: 100px !important;
    object-fit: contain;
    object-position: top;
}
.testimonial .myServiceSlider .swiper-slide {
    padding: 0 !important;
    border: 0;
}

.testimonial-header {
    padding: 20px !important;
    border: 1px solid #36363657;
     border-radius: 10px 10px 10px 0px;
    background: #121212;
    min-height: 250px;
    margin-bottom: 50px;
}
.testimonial-footer img {
    filter: none !important;
}
.testimonial-footer img {
    filter: none !important;
}

.testimonial-header:after {
    content: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/07/Vector-10.png);
    position: absolute;
    bottom: -43px;
    left: 0;
}
.testimonial-header {
    position: relative;
}
.testimonial .myServiceSlider .swiper-button-prev-custom, .testimonial .swiper-button-next-custom {
    display: none;
}
.testimonial .swiper-pagination.swiper-pagination-progressbar {
    order: -4;
    position: absolute;
    bottom: -60px;
    top: auto;
    background: #ffffff1c;
    width: 50%;
    margin: auto;
    right: 0;
}

.testimonial .swiper-pagination.swiper-pagination-progressbar span.swiper-pagination-progressbar-fill {
    background: #8cc63f;
}
.main-banner.bmw-series {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/07/BMW-5-Series.png);
}
.car-boxes h2 {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 100px;
}

.cars-box {
    border: 1px solid #ffffff0d;
    border-radius: 20px;
    padding: 30px;
}

.cars-box img {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.electric img {
    border-radius: 10px;
}
.cars-box h3 {
    color: #fff;
    font-size: 36px;
    font-family: 'coolvetica-medium';
}

.cars-box ul {
    padding-left: 1.5rem !important;
    margin-top: 16px !important;
}

.cars-box ul li {
    list-style: disc;
    color: #fff;
    font-family: 'sf-rpo-regular';
    font-size: 16px;
}

.cars-box  a.btn {
    border: 1px solid #fff;
    width: 100%;
    margin-top: 30px;
    padding: 16px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'sf-rpo-medium';
    border-radius: 10px;
    transition: 0.5s;
}

.cars-box a.btn:hover {
    background: #8cc62c;
    border-color: #8cc62c;
    gap: 15px;
    transition: 0.5s;
}
.row.electric .col-lg-7.col-md-12.col-sm-12 {
    padding-right: 30px;
}
.cars-cta {
    background: #8cc63f;
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.cars-cta .row {
    align-items: center;
}

.cars-cta h2 {
    color: #0e0e0e;
}

.cars-cta p {
    color: #1e1e1e !important;
    padding-right: 60px;
}

.cars-cta ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cars-cta ul a.btn {
    background: #0e0e0e;
    color: #fff;
    font-family: 'sf-rpo-regular';
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cars-cta ul a {
    color: #1e1e1e;
    font-family: 'coolvetica-medium';
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cars-cta img.car-cta-img {
    margin-bottom: -40px;
    margin-left: 40px;
}
.inner-page .row {
    align-items: center;
}

.inner-page .forminator-row {
    margin-bottom: 12px !important;
}
.inner-page .row {
    align-items: center;
}

.inner-page .forminator-row {
    margin-bottom: 12px !important;
}

.forminator-edit-module {
    display: none;
}

.inner-page form#forminator-module-113 {
    margin-bottom: 0;
}

.inner-page .home-form {
    padding: 30px;
    background: #1e1e1e;
    margin-top: 200px;
}
.gallery {
    text-align: center;
}

.gallery h2 {
    margin-bottom: 20px;
}
.cta-section {
    padding: 20px;
}


.pum-container {
    background: #1e1e1eb5 !important;
    backdrop-filter: blur(10px);
    padding: 40px !important;
    border: 1px solid #ffffff1c !important;
    border-radius: 20px !important;
}

.pum-container .home-form {
    padding: 0;
    border: 0;
        background: transparent;
}
.home-form form {
    margin-bottom: 0 !important;
}
.home-form h2 {
    color: #fff;
    font-family: 'coolvetica-medium';
    margin-bottom: 0 !important;
}

.home-form form {
    margin-top: 20px !IMPORTANT;
}
.main-nav ul li ul.sub-menu li {
    width: 49%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.fleet-dropdown  ul.sub-menu {
    width: 200px !important;
}

.fleet-dropdown ul.sub-menu li {
    width: auto;
}
.main-nav ul li ul.sub-menu li:before {content: '\f111';font-family: 'FontAwesome';font-size: 10px;color: #fff;}

.main-nav ul li#menu-item-10 ul.sub-menu {
    width: 650px;
        flex-wrap: wrap !important;
    flex-direction: unset;
}

.main-nav ul li ul.sub-menu li a {
    font-family: 'sf-rpo-medium';
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.page-template .row {
    align-items: center;
    row-gap: 20px;
}
.blog.inner-page, .about.inner-page {
    background-image: url();
    height: 300px;
    border-bottom: 1px solid #ffffff1c;
    text-align: center;
}
.page-template-blog-php header .main-header,  .page-template-about-php .main-header, .page-template-contact-php .main-header, .page-template-blog-php .main-header{
    position: relative;
}
.blog.inner-page .breadcrumb, .about.inner-page .breadcrumb{
    justify-content: center;
}

.about .main-banner-content p {
    width: 80%;
}
section.regular.about-hero {
    padding-top: 0;
}

.about-hero img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.h-blog .row {
    row-gap: 30px;
	align-items: flex-start;
}
.info-box {
    border: 1px solid #262626;
    padding: 30px;
    place-content: center;
    align-content: center;
    text-align: center;
    border-radius: 10px;
    min-height: 270px;
    background-color: #121212;
    transition: background 0.5s ease;
}

.info-box i {
    color: #fff;
    background: #8cc63f;
    width: 80px;
    height: 80px;
    align-content: center;
    border-radius: 100px;
    font-size: 30px;
    margin-bottom: 15px;
}

.info-box h3 {
    color: #fff;
    font-family: 'coolvetica-medium';
    font-size: 32px;
    letter-spacing: 0.6px;
}

.info-box a {
    color: #fff;
    font-size: 20px;
}

.info-box:hover {
    background: linear-gradient(45deg, #8cc63f, transparent);
    transition: background 0.5s ease;
}
.contact-map li a {
    color: #fff !important;
    font-size: 20px;
}

.contact-map ul.top-social {
    border-top: 2px solid #8cc63f;
    width: max-content;
    padding-right: 10px;
    padding-top: 20px;
    margin-top: 30px !important;
        margin-bottom: 30px !important;
}

.contact-map li a:hover {
    color: #8cc63f !important;
}
.contact-map iframe {
    border-radius: 20px;
    filter: grayscale(1);
    width: 100%;
}
.contact-map {
    overflow: hidden;
}

.contact-form {border: 1px solid #262626;padding: 40px;border-radius: 20px;}

.contact-form label {
    color: #fff;
    font-size: 18px !important;
    font-family: 'sf-rpo-regular' !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}

.contact-form input {height: 53px !important;background: transparent;border: 1px solid #ffffff5c !important;border-radius: 10px !important;font-size: 16px !important;font-family: 'sf-rpo-regular' !important;color: #fff;}

.contact-form textarea {
    background: transparent;
    resize: none !important;
    border-radius: 10px !important;
    color: #fff;
}

.contact-form .forminator-field-textarea .forminator-field {
    /* display: none; */
}

.contact-form .forminator-field-textarea .forminator-field span {
    display: none;
}

.contact-form button.forminator-button-submit {
    background: #7cc63f;
    color: #0e0e0e !important;
    font-family: 'sf-rpo-regular' !important;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    display: flex !important;
    gap: 10px;
    transition: 0.5s;
    overflow: hidden;
}

.contact-form button.forminator-button-submit:after {
    content: '\f054';
    font-family: 'FontAwesome';
}

.contact-form button.forminator-button-submit:hover {
    background: #fff !important;
    gap: 15px;
}
.single-post .main-header {
    position: relative;
}

.blog_wrapper {
    padding-top: 100px;
}

.blog_wrapper h1 {
    color: #fff;
    font-family: 'coolvetica-medium';
}

.blog_wrapper .post-cat {}

.blog_wrapper .post-cat a.blog-category-link {
    color: #8cc63f;
    font-family: 'sf-rpo-medium';
}

.blog_wrapper  .post-inner-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-block: 30px;
}

.blog_wrapper .post-inner-meta .meta-item.author {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    font-size: 0;
}

.blog_wrapper .post-inner-meta .meta-item.author img {
    border-radius: 100px;
}

.blog_wrapper .post-inner-meta .meta-item.author .meta-info {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: 'sf-rpo-regular';
}

.meta-separator {
    width: 1px;
    height: 50px;
    background-color: #ddd;
}

.blog_wrapper .post-inner-meta .meta-item.author .meta-info span.meta-label {
    color: #8cc63f;
}

.meta-item.post-date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.meta-item.post-date span.dd-image {
    background: #fff;
    padding: 20px;
    border-radius: 100px;
}

.meta-item.post-date .meta-info {
    color: #fff;
    font-family: 'sf-rpo-regular';
}

.blog_wrapper img.attachment-post-thumbnail.wp-post-image {
    border-radius: 40px;
}
footer .row {
    align-items: flex-start !IMPORTANT;
}
.main-banner.about.inner-page, .main-banner.blog.inner-page {
    min-height: 450px;
}

.main-banner.about.inner-page p {
    margin: auto;
}
.page-template-about section img {
    border-radius: 20px;
}
.page-template section img {
    border-radius: 20px;
}
input[name="date-2"] {
    color: #ffffff69;
}
.airport-transfer {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/7c9d56def310c876fa4fca64611b4478-e1756753978528.jpg) !important;
    background-size: cover;
}

.main-banner.airport-transfer:before {
    content: '';
    background: linear-gradient(45deg, black, #0000005c);
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    min-height: 1080px;
}

.main-banner .container {
    z-index: 0;
    position: relative;
}

header {
    z-index: 1;
    position: relative;
}
.main-banner.wedding-page {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/mian.jpg) ;
}

.main-banner.inner-page.service-inner:before {
    content: '';
    background: linear-gradient(45deg, black, #0000005c);
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    min-height: 1080px;
    top: 0;
}
.main-banner.corporate-transfer {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/pexels-pavel-danilyuk-8424977-scaled.jpg);
    background-size: cover;
}
.main-banner.event-transfer {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/Event-1.jpg);
    background-size: cover;
}
.main-banner.hotel-transfer {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/8b7197262263816e00fbb14a645ae1ae.jpg);
    background-size: cover;
}
.main-banner.mini-bus-hire {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/mini-bus-2.jpg);
    background-size: cover;
}
.main-banner.luxury-chauffeur {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/LUXURY-1.jpg);
    background-size: cover;
}
/* section.regular:has(.h-blog) {
    display: none;
} */

.page-id-6 section.st-c {
    padding-bottom: 100px;
}
.about-links a {
    text-transform: none;
}
.main-banner.town-hire {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/40b76684ebb55aa1c1cea49bd6a72ab6.jpg);
    background-size: cover;
}
.main-banner.limo {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/893854bc09ff56de6939fbf1aac23949.jpg) ! IMPORTANT;
    background-size: cover;
}
.main-banner.wine {
    background-image: url(https://zynncochauffeursmelbourne.com/wp-content/uploads/2025/09/3c805a318782b9145c5465677f6276bd.jpg);
    background-size: cover;
}
.page-template-privacy-policy .main-header {
    position: relative;
}
.policy-text section {
    margin-bottom: 30px;
}
.policy-text li {
    color: #fff;
    list-style: disc;
    margin-bottom: 6px;
}
.policy-text h2 {
    font-size: 35px !important;
}
.policy-text h3 {
    color: #fff;
    font-size: 25px;
}
.policy-text ul {
    padding-left: 30px !important;
}
.single-section h2, .single-section h3, .single-section h4, .single-section h5, .single-section p, .single-section li {
    color: #fff;
}
/* Responsive */




@media screen and (max-width: 1680px){
h2.line-left:before {
    width: 6%;
}

h2.right-line:after {
    width: 10%;
}	
/* .fleet-chauffeurs li {
    font-size: 18px;
}	

.blog-col h2 {
    font-size: 28px;
}	 */
.container-fluid {
    width: 100%;
    max-width: 1140px; /* changed from 1660px */
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 1140px; /* changed from 1440px */
    margin: 0 auto;
}
.main-banner-content {
    width: 100%; /* changed from 60% to full width */
}
.main-banner-content p {
    width: 62%; /* changed from 62% */
}
section.regular.color_2 .col-md-7.col-sm-12 {
    padding-left: 40px; /* changed from 80px for smaller layout */
}
footer .col.custom-col:first-child {
    width: 40% !important; /* changed from 30% for better alignment */
}

.custom-col {
    flex: 0 0 25%; /* changed from 20% */
    max-width: 25%;
} 
.main-nav ul {
    gap: 25px; /* reduced from 40px */
}
ul.top-info, ul.top-social {
    gap: 20px; /* reduced from 30px */
}
.main-header-btn a {
    padding-left: 20px;
    padding-right: 20px;
}
/* Header Top Info */
ul.top-info li, ul.top-social li {
    font-size: 14px; /* was 16px */
}

/* Main Nav Links */
.main-nav ul li a {
    font-size: 16px; /* was 18px */
}

.main-header-btn a {
    font-size: 16px; /* was 18px */
}

/* Banner Heading */
.main-banner-content h1 {
    font-size: 64px !important; /* was 90px */
}

/* Banner Paragraph */
.main-banner-content p {
    font-size: 16px; /* was 18px */
}

/* Sub Heading */
.sub-heading {
    font-size: 18px; /* was 20px */
}

/* Buttons */
a.btn.color, .main-header-btn a, a.btn-large, a.large-btn {
    font-size: 16px; /* was 18px */
}

/* Section Titles */
.regular h2,
.last-footer h2 {
    font-size: 48px; /* was 64px */
}

.fleet-chauffeurs h3 {
    font-size: 28px; /* was 32px */
}
.fleet-chauffeurs h3 span {
    font-size: 18px; /* was 20px */
}
.fleet-chauffeurs li {
    font-size: 18px; /* was 20px */
}

/* Blog Section */
.blog-col h2 a{
    font-size: 24px; /* was 28px */
}
.blog-col a,
ul.blog-meta {
    font-size: 16px; /* was 18px */
}

/* Footer */
footer h2 {
    font-size: 24px; /* was 28px */
}
footer p,
footer ul li a {
    font-size: 16px; /* was 18px or 16px */
}
footer h3 {
    font-size: 16px; /* was 18px */
}

.last-footer ul li {
    font-size: 18px; /* was 20px */
}

/* Accordion */
.faq button.accordion {
    font-size: 24px; /* was 28px */
}

/* Stats Counter */
.stat_counter h3 {
    font-size: 48px; /* was 64px */
}
	a.btn.color {
    width: 260px;
    height: 53px;
}

.main-banner {
    height: 700px;
}
.main-banner.inner-page {
    height: auto;
    position: relative;
}

.home-form label {
    font-size: 16px !important;
}
.home-form input{
    font-size: 15px;
}
.stat_counter p {
    font-size: 16px;
}
}

@media screen and (max-width: 1024px){
	.main-header-btn a {
    padding-left: 10px;
    padding-right: 10px;
}

.main-nav {
    width: 60%;
}

.main-header-wrapper {
    gap: 20px;
    width: 100%;
}

.logo img {
    width: 80%;
    margin: auto;
}

.logo {
    width: 20%;
    text-align: center;
}

.main-header-btn {
    width: 20%;
}


.main-nav ul li a {
    font-size: 15px;
}
.main-header-btn a {
    padding-left: 10px;
    padding-right: 10px;
}

.main-nav {
    width: 60%;
}

.main-header-wrapper {
    gap: 20px;
    width: 100%;
}

.logo img {
    width: 80%;
    margin: auto;
}

.logo {
    width: 20%;
    text-align: center;
}

.main-header-btn {
    width: 20%;
}


.main-nav ul li a {
    font-size: 15px;
}

h2.line-left:before {
    width: 0;
}

section.regular {
    padding-block: 100px;
}

.regular h2, .last-footer h2 {
    font-size: 40px;
}

.forminator-row {}

.home-form .forminator-row {
    margin-bottom: 20px !important;
}

.home-form label {
    font-size: 16px !important;
}

.home-form input {
    height: 48px !important;
    font-size: 16px !important;
}

.home-form .forminator-button-submit {
    font-size: 16px !important;
}

h2.right-line:after {
    width: 0;
}

section.regular p {
    font-size: 16px;
}

a.btn-large {
    width: 310px;
}

.myServiceSlider h3 {
    font-size: 24px !important;
}

.row.fleet-chauffeurs {padding-inline: 20px;}

.row.fleet-chauffeurs .col-3 {
    width: 50% !important;
    min-height: 470px;
}

.fleet-chauffeurs li {
    font-size: 16px;
}

.fleet-chauffeurs ul li:before, ul.basic-list li:before {
    font-size: 16px;
}

.stat_counter {
    padding: 30px;
}

.blog-col h2 a{
    font-size: 22px;
}

button.accordion {
    font-size: 20px !important;
}	
.col.custom-col {
    flex: 0 0 30%;
    max-width: 30% !important;
}	
.col.custom-col {
    flex: 0 0 30%;
    max-width: 30% !important;
}

.main-banner-content h1 {
    font-size: 55px !important;
}
button#rmp_menu_trigger-62 {
    display: none;
}	
}
@media screen and (max-width: 786px){
	.menu-menu-container {
    display: none;
}
div#rmp-container-62 li.menu-item-object-custom ul.rmp-submenu {
    padding-top: 0 !important;
}
button#rmp_menu_trigger-62, button#rmp_menu_trigger-62:hover, button#rmp_menu_trigger-62:focus{
    position: relative;
    margin-top: 0 !important;
    right: 0;
    background: #8cc63f;
	top: 0;
}
.main-header-btn a.btn {
    border-radius: 0;
}
.main-nav {
    text-align: right;
    display: flex;
    justify-content: end;
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-header-btn a.btn {
    border-radius: 0;
}

div#rmp-container-62 {
    background: #1e1e1e;
}

div#rmp-container-62 ul {
    padding-top: 50px !important;
}

#rmp-menu-wrap-62 .rmp-menu-current-item .rmp-menu-item-link {
    background: #8cc63f;
    color: #1e1e1e ! IMPORTANT;
}

#rmp-menu-wrap-62 .rmp-menu-item-link {
    font-family: 'sf-rpo-regular';
}

#rmp_menu_trigger-62.is-active {
    background: #8cc63f;
}	
button#rmp_menu_trigger-62 {
    display: block;
}	
.get-quote{
	display: block;
}
.main-nav {
	width: 80%;
}
.main-header-btn {
    display: none;
}	
.scroll-circle svg {
    width: 150px;
}

.scroll-circle:after {
    width: 50px;
    height: 50px;
}	
.home-form .forminator-row {
    display: flex;
    width: 100%;
    gap: 13px;
}

.home-form .forminator-row .forminator-col-6 {
    width: 49%;
}

.home-form .forminator-row .forminator-col-12 {
    width: 100%;
}	
img {
    width: 100%;
}	
.row.fleet-chauffeurs {
    flex-wrap: wrap;
    align-items: flex-start !important;
}

.row.fleet-chauffeurs .col-3 {
    max-width: 48% !important;
    width: 48%;
    flex: 0 0 48%;
}
.row.why-choose {
    flex-direction: column-reverse;
    padding-inline: 20px;
}	
section.st-c {
    padding-inline: 20px;
}

.stat_counter .col-3 {
    width: 50%;
}	
.h-blog .col-4.blog-col {
    width: 50%;
    margin-bottom: 40px;
}

.faq button.accordion {
    padding-left: 0;
}
.foot-logo img {
    width: 30%;
}

footer .col.custom-col {
    max-width: 50% !important;
}	
.policy-text h2 {
    font-size: 30px !important;
}
.policy-text h3 {
    font-size: 20px !important;
}
    .main-banner {
        height: 800px;
    }
li#rmp-menu-item-64 {
    padding-left: 0;
}


}
@media screen and (max-width: 480px){
	footer {
    padding-top: 70px;
}
/* .top-info-wrapper{
    display: none;
} */
.forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
    margin-bottom: 0 !important;
}
.logo {
    width: 40%;
}
.home-form {
    padding: 20px;
}
.home-form .forminator-row{
    flex-direction: column;
}
section.regular {
    padding-block: 60px;
}

.main-banner-content h1 {
    font-size: 40px !important;
}
.main-banner-content h2.sub-heading {
    font-size: 14px;
    width: 75%;
}

.main-banner-content p {
    width: 100%;
}
br {
    display: none;
}

.home-form .forminator-row .forminator-col-6 {
    width: 100%;
}

.home-form {
    padding: 20px;
}

.regular h2, .last-footer h2 {
    font-size: 35px;
}

img {
    margin-bottom: 10px;
}

.logo img {
    width: 100%;
}

.row.fleet-chauffeurs .col-3 {
    max-width: 100% !important;
    flex: 0 0 100%;
	min-height: auto !important;
}

.stat_counter h3 {
    font-size: 35px;
}

.stat_counter p {
    font-size: 16px;
}

.h-blog .col-4.blog-col {
    width: 100%;
}

.blog-col h2 a{
    font-size: 22px;
}

button.accordion {
    font-size: 18px !important;
}

footer .row {
    padding-top: 50px;
}

.foot-logo img {
    width: 60%;
}

footer .col.custom-col {
    max-width: 100% !important;
    flex: 0 0 100%;
    border-bottom: 1px solid #ffffff2e;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

footer .col.custom-col:first-child {
    width: 100% !important;
    max-width: 100% !important;
}

.last-footer ul li {
    font-size: 16px;
}

.last-footer ul {
    gap: 20px;
}
ul.top-info li {
    display: none;
}

ul.top-info li:first-child {
    display: block;
}	
    .scroll-circle svg {
        width: 130px;
    }	
.inner-page .home-form {
    margin-top: 20px;
}

.main-banner.inner-page {
    height: auto;
    /* padding-top: 180px; */
}
.inner-page .forminator-row {
    flex-direction: column;
    margin-bottom: 10px !important;
}
.inner-page .forminator-row .forminator-col {
    margin-bottom: 0 !important;
}

.inner-page .forminator-row button.forminator-button-submit {
    justify-content: center;
}
section.regular.color_2 .row {
    row-gap: 20px;
}
.car-boxes h2 {
    width: 100%;
    margin-bottom: 20px;
}

.cars-box {
    margin-top: 20px;
}

.cars-box h3 {
    font-size: 28px;
}
.cars-cta ul {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px !important;
    justify-content: flex-start !IMPORTANT;
    align-items: flex-start;
}

.cars-cta ul a {
    font-size: 22px;
}
.breadcrumb li {
    font-size: 16px;
}

.breadcrumb li a {
    font-size: 16px;
}
.cta-section a.btn.color {
    width: 100%;
}
    .stat_counter .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .stat_counter span {
    flex-direction: column;
}

.stat_counter span img {
    width: 25%;
}
.main-banner.inner-page {
    min-height: 360px !important;
}

.about .main-banner-content p {
    width: 100%;
    padding-inline: 10px;
}
.meta-item.author img.avatar {
    width: 40px;
    height: 40px;
}

.meta-item.post-date span.dd-image {
    padding: 10px;
    width: 40px;
    height: 40px;
}
.post_inner_image img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
}
.service-inner {
    min-height: auto !important;
    padding-top: 180px;
}
.service-inner .main-banner-content h1 {
    font-size: 35px !important;
}
.contact-form {
    padding: 10px;
}
.contact-map iframe {
    width: 100%;
}
.pum-container {
    padding: 10px !important;
}

}


.rmp-menu-current-item a.rmp-menu-item-link {
    color: #8cc63f !important;
}
