h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

a {
    color: #000;
    transition: color 0.3s ease;
}

a:hover {
    color: #d4af37;
    text-decoration: none;
}
.h5, h5 {
    font-size: 14px;
    margin: 0;
}
.ourbenefits h3 {
    font-size: 21px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: rgb(255 193 7);
    border-color: #ffc107;
    color:white!important;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}
.mb-4 {
    margin-bottom: 0.5rem !important;
}
.showbutton {
        border: 0;
    margin: 0 0 0 5px;
    border-radius: 4px;
    font-size: 13px;
    background: #d4af37;
    color: white;
}
.formblock_company {
        margin: 0 0 22px;
}
.company-gallery {
        margin: 29px 0 !important;
}
#companyGallery {
        border-radius: 7px;
    overflow: hidden;
}
.card-header {
    padding: 18px!important;
}
.formblock_company button {
        border: 0;
    border-radius: 4px !important;
    font-size: 13px;
    background-color: #d4af37!important;
    color: white!important;
    display: block;
}
.applybtn {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-top-right-radius: 1px!important;
    border-bottom-right-radius: 1px!important;
}
.ourbenefits {
    border-radius: var(--bs-border-radius) !important;
    min-height: 270px!important;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}

.btn.btn-primary.viewall {
    border-radius:50px!important;
    
}

.card-body .btn-primary {
        background-color: #000;
    border-color: #000;
    color: #fff;
    border-top-right-radius: 1px!important;
    border-bottom-right-radius: 1px!important;
}

@media (max-width:767px) {
    .card-body .btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 1px!important;
}
}

.btn-primary:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #white;
}

.btn-outline-primary {
    border-color: #000;
    color: #000;
}

.btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.navbar {
    background-color: #000 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px 0;
}

.navbar-brand {
    font-weight: 700;
    color: #fff !important;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px !important;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #d4af37 !important;
}

.mega-menu {
    background-color: #fff;
    border-top: 3px solid #d4af37;
}

.mega-menu-title {
    color: #000;
    border-bottom: 1px solid #eee;
}

.mega-menu-list a:hover {
    color: #d4af37;
}

.hero-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/assets/images/content/dmc-transfer-limousine-worldwide.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 150px 0 ;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #fff;
    opacity: 0.9;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width)* 2));
    font-size: 1.25rem;
    border-radius: .5rem;
    padding: 10px 25px!important;
}

.search-box {
    background-color: rgba(255,255,255,0.95);
    padding: 7px;
    border-radius:50px!important;
}

.company-card {
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.company-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.company-image {
    /*height: 250px;*/
    border-radius: 0;
}


.company-title a {
    color: #000;
}

.company-title a:hover {
    color: #d4af37;
}

.feature-badge {
    background-color: #f9f9f9;
    border-radius: 0;
    color: #333;
}

.section-title {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #d4af37;
}

.destination-card {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.destination-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    border-radius:10px;
}

.destination-card:hover .destination-image {
    transform: scale(1.1);
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width)* 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-bottom-left-radius: 50px!important;
    border-top-left-radius: 50px!important;
}

.destination-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    border-radius:10px;
}

.destination-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.destination-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
}

.destination-usa {
    background-image: url('/assets/images/content/dmc-transfer-united-states.webp');
}

.destination-germany {
    background-image: url('/assets/images/content/dmc-transfer-germany.webp');
}

.destination-uk {
    background-image: url('/assets/images/content/dmc-transfer-united-kingdom.webp');
}

.destination-france {
    background-image: url('/assets/images/content/dmc-transfer-france.webp');
}

.destination-italy {
    background-image: url('/assets/images/content/dmc-transfer-italy.webp');
}

.destination-canada {
    background-image: url('/assets/images/content/dmc-transfer-canada.webp');
}

.text-primary {
        color: rgb(199 176 77) !important;
}
.bg-primary {
    background-color: black !important;
}
.footer {
    background-color: #111;
    color: #fff;
    padding: 60px 0 20px;
}

.footer h5 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links a {
    color: #aaa;
}

.footer-links a:hover {
    color: #d4af37;
}

.copyright {
    border-top: 1px solid #222;
}

.hover-gold:hover {
    color: #d4af37 !important;
}

.text-gold {
    color: #d4af37 !important;
}

.bg-dark-premium {
    background-color: #111 !important;
}

.pagination a:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #000;
}

.pagination .current {
    background-color: #000;
    border-color: #000;
}


@media (max-width:767px) {
      .search-box {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 11px 20px;
            border-radius: 20px!important;
}
.search-box .btn-primary {
            font-size: 14px;
        margin: -5px 0;
}
    .form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width)* 2));
    padding: .5rem 1rem;
    font-size:16px;
    border-radius: 5px!important;
}
    .btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 10px!important;
}

.btn.btn-primary.viewall {
    border-radius: 1px !important;
}
}