/*********************************************************************
    
    Template Name: Portfolio HTML 5 Template
    Template URI: https://themeforest.net/user/createuiux
    Description: A 'Portfolio HTML 5 Template' is perfect if you like a clean and modern design. This theme is ideal for Agency, Freelancer, Portfolio, and those who need an easy, attractive and effective way to share their work with clients.
    Author: createuiux
    Version: 1.0
    Author URI: http://theme.createuiux.com

*********************************************************************/

@import "css/default.css";
@import "css/main.css";

/*
-----------------------------------------------
	ACM Font Section
-----------------------------------------------
 */
@font-face {
  font-family: 'acmfonticons';
  src: url('/fonts/acmfonticons.woff2') format('woff2'),
       url('/fonts/acmfonticons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Base icon rule */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'acmfonticons' !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
}

/* Icon mappings */
.icon-books:before {
  content: "\e800";
}

.icon-fleur:before {
  content: "\e801";
}

.icon-cruise:before {
  content: "\e802";
}

.icon-heart:before {
  content: "\e803";
}

.icon-graduation:before {
  content: "\e804";
}

.icon-home:before {
  content: "\e805";
}

.icon-chat:before {
  content: "\e806";
}

.icon-user:before {
  content: "\e807";
}

.icon-cart::before {
  content: "\e80a";
}

.icon-amazon::before {
  content: "\e808";
}

.icon-bn::before {
  content: "\e809";
}

.icon-itunes::before {
  content: "\e80b";
}

.icon-mediakit::before {
    content: "\e80c";
}

.icon-dbooks::before {
    content: "\e80d";
}

/*
-----------------------------------------------
	ScreenShot Section
-----------------------------------------------
 */
.mb-85{
    margin-bottom: 85px;
}
.mt-85{
    margin-top: 85px;
}
.mb-92{
    margin-bottom: 92px;
}
.mt-94{
    margin-top: 50px;
}
.mt-103{
    margin-top: 103px;
}
.mt-100{
    margin-top: 50px;
}
.mt-110{
    margin-top: 50px;
}
.mt-95{
    margin-top:95px;
}
.mb-110{
    margin-bottom: 110px;
}
.mtb-100{
    margin: 110px 0;
}
.mt-105{
    margin-top:105px;
}
.pt-110{
    padding-top:110px;
}
.pb-22{
    padding-bottom:22px;
}
.mt-90{
    margin-top:90px;
}
.pt-90{
    padding-top: 40px;
}
.pb-110{
    padding-bottom: 110px;
}
.mt-68{
    margin-top:68px;
}
.mt-74{
    margin-top: 74px;
}
.mb-90{
    margin-bottom: 95px;
}
.mtb-109{
    margin: 109px 0;
}
.mt-93{
    margin-top:93px;
}
.mb-88{
    margin-bottom: 88px;
}



/* ========================= 
Smudge Images Layout 
========================= */

.smudge_tab {
    display: flex;
    justify-content: center;
    width: 100%;
}

.smudge_tab_nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    list-style: none;
    padding: 0;
    margin: 0;

    width: 100%;
    max-width: 900px;
}

.smudge_tab_nav li,
.smudge_tab_nav a {
    width: auto !important;
    display: inline-block;
    flex: 0 0 auto;
    width: auto; 
    margin: 0 15px !important;         
}

.smudge_tab_nav img {
    width: auto;
    height: auto;
    object-fit: cover;  
    display: block;
}

@media (max-width: 991px) {

    .smudge_tab_nav {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 20px;   /* vertical spacing */
    }

    .smudge_tab_nav > li {
        margin: 0 !important;
    }

    .smudge_tab_nav img {
        width: 140px;   /* slightly larger for mobile */
        height: auto;
    }

}

@media (max-width: 991px) {

    #sticky-header {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

}

@media (max-width: 991px) {

    .logo-menu-wrap {
        display: none !important;
    }

}

@media (max-width: 991px) {

    .mobile-logo img {
        height: 50px;
        width: auto;
    }

}

@media (max-width: 991px) {

    #work {
        margin-top: 20px !important;
    }

}

/* =========================
   Mobile Fix
   ========================= */

@media (max-width: 991px) {
    #sticky-header {
        display: none !important;
    }
}

/* Disable sticky header on mobile/tablet */
@media (max-width: 991px) {

    #sticky-header {
        display: none !important;
    }

}

@media (max-width: 991px) {

    .smudge_tab_nav {
        flex-direction: column;      /* Force vertical stack */
        align-items: center;         /* Center each item */
        gap: 30px;
    }

    .smudge_tab_nav > li {
        width: 100%;
        max-width: 350px;            /* Keeps cards centered */
    }

    .smudge_tab_nav > li > a {
        width: 100%;
    }
}

/* =========================
   Social Grid Media Header 
   ========================= */

.header-social {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 2px 12px;
    align-content: center;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.header-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #8f8f8f;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.header-social a i {
    line-height: 1;
    display: block;
}

.header-social a:hover {
    color: #000;
}

.logo-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    margin-left: auto;
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mainmenu > li > a {
    background: transparent !important;
    box-shadow: none !important;
    padding: 8px 0 !important;
    display: inline-block;
    border-bottom: 2px solid transparent;   
}

/* Default */
.mainmenu > li > a {
    border-bottom: 2px solid transparent;
}

/* Hover */
.mainmenu > li > a:hover {
    background: transparent !important;
    box-shadow: none !important;
    color: #000!important;
    border-bottom: 2px solid #000;
}

/* Active */
.mainmenu > li.active > a {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    border-bottom: 2px solid #000;
}

/* Exclusivity Active Color  */

body.page-exclusivity .mainmenu > li.active > a {
    color: #000 !important;
    border-bottom: 2px solid #000;
}

