/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 07:26:53 */
:root {
  --primary: #ffc93f;
  --secondary: #000;
}

a:focus{
	outline: none !important;
}


/* Topbar */

.gtranslate_wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
}




/* Header */

.menu-btn.current_page_item span {
    color: #000;
}

div#site-navigation-wrap {
    right: 0;
}

div#top-bar {
    padding-left: 10px;
    padding-right: 10px;
}

div#top-bar-content {
    width: 100%;
    float: unset;
}

div#topbar-template {
    width: 100%;
}

.container {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#site-navigation-wrap .dropdown-menu>li>a {
    line-height:50px;
}

nav#site-navigation ul li a {
    letter-spacing: 0 !important;
    font-size: 15px !important;
    font-weight: 500;
    text-transform: uppercase;
}

nav#site-navigation > ul > li:last-child a {
    padding-right: 0;
}

nav#site-navigation ul li.menu-btn a span {
    padding: 12px 15px;
    background: var(--primary);
    border-radius: 8px;
    font-size: 13px;
}

nav#site-navigation ul li.menu-btn a span:hover{
background: var(--secondary);
}

@media screen and (min-width:960px){
	#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 100px !important;
}

div#top-bar-wrap {
    background: transparent;
}

div#site-logo {
    position: absolute;
    top: -37px;
}

}


/* Banner */

.banner_content_section h2.elementor-heading-title span {
    color: var(--primary);
}

h2.elementor-heading-title span {
    color: var(--primary);
}

ul.slick-dots {
    position: absolute;
    bottom: 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
	left: 0;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 100px;
    margin: 0 3px;
    opacity: .5;
	cursor: pointer;
}

ul.slick-dots li.slick-active {
    opacity: 1;
}

button.slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background: var(--primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: none;
}

button.slick-next.pull-right.slick-arrow {
    right: 20px;
}

button.slick-prev.slick-arrow {
    left: 20px;
}

button.slick-arrow:hover {
    background: #fff;
}





/* Homepage icon section */

.homepage_icon_section .elementor-icon-box-content {
    max-width: 200px !important;
}

.homepage_icon_section h3.elementor-icon-box-title {
    margin-bottom: 0;
}


/* Rental include content section */

.homepage_rental_include_section ul{
	margin: 0 !important;
	padding-left: 60px;
}

.homepage_bullet_point_content ul{
	margin-left:15px !important;
	margin-top: 0;
}

.homepage_bullet_point_content ul li {
    line-height: 1.3;
    margin-bottom: 10px;
}


.rental_product_caro .slick-track {
    padding-top: 30px;
}

.rental_product_caro button.slick-prev.slick-arrow {
    right: 60px !important;
    left: unset;
}

.rental_product_caro button.slick-next.slick-arrow {
    right: 8px !important;
}

.rental_product_caro button.slick-arrow {
    top: 0;
}

.rental_product_caro button.slick-arrow:hover {
    background: #000;
    color: #fff;
}

.rental_product_caro ul.slick-dots {
    bottom: 0;
}

/* Homepage gallery */

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}

.homepage_gallery figure.gallery-item img {
    height: 220px;
    object-fit: cover;
}

/* homepage video section */

.elementor-widget-button {
    margin-bottom: 0 !important;
}


/* After video cards */

.homepage_custom_cards_items .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}

.homepage_custom_cards_items .elementor-widget-wrap.elementor-element-populated > .elementor-element {
    padding: 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 0;
}

