body {
    font-family: 'Segoe UI', sans-serif;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('banner.jpg') no-repeat center/cover;
    color: #fff;
    padding: 100px 0;
}

.brand-card {
    transition: transform 0.3s;
}

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

footer {
    background: #111;
    color: #bbb;
    padding: 30px 0;
}

footer a {
    color: #bbb;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}



/* swiper js start css */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* swiper js end css */


/* about us banner */
.hero {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../images/about-us-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* cover maintains aspect ratio */
    background-position: center;
    color: #fff;
    /* ensures text is visible */
    padding: 100px 0;
}

.hero-brand {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../images/brand-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* cover maintains aspect ratio */
    background-position: center;
    color: #fff;
    /* ensures text is visible */
    padding: 100px 0;
}

.hero-contact {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../images/contact-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* cover maintains aspect ratio */
    background-position: center;
    color: #fff;
    /* ensures text is visible */
    padding: 100px 0;
}

.hero-privacy {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../images/privacy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* cover maintains aspect ratio */
    background-position: center;
    color: #fff;
    /* ensures text is visible */
    padding: 100px 0;
}

.hero-term {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../images/term.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* cover maintains aspect ratio */
    background-position: center;
    color: #fff;
    /* ensures text is visible */
    padding: 100px 0;
}


.nav-item>a {
    font-size: 16px !important;
}


@media (max-width: 767px) {
    .enquire-now {
        display: none;
    }
    .floatdetail {
        display: none;
    }
}
@media (max-width: 991px) {
    .enquire-now {
        display: none;
    }
    .floatdetail {
        display: none;
    }
}



@media (max-width:900px){
  .contact-info,
  .social-links{
    font-size:14px;
  }
}



/* Extra-small devices (<576px)  */
@media (max-width:575.98px) {
  .topbar-bg .contact-info,
  .topbar-bg .social-links {
    font-size:13px;
    gap:0.5rem;
  }
  /* stack each block vertically */
  .topbar-bg .row > div {
    flex: 0 0 100%;
    max-width:100%;
    text-align: center;
    margin-bottom:8px;
  }
  /* hide marquee completely on mobile */
  .topbar-bg .marquee {
    display:none;
  }
}

/* Small and medium devices (≥576px and <992px) */
@media (min-width:576px) and (max-width:991.98px) {
  .topbar-bg .contact-info,
  .topbar-bg .social-links {
    font-size:14px;
    gap:1rem;
  }
  /* hide marquee for tablet */
  .topbar-bg .marquee {
    display:none;
  }
}


/* ===== Topbar Responsive Tweaks ===== */

/* Reduce gaps / font size on screens <1200px */
@media (max-width:1199.98px){
  .topbar-bg .contact-info,
  .topbar-bg .social-links{
    font-size:14px;
    gap:0.75rem;
  }
}

/* Tablet + small devices (<992px) */
@media (max-width:991.98px){
  /* hide marquee */
  .topbar-bg .marquee{
    display:none!important;
  }
  .topbar-bg .contact-info,
  .topbar-bg .social-links{
    font-size:13px;
    gap:0.5rem;
  }
}

/* Phones (<576px)  ->   stack all items */
@media (max-width:575.98px){
  .topbar-bg .row>div{
    flex:0 0 100%;
    max-width:100%;
    margin-bottom:8px;
    text-align:center;
  }
}
