@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One 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.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
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 WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */


.blog-meta.custom-blog-meta.mb-4 a {
    color: #64748b;
}



@media (max-width: 767px) {
	
	.form-ttop {
    position: relative !important;
    z-index: 2;
    margin-top: 21px !important;
    pointer-events: none;
    background-color: black;
}
	
}


.bodyyyy {
    /* max-width: 650px; */
    /* margin: 40px auto; */
    padding: 20px;
    background: #f3f3f3;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid #f0f0f0;
    font-family: Arial, sans-serif;
}

/* CF7 form inputs */
.bodyyyy .form-control,
.bodyyyy input[type="text"],
.bodyyyy input[type="email"],
.bodyyyy input[type="tel"],
.bodyyyy input[type="date"],
.bodyyyy input[type="number"],
.bodyyyy select,
.bodyyyy textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fafafa;
  transition: all 0.3s ease;
  font-size: 14px;
}

/* Focus effect */
.bodyyyy .form-control:focus,
.bodyyyy input:focus,
.bodyyyy select:focus,
.bodyyyy textarea:focus {
  border-color: #111;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
  outline: none;
}

/* Labels */
.bodyyyy label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

/* Button */
.bodyyyy .btn-default,
.bodyyyy input[type="submit"] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #111, #444);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.bodyyyy .btn-default:hover,
.bodyyyy input[type="submit"]:hover {
  background: linear-gradient(135deg, #000, #222);
  transform: translateY(-2px);
}

/* Row spacing fix */
.bodyyyy .row > div {
  margin-bottom: 15px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .bodyyyy {
    padding: 20px;
    margin: 20px;
  }
}

.offer-strip-main{
    position: relative;
    z-index: 99;
}

.offer-strip-link{
    text-decoration: none;
}

.offer-strip-box{
    background: linear-gradient(90deg, #000000, #0f172a, #1d4ed8, #000000);
    padding: 45px 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.offer-big-text{
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: blinkText 1s infinite;
}

.offer-small-text{
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    animation: blinkText 1.5s infinite;
}

@keyframes blinkText{
    0%{
        opacity: 1;
        text-shadow: 0 0 5px #fff,
                     0 0 10px #2563eb,
                     0 0 20px #2563eb;
    }

    50%{
        opacity: 0.4;
        text-shadow: none;
    }

    100%{
        opacity: 1;
        text-shadow: 0 0 5px #fff,
                     0 0 10px #2563eb,
                     0 0 20px #2563eb;
    }
}

@media(max-width:767px){

    .offer-big-text{
        font-size: 28px;
    }

    .offer-small-text{
        font-size: 12px;
        line-height: 1.5;
    }

}



.luxury-package-main{
    padding: 60px 0px !important;
}








.luxury-package-wrapper {
    background: linear-gradient(135deg, #03192e, #08233d, #000408);
    border-radius: 35px;
    padding: 40px 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
}

.luxury-package-wrapper::before{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(37,99,235,0.12);
    border-radius: 50%;
    top: -220px;
    right: -150px;
    filter: blur(25px);
}

/* Left Content */

.luxury-package-content{
    position: relative;
    z-index: 2;
}

.luxury-package-tag {
    display: inline-block;
    padding: 10px 24px;
    background: rgb(210 162 75);
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.luxury-package-content h2 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.luxury-package-content p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 10px;
}



.boxxx h4 {
    color: #d2a24b;
    padding: 7px 0px 20px 0px;
    display: block;
    animation: blinkText 1s infinite;
    font-weight: 800;
}

@keyframes blinkText{

    0%{
        opacity: 1;
    }

    50%{
        opacity: 0.3;
    }

    100%{
        opacity: 1;
    }

}




/* Price Box */

.luxury-price-box{
    margin-bottom: 35px;
}

.luxury-price-box span{
    display: block;
    color: #60a5fa;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.luxury-price-box h3{
    font-size: 78px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.luxury-price-box p{
    margin-bottom: 0;
    color: rgba(255,255,255,0.7);
}

/* Button */

.luxury-package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 40px;
    background: linear-gradient(135deg, #d4a44c, #a0732d);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
}

.luxury-package-btn:hover{
    transform: translateY(-5px);
    color: #ffffff;
}

/* Right Side */

.luxury-package-image{
    position: relative;
    text-align: center;
    z-index: 2;
}

.luxury-circle-bg{
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle,#2563eb 0%,transparent 70%);
    margin: auto;
    filter: blur(15px);
    opacity: 0.8;
}

.luxury-package-image img{
    position: absolute;
    width: 100%;
    max-width: 500px;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    filter: drop-shadow(0 25px 45px rgba(0,0,0,0.4));
}

.luxury-car-info{
    margin-top: 30px;
}

.luxury-car-info h3{
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.luxury-car-info p{
    color: rgba(255,255,255,0.75);
    font-size: 20px;
    margin-bottom: 0;
}

/* Responsive */

@media(max-width:991px){

    .luxury-package-wrapper{
        padding: 50px 35px;
    }

    .luxury-package-content{
        text-align: center;
        margin-bottom: 70px;
    }

    .luxury-package-content h2{
        font-size: 42px;
    }

}

@media(max-width:767px){

    .luxury-package-wrapper{
        padding: 35px 20px;
        border-radius: 25px;
    }

    .luxury-package-content h2{
        font-size: 30px;
    }

    .luxury-price-box h3{
        font-size: 52px;
    }

    .luxury-circle-bg{
        width: 250px;
        height: 250px;
    }

    .luxury-car-info h3{
        font-size: 24px;
    }

}

.hero-slider-silver{
    position: relative !important; z-index: 0;
}
.form-ttop{
    position: absolute;
    z-index: 2;
    margin-top: -750px;
    pointer-events: none;
}

.form-ttop .hero-rent-form-box-silver{
    pointer-events: auto;
}



.custom-form {
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hero-slider-silver .swiper-button-next,
.hero-slider-silver .swiper-button-prev{
    z-index: 99;
}


/* Right & Left Arrow Style */
.hero-slider-silver .swiper-button-next,
.hero-slider-silver .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
}

/* Arrow Icon Size & Color */
.hero-slider-silver .swiper-button-next:after,
.hero-slider-silver .swiper-button-prev:after{
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}

/* Hover Effect */
.hero-slider-silver .swiper-button-next:hover,
.hero-slider-silver .swiper-button-prev:hover{
    background: #d4af37;
    transform: scale(1.08);
}

/* Position */
.hero-slider-silver .swiper-button-prev{
    left: 10px;
}

.hero-slider-silver .swiper-button-next{
    right: 10px;
}






.jk-floating-contact{
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Main Button */
.jk-float-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 58px;
    height: 58px;
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none;
    transition: all .4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}

/* Hover Expand */
.jk-float-btn:hover{
    width: 190px;
}

/* Icon Area */
.jk-float-btn .icon{
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

/* Text */
.jk-float-btn .text{
    white-space: nowrap;
    padding-right: 22px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: .3s;
    font-family: sans-serif;
}

/* Show Text on Hover */
.jk-float-btn:hover .text{
    opacity: 1;
}

/* Call Button */
.call-btn{
    background: linear-gradient(135deg,#0d6efd,#0047b3);
}

/* WhatsApp */
.whatsapp-btn{
    background: linear-gradient(135deg,#25D366,#128C7E);
}

/* Pulse Animation */
.call-btn::before,
.whatsapp-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    animation: pulse 2s infinite;
    z-index: -1;
}

.call-btn::before{
    background: rgba(13,110,253,0.35);
}

.whatsapp-btn::before{
    background: rgba(37,211,102,0.35);
}

@keyframes pulse{
    0%{
        transform: scale(1);
        opacity: .8;
    }
    70%{
        transform: scale(1.4);
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

/* Mobile */
@media(max-width:767px){

    .jk-floating-contact{
        right: 12px;
    }

    .jk-float-btn{
        width: 52px;
        height: 52px;
    }

    .jk-float-btn .icon{
        min-width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .jk-float-btn:hover{
        width: 160px;
    }

    .jk-float-btn .text{
        font-size: 14px;
    }
}


.booknoww a {
    background-color: #cc9d47;
    padding: 11px 27px;
    border-radius: 13px;
    color: white;
}



.booknoww {
    margin: 20px 0px;
}




.custom-contact-box{
    background:#111;
    padding:35px;
    border-radius:10px;
    color:#fff;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:25px;
}

.contact-item i{
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    background:#c19d60;
    border-radius:50%;
    font-size:18px;
    color:#fff;
}

.contact-text h4{
    margin-bottom:8px;
    font-size:18px;
    color:#fff;
}

.contact-text p{
    margin:0;
    color:#ccc;
    line-height:1.7;
}

.contact-text a{
    display:block;
    color:#ccc;
    text-decoration:none;
    margin-bottom:6px;
    transition:0.3s;
}

.contact-text a:hover{
    color:#c19d60;
}

.footer-copy-text{
    border-top:1px solid rgba(255,255,255,0.1);
    padding-top:20px;
    margin-top:25px;
}

.footer-copy-text p{
    margin-bottom:8px;
    color:#aaa;
    line-height:1.7;
}

.footer-copy-text a{
    color:#c19d60;
    text-decoration:none;
}





.service-entry p {
    text-align: justify;
}



.paddingggg {
    padding: 20px;
}



.wpcf7 p {
    margin: 0 !important;
}

.cf7-form-wrapper-custom p {
    margin: 0;
}

.aboutttt p {
    text-align: justify;
}

ul.listtt li {
    list-style-type: none;
}

ul.listtt {
    padding: 0px;
    margin: 0px;
}

.listtt {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.listtt li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.listtt li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0px;
    color: #b88638;
    font-size: 16px;
}

/* ===== BLOG DETAIL SECTION ===== */
.custom-blog {
    background: #f9fafc;
}

/* ===== BLOG IMAGE ===== */
.custom-blog-image img {
    width: 100%;
    border-radius: 12px;
    transition: 0.4s ease;
}
.custom-blog-image img:hover {
    transform: scale(1.02);
}

/* ===== BLOG TITLE ===== */
.custom-blog-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

/* ===== BLOG META ===== */
.custom-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: #64748b;
}
.custom-blog-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.custom-blog-meta i {
    color: #bf8c2c;
}

/* ===== BLOG CONTENT ===== */
.custom-blog-content {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}
.custom-blog-content p {
    margin-bottom: 18px;
}
.custom-blog-content h2,
.custom-blog-content h3,
.custom-blog-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0f172a;
}

/* ===== BLOG TAGS ===== */
.custom-blog-tags {
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
}
.custom-blog-tags a {
    display: inline-block;
    padding: 6px 14px;
    margin: 5px;
    font-size: 13px;
    background: #eef2ff;
    color: #0d6efd;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}
.custom-blog-tags a:hover {
    background: #0d6efd;
    color: #fff;
}

/* ===== POST NAVIGATION ===== */
.custom-post-nav {
    border-top: 1px solid #e5e7eb;
    padding-top: 25px;
}
.custom-post-nav a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}
.custom-post-nav a:hover {
    color: #0d6efd;
}

/* ===== SIDEBAR ===== */
.custom-sidebar {
    position: sticky;
    top: 100px;
}

/* ===== WIDGET ===== */
.custom-widget {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.widget-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #0d6efd;
    display: block;
    margin-top: 8px;
}

/* ===== RECENT POSTS ===== */
.recent-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-post-item {
    gap: 12px;
    margin-bottom: 18px;
}

/* Thumbnail */
.recent-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

/* Content */
.recent-content h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.recent-content a {
    color: #0f172a;
    text-decoration: none;
}
.recent-content a:hover {
    color: #0d6efd;
}

.recent-date {
    font-size: 12px;
    color: #94a3b8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .custom-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .custom-blog-title {
        font-size: 24px;
    }

    .custom-blog-meta {
        flex-direction: column;
        gap: 10px;
    }
}



ul.jk-location-list li {
    list-style-type: none;
}



ul.jk-location-list li a {
    display: block;
    margin: 14px 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(135deg, #f5b754, #7a520d);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* HOVER */
ul.jk-location-list li a:hover {
    background: linear-gradient(135deg, #ffcf7a, #a06a12);
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    color: #fff;
}

/* SHINE EFFECT (Luxury) */
ul.jk-location-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
}

ul.jk-location-list li a:hover::before {
    left: 100%;
}



ul.jk-location-list {
    padding: 0px;
    margin: 0px;
}

.bg-lighttttt {
    background-color: #edecea;
}


.pt--66{
    padding-top: 40px;
}




/* Hover Image Only */

.fleet-hover-image{
    position:relative;
    overflow:hidden;
}

.fleet-hover-image .hover-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:all 0.5s ease;
}

.fleet-hover-image:hover .hover-image{
    opacity:1;
}



.limo-text-center.text-center h1 {
    color: #181818;
    font-weight: 800;
    padding-bottom: 12px;
}


.limo-text-center.text-center p {
    font-size: 20px;
    font-style: italic;
}


.limo-text-center-box.text-center p {
    font-size: 20px;
    font-style: italic;
    background-color: #ede9e9;
    padding: 22px 0px;
}