body {
    margin: 0;
    padding: 0;
    font-family: 'Glacial Indifference', sans-serif;
    color: #212121;
}

.hero-background {
    background-color: #DDDDDD;
    min-height: 100vh;
    position: relative;
    padding: 5vh 4vw;
    box-sizing: border-box;
}

.header-wrapper {
    position: absolute;
    top: 48px; 
    left: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 800; 
    font-size: 40px;
    letter-spacing: 1.2px;
    color: #1A1A1A;
    margin: 0;
    line-height: 1;
}

.dot {
    color: #0081FF; 
}

.logo-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
    color: #B3B3B3;
    margin-top: 8px;
    line-height: 1;
}


.section-title-wrapper {
    position: absolute;
    top: 2vh;
    right: 4vw;
    width: fit-content;
    height: auto;
}

.section-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 158.3px; 
    letter-spacing: 4.75px;
    color: #1C1C1C;
    position: relative;
    line-height: 1;
    margin: 0;
}

.section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 43.17px; 
    letter-spacing: 1.3px;
    color: #373737;
    margin: 0;
    white-space: nowrap;
}



.about-me-container {
    padding-top: 28vh;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 15vw;
    padding-right: 4vw;
    box-sizing: border-box;
}

.about-me-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}


.profile-image {
    width: 300px;
    height: auto;
    border-radius: 16px;
}


.about-me-text {
    max-width: 582px;
    text-align: left;
}

.about-me-text h2 {
    font-family: 'Glacial Indifference', sans-serif;
    font-weight: normal;
    font-size: 49.7px;
    letter-spacing: 0.75px;
    margin: 0;
    line-height: 1.2;
}

.about-me-text h1 {
    font-family: 'Glacial Indifference', sans-serif;
    font-weight: bold;
    font-size: 71px;
    letter-spacing: 1.06px;
    margin: 8px 0 0 0;
    line-height: 1.2;
}


.about-me-text p {
    font-family: 'Glacial Indifference', sans-serif;
    font-weight: normal;
    font-size: 23.29px;
    letter-spacing: 0px;
    margin: 12px 0 0 0;
    line-height: 1.4;
}

.social-links {
    margin-top: 20px;
}


    .social-icon {
    display: inline-block;
    margin-right: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.15);
    
    }



.social-icon img {
    width: 30px;
    height: 30px;
    display: block;
}


.clients-satisfaction {
    align-self: flex-end;
    text-align: right;
    margin-right: 2vw;
}

.satisfaction-label {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 6px;
}

.prc-highlight {
    color: #E93656;
    font-family: 'Montserrat', sans-serif;
}


.satisfaction-bar {
    width: 0;
    height: 6px;
    background-color: #E93656;
    animation: fill-bar 1.5s ease-out forwards;
    border-radius: 6px;
}

@keyframes fill-bar {
    to {
        width: 100%;
    }
}

.about-me-2 {
  padding: 100px 5vw 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Glacial Indifference', sans-serif;
}

.about-wrapper {
  display: flex;
  flex-direction: row;
  gap: 65.55px;
  flex-wrap: nowrap;
}

.bio-text {
  max-width: 400px;
  flex-shrink: 0;
}

.bio-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.bio-text .role {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #DAAE19;
  margin-bottom: 25px;
  display: inline-block;
}

.bio-text p {
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: bold;
  background-color: #E1E0DC; 
  color: #15263E; 
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #cc0505; 
  color: #ffffff; 
}



.bio-photo-2 {
  flex-shrink: 0;
}

.bio-photo-2 img {
  width: 430px;
  height: 603px;
  object-fit: cover;
  background: #555555;
  display: block;
}

.skills-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  overflow-x: hidden;
}



.skills-list {
  margin-top: 71px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
  max-width: 330px;
}

.skill-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #555;
  margin-bottom: 8px;
}

.skill-title .progress {
  color: #E93656;
}

.bar-bg {
  width: 300px;
  height: 10px;
  background-color: #F0F0F0;
  border-radius: 5px;
  overflow: hidden;
}


.bar-fill {
  height: 100%;
  width: 0;
  max-width: 100%;
  background-color: #E93656;
  transition: width 0.6s ease;
}

.social-icon-2 {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center;
}

.social-icon-2 a {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon-2 a:hover {
  transform: scale(1.15);
}

.social-icon-2 img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}


.contact-section-custom {
  margin-top: 100px;
  background: #131A36;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  max-width: 300px;
}

.icon-box {
  width: 90px;
  height: 90px;
  border: 2px dashed #FFFFFF;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  flex-shrink: 0; 
}

