.projectclient {
    padding: 0px 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* 
.slide {
    padding: 0px;
    border: 1px solid #eee;
    margin-right: 10px;
}

.slide img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
    padding: 25px;
    height: 200px;
}

.slide img:hover {
    box-shadow: 8px 6px 26px -2px rgb(64 64 64 / 48%);
    z-index: 12;
    position: relative;
} */

.client-panel .owl-nav button.owl-next {
    font-size: 70px;
    position: absolute;
    top: 45%;
    text-align: center;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: block;
}

.client-panel .owl-nav button.owl-prev {
    font-size: 70px;
    position: absolute;
    top: 45%;
    text-align: center;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: block;
}

.filters .filters-select {
    border-radius: 50px;
    display: none;
    background: #fff;
}

.seo_faq_section h3{
    font-size: 20px !important;
}

.seo_middle_section h2{
    font-size: 25px !important;
}
/* css add by rahul*/
a.shopbtn {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: var(--font18);
    line-height: 1;
    font-weight: var(--weight600);
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    padding: 12px 15px;
    width: 100%;
    transition: all 0.4s linear;
}
a.shopbtn:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(204, 204, 204, 0);
    color: var(--primary);
    background-color: transparent;
}
.desktop {display:block;}
.mob {display:none;}
@media screen and (max-width: 1024px) {
    a.shopbtn {padding: 8px 10px; font-size: 13px;}
.desktop {display:none;}
.mob {display:block;}
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) {
    .mobnavigation {
        display: flex;
        margin-left: 0;
    }
}





@media screen and (max-width: 1200px) {
    .highlightslider .owl-theme .owl-nav {
        display: none;
    }
.projectclient {
	padding: 0px;}
    .highlightslider .owl-theme .owl-dots {
        display: none;
    }

    .mediagridheader {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-content: center;
        flex-direction: row;
    }

    #media-filter-list a,
    .filters ul li {
        display: inline-block;
        padding: 0px 10px 3px 0px;
    }

    .client-panel .owl-nav button.owl-prev,
    .client-panel .owl-nav button.owl-next {
        font-size: 50px;
    }

    .clientcol {
        height: auto;
		width: 24%;
    }

    .latestcol {
        margin-bottom: 0px;
    }

    .gridrow .mediacol a {
        display: flex;
        flex-direction: column;
    }

    .gridrow .mediaimg,
    .gridrow .mediaimg img {
        width: 100%;
    }

    .mediades h4 {
        font-size: 16px;
    }

    .mediades .date {
        font-size: 12px;
    }

    .mediades p {
        font-size: 14px;
    }

    .loadmore {
        padding: 0px;
    }

    .latestcol .mediacol .mediaimg {
        height: 250px;
    }
}

