/*
Theme Name: Kolab
Theme URI: https://kolabcreative.com/
Author: Kolab Team 
Description: Custom WordPress Theme for Kolab Creative Agency (2024)
Version: 1.0
Text Domain: kolab
*/

@import url('https://fonts.googleapis.com/css?family=Manrope:400,700&display=swap');

body {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    background: #fff;
    color: #232323;
}

body { font-family: 'Manrope', Arial, sans-serif; margin:0; padding:0; background:#fff; color:#241a43; }
a { color:#6847d2; text-decoration:none; }
a:hover { color:#f7c71d; }
h1, h2, h3, h4, h5, h6 { font-family:'Manrope', Arial, sans-serif; }
.header { background:#ede8f6; border-bottom-left-radius:40px; border-bottom-right-radius:40px; padding-bottom:32px;}
.header-main { display:flex; justify-content:space-between; align-items:center; max-width:1080px; margin:0 auto; padding:24px 20px;}
.header-logo img { max-height:46px;}
.header-menu { display:flex; gap:20px;}
.header-menu a { padding:8px 18px; border-radius:24px; font-weight:bold; transition:background .2s, color .2s;}
.header-menu a.active, .header-menu a:hover { background:#6847d2; color:#fff;}
.kolab-header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
  height: 220px;
  pointer-events: none;
  overflow: hidden;
}
.kolab-header-bg svg {
  width: 100%;
  height: 220px;
  display: block;
}

.kolab-header-flex {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 38px; /* agak turun agar logo pas */
  max-width: 1100px;
  margin: 0 auto;
}
.kolab-logo img {
  background: #fff;
  border-radius: 50%;
  padding: 30px;
  box-shadow: 0 4px 32px rgba(44,16,57,0.14);
  height: 76px;
  width: 76px;
  object-fit: contain;
  transition: box-shadow 0.2s;
}
.kolab-logo img:hover {
  box-shadow: 0 8px 32px #B9ACD6;
}
.kolab-menu-list {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-right: 30px;
  margin-top: 18px;
  list-style: none;
}
.kolab-menu-list li a {
    font-family: 'Manrope', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    padding: 2px 16px;
    border-radius: 36px;
    background: transparent;
    transition: 0.2s;
    text-transform: uppercase;
}
.kolab-menu-list .current-menu-item > a,
.kolab-menu-list a:hover {
  background: #ffe353;
  color: #332d26;
  font-weight: 900;
}
.kolab-hero {
  margin-top: 0; 
  z-index: 15;
  position: relative;
  background: none;
  padding-top: 0px; /* Bisa dikurangi */
  text-align: center;
}
.kolab-hero h1 {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 0.7rem;
    line-height: 1.1;
}
.kolab-hero .highlight {
    color: #FFD600;
}
.kolab-hero .purple {
    color: #684fc7;
}
.kolab-hero .subtitle {
    font-size: 1.4rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 36px;
}
.kolab-hero-desc .desc-box {
    background: #291f47;
    color: #fff;
    border-radius: 24px;
    padding: 38px 32px 30px 32px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: -48px;
    box-shadow: 0 4px 24px rgba(60,40,110,0.11);
}
.btn-hero {
    background: #684fc7;
    color: #fff;
    border-radius: 20px;
    font-weight: 700;
    padding: 12px 38px;
    font-size: 1.12rem;
    display: inline-block;
    margin-top: 18px;
    text-decoration: none;
    transition: background .2s;
}

.bg-left-wave {
     top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.8;
    width: 252px;
    height: 591px;
}

.bg-left-wave svg, .bg-right-waves svg {
  width: 100%;
  display: block;
}

.bg-right-wave {
    position: absolute;
    right: 0;
    top: 0;
    width: 252px;
    height: 591px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.8;
}
.bg-right-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bg-left-wave,
.bg-right-waves {
  position: absolute;
  z-index: 0;
}

body { position: relative; overflow-x: hidden; }

.kolab-work {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0 64px 0;
}

.kolab-work h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  color: #5a2ea6;
  margin-bottom: 32px;
}

.kolab-work .work-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 1300px;
  margin: 0 auto;
  justify-items: center;
}

.work-card {
  position: relative;
  background: none; /* Hilangkan background ungu */
  border-radius: 28px;
  min-height: 320px;
  width: 240px;
  overflow: hidden;
  box-shadow: 0 14px 40px 0 #b5a1d45e;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0; /* Hilangkan padding */
}

.work-card h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: .6px;
    text-shadow: 0 3px 18px #0002;
}


.work-card .work-thumb {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 360px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.work-card .work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  filter: grayscale(1); /* efek grayscale seperti di mockup */
  transition: filter .2s;
}

.work-card:hover .work-thumb img {
  filter: grayscale(0.3);
}

.work-card .work-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 28px 0 24px 0;
  background: linear-gradient(0deg, rgba(50,30,80,0.43) 60%, rgba(50,30,80,0.03) 100%, rgba(255,255,255,0) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 28px 28px;
}

.btn-work {
  display: inline-block;
  background: #5a2ea6;
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  border-radius: 20px;
  padding: 8px 36px;
  text-decoration: none;
  margin-top: 8px;
  box-shadow: 0 6px 24px 0 #c7b3eb8e;
  transition: background .2s, color .2s;
}

.btn-work:hover {
  background: #ffe353;
  color: #5a2ea6;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 18px;
}
.service-bg-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;    /* hanya sekitar 40% layar desktop */
  height: 180px;   /* sesuaikan tinggi */
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.service-bg-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}
.kolab-services {
  position: relative;
  background: none;
  overflow: hidden;
}
.service-bg-wave {
  position: relative;
  left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
}
.kolab-services > .container {
  position: relative;
  z-index: 2;
  margin-top: -170px;
}
.kolab-services h2 {
        text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    color: #5a2ea6;
    margin-bottom: 32px;
}

