/* ======== header ======== */
header {

    background: linear-gradient(45deg, #010101, #212121);
 
     .top-header {
         background-color: #c1a067;
         position: relative;
         border-bottom: 1px solid #ffffff61;
         padding: 10px 0;
         .main-top-header {
            /* display: flex;
             */
             justify-content: space-between;
             align-items: center;
             color: #fff;
        }
         .top-tagline {
             position: relative;
             padding: 13px 50px 13px 0px;
             line-height: 24px;
            /* background: #d4af37;
             */
        }
         .top-tagline P {
             position: relative;
             z-index: 1;
        }
         .top-tagline::before {
             content: '';
             position: absolute;
             right: -20px;
             top: 0px;
             background: transparent;
             height: 100%;
             width: 2000px;
             -webkit-transform: skewX(20deg);
             -ms-transform: skewX(20deg);
             -o-transform: skewX(20deg);
             -moz-transform: skewX(20deg);
             transform: skewX(20deg);
        }
         .limo-details ul {
             display: flex;
             align-items: center;
             gap: 20px;
             justify-content: end;
        }
         a {
             color: #fff;
        }
         .limo-details a {
             display: flex;
             align-items: center;
             gap: 15px;
             color: #000;
             padding-right: 15px;
        }
        
    }
     .bottom-header {
         padding: 3px 0px;
         border-bottom: 1px solid #ffffff61;
         background: #000000;
 
         .main-bottom-header {
         display: flex;
         justify-content: space-between;
         align-items: center;
        }
         .logo {
         width: 12%;
        }
         .logo
         img {
             max-width: 100%;
        }
         .primary-menu {
         display: flex;
         align-items: center;
         width: 88%;
         justify-content: end;
        }
         nav ul {
             display: flex;
         align-items: center;
        }
         nav a {
             font-size: 15px;
             padding: 0 6px;
             color: #c1a067;
        }
        
    }
     .menu-icon{
         display: none;
    }
 }
 /* ====== banner ========= */
 .hero-section {
     position: relative;
     .slider-imgs {
         .item {
             img {
                 width: 100%;
            }
        }
    }
     .main-hero-section {
         position: absolute;
         top: 0px;
         left: 0px;
         width: 100%;
         height: 100%;
         display: flex;
         align-items: center;
         z-index: 1;
         background: linear-gradient(45deg, #000000, #00000005);
    }
     .banner-content {
         text-align: center;
         width: 100%;
         max-width: 80%;
         padding: 25px;
         margin: 0 auto;
         display: flex;
        /* align-items: center;
         */
         flex-direction: column;
         gap: 20px;
         color: #fff;
    }
 }
 /* =========== feature ========= */
 .feature {
     padding: 50px 0px;
     background: #000000;
     color: #fff;
     .main-feature {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
     grid-gap: 20px;
     align-items: stretch;
    }
     .item {
     text-align: center;
     display: flex;
     flex-direction: column;
     gap: 15px;
    }
     .item .icon {
     position: relative;
    }
     .item .icon
     span {
         z-index: -1;
     width: 58px;
     height: 58px;
     bottom: 12px;
     right: 112px;
     position: absolute;
     border-radius: 999px;
     background-color: #EAECEE;
    }
     .item
     img {
         width: 80px;
    }
 }
 /* ========== about us ========= */
 .about-us {
    background:  #c1a067;
     .main-about-us {
     display: flex;
     gap: 40px;
    }
     .about-us-img {
     position: relative;
     width: 50%;
    }
     img {
         border-radius: 10px;
    }
     .img01 {
     width: 80%;
     border: 5px solid #000;
     border-radius: 16px;
     background: #000;
    }
     .img02 {
     width: 50%;
     position: absolute;
     bottom: 50px;
     right: 0;
    }
     .about-us-content {
     width: 50%;
     display: flex;
     flex-direction: column;
     gap: 20px;
    }
    h1{
        color: #000;
        font-weight: 600;
    }
     .call-col {
     display: flex;
     align-items: center;
     gap: 20px;
     img {
             width: 70px;
        }
    }
     .number-call {
     a {
             font-size: 30px;
     font-weight: 700;
     color: #000;
        }
    }

 }
 /* ======= services ========= */
 .services{
     background: linear-gradient(rgb(0 0 0), rgb(0 0 0 / 23%)), url(../upload/other/service-banner.jpg);
     background-attachment: fixed;
     background-position: center;
     background-size: cover;
     text-align: center;
     color: #fff;
     .main-services{
     margin-top: 50px;
    }
     .service-content{
     display: flex;
     flex-direction: column;
     gap: 15px;
    }
     .item{
     background-color: #c1a067;
     padding: 20px;
     border-radius: 16px;
     backdrop-filter: blur(5px);
     cursor: pointer;
     img{
             transition: all .2s linear;
        }
         .item-img{
     width: 100%;
     display: flex;
     overflow: hidden;
     border-radius: 8px;
        }
         .item-content{
     color: #ededed;
     margin-top: 20px;
        }
    p{
        color: #000;
        padding-top: 12px;
    }
     
    }
     .item:hover img{
         transform: scale(1.1);
    }
     .primary-btn{
     margin-top: 40px;
    }
 }
 /* ======== fleet ========= */
 .fleet{
    background:  #c1a067;
     .fleet-content{
     text-align: center;
    
    }
     .main-fleet{
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
     grid-gap: 50px;
     align-items: stretch;
     margin-top: 50px;
    }
     .item{
     text-align: center;
     box-shadow: 1px 1px 4px 1px #1f1f1f33;
        padding: 15px;
        border-radius: 5px;
     img{
             width: 90%;
        }
    }
     .primary-btn{
     margin-top: 20px;
    }
     .second-btn{
     margin-top: 70px;
     text-align: center;
     button{
             background: transparent;
     border: 1px solid #d4af37;
     color: #000;
        }
    }
     .second-btn
     button:hover{
         background-color: #d4af37;
        color: #fff;
    }
    p{
        color: #000;
        padding: 12px 0px;
    }
 
 }
 /* =========== testimonial ======== */
 .testimonial{
     width: 100%;
     background: url(../upload/other/testimonial-banner.jpg);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }
 .testimonial-content{
     width: 100%;
     padding: 50px 0px;
     text-align: center;
 }
 .testimonial{
     display: flex;
     h3{
         text-align: center;
    }
     .testimonial-items{
         width: 70%;
         margin: 60px auto 0;
    }
     .item{
         .google-img{
             img{
                 width: 200px;
            }
        }
         .t-bottom{
             display: flex;
             align-items: center;
             gap: 20px;
             img{
                 width: 80px;
            }
             .author{
                 font-size: 24px;
                 font-weight: 700;
            }
        }
    }
 }
 /* ========= footer ========= */
 .footer{
     
     background: #000;
     .top-footer{
         padding: 60px 0px;
         .main-top-footer{
         display: flex;
         text-align: center;
         color: #fff;
        }
         a{
             color: #c1a067;
        }
         .quick-link{
         width: 30%;
        }
         .footer-about{
         width: 40%;
        }
         .footer-contact{
         width: 30%;
        }
         ul{
             margin-top: 20px;
         display: flex;
         flex-direction: column;
         gap: 10px;
        }
         ul a{
             font-size: 16px;
             color: #c1a067;
        }
         .footer-logo
         img{
             max-width: 70%;
        }
         .footer-about
         p{
             font-size: 14px;
             margin-top: 20px;
             color: #c1a067;
        }
         .social-media{
         font-size: 24px;
         margin-top: 20px;
         display: flex;
         align-items: center;
         gap: 20px;
         justify-content: center;
        }
         .footer-24-img{
         margin-top: 20px;
         img{
                 max-width: 70%;
            }
        }
        
    
    }
     .bottom-footer{
         background-color: #000000;
         padding: 10px 0px;
         color: #c1a067;
         text-align: center;
         font-size: 13px;
         a{
             color: #c1a067;
        }
         img{
             margin-top: 10px;
         width: 72px;
        }
    }
 }
 .limo-details ul {
     display: flex;
     align-items: center;
     gap: 20px;
 }
 .limo-details a {
     color: #fff;
 }
 .text-white {
     color: #fff;
 }
 
 
 .main-feature h5 {color: #c1a067;}

 .services h3, .services h6, .services p { color: #c1a067;}
 .fleet h5 { margin-bottom: 10px;margin-top:10px;}

 .top-footer h5 { color: #c1a067;}

 .inner-banner h3 { color: #c1a067;}



 .about-section {
    .main-about-section {
        display: flex;
        gap: 40px;
    }
}

.about-section {
     .about-img {
        img {
            border-radius: 10px;
            box-shadow: 0px 1px 18px 0px #ccc;
        }
    }
}

.about-section {
    .about-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}




.service-img {
    width: 50%;
    text-align: center;
    img {
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0px 1px 18px 0px #ccc;
    }
}

.main-service-section {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    
.service-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
h3{font-size: 30px;color: #c1a067;font-weight: 500;}
p{ font-size: 16px;}

}
}

.service-odd { flex-direction: row-reverse;}






.fleet-img {
    width: 50%;
    img {
        border-radius: 10px;
        box-shadow: 0px 1px 18px 0px #ccc;
    }
}

.main-fleet-section {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    .fleet-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;}
        h3{font-size: 30px;color: #c1a067;font-weight: 500;}
p{ font-size: 16px;}
}

.fleet-odd { flex-direction: row-reverse;}

.service-iner-page, .fleet-iner-page {
     padding: 50px 0px;
     border-bottom: 1px solid #c1a0676e;
    }


.contact-main {
    background: #c1a067;
    .container {
    display: flex;
    gap: 40px;
        .contact-details {
    width: 50%;
            .details-items {
    margin-top: 25px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 20px;
                .box {
    background-color: #000000;
    padding: 20px 20px;
    margin-bottom: 0;
    text-align: center;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    align-items: center;
                    .content
    h5{
                    text-align: left;
                    color: #c1a067;
                }
                    .content
    a{
                    color: #c1a067;
                    }
                    .icon {
    i {
                            padding: 20px;
                            background-color: #c1a067;
                            border-radius: 150px;
                            color: #000000;
                            height: 60px;
                            width: 60px;
                            font-size: 23px;
                            text-align: center;
                        }
                    }
    }
            }
        }
        .contact-form {
    width: 50%;
    form {
                margin-top: 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
                .box {
    display: flex;
    gap: 20px;
                }
    input, textarea {
                    width: 100%;
                    padding: 10px;
                    background-color: #ffffff;
                    outline: none;
                    border: none;
                    color: #000;
                    border-radius: 5px;
                    border-bottom: 1px solid #000;
                    font-size: 15px;
                }
    input[type="submit"] {
                    padding: 10px 21px;
                    font-size: 18px;
                    border: none;
                    background: #000000;
                    color: #c1a067;
                    cursor: pointer;
                    transition: all .4s linear;
                    border-radius: 12px;
                    width: 150px;
                    margin: 0 auto;
                }
            }
        }
    }

}


.contact-title {
    h4 {
    font-size: 35px;
    margin-bottom: 10px;
    text-align: center;
}
 
}

.form-main {
    background: #c1a067;
    padding: 20px;
    box-shadow: 2px 2px 5px 3px #eee;
    border-radius: 13px;
}

.payment-heading h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background: #000000;
    color: #fff;
    padding: 4px 10px;
    line-height: normal;
    border-radius: 4px;
    margin: 30px 0px;
    text-align: center;
}

.form-main label {
    font-size: 15px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    color: #000;
    outline: none;
    /* box-shadow: 1px 1px 4px 2px #000; */
    border: none;
    margin: 10px 0px;
    border-radius: 4px;
}

.custom-select {
    margin-right: 10px;
    font-size: 15px;
    max-width: 100%;
    width: 100%;
    padding: 10px;
    color: #000;
    outline: none;
    /* box-shadow: 1px 1px 4px 2px #000; */
    border: none;
    margin: 10px 0px;
    border-radius: 4px;
}

.form-main p {
    font-size: 14px;
    margin: 15px 0px;
}

.book-now-box { display: flex;
    gap: 20px;
    .form-group{
        width: 50%;
    }
}

.primary-btn2  {
    padding: 10px 21px;
    font-size: 18px;
    border: none;
    background: #000000;
    color: #c1a067;
    cursor: pointer;
    transition: all .4s linear;
    border-radius: 12px;
    margin-top: 20px;
}
.link-btn { text-align: center;}

.form-one {
    input { width: auto; margin-right: 10px;}
}

.fixed-whatapp {max-width: 130px;display: inline-block;position: fixed;top: 45%;right: 20px; z-index: 999;}
.dn { display: none;}
.page-wrapper{
    padding: 60px 0px;
}
.service-area-box ul{
    display: flex;
    justify-content: space-between;
}
.service-area-box ul li{
    margin: 18px 7px;
    padding: 12px 20px;
    background-color: #c1a067;
    border-radius: 12px;
    text-align: center;
    font-size: 19px;
    color: #1e1e1e;
    width: 100%;
}   
.service-area-box ul li:hover{
    background-color: #232222;
    transition: all .3s linear;
    color: #fff;
}
.services_page_bg {
    background: #2bb94369;
}
.privacy-page h4{
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #4400ff;
    margin-top: 15px;
}
.privacy-page h5{
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #d68600;
    margin-top: 15px;
}
.privacy-page h3{
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 500;
    color: #070707;
    margin-top: 15px;
}
.privacy-page p{
    margin-bottom:35px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}
.privacy-page ul li{
    margin-bottom: 20px;
    margin-top: 20px;
    list-style-type: disc;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
}
.privacy-page ul li strong{
    color: #d68600;
}
.card_img{
    width: 170px;
    height: auto;
    border-radius: 6px;
    margin-top: 11px;
}

header .container-fluid { padding: 0 4px;}
.about-list-img { 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px; /* Space between the boxes */
    padding: 20px 0px;
}

.about-img-bx img { border-radius: 6px;}

/* Container setup */
/* Container setup */
.container-blog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  
  /* Left content styling */
  .left-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 20px;
  }
  
  .left-content .blog-box {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .blog-box h3{
    font-size: 24px;
  }
  
  .left-content img {
    width: 100%;
    border-radius: 8px;
  }
  
  .left-content h2 {
    font-size: 1.5rem;
    margin: 15px 0;
  }
  
  .left-content .meta {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 10px;
  }
  
  .left-content .description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
  }
  
  .left-content .read-more {
    display: inline-block;
    padding: 10px 15px;
    background-color: #c1a067;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .left-content .read-more:hover {
    background-color: #cd993f;
    color: #000;
  }
  
  /* Right sidebar styling */
  .right-sidebar .sidebar-item {
    display: flex;
    margin-bottom: 15px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  /* .sidebar-item h3{
    font-size: 24px;
  } */
  
  .right-sidebar img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 10px;
  }
  
  .right-sidebar h3 {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  
  .right-sidebar .meta {
    font-size: 0.8rem;
    color: #777;
  }
  

  .rightblog-title { font-size: 30px; margin-bottom: 20px;}

  .left-content .blog-detail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .left-content-blog-detail {
    display: flex;
    flex-direction: column;
  }
  

  .blog-detail h1,
  .blog-detail .heading {
    font-size: 2.0rem;
    margin: 20px 0;
    color: #222;
  }
  
  .blog-detail h2 {
    font-size: 1.5rem;
    margin: 20px 0;
    color: #333;
  }
  
  .blog-detail h3 {
    font-size: 1.5rem;
    margin: 15px 0;
    color: #444;
  }
  
  .blog-detail .meta {
    font-size: 1rem;
    color: #777;
    margin-bottom: 15px;
  }
  
  .blog-detail .description {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
  }
  
  .reasons {
    margin: 20px 0;
  }
  
  .reason {
    margin-bottom: 20px;
  }

  .blog-detail p a {color: #cd993f;}

  .primary-menu nav { margin-right: 15px;}

/* Container for the grid layout */
.price-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px; /* Space between grid items */
    padding: 20px;
    background-color: #f8f9fa; /* Light background color */
}

/* Style for each price item */
.price-item {
    background-color: #ffffff; /* White background for items */
    border: 1px solid #dee2e6; /* Light border color */
    border-radius: 8px; /* Rounded corners */
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Style for city names */
.city {
    font-size: 18px; /* Larger font size for city names */
    font-weight: bold;
    margin-bottom: 10px; /* Space between city name and price */
    color: #333; /* Darker text color for contrast */
}

/* Style for prices */
.price {
    font-size: 16px; /* Slightly smaller font size for prices */
    color: #282828; /* Dark gray text color */
}
.seo-content{
    padding: 50px 0px;
    background-color: #161616;
    border-bottom: 1px dotted #c1a067;
}
.seo-content .container{
    display: flex;
    align-content: space-between;
}
.seo-content .container div{
   margin: 0px 20px;
}
.seo-content h4{
    font-size: 28px;
    color: #c1a067;
    font-weight: 600;
    margin: 10px 0px;
}
.seo-content p{
    font-size: 17px;
    letter-spacing: 0.3px;
    color: #c1a067;
}
.seo_footer_content{
    padding: 60px 0px;
    background-color: #161616;
}
.seo_footer_content div{
    display: flex;
    align-content: space-between;
}
.seo_footer_content ul li{
    color: #c1a067;
    width: 90%;
    padding: 4px 0px;
    list-style-type: circle;
}
.text_color{
    color: #c1a067;
    font-weight: 500;
}
.testimonial-box{
    padding: 20px;
    box-shadow: 1px 1px 4px 1px #0000005e;
    margin:20px 0px;
    background-color: #e6d6c3;
    border-radius: 5px;
}
.testimonial-box h4{
    color: #000;
    font-size: 30px;
    margin-top: 30px;
}
.testimonial-box p{
    color: #000;
    font-size: 18px;
}
.testimonial-box img{
    width: 120px;
    height: auto;
}
.reviews-section{
    padding: 80px 0px;
    background-color: #c1a067;
}
.reviews{
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 30px;
}

.ohnohoney{
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 0;
            width: 0;
            z-index: -1;
        }
.content_charge {
    text-align: center;
    font-size: 23px;
    color: #c1a067;
    margin: 20px 0px;
}
.price-item-main {
    text-align: left;
    margin: 10px 0px;
    display: flex;
}
.car_price{
    background-color: #c1a067;
    padding: 20px 30px;
    border-radius: 8px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.car_price h3{
    font-size: 26px;
    border-bottom: 2px solid #ffffff70;
    padding-bottom: 2px;
    margin: 5px 0px 18px 0px;
}

.d-none{
    display: none;
}

.text-center{ text-align:center; text-transform:uppercase; }
.primary-btn.pbtn-sm{
    display: none;
}