@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root {
    --navy: #020316;
    --red: #a5261d;
    --light: #eef0f7;
    --text: #161616
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px
}

body {
    font-family: Montserrat, Arial, sans-serif;
    color: var(--text);
    overflow-x: hidden
}

img {
    max-width: 100%;
    display: block
}

.navbar {
    min-height: 72px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    z-index: 1030
}

.logo {
    width: 130px;
    height: auto
}

.nav-link {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #111 !important;
    padding: 1rem .65rem !important;
    transition: .25s
}

.nav-link:hover {
    color: var(--red) !important
}

.dropdown-menu {
    border-radius: 0;
    padding: 8px 0
}

.dropdown-item {
    font-size: 11px;
    padding: 9px 18px
}

.dropdown-item:hover {
    background: #f3f3f3;
    color: var(--red)
}

.search-btn {
    border: 0;
    background: none;
    padding: .7rem;
    color: #111
}

.hero {
    position: relative
}

.hero-img {
    height: 520px;
    object-fit: cover;
    filter: saturate(.92)
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .05))
}

.carousel-caption {
    bottom: 17%;
    left: 10%;
    right: auto;
    max-width: 650px
}

.carousel-caption h1,
.carousel-caption h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    line-height: 1.05;
    margin: 10px 0 18px
}

.carousel-caption p:not(.eyebrow) {
    font-size: 14px;
    max-width: 560px
}

.eyebrow,
.section-kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--red)
}

.section-kicker.light {
    color: #d9d9d9
}

.section-padding {
    padding: 90px 0
}

.display-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.05;
    margin: 8px 0 25px
}

.about-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    filter: grayscale(.05)
}

.products-section {
    background: var(--navy);
    color: #fff
}

.intro-text {
    max-width: 850px;
    color: #ddd;
    font-size: 12px;
    line-height: 1.9
}

.range-title {
    font-size: 10px;
    font-weight: 600;
    margin-top: 25px
}

.product-card {
    display: block;
    background: #fff;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    position: relative
}

.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover
}

.product-card span {
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: .5px;
    padding: 13px 5px;
    background: var(--navy)
}

.product-card:hover span {
    color: #e8a39d
}

.topp-section {
    background: #eff0f7
}

.equipment-list {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px
}

.gallery-item {
    height: 150px;
    overflow: hidden;
    cursor: pointer
}

.gallery-item.gallery-wide {
    grid-column: span 2
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.why-section {
    background: #fff
}

.feature-card {
    height: 100%;
    padding: 30px 22px;
    border: 1px solid #e5e5e5;
    background: #fff
}

.feature-card i {
    font-size: 32px;
    color: var(--red)
}

.feature-card h5 {
    margin-top: 20px;
    font-weight: 600
}

.feature-card p {
    font-size: 12px;
    line-height: 1.8;
    color: #777
}

.cta-section {
    padding: 90px 20px;
    background: linear-gradient(90deg, rgba(2, 3, 22, .97), rgba(2, 3, 22, .9)), url('../images/hero-2.jpg') center/cover
}

.cta-section h2 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem)
}

.cta-section p:not(.section-kicker) {
    color: #ccc
}

.contact-section {
    background: #fff
}

.contact-info p {
    display: flex;
    gap: 18px;
    font-size: 13px;
    line-height: 1.7
}

.contact-info i {
    color: var(--red);
    font-size: 21px
}

.contact-form {
    padding: 30px;
    background: #f5f5f7
}

.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 12px
}

.form-control:focus {
    box-shadow: none;
    border-color: #222
}

.form-label {
    font-size: 11px;
    font-weight: 600
}

.footer {
    background: var(--navy);
    color: #fff;
    padding: 70px 0 0
}

.footer-logo {
    width: 145px;
    margin-bottom: 20px
}

.footer-text,
.footer-address {
    font-size: 10px;
    line-height: 1.9;
    color: #aaa
}

.footer h6 {
    font-size: 11px;
    margin-bottom: 20px
}

.footer a {
    display: block;
    color: #aaa;
    text-decoration: none;
    font-size: 10px;
    margin-bottom: 11px
}

.footer a:hover {
    color: #fff
}

.socials {
    display: flex;
    gap: 15px;
    margin-top: 15px
}

.socials a {
    font-size: 18px
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 45px;
    padding: 20px 0;
    font-size: 9px;
    color: #888
}

.floating-call,
.floating-whatsapp {
    position: fixed;
    right: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    z-index: 2000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25)
}

.floating-call {
    bottom: 85px;
    background: var(--red)
}

.floating-whatsapp {
    bottom: 22px;
    background: #25d366;
    font-size: 23px
}

.floating-call:hover,
.floating-whatsapp:hover {
    color: #fff
}

@media(max-width:991px) {
    .navbar {
        min-height: 65px
    }

    .nav-link {
        padding: .65rem 0 !important
    }

    .hero-img {
        height: 450px
    }

    .carousel-caption {
        left: 8%;
        bottom: 15%;
        max-width: 80%
    }

    .about-image img {
        height: 350px
    }

    .section-padding {
        padding: 70px 0
    }

    .gallery-item {
        height: 120px
    }
}

@media(max-width:575px) {
    .logo {
        width: 115px
    }

    .hero-img {
        height: 430px
    }

    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 2rem
    }

    .carousel-caption p:not(.eyebrow) {
        font-size: 11px
    }

    .carousel-caption {
        left: 9%;
        bottom: 17%
    }

    .product-card img {
        height: 230px
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gallery-item.gallery-wide {
        grid-column: span 2
    }

    .gallery-item {
        height: 130px
    }

    .floating-call,
    .floating-whatsapp {
        right: 15px;
        width: 46px;
        height: 46px
    }

    .floating-call {
        bottom: 75px
    }

    .floating-whatsapp {
        bottom: 18px
    }
}


/* Equipment gallery animation removed as requested. */


/* =========================
   VIDEOS SECTION
========================= */

.videos-section {
  background: #f7f7f7;
}

.video-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);
}

.video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-content {
  padding: 20px;
}

.video-content h5 {
  margin-bottom: 8px;
  font-weight: 700;
}

.video-content p {
  margin-bottom: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}