* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

body img,
body video {
  max-width: 100%;
  height: auto;
}

body .row {
  margin-left: 0;
  margin-right: 0;
}

body .mobile-site {
  display: none !important;
}

body .desktop-site {
  display: block !important;
}

body .logo-area {
  z-index: 30;
}

body .back-button {
  z-index: 29;
}

.mobile-role {
  display: none;
}

.placeholder-image {
  background: rgba(242, 200, 75, 0.08);
  border: 2px solid rgba(242, 200, 75, 0.28);
  border-radius: 5px;
  padding: 32px;
}

body .project-placeholder .project-status {
  color: #F2C84B;
  font-size: 18px;
  font-weight: 800;
  margin-top: 18px;
  text-transform: uppercase;
}

body.dha-case-study .description-with-product,
body.dha-case-study .product-view {
  background-color: #F9F8F8;
}

body.dha-case-study .conclusion-page {
  background-color: #182026;
}

body.dha-case-study header .row .projects-title {
  position: relative;
  overflow: hidden;
  background-color: #182026;
}

body.dha-case-study header .row .projects-title > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 68% center;
  opacity: 0.72;
}

body.dha-case-study header .row .projects-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(24, 32, 38, 0.72), rgba(24, 32, 38, 0.2));
}

body.dha-case-study header .row .projects-title h1 {
  position: relative;
  z-index: 2;
  color: #FAFAFA;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

body .project-two.project-placeholder .row .product .dha-project-image {
  width: 78%;
  height: auto;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  padding: 34px;
  border: 2px solid rgba(242, 200, 75, 0.28);
  overflow: hidden;
  background: #F9F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .project-two.project-placeholder .row .product .dha-project-image img {
  width: min(92%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(24, 32, 38, 0.18));
}

@media (max-width: 480px) {
  body .project-two.project-placeholder .row .product .dha-project-image {
    width: 100%;
    min-height: 220px;
    padding: 18px;
  }

  body .project-two.project-placeholder .row .product .dha-project-image img {
    width: 100%;
  }
}

body.dha-case-study .description-with-product .row .description-area,
body.dha-case-study .product-view .row .product-area {
  height: auto;
  min-height: 85vh;
}

body.dha-case-study .description-with-product .row .description-area .PF-left,
body.dha-case-study .description-with-product .row .description-area .PF-right,
body.dha-case-study .product-view .row .product-area .PF-left,
body.dha-case-study .product-view .row .product-area .PF-right {
  display: block;
}

body.dha-case-study .description-with-product .row .description-area .PF-left h2,
body.dha-case-study .product-view .row .product-area .PF-left h2 {
  white-space: normal;
  text-wrap: wrap;
}

body.dha-case-study .description-with-product .row .description-area p,
body.dha-case-study .product-view .row .product-area p {
  color: #182026;
  opacity: 1;
  width: auto;
}

body.dha-case-study .case-study-list {
  width: 80%;
  margin: 72px auto;
  padding: 32px;
  border-left: 8px solid #F2C84B;
  background: #182026;
  color: #FAFAFA;
}

body.dha-case-study .case-study-list h3 {
  color: #F2C84B;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 18px;
}

body.dha-case-study .case-study-list ul {
  padding-left: 20px;
}

body.dha-case-study .case-study-list li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}

