/* Hero Section Styles */
.hero {
    padding: 80px 0 0 0;
    background-color: #fff;
}

.hero h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 900 !important;
    letter-spacing: -.035em;
    font-family: 'Noto Sans', sans-serif !important;
}

@media (max-width: 768px) { /* Mobil cihazlar için */
    .hero h1 {
        font-size: 2rem;
        letter-spacing: -.025em;
    }
}


/* "in weeks" için özel altı çizgili stil */
.hero h1 .highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.hero h1 .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 25px;
    background: rgb(249, 220, 248)!important;
    opacity: 1;
    z-index: -1;
}

/* Hover efekti için */
.hero h1 .highlight:hover::after {
    background: #dbb8ff !important;
    transition: all 0.3s ease;

}

.hero h1 .highlight2 {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.hero h1 .highlight2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 25px;
    background: rgb(171, 226, 203) !important;
    opacity: 1;
    z-index: -1;
}

/* Hover efekti */
.hero h1 .highlight2:hover::after {
    background: #7DE2CB !important;
    transition: all 0.3s ease;
}
.hero .btn-primary {
    background: rgb(171, 226, 203);
    border: 1px solid #000;
    color: #000;
    padding: 20px 75px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hero .btn-primary:hover {
    color: #000;
}

.hero p {

    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.7);
    max-width: 600px;
    margin: 0 auto 2rem;
}

.hero p.lead {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.25rem;
    color: #444;
    font-weight:400;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.4;
}

/* Testimonials */
.testimonials-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-avatars img {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    margin-left: -18px;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.testimonials-avatars img:first-child {
    margin-left: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.testimonials-avatars img:hover {
    transform: translateY(-2px);
    z-index: 2;
}

.author-info {
    margin-bottom: 2rem;
}

.author-info img {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 2px 2px 0 0 rgba(0,0,0,1);
    transition: all 0.3s ease;
}

.author-info img:hover {
    transform: translate(-4px, -4px);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,1);
}

.author-info span {
    font-size: 1rem;
    font-weight: 500;
}

.author-info span.color-black {
    color: #000 !important;
    font-weight: 600;
}

/* Sayı ve metin stilleri */
.hero .testimonial-count {
    font-weight: 700;
    font-style: italic;
    color: #000;
    font-size: 16px;    
}

.hero .testimonial-text {
    font-style: italic;
    color: rgb(68, 68, 68);
    font-size: 16px;    
} 



h2 .highlight3 {
    position: relative;
    display: inline-block;
    z-index: 1;
}

h2 .highlight3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 25px;
    background: #ffe4cc!important;
    opacity: 1;
    z-index: -1;
}

/* Hover efekti için */
h2 .highlight3:hover::after {
    background: #ffe4cc !important;
    transition: all 0.3s ease;

}




.highlight4 {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.highlight4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 25px;
    background: #b6ead4!important;
    opacity: 1;
    z-index: -1;
}

/* Hover efekti için */
.highlight4:hover::after {
    background: red !important;
    transition: all 0.3s ease;

}

@media (min-width: 769px) { /* Masaüstü cihazlar için */
    .desktop-padding-top {
        padding-top: 20px !important;
    }

}



.element {
  font-size: 2.5rem; /* Varsayılan olarak mobil boyut */
}

@media (min-width: 768px) {
  .element {
    font-size: 5rem; /* Masaüstü boyut */
  }
}