.kolab-services p {
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.service-list {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  justify-items: center;
  align-items: center;
}
.service-circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 4px solid #6f5895;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .2s, border .2s;
  box-shadow: 0 4px 16px #6847d211;
  text-align: center;
}
.service-circle a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; height: 100%;
  text-decoration: none;
  color: #6f5895;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.service-circle--active {
  background: #6f5895;
  border: 3px solid #6f5895;
}
.service-circle--active a {
  color: #fff;
}
.service-circle a:hover {
    box-shadow: 0 13px 30px rgba(80, 60, 170, 0.10);
    border-radius: 100px;
    background: #6f5895;
    color: #fff;
}
.service-circle-content {
  width: 80%;
  margin: 0 auto;
  word-break: break-word;
  font-size: 22px;
}
.service-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.service-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #5c4484;
    color: #fff;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 6px 16px #6847d249;
    position: relative;
    z-index: 2;
}
.service-card p {
      color: #2a2541;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.service-card-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 32px 28px;
  border-radius: 24px;
  transition: box-shadow 0.2s;
  height: 100%;
  width: 100%;
}
.service-card-link:hover {
  box-shadow: 0 8px 36px rgba(80,60,170,0.13);
}
.service-icon {
  min-width: 64px;
    min-height: 64px;
    border-radius: 50%;
    background: #553886;
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
    box-shadow: 0 4px 14px rgba(108, 86, 174, 0.1
}
.kolab-team > .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #e3e3fa;
  border-radius: 38px;
}
.tim-anda h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    color: #5a2ea6;
    margin-bottom: 32px;
}
.team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 32px;
  margin: 0 auto;
  max-width: 950px;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  min-height: 280px;
}
.team-photo {
  border-radius: 18px;
  width: 100%;
  max-width: 210px;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 6px 36px #b5a1d455;
  transition: transform .21s, box-shadow .21s;
  filter: grayscale(0.07);
}

.team-member:hover .team-photo {
  transform: scale(1.04);
  box-shadow: 0 10px 44px #664bb555;
  filter: grayscale(0.0);
}
.team-name {
  opacity: 0;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 1.42rem;
  font-weight: 800;
  background: rgba(90,46,166,0.88);
  border-radius: 18px;
  padding: 14px 8px 9px 8px;
  text-align: center;
  transition: opacity .2s;
  pointer-events: none;
  width: 92%;
  box-shadow: 0 2px 18px #674bb4a2;
}
.team-name {
  opacity: 0 !important;
  visibility: hidden !important;
  /* ...css lain tetap */
}
.team-member:hover .team-name {
  opacity: 1 !important;
  visibility: visible !important;
}
.member-name {
    color: #684fc7;
    font-weight: 900;
    font-size: 2.3rem;
    margin-bottom: 8px;
    text-align: center;
}
.member-position {
    font-size: 1.22rem;
    color: #222;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}
.btn-hero:hover { background: #866df7; }
.hero { text-align:center; padding:30px 0 24px 0;}
.hero h1 { color:#f7c71d; font-size:48px; font-weight:900; margin:0 0 8px 0;}
.hero h2 { color:#6847d2; font-size:38px; font-weight:bold; margin-bottom:8px;}
.hero h3 { font-size:20px; color:#222; margin-bottom:20px;}
.btn-main { background:#6847d2; color:#fff; border:none; padding:12px 32px; border-radius:20px; font-weight:bold; cursor:pointer; transition:background .2s;}
.btn-main:hover { background:#f7c71d; color:#6847d2;}
.section { max-width:1080px; margin:48px auto; padding:0 20px;}
.section-title { text-align:center; font-size:32px; color:#6847d2; font-weight:700; margin-bottom:32px;}
.service-cards { display:flex; flex-wrap:wrap; justify-content:center; gap:24px; margin-bottom:40px;}
.service-card { box-shadow:0 2px 16px #e4e4ef33; border-radius:24px; padding:32px 24px; flex:1 1 240px; max-width:300px; min-width:200px; text-align:center;}
.service-card h4 { color:#6847d2; font-size:20px; font-weight:700;}
.team-section { text-align:center; margin-top:48px;}
.team-photo { border-radius:50%; width:110px; height:110px; object-fit:cover; margin-bottom:8px;}
.why-section { background:#ede8f6; border-radius:30px; padding:38px 0 16px 0; margin-top:40px;}
.why-cards { display:flex; flex-wrap:wrap; justify-content:center; gap:24px; }
.why-card { flex:1 1 200px; max-width:270px; background:#fff; border-radius:18px; padding:18px 16px; text-align:center; box-shadow:0 2px 12px #e4e4ef33;}
.why-card strong { color:#6847d2;}
@media (max-width: 900px) {
  .kolab-header-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .kolab-menu-list {
    margin: 10px 0 0 24px;
    gap: 24px;
  }
  .bg-left-wave, .bg-right-waves {
    display: none;
  }
  .kolab-services .service-list {
    grid-template-columns: 1fr 1fr;
  }
	.kolab-portfolio .portfolio-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .header-main, .section { flex-direction:column; padding:20px 10px; }
  .service-cards, .why-cards { flex-direction:column; }
	.kolab-portfolio .portfolio-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .kolab-services .service-list {
    grid-template-columns: 1fr;
  }
}