/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
:root {
    --orange: #fc8b04;
    --yellow: #fc8b04;
    --pink: #FF3CAC;
    --purple: #7B2FBE;
    --teal: #00C9A7;
    --ink: #031c36;
    --white: #FFFFFF;
    --offwhite: #FFF9F0;
    --mid: #6B7280;
    --light: #F3F4F6;
    --card-bg: #F8F6F2;
}

.hero{padding:80px 60px 80px 60px;}
.hero-tag::before {
    content: '/';
    font-size: 8px;
    animation: blink 1.5s infinite;
}
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 210, 63, .15);
    border: 1px solid rgba(255, 210, 63, .4);
    border-radius: 50px;
    padding: 6px 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--yellow);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 28px;
    width: fit-content;
}
.hero-h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(64px, 7vw, 108px);
    line-height: 0.9;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}
.hero-h1 .stroke {
    -webkit-text-stroke: 2px var(--orange);
    color: transparent;
}
.hero-h1 .fill-orange {
    color: #fff;
}
.hero-h1 .fill-yellow {
    color: var(--yellow);
     font-size: clamp(64px, 7vw, 108px);
}
.hero-sub {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .55);
    max-width: 440px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--white);
    text-decoration: none;
    padding: 16px 36px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, .25);
    transition: border-color .2s, color .2s;
    cursor: pointer;
}
.hero-btn-prime{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--orange);
    color: var(--white);
    text-decoration: none;
    padding: 16px 36px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 50px;
    transition: transform .2s, box-shadow .2s;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}
.btn-ghost:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}
.hero-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pill {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50px;
    padding: 8px 11px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .65);
	width:153px;
	text-align: center;
}

.hero-blob {
  position: absolute;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,107,53,.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: blobPulse 4s ease-in-out infinite;
}
@keyframes blobPulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.hero-sock-emoji {
  font-size: 180px;
  filter: drop-shadow(0 24px 48px rgba(255,107,53,.4));
  display: block;
  position: relative; z-index: 2;
  animation: floatSock 3s ease-in-out infinite;
}
.hero-sock-emoji  img{}
@keyframes floatSock {
  0%,100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}
.hero-floating-cards {
  position: absolute; inset: 0; pointer-events: none;
}
.hfc {
  position: absolute;
  background: var(--white);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  display: flex; flex-direction: column; gap: 3px;
  min-width: 160px;
}
.hfc .icon { font-size: 22px; margin-bottom: 4px; }
.hfc strong { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: var(--ink); }
.hfc span { font-size: 12px; color: var(--mid); }
.hfc-1 { top: 18%; left: 4%; }
.hfc-2 { top: 55%; right: 2%; }
.hfc-3 { bottom: 18%; left: 8%; }
.hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    z-index: 2;
}
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 38%;
    width: 120px;
    height: 100%;
    background: var(--orange);
    transform: skewX(-6deg);
    opacity: .06;
    pointer-events: none;
}
.announce {
    background: linear-gradient(
90deg, #031c36, var(--orange), var(--yellow));
    background-size: 300% 100%;
    animation: gradShift 4s ease infinite;
    text-align: center;
    padding: 10px 20px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    letter-spacing: 0.04em;
}

.announce span {
    color: #d4a843;
}

@keyframes gradShift {
    0%,100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}


.color-bar {
    display: flex;
    height: 6px;
}

.color-bar div {
    flex: 1;
}

.color-bar div:nth-child(1) {
    background: var(--orange);
}

.color-bar div:nth-child(2) {
    background: #031c36;
}

.color-bar div:nth-child(3) {
    background: #1758b9;
}

.color-bar div:nth-child(4) {
    background: #fc8a05;
}

.color-bar div:nth-child(5) {
    background: #1758b9;
}


.trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 26px 60px;
    background: var(--white);
    border-bottom: 1px solid var(--light);
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: 0.04em;
}

.ti {
    font-size: 20px;
}


.marquee-wrap {
    background: var(--ink);
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.marquee-inner {
    display: flex;
    gap: 0;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    width: max-content;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.m-item {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,.95);
    padding: 0 24px;
}

.m-item.active {
    color: var(--orange);
}

.m-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}


.process-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;
    padding: 32px 26px;
    position: relative;
    transition: background .3s;
    min-height: 250px;
    margin-top: 30px;
}

