.icon-fix .elementor-button-icon svg {
width: 24px;
height: 24px;
}.is-dark-theme .site a:focus {
color: inherit !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
outline: none !important;
}
.our-services.card-container {
display: flex;
gap: 20px;
}
.our-services .card {
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #222;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
padding: 20px;
width: 33%;
}
.our-services .card img {
border-radius: 6px;
}
.our-services .card .card-content h3 {
font-size: 20px;
font-weight: 500;
margin: 15px 0px;
font-family: 'Poppins';
line-height: 30px;
}
.our-services .card .card-content p {
font-size: 12px;
font-weight: 400;
margin: 15px 0px;
font-family: 'Poppins';
line-height: 18px;
}
.our-services .btn {
display: inline-flex;
align-items: center;
background-color: #fff;
color: #111;
margin-top: 40px;
padding: 10px 15px;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
width: fit-content;
font-weight: 500;
font-size: 16px;
line-height: 24px;
font-family: 'Poppins';
}
.our-services .btn svg {
margin-left: 8px;
}
.our-services .btn:hover {
background-color: #c3c3c3;
} .testimonial-slider .slide {
margin: 15px;
background-color: #222;
border-radius: 6px;
padding: 20px;
height: 280px;
}
.testimonial-slider .slide-content {
border-radius: 8px;
display: flex;
gap: 25px;
}
.testimonial-slider .slider {
display: flex;
gap: 15px;
transition: transform 0.3s ease-in-out;
}
.testimonial-slider .slide-content img {
border-radius: 50%;
width: 60px;
height: 60px;
object-fit: cover;
border: 2px solid #ddd;
}
.testimonial-slider .text-content h3 {
font-family: 'Poppins';
font-weight: 600;
font-size: 16px;
line-height: 24px;
}
.testimonial-slider .designation {
margin: 5px 0;
font-size: 14px;
color: #D9D9D9;
font-family: 'Poppins';
font-weight: 400;
line-height: 21px;
}
.testimonial-slider .testimonial {
margin-top: 55px;
font-size: 14px;
color: #D9D9D9;
font-family: 'Poppins';
font-weight: 400;
line-height: 21px;
}
.testimonial-slider .slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
border: none;
padding: 10px;
cursor: pointer;
border-radius: 50%;
z-index: 10;
}
.testimonial-slider .slider-btn:hover {
background-color: #555;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
position: absolute;
top: 53%;
transform: translateY(-50%);
background: none;
border: none;
z-index: 1000;
cursor: pointer;
border-radius: 50%;
width: 50px;
height: 60px;
box-shadow: 0px 0px 20px 10px;
}
.testimonial-slider .slick-prev {
left: -20px;
}
.testimonial-slider .slick-next {
right: -20px;
}
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
background-color: #c5c5c596; }
.testimonial-slider .slick-prev svg,
.testimonial-slider .slick-next svg {
width: 30px;
height: 30px;
position: absolute;
left: 15px;
top: 15px;
} .featured-post {
display: flex;
gap: 20px;
padding: 20px;
}
.main-post {
flex: 2;
position: relative;
}
.main-post .main-post-image {
width: 100%;
height: auto;
border-radius: 6px;
}
.main-post-content {
padding: 15px 0px;
}
.post-date-category {
color: rgba(217, 217, 217, 1);
margin-bottom: 8px;
font-size: 14px;
font-family: 'Poppins';
font-weight: 400;
line-height: 40px;
}
.post-title {
font-size: 20px;
line-height: 30px;
font-family: 'Poppins';
font-weight: 600;
}
.side-posts {
flex: 1;
display: flex;
flex-direction: column;
gap: 20px;
}
.side-post-content {
flex: 1;
}
.side-post-title {
font-family: 'Poppins';
font-weight: 600;
font-size: 16px;
line-height: 24px;
}
.side-post {
display: flex;
align-items: center;
padding-bottom: 23px;
border-bottom: 2px solid #444;
gap: 10px;
}
.side-post .side-post-image {
width: 104px;
height: 106px;
border-radius: 6px;
object-fit: cover;
}
.side-post:last-child {
border-bottom: none;
} .contact-form-cc form {
margin: 0px 0px 0px 9px;
padding: 0;
}
.contact-form-cc form input[type=text],
.contact-form-cc form input[type=tel],
.contact-form-cc form input[type=email] {
background-color: rgba(20, 20, 20, 1);
border: none;
border-bottom: 1px solid rgba(79, 79, 79, 1);
width: 512px;
height: 44px;
font-family: "Poppins", Sans-serif;
color: rgba(242, 242, 242, 1);
}
.contact-form-cc form input[type=submit] {
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1);
border-radius: 6px;
padding: 12px 16px;
float: right;
width: 90px;
height: 48px;
font-size: 16px;
font-weight: 500;
line-height: 24px;
font-family: "Poppins", Sans-serif;
top: 32px;
transition: 0.3s;
}
.contact-form-cc form .textarea.large {
background-color: rgba(20, 20, 20, 1);
border: none;
border-bottom: 1px solid rgba(79, 79, 79, 1);
width: 512px;
height: 80px;
resize: none;
padding: 8px;
font-size: 16px;
font-weight: 400;
font-family: "Poppins", Sans-serif;
line-height: 24px;
color: rgba(242, 242, 242, 1);
}
.contact-form-cc form input {
padding: 8px;
font-size: 16px;
font-weight: 400;
font-family: "Poppins", Sans-serif;
line-height: 24px;
}
.contact-form-cc form input:focus {
border: none;
}
.contact-form-cc form input::placeholder {
color: rgba(179, 179, 179, 1);
}
.contact-form-cc form .textarea::placeholder {
color: rgba(179, 179, 179, 1);
}
.contact-form-cc form .ginput_container {
padding-bottom: 16px;
} .hidden-reserve-a-chauffeur {
display: none;
}
#res_dropdown { position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
max-height: 90%; background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
overflow: auto; z-index: 1000;
padding: 20px;
}
.ep-iFrameContainer {
width: 100%;
}
#res_dropdown .col-xs-12 p {
font-size: 20px;
font-family: 'Poppins';
color: #000;
}
#res_dropdown .col-xs-12 p a {
font-size: 20px;
font-family: 'Poppins';
color: #000;
}
#res_dropdown .container {
margin: 0 auto;
max-width: 1080px;
}
#res_dropdown ul#gform_fields_2 li {
flex: 1 0 30%;
margin: 5px;
}
.validation_error, .validation_message {
color: red;
margin-top: 5px;
font-size: 15px;
}
.starttime .clear-multi .gfield_time_hour {
display: inherit;
color: grey;
align-items: center;
}
.post-grid.post-blog .pagination-links a {
color: black;
background: white !important;
}
.ginput_container.ginput_complex {
border-bottom: 1px solid black;
}
#ui-datepicker-div {
top: 220px !important;
background: #fff;
}
.ui-datepicker-calendar tbody tr td {
padding: 0px;
}
.ui-datepicker-calendar thead tr th {
padding: 0px;
}
.ui-datepicker-calendar thead {
color:black;
}
.ui-datepicker-calendar tbody {
color:black;
}
.instruction.validation_message {
color: #04ff00;
}
#res_dropdown input#gform_submit_button_2 {
color: black;
font-size: 15px;
font-family: poppins;
border: 1px solid black;
align-items: center;
display: flex;
justify-content: center;
padding: 6px 25px;
}
#res_dropdown .gform_footer.top_label {
align-items: center;
display: flex;
justify-content: center;
margin: 30px 0px;
}
h2.gform_submission_error.hide_summary {
font-size: 25px;
text-align: center;
color: red;
}
.ui-datepicker-calendar tbody tr td a {
color:black;
}
#res_dropdown ul#gform_fields_2 {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
}
#res_dropdown ul#gform_fields_2 li {
margin-right: 31px;
}
#res_dropdown ul li input.medium {
border-bottom:1px solid black;
}
.ginput_container.ginput_container_date input#input_2_5 {
border: 1px solid black;
padding: 0px;
margin-top: 25px;
}
#res_dropdown ul#gform_fields_2 li label {
display: none;
}
#res_dropdown ul#gform_fields_2 li .ginput_container input {
font-size: 15px;
font-family: 'poppins';
width: 100%; 
}
#res_dropdown ul#gform_fields_2 li .ginput_container .clear-multi {
display: flex;
}
#res_dropdown ul#gform_fields_2 li .ginput_container .clear-multi select {
font-family: 'Poppins';
font-size: 15px;
}
a.ui-datepicker-next.ui-corner-all {
text-align: end;
}
#res_dropdown .col-xs-12 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
margin-top: 15px;
}
.close_btn {
position: absolute;
top: 0px;
right: 0px;
cursor: pointer;
} .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
display: grid;
grid-template-columns: 1fr 1fr;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a{
color:black;
}
.ui-datepicker-title {
grid-column: 1 / -1;
}
@media (min-width: 1024px) and (max-width: 1214px) {
.post-date-category {
font-size: 10px;
line-height: 20px;
}
.side-post-title {
font-size: 14px;
line-height: 15px;
}
}
@media (min-width:768px) and (max-width: 1366px) {
.post-grid.post-blog {
padding: 30px 50px 30px 50px;
}
}
@media (min-width:768px) and (max-width: 1024px) {
.our-services.card-container {
flex-direction: column;
}
.our-services .card {
width: auto;
flex-direction: row;
padding: 20px;
}
.our-services .card .card-content {
display: flex;
flex-direction: column;
margin-left: 15px;
justify-content: space-between;
}
.our-services .card .card-content h3 {
margin: 0px;
}
.our-services .card .card-content p {
margin: 0px;
}
.our-services .card .card-content .btn {
font-size: 13px;
font-weight: 600;
margin-top: 0px;
}
.our-services .card img {
height: 100%;
}
.testimonial-cc .e-con-inner {
padding-top: 35px;
padding-bottom: 35px;
gap: 25px;
}
.services-cc .e-con-inner {
padding-top: 35px;
padding-bottom: 35px;
gap: 25px;
}
.blog-cc .e-con-inner {
padding-top: 35px;
padding-bottom: 35px;
gap: 25px;
}
}
@media (max-width: 767px) {
.our-services .card .card-content .btn {
margin-top: 10px;
}
#ui-datepicker-div {
top: 370px !important;
}
.testimonial-cc .e-con-inner {
gap: 15px
}
#res_dropdown ul#gform_fields_2 li {
flex: 1 0 60%;
}
.slider-cc {
padding: 25px;
}
.main-post-content .post-title {
font-size: 17px;
}
.side-post-content .post-date-category {
font-size: 12px;
}
.main-post-content .post-date-category {
font-size: 12px;
}
.side-post-content .side-post-title {
font-size: 14px;
line-height: 22px;
}
.side-post .side-post-image {
width: 100px;
height: 100px;
}
.contact-form-cc form input[type=text],
.contact-form-cc form input[type=tel],
.contact-form-cc form input[type=email] {
height: 37px;
font-size: 14px;
}
.contact-form-cc form .textarea {
font-size: 14px;
}
.contact-form-cc form input[type=submit] {
font-size: 15px;
width: 90px;
height: 40px;
padding: 1px 1px;
}
}
@media (max-width: 699px) {
.our-services.card-container {
display: block;
}
.our-services .card {
width: 100%;
margin-bottom: 15px;
}
}
@media (max-width: 480px) {
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
width: 40px;
height: 42px;
padding: 22px;
}
.testimonial-slider .slick-prev svg,
.testimonial-slider .slick-next svg {
left: 8px;
top: 7px;
}
}
.post-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
background: white;
color: black;
padding: 30px 250px 30px 250px;
justify-content: center;
}
.post-grid .post {
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
flex: 1 1 calc(33.33% - 20px);
padding: 20px;
justify-content: space-between;
display: flex;
flex-direction: column;
}
.post-grid .post-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
color:black;
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
background:none !important;
}
.post-grid .post-meta {
color: #888;
font-size: 0.9rem;
margin-bottom: 10px;
font-family: poppins;
}
.post-grid .post-description {
font-size: 1rem;
line-height: 1.5;
font-family: poppins;
}
.child-theme-blog {
border-bottom: 0px;
padding-bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
max-height: 606px;
background-position: center;
max-width: 100% !important;
height: 600px;
justify-content: center;
display: flex;
align-items: center;
border: none !important;
}
.post-grid .pagination-links {
gap: 15px;
display: flex;
width: 100%;
justify-content: center;
}
.child-theme-blog h1.page-title {
font-family: 'Poppins';
}
.post-grid .pagination-links span.page-numbers.current {
border: 1px solid black;
height: 35px;
width: 35px;
border-radius: 50%;
justify-content: center;
display: flex;
align-items: center;
}
.post-grid .post-description a.more-link {
color: black;
}
@media (min-width: 768px) and (max-width: 1024px) {
.post-grid .post-grid {
padding: 30px 20px;
}
}
@media (max-width: 768px) {
.post-grid .post {
flex: 1 1 calc(50% - 20px); 
}
.post-grid {
padding: 30px 20px;
}
}
@media (max-width: 480px) {
.post-grid .post {
flex: 1 1 100%; 
}
} div#popmake-599 {
background: black;
}
.pum-theme-594, .pum-theme-lightbox {
background: none !important;
}
p.email-marketing-popup {
text-align: center;
font-size: 18px; color: #ffffff;
font-family: 'Poppins';
font-weight: 400;
margin-bottom: 28px;
}
.marketing-popup-field {
width: 100%;
margin: 20px 0px !important;
font-family: 'Poppins' !important;
}
.email-popup .mc-field-group input:hover {
outline: none !important;
}
.email-popup .mc-field-group input:focus {
outline: none !important;
}
.email-popup .clear input:hover {
outline: none !important;
background:white !important;  
}
.email-popup .clear input {
background: #204d74 !important;
color: white !important;
outline: none !important;
padding: 7px !important;
}
.email-popup .clear input:hover {
background: #777 !important;
border: none;
padding: 10px !important;
}