.tp-header-main {
    padding-bottom: 7px;
    padding-top: 7px;
}
/* Increase container width */
.tp-header-bottom .container {
    max-width: 1400px; /* increase width */
}

/* Make menu take full space */
.tp-mega-menu-wrapper .row {
    display: flex;
    align-items: center;
}

/* Adjust column widths */
.col-xl-3, .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-xl-6, .col-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
}

/* Main menu alignment */
.tp-main-menu-content ul {
    display: flex;
    justify-content: space-between; /* spread items */
    align-items: center;
    flex-wrap: nowrap; /* prevent wrapping */
}

/* Menu item spacing */
.tp-main-menu-content ul li {
    margin: 0 10px;
    white-space: nowrap;
}

/* Menu link styling */
.tp-main-menu-content ul li a {
    font-size: 14px;
    padding: 10px 5px;
}

/* Reduce padding if needed */
.tp-header-bottom {
    padding: 5px 0;
}

/* =========================
   STICKY HEADER ONLY
========================= */










/* =========================
   HERO SLIDER BASE
========================= */

.vc-hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* =========================
   SLIDE BASE
========================= */

.vc-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 60px;
    opacity: 0;
    animation: vcSlideFade 15s infinite;
}

/* =========================
   BACKGROUND IMAGES
========================= */

.vc-slide1 {
    background: url("https://multivecom1.virginclouds.in/storage/hero1.webp") center/cover no-repeat;
    animation-delay: 0s;
}

.vc-slide2 {
    background: url("https://multivecom1.virginclouds.in/storage/hero2-3.webp") center/cover no-repeat;
    animation-delay: 5s;
}

.vc-slide3 {
    background: url("https://multivecom1.virginclouds.in/storage/hero5.jpg") center/cover no-repeat;
    animation-delay: 10s;
}

/* =========================
   DARK OVERLAY
========================= */

.vc-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

/* =========================
   CONTENT WRAPPER
========================= */

.vc-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    color: #fff;
}

/* =========================
   TEXT STYLE
========================= */

.vc-subtitle {
    display: block;
    font-size: 28px;
  color:#fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.vc-title {
    font-size: 80px;
    font-weight: 700;
  color:#fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.vc-text {
    font-size: 18px;
    margin-bottom: 20px;
  color:#fff;
}

.vc-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #00A2D1;
    color: #000;
  font-weight:700;
    border-radius: 30px;
    text-decoration: none;
}

/* =========================
   TEXT ANIMATION (FIXED)
========================= */

.vc-subtitle,
.vc-title,
.vc-text,
.vc-btn {
    opacity: 0;
    transform: translateY(30px);
    animation: vcTextFade 15s infinite;
}

/* SLIDE 1 */
.vc-slide1 .vc-subtitle,
.vc-slide1 .vc-title,
.vc-slide1 .vc-text,
.vc-slide1 .vc-btn {
    animation-delay: 0s;
}

/* SLIDE 2 */
.vc-slide2 .vc-subtitle,
.vc-slide2 .vc-title,
.vc-slide2 .vc-text,
.vc-slide2 .vc-btn {
    animation-delay: 5s;
}

/* SLIDE 3 */
.vc-slide3 .vc-subtitle,
.vc-slide3 .vc-title,
.vc-slide3 .vc-text,
.vc-slide3 .vc-btn {
    animation-delay: 10s;
}

/* =========================
   SLIDE FADE ANIMATION
========================= */

@keyframes vcSlideFade {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* =========================
   TEXT ANIMATION
========================= */

@keyframes vcTextFade {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    8% {
        opacity: 1;
        transform: translateY(0);
    }
    28% {
        opacity: 1;
    }
    35% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
    }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .vc-slide {
        padding: 30px;
    }
  .vc-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    color: #fff;
   
}
  .vc-hero-slider {
   
    height: 60vh;
   
}

    .vc-title {
        font-size: 28px;
    }

    .vc-text {
        font-size: 18px;
    }

    .vc-subtitle {
        font-size: 20px;
    }
}




/* =========================
   UNIQUE LIGHT BLUE SEARCH DESIGN
========================= */

.tp-header-search {
    position: relative;
    max-width: 520px;
    margin-left: 0;
}