@media (max-width: 960px) {
    .filters ul {
        display: none;
    }

    .filters .filters-select {
        display: inline-block;
        font-size: 14px;
        padding: 5px 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .select-wrapper:after {
        display: inline-block;
        margin-left: -28px;
        vertical-align: 0.1em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    select::-ms-expand {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .singlepost-wrap {
        text-align: center;
    }

    .singlepost-wrap h1 {
        font-size: 35px;
    }

    .featureimg {
        margin: 30px auto 0;
    }

    .media-description {
        padding: 30px 0;
    }

    .media-description h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .media-description p {
        font-size: var(--font16);
    }

    .highlight-slider h2,
    .relposts-wrap h2 {
        font-size: 35px;
        text-align: center;
        padding-bottom: 30px;
    }

    .highlight-slider {
        padding: 50px 20px 30px;
    }

    .owl-theme .owl-nav {
        display: flex;
        justify-content: center;
    }

    .socialshare {
        justify-content: center;
        margin: 20px 0px 50px 0px;
    }

    .media-detail-wrap.secpanel {
        padding: 100px 0 40px;
    }

    .relposts-wrap {
        padding: 0px;
    }

    .postwrap {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .postcol {
        width: 100%;
        margin-bottom: 10px;
    }

    .client-panel h2,
    .client-panel p {
        padding-bottom: 20px;
    }

    .client-panel p {
        font-size: 14px;
    }

    .latestcol .mediacol {
        border-bottom: 1px solid #D2D2D2;
        margin-bottom: 10px;
    }

    .col-sm-6.latestcol:first-child {
        border-right: 0px solid #B7B7B7;
        border-bottom: none;
    }
	.clientcol {
     width: 33.33%;
}

}
@media (max-width: 480px) and (max-height:720px){
    .latestcol .mediades {
        padding-bottom: 20px;
    }
    .mobdropdown ul{
        flex-direction: column;
    }
    .mobdropdown ul li{
        width: 100%;
    }
    .mobdropdown ul li a{
        text-align:left;
    }
    .mobdropdown ul li a img{
        display: inline-block;
    }
}



/*Media Page Video Css*/

.video-banner {
  display: block;
}
@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.0em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}
@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  
  display: block;
  width: 2.5em;
  height: 2.5em;
  
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
  transform: translateX(-50%) translateY(-50%) scale(1.0);
  
  -webkit-transition: 
    all 0.2s ease-out 0.05s;
  transition: 
    all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  backgound: #330099;
}



/* buttons */
.content .button-group {
  margin-top: 1em;
}
.content .button {
  display: inline-block;
  padding: 1em 2em;
  min-width: 8em;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 1.5em;
  box-shadow: 0 1px 1px rgba(0,0,0,0.25);
  
  /* button theme - secondary is default */
  background: #f0f0f0;
  color: #2B2B2B;
  
  -webkit-transition: 
    all 0.2s ease-out 0.05s;
  transition: 
    all 0.2s ease-out 0.05s;
}
.content .button ~ .button {
  margin-left: 0.5em;
}
.content .button:hover {
  background: #e5e5e5;
}
/* primary button overrides */
.content .button.primary {
  background: #E50055;
  color: #fff;
}
.content .button.primary:hover {
  background: #9D00E5;
}


/* video thumbnail grid */
.content .video-thumb-grid {
  position: relative;
  font-size: 0; /* collapse the white-space */
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc(((100% - 4rem) / 2) * 0.5625); /* 16:9 calc */
  
  margin: 1rem 1rem; /* gutters */
  
  overflow: hidden; /* clipping */
  
  position: relative; /* enable positioning for inner content */
  
  font-size: 1rem; /* reset the font size */
  
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  box-shadow: 0 0 0 rgba(0,0,0,0.0);
  
  -webkit-transition: 
    all 0.2s ease-out 0.05s;
  transition: 
    all 0.2s ease-out 0.05s;
}
.content .video-thumb:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13,1,61,0.35);
}
.content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  
  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  
  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;
  
  background: #2b2b2b;
}








/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;

  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;


  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgba(0,0,0,0.6); /* overlay color */

  opacity: 0.0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  
  margin: 0 auto;

  overflow-y: visible;

  background: #000;
  
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
	.clientcol {width: 50%;}
}

/* modal close button */
.close-video-modal {
  display: block;
    position: absolute;
    right: 0px;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background: #000;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;

  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
  opacity: 1.0;
}
.show-video-modal .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}
.ui-autocomplete {
    overflow: auto;
    height: 300px;
}


.nav-folderized .folderized-child h4 i
{
    display: none;
}
.folderized-link-box {
    padding: 0;
    list-style: none;
    font-size: 1rem
}

.nav-folderized .folderized-child .h4 i {
    display: none;
    float: right
}

@media (max-width:767.98px) {
    .single-footer-widget {
        margin: 15px 0 0 0
    }
    .mobile-center
    {
        text-align: center;
        padding-top: 20px;
    }
    .mobile-footer-list li {
        margin-top: 15px;
        line-height: normal;
        border-bottom: 1px solid rgb(255 255 255 / 29%);
        padding-bottom: 5px;
    }
    .mobile-footer-list li a {
        padding-top: 0 !important;
    }

    .mobile-vision{
    	    text-align: center;
            justify-content: center;
            align-items: center;
    }
    .mobile-vision-svg{margin: 0 auto;padding-bottom: 15px;}	
    .single-footer-widget {
        border-bottom: 1px solid rgb(255 255 255 / 29%);
        padding-bottom: 0px;
    }
    footer .ftrcol {
        margin-bottom: 0px;
    }
    .nav-folderized .folderized-child h4 span
    {
        float: left;
    }
    .nav-folderized .folderized-child h4 i
    {
        float: right;
    }
    .nav-folderized .folderized-child h4 i.la-plus-circle {
        display: block
    }
    .nav-folderized .folderized-child h4 i.la-minus-circle {
        display: none
    }
    .nav-folderized .folderized-child.open h4 i.la-plus-circle {
        display: none
    }
    .nav-folderized .folderized-child.open h4 i.la-minus-circle {
        display: block
    }
    .nav-folderized .folderized-child.open .folderized-link-box {
        height: auto;
     /*   max-height: 500px; */
      max-height: 1200px;
        -webkit-transition: max-height 1s ease-in!important;
        transition: max-height 1s ease-in!important;
        padding-bottom: 10px;
    }
    .nav-folderized .folderized-link-box {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 1s ease-out;
        transition: max-height 1s ease-out;
        margin: 0
    }
    .footer-address .single-footer-widget+.single-footer-widget {
        padding-top: 0
    }
}

