#written-by{
    background-color: #EFEBE4;;
    padding-top: 180px;
    padding-bottom: 200px;
}
body {
    font-family: 'Figtree', sans-serif;
}

#written-by .post-type{
  color: rgba(38, 26, 40, 0.80);
  font-family: var(--Font-Family-Display, "Red Hat Display");
  font-size: 14px;
  font-style: normal;
  font-weight: var(--Font-Font-Weight-Medium, 500);
  line-height: var(--Font-Line-Height-XS, 16px); /* 114.286% */
  letter-spacing: var(--Font-Letter-Spacing-XL, 1px);
  text-transform: uppercase;
  margin:0;
}

.writer-info-banner h1{
  color: #261A28;
  /* Type/Special Headings/Display-S */
  font-family: var(--Font-Family-Display, "Red Hat Display");
  font-size: var(--Font-Font-Size-4XL, 40px);
  font-style: normal;
  font-weight: var(--Font-Font-Weight-Regular, 400);
  line-height: var(--Font-Line-Height-4XL, 48px); /* 120% */
  letter-spacing: var(--Font-Letter-Spacing-L, 0.5px);
  margin: 16px 0 36px 0;
}

#written-by .btn .btn-navy {
    background: #8af1e6 !important;
    color: #051235 !important;
}

#written-by .sub-bio{
  color: rgba(38, 26, 40, 0.80);

  font-family: var(--Font-Family-Sans-Serif, Figtree);
  font-size: var(--Font-Font-Size-L, 20px);
  font-style: normal;
  font-weight: var(--Font-Font-Weight-Semi-Bold, 600);
  line-height: var(--Font-Line-Height-XL, 28px); /* 140% */
  letter-spacing: var(--Font-Letter-Spacing-M, 0.2px);

}
.home_cta_container.author-cta .btn.btn-navy {
    background-color: #87f0e5;
    color: #051235;
}

.author-cta .linkedin-button{
  color: white;
  text-decoration: none;
  border-radius: 80px;
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.1) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.1);
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  border: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  transition: all 0.2s ease-in-out;
  width:231px;
  height: 52px;
  color: var(--Text-Button, #EFEBE4);
  leading-trim: both;
  text-edge: cap;

  /* Type/Buttons/Sans/Button-L */
  font-family: var(--Font-Family-Sans-Serif, Figtree);
  font-size: var(--Font-Font-Size-L, 20px);
  font-style: normal;
  font-weight: var(--Font-Font-Weight-Medium, 500);
  line-height: var(--Font-Line-Height-L, 24px); /* 120% */
  letter-spacing: var(--Font-Letter-Spacing-L, 0.5px);
}

.author-cta .linkedin-button:hover{
  border-radius: 20px;
}

#written-by .main-bio{
  color: rgba(38, 26, 40, 0.80);

  /* Type/Paragraphs/Paragraph-M */
  font-family: var(--Font-Family-Sans-Serif, Figtree);
  font-size: var(--Font-Font-Size-S, 16px);
  font-style: normal;
  font-weight: var(--Font-Font-Weight-Regular, 400);
  line-height: var(--Font-Line-Height-L, 24px); /* 150% */
  letter-spacing: var(--Font-Letter-Spacing-S, 0);
}

#written-by .writer-info-banner .info {
    width: 66% !important;
    padding-right: 40px;
}






#load-more-posts{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    gap: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: "Red Hat Display", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    leading-trim: both;
    letter-spacing: 0.5px;
    color: #261A28;
    cursor:pointer;
    transition: color 0.2s ease;
}

#load-more-posts:hover{
      color: #F4482B;
}

#load-more-posts:hover svg path{
  stroke: #F4482B;
  transition: 0.2s ease;
} 

#recent-posts {
  background-color: #EFEBE4;
  padding-bottom: 50px!important;
}

#recent-posts .read-more{
  color: var(--Text-Primary, #261A28);
  text-align: center;

  /* Type/Special Headings/Display-S */
  font-family: var(--Font-Family-Display, "Red Hat Display");
  font-size: var(--Font-Font-Size-4XL, 40px);
  font-style: normal;
  font-weight: var(--Font-Font-Weight-Regular, 400);
  line-height: var(--Font-Line-Height-4XL, 48px); /* 120% */
  letter-spacing: var(--Font-Letter-Spacing-L, 0.5px);
}

#recent-posts .reading-time{
    color: #325572;
    font-size: 16px;
    font-weight: 600;
}

#author-form{
    padding-bottom: 90px;
}
#author-form .form-title{
    color: #051235;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
  }
#author-form .form-sub-title{
    color: #454545;
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
#author-form input, #footer.footer_re .input{
  display: flex;
  align-items: flex-start;
}
#author-form div.input {
  margin-right: 0px !important;
}
#author-form .footer_form{
  font-size: .75em;
  font-weight: 500;
  color: #051235;
}

