@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

.hero-section {
    background-size: cover;
    padding: 200px 0;
    position: relative;
    color: #fff;
    background-color: #efefef;
}
.hero-overlay {
    color: #111;
    z-index: 1;
}
.hero-overlay h2,
.hero-overlay p {
    color: #111;
    font-family: 'Georgia', sans-serif;
}
.hero-main-content{
    position: relative;
    z-index: 2;
    padding: 20px;
}

.hero-overlay h2{
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hero-overlay p {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.hero-section .container,
.hero-section .owl-carousel {
    position: relative;
    z-index: 2;
}
.owl-carousel .item {
    text-align: center;
    padding: 30px;
    border-radius: 16px;
    color: white;
}

.owl-carousel .item iframe {
    border-radius: 16px;
}

header.container-fluid {
    background: transparent !important;
    box-shadow: none !important;
}


.row.text-center .icon-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto 0.5rem;
}

.icon-box{
    background-color: #ec2c3d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    max-width: 200px;
    text-align: center;
    margin: 20px auto;
    transition: transform .3s, box-shadow .3s;
}

.menu-box {
    font-family: 'Montserrat', sans-serif;
    background: rgba(255,255,255,0.3);
    color: #111 !important;
    padding: 6px 18px;
    margin: 0 6px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.3s, box-shadow 0.3s;
    font-size: 1.4rem;
}

.menu-box:hover {
    background: rgba(255,255,255,0.9);
    color: #111 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}


.hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
    background: url('../images/honeycomb-bg.png') center/cover no-repeat;
    background-color: #f3ccd0;
}

.hero-header {
    background-color: #def2ff;
    padding: 60px 20px;
}

.hero-labels {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hero-labels .label-left {
    text-align: left;
}
.hero-labels .label-right {
    text-align: right;
}

.hero-labels h2 {
    font-family: 'Abhaya Libre', serif;
    font-weight: 400;
    font-size: 5.8rem;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1;
}
.hero-labels h3 {
    font-family: 'Abhaya Libre', serif;
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: 0.5px;
    margin: .5rem 0 0;
}

.hero-image {
    position: relative;
    margin-top: -200px;
    text-align: center;
    z-index: 1;
}
.hero-image img {
    width: 800px;
    max-width: 90%;
    border: none;
    border-radius: 0;
}



/* === SECTION & TITLE === */
.product-list {
    background-color: #370452;
}
.section-title {
    font-weight: 600;
    font-size: 4rem;
}

/* === ÜRÜN KARTI === */
.product-card {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: transform .3s, box-shadow .3s;
}
.product-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.product-image {
    position: relative;
}

.product-image img {
    position: relative;
    margin: 20px auto 0;
    display: block;
    z-index: 2;
    max-width: 100%;
    width:100%;
}

.product-info {
    padding: 1rem;
}
.product-info h4 {
    color:#fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.product-info p {
    font-size: 20px;
    margin: 0;
    color:#fff;
}
.kolajen-p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.kolajen-h2{
    font-family: 'Georgia', serif !important;
}

.shop-btn {
    position: relative;
    background: linear-gradient(90deg, #3c337f 0%, #3475b2 100%);
    color: #fff;
    padding: 0.75rem 6rem;
    border-radius: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    overflow: hidden;
    z-index: 1;
    font-family: 'proxima-nova', sans-serif;
    transition: transform .3s, box-shadow .3s;
}
.shop-btn:hover {
    color: #fff;
    box-shadow: 0 8px 20px rgba(255,255,255,0.5);
}

.shop-btn::after {
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #3475b2 0%, #3c337f 100%);
    opacity: 0;
    transition: opacity 0.7s;
    z-index: -1;
}

.shop-btn:hover::after {
    opacity: 1;
}

.shop-btn span {
    position: relative;
    z-index: 2;
}



/* --------------------------------------------------
   Award & Certifications Section
-------------------------------------------------- */
.award-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.award-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-direction: row;
}

    .award-text {
        position: relative;
        top: -200px;
    }

.award-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.award-text {
    max-width: 500px;
}
.award-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.award-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #555;
    line-height: 1.5;
}

.award-btn {
    display: inline-block;
    background: linear-gradient(90deg, #3c3380 0%, #3476b3 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background .3s;
}
.award-btn:hover {
    background: linear-gradient(90deg, #2e275f 0%, #295a8a 100%);
}

.cert-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cert-list li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cert-list li img {
    display: block;
    height: auto !important;
    max-height: none !important;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity .3s;
}
.cert-list li img:hover {
    opacity: 1;
}


/* ================================
   Elastin’in Cilde Faydaları Bölümü
   ================================ */
.benefits-section {
    background-color: #EEF6FDFF;
    padding: 60px 20px;
}

.benefits-section .container {
    margin: 0 auto;
}

.benefits-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

.benefits-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    text-align: justify;
    margin-bottom: 1.2rem;
}

.benefits-summary {
    font-weight: 500;
    margin-top: 1rem;
}

.benefits-note {
    font-size: 0.875rem;
    color: #555;
    font-style: italic;
    margin-top: 1rem;
}




.hero-slider-section {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.hero-slider .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    pointer-events: all;
    position: absolute;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 40px; height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 1.2rem;
}
.owl-nav .owl-prev { left: 15px; }
.owl-nav .owl-next { right: 15px; }

.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.owl-dot {
    display: inline-block;
    width: 10px; height: 10px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    margin: 0 5px;
    transition: background .3s;
}
.owl-dot.active {
    background: rgba(0,0,0,0.7);
}



/* Özet paragrafı vurgusu */
.benefits-summary {
    font-weight: 500;
    margin-top: 1rem;
}



/* --------------------------------------------------
   Basın Toplantısı Bölümü
-------------------------------------------------- */
.press-section {
    padding: 80px 20px;
    background-color: #fff;
}

.press-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.press-video {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.press-video img {
    display: block;
    width: 100%;
    height: auto;
}
.press-video .play-icon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
    pointer-events: none;
}

.press-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.press-logos li img {
    max-height: 40px;
    opacity: 0.6;
    transition: opacity .3s;
}
.press-logos li img:hover {
    opacity: 1;
}

.press-text {
    text-align: center;
    max-width: 700px;
}
.press-text h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.press-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.5rem;
}
.press-btn {
    display: inline-block;
    background: linear-gradient(90deg, #3c3380 0%, #3476b3 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background .3s;
}
.press-btn:hover {
    background: linear-gradient(90deg, #2e275f 0%, #295a8a 100%);
}

.play-link {
    background: none !important;
    padding: 0 !important;
    display: inline-block;
    border: none !important;
    text-decoration: none;
}

.play-icon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    color: rgba(255,255,255,0.9);
    pointer-events: none;
    z-index: 2;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.mb-10{
    margin-bottom: 5rem;
}

.site-footer {
    background-color: #fff;
    color: #000;
    font-family: Arial, sans-serif;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 30px;
}

.footer-col h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color .2s;
}
.footer-links a:hover {
    color: #fde2e2;
}


.footer-col p {
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.social-icons a {
    display: inline-block;
    margin-right: 12px;
    font-size: 1.1rem;
    color: #000;
    transition: color .2s;
}
.social-icons a:hover {
    color: #fde2e2;
}

.footer-bottom {
    text-align: center;
    padding: 15px 20px;
    font-size: 0.875rem;
}
.footer-bottom p {
    margin: 0;
}

.responsive-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile menu overlay for small screens */
.mobile-menu-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 100;
    overflow-y: auto;
}
.mobile-menu-overlay.active {
    transform: translateY(0);
}
.mobile-menu-close {
    position: absolute;
    top: 20px; right: 20px;
    font-size: 1.5rem;
    color: #111;
    cursor: pointer;
}
.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.mobile-nav li {
    margin: 20px 0;
}
.mobile-nav li a {
    color: #111;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 500;
}
.hamburger {
    font-size: 1.5rem;
    color: #111;
    cursor: pointer;
}

@media (max-width: 768px) {
    .red-img {
        margin-top:-200px !important;
        max-width: 300px;
        text-align: center;
    }

    .hero-labels h2 {
        font-family: 'Abhaya Libre', serif;
        font-weight: 400;
        font-size: 1.8rem;
        letter-spacing: 1px;
        margin: 0;
        line-height: 1;
    }
    .hero-labels h3 {
        font-family: 'Abhaya Libre', serif;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: 0.5px;
        margin: .5rem 0 0;
    }
    .hero-image{
        margin-top: -100px;
    }
    .hero-overlay {
        color: #111;
        z-index: 1;
        margin-top: 30px;
    }
}

/* Feature labels font */
.feature-label {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
}

.section-title {
    color:#fff;
    font-family: 'Georgia', sans-serif;
    font-weight: 200;
}

.product-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color:#212121;
}

.product-title {
    font-family: 'Georgia', serif !important;
    font-style: italic;
    font-weight: bold !important;
    font-size: 1.5rem;
}

.award-title{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 800;
    color:#212121;
}
.award-desc{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    color:#212121;
}

.benefits-title{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 800;
    color:#212121;
}
.benefits-text > p{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    color:#212121;
}

.owl-nav-next, .owl-nav-prev{
    font-size: 48px;
}
.owl-nav-next{
    margin-left: 20px;

}
.owl-nav-prev{
    margin-left: -40px;
}

.icon-box:hover{
    transform: translateY(-15px) translateX(-15px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.hero-video{
    display:block;
    margin: 20px auto;
}



/* -----------------------------------
   Pharmacy Section
----------------------------------- */
.pharmacy-section {
    position: relative;
    background: url('../images/pharmacy.png') center no-repeat;
    overflow: hidden;
    padding: 500px 20px 200px 20px;
}

.pharmacy-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.pharmacy-logo img {
    display: block;
    width: 100px;
    height: auto;
}

.pharmacy-text {
    flex: 1;
    color: #222;
}
.pharmacy-text h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    font-family: 'proxima-nova', serif;
}
.pharmacy-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #333;
    font-family: 'proxima-nova', serif;
    font-weight: 600;

}


.emagaza-btn{
    color: white !important;
    text-decoration: none;
    padding: 5px 25px;
    font-family: 'Montserrat', sans-serif;
    background-color: #370452;
}
.mt-10{
    margin-top: 5rem;
}

.origin{
    font-size: 1.2rem;
}

.emagaza-btn:hover{
    color: #370452;
    background-color: white;
    transition: all 0.5s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
}

.product-clickable {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-clickable:hover {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    filter: drop-shadow(0px 5px 16px rgba(255, 255, 255, 0.7)) !important;
}

.product-popup {
    font-family: 'proxima-nova', sans-serif !important;
}

.product-popup-title {
    font-family: 'proxima-nova', sans-serif !important;
    font-weight: 700 !important;
    color: #3c337f !important;
    font-size: 1.2rem !important;
}

.product-popup-button {
    font-family: 'proxima-nova', sans-serif !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    padding: 10px 25px !important;
    transition: all 0.3s ease !important;
}

.product-popup-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(60, 51, 127, 0.3) !important;
}


.brand-name {
    font-family: 'Georgia', serif !important;
    font-style: italic;
    font-weight: bold !important;
}
