.partner {
    padding-bottom: 40px;
}

/* Partner Section Styles */
.partner-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.partner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

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

.partner-title {
    font-family: 'Cera Pro', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.logo-container {
    flex: 0 0 auto;
}

.logo-placeholder {
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 30px 40px;
    min-width: 180px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.logo-placeholder:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.logo-text {
    font-family: 'Cera Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.partner-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-text {
    font-family: 'Cera Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .partner-section {
        padding: 40px 0;
    }

    .partner-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .partner-logos {
        gap: 20px;
        flex-direction: column;
    }

    .logo-placeholder {
        min-width: 150px;
        min-height: 80px;
        padding: 20px 30px;
    }

    .logo-text {
        font-size: 16px;
    }

    .divider-text {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}

/* Brand One Section Height Control */
.brand-one {
    max-height: 450px !important;
    padding: 40px 0 !important;
    overflow: hidden;
}

.brand-one .thm-swiper__slider {
    max-height: 350px;
    display: flex;
    align-items: center;
}

.brand-one .swiper-slide {
    height: auto;
    max-height: 120px;
}

.brand-one .swiper-slide img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

/* Responsive adjustments for brand section */
@media (max-width: 768px) {
    .brand-one {
        max-height: 300px !important;
        padding: 30px 0 !important;
    }

    .brand-one .thm-swiper__slider {
        max-height: 250px;
    }

    .brand-one .swiper-slide img {
        max-height: 80px;
    }
}

.about-one__btn-box-center {
    text-align: center !important;
    margin-top: 50px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

.whatsapp-icon img {
    height: 60px;
}

.hero-form form#webform-submission-get-a-quote-add-form {
    z-index: 999 !important;
    padding: 40px 40px;
    background: #fff;
}

.main-slider__content {
    z-index: 999;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
    display: none;
}

.main-slider__bg {
    z-index: -1;
}

.why-choose-one__points ul li i {
    font-size: 20px;
}

.destination-one__left .icon i {
    font-size: 24px;
    color: #ca1f26 !important;
}

.contact-page__logo img {
    padding: 20px 20px;
    background-color: #ca1f26 !important;
}
.gallery {
  padding: 0 0 60px 0 !important;
  overflow: hidden;
  /* background-color: #F3F3F3; */
}

.gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

#views-bootstrap-gallery-block-1 .col-6.col-sm-6.col-md-3.col-lg-3.col-xl-3.col-xxl-3{
    padding: 0px !important;
}

#views-bootstrap-gallery-block-1{
    margin-left: 0px;
}