/* ==========================================================================
   Premium 3-Tier Nested Dropdown Megamenu Navigation
   ========================================================================== */
@media screen and (min-width: 1150px) {
    /* Tier 1 - Brands Dropdown Panel (Scoped only to Tier 1 using > combinator) */
    .navbar .prdropdown > .headdropdown-menu {
        width: 1180px !important;
        max-width: 95vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
        border-radius: 0px 0px 20px 20px !important;
        padding: 15px 25px 0px 25px !important; /* Bottom padding reduced to 0 to eliminate hover gap */
        transition: all 0.3s ease !important;
        overflow: visible !important;
    }

    /* Center the 3 Brands side-by-side using Flexbox */
    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        gap: 80px !important;
        align-items: center !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    /* Make Brand List Items static so Tier 2 aligns to full width of Tier 1 container */
    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.brand-item {
        position: static !important;
        width: 158px !important;
        flex: 0 0 auto !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important; /* No extra padding so hover card is applied directly to the li container */
        transition: all 0.4s linear !important; /* Matches style.css */
    }

    /* Apply background hover to the li.brand-item container just like standard items in style.css */
    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.brand-item:hover {
        background: #F2F2F2 !important; /* Exact light grey hover card matching style.css */
        border-radius: 12px !important; /* Exact rounded corners matching style.css */
    }

    /* Simple Brand Layout Style (Flat, Clean, Minimalist - matching About Us / Clientele / Media) */
    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.brand-item > a {
        display: block !important; /* Matches standard block behavior */
        padding: 16px !important; /* Exact standard padding */
        background: transparent !important;
        border: none !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        font-family: 'Nunito Sans', sans-serif !important;
        font-weight: normal !important;
        font-size: 14px !important;
        line-height: 17px !important; /* Exact match with style.css */
        color: #000000 !important;
        text-align: center !important;
        letter-spacing: normal !important;
        text-transform: none !important;
        text-decoration: none !important;
        transition: all 0.4s linear !important; /* Matches style.css */
        min-height: auto !important;
        width: 100% !important;
        position: relative !important;
        overflow: hidden !important;
    }

    /* Flat brand icons matching other menu items exactly (26px x 26px) */
    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.brand-item > a img {
        display: block !important;
        margin: 0 auto 15px !important; /* Exact match with style.css */
        width: 26px !important; /* Exact match with style.css */
        height: 26px !important; /* Exact match with style.css */
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        transition: all 0.4s linear !important; /* Matches style.css */
        object-fit: contain !important;
    }

    /* Elegant, Simple Hover State: Keep text color black on hover */
    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.brand-item:hover > a {
        color: #000000 !important;
        background: transparent !important; /* Background is now handled by the parent li container */
    }

    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.brand-item:hover > a img {
        transform: scale(1.05) !important;
    }

    /* Add a subtle dropdown triangle indicator for brands with submenus */
    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.havesubmenu.brand-item > a::after {
        content: " ▾" !important;
        font-size: 10px !important;
        color: #bdc3c7 !important;
        margin-top: 4px !important;
        transition: all 0.3s ease !important;
    }

    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.havesubmenu.brand-item:hover > a::after {
        color: inherit !important;
        transform: translateY(1px) !important;
    }

    /* Tier 2 - Categories Menu (Nested inside Goldmedal Brand Item) */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        width: 100% !important;
        background: #fcfcfc !important;
        border-top: 1px solid #eaeaea !important;
        border-bottom: 1px solid #eaeaea !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
        padding: 15px 30px 0px 30px !important; /* Bottom padding reduced to 0 to eliminate hover gap to Tier 3 */
        border-radius: 0px !important;
        transform: none !important; /* Clear inherited Tier 1 transform: translateX(-50%) */
        overflow: visible !important;
    }

    /* Align the 7 Categories Horizontally in Level 2 */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    /* Make Tier 2 list items static so Tier 3 aligns to Tier 2's width */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li {
        position: static !important;
        flex: 1 !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 8px 6px 23px 6px !important; /* Spans to the bottom of Tier 2 to prevent hover loss */
        transition: all 0.3s ease !important;
    }

    /* Invisible hover bridge for Tier 2 */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li:hover {
        background: transparent !important;
    }

    /* Level 2 Categories Style - Styled to match "About Us / Clientele / Media" cards */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li > a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 12px 6px !important;
        background: transparent !important;
        border: none !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        font-family: 'Nunito Sans', sans-serif !important;
        font-weight: 700 !important;
        font-size: 12px !important;
        color: #333333 !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        width: 100% !important;
    }

    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li > a img {
        margin: 0 auto 10px !important;
        width: 32px !important; /* Proper size matching the screenshot style */
        height: 32px !important;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        object-fit: contain !important;
    }

    /* Hover state for Category items: Elegant #F2F2F2 background and red text highlight */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li:hover > a {
        background: #F2F2F2 !important; /* Matches screenshot card hover background */
        color: #b12a27 !important; /* Premium brand red highlight */
        border-radius: 12px !important;
    }

    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li:hover > a img {
        transform: scale(1.06) !important;
    }

    /* Tier 3 - Sub-products Menu (Nested inside each Category Item) */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li > .headdropdown-multi-menu {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        width: 100% !important;
        background: #ffffff !important;
        border-top: 1px solid #f0f0f0 !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
        padding: 20px 30px !important;
        transform: none !important; /* Clear inherited Tier 1 transform: translateX(-50%) */
    }

    /* Align Tier 3 items horizontally */
    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li > .headdropdown-multi-menu > ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 25px !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li > .headdropdown-multi-menu > ul > li {
        min-width: 110px !important;
        width: auto !important;
        flex: 0 0 auto !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .navbar .prdropdown > .headdropdown-menu > .dropnavlist > ul > li.brand-item > .headdropdown-multi-menu > ul > li {
        width: auto !important;
    }

    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li > .headdropdown-multi-menu > ul > li > a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        color: #555555 !important;
    }

    .navbar .prdropdown > .headdropdown-menu .brand-item > .headdropdown-menu > ul > li > .headdropdown-multi-menu > ul > li > a img {
        margin: 0 auto 6px !important;
        width: 24px !important;
        height: 24px !important;
    }
}