/* Pleasure Active Color  */

body.page-pleasure .mainmenu > li.active > a {
    color: #000!important;
    border-bottom: 2px solid #000;
}

/* Clarity Active Color  */

body.page-clarity .mainmenu > li.active > a {
    color: #000!important;
    border-bottom: 2px solid #000;
}

.mainmenu > li,
.mainmenu > li.active {
    background: transparent !important;
}

.mainmenu > li > a {
    background: transparent !important;
    box-shadow: none !important;
    padding: 8px 0 !important;
    display: inline-block;
}


.logo {
    margin-right: auto;
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-social {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px 10px;
    margin-left: 30px;   
}


.mainmenu > li.current,
.mainmenu > li.current > a {
    background: transparent !important;
    box-shadow: none !important;
}

.mainmenu > li > a {
    font-weight: 400;
    transition: all 0.2s ease;
}

/* Purchase links */

.purchase-link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.purchase-link:hover {
    border-bottom: 2px solid #000 ; 
}

.purchase-link:hover .icon-cart,
.purchase-link:hover .icon-amazon,
.purchase-link:hover .icon-itunes,
.purchase-link:hover .icon-bn,
.purchase-link:hover .icon-mediakit {
    color: #000;
}


/* =========================
   GLOBAL BACKGROUND
========================= */
body {
    background: #fff;
}


/* =========================
   LinkInBio - CARD
========================= */
.lt-page {
    max-width: 720px;
    margin: 40px auto;
    padding: 20px 20px 40px;

    background: #ffffff;
    border-radius: 24px;

    box-shadow: 
        0 10px 25px rgba(0,0,0,0.08),
        0 30px 60px rgba(0,0,0,0.12);
}

.lt-page > * + * {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .lt-page {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    body {
        background: #ffffff;
    }
}

/* =========================
   LinkInBio - HERO
========================= */

.lt-hero-wrapper {
    width: 100%;
    max-width: 650px;
    margin: 70px auto 0;

    display: flex;
    flex-direction: column;
    gap: 25px;
}

.lt-hero-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.lt-overlay {
    opacity: 1;
    transition: opacity 0.2s linear;
}

/* =========================
   LinkInBio - STACK CONTAINER
========================= */
.linktree-stack {
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* =========================
   LinkInBio - SOCIALS
========================= */

.lt-social {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 25px;   /* spacing BETWEEN icons */

    margin-top: 75px;   /* space below logo */
    margin-bottom: 35px; /* space above pills */
}

.lt-social i {
    font-size: 40px;
    color: #111;

    transition: transform 0.15s ease, opacity 0.15s ease;
}

/* =========================
   LinkInBio - PILL
========================= */
.lt-pill {
    display: flex;
    align-items: center;
    gap: 12px;

    width: 100%;
    height: 65px;

    padding: 0 16px;
    padding-right: 70px;

    background: #000;
    border-radius: 40px;

    text-decoration: none;

    box-shadow: 0 6px 14px rgba(100, 100, 100, 0.2);

    transition: 
        transform 0.15s ease,
        box-shadow 0.15s ease,
        filter 0.15s ease;
}

.lt-pill:hover {
    transform: translateY(-1px);

    box-shadow: 
        0 10px 22px rgba(0,0,0,0.22);

    filter: brightness(1.05);
}

.lt-pill:active {
    transform: translateY(0) scale(0.97);

    box-shadow: 
        0 4px 10px rgba(0,0,0,0.18);

    filter: brightness(0.95);
}

.lt-pill {
    -webkit-tap-highlight-color: transparent;
}

.lt-pill:focus {
    outline: none;

    box-shadow:
        0 0 0 3px rgba(255,255,255,0.6),
        0 0 0 6px rgba(46,139,87,0.4);
}

/* =========================
   LinkInBio - ICON
========================= */
.lt-icon-col {
    flex: 0 0 70px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.lt-icon-col i {
    font-size: 30px;
    color: #fff;
}

.lt-pill:hover .lt-icon-col i {
    transform: scale(1.05);
}

.lt-pill:active .lt-icon-col i {
    transform: scale(0.95);
}

.lt-icon-col i {
    transition: transform 0.15s ease;
}

/* =========================
   LinkInBio - TEXT
========================= */
.lt-text-col {
    flex: 1;
    text-align: center;

    color: #fff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.2px;
}


/* =========================
   MAILERLITE MODAL OVERRIDES
========================= */

/* modal backdrop */
.ml-form-embedWrapper {
    z-index: 9999 !important;
}

/* modal container */
.ml-form-embedContainer {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25) !important;
}

/* remove their padding inconsistencies */
.ml-form-embedBody {
    padding: 30px !important;
}

/* close button (optional refinement) */
.ml-form-embedClose {
    top: 12px !important;
    right: 16px !important;
}

/* =========================
   MAILERLITE BUTTON
========================= */

.newsletter-btn {
    padding: 12px 28px;
    font-size: 18px;
    background-color: #333;
    color: #fff;
    border: none;
    transition: all 0.25s ease;
}

.newsletter-btn:hover {
    background-color: #555;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    font-size: 14px;
    
    letter-spacing: 0.5px;
    text-transform: uppercase;

    padding: 4px 18px;
    border-radius: 999px;

    border: 1.5px solid #111;
    color: #111;
    background: transparent;

    min-width: 120px;   /* stabilizes width */
    justify-content: center;

    transition: all 0.25s ease;
}



/* =========================
   TEAM GRID
========================= */
.team_grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team_grid .single_team {
    width: 360px;
}

.team_thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.btn-read-more:hover {
    border: 1.5px solid #111;
    background: #111;
    color: #fff;
}

.btn-read-more i {
    font-size: 14px;
    transition: transform 0.2s ease;
}