.process-card:hover {
    background: rgba(255,107,53,.1);
    border-color: rgba(255,107,53,.3);
}

.process-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 20px;
}

.process-icon {
    font-size: 36px;
    margin-bottom: 20px;
}

.process-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fc8b04;
    margin-bottom: 10px;
}

.process-text {
    font-size: 14px;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
}

.big-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 0.95;
    letter-spacing: 0.02em;
    color: var(--ink);
}

.big-title h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
}

.eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.eyebrow.yellow {
    color: var(--yellow);
}

.section-sub {
    font-size: 16px;
    color: #000000;
    max-width: 500px;
    line-height: 1.75;
    margin-top: 10px !IMPORTANT;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 16px;
}

.section-eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1758b9;
    margin-bottom: 12px;
}

.cap-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 6px;
    background: #fdf8f3;
    border-left: 4px solid #fc8b04;
    transition: border-color .2s, background .2s, transform .2s;
}

.cap-icon {
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 2px;
}

.cap-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f0f1a;
    margin-bottom: 6px;
}

.cap-text {
    font-size: 14px;
    color: #000;
    line-height: 1.65;
}

.cap-item:hover {
    border-color: #031c36;
    background: #f5ede0;
    transform: translateX(4px);
}

.liquid-counter {
    background: #031c36;
    padding: 20px 10px;
    width: 100%;
    min-height: 140px;
}

.liquid-counter-element {
    color: #fff;
    margin-bottom: 6px;
}

.second-counter {
    width: 100%;
    background: #fc8a05;
}

.third-counter {
    width: 100%;
    background: #1758b9;
}

/*** testimonial ***/
.tc.t1 {
    background: linear-gradient(135deg, var(--orange) 0%, #ff8c5a 100%);
    padding: 60px 30px;
    border-radius: 10px;
}

.t1 .tc-quote, .t3 .tc-quote {
    color: #fff;
}

.tc-quote {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    line-height: .8;
    margin-bottom: 0px;
    opacity: 1;
    line-height: 25px;
}

.tc-stars {
    font-size: 16px;
    margin-bottom: 14px;
    color: #FFD23F;
}

.t1 .tc-text, .t3 .tc-text {
    color: rgba(255, 255, 255, .9);
}

.tc-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 28px;
}

.tc-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tc-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.t1 .tc-avatar {
    background: rgba(255, 255, 255, .25);
    color: var(--white);
}

.t1 .tc-name, .t3 .tc-name {
    color: var(--white);
}

.t1 .tc-loc, .t3 .tc-loc {
    color: var(--white);
}

.tc.t2 {
    background: #fff;
    border: 2px solid #F3F4F6;
    padding: 60px 30px;
    border-radius: 10px;
}

.t2 .tc-avatar {
    background: var(--ink);
    color: var(--white);
}

.t2 .tc-name {
    color: var(--ink);
}

.t2 .tc-stars {
    color: var(--orange);
}

.tc.t3 {
    background: linear-gradient(135deg, #031c36 0%, #031c36 100%);
    padding: 60px 30px;
    border-radius: 10px;
}

.t3 .tc-avatar {
    background: rgba(255, 255, 255, .2);
    color: var(--white);
}

/*** top line fashion ***/
.av {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 22px 20px;
}

.av-icon {
    font-size: 26px;
    margin-bottom: 10px;
}

.av-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.av-text {
    font-size: 13px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.6;
}

.top-dark-box {
    background: #fc8a05;
    border-radius: 10px;
    text-align: left;
    padding: 20px 30px;
}

.top-dark-box h2 {
    color: #fff;
    margin-bottom: 6px;
}

.top-dark-box p {
    color: #fff;
}


.cta-box {
  background: linear-gradient(135deg, #fc8a05 0%, #031c36 50%, #031c36 100%);
  border-radius: 28px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute; font-size: 260px; opacity: .07;
  left: -60px; top: -60px; transform: rotate(-30deg); line-height: 1;
}
.cta-box::after {
  content: '';
  position: absolute; font-size: 260px; opacity: .07;
  right: -60px; bottom: -60px; transform: rotate(30deg); line-height: 1;
}
.cta-box h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 6vw, 80px);
  color: var(--white); letter-spacing: 0.03em;
  line-height: 1; margin-bottom: 16px; position: relative;
}
.cta-box p {
  font-size: 17px; color: rgba(255,255,255,.75);
  margin-bottom: 44px; position: relative; max-width: 540px; margin-left: auto; margin-right: auto;
}
.cta-btns {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; position: relative;
}
.btn-cta-w {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--ink);
  text-decoration: none;
  padding: 18px 44px; border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase;
  border: none; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.btn-cta-w:hover { transform: scale(1.04); box-shadow: 0 12px 36px rgba(0,0,0,.2); }