.icon-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  aspect-ratio: 1 / 1; 
}

.icon-box:hover {
  background-color: #E93656;
  border: none;
}



.info-text .info-title {
  font-size: 25px;
  letter-spacing: 0.75px;
  margin: 0 0 5px;
}

.info-text p,
.info-text a {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #DFDFDF;
  letter-spacing: 0.42px;
  margin: 2px 0;
  text-decoration: none;
}

.my-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 100px 0;
}

.single-service {
  width: 285px;
  height: 360px;
  perspective: 1000px;
  position: relative;
}

.single-service .face {
  width: 100%;
  height: 100%;
  padding: 40px 30px; 
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  backface-visibility: hidden;
  transition: transform 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-service .front {
  background: #FAFAFA;
  z-index: 2;
}

.single-service .back {
  background: #15263E;
  color: #fff;
  transform: rotateY(180deg);
  z-index: 1;
}

.service-back h3 {
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.44px;
  width: 120px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
}


.single-service:hover .front {
  transform: rotateY(180deg);
}

.single-service:hover .back {
  transform: rotateY(360deg);
}


.reviews-area {
  position: relative;
  width: 100%;
  background-image: url("../pics/clip.jpg");  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
}


.review-left {
  max-width: 500px;
  text-align: right;
  font-family: 'Roboto Light', sans-serif;
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 1.5;
}


.review-photo-block {
  position: relative;
  width: 170px;
  height: 170px;
}

.photo-border {
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border 0.3s ease;
}

.photo-border img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
}


.review-photo-block:hover .photo-border {
  border: 2px solid transparent;
}
.review-photo-block:hover img {
  width: 170px;
  height: 170px;
}


.review-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review-right .quote-icon {
  width: 39px;
  height: 26px;
  margin-bottom: 10px;
}

.review-right .user-position {
  font-family: 'Roboto Regular', sans-serif;
  font-size: 13px;
  color: #E93656;
  letter-spacing: 0.52px;
  margin-bottom: 6px;
}

.review-right .user-fullname {
  font-family: 'GlacialIndifference-Bold', sans-serif;
  font-size: 28px;
  letter-spacing: 0.84px;
  color: #fff;
}


.review-navigation {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}

.nav-dot {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot:hover {
  border-color: #E93656;
}

.nav-dot.active {
  border-color: #E93656;
}


.portfolio-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #2E2E2E;
  font-family: 'Glacial-Bold', sans-serif;
}

.portfolio-title {
  text-align: center;
  font-size: 70px;
  margin-bottom: 40px;
  font-family: 'Glacial-Bold', sans-serif;
}

.portfolio-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}


.filter-panel {
  background: #15263E;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 100%;
}

.filter-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 0;
}

.filter-btn {
  background: transparent;
  border: none;
  color: white;
  padding: 5px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  width: 120px;
  font-family: 'Glacial-Bold', sans-serif;
  transition: color 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  color: #E93656;
}


.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: fit-content;
}