body.dha-case-study .source-links a {
  color: #AF144B;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  body header .row .projects-title,
  body .project-goal .row .project-description-area,
  body .description-with-product .row .description-area,
  body .product-view .row .product-area,
  body .conclusion-page .row .ending-thoughts,
  body .my-learnings-area .row .my-thoughts {
    overflow: hidden;
  }

  body header .row .projects-title img {
    max-width: 100%;
    object-fit: contain;
  }

  body header .row .projects-title .random-circle,
  body .project-goal .row .project-description-area .random-circle {
    max-width: 42vw;
    max-height: 42vw;
  }

  body header .row .projects-title .PF-left .left-image-area {
    width: min(44vw, 685px);
    height: auto;
    margin-right: 0;
  }

  body header .row .projects-title .PF-left .left-image-area #Laptop {
    width: 100%;
    height: auto;
  }

  body header .row .projects-title .PF-right .heading {
    width: min(44vw, 523px);
    margin-left: 40px;
  }

  body header .row .projects-title .PF-right .heading p {
    width: 100%;
  }

  body .project-goal .row .project-description-area .PF-right img,
  body .project-goal .row .project-description-area .right img,
  body .project-goal .row .project-description-area > img,
  body .description-with-product .row .description-area > img,
  body .description-with-product .row .description-area .PF-left img,
  body .description-with-product .row .description-area .PF-right img,
  body .product-view .row .product-area .PF-left img,
  body .product-view .row .product-area .PF-right img,
  body .product-view .row .product-area img,
  body .description-with-product .row .description-area .left .image-area,
  body .description-with-product .row .description-area .left .image-area img,
  body .description-with-product .row .description-area .right img,
  body .product-view .row .product-area .left .image-area,
  body .product-view .row .product-area .left .image-area img,
  body .product-view .row .product-area .right img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  body .description-with-product .row .description-area .left .image-area,
  body .product-view .row .product-area .left .image-area {
    height: auto;
  }

  body a {
    overflow-wrap: anywhere;
  }
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  body .desktop-site {
    display: block !important;
  }

  body .mobile-site {
    display: none !important;
  }

  body .logo-area {
    top: 18px;
    left: 18px;
    width: 46px;
    height: 46px;
  }

  body .logo-area a img {
    width: 46px;
    height: 46px;
  }

  body:has(.back-button) .logo-area {
    display: none;
  }

  body .open {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    padding: 6px;
    background: transparent;
    border-radius: 4px;
  }

  body .open span {
    right: 5px;
    width: 32px;
  }

  body .oppenned {
    background: transparent;
    opacity: 1;
    z-index: 60;
  }

  body .oppenned .sub-menu {
    position: fixed;
    top: 54px;
    right: 8px;
    width: 232px;
    height: 232px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    padding: 34px 30px 22px 22px;
    background-color: rgba(242, 200, 75, 0.9);
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    transition: none;
    z-index: 58;
  }

  body .oppenned span:nth-child(2) {
    position: fixed;
    width: 250px;
    height: 250px;
    right: -72px;
    top: -86px;
    border-radius: 50%;
    background-color: rgba(24, 32, 38, 0.68);
    overflow: visible;
    z-index: 57;
  }

  body .oppenned span:nth-child(1),
  body .oppenned span:nth-child(3) {
    position: absolute;
    z-index: 70;
    right: 6px;
    top: 20px;
    width: 32px;
    height: 4px;
    margin-top: 0;
    background-color: #F2C84B;
    transform-origin: center;
  }

  body .oppenned span:nth-child(1) {
    transform: rotate(45deg);
  }

  body .oppenned span:nth-child(3) {
    transform: rotate(-45deg);
  }

  body .sub-menu li:first-child {
    margin-top: 0;
  }

  body .oppenned li {
    width: auto !important;
    margin-right: 0 !important;
    float: none !important;
    clear: none !important;
    text-align: right;
    align-self: flex-end;
    transition: none;
  }

  body .sub-menu li a {
    display: inline-block;
    font-size: 14px;
    line-height: 31px;
    white-space: nowrap;
    text-align: right;
    width: auto !important;
    float: none !important;
  }

  body .back-button {
    top: 22px;
    left: 24px;
    width: 46px;
    height: 46px;
    z-index: 45;
  }

  body .back-button .button-area {
    width: 46px;
    height: 46px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body .back-button .button-area p {
    display: none;
  }

  body .back-button .button-area img {
    width: 38px;
    height: 38px;
    margin: 0;
  }

  body header .row .projects-intro {
    min-height: 100vh;
    height: auto;
    padding: 120px 18px 56px;
    background-attachment: scroll;
  }

  body header .row .projects-intro h1 {
    font-size: 38px;
    line-height: 1.12;
    margin: 0 auto 18px;
  }

  body header .row .projects-intro h3 {
    position: static;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 22px;
  }

  body header .row .projects-intro .project-headings {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0;
  }

  body header .row .projects-intro .project-headings a .headings {
    width: 132px;
    height: 104px;
  }

  body header .row .projects-intro .project-headings a .headings ul {
    width: 100%;
    height: 100%;
    padding: 12px;
  }

  body header .row .projects-intro .project-headings a .headings ul li {
    margin-left: 0;
    font-size: 14px;
  }

  body .desktop-site .landing,
  body .desktop-site .landing .row .left-block,
  body .desktop-site .landing .row .right-block,
  body .desktop-site .about-me,
  body .desktop-site .about-me .row .brand-area,
  body .desktop-site .about-me .row .my-info-area,
  body .desktop-site .my-experiences,
  body .desktop-site .my-experiences .row .title-area,
  body .desktop-site .my-experiences .row .work-experience-area,
  body .project,
  body .project-one .row .product-section,
  body .project-two .row .product-section,
  body .project-three .row .product-section,
  body .project-outro .row .product-section,
  body .project-outro-contact .row .reach-out-area,
  body .project-goal,
  body .description-with-product,
  body .product-view,
  body .conclusion-page,
  body .my-learnings-area,
  body .hire-area,
  body .follow-area {
    height: auto !important;
    min-height: 0;
  }

  body .desktop-site .landing {
    padding-top: 80px;
    padding-bottom: 0;
  }

  body .desktop-site .landing .row,
  body .desktop-site .about-me .row,
  body .desktop-site .my-experiences .row,
  body .project .row,
  body header .row .projects-title,
  body .project-goal .row,
  body .description-with-product .row,
  body .product-view .row,
  body .conclusion-page .row,
  body .my-learnings-area .row {
    display: flex;
    flex-direction: column;
  }

  body .desktop-site .landing .row .left-block .heading-area,
  body .desktop-site .about-me .row .my-info-area .my-info,
  body .desktop-site .my-experiences .row .title-area .title,
  body .project-one .row .product-title-area .product-title,
  body .project-two .row .product-title-area .product-title,
  body .project-three .row .product-title-area .product-title,
  body .project-outro .row .product-title-area .product-title,
  body .project-two .row .product-title-area .custom-btn,
  body .project-outro .row .product-title-area .custom-btn {
    margin: 0;
  }

  body .desktop-site .landing .row .left-block,
  body .desktop-site .landing .row .right-block,
  body .desktop-site .about-me .row .brand-area,
  body .desktop-site .about-me .row .my-info-area,
  body header .row .projects-title .PF-left,
  body header .row .projects-title .PF-right,
  body .project-goal .row .project-description-area .PF-left,
  body .project-goal .row .project-description-area .PF-right,
  body .project-goal .row .project-description-area .left,
  body .project-goal .row .project-description-area .right,
  body .description-with-product .row .description-area .PF-left,
  body .description-with-product .row .description-area .PF-right,
  body .description-with-product .row .description-area .left,
  body .description-with-product .row .description-area .right,
  body .product-view .row .product-area .PF-left,
  body .product-view .row .product-area .PF-right,
  body .product-view .row .product-area .left,
  body .product-view .row .product-area .right,
  body .project .row .product-section,
  body .project-goal .row > div,
  body .description-with-product .row > div,
  body .product-view .row > div,
  body .conclusion-page .row > div,
  body .my-learnings-area .row > div {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 22px;
  }

  body header .row .projects-title {
    min-height: 70vh;
    height: auto;
    padding-top: 120px;
  }

  body header .row .projects-title h1 {
    font-size: 36px;
    line-height: 1.12;
    padding: 0 20px;
  }

  body header .row .projects-title > img {
    position: relative;
    width: min(78vw, 420px);
    height: auto;
    margin: 0 auto 24px;
    left: auto;
    right: auto;
  }

  body header .row .projects-title .PF-left .left-image-area,
  body header .row .projects-title .PF-right .heading,
  body header .row .projects-title .PF-right .page-overflow-text {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }

  body header .row .projects-title .PF-right .heading .heading-icon {
    align-items: center;
    margin: 0 0 20px;
  }

  body header .row .projects-title .PF-right .heading .heading-icon h1 {
    font-size: 30px;
    white-space: normal;
    text-wrap: wrap;
  }

  body header .row .projects-title .PF-right .page-overflow-text {
    display: none;
  }

  body .project-goal .row .project-description-area,
  body .description-with-product .row .description-area,
  body .product-view .row .product-area {
    display: flex;
    flex-direction: column;
  }

  body .project-goal .row .project-description-area h4,
  body .project-goal .row .project-description-area .PF-left h2,
  body .description-with-product .row .description-area .PF-right h2,
  body .product-view .row .product-area .PF-left h2,
  body .project-goal .row .project-description-area .left .left-line h2,
  body .description-with-product .row .description-area .left .left-line h2,
  body .product-view .row .product-area .left .left-line h2 {
    font-size: 30px;
    line-height: 1.15;
    white-space: normal;
    text-wrap: wrap;
    margin-left: 0;
  }

  body .project-goal .row .project-description-area .PF-left p,
  body .description-with-product .row .description-area .PF-right p,
  body .product-view .row .product-area .PF-left p,
  body .project-goal .row .project-description-area .left p,
  body .project-goal .row .project-description-area .left ul li,
  body .description-with-product .row .description-area .left p,
  body .description-with-product .row .description-area .right .insights ul li,
  body .product-view .row .product-area .left p {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  body .project-goal .row .project-description-area .left .left-line,
  body .description-with-product .row .description-area .left .left-line,
  body .product-view .row .product-area .left .left-line {
    height: auto;
    margin: 0 0 28px;
    padding-left: 18px;
  }

  body .project-goal .row .project-description-area .left .left-line h3,
  body .description-with-product .row .description-area .left .left-line h3,
  body .product-view .row .product-area .left .left-line h3,
  body .description-with-product .row .description-area .PF-right h3,
  body .description-with-product .row .description-area .right .insights h4 {
    margin-left: 0;
    margin-top: 18px;
    white-space: normal;
    text-wrap: wrap;
  }

  body .project-goal .row .project-description-area .PF-right img,
  body .project-goal .row .project-description-area > img,
  body .description-with-product .row .description-area .PF-left img,
  body .description-with-product .row .description-area .PF-right img,
  body .description-with-product .row .description-area > img,
  body .product-view .row .product-area .PF-left img,
  body .product-view .row .product-area .PF-right img,
  body .product-view .row .product-area img,
  body .description-with-product .row .description-area .left .image-area,
  body .description-with-product .row .description-area .left .image-area img,
  body .description-with-product .row .description-area .right img,
  body .product-view .row .product-area .left .image-area,
  body .product-view .row .product-area .left .image-area img,
  body .product-view .row .product-area .right img {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 24px 0 0;
  }

  body header .row .projects-title .random-circle,
  body .project-goal .row .project-description-area .random-circle {
    display: none;
  }

  body header .row,
  body .project-goal .row,
  body .description-with-product .row,
  body .product-view .row,
  body .conclusion-page .row,
  body .my-learnings-area .row {
    height: auto !important;
    min-height: 0 !important;
  }

  body header .row .projects-title,
  body .project-goal .row .project-description-area,
  body .description-with-product .row .description-area,
  body .product-view .row .product-area,
  body .conclusion-page .row .ending-thoughts,
  body .my-learnings-area .row .my-thoughts {
    height: auto !important;
    min-height: 0 !important;
  }

  body header .row .projects-title {
    min-height: 0;
    padding: 88px 18px 26px;
    gap: 12px;
    justify-content: flex-start;
  }

  body header .row .projects-title h1 {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    line-height: 1.08;
  }

  body header .row .projects-title > img {
    width: min(62vw, 280px);
    max-height: 210px;
    margin: 0 auto 10px;
  }

  body header .row .projects-title .PF-left,
  body header .row .projects-title .PF-right {
    padding: 6px 0;
  }

  body header .row .projects-title .PF-left .left-image-area {
    width: min(76vw, 330px);
    height: auto;
    margin: 0 auto;
  }

  body header .row .projects-title .PF-left .left-image-area #Laptop {
    position: relative;
    width: 100%;
    height: auto;
  }

  body header .row .projects-title .PF-right .heading {
    padding: 0;
  }

  body header .row .projects-title .PF-right .heading .heading-icon {
    margin: 0 0 12px;
  }

  body header .row .projects-title .PF-right .heading .heading-icon .icon {
    width: 54px;
    height: 54px;
  }

  body header .row .projects-title .PF-right .heading .heading-icon .icon img {
    width: 54px;
    height: 54px;
  }

  body header .row .projects-title .PF-right .heading .heading-icon h1 {
    font-size: 26px;
    line-height: 1.08;
    margin-left: 12px;
  }

  body header .row .projects-title .PF-right .heading .hr {
    width: 84px;
    height: 4px;
    margin: 0 0 12px;
  }

  body header .row .projects-title .PF-right .heading p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
  }

  body .project-goal .row .project-description-area,
  body .description-with-product .row .description-area,
  body .product-view .row .product-area,
  body .conclusion-page .row .ending-thoughts,
  body .my-learnings-area .row .my-thoughts {
    padding: 22px 18px !important;
  }

  body .project-goal .row .project-description-area .PF-left,
  body .project-goal .row .project-description-area .PF-right,
  body .project-goal .row .project-description-area .left,
  body .project-goal .row .project-description-area .right,
  body .description-with-product .row .description-area .PF-left,
  body .description-with-product .row .description-area .PF-right,
  body .description-with-product .row .description-area .left,
  body .description-with-product .row .description-area .right,
  body .product-view .row .product-area .PF-left,
  body .product-view .row .product-area .PF-right,
  body .product-view .row .product-area .left,
  body .product-view .row .product-area .right,
  body .conclusion-page .row .ending-thoughts .left,
  body .conclusion-page .row .ending-thoughts .right {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .project-goal .row .project-description-area .left h4,
  body .description-with-product .row .description-area .left h4,
  body .product-view .row .product-area .left h4,
  body .description-with-product .row .description-area .right h4,
  body .product-view .row .product-area .right h4 {
    margin: 12px 0 6px !important;
    font-size: 16px;
    line-height: 1.35;
  }

  body .project-goal .row .project-description-area h4,
  body .conclusion-page .row .ending-thoughts p,
  body .description-with-product .row .description-area > p,
  body .product-view .row .product-area > p {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.45;
    text-align: left;
  }

  body .project-goal .row .project-description-area br,
  body .description-with-product .row .description-area br,
  body .product-view .row .product-area br,
  body .conclusion-page .row .ending-thoughts br,
  body .my-learnings-area .row .my-thoughts br {
    display: none;
  }

  body .project-goal .row .project-description-area .PF-left h2,
  body .description-with-product .row .description-area .PF-right h2,
  body .product-view .row .product-area .PF-left h2,
  body .project-goal .row .project-description-area .left .left-line h2,
  body .description-with-product .row .description-area .left .left-line h2,
  body .product-view .row .product-area .left .left-line h2 {
    font-size: 27px;
    line-height: 1.12;
    margin: 0 0 10px;
  }

  body .project-goal .row .project-description-area .left .left-line,
  body .description-with-product .row .description-area .left .left-line,
  body .product-view .row .product-area .left .left-line {
    margin: 0 0 16px;
    padding-left: 14px;
    border-left-width: 5px;
  }

  body .project-goal .row .project-description-area .left .left-line h3,
  body .description-with-product .row .description-area .left .left-line h3,
  body .product-view .row .product-area .left .left-line h3,
  body .description-with-product .row .description-area .PF-right h3,
  body .description-with-product .row .description-area .right .insights h4,
  body .product-view .row .product-area .right .insights h4 {
    font-size: 16px;
    line-height: 1.35;
    margin: 8px 0 0;
  }

  body .project-goal .row .project-description-area .PF-left p,
  body .description-with-product .row .description-area .PF-right p,
  body .product-view .row .product-area .PF-left p,
  body .project-goal .row .project-description-area .left p,
  body .project-goal .row .project-description-area .left ul li,
  body .description-with-product .row .description-area .left p,
  body .description-with-product .row .description-area .right .insights ul li,
  body .product-view .row .product-area .left p,
  body .product-view .row .product-area .right p,
  body .product-view .row .product-area .right ul li {
    font-size: 15px;
    line-height: 1.55;
    margin-top: 0;
  }

  body .project-goal .row .project-description-area ul,
  body .description-with-product .row .description-area ul,
  body .product-view .row .product-area ul {
    padding-left: 20px;
    margin: 10px 0 16px;
  }

  body .project-goal .row .project-description-area .PF-right img,
  body .description-with-product .row .description-area .PF-left img,
  body .description-with-product .row .description-area .PF-right img,
  body .product-view .row .product-area .PF-left img,
  body .product-view .row .product-area .PF-right img,
  body .product-view .row .product-area img,
  body .description-with-product .row .description-area .left .image-area,
  body .description-with-product .row .description-area .left .image-area img,
  body .description-with-product .row .description-area .right img,
  body .product-view .row .product-area .left .image-area,
  body .product-view .row .product-area .left .image-area img,
  body .product-view .row .product-area .right img,
  body .conclusion-page .row .ending-thoughts img,
  body .conclusion-page .row .ending-thoughts .left img,
  body video {
    display: block;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 58vh;
    object-fit: contain;
    margin: 16px auto 0 !important;
  }

  body .project-goal .row .project-description-area > img,
  body .description-with-product .row .description-area > .A-logo {
    display: none !important;
  }

  body .description-with-product .row .description-area > img:not(.A-logo),
  body .product-view .row .product-area > img {
    width: min(76vw, 340px) !important;
    max-height: 42vh;
  }

  body .description-with-product .row .description-area > p,
  body .product-view .row .product-area > p {
    position: relative;
    z-index: 2;
  }

  body .description-with-product .row .description-area .left .image-area,
  body .product-view .row .product-area .left .image-area {
    height: auto !important;
    min-height: 0 !important;
  }

  body .conclusion-page .row .ending-thoughts {
    flex-direction: column;
    gap: 14px;
  }

  body .my-learnings-area .row .PF-left .page-overflow-text {
    display: none;
  }

  body .description-with-product .row .description-area .right .insights,
  body .product-view .row .product-area .right .insights {
    margin-top: 16px;
  }

  body .my-learnings-area .row .left .name-image-area,
  body .my-learnings-area .row .PF-left .name-image-area {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: auto;
    margin: 0 !important;
  }

  body .my-learnings-area .row .left .name-image-area .profile-area,
  body .my-learnings-area .row .PF-left .name-image-area .profile-area {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }

  body .my-learnings-area .row .left .name-image-area .profile-area img,
  body .my-learnings-area .row .PF-left .name-image-area .profile-area img {
    width: 72px;
    height: 72px;
  }

  body .my-learnings-area .row .left .name-image-area .name-area,
  body .my-learnings-area .row .PF-left .name-image-area .name-area {
    width: auto;
  }

  body .my-learnings-area .row .left .name-image-area .name-area h3,
  body .my-learnings-area .row .PF-left .name-image-area .name-area h3,
  body .my-learnings-area .row .left .name-image-area .name-area h4,
  body .my-learnings-area .row .PF-left .name-image-area .name-area h4 {
    text-align: left;
    white-space: normal;
    padding: 0;
  }

  body .my-learnings-area .row .right .text-area,
  body .my-learnings-area .row .PF-right .text-area {
    width: 100%;
    margin: 0 !important;
  }

  body .my-learnings-area .row .right .text-area h3,
  body .my-learnings-area .row .PF-right .text-area h3 {
    width: 100%;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    text-align: left;
  }

  body .my-learnings-area .row .right .text-area h4,
  body .my-learnings-area .row .PF-right .text-area h4,
  body .my-learnings-area .row .right .text-area h5,
  body .my-learnings-area .row .PF-right .text-area h5 {
    padding: 0;
    margin: 18px 0 8px;
    font-size: 17px;
    line-height: 1.3;
  }

  body .my-learnings-area .row .right .text-area p,
  body .my-learnings-area .row .PF-right .text-area p {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  body.dha-case-study .description-with-product .row .description-area .PF-left,
  body.dha-case-study .description-with-product .row .description-area .PF-right,
  body.dha-case-study .product-view .row .product-area .PF-left,
  body.dha-case-study .product-view .row .product-area .PF-right {
    display: block;
  }

  body.dha-case-study .description-with-product .row .description-area .PF-left h2,
  body.dha-case-study .product-view .row .product-area .PF-left h2,
  body.dha-case-study .description-with-product .row .description-area .PF-left p,
  body.dha-case-study .product-view .row .product-area .PF-left p {
    width: 100%;
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.55;
  }

  body.dha-case-study .case-study-list {
    width: 100%;
    margin: 16px 0 0;
    padding: 20px;
  }

  body .desktop-site .landing .row .left-block .heading-area {
    width: 100%;
    text-align: left;
  }

  body .desktop-site .landing .row .left-block {
    padding-bottom: 8px;
  }

  body .desktop-site .landing .row .left-block .heading-area h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  body .desktop-site .landing .row .left-block .heading-area h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
  }

  body .desktop-site .landing .row .left-block .heading-area h3 {
    display: none;
  }

  body .desktop-site .my-experiences .row .title-area .title p,
  body .project-one .row .product-title-area .product-title p,
  body .project-two .row .product-title-area .product-title p,
  body .project-three .row .product-title-area .product-title p,
  body .project-outro .row .product-title-area .product-title p {
    font-size: 18px;
  }

  body .desktop-site .landing .row .right-block .me-image-area {
    width: 100%;
    min-height: 300px;
    margin: 0;
  }

  body .desktop-site .landing .row .right-block .me-image-area img {
    width: min(70vw, 330px);
    height: auto;
    margin: auto auto 0;
  }

  body .desktop-site .landing .row .left-block .heading-area button {
    display: none;
  }

  body .desktop-site .about-me .row .brand-area {
    display: none;
  }

  body .desktop-site .about-me .row .my-info-area {
    padding-top: 0;
    background: #FAFAFA;
  }

  body .desktop-site .about-me .row .my-info-area .my-info {
    position: relative;
    padding: 28px 0 0 22px;
    border-left: 8px solid #182026;
  }

  body .desktop-site .about-me .row .my-info-area .my-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 96px;
    height: 8px;
    background: #182026;
  }

  body .desktop-site .about-me .row .my-info-area .my-info .mobile-role {
    display: block;
    max-width: 280px;
    color: #F2C84B;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    margin: -4px 0 16px;
  }

  body .desktop-site .about-me .row .my-info-area .my-info h1 {
    margin-bottom: 10px;
  }

  body .desktop-site .about-me .row .my-info-area .my-info p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0;
  }

  body .desktop-site .about-me .row .my-info-area .my-info .buttons {
    margin-top: 24px;
  }

  body .desktop-site .about-me .row .my-info-area .my-info .buttons .btn {
    height: 48px;
  }

  body .desktop-site .about-me .row .my-info-area .my-info h1,
  body .desktop-site .my-experiences .row .title-area .title h1,
  body .project-one .row .product-title-area .product-title h2,
  body .project-two .row .product-title-area .product-title h2,
  body .project-three .row .product-title-area .product-title h2,
  body .project-outro .row .product-title-area .product-title h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  body .desktop-site .my-experiences .row .work-experience-area {
    width: 100%;
    flex-direction: column;
    padding: 0 22px;
  }

  body .desktop-site .my-experiences .row .title-area {
    padding-top: 28px;
    background: #FAFAFA;
  }

  body .desktop-site .my-experiences .row .title-area .title {
    position: relative;
    padding: 28px 0 0 22px;
    border-left: 8px solid #182026;
  }

  body .desktop-site .my-experiences .row .title-area .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 96px;
    height: 8px;
    background: #182026;
  }

  body .desktop-site .my-experiences .row .title-area .title h1 {
    margin-bottom: 14px;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block {
    width: 100%;
    max-width: 100%;
    padding: 0 0 18px;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .experience {
    min-height: 240px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    touch-action: manipulation;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .experience figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .experience figcaption h3,
  body .desktop-site .my-experiences .row .work-experience-area .block .experience figcaption p {
    margin: 8px 0;
    padding: 0;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption {
    padding: 14px 18px;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption h3 {
    font-size: 22px;
    line-height: 1.18;
    margin: 0 0 10px;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption p {
    font-size: 14px;
    line-height: 1.25;
    margin: 8px 0;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption hr {
    margin: 8px auto;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .experience.card-open figcaption {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block figure[class^=imghvr-].experience.card-open > figcaption,
  body .desktop-site .my-experiences .row .work-experience-area .block figure[class*=" imghvr-"].experience.card-open > figcaption,
  body .desktop-site .my-experiences .row .work-experience-area .block figure[class^=imghvr-].experience.card-open > figcaption *,
  body .desktop-site .my-experiences .row .work-experience-area .block figure[class*=" imghvr-"].experience.card-open > figcaption * {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .experience.card-open > img {
    opacity: 0 !important;
    transform: scale(1.08) !important;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block figure[class^=imghvr-].experience.card-open > img,
  body .desktop-site .my-experiences .row .work-experience-area .block figure[class*=" imghvr-"].experience.card-open > img {
    opacity: 0 !important;
    transform: scale(1.08) !important;
  }

  body .project-one .row .product,
  body .project-two .row .product,
  body .project-three .row .product,
  body .project-outro .row .product {
    order: 2;
  }

  body .project-one .row .product-title-area,
  body .project-two .row .product-title-area,
  body .project-three .row .product-title-area,
  body .project-outro .row .product-title-area {
    order: 1;
  }

  body .project-one .row .product .product-area,
  body .project-two .row .product .product-area,
  body .project-three .row .product .product-area,
  body .project-outro .row .product .product-area,
  body .project-one .row .product .lapT,
  body .project-two .row .product .lapT {
    width: min(86vw, 440px);
    height: auto;
    margin: 0 auto;
  }

  body .project-one,
  body .project-three,
  body .project-outro-contact {
    padding: 32px 0;
  }

  body .project-two,
  body .project-outro {
    padding: 32px 0;
  }

  body .project br,
  body .desktop-site br {
    display: none;
  }

  body footer {
    height: auto !important;
    padding: 28px 22px;
  }

  body footer .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  body footer .row .footer {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 !important;
  }

  body footer .row .footer p,
  body footer .row .left-footer P,
  body footer .row .right-footer P {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto !important;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }

  body footer .row .left-footer {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 480px) {
  body .logo-area {
    top: 14px;
    left: 14px;
    width: 40px;
    height: 40px;
  }

  body .logo-area a img {
    width: 40px;
    height: 40px;
  }

  body .open {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  body .open span {
    width: 30px;
  }

  body .oppenned .sub-menu {
    top: 54px;
    right: 8px;
    width: 232px;
    height: 232px;
    padding: 34px 30px 22px 22px;
  }

  body .oppenned li {
    margin-right: 0;
  }

  body .oppenned span:nth-child(2) {
    width: 250px;
    height: 250px;
    right: -72px;
    top: -86px;
  }

  body header .row .projects-intro h1 {
    font-size: 30px;
  }

  body header .row .projects-intro .project-headings a .headings {
    width: calc(50vw - 28px);
    height: 96px;
  }

  body .desktop-site .landing .row .left-block .heading-area h1 {
    font-size: 40px;
  }

  body .desktop-site .landing .row .left-block .heading-area h2,
  body .desktop-site .landing .row .left-block .heading-area h3 {
    font-size: 19px;
  }

  body .desktop-site .landing .row .right-block .me-image-area {
    min-height: 260px;
  }

  body .desktop-site .landing .row .right-block .me-image-area img {
    width: min(72vw, 280px);
  }

  body .desktop-site .about-me .row .my-info-area .my-info h1,
  body .desktop-site .my-experiences .row .title-area .title h1,
  body .project-one .row .product-title-area .product-title h2,
  body .project-two .row .product-title-area .product-title h2,
  body .project-three .row .product-title-area .product-title h2,
  body .project-outro .row .product-title-area .product-title h2 {
    font-size: 28px;
  }

  body .desktop-site .about-me .row .my-info-area .my-info .buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  body .desktop-site .about-me .row .my-info-area .my-info .buttons .btn {
    width: 100%;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption {
    padding: 12px 14px;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption h3 {
    font-size: 19px;
    line-height: 1.15;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption p {
    font-size: 13px;
    line-height: 1.2;
  }

  body .desktop-site .my-experiences .row .work-experience-area .block .work-experience-one figcaption hr {
    margin: 6px auto;
  }

  body header .row .projects-title {
    padding: 78px 16px 22px;
  }

  body header .row .projects-title h1 {
    font-size: 26px;
  }

  body header .row .projects-title > img {
    width: min(58vw, 230px);
    max-height: 170px;
  }

  body header .row .projects-title .PF-left .left-image-area {
    width: min(78vw, 290px);
  }

  body header .row .projects-title .PF-right .heading .heading-icon h1 {
    font-size: 23px;
  }

  body header .row .projects-title .PF-right .heading p,
  body .project-goal .row .project-description-area .PF-left p,
  body .description-with-product .row .description-area .PF-right p,
  body .product-view .row .product-area .PF-left p,
  body .project-goal .row .project-description-area .left p,
  body .project-goal .row .project-description-area .left ul li,
  body .description-with-product .row .description-area .left p,
  body .description-with-product .row .description-area .right .insights ul li,
  body .product-view .row .product-area .left p,
  body .product-view .row .product-area .right p,
  body .product-view .row .product-area .right ul li,
  body .my-learnings-area .row .right .text-area p,
  body .my-learnings-area .row .PF-right .text-area p {
    font-size: 14px;
    line-height: 1.5;
  }

  body .project-goal .row .project-description-area,
  body .description-with-product .row .description-area,
  body .product-view .row .product-area,
  body .conclusion-page .row .ending-thoughts,
  body .my-learnings-area .row .my-thoughts {
    padding: 18px 16px !important;
  }

  body .project-goal .row .project-description-area h4,
  body .conclusion-page .row .ending-thoughts p,
  body .description-with-product .row .description-area > p,
  body .product-view .row .product-area > p {
    font-size: 18px;
    line-height: 1.42;
  }

  body .project-goal .row .project-description-area .PF-left h2,
  body .description-with-product .row .description-area .PF-right h2,
  body .product-view .row .product-area .PF-left h2,
  body .project-goal .row .project-description-area .left .left-line h2,
  body .description-with-product .row .description-area .left .left-line h2,
  body .product-view .row .product-area .left .left-line h2 {
    font-size: 24px;
  }

  body .project-goal .row .project-description-area img,
  body .description-with-product .row .description-area img,
  body .product-view .row .product-area img,
  body .conclusion-page .row .ending-thoughts img,
  body video {
    max-height: 48vh;
  }
}
