

/* 16+ Years Experience & Expertise" and social media icon part */


.experience-bar {
    background: transparent;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 40px; /* Adjust based on your top-bar height */
}

.experience-bar span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 15s linear infinite;
    color: #fff; /* Ensure it matches your top-bar text color */
}

@keyframes scroll-text {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


/* 1. Top Bar - Rainbow Accent */
.top-bar {
    background: #af92f7 !important;
    padding: 12px 0;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #CC66CC, #00d2ff, #00f260, #f5af19, #CC66CC) 1;
}

/* 2. 16+ Years Text - Bouncy & Bold */
.topbar-info span {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    transition: transform 0.3s ease;
}

.topbar-info span:hover {
    transform: translateY(-2px) skewX(-10deg); /* Funky tilt */
    color: #af92f7;
}

/* 3. Social Icons - "Color Splash" Style */
.social-line li a {
    width: 40px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 50% 10% 50% 10%; /* Funky asymmetrical shape */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-line li a:hover {
    border-radius: 50%;
    transform: rotate(360deg);
    background: #af92f7;
}

.social-line li a:hover i {
    color: #fff !important;
}

/* 4. Contact Card - Border Glow */
.contact-info li:first-child {
    background: #fff;
    padding: 15px 25px !important;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Soft float */
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #CC66CC, #8E2DE2);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.3s ease;
}

.contact-info li:first-child:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(204, 102, 204, 0.2);
}

/* 5. Business Query Button - Retro 3D Style */
.site-button.btn-block {
    background: #af92f7 !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 15px !important;
    border: none !important;
    box-shadow: 0 6px 0px #9b4dab; /* Flat 3D effect */
    transition: all 0.1s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-button.btn-block:hover {
    transform: translateY(3px); /* Button press effect */
    box-shadow: 0 2px 0px #9b4dab;
}


/* Logo & Email, Business Query Part */
 


/* 1. Universal Alignment for both containers */
.contact-info {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    gap: 15px; /* Perfect spacing between them */
}

/* 2. Transform the Email Button into a solid Card */
.contact-info li:first-child {
    background: #ffffff !important;
    border: 2px solid #af92f7 !important; /* Purple border to match */
    border-radius: 12px !important;
    padding: 15px 20px !important;
    min-height: 85px; /* MATCHES the Business Query height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(204, 102, 204, 0.1);
}

/* 3. Match the Business Query Button style */
.site-button.btn-block {
    background: #af92f7 !important;
    color: white !important;
    border-radius: 12px !important;
    padding: 15px 25px !important;
    min-height: 85px; /* Exact same height as Mail */
    border: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(204, 102, 204, 0.3);
}

/* 4. Funky Hover Effect for both */
.contact-info li:first-child:hover,
.site-button.btn-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(204, 102, 204, 0.4);
}

/* 5. Typography Tweaks for the Mail Section */
.contact-info li h6 {
    color: #af92f7 !important;
    margin: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-info li a {
    color: #333 !important;
    font-weight: 700;
    font-size: 14px;
}



/* services dropdown container */


/* 1. The Main Dropdown Container */
.sub-menu {
    background: #222 !important; /* Dark background to make funky colors pop */
    padding: 10px 0 !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(194, 95, 204, 0.3); /* Purple glow */
}

/* 2. Base style for the links */
.sub-menu li a {
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    padding: 15px 20px !important;
    display: block;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Bouncy animation */
    position: relative;
    border: none !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* 3. Unique Funky Colors for each item on Hover */

/* Events - Electric Blue */
.sub-menu li:nth-child(1) a:hover {
    background: linear-gradient(90deg, #00d2ff, #3a7bd5) !important;
    transform: scale(1.05);
}

/* BTL Advertising - Neon Green */
.sub-menu li:nth-child(2) a:hover {
    background: linear-gradient(90deg, #00f260, #0575E6) !important;
    transform: scale(1.05);
}

/* MICE - Hot Pink/Purple */
.sub-menu li:nth-child(3) a:hover {
    background: linear-gradient(90deg, #f953c6, #b91d73) !important;
    transform: scale(1.05);
}

/* Retail - Sunset Orange */
.sub-menu li:nth-child(4) a:hover {
    background: linear-gradient(90deg, #f12711, #f5af19) !important;
    transform: scale(1.05);
}

/* Exhibitions - Bright Yellow/Gold */
.sub-menu li:nth-child(5) a:hover {
    background: linear-gradient(90deg, #FFD200, #F7971E) !important;
    color: #000 !important; /* Black text for better contrast on yellow */
    transform: scale(1.05);
}

/* Corporate Gifts - Deep Violet */
.sub-menu li:nth-child(6) a:hover {
    background: linear-gradient(90deg, #8E2DE2, #4A00E0) !important;
    transform: scale(1.05);
}

/* 4. Add a "sliding underline" effect */
.sub-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #fff;
    transition: width 0.3s;
}

.sub-menu li a:hover::after {
    width: 100%;
}


/* --- DESKTOP VIEW (Default) --- */
.projects-container-modern {
    display: flex;
    background: #f1f4f9; 
    height: 500px; /* High enough for desktop cards */
    overflow: hidden;
    align-items: center;
    margin-top: -20px;
}

.video-carousel-window { 
    flex: 1; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
}

.video-track-modern {
    display: flex; 
    gap: 25px; 
    padding: 0 40px;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-card-modern {
    flex: 0 0 420px; /* Fixed width for desktop */
    height: 380px;   /* Fixed height for desktop */
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.video-card-modern iframe {
    width: 100%;
    height: 100%;
}

/* --- MOBILE VIEW (One at a time) --- */
@media (max-width: 768px) {
    .projects-container-modern {
        height: auto !important; /* Let content dictate height */
        padding: 40px 0;
    }

    .video-track-modern {
        padding: 0 !important;
        gap: 0 !important; /* No gaps so the "slide" is seamless */
    }

    .video-card-modern {
        /* This ensures one card fills exactly 100% of the screen */
        flex: 0 0 100vw !important; 
        min-width: 100vw !important;
        height: auto !important;
        border-radius: 0; 
        box-shadow: none;
    }

    .video-card-modern iframe {
        width: 100% !important;
        aspect-ratio: 16 / 9; /* Keeps the video shape perfect */
        height: auto !important;
    }
}

/* Fix for Video Scaling */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}


/* Fix for invisible titles in Project Carousel */
.ow-entry-content.bg-white h4 a {
    color: #333333 !important;
    font-weight: 600;
}

.ow-entry-content.bg-white p {
    color: #666666 !important;
}


/* Fix for Layout Overlap */
.display-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Keeps title and video aligned in the middle */
}

.dez-project-right {
    padding-left: 30px; /* Space between carousel and title */
    z-index: 10;
}

/* Adjust title size if it's too big for the sidebar */
.dez-project-right h3 {
    font-size: 24px;
    line-height: 30px;
}



/* Fix for Video Aspect Ratio */

/* Container for the Row to prevent overlapping */
.display-flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* modern Video Container */
.video-container-modern {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container-modern iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Force dark text color on white background */
.ow-entry-content.bg-white h4 a {
    color: #222222 !important;
}

/* Mobile Alignment Fix */
@media (max-width: 767px) {
    .display-flex-center {
        display: flex;
        flex-direction: column;
    }
    .ow-carousel-entry {
        margin-bottom: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
}





/* Ensure the white box under video looks clean */
.ow-entry-content.bg-white {
    background: #fff;
    padding: 15px;
    min-height: 100px;
}

/* Mobile Fix: Stack title on top, videos below */
@media (max-width: 768px) {
    .display-flex-center {
        flex-direction: column-reverse;
    }
    .dez-project-sidebar {
        text-align: center !important;
        padding-bottom: 30px;
    }
}




/* 1. Hide the Mobile Call Header by default (Desktop/Tablet) */
.mobile-call-header {
    display: none !important;
}

/* 2. Show it ONLY on Mobile devices */
@media (max-width: 767px) {
    .mobile-call-header {
        display: block !important;
        background: linear-gradient(135deg, #ffffff 0%, #f3efff 100%);
        padding: 15px 10px;
        text-align: center;
        border-bottom: 2px solid #af92f7;
        box-shadow: 0 4px 12px rgba(175, 146, 247, 0.15);
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    
    /* Ensure the phone icon styling is maintained */
    .mobile-call-header i {
        background: #af92f7;
        color: white;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        font-size: 16px;
        animation: pulse-purple 2s infinite;
    }
}

@keyframes pulse-purple {
    0% { box-shadow: 0 0 0 0 rgba(175, 146, 247, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(175, 146, 247, 0); }
    100% { box-shadow: 0 0 0 0 rgba(175, 146, 247, 0); }
}



    
/* Change Hamburger Menu Icon Color */
.navbar-toggler, 
.header-nav .navbar-toggler {
    border: 2px solid #af92f7 !important; /* Adds a purple border around the button */
    background: #ffffff !important; /* White background to make it stand out */
    padding: 8px !important;
    border-radius: 8px !important;
}

/* Targeting the three horizontal bars */
.navbar-toggler .icon-bar, 
.navbar-toggler-icon {
    background-color: #af92f7 !important; /* Changes the bars to purple */
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0; /* Spacing between bars */
}

/* Hover effect for the hamburger */
.navbar-toggler:hover {
    background-color: #af92f7 !important;
}
.navbar-toggler:hover .icon-bar {
    background-color: #ffffff !important; /* Flips colors on hover */
}

.navbar-toggler {
    background: linear-gradient(135deg, #af92f7 0%, #8E2DE2 100%) !important;
    border: none !important;
}
.navbar-toggler .icon-bar {
    background-color: #ffffff !important; /* White bars on a purple gradient background */
}
    

                                  
    /* Your existing styles */
    h1 { color: #987DF5; border-bottom: 2px solid #FFDF00; padding-bottom: 10px; }
    h2 { color: #5865F2; margin-top: 30px; }
    h3 { color: #12E193; margin-top: 30px; }

    /* Updated container to center items */
    .cta-box { 
        background: #f4f4f4; 
        padding: 20px; 
        border-radius: 8px; 
        border-left: 5px solid #9E7BFF; 
        margin: 20px 0; 
        text-align: center; /* This centers the buttons */
    }

    .cta-button { 
        display: inline-block; 
        background: #9E7BFF; 
        color: #fff; 
        padding: 10px 20px; 
        text-decoration: none; 
        border-radius: 5px; 
        font-weight: bold; 
        margin: 5px 10px; /* Added horizontal margin to separate the two buttons */
    }

    .whatsapp { background: #25d366; }
    hr { border: 0; height: 1px; background: #ddd; margin: 40px 0; }
    ul { padding-left: 20px; }
    .faq-item { margin-bottom: 20px; }
    .faq-question { font-weight: bold; color: #01F9C6; }


    /* PopUp */
    

    .load {
    width: 100%;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    padding: 100px 350px;
    display: none;
    background: #000000a6;
}
.load-inner{
    background: linear-gradient(to left,#a00000e0,#ff28a9e0),url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQOXLEmKbEUgUH5iB1SVW6jWJ3r4MHnw9IZD2bhi_klctAh7IpG) no-repeat;
    padding: 20px 50px;
    background-size: cover;
    border-radius: 4px;
    border: 1px solid #480100;
    box-shadow: 0 0 20px 8px #000000a8;
}

 label{
    color: #fff;
    margin: 15px 0  10px 0;
}
.form-control{
    border-radius: 2px; 
}


/* YouTube Srcoll */



.video-marquee-container {
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
    padding: 40px 0;
    /* This creates a soft fade effect on the edges */
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 30px;
    /* Use 'linear' for butter-smooth movement. 
       Adjust '15s' to make it faster (10s) or slower (20s) */
    animation: scroll-right-smooth 15s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.video-card {
    flex: 0 0 320px; /* Fixed width for consistency */
    text-decoration: none;
    color: #333;
    font-family: sans-serif;
    text-align: center;
    /* Hardware acceleration for ultra-smoothness */
    will-change: transform;
}

.video-thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #a29bfe;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
}

/* Butter-Smooth Left-to-Right Animation */
@keyframes scroll-right-smooth {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}


/* End YouTube Srcoll */


/* YouTube Logo */


.youtube-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: 'Arial Black', sans-serif;
    font-size: 26px;
    color: #333;
    margin: 50px 0 30px 0;
    cursor: default;
    transition: all 0.3s ease;
}

.inline-logo {
    height: 40px; /* Matches the text height */
    width: auto;
    border-radius: 6px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Hover Effect: Logo glows and text pops */
.youtube-heading:hover .inline-logo {
    transform: scale(1.1); /* Logo grows slightly */
    filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.8)); /* Red YouTube glow */
}

.youtube-heading:hover {
    color: #000;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .youtube-heading {
        font-size: 20px;
        flex-direction: column;
        text-align: center;
    }
}

/* 1. Remove padding from the main container */
.video-marquee-container {
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
    padding: 0 0 40px 0; /* Changed top padding from 40px to 0 */
}

/* 2. Remove the browser's default top margin from the heading */
.youtube-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: 'Arial Black', sans-serif;
    font-size: 26px;
    color: #333;
    margin-top: 0 !important; /* Forces the removal of the top gap */
    margin-bottom: 25px;      /* Keeps space between heading and videos */
    padding-top: 10px;        /* Small optional padding for a clean look */
}

/* 3. Ensure the video track is aligned correctly */
.marquee-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: scroll-right-smooth 15s linear infinite;
}







/* The Main Board Container */
.cp-sidebar-outer {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

/* Remove Bullets and Indentation */
.cp-sidebar-outer ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Widget Spacing */
.widget {
    margin-bottom: 30px;
}

.h4sidebar {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #af92f7; /* Primar Partners brand color line */
    padding-bottom: 5px;
}

/* Post Box Alignment */
.cp-post-box {
    margin-bottom: 20px;
}

.cp-post-box a {
    text-decoration: none !important;
    display: block;
    margin-bottom: 8px;
}

.cp-post-box p {
    margin: 0;
    font-size: 15px;
    color: #af92f7; /* Consistent link color */
    font-weight: 500;
}

.cp-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Best Offers Section */
.my_offers {
    background: #fdfdfd;
    padding: 10px !important;
    border-radius: 4px;
}