.homepage_custom_cards_items h3.elementor-icon-box-title {
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

.homepage_custom_cards_items p.elementor-icon-box-description {
    font-size: 14px !important;
}

/* Homepage icon cards */

.homepage_icon_card_section .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.homepage_icon_card_section .elementor-container > .elementor-column {
    background: #fff;
    width: 100%;
    padding: 40px 15px;
}

.homepage_icon_card_section .elementor-container > .elementor-column:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Testimonial Slider */

.testimonial_slider_main .elementor-widget-testimonial {
    margin: 0 10px;
}

.testimonial_slider_main .elementor-testimonial-content {
    line-height: 1.5;
    color: var(--primary);
/*     font-style: italic; */
    font-weight: 600;
}

.testimonial_slider_main .elementor-testimonial-name {
    color: #bcbcbc;
    margin-bottom: 5px;
}

.testimonial_slider_main .slick-track {
    padding-bottom: 60px;
}

.testimonial_slider_main ul.slick-dots li {
    background: #000;
}

.testimonial_slider_main .elementor-testimonial-wrapper {
    border: 1px solid #e2e2e2;
    padding: 30px 20px;
    height: 100%;
}

.testimonial_slider_main .elementor-testimonial-content {
    font-size: 16px !important;
    text-align: left;
    color: #000;
}

.testimonial_slider_main .elementor-testimonial-meta {
    text-align: left;
}

.testimonial_slider_main .slick-track {
    display: flex;
}

.testimonial_slider_main .elementor-widget-testimonial {
    height: inherit;
}

.testimonial_slider_main .elementor-testimonial-content:before {
    content: "\f10d";
    position: absolute;
    top: -20px;
    font-size: 50px;
    font-weight: 800;
    font-family: 'FontAwesome';
    color: var(--primary);
    line-height: 1;
}

.testimonial_slider_main .elementor-testimonial-content {
    position: relative;
    padding-top: 30px;
}

/* Workshop gallery */

.workshop_gallery figure.gallery-item img {
    height: 320px;
    object-fit: cover;
}


/* Footer */

.custom_footer .menu {
    margin: 0;
    padding-left: 15px;
/*     column-count: 2; */
}


.custom_footer .menu li {
    margin-bottom: 10px;
}

.footer_cta_section p.elementor-heading-title {
    color: #fff !important;
}



/* Product card*/

.rental_product_caro .rental-card {
    margin: 0 10px;
    margin: 0 10px;
}

.rental-title h4 {
    background: var(--primary);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    color: #000;
    margin-bottom: 0;
}

.rental-category {
    background: #ada9a9;
    text-align: center;
    font-size: 14px;
    /* font-weight: 500 !important; */
    padding: 10px;
}

.rental-category strong {
    font-weight: 500 !important;
}

.rental_card_content {
    padding: 0 15px;
}

.rental_card_content ul {
    margin: 0;
    list-style: none;
}

.rental_card_content ul li {
    font-size: 13px;
}

.rental-full-desc {
    background: #D9D9D9;
    padding: 15px;
    font-size: 13px;
}

.rental-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    grid-gap: 5px;
}

.rental-buttons a {
    margin: 0 !important;
    min-width: 120px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.rental-buttons a:first-child {
    background: #000 !important;
    color: #fff !important;
}

.rental-buttons a:hover {
    background: #333 !important;
    color: #fff !important;
}

/* .rental-buttons a:last-child {
    background: #ada9a9 !important;
    color: #000 !important;
} */

.rental-buttons a:last-child:hover {
    background: #333 !important;
    color: #fff !important;
}

.rental-price {
    padding: 10px 15px;
    text-align: center;
}

.rental-price del {
    color: #000;
    margin-right: 8px;
}

span.week_content {
    display: block;
}

span.rental_regular_price_main span:first-child {
    color: --var();
}

span.rental_regular_price_main {
    color: var(--primary);
    display: inline-flex;
    align-items: flex-start;
}

span.rental_regular_price_main .regular_price {
    font-size: 24px;
}

.rental-full-desc span.close_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.rental-full-desc {
   position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
	transition: .3s all;
}

.rental-full-desc.show_content{
	bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.rental-card {
    position: relative;
}

.show_desc_btn {
    text-align: center;
    font-size: 14px;
    height: 39px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.show_desc_btn:hover {
    background: #000;
    color: #fff;
}

.show_desc_btn i {
    font-size: 12px;
    margin-left: 4px;
    top: 1px;
    position: relative;
}


/* rental card grid */

.rental_product_grid .rental-items-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 15px;
}

.rental_product_grid .rental-items-wrapper .rental-card {
    margin: 0 !important;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination span, .pagination a {
    border: 1px solid #e2e2e2;
    padding: 5px;
    height: 40px;
    width: 40px !important;
    display: inline-block;
    margin: 0 2px;
}

.pagination {
    display: flex;
    justify-content: center;
}

a.next.page-numbers {
    width: auto !important;
}

/* rental new card */

.rental-buttons.booking_buttons_custom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	margin-bottom: 20px;
}

span.week_content {
    margin-top: -15px;
}

.rental-category-badge {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: var(--primary);
    border-radius: 100px;
    padding: 2px 10px;
}

/* rental Detail page */

.rental-item-template-default header.page-header {
    display: none;
}


.rental_detail_wrapper_main {
    background: #f7f7f7;
    margin-top: 10px;
    border-radius: 10px;
    padding: 30px;
    display: flex;
}

.left_gallery_content {
    flex: 0 0 40%;
}

.right_summary_content {
    flex: 1;
    padding-left: 70px;
}

.right_summary_content h1.product_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

.right_summary_content .product_category {
    background: var(--primary);
    display: inline-block;
    border-radius: 100px;
    padding: 2px 10px;
    font-size: 13px;
}

.right_summary_content span.rental_regular_price {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary);
}

.right_summary_content .product_price {
    margin: 0 !important;
	margin-bottom: 20px !important;
}

.right_summary_content .product_short_description, 
.right_summary_content .product_short_description ul {
    margin-top: 5px !important;
}

.right_summary_content .product_short_description {
    font-size: 14px;
}

.right_summary_content .request_quote_btn a {
    min-width: 200px;
    background: var(--primary);
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 0 5px;
}

.right_summary_content .request_quote_btn a:first-child:hover {
    background: #000;
    color: #fff;
}

.right_summary_content .request_quote_btn {
    margin-left: -5px;
}

.right_summary_content a.whatspp_chat_btn {
    background: #25d366;
    color: #fff;
}

.right_summary_content a.whatspp_chat_btn:hover {
    background: #000;
}

.bottom_detail_content_rental {
    margin-top: 30px;
}

span.rental_regular_price span {
    font-size: 16px;
    color: #000;
}


/* Contact page */

.contact_btn_group .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.contact_btn_group .elementor-widget-wrap.elementor-element-populated a.elementor-button.elementor-button-link {
    width: 100%;
    height: 50px;
    line-height: 25px;
    border-radius: 8px !important;
}


.contact_page_form .forminator-row input {
    height: 50px !important;
    border-radius: 8px !important;
}

.contact_page_form .forminator-row {
    margin-bottom: 15px !important;
}

.contact_page_form textarea {
    border-radius: 8px !important;
}

.contact_page_form button.forminator-button.forminator-button-submit {
    background: var(--primary);
    height: 50px !important;
    border-radius: 8px !important;
    min-width: 200px !important;
    text-transform: uppercase;
    color: #000;
    box-shadow: none !important;
}

.contact_page_form button.forminator-button.forminator-button-submit:hover {
    background: #000 !important;
    color: #fff !important;
}



/* Responsive */

@media screen and (max-width:767px){
	
	.right_summary_content span.rental_compare_price del {
    margin-left: 0 !important;
}

.right_summary_content .product_short_description ul {
    margin-left: 15px;
}
	
	.right_summary_content {
    padding-left: 0;
    margin-top: 15px;
}

.rental_detail_wrapper_main {
    padding: 15px;
    flex-direction: column;
}

.right_summary_content h1.product_title {
    font-size: 22px;
}

.request_quote_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}

.request_quote_btn a {
    margin: 0 !important;
}

.right_summary_content a.whatspp_chat_btn {
    min-width: unset;
}

.right_summary_content .request_quote_btn a {
    min-width: unset;
}
	
	.rental-thumb img {
    width: 100%;
}

.rental_product_grid .rental-items-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.rental-buttons a {
    min-width: unset;
}

.rental_card_content {
    padding: 0 10px;
}

.rental-buttons.booking_buttons_custom {
    grid-template-columns: repeat(1, 1fr);
}

.rental-price {
    padding-left: 10px;
    padding-right: 10px;
}
	
	div#content-wrap {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
	
	div#primary {
    margin-bottom: 0;
}


	
	.page-header.background-image-page-header .page-header-title {
    font-size: 22px;
    font-weight: 700;
}

