@charset "UTF-8";





}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth; 
}

body {
font-optical-sizing: auto;
font-style: normal;
margin:0;
background-size: cover;
background-color: #EDF2F5;
    font-family: DM Sans,\.SFNSText,SFProText-Regular,SFUIText-Regular,\.SFUIText,Helvetica,Arial,sans-serif;
    scroll-behavior: smooth;

}

a {
text-decoration: none;
color: #2E333B;
}

img {
width: 100%;
}

em {
font-size: 16px;
color: #008F56;
font-weight: 400;
line-height: 1.2em;
font-style: normal;
}


.topbar{
width:100%;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
margin-top: 32px;
gap:10px;
}

.left,
.center,
.right{
display:flex;
align-items:center;
}

.avatar{
width:52px;
height:52px;
background-size: cover;
margin-right:16px;
background-image: url("../images/myavatar@2x.png");
margin-left: 50px;
}

.username{
font-size:18px;
font-weight:500;
color: #939BAD;
}


.segmented{
display:flex;
background:#E6EAF1;
border-radius:10px;
padding:3px;
}

.segmented button{
border:none;
background:transparent;
padding:6px 16px;
font-size:14px;
border-radius:10px;
cursor:pointer;
height: 42px;
color: #4D618B;
}

.segmented button.active{
background:#fff;
box-shadow:0 1px 3px rgba(0,0,0,0.15);
}

/* SOCIAL ICONS */


.right  {gap: 12px;}

.social{
  width:32px;
  height:32px;
  border-radius:6px;
  background:#f2f2f2;
  justify-content:center;
  cursor:pointer;
}
 .my-icon {
  stroke: #8190B1; /* Initial color */
  fill: none;
  transition: stroke 0.3s ease; /* Optional: smooth transition */

}

.my-icon:hover {
  stroke: #FF5588; /* Color on hover */
}

/* ---------------- */
/* HERO SECTION */
/* ---------------- */

.product-section{
  height:40vh;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-sizing:border-box;
  border-bottom: 1px solid #D4DDF0;
  margin-bottom: 100px;
}

.content-box {
margin-bottom: 50px;
border-bottom: 1px solid #D4DDF0;
padding-bottom: 50px;
}


.section-right {

  display:inline-flex;
  flex-direction:row;
  align-items:flex-end;
  gap:120px;
}

/* TITLE */

h1{
  font-size: clamp(6rem, 10vw, 10rem); 
  line-height:1;
  margin:0;
  letter-spacing:-2px;
  color: #D4DAE8;

}



/* ARROW ICONS */

.arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  border:2px solid #C1CBDF;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color: #C1CBDF;
}

.arrow:nth-child(1){ opacity:1; }
.arrow:nth-child(2){ opacity:0.7; }
.arrow:nth-child(3){ opacity:0.4; }




/* ---------------- */
/* RESPONSIVE CSS STYLES */
/* ---------------- */

@media (min-width: 320px) and (max-width: 900px) {
.secondary-work-row-1 h1 {font-size: 16px !important; font-weight: 400 !important;}
.product-section {display: none;}
.toggle-btn {padding: 8px 16px; font-size: 13px !important;}
.avatar{
width:40px;
height:40px;
background-size: cover;
margin-right:8px;
background-image: url("../images/myavatar@2x.png");
margin-left: 16px;
}
.box h1 {margin-top: 8px !important;}
.username {
font-weight:600;
color: #4D618B;
font-size: 16px;
}

.row{
flex-direction:column;
}

.secondarymargin {
margin-top: 24px;
margin-bottom: 24px;
}

.secondary-work-project-name {
display: flow;
width: 100% !important;
margin-top: 12px;
margin-bottom: 12px;
}

.secondary-work-project-title {
  display: flex;
width: 100% !important;
margin-top: 12px;
margin-bottom: 12px;
}

.secondary-work-project-company {
width: 100% !important;
  display: flex;
margin-top: 12px;
margin-bottom: 12px;
}

.secondary-work-project-year {
width: 100% !important;
  display: flex;
margin-top: 12px;
margin-bottom: 12px;

}

.secondary-work-row-1 {
  display: flow !important;
    display: flex;
}

.topbar { 
justify-content: space-between;
  flex-direction: row;
  gap: 16px;
  border-bottom: 1px solid #DCE6F9;
  padding-bottom: 24px;
}

.topbar .right .social {
  width:24px;
  height:24px;
  border-radius:6px;
  background:#f2f2f2;
  display:flex;

}

.topbar .center {
  margin: 0 auto;
  order:3;
  padding-left: 16px;
  padding-right: 16px;
}

.topbar .left{order:1;}

.topbar .right{order:2; margin-right: 16px !important;}

  .product-section{
    flex-direction:column;
    justify-content:center;
    gap:40px;
  }

  .section-right{
    flex-direction:row;
    justify-content:center;
  }

.stack {gap: 0px !important;}

}



