/* =========================================================
   SAM IT SERVICE — Custom Stylesheet
   ========================================================= */
:root{
  --purple:#7f00ff;
  --purple-dark:#6600d1;
  --dark:#1a0033;
  --dark-2:#0f0021;
  --black:#000000;
  --white:#ffffff;
  --lavender:#f4f1fd;
  --lavender-2:#f6f0ff;
  --badge-bg:#e9dbfd;
  --pill-dark-bg:#3c2652;
  --gold:#f6ac0b;
  --gray:#5f5a66;
  --gray-light:#9a94a3;
  --border:#e7e1ea;
  --radius-lg:24px;
  --radius-md:16px;
  --radius-sm:10px;
  --container-max:1320px;
  --font-head: 'DM Sans';
    --font-body: 'DM Sans';
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-body);
  color:#181017;
  line-height:1.7;
  overflow-x:clip;
  background:var(--white);
}
h1,h2,h3,h4,h5,h6{font-family:var(--font-head);margin:0;color:#0e0912}
p{margin:0}
a{text-decoration:none;color:inherit;transition:color .25s ease}
img{max-width:100%;height:auto;display:block}
ul{margin:0;padding:0;list-style:none}
button{font-family:var(--font-body)}

.container{
  width:100%;
  max-width:var(--container-max);
  margin:0 auto;
  padding:0 20px;
}

.section-pad{padding:100px 0}
@media(max-width:991.98px){.section-pad{padding:70px 0}}
@media(max-width:575.98px){.section-pad{padding:50px 0}}

/* ---------- badges / pills ---------- */
.pill-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--badge-bg);
  color:var(--purple);
  font-family:var(--font-head);
  font-weight:600;
  font-size:14px;
  padding:9px 20px;
  border-radius:6px;
  margin-bottom:20px;
}
.pill-badge.on-dark{background:var(--pill-dark-bg);color:#d9c9e8}
.pill-badge i{font-size:12px;color:#f6ac0b}

/* ---------- buttons ---------- */
.btn-sam-main{
  text-align: center;
}
.btn-sam{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:var(--font-head);
  font-weight:500;
  font-size:15px;
     padding: 15px 40px;
    border-radius: 10px;
  border:1.5px solid transparent;
  cursor:pointer;
  transition:transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
  white-space:nowrap;
  font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;

}
.btn-black{background:#160E05;color:var(--white)}
.btn-black:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.28);color:var(--white)}
.btn-outline-sam{background:var(--white);color:#0e0912;border-color:#dcd5e2}
.btn-outline-sam:hover{transform:translateY(-4px);border-color:#0e0912;box-shadow:0 14px 26px rgba(0,0,0,.1)}
.btn-purple{background:var(--purple);color:var(--white)}
.btn-purple:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(127,0,255,.35);color:var(--white)}
.btn-sm{padding:11px 20px;font-size:13.5px}

/* =========================================================
   HEADER
   ========================================================= */
.page-template-home-page .site-header{
    background: unset;
    position: absolute;
    top: 66px;
    z-index: 1000;
    transition: box-shadow .3s ease;
    width: 98%;
    border-bottom: 0.5px solid #AE9E9E;
    padding-bottom: 13px;
    margin: auto;
    left: 0;
    right: 0;

}
.sticky {
    box-shadow: 0 11px 60px 0px #00000021;
}
.site-header{
    background: linear-gradient(106.72deg, #F8F8FD -1.34%, #E9DDFD 98.34%);
    position: relative;
    border-bottom: 0.5px solid #AE9E9E;
    padding: 6px 0;
}
.footer-bottom span {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.site-header.is-stuck{box-shadow:0 6px 24px rgba(20,0,40,.08)}
/* Neutralize the legacy theme's on-scroll sticky class/JS (custom.js adds
   .sticky/.stickynavbar to #header with position:fixed) now that the whole
   .site-header is sticky itself — letting both run causes double-sticky
   overlap and jumps. */

   

   .hero-rightimagebox img {
    width: 1000px;
    height: 100%;
    object-fit: fill;
}
.hero-rightimagebox {
    height: 800px;
    position: relative;
    width: 1000px;
}


.navbar-sam{padding:20px 0}
.navbar-sam .logo img{height:34px;width:auto}
.navbar-sam .nav-link-item{
  font-family:var(--font-head);
  font-weight:500;
  font-size:15.5px;
  text-transform:none !important;
  color:#0e0912;
  padding:12px 18px;
  border-radius:8px;
  display:flex;
  align-items:center;
  gap:6px;
}
.navbar-sam .nav-link-item.active{background:var(--purple);color:var(--white)}
.navbar-sam .nav-item,
.navbar-sam .menu-item-has-children{position:relative}
.navbar-sam .nav-link-item:hover{color:var(--purple)}
.navbar-sam .nav-link-item.active:hover{color:var(--white)}
.navbar-sam .sub-menu{
  list-style:none;
  margin:0;
  padding:10px;
  border:none;
  border-radius:12px;
  box-shadow:0 20px 45px rgba(20,0,40,.14);
  background:#fff;
  min-width:220px;
}
.navbar-sam .sub-menu li a{
  display:block;
  padding:10px 14px;
  border-radius:8px;
  font-size:14.5px;
  font-weight:500;
  color:#292030;
}
.navbar-sam .sub-menu li a:hover{background:var(--lavender);color:var(--purple)}
@media(min-width:992px){
  .navbar-sam .menu-item-has-children > .sub-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    margin-top:8px;
    z-index:50;
  }
  .navbar-sam .menu-item-has-children:hover > .sub-menu,
  .navbar-sam .menu-item-has-children.sub-menu-open > .sub-menu{display:block}
}
@media(max-width:991.98px){
  .navbar-sam .sub-menu{box-shadow:none;padding:0 0 0 16px;margin-top:4px}
}
.navbar-toggler-sam{
  border:none;
  background:var(--black);
  color:#fff;
  width:44px;height:44px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}
.navbar-toggler-sam:focus{box-shadow:none}

/* =========================================================
   HERO
   ========================================================= */
.hero-section{
    position: relative;
    background: var(--lavender) url(../images/sam-home/hero-bg.png) top center / cover no-repeat;
    padding-top: 70px;
    overflow: hidden;
    height: 1000px;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-row{
  display:flex;
  align-items:flex-end;
}
.hero-content{padding-bottom:90px;position:relative;z-index:3}
.hero-content h1{
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-content h1 .accent{color:var(--purple)}
.hero-content p.lead{
  color:var(--gray);
  font-size:16px;
  max-width:520px;
  margin-bottom:34px;
}
.hero-cta{display:flex;gap:16px;flex-wrap:wrap}
.hero-visual{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end;height:100%}
.hero-visual img.hero-photo{max-width:100%;width:100%;position:relative;z-index:2}
.hero-badge-icon{
  position:absolute;
  z-index:4;
}
.hero-badge-icon.icon-shopify{top:14%;left:2%;animation:heroFloat 4s ease-in-out infinite}
.hero-badge-icon.icon-wp{top:32%;right:2%;animation:heroFloat 5s ease-in-out infinite .5s}
@keyframes heroFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -14px}
}
.hero-float-card{
  position:absolute;
  left:50%;
  transform:translateX(-88%);
  animation:heroFloat 6s ease-in-out infinite 1s;
  bottom:16%;
  background:#FFFFFF00;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-radius:18px;
  padding:22px;
  width:270px;
  box-shadow:0 20px 50px rgba(70,20,120,.16);
  z-index:5;
}
.hero-float-card .icon-row{display:flex;gap:10px;margin-bottom:16px}
.hero-float-card .icon-row span{
  width:42px;height:42px;
  border-radius:10px;
  background:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 14px rgba(0,0,0,.08);
  font-size:16px;
  color:#111;
}
.hero-float-card .icon-row span.purple{background:var(--purple);color:#fff}
.hero-float-card p{font-size:15px;font-weight:600;color:#161018;margin-bottom:16px;line-height:1.4}
.hero-float-card .btn-sam{width:100%;padding:12px}

/* =========================================================
   ABOUT
   ========================================================= */
.about-section{background:#fff}
.about-badge-tag{
  display:inline-block;
  background:var(--lavender);
  color:#3a2a4a;
  font-family:var(--font-head);
  font-weight:600;
  font-size:15px;
  padding:12px 26px;
  border-radius:8px;
  margin-bottom:26px;
}
.about-section h2{
font-family: DM Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 39px;
    leading-trim: CAP_HEIGHT;
    line-height: 55px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}
.about-icons{    display: flex;
    flex-direction: column;
    align-items: flex-start;}
.about-icon-box{
  width:96px;height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  transition:transform .3s ease, box-shadow .3s ease;
}
.about-icon-box:hover{transform:translateY(-6px)}
.about-icon-box.white{  
    background: #F3F2F2;
    color: #0e0912;
    border-radius: 15px 15px 0px 15px;
  }
.about-icon-box.purple{     
     background: #EBEBEB;
    color: #0e0912;
    border-radius: 0px 15px 15px 15px;
    margin-left: 100px;
}
.about-text p{
    color: #4C4C4C;
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 26px;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 34px;
    letter-spacing: 0%;
}
.about-media{position:relative}
.about-media img{border-radius:var(--radius-lg);width:100%}
.about-stat-card{
    position: absolute;
    right: 20px;
    bottom: 16px;
    background: var(--purple);
    color: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    width: fit-content;
    text-align: center;
  text-align:center;
  box-shadow:0 20px 45px rgba(90,10,180,.3);
  animation:heroFloat 5s ease-in-out infinite;
}
.about-stat-card .label{font-size:12px;opacity:.85;margin-bottom:2px}
.about-stat-card .num{font-family:var(--font-head);font-size:44px;font-weight:800;line-height:1}
.about-stat-card .avatars{display:flex;justify-content:center;margin:12px 0 8px}
.about-stat-card .avatars img{
  width:32px;height:32px;border-radius:50%;
  border:2px solid var(--purple);
  margin-left:-10px;
  object-fit:cover;
}
.about-stat-card .avatars img:first-child{margin-left:0}
.about-stat-card .sub{font-size:12px;font-weight:600;line-height:1.4}

/* =========================================================
   SERVICES (dark)
   ========================================================= */
.services-section{background:var(--dark);color:#fff;overflow:hidden}
.sit-services-heading .pill-badge.on-dark{margin-bottom:22px}
.sit-services-heading h2{font-size:36px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:20px;max-width:420px}
.sit-services-heading p{color:#c7bdd3;font-size:15.5px;max-width:400px}
.services-track-wrap{overflow:hidden}
@media(min-width:992px){
  .services-track-wrap{
    margin-right:calc(-20px - max(0px, (100vw - var(--container-max)) / 2));
  }
}

.service-card{transition:transform .3s ease}
.service-card:hover{transform:translateY(-6px)}
.service-card .thumb{
     border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 370px;
    display: block;
    border: 1px solid #FFFFFF;
    padding: 13px;
    transition:box-shadow .3s ease;
}
.service-card:hover .thumb{box-shadow:0 20px 46px rgba(0,0,0,.32)}
.service-card .thumb img{width:100%;height:100%;object-fit:cover;border-radius:20px;transition:transform .4s ease}
.service-card:hover .thumb img{transform:scale(1.05)}
.service-card .thumb .ic{
  position:absolute;    top: 24px;
    left: 24px;
  width:40px;height:40px;
  background:#fff;
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-size:15px;color:#111;
}
.service-card .name{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:20px 6px 6px;
  font-family:var(--font-head);
  font-weight:600;
  font-size:18px;
  line-height:1.3;
  color:#fff;
}
.service-card .name span.label{min-width:0}
.service-card .name .go{
  width:34px;height:34px;
  border-radius:50%;
  background:#fff;
  color:#111;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;
  flex-shrink:0;
}
.services-progress{
      height: 4px;
    background: rgba(255, 255, 255, .18);
    border-radius: 4px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    left: 22px;
}
.services-progress .bar{
  position:absolute;left:0;top:0;bottom:0;
  width:25%;
  background:#fff;
  border-radius:4px;
}
.services-progress .bar::after{
  content:"";
  position:absolute;left:100%;top:0;bottom:0;right:-1000px;
  background:var(--purple);
}

/* =========================================================
   PRODUCT / THEME SHOWCASE
   ========================================================= */
.product-section{background:#fff}
.product-mockup{
    background: #F6F0FF;
    padding: 16px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}
.product-info h2{
    margin-bottom: 5px;
    font-family: DM Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.product-info p.desc{    color: #4C4C4C;
    font-size: 15.5px;
    line-height: 1.75;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 29px;
    letter-spacing: 0%;}
.product-info .read-more{
     display: inline-block;
    color: #FF0000;
    font-weight: 700;
    font-family: var(--font-head);
    font-size: 15px;
    margin-top: 8px;
    font-family: DM Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;

}
.product-info .rating-row{
  display:flex;align-items:center;gap:10px;
  margin:24px 0 6px;
font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;

}
.product-info .rating-row i{    color: #16A249;
    font-size: 22px;}
.product-info h3.presets-title{
    margin: 22px 0 16px;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;

}
.presets-row{
      display: flex;
    border-radius: 15px;
    overflow: hidden;
    max-width: 500px;
    background: #F6F0FF;
    border: 0.5px solid #0000001A;
    padding: 6px;


}
.presets-row button{
flex: 1;
    text-align: center;
    padding: 12px 8px;
    color: #160E05;
    background: unset;
    border: none;
    border-right: unset;
    cursor: pointer;
    transition: .25s;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
}
.presets-row button:last-child{border-right:none}
.presets-row button.active{    background: #7F00FF;
    color: #fff;
    border-radius: 10px;}
.presets-row button:not(.active):hover{background:var(--lavender)}
.product-info .hero-cta{margin:48px 0 40px}
.product-info .doc-link{
      font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline !important;
    color: #000000;

}
.product-info .doc-link:hover{color:var(--purple)}

/* =========================================================
   VIDEO / MARQUEE
   ========================================================= */
.video-section{background:var(--lavender-2);padding:100px 0 0;overflow:hidden}
.video-frame{
  max-width:900px;
  margin:0 auto;
  position:relative;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:0 30px 70px rgba(90,20,150,.16);
}
.video-frame img{width:100%}
.video-play-btn{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:66px;height:66px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  color:#111;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  cursor:pointer;
  transition:transform .3s ease;
  display: none;
}
.video-play-btn:hover{transform:translate(-50%,-50%) scale(1.08)}
.marquee-wrap{
    overflow: hidden;
    white-space: nowrap;
    margin-top: 50px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    padding-bottom: 20px;
}
.marquee-track{
  display:inline-flex;
  gap:40px;
  animation:marquee 22s linear infinite;
}
.marquee-track span{
  font-family:var(--font-head);
  font-weight:800;
  font-size:90px;
  line-height:1;
  color:transparent;
  -webkit-text-stroke:1px #000000;
  text-stroke:1px #000000;
  text-transform:uppercase;
  white-space:nowrap;
}
@keyframes marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* =========================================================
   TESTIMONIAL
   ========================================================= */
.testimonial-section{background:#fff}
.testimonial-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px;flex-wrap:wrap;gap:20px}
.testimonial-head h2{    margin-bottom: 0;
    font-family: DM Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 42px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;}
.testimonial-head p{    color: #4C4C4C;
    font-size: 15.5px;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 28px;
    letter-spacing: 0%;
}
.carousel-arrows{display:flex;gap:14px}
.carousel-arrows .arrow-btn{
  width:50px;height:50px;
  border-radius:50%;
  border:none;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;
  cursor:pointer;
  transition:transform .25s ease;
}
.carousel-arrows .arrow-btn.prev{background:var(--black);color:#fff}
.carousel-arrows .arrow-btn.next{background:var(--purple);color:#fff}
.carousel-arrows .arrow-btn:hover{transform:scale(1.1)}
.testimonial-card{
    border-radius: 15px;
    padding: 30px 0px;
    height: 100%;
    background: #fff;
    box-shadow: 0px -1px 11px 0px #00000021;
    margin: 10px 0;
}
.testimonial-card .rating{
  display:flex;align-items:center;gap:10px;
  font-family:var(--font-head);font-weight:700;font-size:18px;
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #535252;
      padding: 0 16px;}
.testimonial-card .rating .stars{color:var(--gold);font-size:14px;letter-spacing:2px}
.testimonial-card p.quote{
    color: #4C4C4C;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 26px;
    min-height: 150px;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 34px;
    letter-spacing: 0%;
        padding: 0 16px;
  }
.testimonial-card .foot{    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.3px solid #7E7E7E;
    padding: 16px 16px 0;
  }
.testimonial-card .person{display:flex;align-items:center;gap:12px}
.testimonial-card .person img{width:50px;height:50px;border-radius:50%;object-fit:cover}
.testimonial-card .person b{    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;}
.testimonial-card .person span{      color: #4C4C4C;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;)}
.testimonial-card .quote-icon{font-size:26px;color:#e7e1ea}

/* =========================================================
   BLOG
   ========================================================= */
.blog-section{background:var(--lavender-2)}
.blog-head{text-align:center;margin-bottom:50px}
.blog-head h2{font-size:36px;font-weight:700;margin-bottom:14px}
.blog-head p{color:var(--gray);font-size:15.5px}
.blog-card{
  background:#fff;
  border-radius:18px;
  padding:16px;
  box-shadow: 0px 0px 14px 0px #0000001A;
  transition:transform .3s ease, box-shadow .3s ease;
  height:100%;
}
.blog-card:hover{transform:translateY(-8px);box-shadow:0 26px 56px rgba(90,40,70,.14)}
.blog-card .thumb{border-radius:12px;overflow:hidden;margin-bottom:18px;display:block;height:210px}
.blog-card .thumb img{width:100%;height:100%;object-fit:cover}
.blog-card h5{font-size:18px;font-weight:600;font-family:var(--font-head);margin-bottom:12px;line-height:1.35;padding:0 6px}
.blog-card p{color:var(--gray);font-size:13.8px;padding:0 6px;margin-bottom:20px}
.blog-card .btn-sam{margin:0 6px 6px}
.blog-card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:0 6px}
.blog-card-footer .btn-sam{margin:0}
.blog-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.blog-meta .cat-badge{background:var(--lavender);color:var(--purple);font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:5px 12px;border-radius:50px}
.blog-meta .date{color:var(--gray);font-size:13px;display:inline-flex;align-items:center;gap:6px}
.blog-meta .date i{color:var(--purple)}

/* =========================================================
   PAGE HERO (blog archive, and other simple sub-pages)
   ========================================================= */
.page-hero{position:relative;background:var(--lavender);padding:90px 0;text-align:center;overflow:hidden}
.page-hero::before,.page-hero::after{
  content:'';
  position:absolute;
  width:60px;
  height:60px;
  background-image:radial-gradient(var(--purple) 1.5px,transparent 1.6px);
  background-size:11px 11px;
  opacity:.25;
}
.page-hero::before{top:28px;left:34px}
.page-hero::after{top:28px;right:34px}
.page-hero .pill-badge{background:#fff;box-shadow:0 6px 18px rgba(90,40,70,.08)}
.page-hero h1{    margin: 0;
    position: relative;
    z-index: 1;
    font-family: DM Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 39px;
    leading-trim: CAP_HEIGHT;
    line-height: 55px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;}

.blog-archive{background:#fff}
.blog-pagination{margin-top:50px;display:flex;justify-content:center}
/* the_posts_pagination() outputs flat <span>/<a class="page-numbers"> items
   directly inside .nav-links — no <ul>/<li> wrapper. */
.blog-pagination .nav-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}
.blog-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 16px;
  border-radius:10px;
  background:var(--lavender);
  color:var(--dark);
  font-weight:600;
  font-size:14px;
  transition:background .25s ease,color .25s ease;
}
.blog-pagination .page-numbers.current{background:var(--purple);color:#fff}
.blog-pagination a.page-numbers:hover{background:var(--purple);color:#fff}
.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next{background:var(--black);color:#fff;gap:8px}
.blog-pagination .page-numbers.prev:hover,
.blog-pagination .page-numbers.next:hover{background:var(--purple)}

/* =========================================================
   SINGLE SERVICE PAGE
   ========================================================= */
.service-hero{position:relative;background:var(--dark);padding:80px 0;text-align:center;overflow:hidden}
.service-hero .pill-badge.on-dark{margin-bottom:18px}
.service-hero h1{color:#fff;font-size:38px;font-weight:800;text-transform:uppercase;margin:0}

.service-single{background:#fff}
.service-sidebar h4{font-size:18px;font-weight:700;margin-bottom:16px}
.service-sidebar-list{margin-bottom:28px}
.service-sidebar-list li{margin-bottom:8px}
.service-sidebar-list a{
  display:block;
  padding:12px 16px;
  border-radius:10px;
  background:var(--lavender);
  color:#181017;
  font-weight:500;
  font-size:14.5px;
  transition:background .25s ease,color .25s ease;
}
.service-sidebar-list a:hover{background:var(--purple);color:#fff}
.service-sidebar-list a.active{background:var(--purple);color:#fff}

.service-cta-card{
  background:linear-gradient(135deg,var(--purple),var(--purple-dark));
  border-radius:var(--radius-md);
  padding:28px 22px;
  text-align:center;
}
.service-cta-card .service-cta-logo{height:32px;margin:0 auto 16px}
.service-cta-card p{color:#e9dcff;font-size:14px;margin-bottom:18px}
.service-cta-card .btn-sam{width:100%}

.service-featured-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:28px}
.service-featured-image img{width:100%;height:480px;object-fit:cover}
.service-main-content h2{font-size:30px;font-weight:800;margin-bottom:18px}
.service-desc{color:var(--gray);font-size:15.5px;line-height:1.8;margin-bottom:44px}
.service-section-heading{font-size:24px;font-weight:700;margin-bottom:24px}
.service-challenges-grid{margin-bottom:44px}
.service-mini-card{
  background:var(--lavender-2);
  border-radius:var(--radius-md);
  padding:26px;
  height:100%;
}
.service-mini-card .ic{
  width:46px;height:46px;
  border-radius:12px;
  background:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;color:var(--purple);
  margin-bottom:16px;
  box-shadow:0 8px 20px rgba(90,40,70,.08);
}
.service-mini-card h5{font-size:16.5px;font-weight:600;margin-bottom:8px}
.service-mini-card p{color:var(--gray);font-size:13.8px}

.service-offer-card{
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  overflow:hidden;
  height:100%;
}
.service-offer-card img{width:100%;height:170px;object-fit:cover}
.service-offer-card h5{font-size:16px;font-weight:600;padding:16px 18px}

@media(max-width:991.98px){
  .service-sidebar{margin-bottom:30px}
}

/* =========================================================
   SERVICES ARCHIVE (/services/)
   ========================================================= */
.service-archive{background:#fff}
.service-archive-card{
  background:#fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:0 10px 34px rgba(20,0,40,.07);
  transition:transform .3s ease, box-shadow .3s ease;
  height:100%;
}
.service-archive-card:hover{transform:translateY(-6px);box-shadow:0 20px 46px rgba(20,0,40,.12)}
.service-archive-card .thumb{
  display:block;
  position:relative;
  height:320px;
}
.service-archive-card .thumb img{width:100%;height:100%;object-fit:cover}
.service-archive-card .thumb .ic{
  position:absolute;top:16px;left:16px;
  width:40px;height:40px;
  background:#fff;
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-size:15px;color:#111;
  box-shadow:0 8px 20px rgba(20,0,40,.12);
}
.service-archive-card .name{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:22px 24px;
  font-family:var(--font-head);
  font-weight:700;
  font-size:22px;
}
.service-archive-card .name .label{flex:1;min-width:0}
.service-archive-card .name .go{
  width:38px;height:38px;
  border-radius:50%;
  background:var(--black);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:14px;
  flex-shrink:0;
  transition:background .25s ease;
}
.service-archive-card .name .go:hover{background:var(--purple)}
@media(max-width:767.98px){
  .service-archive-card .thumb{height:230px}
  .service-archive-card .name{font-size:18px}
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:#370077;color:#cabfd6;padding:80px 0 0}
.site-footer .sit-footer-logo{height:36px;margin-bottom:22px}
.site-footer p{
  
      font-size: 14.5px;
    line-height: 1.75;
    max-width: 280px;
    color: #BDBDBD;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 126%;
    letter-spacing: 0%;
}
.footer-social{display:flex;gap:12px;margin-top:24px}
.footer-social a{
  width:38px;height:38px;
  border-radius:50%;
  background:#fff;
  color:#1a0033;
  display:flex;align-items:center;justify-content:center;
  font-size:14px;
  transition:transform .25s ease, background .25s ease, color .25s ease;
}
.footer-social a:hover{background:var(--purple);color:#fff;transform:translateY(-4px)}
.site-footer h4{    color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 26px;
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiB;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
}
.site-footer .footer-links{list-style:none !important;margin:0;padding:0}
.site-footer .footer-links li{margin-bottom:14px;list-style:none !important}
.site-footer .footer-links a{    font-size: 14.5px;
    color: #BDBDBD;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 19px;
    letter-spacing: 0%;}
.site-footer .footer-links a:hover{color:#fff}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:30px;
  padding: 18px 0 10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  font-size:14px;
  color:#b4a9c2;
}
.footer-bottom a{    margin-left: 26px;
    color: #BDBDBD;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 45px;
    letter-spacing: 0%;}
.footer-bottom a:hover{color:#fff}

/* =========================================================
   OWL CAROUSEL OVERRIDES
   ========================================================= */
.blog-carousel .owl-dots,.testimonial-carousel .owl-dots,.services-carousel .owl-dots{display:none}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1199.98px){
  .hero-content h1{font-size:40px}
  .hero-float-card{width:230px;padding:16px;transform:translateX(-80%)}
}
@media(max-width:991.98px){
  .hero-content{padding-bottom:40px;text-align:center;margin:0 auto}
  .hero-content h1{max-width:100%}
  .hero-content p.lead{margin-left:auto;margin-right:auto}
  .hero-cta{justify-content:center}
  .hero-visual{margin-top:20px}
  .about-section h2{font-size:30px}
  .about-media{margin-top:50px}
  .about-stat-card{right:6%}
  .sit-services-heading{text-align:center;margin-bottom:50px}
  .sit-services-heading h2,.sit-services-heading p{max-width:100%;margin-left:auto;margin-right:auto}
  .product-info{margin-top:50px}
  .marquee-track span{font-size:60px}
  .testimonial-head{text-align:center;justify-content:center}
  .testimonial-head .carousel-arrows{display:none}
}
@media(max-width:767.98px){
  .hero-content h1{font-size:32px}
  .section-title-lg,.about-section h2,.sit-services-heading h2,.product-info h2,.testimonial-head h2,.blog-head h2{font-size:28px}
  .hero-visual{flex-direction:column}
  .hero-float-card{position:static;transform:none;width:100%;margin-top:20px}
  .hero-badge-icon{width:56px;height:56px;padding:10px}
  .presets-row{flex-wrap:wrap}
  .presets-row button{flex:1 0 33.33%;border-bottom:1px solid var(--border)}
  .about-icons{flex-direction:row;justify-content:center}
  .footer-bottom{flex-direction:column;text-align:center}
  .footer-bottom a{margin:0 10px}
}
@media(max-width:575.98px){
  .hero-content h1{font-size:26px}
  .marquee-track span{font-size:42px}
  .video-play-btn{width:52px;height:52px;font-size:16px}
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-page{background:#fff}
.contact-info-row{margin-bottom:40px}
.contact-info-card{
  background:var(--lavender-2);
  border-radius:var(--radius-md);
  padding:30px;
  text-align:center;
}
.contact-info-card .ic{
  width:48px;height:48px;
  border-radius:12px;
  background:var(--black);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;
  margin:0 auto 18px;
}
.contact-info-card.accent .ic{background:var(--purple)}
.contact-info-card h5{font-size:16px;font-weight:700;margin-bottom:8px}
.contact-info-card p,
.contact-info-card a{color:var(--gray);font-size:14.5px}
.contact-info-card a:hover{color:var(--purple)}

.contact-form-panel{
  background:var(--lavender-2);
  border-radius:var(--radius-lg);
  padding:60px;
}
.contact-form-panel h2{font-size:30px;font-weight:800;margin:6px 0 10px}
.contact-form-panel > .text-center > p{color:var(--gray);font-size:15px;max-width:520px;margin:0 auto 34px}
.contact-form input,
.contact-form textarea{
  width:100%;
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  padding:16px 18px;
  font-family:var(--font-body);
  font-size:14.5px;
  resize:none;
}
.contact-form input:focus,
.contact-form textarea:focus{outline:none;border-color:var(--purple)}
.contact-form-notice{
  border-radius:10px;
  padding:14px 18px;
  margin-bottom:24px;
  font-size:14.5px;
  text-align:center;
}
.contact-form-notice.success{background:#e3f7e9;color:#1c7a3c}
.contact-form-notice.error{background:#fbe4e4;color:#a12626}

/* Contact Form 7 field/markup overrides so its default output matches the
   plain inputs above (row/col wrapping comes from the form template set
   in wp-admin > Contact > Contact Forms). */
.contact-form .wpcf7-form-control-wrap{display:block}
.contact-form .wpcf7-form-control:not(.wpcf7-submit){
  width:100%;
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  padding:16px 18px;
  font-family:var(--font-body);
  font-size:14.5px;
  resize:none;
}
.contact-form textarea.wpcf7-form-control{height:140px}
.contact-form .wpcf7-form-control:not(.wpcf7-submit):focus{outline:none;border-color:var(--purple)}
.contact-form .wpcf7-submit{
  -webkit-appearance:none;
  appearance:none;
  width:auto;
  margin-top:4px;
  background:var(--black);
  color:var(--white);
  border:1.5px solid transparent;
}
.contact-form .wpcf7-not-valid-tip{color:#a12626;font-size:12.5px;margin-top:6px;display:block}
.contact-form .wpcf7-response-output{
  border-radius:10px;
  padding:14px 18px;
  margin:0 0 24px;
  font-size:14.5px;
  text-align:center;
  border:none !important;
}
.contact-form form.sent .wpcf7-response-output{background:#e3f7e9;color:#1c7a3c}
.contact-form form.failed .wpcf7-response-output,
.contact-form form.invalid .wpcf7-response-output{background:#fbe4e4;color:#a12626}
.contact-form .wpcf7-spinner{display:none}

.contact-map{margin-top:60px;line-height:0}
.contact-map iframe{display:block}

@media(max-width:767.98px){
  .contact-form-panel{padding:30px}
}

/* =========================================================
   ABOUT PAGE — MISSION / VISION / HISTORY
   ========================================================= */
.mission-section{position:relative;padding-bottom:100px}
.mission-photo{width:100%;height:480px;overflow:hidden}
.mission-photo img{width:100%;height:100%;object-fit:cover}
.mission-cards{position:relative;margin-top:-160px;display:flex;gap:24px;align-items:flex-start;justify-content:space-between}
.mission-card{
  background:#fff;
  border-radius:var(--radius-md);
  padding:28px 30px;
  box-shadow:0 20px 50px rgba(20,0,40,.14);
  max-width:380px;
  flex:1;
}
.mission-card h5{font-size:18px;font-weight:700;margin-bottom:10px}
.mission-card p{color:var(--gray);font-size:13.8px;line-height:1.7}
.mission-card-1{margin-top:0}
.mission-card-2{margin-top:50px}
.mission-card-3{margin-top:100px}
@media(max-width:991.98px){
  .mission-photo{height:320px}
  .mission-cards{margin-top:-80px;flex-direction:column}
  .mission-card{max-width:100%}
  .mission-card-1,.mission-card-2,.mission-card-3{margin-top:0;margin-bottom:24px}
}

/* =========================================================
   TEAM SECTION
   ========================================================= */
.team-section{background:#fff}
.team-section > .container > .text-center{margin-bottom:50px}
.team-card{text-align:center}
.team-photo{position:relative;border-radius:var(--radius-md);overflow:hidden;height:320px;margin-bottom:18px}
.team-photo img{width:100%;height:100%;object-fit:cover}
.team-social{
  position:absolute;bottom:14px;right:14px;
  width:38px;height:38px;
  border-radius:50%;
  background:var(--purple);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:14px;
  transition:background .25s ease;
}
.team-social:hover{background:var(--black)}
.team-card h5{font-size:17px;font-weight:700;margin-bottom:4px}
.team-card .role{color:var(--gray);font-size:13.5px}

/* =========================================================
   FAQ SECTION
   ========================================================= */
.faq-section{background:#fff}
.faq-section > .container > .text-center{margin-bottom:50px}
.faq-item{border:1px solid var(--border);border-radius:12px;margin-bottom:14px;overflow:hidden}
.faq-question{
  width:100%;
  text-align:left;
  background:#fff;
  border:none;
  padding:18px 20px;
  display:flex;
  align-items:center;
  gap:16px;
  font-family:var(--font-head);
  font-weight:600;
  font-size:15px;
  color:#0e0912;
  cursor:pointer;
}
.faq-ic{
  width:32px;height:32px;
  border-radius:8px;
  background:var(--black);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;
  flex-shrink:0;
  transition:transform .25s ease, background .25s ease;
}
.faq-item.open .faq-ic{background:var(--purple);transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-answer p{
  padding:2px 20px 18px 20px;
  margin:0 20px 0 66px;
  color:var(--gray);
  font-size:14px;
  line-height:1.7;
  border-left:3px solid var(--purple);
  padding-left:16px;
}
.faq-item.open .faq-answer{max-height:600px}

/* =========================================================
   SHOP / COLLECTION PAGE — theme product grid
   ========================================================= */
#shop .collection-grid{list-style:none;margin:0}
.collection-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:14px;
  height:100%;
  transition:transform .3s ease, box-shadow .3s ease;
}
.collection-card:hover{transform:translateY(-6px);box-shadow:0 20px 46px rgba(20,0,40,.1)}
.collection-card .thumb{display:block;border-radius:14px;overflow:hidden}
.collection-card .thumb img{width:100%;height:auto;display:block}
.collection-card-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 10px 8px;
  flex-wrap:wrap;
}
.collection-card-foot h5{font-size:20px;font-weight:700}
.collection-card-foot h5 a{color:#0e0912}
.collection-card-foot .btn-sam{white-space:nowrap}
@media(max-width:767.98px){
  .collection-card-foot{flex-direction:column;align-items:flex-start}
  .collection-card-foot .btn-sam{width:100%}
}

/* ---- Collection Page hero: circular carousel (Shop archive only) ----
   Recreates a scroll-driven arc-carousel look (front card sharp/large,
   side cards blurred + faded along an arc) using only plain, widely
   supported CSS transitions. JS (sam-home.js) computes each slide's
   signed distance from the active index and sets transform/opacity/
   filter directly as inline styles — no experimental CSS functions. */
.page-hero--collection{padding-bottom:40px}
.circle-carousel{position:relative;height:520px;max-width:100%;margin:50px auto 0}
.circle-carousel .cc-track{position:relative;width:100%;height:100%}
.circle-carousel .cc-slide{
  position:absolute;top:34%;left:50%;
  width:clamp(150px, 17vw, 260px);
  cursor:pointer;
  transition:transform .6s cubic-bezier(.22,.9,.28,1), opacity .5s ease, filter .5s ease;
}
.circle-carousel .cc-slide img{
  width:100%;
  border-radius:14px;
  box-shadow:0 20px 45px rgba(20,0,40,.2);
}
.circle-carousel .cc-arrow{
  position:absolute;top:34%;
  transform:translateY(-50%);
  width:46px;height:46px;
  border-radius:50%;
  border:none;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,0,40,.14);
  color:#0e0912;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  z-index:20;
  transition:background .25s ease, color .25s ease;
}
.circle-carousel .cc-arrow:hover{background:var(--purple);color:#fff}
.circle-carousel .cc-arrow-prev{left:2%}
.circle-carousel .cc-arrow-next{right:2%}
.circle-carousel .cc-caption{
  position:absolute;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  font-family:var(--font-head);
  font-weight:700;
  font-size:20px;
  color:#0e0912;
  white-space:nowrap;
  z-index:11;
}
.collection-collage-cta{text-align:center;margin-top:34px}
.cc-mouse-hint{
  display:flex;
  justify-content:center;
  margin-top:20px;
  color:var(--gray-light);
  animation:ccMouseBounce 1.6s ease-in-out infinite;
}
@keyframes ccMouseBounce{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(6px)}
}
@media(max-width:767.98px){
  .circle-carousel{height:320px}
  .circle-carousel .cc-arrow{width:38px;height:38px;font-size:13px}
  .circle-carousel .cc-caption{font-size:16px}
}