#author-form .container{
  max-width: 920px !important;
}
#with-insider .container{
  max-width: 920px !important;
}


 #author-form label:not(.hs-error-msg){
  display: none;
}


 #author-form input[type="email"]{
  border:1px solid #051235;
  border-right: none;
  height: 45px;
  border-radius: 10em 0px 0px 10em;
}

#author-form .hs_email::after{
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background-color: #7C7C7E;
  position: absolute;
  top: 5px;
  right: 0;
}

 #author-form .form-columns-2>div{
  max-width: 100%;
  width: 100%;
}

 #author-form input[type="submit"]{
  border-radius: 0em 10em 10em 0em;
  font-size:1.1em;
  background-color: #051235;
  font-weight: 700;
  color: white;
  width: 100%!important;
  border:none;
  height: 45px;
  padding: 0;
  justify-content: center;
  line-height: 1;
}

 #author-form select{
  border:1px solid #051235!important;
  border-left: none!important;
  height: 45px!important;
}



 #author-form input,  #author-form select{
  font-size: 20px !important;
  padding: 0!important;
}
@media only screen and (min-width:767px){
#author-form input:not(.hs-button), #author-form select{
  padding-left: 20px!important;
}
}


 #author-form .form-columns-2>div,  #author-form .form-columns-2 .input{
  margin: 0!important;
}


 #author-form .hs_industry_dropdown:after{
  display: none;
}

#author-form form{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 1em;
  flex-direction: row;
}

#author-form form ul{
  list-style: none;
  padding: 0;
}

#author-form form .hs-error-msg{
  font-size: .7em;
}

#author-form form .legal-consent-container .hs-richtext p{
  font-size: .75em;
  font-weight: 500;
  color: #7C7C7E;
  padding-top:.8em;
  text-align: center;
}
#author-form form .legal-consent-container .hs-richtext p a{
  font-weight: 500;
  color: #7C7C7E;
}

#author-form form .hs-form fieldset>div .hs-error-msgs li label{
  padding-top: .3em;
  padding-bottom: .1em;
}
#author-form form .hs-error-msgs li{
  display: flex!important;
  justify-content: center;
}

#author-form form .legal-consent-container .hs-richtext{
  padding: 0;
}


p.main-bio a{
color: #051235;
font-weight: 700;
text-decoration-line: underline;
}

/* Extra Desktop & Tablet Settings */

@media only screen and (min-width:767px){
#author-form .hs-form .hs_submit .actions, #author-form .hs-form .hs-submit .actions {
    text-align: center;
    min-width: 170px;
}
#author-form form .form-columns-1:not(:nth-child(5)){
  flex-basis: 35% !important;
  height: .8em;
  order:1 !important;
}
#author-form form .form-columns-1:nth-child(5) {
  order: 3 !important;
}
#author-form{
    padding-right:200px;
    padding-left:200px;
}


.author-mobile{
  display: none;
}
#author-form .hs-richtext p {
  margin-top: 15px;
}
#author-form .hs_submit {
  cursor: pointer;
  order: 2 !important;
}
}


/* Mobile Settings */
@media only screen and (max-width:767px){

  #author-form form .form-columns-1{
    flex-basis: 80% !important;
    height: 3.8em;
  }
  .home_cta_container .btn.btn-navy.btn-teal.rounded {
    min-width: 320px;
}
  #written-by {
    padding-top: 30px;
    padding-bottom: 30px;
}

  #written-by .writer-info-banner .info {
    width: 100% !important;
}
  .post-type{
    font-size: 5vw !important;
  }
  .author-name{
    font-size: 8vw !important;
  }
 p.sub-bio{
    font-size: 6vw !important;
    margin-top: 5vw;
  }
  .main-bio{
    font-size: 5.5vw !important;
    padding: 2vw 0 2vw 0;
  }
  .author-desktop{
    display: none;
  }
  #with-insider h2{
    font-size: 10vw !important;
  }
  
  .visible_on_mobile{
    display: block;
  }

   #author-form input[type="email"]{
    border:1px solid #051235;
    height: 45px;
    border-radius: 8vw;
    text-align: center;
  }

   #author-form .hs_email::after{
    display: none;
  }
   #author-form select{
    border:1px solid #051235;
    height: 45px;
    border-radius: 8vw;
    text-align: center !important;
    margin-top: 3vw;
    text-align-last: center !important;
  }
  #author-form .is-placeholder {
    text-align-last: center !important; 
  }

  #author-form .hs-form fieldset div.input select option {
    background-color: #bbd2e4;
    color: #fff;
    text-align: center !important;
  }
   #author-form .hs_submit{
    flex-basis: 60%!important;
    margin-top: 5vw;
  }
   #author-form input[type="submit"]{
    border-radius: 8vw;
  }
   #author-form form .legal-consent-container .hs-richtext p{
    text-align: center;
  }
   #author-form form .hs-error-msgs li{
    justify-content: center;
  }
   #author-form form .hs-error-msg{
    text-align: center;
  }
  #author-form .form-title{
    padding: 0 10vw 0 10vw;
}
#with-insider p {
  padding: 0 5vw 0 5vw !important;
}
#with-insider h2 {
  padding: 0 5vw 0 5vw !important;
}
#author-form .actions{
  min-width: 300px;
  margin-top: 5vw;
}
#with-insider .btn.btn-navy.btn-outline-main.rounded.align-self-center.mt-3 {
  width: 320px !important;
}
#author-form select {
  border-left: 1px solid #051235 !important;
}
}