.project-card {
  position: relative;
  width: 13vw;
  height: 30vh;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.project-card:hover img {
  transform: scale(1.03);
}

.card-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.project-card:hover .card-details {
  opacity: 1;
}

.icon {
  width: 40px;
  height: 40px;
  border: 2px solid #E93656;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.timestamp {
  color: #DDDDDD;
  font-size: 11px;
  margin: 0;
  font-family: 'Muli', sans-serif;
}

.label {
  color: #FFFFFF;
  font-size: 23px;
  margin-top: 7px;
  font-family: 'Glacial-Bold', sans-serif;
}



.articles-section {
  padding: 170px 0;
  background-color: #fff;
}


.articles-header {
  text-align: center;
  margin-bottom: 79px;
}

.section-tagline {
  display: block;
  font-size: 13px;
  font-family: 'GlacialIndifference-Bold', sans-serif;
  color: #2ED279;
  margin-bottom: 10px;
}

.main-title {
  font-size: 70px;
  font-family: 'GlacialIndifference-Bold', sans-serif;
  color: #2E2E2E;
}

.timeline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.timeline-block {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 13px;;
  align-items: stretch;
  position: relative;
}

.timeline-block:nth-child(even) {
  flex-direction: row-reverse;
}

.text-area {
  background: #FAFAFA;
  padding: 60px;
  width: 650px;
  position: relative;
  z-index: 2;
}

.timeline-block:nth-child(odd) .text-area {
  margin-left: 198px;
  text-align: left;
}

.timeline-block:nth-child(even) .text-area {
  margin-right: 150px;
  text-align: left;
}

.visual-preview.no-image {
  flex-grow: 1;
  background-color: #E1E0DC;
}

.timeline-block .visual-preview.no-image {
  min-width: 700px;
}

.icon-img {
  width: 36.97px;
  height: 40px;
  background-color: #fff;
  margin-bottom: 25px;
}

.company-name {
  display: block;
  font-size: 14px;
  letter-spacing: 1.12px;
  color: #888888;
  margin-bottom: 10px;
}

.job-title {
  font-family: 'GlacialIndifference-Bold', sans-serif;
  font-size: 38px;
  margin-bottom: 20px;
}

.description {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.link-more {
  color: #444444;
  text-decoration: none;
  font-weight: bold;
}


.meta-time {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 30px;
  letter-spacing: 0.9px;
  color: #E93656;
  background-color: #15263E;
  padding: 80px 10px;
  font-family: 'GlacialIndifference-Bold', sans-serif;
  text-align: center;
}

.clients-wrapper {
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 155px;
}

.clients-subheading {
    font-family: 'GlacialIndifference-Bold', sans-serif;
    font-size: 14px;
    color: #2ED279;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.clients-main-title {
    font-family: 'GlacialIndifference-Bold', sans-serif;
    font-size: 70px;
    color: #262526;
    margin: 0;
}

.clients-grid {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.client-box {
    position: relative;
    width: 230px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.client-box img {
    width: 110px;
    height: 110px;
    transition: opacity 0.3s ease;
}

.client-box:hover img {
    opacity: 0;
}

.client-box figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #E93656;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 24px;
    box-sizing: border-box;
}

.client-box:hover img {
    opacity: 0;
}

.client-box figcaption {
    position: absolute;
    inset: 0;                         
    border: 4px solid #E93656;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    transition: opacity .4s ease;
}

.client-box:hover figcaption {
    opacity: 1;
}

.client-box h4 {
    font: 600 16px 'Poppins-SemiBold', sans-serif;
    color: #161616;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}

.client-box p {
    font: 300 13px 'Roboto-Light', sans-serif;
    color: #626262;
    text-align: center;
    letter-spacing: 0.39px;
    line-height: 1.4;
}

.contact-container {
    width: 100%;
    min-height: 660px;
    background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../pics/map.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.contact-heading {
    font-family: 'Jaapokki-Regular', sans-serif;
    font-size: 45px;
    color: white;
    margin-bottom: 40px;
}

.contact-description {
    font-family: 'Roboto-light', sans-serif;
    font-size: 17px;
    color: #EEEEEE;
    margin-top: -30px;
    margin-bottom: 22.23px;
}

#form-contact {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.row-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.field-box {
    position: relative;
    width: 100%;
}

.field-box input {
    width: 92%;
    padding: 10px 14px;
    height: 30px;
    border: 2px solid white;
    background-color: white;
    color: black;
    font-size: 12px;
    font-family: 'Poppins-SemiBold', sans-serif;
    outline: none;
}

.field-box input::placeholder {
    color: transparent;
}

.field-label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 10px;
    color: #515151;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: 'Poppins-SemiBold', sans-serif;
}

.required-mark {
    color: #DAAF1B;
}

.field-box input:focus + .field-label,
.field-box input:not(:placeholder-shown) + .field-label {
    opacity: 0;
}

.message-box {
    position: relative;
    width: 100%;
    margin-top: -15px;
}

.message-area {
    width: 97.2%;
    padding: 16px;
    background-color: white;
    border: 2px solid white;
    color: black;
    font-size: 10px;
    font-family: inherit;
    resize: vertical;
    outline: none;
}

.message-area::placeholder {
    color: transparent;
}

.textarea-label {
    position: absolute;
    top: 6px;
    left: 16px;
    font-size: 10px;
    color: #515151;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: 'Poppins-SemiBold', sans-serif;
}

.message-area:focus + .textarea-label,
.message-area:not(:placeholder-shown) + .textarea-label {
    opacity: 0;
}

.submit-btn {
    background: transparent;
    color: #E93656;
    border: 2px solid #E93656;
    padding: 16px 32px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    align-self: center;
    min-width: 200px;
    font-family: 'GlacialBold', sans-serif;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #E93656;
    color: white;
}

.modal-wrapper {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-inner {
    background: white;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
}

.modal-inner p {
    margin-bottom: 20px;
}

.modal-inner button {
    padding: 8px 16px;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}



.section-roca {
    background-color: #282828;
    text-align: center;
    padding-top: 50px;
}

.title-roca {
    font-size: 55px;
    font-family: 'Poppins-SemiBold', sans-serif;
    color: #FFFFFF;
    margin-bottom: 0;
}

.highlight-dot {
    color: #E93656;
}

.text-roca {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 17px;
    color: #A5A5A5;
    padding-bottom: 40px;
    margin: 0;
}

.roca-social-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.roca-social-icon img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
}

.roca-social-icon:hover img {
    transform: scale(1.2);
    opacity: 1;
}


.footer-roca {
    background-color: #171717;
}

.footer-roca p {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #A0A8B7;
    margin: 0;
    padding: 20px 0;
}

.footer-brand {
    color: white;
}


@media (max-width: 1024px) {
  body, html {
    overflow-x: hidden;
  }

  .profile-image {
    width: 50vw;
    margin-left: 5vw;
  }

  .section-title {
    font-size: 2rem;
  }

  .service-title {
    font-size: 1.4rem;
  }

  .project-card {
    width: 45vw;
    margin: 1rem auto;
  }

  .filter-panel {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-layout {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .hero-background {
    padding: 20px;
  }

  .about-me-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .about-me-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .profile-image {
    width: 85%;
    max-width: 280px;
    height: auto;
    border-radius: 10px;
  }

  .about-me-text h2 {
    font-size: 18px;
  }

  .about-me-text h1 {
    font-size: 24px;
  }

  .about-me-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .social-icon img {
    width: 28px;
    height: 28px;
  }

  .satisfaction-bar::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
  }
  

  .review-wrapper {
    flex-direction: column;
  }

  .client-box {
    width: 40%;
    margin: 10px auto;
  }

  .timeline-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }

  .timeline-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
  }

  .timeline-block .text-area {
    order: 1;
    width: 100%;
    padding: 0;
  }

  .timeline-block .meta-time {
    order: 2;
    font-size: 16px;
    margin: 10px 0;
  }

  .timeline-block .visual-preview {
    order: 3;
    display: none;
  }

  .icon-img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
  }

  .job-title {
    font-size: 20px;
    margin: 10px 0;
  }

  .description {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .link-more {
    font-size: 14px;
    text-decoration: underline;
  }
    .about-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
    text-align: center;
  }

  .bio-text {
    width: 100%;
  }

  .bio-text h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .bio-text .role {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .bio-text p {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 10px;
  }

  .cta-button {
    display: inline-block;
    font-size: 14px;
    padding: 10px 18px;
    margin-top: 12px;
  }

  .bio-photo-2 img {
    width: 80vw;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
  }

  .skills-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .skill-box {
    width: 90%;
  }

  .skill-title {
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .bar-bg {
    height: 10px;
    border-radius: 5px;
  }

  .bar-fill {
    height: 100%;
    border-radius: 5px;
  }

  .social-icon-2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .social-icon-2 img {
    width: 28px;
    height: 28px;
  }

}


@media (max-width: 1024px) {
  .hero-background {
    padding: 40px 30px;
  }

  .header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .logo-text {
    font-size: 32px;
  }

  .logo-subtitle {
    font-size: 16px;
  }

  .about-me-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .about-me-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .profile-image {
    width: 60%;
    max-width: 350px;
    border-radius: 12px;
  }

  .about-me-text h2 {
    font-size: 22px;
  }

  .about-me-text h1 {
    font-size: 30px;
  }

  .about-me-text p {
    font-size: 16px;
  }

  .social-links {
    justify-content: center;
    gap: 18px;
  }

  .social-icon img {
    width: 32px;
    height: 32px;
  }

  .satisfaction-label {
    font-size: 18px;
  }

  .satisfaction-bar {
    width: 70%;
    height: 8px;
    border-radius: 5px;
    position: relative;
    margin: 10px auto;
    height: 6px;
    background-color: #E93656;
    animation: fill-bar 1.5s ease-out forwards;
  }

  .satisfaction-bar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .about-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 40px;
  }

  .bio-text h2 {
    font-size: 26px;
  }

  .bio-text .role {
    font-size: 16px;
  }

  .bio-text p {
    font-size: 14px;
    padding: 0 20px;
  }

  .cta-button {
    font-size: 15px;
    padding: 12px 24px;
  }

  .bio-photo-2 img {
    width: 60%;
    max-width: 350px;
  }

  .skills-list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .skill-box {
    width: 45%;
  }

  .timeline-wrapper {
    gap: 40px;
    padding: 30px 20px;
  }

  .timeline-block {
    padding: 30px;
  }

  .client-box {
    width: 30%;
    margin: 15px auto;
  }

  .review-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
