/*General*/
@font-face {
  font-family: 'Helvetica';
  src: url('/fonts/Helvetica/Helvetica.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphick';
  src: url('/fonts/Graphik/GraphikMedium.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Helvetica', 'Graphick', sans-serif;
}
*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

body{
  font-family: "Rubik", sans-serif;
}

/*globa tags*/

h1{
  font-size: 72px;
  font-weight: bold;
}
/*------Mobile view-------*/
/* navigation*/
.menu-button{
  display: none;
}

html {
  scroll-behavior: smooth;
}
:root {
  scroll-padding-top: 80px; /* adjust to match your navbar height */
}

/*-----------------------------------------------------------navigation-----start*/

nav{
  margin-left: 24px;
  margin-right: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding:0px 64px 0px 24px;
  background-color: #000000;
  height: 81px;
}

nav h1{
  color: #000000;
  font-family: Helvetica;
  font-size: 36px;
  cursor: default;
}
nav h2{
  color: #ffff;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 36px;
}

.sections{
display: flex;
justify-content: flex-end;
align-items: center;
}

.sections li{
  list-style: none;
  margin-left: 32px;
}

.sections li a{
  color: #ffff;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  border:none;
  border-radius: 20px;
  transition: 0.3s ease;
}

.sections li :hover{
  font-family: Helvetica;
  color: #ffff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.sections li:last-child a {
  padding:0;
  border: none;
}

.sections li:last-child img:hover {
  border: none;
  padding: 0;
  border-radius: 0;
 }

.sections a.active{
  font-family: Helvetica;
  font-weight: 600;
  color: #E42F08;
  border: none;
  text-decoration: underline;
  text-underline-offset: 6px;
  cursor: pointer;
}

.title-project {
  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: 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;
}
/*-----------------------------------------------------------navigation-----End*/



/*-----------------------------------------------------------Hero-----Start*/
.hero {
  container-type: inline; 
  background: #000;
  margin: -20px 24px 0 24px;
  padding-top: 17%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
  position: relative;
  border-radius: 0 0 24px 24px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subtitle {
  color: #E42F08;
  padding-left: 1%;
  font-size: 48px;
  font-family: Helvetica;
  font-weight: normal;
   cursor: default;
}

.title {
  color: #fff;
  font-family: Helvetica;
  font-size: 14cqw; 
  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: 30px; /* adjust size if needed */
  height: 30px;
  object-fit: contain;
  display: inline-block;
}
/*-----------------------------------------------------------Hero-----End*/


/*-----------------------------------------------------------About section-----Start*/
    .about-section {
        display: flex;
        flex-direction: column;
        margin-left: 40%;
        margin-right: 24px;
        margin-top: 114px;
        margin-bottom: 96px; /* remove if not needed */
        padding-bottom:96px ;
        border: none;
        border-bottom: 1px solid #D9D9D9;
    }

    .about-content {
        max-width: 580px;
        text-align: left;
    }

    .about-content h2 {
        font-family: helvetica;
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: normal;
    }

    .about-content p {
        font-size: 14px;
        color: #7D7D7D;
        line-height: 1.4;
        margin-bottom: 48px;
    }

    .img-buttons {
      display: flex;
      align-items:flex-end;
      gap: none;
      gap: 24px;
    }

    .profile-pic {
      width: 280px;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
    }

    .buttons {
        display: flex;
        gap: 16px;
    }

    .btn {
        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.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: 100px;
    justify-content: space-between;
    margin-left: 40%;
    margin-right: 24px;
    background-color: #fff;
    margin-bottom: 96px; /* remove if not needed */
    padding-bottom:48px ;
    border-bottom: 1px solid #D9D9D9;
}

.skills-header h1{
    width: 200px;
    font-size: 16px;
    font-weight: 400;
}

.skills{
  padding-right: 24px;
}

.skill-about h2{
  font-size: 28px;
  font-weight: 400;
  line-height: 4.5vh;
  padding-bottom: 48px;
}

.skill-detail{
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding-bottom: 48px;
}

.skill-detail h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 2vh;
    width: 62px;
}

.skill-detail p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2.5vh;
}
    /*-----------------------------------------------------------my skills section-----end*/

    /*-----------------------------------------------------------my work experience-----Start*/
.experience{
    display: flex;
    gap: 100px;
    justify-content: space-between;
    margin-left: 40%;
    margin-right: 24px;
    background-color: #fff;
    margin-bottom: 96px; /* remove if not needed */
    padding-bottom:48px ;
    border-bottom: 1px solid #D9D9D9;
}

.exp-title h1{
    width: 200px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2vh;
}

.exp-box{
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.exp-box h1{
  font-size: 14px;
  font-weight: bold;
  line-height: 2vh;
}

.exp-box p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2.5vh;
}

    /*-----------------------------------------------------------my work experience-----End*/



    /*-----------------------------------------------------------my PROJECTS-----Start*/

 .project-section{
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 100px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 48px;
  padding-top: 48px;
  background-color: black;
  border-radius: 24px;
}

.project-title h2{
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: 300;
}
.project-title p{
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 2vh;
  font-weight: 300;
}

.project-title{
  padding-bottom: 48px;
}

.project-content {
  width: auto;
  height: 400px;
  background-color: white;
  display: flex;
  border-radius: 16px;
  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: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  line-height: 3vh;
  color: black;
}

.project-content p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 2vh;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  justify-content: center;
  max-width: 1200px; /* keeps layout tight on wide screens */
  margin: 0 auto; /* centers the grid */
}

