@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One-child
Theme URI: https://wordpress.org/themes/twentytwentyone-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One-child is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One-child WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One-child is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');


html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, a, .elementor-widget-text-editor, textarea, input, .elementor-icon-list-text, 
.elementor-counter-title, .elementor-counter-number, .elementor-counter-number-suffix, .elementor-tab-content p {
    font-family: 'Poppins', sans-serif !important;
}
.pageSize {
	width: 1200px;
	margin: 0 auto;
}
ul, li {
	margin: 0;
	padding: 0;
}

.btnShade .elementor-button {
    background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%);
}
.btnShade .elementor-button:hover {
    background: linear-gradient(90deg, #a86914 0%, #cf8524 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.btnShadeRe .elementor-button {
    background: #fff !important;
    color: #1B1B1B;
}
.btnShadeRe .elementor-button:hover {
    background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%) !important;
}
.CTA .elementor-widget-wrap {
   background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%);
   border-radius: 18px; 
}
.btnShadeRe .elementor-button svg {
    fill: #1B1B1B;
}
.btnShadeRe .elementor-button:hover svg {
    fill: #fff;
}
.headBox {
    padding: 8px 8px !important;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    transition: all .3s ease;
    margin: 8px;
}
.headBox:hover {
    background-color: rgba(255, 255, 255, .2);
}
.headBox .elementor-icon-box-title {
    margin-top: 15px;
}

.slotBook {
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
}
.gradient-text {
    background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whyChose .elementor-widget-wrap {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 18px 18px !important;
    transform: translateY(0);
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    will-change: transform, box-shadow;
}
.whyChose .elementor-widget-wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}


/* Header Style Start */

.headerMain {
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.headerWrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerLogo img {
	width: 150px;
    height: 50px;
    object-fit: cover;
}
.headerNav ul li {
	display: inline-block;
	margin-right: 34px;
    padding: 25px 0 24px;
    position: relative;
}
.headerNav ul li a {
	color: #1B1B1B;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.headerNav ul li a:hover {
	color: #b68c2f; 
}
.headerBtn a {
	border: 1.5px solid #b68c2f;
    background-color: #fff;
    color: #1B1B1B !important;
    padding: 11px 17px;
    border-radius: 8px;
	transition: .4s;
    font-weight: 500;
}
.headerBtn {
    margin-right: 0 !important;
}
.headerBtn a:hover {
	border: 1.5px solid #b68c2f;
    background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%);
    color: #fff !important;
	transition: .4s;
}
.topbarWrap{
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  font-size: 12px;
}
.topbar {
    padding: 8px 0px;
    background: linear-gradient(90deg, #a86914 0%, #cf8524 100%);
}
.item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.icon img { 
    width: 15px;
}
.icon {
    display: inline-flex;
}
.spacer { 
    flex: 1 1 auto; 
}
.badge{
    background: rgba(255,255,255,0.12);
    padding: 4px 8px;
    border-radius: 7px;
}




.sub-menu {
    -webkit-box-shadow: 0 7px 6px 0 #cccccc6b;
    -moz-box-shadow: 0 7px 6px 0 #cccccc6b;
    box-shadow: 0 7px 6px 0 #cccccc6b;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
    background: #fff;
    position: absolute;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    padding: 0 !important;
    width: 236px;
    z-index: 99;
    top: 100%;
    left: 0;
}
.headerNav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#menu-header-navigation ul li a {
    padding: 15px 15px !important;
    font-size: 13px !important;
    display: block !important;
    line-height: initial !important;
    color: #000 !important;
    border-left: 4px solid #fff0;
}
#menu-header-navigation ul.sub-menu li:hover a {
    background-color: #97979710 !important;
    border-left: 4px solid #a86914;
    color: #a86914 !important;
}
.menu .menu-item-has-children {
    background-image: url(https://desertbuggydxb.com/wp-content/uploads/2025/10/down-arrpw.png);
    background-repeat: no-repeat;
    background-position: 99% 52%;
    background-size: 9px;
    padding-right: 23px;
}
.sub-menu li {
    padding: 0 !important;
    display: block !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #d9d8d873;
}
#menu-header-navigation ul.sub-menu li:last-child {
    padding-bottom: 7px !important;
    border-bottom: none;
}

/* Header Style End */


/* Footer Style Start */

.footerMain {
    background-color: #1e1e1e;
    padding: 50px 0 30px;
}
.menuFirst {
    flex: 0 0 30% !important;
    margin-right: 50px;
}
.footerWrap {
    display: flex;
}
.footerMenu {
    flex: 0 0 21%;
}
.ftLogos {
    width: 200px;
    margin-bottom: 16px;
}
.footerMenu p {
    color: #fff;
}
.footerMenu h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 20px;
    background: linear-gradient(90deg, #d18e32 0%, #e0982c 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}
.footerMenu ul li a, .CRleft a {
    text-decoration: none;
    color: #fff;
}
.footerMenu ul li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 15px !important;
    margin: 0 !important;
}
.copyMains {
    padding: 20px 0;
    background: linear-gradient(90deg, #a86914 0%, #cf8524 100%);
    text-align: center;
}
.CRleft p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.calls_icon a, .emails_icon a {
    background-image: url(https://desertbuggydxb.com/wp-content/uploads/2025/10/num-icon.svg) !important;
    display: inline-block;
    width: auto;
    height: 35px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left 0;
    padding-left: 47px;
}
.emails_icon a {
    background-image: url(https://desertbuggydxb.com/wp-content/uploads/2025/10/mail-icons.svg) !important;
}
/* Footer Style End */


.buggy_image img {
    width: 100%;
    border-radius: 20px 20px 0px 0px !important;
}
.buggy_price {
    margin: 0;
    background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%);
    color: #fff;
    padding: 8px 17px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -24px;
}
.buggy_image {
    position: relative;
}
.caseText {
    margin: 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.3em;
    padding-top: 50px;
    padding-bottom: 25px;
}
.buggy_excerpt {
    color:#222222;
    margin: 0;
    font-size: 16px;
    text-align: center;
    padding: 0 20px 0px 20px;
    line-height: 1.4em;
}
.caseText a{
    color:#222222;
}
.caseText a:hover {
    background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.buggyCase {
    display: inline-block;
    vertical-align: top;
    width: 31.9%;
    margin-right: 20px;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.buggyCase:nth-child(+3n) {
    margin-right:0px;
}
.buggySlots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.buggyWrap h2 {
    font-size: 14px;
    margin: 0;
    text-align: center;
    padding-bottom: 1px;
}
.buggyWrap {
    text-align: center;
}
.buggyWrap p {
    margin: 0;
    color:#1B1B1B;
    font-size: 14px;
}
.timeIcon {
    width: 30px;
}
.seatIcon {
    width: 40px;
}
.carIcon {
    width: 34px;
}
.buggyBtn a {
    background: linear-gradient(90deg, #b9761a 0%, #e0982c 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 29px;
    display: inline-block;
    border-radius: 7px;
}
.buggyBtn a:hover {
    background: linear-gradient(90deg, #a86914 0%, #cf8524 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.whatsappBtn {
    background: #25d366 !important;
}
.BtnWrap {
    display: flex;
    justify-content: center;
    padding: 30px 20px;
    gap: 26px;
}