/* WRAPPER */
.tp-header-search-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    background: #f8fcff;
    border-radius: 60px;
    padding: 3px;
    overflow: hidden;
    z-index: 1;
}

/* 🔥 ANIMATED BORDER EFFECT */
.tp-header-search-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px;
    padding: 2px;
    background: linear-gradient(120deg, #00c6ff, #0072ff, #00c6ff);
    background-size: 200% 200%;
    animation: borderMove 4s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}

/* BORDER ANIMATION */
@keyframes borderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* INNER BOX */
.tp-header-search-wrapper > * {
    background: #fff;
    border-radius: 50px;
}

/* INPUT */
.tp-header-search-box input {
    width: 100%;
    height: 52px;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    background: transparent;
    color: #333;
}

/* CATEGORY */
.tp-header-search-category {
    border-left: 1px solid #e6f2ff;
    padding: 0 15px;
  display:none;
}

.tp-header-search-category select {
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    color: #0072ff;
    font-weight: 500;
    cursor: pointer;
}

/* =========================
   SEARCH BUTTON (LEFT ADJUSTED)
========================= */

.tp-header-search-btn {
    margin-left: -6px; /* 🔥 moved slightly left */
}

.tp-header-search-btn button {
    width: 60px;
    height: 52px;
    border: none;
    border-radius: 50px;
    background: rgb(7, 85, 107);
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

/* ICON */
.tp-header-search-btn button svg {
    position: relative;
    z-index: 2;
}

/* SHINE EFFECT */
.tp-header-search-btn button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    top: 0;
    left: -100%;
    transition: 0.5s;
}

/* ON HOVER SHINE */
.tp-header-search-btn button:hover::before {
    left: 100%;
}

/* HOVER EFFECT */
.tp-header-search-btn button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 114, 255, 0.4);
}

/* FOCUS EFFECT */
.tp-header-search-wrapper:focus-within {
    box-shadow: 0 0 25px rgba(0, 198, 255, 0.4);
}

/* PLACEHOLDER */
.tp-header-search-box input::placeholder {
    color: #9bbcd6;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .tp-header-search {
        max-width: 100%;
        margin: 10px 0;
    }

    .tp-header-search-box input {
        height: 45px;
        font-size: 13px;
    }

    .tp-header-search-btn button {
        height: 45px;
        width: 50px;
    }

    .tp-header-search-btn {
        margin-left: -5px;
    }
}
/* =========================
   CATEGORY BUTTON (MODERN STYLE)
========================= */

.tp-header-category {
    position: relative;
}

/* BUTTON */
.tp-category-menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,114,255,0.3);
}

/* ICON */
.tp-category-menu-btn svg {
    transition: transform 0.3s ease;
}

/* HOVER EFFECT */
.tp-category-menu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,114,255,0.4);
}

/* ROTATE ICON */
.tp-category-menu-btn:hover svg {
    transform: rotate(90deg);
}

/* =========================
   DROPDOWN MENU (GLASS STYLE)
========================= */

.tp-category-menu-content {
    position: absolute;
    top: 120%;
    left: 0;
    width: 260px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 999;
}

/* SHOW DROPDOWN */
.tp-header-category:hover .tp-category-menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================
   CATEGORY BUTTON - UNIQUE OUTLINE STYLE
========================= */

.tp-category-menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #00bfff;
    background: #ffffff;
    color: #0072ff;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* ICON */
.tp-category-menu-btn svg {
    transition: 0.4s;
}

/* 🔥 GRADIENT FILL ON HOVER */
.tp-category-menu-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 0;
}

/* TEXT ABOVE */
.tp-category-menu-btn span,
.tp-category-menu-btn {
    position: relative;
    z-index: 1;
}

/* HOVER EFFECT */
.tp-category-menu-btn:hover {
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 20px rgba(0, 114, 255, 0.4);
}

/* SHOW BACKGROUND */
.tp-category-menu-btn:hover::before {
    opacity: 1;
}

/* ICON COLOR CHANGE */
.tp-category-menu-btn:hover svg {
    transform: rotate(90deg);
    fill: #fff;
}

/* CLICK EFFECT */
.tp-category-menu-btn:active {
    transform: scale(0.96);
}

/* =========================
   OPTIONAL: SOFT GLOW (FOCUS)
========================= */

.tp-category-menu-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,198,255,0.3);
}