.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: 40%;
margin-bottom: 96px;
}

.contact-title{
  width: 580px;
  padding-bottom: 24px;
}

.contact-title h1{
  font-size: 96px;
  font-weight: 400;
  line-height: 150%;
}

.contact-title p{
  font-size: 32px;
  font-weight: 200;
  line-height: 140%;
}

.contact-content{
  width: 580px;
}

.contact-inputs {
  width: 100%;
  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: 40px 20px;
  font-family: system-ui, sans-serif;
}

.footer-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0px;
  width: auto;
  margin-left: 40%;
  margin-right: 3%;
}

.footer-column {
  width: fit-content;
}

.footer-heading {
  width: fit-content;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}

.footer-link {
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #fff;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}


.footer-social img {
  padding-top: 4px;
  width: 24px;
  height: 24px;
}

.footer-social img:hover {
  opacity: 0.9;
}

.footer-copyright {
  width: fit-content;
  font-size: 0.9rem;
  color: #777;
  line-height: 1.4;
  text-align: right;
}

/*----------------------------------Solidus 3D-------------------Start--------*/

.back-btn {
  margin: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: black;
  font-size: 24px;
  font-weight: 400;
}

.back-btn img {
  width: 24px;
  height: auto;
}

/*------------Cover/Intro Section-----------------------Start----*/

.info-section {
  margin-left: 24px;
  margin-right: 24px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
  padding: 5% 24px;
  position: relative;
  overflow: visible;
  flex-wrap: wrap; /* makes it responsive */
}

.info-content {
  flex: 1 1 600px;
  z-index: 2;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 16px;
}

.section-text {
  max-width: auto;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #ccc;
}

.sub-title {
  margin-bottom: 16px;
  font-size: 1.2rem;
  color: #fff;
}

.icon-row {
  display: flex;
  gap: 20px;
}

.icon-row img {
  width: 40px;
  height: 40px;
}

.image-wrapper {
  flex: 1 1 400px;
  position: relative;
}

.hero-img {
  width: 320px;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: -500px; /* makes it extend below section */
  right: 50px;
}

/*------------Cover/Intro Section-----------------------End----*/


/*------------------Style guide section-----------Start-----*/

.style-body{
  margin-top: 12%;
  margin-left: 48px;
  margin-right: 48px;
  margin-bottom: 5%;
}

.style-guide-title h1{
  font-size: 24px;
  font-weight: 600;
}

.style-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 200px;
}

.logo-design{
max-width: 40%;
}
.logo-design img{
  width: fit-content;
}

.logo-design h1{
  font-size: 72px;
  font-family: helvetica;
  color: #E0E0E0;
  padding-bottom: 24px;
}

.logo-design p{
line-height: 150%;
color: #7D7D7D ;
}