nav.site-breadcrumbs.clr.position- {
    margin-top: 5px;
}
	
	.rental_product_caro .slick-track {
    padding-top: 0px;
}
	
	.homepage_icon_card_section .elementor-container > .elementor-column {
    padding: 15px;
}
	
	.homepage_icon_card_section .elementor-container{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	
	.homepage_custom_cards_items .elementor-widget-wrap.elementor-element-populated{
		grid-template-columns: repeat(2, 1fr)
	}
	
	.homepage_icon_section .elementor-icon-box-content{
		margin: 0 auto !important;
	}
	
	.homepage_icon_section .elementor-icon-box-icon {
    margin-bottom: 0 !important;
}

.homepage_icon_section .elementor-container.elementor-column-gap-default {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 10px;
}
	
	div#top-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}
}


@media screen and (max-width:520px){
	
	.custom_footer .menu li a {
    font-size: 14px;
}

.custom_footer .menu li {
    margin-bottom: 5px;
}

.custom_footer span.elementor-icon-list-text {
    font-size: 14px;
}
	
	.homepage_custom_cards_items .elementor-widget-wrap.elementor-element-populated{
		grid-template-columns: repeat(2, 1fr)
	}
	
	#top-bar .elementor-widget-wrap li.elementor-icon-list-item:first-child, #top-bar .elementor-widget-wrap li.elementor-icon-list-item:last-child {
    display: none;
}

.homepage_bullet_point_content ul {
    display: flex;
    flex-direction: column !important;
}

}


@media screen and (min-width:768px) and (max-width:959px){
	#site-navigation-wrap .dropdown-menu>li>a {
    line-height: 74px;
}
}

@media screen and (max-width:959px){
	div#top-bar {
    background: var(--primary);
}

#top-bar .elementor-widget-wrap {
    justify-content: center !important;
}

#top-bar .elementor-widget-wrap li.elementor-icon-list-item.elementor-inline-item svg {
    fill: #fff;
}

#top-bar .elementor-widget-wrap li.elementor-icon-list-item.elementor-inline-item span {
    font-size: 12px !important;
}
}