* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    min-width: 0;
    font-family: inherit;
    scroll-behavior: smooth;
}

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

body {
    font-size: 1.5rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;

    background-color: #ffffff;
    color: #1D1E36;

    word-wrap: break-word;
    text-rendering: optimizeLegibility;

    display: flex;
    flex-direction: column;

    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    
}

.container {
    width: 100%;
    max-width: 1272px;
    margin-inline: auto;
    /* padding: 0 var(--cpadding); */
}

p {
    color: #1D1E36;
    font-size: clamp(1rem, 3vw, 1.2rem);
    line-height: 160%;
}

a {
    color: #1D1E36;
    text-decoration: none;
    transition: all .2s ease;
}

.flex {
    display: flex;
}

.buttonx a {
    color: #030910;
    font-size: 16px;
    background-color: #73D4AE;
    border: none;
    outline: none;
    border-radius: 32px;
    padding: 15px 35px;
    transition: all .3s ease;
}

.buttonx a:hover {
    color: #73D4AE;
    font-size: 16px;
    background-color: #290385;
    border: none;
    outline: none;
    border-radius: 32px;
    padding: 15px 35px;
}

.buttonx {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.buttonx a.secondary {
    color: #73D4AE;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #73D4AE;
    border-radius: 32px;
    padding: 13px 30px;
    transition: all .3s ease;
}

.buttonx a.secondary:hover {
    color: #ffffff;
    background-color: #73D4AE;
}


@media only screen and (max-width: 992px) {
    .container {
        padding: 0 30px;
    }
  }


/* HEADER AREA */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header .headerArea {
    justify-content: space-between;
    padding-top: 35px;
}

@media only screen and (max-width: 992px) {
    header img {
        width: 80%;
    }
  }

/* BANNER AREA */

.bannerArea {
    background-image: url('../img/nagarro_ofis_etkinlik_banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 85vh;
    /*overflow: hidden;*/
    padding-bottom: 60px;
}

.bannerArea .bannerTexts {
    justify-content: flex-start;
}

.bannerArea .bannerTexts .bannerTitle {
    width: 750px;
    padding-top: 150px;
    text-align: left;
}

.bannerArea .bannerTexts .bannerTitle h1.title{
    font-size: clamp(2rem, 3vw, 2.25rem);
    color: #ffffff;
    font-weight: 700;
}

.bannerArea .bannerTexts .bannerTitle p.subTitle{
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    color: #ffffff;
    font-weight: 500;
    padding-top: 22px;
}

.bannerArea .bannerTexts .bannerTitle img.calendarImg {
    padding-top: 35px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 992px) {
    .bannerArea .bannerTexts {
        justify-content: flex-start;
    }

    .bannerArea .bannerTexts .bannerTitle {
        padding-top: 160px;
        width: 100%;
        text-align: left;
    }

    .bannerArea {
        min-height: auto;
        padding-bottom: 24px;
    }
    
    .bannerArea .buttonx {
        margin-top: 20px;
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 15px;
    }

    .bannerArea .buttonx a {
        width: auto;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .bannerArea .buttonx a.secondary {
        font-size: 14px;
        padding: 13px 15px;
        white-space: normal;
        word-break: break-word;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .formArea .buttonx,
    .etkinlikOzet .buttonx {
        margin-top: 20px;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .formArea .buttonx a,
    .etkinlikOzet .buttonx a {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .formArea .buttonx a.secondary,
    .etkinlikOzet .buttonx a.secondary {
        font-size: 14px;
        padding: 13px 15px;
        white-space: normal;
        word-break: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
  }

/* ETKINLIK OZET */
.etkinlikOzet {
    padding-top: 30px;
    padding-bottom: 30px;
}

.etkinlikOzet .ozetFlex {
    justify-content: center;
}

.etkinlikOzet .ozetFlex .ozetArea {
    width: 840px;
}

.etkinlikOzet .ozetFlex .ozetArea h2.title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #1D1E36;
}

.etkinlikOzet .ozetFlex .ozetArea p {
    font-size: clamp(0.875rem, 3vw, 1.0625rem);
    color: #1D1E36;
    padding-top: 26px;
}

/* ETK力NL力K DETAY */
.etkinlikDetay {
    padding-top: 0;
}

.etkinlikDetay .badgeArea {
    justify-content: center;
    background-color: #290385;
    border-radius: 32px;
    width: 1056px;
    margin: 0 auto 30px auto;
}

.etkinlikDetay .etkinlikTwoCol {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto 30px auto;
}

/* 2 sütun kartlar */
.etkinlikDetay .badgeArea.half {
    width: 520px;
    margin: 0; /* boşluğu wrapper yönetsin */
}

.etkinlikDetay .badgeArea.half .badgeDetail {
    width: 100%;
    padding: 0 30px;
}

.etkinlikDetay .badgeArea .badgeDetail {
    width: 740px;
}

.etkinlikDetay .badgeArea .badgeDetail h3.title {
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    padding-top: 33px;
}

.etkinlikDetay .badgeArea .badgeDetail .badgeTime {
    gap: 40px;
    padding-top: 24px;
    padding-bottom: 38px;
}

.etkinlikDetay .badgeArea .badgeDetail .badgeTime .badgeCl, .badgeCo, .badgeLc {
    gap: 12px;
    flex-wrap: wrap;
}

.etkinlikDetay .badgeArea .badgeDetail .badgeTime .badgeCl p {
    font-size: 15px;
    color: #73D4AE;
}

.etkinlikDetay .badgeArea .badgeDetail .badgeTime .badgeCo p {
    font-size: 15px;
    color: #73D4AE;
}

.etkinlikDetay .badgeArea .badgeDetail .badgeTime .badgeLc p {
    font-size: 15px;
    color: #73D4AE;
}

.etkinlikDetay .badgeArea .badgeDetail p {
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.6;
}

.etkinlikAjanda {
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 30px;
}

.etkinlikAjanda .etkinlikWrap {
    width: 1056px;
    background-color: #73D4AE;
    border-radius: 32px;
}

.etkinlikAjanda .etkinlikWrap .etkinlikDetail {
    width: 740px;
    margin: 0 auto;
}

.etkinlikAjanda .etkinlikWrap .etkinlikDetail h1.title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #290385;
    padding-top: 48px;
    padding-bottom: 29px;
}

.ajandaArea {
    width: 760px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.ajandaArea .ajItem {
    background-color: rgb(0, 138, 84, .10);
    border-radius: 32px;
    margin-bottom: 12px;
    align-items: center;
}

.ajandaArea .ajItem .time {
    flex-shrink: 0;
    min-width: 150px;
}

.ajandaArea .ajItem .time p {
    font-size: 17px;
    color: #1D1E36;
    font-weight: 600;
    position: relative;
    padding: 15px 0px 15px 30px;
    margin: 0;
}

.ajandaArea .ajItem .time p:after {
    content: " ";
    display: inline-flex;
    height: 2px;
    width: 16px;
    position: relative;
    top: -5px;
    left: 0;
    background: #1D1E36;
    transform: rotate(90deg);
}

.ajandaArea .ajItem .case {
    flex: 1;
}

.ajandaArea .ajItem .case p {
    font-size: 17px;
    color: #1D1E36;
    padding: 15px 30px 15px 0px;
    margin: 0;
    line-height: 1.5;
}

@media only screen and (max-width: 992px) {
    .etkinlikDetay .badgeArea {
        width: 100%;
    }

    .etkinlikDetay .badgeArea .badgeDetail {
        padding: 0 30px;
    }

    .etkinlikDetay .badgeArea .badgeDetail .badgeTime {
        flex-direction: column;
    }

    .etkinlikDetay .etkinlikTwoCol {
        width: 100%;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .etkinlikDetay .badgeArea.half {
        width: 100%;
    }

    .ajandaArea {
        width: 100%;
    }

   .etkinlikAjanda .etkinlikWrap .etkinlikDetail {
       width: 100%;
    }
    
    a:-webkit-any-link {
    height: 65px;
    width: 100%;
}

.hsfc-LinkImage img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    overflow: auto;
}

    .ajandaArea .ajItem {
        flex-direction: column;
        width: 90%;
        margin: 0 16px 12px auto;
        align-items: stretch;
    }

    .ajandaArea .ajItem .time {
        min-width: auto;
        width: 100%;
    }

    .ajandaArea .ajItem .time p:after {
        display: none;
    }
    
    .ajandaArea .ajItem .time p {
        text-align: center;
        padding: 5px;
    }

    .ajandaArea .ajItem .case p {
        text-align: center;
        padding: 10px;
    }

    .etkinlikAjanda .etkinlikWrap .etkinlikDetail h1.title {
        padding-left: 30px;
    }

    .etkinlikDetay {
        padding-top: 75px;
    }
  }

.hs-form-frame iframe{
    border-radius: 24px !important;
    border: 1px solid gray !important;
    
}

/* FORM AREA */
.formArea {    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.formArea .formText h3.title{
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    padding-top: 98px;
    padding-bottom: 12px;
}

.formArea .formText p.subtitle{
    color: #73D4AE;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 41px;
}

.formArea form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.formArea form input {
    color: #fff;
    padding: 20px 30px;
    border-radius: 32px;
    border: 1px solid #73D4AE;
    background: none;
    font-size: 16px;
}

.formArea form input::placeholder {
    color: #fff;
    font-size: 16px;
}

.formArea p.privacyText {
    color: #fff;
    font-size: 14px;
    padding-top: 37px;
}

.formArea p.privacyText a {
    color: #fff;
    text-decoration: underline;
    transition: all .3s ease;
}

.formArea p.privacyText a:hover {
    color: #73D4AE;
}

@media only screen and (max-width: 992px) {
    .formArea form {
        grid-template-columns: 1fr;
    }
  }

.formArea .regHover:hover {
    background-color: white;
    color: #1D1E36;
}


/* FOOTER */
footer {
    background-color: #06041F;
    padding: 35px 0px;
}

footer p {
    font-size: 15px;
    color: #ffffff;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footerBottom .copy {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footerBottom .copy img {
    height: 30px;
}

.footerBottom .copy .p12 {
    font-size: 12px;
    color: #ffffff;
}

.footerBottom .arina {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.footerBottom .arina .p10 {
    font-size: 10px;
    color: #ffffff;
}

.footerBottom .arina img {
    height: 30px;
}

@media only screen and (max-width: 992px) {
    .footerBottom {
        flex-direction: column;
        text-align: center;
    }
}

.konusacagiz {
    padding: 80px 0 40px;
}

.konusacagiz-card {
    max-width: 1056px;
    margin: 0 auto;
    background-color: #290385;
    border-radius: 32px;
    padding: 48px 64px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.konusacagiz-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: #ffffff;
    margin-bottom: 24px;
}

.konusacagiz-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.konusacagiz-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}

.konusacagiz-list b {
    font-weight: 600;
}

.konusacagiz-list .list-bullet {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin-top: 8px;
    background-color: #73D4AE; /* marka yeşili */
}

/* Mobil uyum */
@media only screen and (max-width: 992px) {
    .konusacagiz {
        padding: 56px 0 32px;
    }

    .konusacagiz-card {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .konusacagiz-list li {
        font-size: 15px;
    }
}
/* NELER KONUŞACAĞIZ – KONUŞMACILAR STİLİNDE */

.konusacagiz-yeni {
    background: linear-gradient(180deg, #2a008f, #290385);
    border-radius: 32px;
    padding: 56px 64px;
    max-width: 1056px;
    margin: 80px auto 0;
}

.konusacagiz-yeni-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: #ffffff;
    margin-bottom: 32px;
}

.konusacagiz-yeni-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.konusacagiz-yeni-item {
    background: rgba(255,255,255,0.12);
    border-radius: 999px;
    padding: 18px 28px;
    font-size: 16px;
    color: #e9e9e9;
    line-height: 1.6;
}

.konusacagiz-yeni-item b {
    color: #73D4AE;
    font-weight: 600;
}

/* Mobil */
@media only screen and (max-width: 992px) {
    .konusacagiz-yeni {
        padding: 32px 24px;
        border-radius: 24px;
        margin-top: 48px;
    }

    .konusacagiz-yeni-item {
        border-radius: 20px;
        padding: 16px 20px;
        font-size: 15px;
    }
}

/* Neler Konuşacağız? – Konuşmacılar benzeri pill liste */

.etkinlikDetay .badgeDetail {
    width: 740px;
}

/* Liste container */
.konuList {
    padding: 24px 0 38px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Her satır (pill) */
.konuItem {
    background-color: rgba(255, 255, 255, 0.12); /* mor kart üstünde açık pill */
    border-radius: 32px;
    padding: 14px 26px;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}

/* Başlık kısmı */
.konuItem b {
    color: #73D4AE; /* Konuşmacılar bölümündeki yeşil ton */
    font-weight: 600;
}

/* Mobil uyum */
@media only screen and (max-width: 992px) {
    .konuList {
        padding: 20px 0 30px;
        gap: 12px;
    }

    .konuItem {
        border-radius: 24px;
        padding: 12px 18px;
        font-size: 14px;
    }
}

/* KONUSMACILAR – Neler Konuşacağız ile ters renk paleti */

.etkinlikAjanda .etkinlikWrap {
    background-color: #73D4AE;      /* mevcut mint kalsın */
    border-radius: 32px;
}

/* Her konuşmacı satırı – morumsu pill */
.ajandaArea .ajItem {
    background: rgba(41, 3, 133, 0.16); /* mor tonu, şeffaf */
    border-radius: 999px;
    margin-bottom: 16px;
}

/* Rol (Moderatör / Konuşmacı) */
.ajandaArea .ajItem .time p {
    font-size: 15px;
    color: #290385;        /* koyu mor */
    font-weight: 700;
    padding: 14px 0 14px 30px;
}

/* İsim + şirket */
.ajandaArea .ajItem .case p {
    font-size: 15px;
    color: #1D1E36;        /* koyu metin rengi */
    padding: 14px 30px 14px 12px;
}

/* Mobil uyum */
@media only screen and (max-width: 992px) {
    .ajandaArea .ajItem {
        border-radius: 24px;
        margin: 0 16px 12px auto;
    }

    .ajandaArea .ajItem .time p,
    .ajandaArea .ajItem .case p {
        text-align: left;
        padding: 10px 18px;
    }
}

/* Aynı hizayı tek yerden yönet */
.ajandaArea {
  --label-col: 15px; /* bunu 110-140 arası oynatıp tam hizaya getir */
}

/* Konuşmacılar: sol kolon genişliği */
.ajandaArea .ajItem .time {
  min-width: var(--label-col);
}

/* Etkinlik Programı: sol tarafta aynı boşluğu taklit et */
#etkinlik-programi .ajandaArea .ajItem {
  display: flex;
  align-items: center;
}

#etkinlik-programi .ajandaArea .ajItem::before {
  content: "";
  flex: 0 0 var(--label-col);
}

/* Mobilde kolon yapısı zaten bozuluyor, boşluğu kaldır */
@media (max-width: 992px) {
  #etkinlik-programi .ajandaArea .ajItem::before {
    display: none;
  }
}