.other-styles{
  margin-right: 6%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

.typography h1{
  font-size: 72px;
  font-family: helvetica;
  color: #E0E0E0;
  padding-bottom: 24px;
}

.typography p{
font-size: 24px;
line-height: 150%;
color: #7D7D7D ;
}

.colors h1{
  font-size: 72px;
  font-family: helvetica;
  color: #E0E0E0;
  padding-bottom: 16px;
}

/*------------------Style guide section-----------End-----*/

/*------------------Website structure section-----------Start-----*/

.structure{
padding-left: 48px;
padding-right: 48px;
padding-top: 24px;
background-color: #F6F6F6;
margin-bottom: 48px;
}

.structure-title h1{
font-size: 24px;
font-weight: 600;
}

.structure-diagram-web {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  justify-content: center;
}

.structure-diagram-web img {
  max-width: 100%;
  height: auto;
}

.structure-diagram-mobile {
  display: none;
}

/*------------------Website structure section-----------End-----*/

/*------------------Visual design section-----------Start-----*/


.vd-title h1{
font-size: 24px;
font-weight: 600;
padding-left: 48px;
padding-bottom: 64px;
}

.vd-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.laptop img{
width: 600px;
}

.vd-content h1{
font-size: 24px;
font-weight: 600;
}

.vd-content p{
  max-width: 500px;
font-size: 14px;
line-height: 150%;
color: #7D7D7D ;
padding-bottom: 24px;
}

.cover {
  padding-top: 96px;
  padding-bottom: 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: 24px;
  margin-right: 24px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #000;
  color: #fff;
  padding: none;
  position: relative;
  overflow: visible;
  flex-wrap: wrap; /* makes it responsive */
}

.info-left{
  padding-left: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-title {
  width: 650px;
  height: auto;
}

.image-right {
  margin: 0;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* pushes content to bottom */
  height: 100%; /* required for bottom alignment */
}

.image-right img{
  width: 280px;
}
/*----------------------Cover section------End---*/

/*--------------------Project overview-----Start--------*/

.fly-project-overview{
  margin: 24px;
  padding:24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fly-overview-left{
  width: auto;
}

.fly-overview-left h1{
font-size: 24px;
font-weight: 700;
padding-bottom: 56px;
}

.fly-overview-left h2{
font-size: 18px;
font-weight: 600;
padding-bottom: 16px;
}

.my-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}


.fly-overview-right{
  width: 650px;
}

.fly-overview-right p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 3vh;
}

.fly-overview-right h2{
  font-size: 18px;
  padding-top: 36px;
}

/*--------------------Project overview-----End--------*/


/*-------------------The Problem----------Start----*/

.fly-problem{
  margin: 24px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.fly-problem-left h1{
  font-size: 24px;
  padding-bottom: 32px;
}

.fly-problem-left img{
  max-width: 550px;
}

.fly-problem-right{

  max-width: 650px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* centers the content vertically */
  text-align: left;         /* keeps text aligned left */
}

.fly-problem-right h1{
  padding-top: 10%;
  font-size: 32px;
  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: 3vh;
}

/*-------------------The Problem----------End----*/

/*---------------Qualitative research----------Staart-----*/
.fly-research{
  margin: 24px;
  padding: 24px;
}

.fly-questions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fly-interview-left h1{
  font-size: 24px;
  padding-bottom: 32px;
}

.fly-interview-left img{
  width: 400px;
}

.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;
}

.fly-interview-right p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 3vh;
}

.sky-picture img{
  padding-top: 5%;
  width: 100%;
  height: auto;
  display: block;
}

.sky-picture h2{
  padding-top: 24px;
  text-align: center;
  font-weight: 400;
  color: #7D7D7D;
}
/*---------------Qualitative research----------End-----*/



/*---------------Map section----------Start-----*/

.map-section{
  background-color:#FAFAFA ;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
}

.map-coloum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map-web{
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 900px;
}

.map-mobile{
  display: none;
}

.map-coloum h1{
padding-top: 48px;
text-align: center;
font-size: 32px;
font-weight: 400;
color: #4E4E4E;
}