/* ==========================================================================
   Premium Global Product Catalog Grid Cards Upgrades
   ========================================================================== */
#subSubCategories .productHolder {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important;
}

#subSubCategories .productHolder:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09) !important;
    border-color: rgba(231, 76, 60, 0.18) !important; /* Premium subtle red glow border */
}

#subSubCategories .imgHolder {
    background: radial-gradient(circle, #ffffff 60%, #f7f9fa 100%) !important;
    padding: 25px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

#subSubCategories .imgHolder img {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform: scale(0.96) !important;
}

#subSubCategories .productHolder:hover .imgHolder img {
    transform: scale(1.04) !important; /* Elegant subtle zoom */
}

#subSubCategories .productDescription {
    padding: 22px 18px !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
}

#subSubCategories .productDescription h3 {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    color: #2c3e50 !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    transition: color 0.3s ease !important;
}

#subSubCategories .productHolder:hover .productDescription h3 {
    color: #b12a27 !important; /* Highlights brand primary color on hover */
}

#subSubCategories .productDescription p {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    color: #7f8c8d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
}

#subSubCategories .productDescription .seprator,
#displayProduct .productDescription .seprator {
    border-bottom: none !important;
    margin: 12px auto !important;
    width: 80% !important;
}

/* SLEEK VIEW DETAILS BUTTON */
#subSubCategories .productDescription .btn-outline-danger.customColor {
    background: transparent !important;
    border: 2px solid #b12a27 !important;
    color: #b12a27 !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 8px 24px !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    display: inline-block !important;
    box-shadow: none !important;
}

#subSubCategories .productDescription .btn-outline-danger.customColor:hover {
    background: #b12a27 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(177, 42, 39, 0.25) !important;
    border-color: #b12a27 !important;
}