.btn-cta-o {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: var(--white);
  text-decoration: none;
  padding: 18px 44px; border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase;
  border: 2px solid rgba(255,255,255,.5);
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.btn-cta-o:hover { border-color: var(--white); background: rgba(255,255,255,.1);color:#fff; }
/* footer */
.ftr-logo img{
    width: 100px;
    height:94px;
}
.ftr-about-content{}
.ftr-about-content p{
    font-size: 14px;
    color: #fff;
    margin-top: 20px !IMPORTANT;
    margin-bottom: 20px !important;
}
.socials { display: flex; gap: 10px; }
.soc-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6);
  text-decoration: none; font-size: 14px; font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  transition: background .2s, border-color .2s;
}
.soc-btn:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }
.main-footer .widgettitle{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white);
    margin: 1.25em 0 0.75em !important;
    margin-bottom: 20px !important;
    }
.widget_nav_menu ul{padding:0;margin:0;list-style:none;}
.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .4);
}
.ftr-contact{}
.ftr-contact ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.ftr-contact ul li{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    justify-content: left;
    align-items: flex-start;
}
.ftr-contact ul li span{
    color: red;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 1px;
}

/*** contact us ***/
.contact-details-row ul {
    display: flex;
    align-items: flex-start;
    gap: 14px;padding:0;margin:0;list-style:none;margin-bottom:25px !important;
}
.ic-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 107, 53, .15);
    border: 1px solid rgba(255, 107, 53, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.ic-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 4px;
}
.ic-value {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.5;
}
.inquiry-form {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    padding: 44px 40px;
}
.form-title h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: var(--white);
    margin-bottom: 8px;
    letter-spacing: 0.03em;
    margin-top: 0px;
}
.form-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 32px;
}
.wpcf7-spinner{display:none;}
/*** about us page ***/
.sb-intro-meta { margin-top:22px; color:#B9B9C6; font-size:15px; font-weight:600; letter-spacing:0.3px; }
  .sb-intro-body p { font-size:17px; line-height:1.75; color:#D8D8E2; }
.sb-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.sb-intro-eyebrow {
    color: var(--orange);
}
.sb-intro-meta {
    margin-top: 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.sb-intro-body p {
    font-size: 17px;
    line-height: 1.75;
    color: #D8D8E2;
}
.sb-intro h1 {
    font-size: clamp(40px, 6vw, 68px);
    margin-top: 18px;
}
.sb-intro h1 span {
    color: var(--yellow);
}
.sb-h {
    font-family: 'Anton', 'Archivo Black', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 58px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}
.sb-intro h1 span {
    color: var(--yellow);
}
.sb-mv-card {
    border-radius: 20px;
    padding: 38px 36px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    min-height: 300px;
    width: 95%;
    MARGIN: 0 AUTO;
}
.sb-mv-card.mission {
    background: linear-gradient(135deg, var(--orange), #ff8c5a);
}
.sb-mv-card .sb-mv-icon {
    font-size: 30px;
    margin-bottom: 16px;
    display: block;
}
.sb-mv-card h3 {
    font-family: 'Anton', 'Archivo Black', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    color: #fff;
    margin: 10px 0px;
}
.sb-mv-card p {
    font-size: 15.5px;
    line-height: 1.7;
    opacity: 0.96;
    margin-bottom: 5px;
}
.sb-mv-card.vision
 {
    background: linear-gradient(135deg, #031c36, #031c36);
}
.misiion-visson-main-row{}
.sb-values-top{}
.sb-values-top P{margin-bottom:5px;color: #1758b9;}
.sb-value-card {
    background: rgb(3 28 54);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    min-height: 220px;
    padding: 26px 22px;
    transition: transform .2s ease, border-color .2s ease;
}
.sb-value-card .sb-v-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 16px;
}
.sb-value-card:nth-child(1) .sb-v-icon {
    background: rgba(255, 107, 53, 0.18);
    color: var(--orange);
}
.sb-value-card h4 {
    font-size: 17px;color:#fff;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sb-value-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #C4C4D0;
}
.sb-team-card {
    background: var(--card-bg);
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 24px;
    transition: transform .25s ease, box-shadow .25s ease;
    border: 1px solid #ECE7DD;
    min-height: 310px;
}
.sb-team-photo {
    height: 6px;
    width: 100%;
}
.sb-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 28px auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton', 'Archivo Black', sans-serif;
    font-size: 28px;
    color: var(--white);
}
.sb-team-card h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}
sb-team-card .sb-role {
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
}
.sb-team-card p.sb-bio {
    font-size: 13.5px;
    color: var(--mid);
    line-height: 1.6;
    padding: 0 20px;
}
.sb-team-card p{
    margin-bottom: 10px;
}
.first-team .sb-team-photo {
    background: var(--orange);
}
.first-team .sb-avatar {
    background: linear-gradient(135deg, var(--orange), #ffb08a);
}
.first-team .sb-role {
    background: rgba(255, 107, 53, 0.14);
    color: #C7501F;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 550;
    margin-top: 10px !IMPORTANT;
}
.second-team .sb-team-photo {
    background: var(--teal);
}
.second-team .sb-avatar {
    background: linear-gradient(135deg, var(--teal), #7fe9d4);
}
.second-team .sb-role {
    background: rgba(0, 201, 167, 0.14);
    color: #0A8F76; padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 550;
    margin-top: 10px !IMPORTANT;
}
.third-team .sb-team-photo {
    background: var(--pink);
}
.third-team .sb-avatar {
    background: linear-gradient(135deg, var(--pink), #ff8fd0);
}
.third-team .sb-role {
    background: rgba(255, 60, 172, 0.14);
    color: #C21D82;padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 550;
    margin-top: 10px !IMPORTANT;
}
.forth-team .sb-team-photo {
    background: var(--purple);
}
.forth-team .sb-avatar {
    background: linear-gradient(135deg, var(--purple), #b47cf0);
}
.forth-team .sb-role {
    background: rgba(123, 47, 190, 0.14);
    color: #6224A0;padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 550;
    margin-top: 10px !IMPORTANT;
}
.sb-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(15, 15, 26, 0.12);
}
.sb-team-head {
    text-align: center;
    margin-bottom: 50px;
}
.sb-team-head .sb-eyebrow {
    color: var(--orange);
    justify-content: center;
}
.sb-team-head p {
    max-width: 560px;
    margin: 16px auto 0;
    color: var(--mid);
    font-size: 16px;
    line-height: 1.7;
}
.sb-mv-card{}
.faq-sec .vc_do_toggle{border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;}
.faq-sec .vc_toggle_content{margin-bottom:0px;}
.faq-sec .vc_toggle_content p{margin-bottom: 0px;}
.faq-sec .vc_custom_heading {margin-bottom: 0px;}
.faq-form{
    background: #fff9f0;
    box-shadow: 0 18px 34px rgba(15, 15, 26, 0.12);
    padding: 20px;
    text-align: center;
}
.faq-form h2{
    margin: 0;
    font-size: 30px;
    color: #1758b9;
    margin-bottom: 10px;
}
.faq-form p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}
.faq-form input{margin-bottom:5px;}
/*** pop up ***/
/* Overlay */

.popup-overlay{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.65);
    backdrop-filter:blur(8px);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;

    opacity:0;
    visibility:hidden;
    transition:.35s;
}

/* Show Popup */

.popup-overlay.active{
    opacity:1;
    visibility:visible;
}

/* Popup Box */

.popup-box{width: 100%;max-width:400px;background:rgba(255,255,255,.95);border-radius:18px;padding: 20px 40px;position:relative;animation:popup .35s ease;box-shadow:0 25px 60px rgba(0,0,0,.3);}

@keyframes popup{

    from{
        transform:translateY(40px) scale(.9);
        opacity:0;
    }

    to{
        transform:translateY(0) scale(1);
        opacity:1;
    }

}

.popup-box h2{
    margin:0;
    font-size:32px;
    color: #7e31ba;
    text-align: center;
    margin-bottom: 10px;
}

.popup-box p{
    color:#666;
    margin:10px 0 30px;
}

/* Close */

.close-popup{

    position:absolute;

    right:18px;

    top:15px;

    font-size:32px;

    cursor:pointer;

    color:#888;

    transition:.3s;

}

.close-popup:hover{

    color:red;

    transform:rotate(90deg);

}
.pop-form{}
.pop-form p{
    margin-bottom: 2px;
}
.pop-form textarea{width:100% !important;height:120px !important;padding: 10px 20px;border-radius:5px;border:1px solid #ddd;font-size: 12px;line-height: 21px;}
.pop-form h2{}
.pop-form input[type=text], .pop-form input[type=email], .pop-form input[type=tel]{
    height: 45px;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding-left: 20px;
}
.pop-form select{ height: 45px;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding-left: 20px;}
.pop-form input[type="submit"]{
    background-color: #7e31ba;
    width:100%;
    height:45px;
    border: 1px solid #7e31ba;
    color:#fff;
}

  .floating-actions {
    position: fixed; right: 24px; bottom: 100px; z-index: 900;
    display: flex; flex-direction: column; gap: 12px;
  }
  .fab {
    width: 52px;
    text-align: center;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    line-height: 52px !IMPORTANT;
  }
  .fab:hover { transform: scale(1.1); }
  .fab-wa { background: #25D366; }
  .fab-call { background: var(--gold); }
  .fab i { color: white; font-size: 20px; }
  .fab-call i { color: #000; }

.section-subtitle{
    color:#777;
    margin-top:10px;
}

.product-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.product-image{
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:20px;
    text-align:center;
}

.product-content h4{
    font-size:20px;
    margin-bottom:12px;
    color:#222;
    font-weight:600;
    margin-top: 0px;
}

.product-content p{
    color:#666;
    font-size:14px;
    line-height:1.7;
    min-height:70px;
}

.product-btn{
    display:inline-block;
    margin-top: 1px;
    background:#0d6efd;
    color:#fff;
    padding:10px 24px;
    border-radius:30px;
    text-decoration:none;
    transition:.3s;
}

.product-btn:hover{
    background:#222;
    color:#fff;
}
.footer-copy-right{background-color: #fc8a05;}
.footer-copy-right p{
    padding: 10px 0px;
    color: #fff;
    opacity: 1;
}
.footer-copy-right a{
    color: #ffff;
}
.mobile-footer{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:75px;
    background:#fff;
    display:none;
    justify-content:space-around;
    align-items:center;
    box-shadow:0 -3px 12px rgba(0,0,0,.15);
    z-index:9999;
}

.footer-item{
    flex:1;
    text-align:center;
    cursor:pointer;
    padding:8px;
    border-right:1px solid #eee;
}

.footer-item:last-child{
    border:none;
}

.footer-item i{
    display:block;
    font-size:22px;
    color:#666;
}

.footer-item span{
    font-size:11px;
    margin-top:0px;line-height:20px;
    display:block;
}

.mobile-overlay{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.65);
    display:none;
    z-index:9998;
}

.mobile-popup{
    position:fixed;
    left:0;
    bottom:-100%;
    width:100%;
    background:#111;
    color:#fff;
    border-radius:20px 20px 0 0;
    transition:.4s;
    z-index:9999;
    max-height:80vh;
    overflow:auto;
    padding:25px;
    box-sizing:border-box;
}

.mobile-popup.active{
    bottom:65px;
}

.mobile-overlay.active{
    display:block;
}

.popup-close{
    position:absolute;
    right:18px;
    top:12px;
    font-size:28px;
    cursor:pointer;
}

.office-box,
.branch-box,
.contact-box{
    margin-top:20px;
}

.office-box h3,
.branch-box h3,
.contact-box h3{
    margin-bottom:20px;
}

.office-box p{
    margin:10px 0;color:#fff;
}
.office-box a{}

.branch{
    padding:14px;
    background:#222;
    margin-bottom:10px;
    border-radius:8px;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:20px;
}

.contact-grid a{
    background:#222;
    text-align:center;
    padding:20px;
    border-radius:10px;
    color:#fff;
    text-decoration:none;
}

.contact-grid i{
    font-size:30px;
    margin-bottom:0px;
}

.blank-box{
    padding:30px;
    text-align:center;
}

@media(max-width:767px){

.mobile-footer{
display:flex;
}

}
.contact-sticky-box{
    padding:0px;
}

.contact-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:28px;
}

.contact-sticky-item{
    width:90px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    transition:.3s;
}

.contact-sticky-item:hover{
    transform:translateY(-5px);
}

.contact-sticky-item .icon{
    width:54px;
    height:54px;line-height:54px;
    margin:0 auto 10px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    box-shadow:0 8px 18px rgba(0,0,0,.35);
}

.contact-sticky-item span{
    display:block;
    font-size:15px;
    font-weight:500;
    line-height:1.4;
}

/* Individual Colors */

.contact-sticky-item.sms .icon{
    background:#25D366;
}

.contact-sticky-item.call .icon{
    background:#3db4ff;
}

.contact-sticky-item.email .icon{
    background:#ff8d8d;
}

.contact-sticky-item.form .icon{
    background:#f6a623;
}

/* Contact Form in second row */

.contact-sticky-item.form{
    width:100%;
    margin-top:5px;
}

.contact-sticky-item.form .icon{
    margin-bottom:10px;
}

.mobile-popup{
    background:#000;
}

.popup-close{
    position:absolute;
    right:18px;
    top:14px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    cursor:pointer;
    font-weight:bold;
}

.popup-close:hover{
    transform:rotate(90deg);
    transition:.3s;
}
.tsm-branch-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.tsm-country-box{
    display:flex;
    align-items:center;
    background:#2b2a2f;
    border-radius:5px;
    padding:12px;
}

.tsm-branch-flag{
    width:22px;
    height:22px;
    margin-right:10px;
}

.tsm-branch-flag img{
    width:100%;
    height:100%;
    border-radius:50%;
}

.tsm-branch-name{
    color:#fff;
    font-size:14px;
}
.socks-gallery-heading{}
.socks-gallery-heading h3{
    margin-bottom: 20px !IMPORTANT;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
}
.why-choose-sec{padding-top:80px;padding-bottom:60px;}

.choose-box{
    background:#fff;
    padding:30px 25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.35s;
    border:1px solid #eee;
    margin-bottom: 30px !important;min-height:275px;
}

.choose-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.choose-box .icon{
    width:70px;
    height:70px;
    line-height:70px;
    margin: 0 auto 10px;
    background: #fff;
    color:#fff;
    border-radius:50%;
    font-size:30px;
    border: 1px solid #ddd;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.choose-box h4{
    font-size:20px;
    margin-bottom:12px;
    color: #fc8a05;
    margin-top: 15px;
}

.choose-box p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

@media(max-width:768px){

    .why-choose{
        padding:60px 0;
    }

    .section-title h2{
        font-size:30px;
    }

    .choose-grid{
        grid-template-columns:1fr;
    }
}

.only-mob-show{display:none;}
/*** responsive start ***/
/***** responsive start *****/
/***** responsive start *****/
/***** responsive start *****/
@media only screen and (min-width: 767px) and (max-width: 1028px){}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.only-desktop-show{display:none;}
	.only-mob-show{display:block;}
	.navbar-brand img{width:80px;}
	.hero{padding:60px 20px 60px 20px;}
	.hero-btn-prime{display:block;width:100%;margin-bottom:15px;text-align:center;margin-right: 0px;}
	.hero-btns{display:inline-block;width:100%;}
	.btn-ghost{width:100%;text-align:center;display:block;}
	.trust-item{margin-bottom:15px;}
	.liquid-counter{height:auto;}
	.top-dark-box{margin-top:20px;}
	.cta-box{padding:80px 20px;}
	.btn-cta-w{display:block;width:100%;text-align:center;}
    .btn-cta-o{display:block;width:100%;text-align:center;}
	.av{margin-bottom:10px !important;}
	.cta-box h2{clamp(30px, 6vw, 80px)}
	.sb-mv-card{margin-bottom: 30px !important;min-height: auto;}
	.sb-team-card{min-height:auto;margin-bottom:30px;}
	.forth-team{margin-bottom:0px;}
	.sb-value-card{margin-bottom: 30px;min-height: auto;}
	.pill{width: 140px;padding:8px 5px;}
   

}