.map-content{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.map-content h1{
  font-size: 18px;
}

.map-content p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 3vh;
}

.map-content-left{
  width: 600px;
}

/*---------------Map section----------End-----*/

/*---------Story board section-------------------Start--*/

.flyable-storyboard {
  margin: 24px;
  padding: 24px;
}

.flyable-storyboard h1 {
  font-size: 24px;
  padding-bottom: 32px;
}

.storyboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.story-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.story-card img {
  width: 100%;
  height: auto;
  display: block;
}

.story-card p {
  padding-top: 8px;
  font-size: 14px;
  color: #7D7D7D;
  line-height: 3vh;
}

/*---------Story board section-------------------End--*/

/*---------------Research and final screens-----Start--------*/

.research-content {
  width: 100%;
}

/* Layout for each block */
.basic-research {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;   /* centers images */
  gap: 24px;
}

/* Title left, even though flex centers items */
.basic-research h1 {
  font-size: 24px;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

/* Image rules */
.basic-research img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
 
.fly-cover img {
  padding-top: 90px;
  padding-bottom: 48px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.fly-mobile-view {
  display: none;
}
/*---------------Research and final screens-----End--------*/

/*-------------------------------------------------------------------------Smart TV ux redesign---------------------Start------------*/

/*----------------------Hero section-----------Start--------------*/

.tv-hero-img {
  width: 520px;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: -500px; /* makes it extend below section */
  right: 50px;
}

/*----------------------Hero section-----------End--------------*/


/*----------------------Context section-----------Start--------------*/

.tv-context-section{
  margin-top: 10%;
  padding-left: 48px;
  padding-right: 48px;
}

.tv-main-container{
  margin-bottom: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.tv-inside-pic {
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  text-align: left;  
}

.tv-inside-pic img{
  border-radius: 16px;
  max-width: 550px;
}

.tv-inside-pic h2{
font-size: 18px;
font-weight: 700;
margin-top: 12px;
}

.tv-inside-text{
  max-width: 650px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* centers the content vertically */
  text-align: left;         /* keeps text aligned left */
}

.tv-inside-text img{
max-width: 550px;
margin-top: 24px;
border-radius: 16px;
}

.tv-main-container h1{
font-size: 24px;
font-weight: 700;
padding-top: 16px;
}

.tv-main-container p{
padding-bottom: 16px;
font-size: 14px;
color: #7D7D7D;
line-height: 3vh;
}

.tv-inside-text h1{
font-size: 24px;
font-weight: 700;
padding-top: 16px;
}

.tv-inside-text h2{
font-size: 18px;
font-weight: 700;
margin-top: 12px;
}

.tv-inside-text p{
padding-bottom: 16px;
font-size: 14px;
color: #7D7D7D;
line-height: 3vh;
}

/*----------------------Context section-----------End--------------*/

/*----------------------Probllem Section---------Start------------*/
.tv-problem-section{
  background-color: #FAFAFA;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 56px;
}

.tv-problem-section h1{
  font-size: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
/*----------------------Probllem Section---------End------------*/



/*----------------------useability testing---------Start------------*/
.usability-testing{
  margin: 48px;
}
/*----------------------useability testing---------End------------*/


/*--------refining from feedback-----------Start----*/
.refined{
  background-color: #FAFAFA;
  padding-left: 48px;
  padding-right: 48px;
  justify-content: center;
  text-align: center;
}

.refined h1{
  padding: 24px;
  font-size: 24px;
}

.refined-web-pic img{
  max-width: 100%;
  height: auto;
}

.refined-mobile-pic{
  display: none;
}
/*--------refining from feedback-----------End----*/



/*-----Insights-----------Start----*/

.insights-section{
  margin: 48px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insights-section h1{
  font-size: 24px;
}

.insights-section p{
  font-size: 14px;
  color: #7D7D7D;
  line-height: 3vh;
}

.insights-pic-web {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 7%;
}

.insights-pic-mobile{
  display: none;
}

.insights-content-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}

.insights-content-container h2{
  font-size: 18px;
}

.insights-text-left {
  max-width: 650px;
}

.insights-text-right {
  max-width: 650px;
}


/*-----Insights-----------End----*/




