/*------------------------------------------------------------------------------Mobile view----------------------------------------------------------------------------------*/
@media(max-width: 800px){
header nav{
  padding-left: 16px;
  padding-right: 16px;
}

.sidebar{
  width: 100%;
}

.menu-button{
  display: block;
}

.hideonmobile {
  display: none;
}

}
@media (max-width: 800px) {
  
/*-----------------------------------------------------------navigation-----start*/

nav{
display: none;
}

.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 236px;
  z-index: 999;
  background-color: #000000;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.sidebar li{
  list-style: none;
  margin-right: 8px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.sidebar li a{
  color: #ffff;
  font-size: 18px;
  font-family: Helvetica;
  padding: 4px 14px;
  border: 2px;
  border-radius: 20px;
}

.sidebar a.active{
  color: #E42F08;
  font-weight: bold;
  text-decoration: underline;
    text-underline-offset: 6px;
  border: none;
  background-color: none;
}

.sidebar li :first-child img{
  margin-top: 0px;
}

.title-project {
  display: block;
  container-type: inline; 
  background: #000;
  margin: 12px 12px 0 12px;
  padding-top: 5%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  position: relative;
  border-radius:24px;
}
.title-project h2{
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
/*-----------------------------------------------------------navigation-----End*/


/*-----------------------------------------------------------Hero-----Start*/
.hero {
  container-type: inline; 
  background: #000;
  margin: 12px 12px 0 12px;
  padding-top: 8%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  position: relative;
  border-radius: 24px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subtitle {
  color: #E42F08;
  padding-left: 1%;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: normal;
   cursor: default;
}

.title {
  color: #fff;
  font-family: Helvetica;
  font-size: 11cqw; 
  font-weight: normal;
  letter-spacing: 4px;
  margin: 0;
  line-height: 1.1;
  word-break: break-all;
  display: flex;
  align-items: baseline;
  cursor: default;
}

.title .dot {
  width: 10px; /* adjust size if needed */
  height: 10px;
  object-fit: contain;
  display: inline-block;
}
/*-----------------------------------------------------------Hero-----End*/


/*-----------------------------------------------------------About section-----Start*/
    .about-section {
        display: flex;
        flex-direction: column;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 24px;
        margin-bottom: 36px; /* remove if not needed */
        padding-bottom:36px ;
        border: none;
        border-bottom: 1px solid #D9D9D9;
    }

    .about-content {
      align-self: center;
        max-width: 365px;
        text-align: center;
    }

    .about-content h2 {
        font-family: helvetica;
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: normal;
    }

    .about-content p {
        padding-left: 14px;
        padding-right: 12px;
        text-align: center;
        font-size: 14px;
        color: #7D7D7D;
        line-height: 2vh;
        margin-bottom: 24px;
    }

    .img-buttons {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: none;
      gap: 24px;
    }

    .profile-pic {
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 100px;
    }

    .buttons {
        display: flex;
        gap: 16px;
    }

    .btn {
        padding: 8px 32px;
        font-family: helvetica;
        font-size: 12px;
        border-radius: 8px;
        border: 1px solid #000;
        cursor: pointer;
        transition: all 0.3s ease; /* smooth hover animation */
    }

    .btn.resume {
        background-color: #000;
        color: #fff;
    }

    .btn.contact {
        background-color: #fff;
        color: #000;
    }

    .btn.resume:hover {
        background-color: #E42F08;
        color: #fff;
        border: 1px solid #E42F08;
    }

    .btn.contact:hover {
        background-color: #E42F08;
        color: #ffffff;
        border: 1px solid #E42F08;
    }

    /*-----------------------------------------------------------About section-----End*/


    /*-----------------------------------------------------------my skills section-----Start*/
.skills-section {
    display: flex;
    gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #fff;
    margin-bottom: 24px; /* remove if not needed */
    padding-bottom:0px ;
    border-bottom: 1px solid #D9D9D9;
}

.skills-header h1{
    align-content: center;
    width: auto;
    font-size: 18px;
    padding-bottom: 24px;
    font-weight: 400;
}

.skills{
  padding-right: 0px;
  width: 300px;
  justify-content: space-between;
  text-align: center;
}

.skill-img{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.skill-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.skill-about h2{
  display: none;
}

.skill-detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: centerS;
  gap: auto;
  padding-bottom: 48px;
}

.skill-detail h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 2vh;
    width: 62px;
}

.skill-detail p{
    display: none;
}
    /*-----------------------------------------------------------my skills section-----end*/


    /*-----------------------------------------------------------my work experience-----Start*/
.experience{
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #fff;
    margin-bottom: 24px; /* remove if not needed */
    padding-bottom:24px ;
    border-bottom: 1px solid #D9D9D9;
    max-width: auto;
    text-align: center;
}

.exp-title h1{
    width: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 2vh;
}

.exp-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.exp-box h1{
  font-size: 14px;
  font-weight: bold;
  line-height: 2vh;
}

.exp-box p{
  padding-left: 14px;
  padding-right: 12px;
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2vh;
}

    /*-----------------------------------------------------------my work experience-----End*/

    /*-----------------------------------------------------------my PROJECTS-----Start*/

 .project-section{
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 24px;
  background-color: black;
  border-radius: 16px;
}

.project-title h2{
  font-size: 18px;
  color: white;
  font-weight: 400;
  text-align: center;
}
.project-title p{
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 2vh;
  font-weight: 300;
}

.project-title{
  padding-bottom: 24px;
}

.project-content {
  width: auto;
  height: 200px;
  background-color: white;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end; /* pushes content to the bottom */
  padding: 16px; /* optional, so text isn’t flush with the edge */
  transition: 0.3s ease;
  cursor: pointer;
}

.project-content h2{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  line-height: 2vh;
  color: black;
  text-align: center;
}

.project-content p{
  text-align: center;
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2vh;
}

.project-list{
  display:flex ;
  flex-direction: column;
  gap: 24px;
}

.project-list .project-content:hover {
  background-color: #E42F08;
}

.project-list .project-content:hover h2,
.project-list .project-content:hover p {
  color: white;
}

/*-----------------------------------------------------------my PROJECTS-----End*/

/*-----------------------------------------------------------Contact-----Start*/


.contact-section {
margin-left: 12px;
margin-right: 12px;
margin-bottom: 36px;
}

.contact-title{
  align-content: center;
  text-align: center;
  width: auto;
  padding-bottom: 24px;
}

.contact-title h1{
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.contact-title p{
  text-align: center;
  max-width: auto;
  font-size: 14px;
  font-weight: 200;
  line-height: 2vh;
}

.contact-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
}

.contact-form{
display: flex;
flex-direction: column;
}

.contact-inputs {
  min-width: 320px;
  margin-top: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  border-bottom-color: #D9D9D9;
  border-bottom-style: solid;
  border-bottom-width: 0.8px;
}

.btn-send{
  margin-top: 24px;
  background-color: #000;
  color: #fff;
  padding: 8px 32px;
  font-family: helvetica;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.3s ease; /* smooth hover animation */
}

.btn-send:hover{
  background-color: #E42F08;
  color: #fff;
  border: 1px solid #E42F08;
}


/*-----------------------------------------------------------Contact-----End*/


.footer-section {
  background-color: #111;
  color: #eee;
  padding: 24px;
  font-family: system-ui, sans-serif;
}

.footer-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  gap: 16px;
  width: auto;
  margin-left: 12px;
  margin-right: 12px;
}

.footer-column {
  flex: 1;
  text-align: center;
}

.footer-heading {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
  width: auto;
  padding-bottom: 4px;
}

.footer-link {
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column.footer-email{
text-align: center;
}

.footer-link:hover {
  color: #fff;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}


.footer-social img {
  width: 24px;
  height: 24px;
}

.footer-social img:hover {
  opacity: 0.9;
}

.footer-copyright {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.4;
  text-align: center;
}

/*----------------------------------Solidus 3D-------------------Start--------*/

.back-btn {
  margin: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.back-btn img {
  width: 12px;
  height: auto;
}

/*------------Cover/Intro Section-----------------------Start----*/

.info-section {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 24px;
  position: relative;
  overflow: visible;
  flex-wrap: wrap; /* makes it responsive */
  height: 300px;
}

.info-content {
  flex: 1 1 600px;
  z-index: 2;
}

.section-title {
  font-size: 18px;
  margin-bottom: 0px;
}

.section-text {
  font-size: 14px;
  max-width: auto;
  line-height: 120%;
  margin-bottom: 24px;
  color: #ccc;
}

.sub-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
}

.icon-row {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.icon-row img {
  width: 30px;
  height: 30px;
}

.image-wrapper {
  flex: 1 1 400px;
  position: relative;
}

.hero-img {
 display: none;
}

/*------------Cover/Intro Section-----------------------End----*/


/*------------------Style guide section-----------Start-----*/

.style-body{
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 48px;
}

.style-guide-title h1{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.style-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center ;
  text-align: center;
  gap: 24px;
}

.logo-design{
justify-content: center;
max-width: 100%;
}
.logo-design img{
  width: 300px;
}

.logo-design h1{
  font-size: 36px;
  font-family: helvetica;
  color: #E0E0E0;
  padding-bottom: 24px;
}

.logo-design p{
font-size: 14px;
line-height: 2vh;
color: #7D7D7D ;
}

.other-styles{
  margin-right: 6%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

.typography h1{
  font-size: 36px;
  font-family: helvetica;
  color: #E0E0E0;
  padding-bottom: 24px;
}

.typography p{
font-size: 16px;
line-height: 150%;
color: #7D7D7D ;
}

.typography img{
  width: 227px;
}

.colors h1{
  font-size: 36px;
  font-family: helvetica;
  color: #E0E0E0;
  padding-bottom: 16px;
}

.colors img{
  width: 280px;
}

/*------------------Style guide section-----------End-----*/

/*------------------Website structure section-----------Start-----*/

.structure{
padding-left: 12px;
padding-right: 12px;
padding-top: 24px;
background-color: #F6F6F6;
margin-bottom: 48px;
}

.structure-title h1{
  text-align: center;
font-size: 18px;
font-weight: 600;
}

.structure-diagram-web {
  display: none;
}

.structure-diagram-web img {
  display: none;
}

.structure-diagram-mobile {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  justify-content: center;
}

.structure-diagram-mobile img{
  max-width: 100%;
  height: auto;
}

/*------------------Website structure section-----------End-----*/

/*------------------Visual design section-----------Start-----*/


.vd-title h1{
text-align: center;
font-size: 18px;
font-weight: 600;
padding-left: 12px;
padding-bottom: 24px;
}

.vd-container {
  display: flex;
  flex-direction: column;
  align-items: center;   /* centers horizontally */
  justify-content: center; /* centers vertically */
  text-align: center;
  gap: 16px; /* optional: adds space between image and button */
}


.laptop img{
width: 300px;
}

.vd-content{
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;   /* centers horizontally */
  justify-content: center; /* centers vertically */
  text-align: center;
}

.vd-content h1{
font-size: 16px;
font-weight: 600;
}

.vd-content p{
max-width: 500px;
font-size: 14px;
line-height: 2vh;
color: #7D7D7D ;
padding-bottom: 24px;
}

.cover {
  padding-top: 48px;
  width: 100%;
}

.cover img {
  width: 100%;
  height: auto; /* keeps aspect ratio */
  display: block; /* removes default inline spacing */
}

/*------------------------solidus3d end---------------*/






/*---------------flyable---START---------------------*/

/*----------------------Cover section------Start---*/

.info-flyable {
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: none;
  position: relative;
  overflow: visible;
  flex-wrap: wrap; /* makes it responsive */
}

.info-left{
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.image-title {
  padding-left: 15%;
  width: 300px;
  height: auto;
}

.image-right {
  display: none;
}

/*----------------------Cover section------End---*/

/*--------------------Project overview-----Start--------*/

.fly-project-overview{
  margin: 12px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.fly-overview-left{
  width: auto;
}

.fly-overview-left h1{
font-size: 24px;
font-weight: 700;
padding-bottom: 0px;
padding-top: 24px;
}

.fly-overview-left h2{
font-size: 18px;
font-weight: 600;
padding-bottom: 16px;
}

.my-roles img{
  width: 120px;
}

.my-roles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 36px;
}


.fly-overview-right{
  width: auto;
}

.fly-overview-right img{
  padding-left: 20%;
}

.fly-overview-right p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 17px;
}

.fly-overview-right h2{
  font-size: 18px;
  padding-top: 12px;
}

/*--------------------Project overview-----End--------*/

/*-------------------The Problem----------Start----*/

.fly-problem{
  margin: 12px;
  padding: 0px;
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fly-problem-left h1{
  font-size: 24px;
  padding-bottom: 16px;
}

.fly-problem-left img {
  width: 100%;
  height: auto;
  display: block;
}

.fly-problem-right{

  max-width: 650px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* centers the content vertically */
  text-align: center;         /* keeps text aligned left */
}

.fly-problem-right h1{
  padding-top: 0px;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
  color: #7D7D7D;
}

.fly-problem-right h2{
  padding-top: 24px;
  font-size: 18px;
}

.fly-problem-right p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2vh;
}

/*-------------------The Problem----------End----*/

/*---------------Qualitative research----------Staart-----*/
.fly-research{
  margin: 12px;
  padding: 0px;
}

.fly-questions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.fly-interview-left h1{
  font-size: 24px;
  padding-top: 24px;
  padding-bottom: 0px;
}

.fly-interview-left img{
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 24px;
}

.fly-interview-right{
  width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* centers the content vertically */
  text-align: left;         /* keeps text aligned left */
}

.fly-interview-right h2{
  font-size: 18px;
  padding: 12px;
  text-align: center;
}

.fly-interview-right p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2vh;
  padding-bottom: 24px;
}

.sky-picture img{
  margin-top: 12px;
  padding-top: 0%;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.sky-picture h2{
  padding-top: 16px;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
  color: #7D7D7D;
}
/*---------------Qualitative research----------End-----*/

/*---------------Map section----------Start-----*/

.map-section{
  background-color:#FAFAFA ;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 48px;
}

.map-coloum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.map-web{
display: none;
}

.map-mobile{
  padding-top: 0%;
  padding-bottom: 24px;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.map-coloum h1{
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
font-size: 18px;
font-weight: 400;
line-height: 120%;
color: #4E4E4E;
}

.map-content{
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.map-content h1{
  font-size: 18px;
}

.map-content p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2vh;
}

.map-content-left{
  width: 100%;
  height: auto;
  display: block;
}

/*---------------Map section----------End-----*/


/*---------Story board section-------------------Start--*/

.flyable-storyboard {
  margin: 12px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flyable-storyboard h1 {
  font-size: 24px;
  padding-bottom: 24px;
}

.storyboard-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.story-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.story-card img {
  width: 90%;
  height: auto;
  display: block;
}

.story-card p {
  padding-top: 8px;
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2vh;
}

/*---------Story board section-------------------Start--*/


/*---------------Research and final screens-----Start--------*/

.research-content {
  width: 100%;
}

/* Layout for each block */
.basic-research {
  padding: 0px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;   /* centers images */
  gap: 12px;
}

/* Title left, even though flex centers items */
.basic-research h1 {
  font-size: 18px;
  padding-top: 24px;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

/* Image rules */
.basic-research img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
 
.fly-cover img {
  padding-top: 90px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prototype-web {
  display: none;
}

.fly-mobile-view {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fly-web-view{
  display: none;
}

/*---------------Research and final screens-----End--------*/


/*-------------------------------------------------------------------------Smart TV ux redesign---------------------Start------------*/

/*----------------------Hero section-----------Start--------------*/

.tv-hero-img {
display: none;
}

/*----------------------Hero section-----------End--------------*/



/*----------------------Context section-----------Start--------------*/

.tv-context-section {
  margin-top: 0;
  padding: 0 12px;
}

.tv-main-container {
  margin-bottom: 0;
  display: flex;
  flex-direction: column; /* mobile first */
  gap: 24px;
}

/* image + caption block */
.tv-inside-pic,
.tv-inside-text {
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* image styles */
.tv-inside-pic img,
.tv-inside-text img {
  width: 100%;
  object-fit: cover;
  display: block;
  margin-top: 16px;
}

.tv-inside-text img {
  margin-top: 0;
}

/* text */
.tv-inside-pic h2,
.tv-inside-text h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0 0;
}

.tv-inside-text p {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.5;
}

/*----------------------Context section-----------End--------------*/

/*----------------------Probllem Section---------Start------------*/

.tv-problem-section{
  margin-top: 24px;
  background-color: #FAFAFA;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
  justify-content: center;
  text-align: center;
  border-radius: 0px;
}

.tv-problem-section h1{
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 0px;
}

/*----------------------Probllem Section---------End------------*/

/*----------------------useability testing---------Start------------*/
.usability-testing{
  margin: 12px;
}
/*----------------------useability testing---------End------------*/


/*--------refining from feedback-----------Start----*/
.refined{
  background-color: #FAFAFA;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: center;
  text-align: center;
}

.refined h1{
  padding: 12px;
  font-size: 24px;
}

.refined-web-pic{
  display: none;
}

.refined-mobile-pic{
  width: 100%;
  height: auto;
  display: block;
}

  .refined-mobile-pic img{
  width: 100%;
  height: auto;
}
/*--------refining from feedback-----------End----*/


/*-----Insights-----------Start----*/

.insights-section{
  margin: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.insights-section h1{
  max-width: 300px;
  font-size: 24px;
  line-height: 120%;
  padding-top: 24px;
  padding-bottom: 12px;
}

.insights-section p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 3vh;
}

.insights-pic-web {
  display:none;
}

.insights-pic-mobile{
  background-color: #FAFAFA;
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 24px;
  padding-top: 24px;
}

  .insights-pic-mobile img{
  width: 100%;
  height: auto;
}

.insights-content-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.insights-content-container h2{
  font-size: 18px;
}

.insights-text-left {
  max-width: 650px;
}

.insights-text-right {
  max-width: 650px;
}

/*-----Insights-----------End----*/



}