#with-insider{
    background-color: #051235;
    padding-top:50px;
    padding-bottom:70px;
}
#with-insider h2{
    color:white !important;
    font-size: 44px;
    font-weight: 700;
}
#with-insider p{
    color:white !important;
}
#with-insider .btn.btn-navy.btn-teal.rounded.align-self-center.mt-3 {
    color: #051235!important;
    background: linear-gradient(90deg, #ACFDF5 0%, #4FDCCE 100%);
    font-size: 20px;
    padding: 20px 40px;
    font-weight: 700;
    line-height: 1.3;
    width: 260px;
    border: none!important;
    margin-right:10px;
}
#with-insider .btn.btn-navy.btn-outline-main.rounded.align-self-center.mt-3 {
    color: white !important;
    background: none;
    font-size: 20px;
    padding: 20px 40px;
    font-weight: 700;
    line-height: 1.3;
    border: 2px solid white;
    width: 260px;
}

a.author-dot{
  color:#8aa0ff !important;
}



@media screen and (min-width: 1025px) {
#author-form #industry_dropdown-a5fd3fab-b2f9-4eed-8f07-094be312d0df{
  border-radius: 0;
}
}



#post-container{
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;

}
.post p{
  overflow: hidden;
  color: #332C33;
  text-overflow: ellipsis;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}

/* DÜZELTİLMİŞ KOD 1 */
.post .post-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3 satırda kes */
  -webkit-box-orient: vertical; /* BU SATIR EKLENDİ */
  margin-bottom: 36px;
  color: #332C33;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 0;
}

/* DÜZELTİLMİŞ KOD 2 */
.post h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2 satırda kes */
  -webkit-box-orient: vertical; /* BU SATIR EKLENDİ */

  /* Diğer stilleriniz... */
  color: #261A28;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.blog-post-cards .container .list-grid .blog-card-container{
  padding: 0;
}

.blog-post-cards .card-groups{
  padding: 16px;
    margin-bottom: 0px;
    border-radius: 24px;
    background: rgba(250, 250, 250, 0.5019607843);
    box-shadow: 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(38, 26, 40, 0.1);
}

.post.blog-post{
  height: 100%;
}

.blog-post-cards .tag-list{
  justify-content: space-between;
  margin-bottom: 8px !important;
  width: 100%;
}

.reading-time{
  background: #CEC7CE;
    padding: 3px 7px;
    font-weight: 600 !important;
    border-radius: 8px;
    text-align: center;
    color: #261A28 !important;
    position: static;
    order: 2;
    margin: 0!important;
}

#recent-posts .post .post-tag{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif !important;
  color: #474048;
  margin:0!important;
}

#recent-posts .post-title{
  margin-top: 0;
}

.post.blog-post .post-info{
  margin-top: auto !important;
  padding: 4px 0px;
}

.pro-pic{
  width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.pro-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/* TABLET */
@media screen and (max-width: 1023px) and (min-width: 768px){
  .author-bio-img{
    order:1;
  }
  #written-by{
    padding-top: 120px;
    padding-bottom: 100px;
  }
  #written-by .writer-info-banner .info{
    width: 100% !important;
  }
  #post-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .content-list .post{
    margin-bottom: 0;
  }
  #post-container > *:last-child:nth-child(odd) {
        /* 1. Adım: Öğenin her iki sütunu da kaplamasını söyle */
        grid-column: 1 / -1;

        /* 2. Adım: Bu yeni geniş alan içinde kendini ortalamasını söyle */
        justify-self: center;

        /* 3. Adım: Öğenin genişliğini tek bir sütununkiyle aynı yap */
        /* (gap: 32px olduğu için 16px kullanıyoruz) */
        max-width: calc(50% - 16px);
  }
}



/* MOBILE */

@media screen and (max-width: 767px){
  #written-by{
    padding: 30vw 5vw 20vw 5vw;
  }
  #written-by h1{
    text-align: center;
    font-size: 7vw;
  }
  #written-by .post-type{
    font-size: 3.59vw!important;
  }
  #written-by>.container{
    padding: 0;
  }
  #written-by .writer-info-banner .info{
    padding: 0;
  }
  #written-by .main-bio{
    line-height: 1.3;
  }
  #post-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5vw;
  }
  .content-list .post{
    margin-bottom: 0;
  }
}