/* Content Section Container */



.content-section {
position: absolute;
width: 100%;
transform: translateY(10px);
padding:4vw;
box-sizing:border-box;
flex-direction:column;
gap:40px;
display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-top: 0px;
}

.content-section.active {
display: block; /* This collapses the height of all other sections */
  opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
/* Row */

.row{
  display:flex;
  gap:30px;
}

/* Columns */

.col{
  flex:1;
}

/* Stacked Left Column  */
.stack{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.box{
  border-radius:8px;
  align-items: center;
  display: flex;
}

.year p {
  font-size: 13px;
  font-weight: 600;
  color: #939BAD;
}

.box h2 {
  font-size: 15px;
  color: #939BAD;
  font-weight: 600;
  margin-left: 12px;
}

.box h1 {
  font-size: clamp(2rem, 4vw, 4rem); 
  color: #2E3C59;
  font-weight: 400;
  max-width: 80%; 
}
.companyname h2 {
  font-size: clamp(2rem, 4vw, 4rem); 
  color: #939BAD;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 0;
}

.box h1 em{
  font-size: 52px;

}

.box a {
  font-size: 14px;
  color: #008AF2;
  font-weight: 600;
  text-decoration: underline;
}

.image-box-mobile {display: inline-flex;}
  .image-box-mobile img{
    width:50%;


  }
/* Image Box */
  .image-box{
    width:100%;
    height:100%;
    min-height:250px;
    border-radius:8px;
    overflow:hidden;
  }

  .image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }


/* Toggle buttons */
  .toggle-group {
    display: inline-flex;
    background: #E6EAF1;
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
  }

  .toggle-btn {
    border: none;
    background: transparent;
    padding: 8px 16px;
    border-radius: 12px;
    cursor: pointer;
    color: #8190B1;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .toggle-btn.active {
    background: #ffffff;
    color: #4D618B;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    height: 48px;

  }

  /* Content container */
  .content {
    margin-top: 30px;
    position: relative;
  }



#togglebuttons {
  display: flex;
  justify-content: center;
}


/* SECONDARY WORK STYLES START */
#secondary-work {
  margin-top: 32px;
}


.secondary-work-row-1 {
  align-items: center;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DCE6F9;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
}

.secondary-work-row-1 h1 {
    color: #4D618B;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}

.secondary-work-container-header h1 {
  font-size:60px;
  line-height:1;
  margin:0;
  letter-spacing:-2px;
  color: #D4DAE8;
}

.secondary-work-project-name {
display: flex;
width: 40%;
}

.secondary-work-project-title {
width: 20%;
}

.secondary-work-project-company {
width: 20%;
}

.secondary-work-project-year {
width: 20%;
}



.secondary-work-logo img  {
  width: 52%;

}
.secondary-work-project-name h1 {
  padding-bottom: 12px;
  line-height: 1.6em;

}

#secondary-work  a 
{
  margin-bottom: 0px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  margin-right: 20px;
  line-height: 24pt;
  color: #8190B1;
  background:
    linear-gradient(
      to right,
      rgba(193, 203, 223, 1),
      rgba(212, 222, 242, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

#secondary-work  a:hover {
  background-size: 0 2px, 100% 2px;
  color: #FF3B7C;}
/* SECONDARY WORK STYLES END */


.box p {
  margin-bottom: 4px;
}

.box a 
{
  margin-bottom: 0px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  margin-right: 20px;
  line-height: 24pt;
  color: #8190B1;
  background:
    linear-gradient(
      to right,
      rgba(193, 203, 223, 1),
      rgba(212, 222, 242, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.box a:hover {
  background-size: 0 2px, 100% 2px;
  color: #FF3B7C;

}
/* TEXT LINK HOVER ANIMATION */


.topbarbuttons {
padding-bottom: 16px;
padding-top: 16px;
}

.shrink2 .topbarbuttons{
padding: 4px 4px 4px 0px;
margin:0 auto;
transition: all 0.3s ease;
}

.shrink2 svg {
margin-right: 0px;
}

.topbarbuttons:after {
content: "";
display: table;
clear: both;
}

.topbarbuttons h1 {
font-size: 14px;
color: #121F3A;
font-weight: 600;
text-align: left;
margin-top: 24px;
}

.topbarbuttons p {
font-size: 12px;
color: #121F3A;
font-weight: 400;
text-align: left;
}




/* BACK TO TOP BUTTON START */

  /* Button */
  #backToTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
  }

  /* Show button */
  #backToTop.show {
    opacity: 1;
    pointer-events: auto;
  }

  /* Hover effect */
  #backToTop:hover {
    background: #333;
    transform: translateY(-3px);
  }
/* BACK TO TOP BUTTON END */

