@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext');

/* ===================== */
/* VARIABLES & BASE      */
/* ===================== */

:root {
    --primary-blue: #2C82BA;
    --primary-red: #D50B48;
    --dark-blue: #004687;
    --text: #5C5E63;
}

*, html {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body, html {
    font-family: 'Open Sans', sans-serif;
}

body.kapcsolat,
body.az-octeniseptrol {
    background: url("../images/2_bg.jpg") no-repeat center center / cover;
}

body.hasznalata {
    background: url("../images/3_bg.jpg") no-repeat center center / cover;
}

body.elonyei {
    background: url("../images/4_bg.jpg") no-repeat center center / cover;
}

body.diabeteszeseknek {
    background: url("../images/5_bg.png") no-repeat left top;
}


/* ===================== */
/* UTILITIES             */
/* ===================== */

.octeni {
    font-weight: normal;
    color: var(--primary-blue);
}

.sept {
    font-weight: normal;
    color: var(--primary-red);
}

.text-to-read {
    font-size: 18px;
    color: var(--text);
    line-height: 28px;
    text-align: justify;
    font-weight: 400;
}

.targetlink {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
}

.targetlink:hover {
    color: #cecece;
    text-decoration: none;
}

.bg-primary {
    background: #008BD6 !important;
    color: #fff;
    padding: 20px 40px;
}

.bg-primary.opacity {
    background: rgba(0, 139, 214, 0.8) !important;
}

.bg-crimson {
    background: rgba(226, 13, 76, 1);
    color: #fff;
    padding: 20px 40px;
}

.bg-crimson.opacity {
    background: rgba(226, 13, 76, 0.65) !important;
}

.bg-crimson-light {
    background: rgb(232, 75, 105);
    color: #fff;
    padding: 30px;
}

.bg-white {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 40px;
    color: #D1113C;
}

.bg-blue {
    background-color: #3061ab;
}

.btn-crimson {
    background-color: rgb(232, 75, 105) !important;
    color: #fff !important;
}

.octenisept-bg {
    display: inline-block;
    background: #fff;
    padding: 1px 3px;
    border-radius: 5px;
}

.octenisept-title {
    color: #D1113C;
    text-transform: none !important;
    font-weight: normal !important;
    text-shadow: 1px 0 #008bd6;
    letter-spacing: 1px;
}

.octenisept-title2 {
    color: rgba(226, 13, 76, 0.8);
    text-transform: none !important;
    font-weight: normal !important;
    text-shadow: 1px 0 rgba(226, 13, 76, 0.8);
    letter-spacing: 1px;
}

.mt-2-3 { margin-top: 14px; }
.fs-big  { font-size: 30px; }
.fs-small { font-size: 20px; }
.fs-medium { font-size: min(28px, 1.9vw); }
.fs-xs { font-size: 12px; line-height: 0.8 !important; }
.fw-bold { font-weight: 600; }
.w-60 { width: 60%; }
.w-40 { width: 40%; }

.w-40 img {
    width: 100%;
    background: #3061ab45;
    border-radius: 20px;
}


/* ===================== */
/* NAVBAR                */
/* ===================== */

.navbar {
    padding: 20px 0;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 600;
    font-size: 14px;
}

.navbar .navbar-toggler i {
    color: #D1113C;
    font-size: 30px;
}

.navbar li {
    display: inline-block;
    padding: 0 2px;
    position: relative;
}

.navbar li .nav-link {
    color: #D1113C !important;
    display: block;
    font-size: 100%;
    line-height: 42px;
    padding: 0 12px !important;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease-in-out;
}

.navbar li .nav-link:hover {
    border-bottom: 2px solid #008bd6;
}

.navbar li .nav-link.active {
    color: #fff !important;
    background: #008bd6;
    border-radius: 10px;
}

@media (min-width: 1300px) {
    .navbar-expand-custom {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

@media all and (max-width: 1400px) and (min-width: 1200px) {
    .navbar .navbar-brand img {
        width: 150px;
    }
}

@media all and (max-width: 1350px) and (min-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 14px !important;
    }
}


/* ===================== */
/* LAYOUT CONTENT        */
/* ===================== */

#layout-content h1 {
    color: #D1113C;
    font-weight: bold;
    margin: 0 0 15px;
}

#layout-content .content h2 {
    font-size: 200%;
    line-height: 130%;
    margin-bottom: 20px;
    color: #D1113C;
}

#layout-content .content p {
    font-size: 140%;
}

#layout-content .content .img-octenisept-wrap {
    display: none;
}

#layout-content .content .octenisept-img-wrap {
    display: none;
}

#layout-content .content .img-octenisept {
    background: url("../images/octenisept.png") no-repeat scroll 0 0 / contain;
    position: absolute;
    height: 450px;
    width: 250px;
    right: 15%;
    top: -40px;
}

#layout-content .content #baby-img {
    background: url("../images/img1.png") repeat scroll 0 0;
    float: right;
    height: 306px;
    width: 303px;
}

#layout-content .content #baby-img.noimg {
    background: unset !important;
    font-size: 230px;
    color: #008bd6;
}

#layout-content .content .inner h2 {
    font-size: 170% !important;
    font-weight: bold;
    margin: 0 0 20px;
    max-width: 266px;
    padding-left: 60px;
    position: relative;
    width: 100%;
}

#layout-content .content .inner p {
    line-height: 130%;
    font-size: 95%;
}

#layout-content .content .inner h2 i {
    font-size: 45px;
    left: 0;
    position: absolute;
    top: 7px;
}

#layout-content #elonyei h2 {
    font-size: 150% !important;
}

#layout-content #elonyei p {
    font-size: 100%;
}

@media all and (min-width: 992px) {
    .bg-primary.radius      { border-radius: 20px 0 0 20px; }
    .bg-crimson-light.radius { border-radius: 20px 0 0 20px; }
    .bg-white.radius         { border-radius: 20px 0 0 20px; }

    #layout-content .content .img-octenisept-wrap {
        display: block;
    }
}


/* ===================== */
/* WEBSHOP GRID          */
/* ===================== */

.webshopgrid {
    border-radius: 7px;
}

.webshopgrid > div {
    overflow: hidden;
    background-color: white;
    height: 200px;
    border-radius: 7px;
    border: 1px solid #008bd6;
}

.webshopgrid > div:hover {
    cursor: pointer;
    background-color: whitesmoke;
}

.webshopgrid > div a img {
    border-radius: 7px;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* ===================== */
/* BANNER                */
/* ===================== */

.banner {
    background: url("../images/octenibg2.png") no-repeat center left,rgba(213, 11, 72, 0.03) ;
    width: 100%;
    flex-direction: column;
    height: max-content;
    background-size: contain;
    padding: 30px 0;
}

.banner .box {
    margin-top: 80px;
}

.banner .cta {
    display: inline-block;
    margin-top: 36px;
    padding: 12px 12px;
    border-radius: 6px;
    background-color: var(--primary-blue);
    color: white;
    text-decoration: underline;
}

.banner .white {
    width: 1920px;
    height: 370px;
}

.banner .white h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: var(--primary-blue);
}

.banner .white p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: var(--accent);
}

.banner .octeni-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .octeni-img img {
    width: 100%;
    height: auto;
    display: block;
}


/* ===================== */
/* MODAL 2               */
/* ===================== */

.modal2 {
    background: url("../images/modal1bg.png") no-repeat center center / cover;
    width: 100%;
    flex-direction: column;
    height: max-content;
    padding-bottom: 70px;
}

.modal2 .boxs {
    padding-top: 85px;
}

.modal2 .boxs i {
    font-size: 72px;
    color: #fff;
}

.modal2 .boxs svg {
    width: 72px;
    height: 72px;
}

.modal2 .boxs svg path {
    fill: #fff;
}

.modal2 .boxs [class*="col-lg-"] {
    padding: 5px;
}

.modal2 .box,
.modal2 .box-nohover {
    box-shadow: 0px 4px 71px rgba(0, 37, 91, 0.12), 0px 0.5px 8.89px rgba(0, 37, 91, 0.06);
    padding: 20px;
    height: auto;
    min-height: 350px;
    display: flex;
    color: #008BD6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal2 .box         { background: #008BD6; transition: all 0.5s ease-in-out; }
.modal2 .box-nohover { background: #fff; }

.modal2 .box .product_img,
.modal2 .box-nohover .product_img {
    max-width: 60%;
    height: auto;
}

.modal2 .box h2,
.modal2 .box-nohover h2 {
    font-size: 20px;
    line-height: 133.5%;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.modal2 .box h2         { color: #fff; }
.modal2 .box-nohover h2 { color: #008BD6; }

.modal2 .box:hover {
    background: white;
    color: white;
}

.modal2 .box:hover h2,
.modal2 .box:hover svg,
.modal2 .box:hover i {
    display: none;
}

.modal2 .box:hover p {
    visibility: visible;
    opacity: 1;
}

.modal2 .box p {
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 24px;
    right: 24px;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--dark-blue);
    line-height: 28px;
    text-align: left;
    height: 240px;
    overflow-y: auto;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.modal2 .box1 {
    padding-top: 0;
    height: max-content;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 71px rgba(0, 37, 91, 0.12), 0px 0.5px 8.89px rgba(0, 37, 91, 0.06);
    border-radius: 20px 0 0 0;
}

.modal2 .box1 h2 {
    font-size: 19px;
    line-height: 133.5%;
    color: #008BD6;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* ===================== */
/* MODAL 3               */
/* ===================== */

.modal3 h4 {
    font-size: 24px;
    line-height: 133.5%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-red);
}

.modal3 p {
    font-size: 18px;
    color: var(--dark-blue);
    line-height: 28px;
    text-align: left;
}

.modal3 .imgbutton img:hover {
    border: 5px solid var(--primary-red);
    border-radius: 50%;
}

.modal3 .box {
    width: auto;
    height: 520px;
    background: rgba(251, 251, 255, 0.77);
    box-shadow: 0px 4px 14px rgba(0, 37, 91, 0.14);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 41px;
}

.modal3 .myflex {
    display: flex;
}

.modal3 .left {
    padding-left: 273px;
}

.modal3 {
    width: 100%;
    object-fit: contain;
    flex-direction: column;
    height: max-content;
    padding-top: 65px;
}

.modal3 .imgbutton {
    padding-top: 35px;
    padding-bottom: 35px;
}

.modal3 .imgbutton img {
    border: 5px solid rgba(255, 255, 255, 0);
    margin-bottom: 5px;
    height: 270px;
}


/* ===================== */
/* MODAL 4               */
/* ===================== */

.modal4 {
    background-color: #1295db;
    width: 100%;
    flex-direction: column;
    height: max-content;
}

.modal4 img {
    width: 360px;
    height: auto;
}

.modal4 .vaginator-elonyok {
    background-color: #fff;
}

.modal4 .main { color: #1295db; }

.modal4 .sorolas i {
    font-size: 32px;
    margin-right: 10px;
    color: #fff;
}

.modal4 .octenitext {
    background-color: white;
    border-radius: 15px;
    padding: 0 10px;
    font-weight: bold;
}


/* ===================== */
/* MODAL 5               */
/* ===================== */

.modal5 {
    background: url(../images/modal5bg.png) no-repeat center left;
    background-size: contain;
    width: 100%;
    flex-direction: column;
    height: max-content;
}

.modal5 h3 {
    font-size: 36px;
    line-height: 133.5%;
    color: var(--primary-red);
    font-weight: bold;
    padding-top: 151px;
    text-align: center;
}

.modal5 .des {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 50px;
    text-align: center;
    color: var(--primary-red);
}

.modal5 .bg-w {
    background-color: white;
    height: 100%;
    opacity: 0.8;
}

.modal5 .main {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 24px;
    text-align: center;
    color: var(--accent);
}

.modal5 li {
    color: rgba(0, 70, 135, 1);
    margin-bottom: 30px;
}

.modal5 ul {
    padding-right: 70px;
    padding-left: 80px;
}


/* ===================== */
/* MODAL 6               */
/* ===================== */

.modal6 {
    width: 100%;
    flex-direction: column;
    height: max-content;
}

.modal6 .bg {
    background: url(../images/m6bg.jpg) no-repeat center / cover;
    width: 100%;
    opacity: 0.5;
    flex-direction: column;
    height: max-content;
    position: absolute;
}

.modal6 input,
.modal6 textarea {
    border-radius: 5px;
    background-color: white;
    border: 1px solid #C4C4C4;
}

.modal6 h3 {
    font-size: 36px;
    line-height: 133.5%;
    color: #1295db;
    font-weight: bold;
    text-align: center;
}

.modal6 .bg-w {
    background-color: white;
    height: 100%;
    opacity: 0.8;
    border-radius: 20px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.42), 0px 2px 4px -3px rgba(0, 0, 0, 0.2);
}

.modal6 .btn {
    width: 100%;
    background-color: #008bd6;
    border-radius: 24px;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.modal6 .btn:hover {
    background-color: var(--primary-red);
}

.modal6 a {
    color: var(--primary-red);
    text-decoration: none;
    font-weight: bold;
}

.modal6 a:hover {
    color: #008bd6;
}

.modal6 img {
    margin-top: 65px;
    visibility: visible;
}


/* ===================== */
/* MODAL 7               */
/* ===================== */

.modal7 a {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--primary-red);
    padding: 10px 55px;
    border-radius: 25px;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    margin-bottom: 20px;
}


/* ===================== */
/* ACCORDION             */
/* ===================== */

.accordion-image-wrapper {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

.accordion-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
}

.accordion-text-wrapper {
    flex-grow: 1;
}

#accordion .card {
    border: none;
    border-radius: 16px;
    background-color: transparent;
    box-shadow: 0px 4px 14px rgba(0, 37, 91, 0.14);
    margin-bottom: 20px;
}

#accordion .card-header {
    background-color: rgba(251, 251, 255, 0.77);
    border: none;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}

#accordion .card-header:hover {
    background-color: #f1f1f1;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#accordion .card-header button {
    font-weight: bold;
    font-size: 20px;
    color: #008BD6;
    text-align: left;
    padding: 20px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#accordion .card-header button:hover {
    background-color: transparent;
    color: var(--primary-red);
}

#accordion .card-header .d-flex {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #008BD6;
    margin: 0;
    padding: 0;
}


/* ===================== */
/* CIRCLES SECTION       */
/* ===================== */

.circles-section .circle-box {
    width: 150px;
    height: 150px;
    background-color: var(--primary-red);
    border-radius: 50%;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
}


/* ===================== */
/* APPLICATOR SECTION    */
/* ===================== */

#applicator .w-md-60 { width: 60% !important; }
#applicator .w-md-40 { width: 40% !important; }

#applicator .applicator-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#applicator .text-blue { color: #3061ab; }
#applicator .text-red  { color: #d71253; }
#applicator .bg-red    { background-color: #d71253; }

#applicator .circle {
    width: min(30px, 2vw);
    height: min(30px, 2vw);
    border-radius: min(15px, 1vw);
    padding-top: 2px;
}

#applicator .ribbon {
    height: 120px;
    background-color: #3061ab;
    top: 382px;
    z-index: -1;
}

#applicator .chip {
    height: 100px;
    border-radius: 25px;
    padding: 10px;
    margin: 0 5px;
}

#applicator .chip img {
    max-height: 40px;
    max-width: 40px;
}

#applicator .chip .fs-xs {
    font-size: 14px;
    line-height: 1.2;
}

#applicator .applicator-steps {
    margin-top: 2rem;
}

#applicator .applicator-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#applicator .step-number {
    width: 30px;
    height: 30px;
    background-color: var(--primary-red);
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 15px;
}

#applicator .applicator-step p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--dark-blue);
}

.applicator-promo {
    border-radius: 20px;
    margin-top: 2rem;
}


/* ===================== */
/* HASZNALAT STEPS       */
/* ===================== */

.hasznalat-lepesek-section {
    background-color: #ffffff;
    padding: 60px 0 40px;
}

.hasznalat-cim {
    color: var(--primary-red);
    font-weight: 700;
    margin-bottom: 48px;
    font-size: 1.8rem;
}

/* Step 1: square image, full-width featured row */
.lepes1-sor {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 2px solid #e8f3fb;
}

.lepes1-kep {
    flex: 0 0 340px;
}

.lepes1-kep img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.09);
}

.lepes1-szoveg {
    flex: 1;
}

/* Steps 2–4: 3-column portrait grid */
.lepesek-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.lepes-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7fbfe;
    border-radius: 14px;
    padding: 24px 20px 28px;
    border: 1px solid #daeef9;
}

.lepes-card-kep {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.lepes-card-szoveg {
    width: 100%;
    text-align: left;
}

/* Shared: number badge + heading */
.lepes-szam {
    width: 46px;
    height: 46px;
    background-color: var(--primary-red);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.lepes-cim {
    color: #1295db;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.lepes1-szoveg p,
.lepes-card-szoveg p {
    font-size: 0.93rem;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

.hasznalat-megjegyzes {
    font-size: 0.85rem;
    color: #666;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .lepesek-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lepes1-sor {
        flex-direction: column;
        gap: 24px;
    }
    .lepes1-kep {
        flex: unset;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
}


/* ===================== */
/* PRODUCT CARDS         */
/* ===================== */

.section-products {
    background-color: #f8f9fa;
}
.section-products h2 {
    color: var(--primary-red)
}


/* ===================== */
/* TERMEKEK SLIDER       */
/* ===================== */

#termekek-slider-section {
    background: #f4f8fb;
    padding: 60px 0 50px;
}

.termekek-cim {
    color: var(--primary-red);
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.termekek-slider-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.termekek-slider-viewport {
    flex: 1;
    overflow: hidden;
}

.termekek-slider-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.termek-card {
    flex: 0 0 calc(33.333% - 16px);
    margin: 0 8px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.termek-card-kep {
    height: 200px;
    background: #f0f0f0;
    flex-shrink: 0;
}

.termek-card-kep img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.termek-card-body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.termek-nev {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.termek-kiemelt {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1295db;
    margin-bottom: 10px;
    line-height: 1.4;
}

.termek-leiras {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.termek-cta {
    display: inline-block;
    background-color: var(--primary-red);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.2s;
}

.termek-cta:hover {
    background-color: #b00838;
    color: #fff;
    text-decoration: none;
}

/* Arrows */
.slider-nyil {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #1295db;
    background: #fff;
    color: #1295db;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    padding: 0;
}

.slider-nyil:hover {
    background: #1295db;
    color: #fff;
}

/* Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #c8dff0;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
}

.slider-dot.active {
    background: var(--primary-red);
}

/* Responsive */
@media (max-width: 991px) {
    .termek-card {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 599px) {
    .termek-card {
        flex: 0 0 calc(100% - 16px);
    }
    .slider-nyil {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }
}


.products-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 24px rgba(0, 37, 91, 0.1);
    overflow: hidden;
}

.product-col {
    padding: 32px 28px;
}

.product-col:first-child {
    border-bottom: 1px solid #ebebeb;
}

@media (min-width: 768px) {
    .product-col:first-child {
        border-bottom: none;
        border-right: 1px solid #ebebeb;
    }
}

.product-card {
    
    border-radius: 12px;
    padding: 24px 20px 20px;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    margin-bottom: 20px;
}

.product-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-red);
    margin: 0;
}

/* ===================== */
/* FEATURE ITEMS         */
/* ===================== */

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 14px;
    border-bottom: 1px solid #f0f0f0;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item i {
    font-size: 22px;
    color: var(--primary-red);
    flex-shrink: 0;
    margin-top: 2px;
    width: 26px;
    text-align: center;
}

.feature-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0;
}

.feature-item p {
    font-size: 14px;
    color: var(--text);
    line-height: 1.6;
    margin: 0;
}

/* ===================== */
/* PROMO SECTION         */
/* ===================== */

#promo .promo-card img {
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    transition: transform 0.3s;
}

#promo .promo-card img:hover {
    transform: scale(1.1);
}

#promo h1 {
    color: #0494eb;
    font-family: Sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}


/* ===================== */
/* FOOTER                */
/* ===================== */

#footer {
    margin-bottom: 15%;
}

#footer img {
    max-width: 100%;
}

.footer .ls {
    font-size: 16px;
    color: var(--dark-blue);
}

.footer p {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: var(--dark-blue);
}

.footer .menu a {
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.02em;
    color: #008BD6;
    text-decoration: none;
}

.footer a {
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-blue);
    text-decoration: none;
}

.footer a:hover {
    color: var(--primary-red);
}

.footer i {
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: var(--primary-red);
    margin-right: 15px;
}

footer .hol-kaphato {
    background: #dedede;
    max-width: 700px;
    padding: 15px;
    border-radius: 10px;
}

footer .hol-kaphato h3 {
    color: #008bd6;
    font-weight: bold;
    margin: 0 0 10px;
}

footer .hol-kaphato .col-md-10 {
    padding-left: 40px;
}

footer .hol-kaphato .iconwrap + a {
    color: #6d6d6d;
    font-weight: bold;
    font-size: 125%;
}

footer .hol-kaphato a:hover {
    text-decoration: none;
    color: #008bd6;
}

footer .hol-kaphato .iconwrap,
footer .betegtajekoztato .iconwrap {
    background: #fff;
    border-radius: 50%;
    color: #008bd6;
    display: inline-block;
    font-size: 43px;
    height: 80px;
    line-height: 83px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

footer .betegtajekoztato {
    background: #dedede;
    padding: 15px;
}

footer .betegtajekoztato h3 {
    color: #008bd6;
    font-weight: bold;
    margin: 0 0 10px;
}

footer .betegtajekoztato p {
    font-size: 170%;
    color: #008bd6;
}

@media all and (min-width: 768px) {
    footer .hol-kaphato #hol-kaphato-img {
        background: url("../images/hol-kaphato.png") repeat scroll 0 0;
        height: 195px;
        margin: -45px 0 -15px -15px;
        width: 160px;
    }
}


/* ===================== */
/* FIXED FOOTER BAR      */
/* ===================== */

.modal-footer-fixed {
    background: var(--text);
    color: white;
    width: 100%;
    min-height: 10%;
    bottom: 0;
    position: fixed;
    z-index: 1030;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer-fixed .modal-text-scaled {
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
    margin: 20px 0;
}

.btn-doc {
    display: inline-block;
    padding: 8px 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: var(--primary-red);
    background-color: white;
    border: 2px solid white;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin: 0 5px;
}

.btn-doc:hover {
    background-color: var(--primary-red);
    color: white;
    border-color: var(--primary-red);
    text-decoration: none;
}


/* ===================== */
/* FLOATING CTA (HK)     */
/* ===================== */

@media (min-width: 577px) {
    .hk-move,
    .hk-move-2 {
        position: fixed;
        z-index: 5;
        bottom: 20%;
        right: 2%;
        text-align: right;
    }

    .hk-move .element {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    .hk {
        color: white;
        text-align: center;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px;
        width: 167px;
        height: 133px;
        background: var(--primary-blue);
        box-shadow: 0px 5px 30px rgba(14, 63, 119, 0.42), 0px 2px 4px -3px rgba(213, 11, 72, 0.2);
        border-radius: 20px;
    }

    .hk2 {
        color: white;
        text-align: center;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14px;
        width: 167px;
        height: 190px;
        background: var(--primary-red);
        box-shadow: 0px 5px 30px rgba(213, 11, 72, 0.42), 0px 2px 4px -3px rgba(213, 11, 72, 0.2);
        border-radius: 20px;
    }

    .hk a, .hk2 a {
        color: white;
        text-decoration: none;
    }

    .hk:hover, .hk2:hover {
        background-color: #008bd6;
    }

    .hk .redbox { font-size: 18px; }

    .hk .redbox i,
    .hk2 .redbox i {
        font-size: 48px;
    }

    .hk p { display: block; }
}

@media (max-width: 576px) {
    .hk-move {
        position: fixed;
        z-index: 5;
        bottom: 25%;
        right: 2%;
        text-align: right;
    }

    .hk-move-2 {
        position: fixed;
        z-index: 5;
        bottom: 16%;
        right: 2%;
        text-align: right;
    }

    .hk-move .element {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    .hk, .hk2 {
        color: white;
        font-weight: bold;
        width: 100px;
        height: 100px;
        background: var(--primary-red);
        box-shadow: 0px 5px 30px rgba(213, 11, 72, 0.42), 0px 2px 4px -3px rgba(213, 11, 72, 0.2);
        border-radius: 20%;
    }

    .hk a, .hk2 a {
        color: white;
        text-decoration: none;
    }

    .hk:hover, .hk2:hover {
        background-color: #008bd6;
    }

    .hk .redbox {
        font-size: 12px;
        text-align: center;
        padding: 6px 12px;
    }

    .hk .redbox i,
    .hk2 .redbox i {
        font-size: 24px;
        margin: 8px 0;
    }

    .modal-footer-fixed {
        height: 20vh;
    }

    .modal-footer-fixed .modal-text-scaled {
        font-size: 10px;
        line-height: 1.3;
    }

    .text-block {
        width: 100%;
        text-align: center !important;
    }

    .links-block { width: auto; }

    .btn-doc {
        font-size: 10px;
        padding: 4px 8px;
    }

    .links-block .mb-2 {
        margin-bottom: 5px !important;
    }
}


/* ===================== */
/* HOL KAPHATO PAGE      */
/* ===================== */

#holkaphato h1 {
    text-align: center;
    padding: 30px 0;
    color: var(--dark-blue);
    font-weight: bold;
    font-size: 36px;
}

#holkaphato h2 {
    text-align: center;
    padding: 30px 0;
    color: var(--dark-blue);
    font-weight: bold;
    font-size: 24px;
}

#holkaphato .filter {
    margin: 15px 0;
}

#holkaphato .filter form label {
    margin: 0;
}

#holkaphato .filter form .taxnumber input {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    outline: none;
    padding: 5px;
    width: 100%;
}

#holkaphato .filter form .taxnumber input:focus {
    border: 1px solid #008BD6;
}

#holkaphato .filter form .taxnumber label {
    padding: 5px;
}

#holkaphato .filter form button {
    border-radius: 10px;
    height: max-content;
    width: 100%;
    padding: 5px;
    outline: none;
    border: 1px solid #008BD6;
    color: white;
    background: #008BD6;
    transition: all 200ms ease-in-out;
}

#holkaphato .filter form button:hover {
    color: rgb(71, 71, 71);
    background: none;
}

#holkaphato .filter .check label {
    margin-right: 30px;
}

#holkaphato .custom-checkbox {
    cursor: pointer;
}

#holkaphato .custom-checkbox .box .checkbox {
    margin: 0 5px 0 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
}

#holkaphato .custom-checkbox .box.active .checkbox {
    background: #008BD6 !important;
    border: 1px solid #008BD6;
    display: flex;
    align-items: center;
    justify-content: center;
}

#holkaphato .custom-checkbox .box.active.deactive .checkbox {
    border: 1px solid #ccc !important;
    background: #fff !important;
}

#holkaphato .custom-checkbox .box.active .checkbox i {
    position: absolute;
    display: block;
    font-size: 10px;
    color: white;
    margin-top: 1px;
    padding: 0;
}

#holkaphato .custom-checkbox .box .checkbox i {
    display: none;
}

#holkaphato .custom-checkbox .box.active p {
    color: #008BD6;
}

#holkaphato .custom-checkbox input {
    display: none;
}

#holkaphato .custom-checkbox p {
    margin: 0;
}

#holkaphato .grayBg {
    background: #F5F5FA;
    min-height: 100vh;
}

#holkaphato .shopBox {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: all 200ms ease-in-out;
    height: 420px;
    min-height: 100%;
    cursor: pointer;
}

#holkaphato .shopBox:hover {
    transform: translateY(-10px);
}

#holkaphato .shopBox .img {
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#holkaphato .shopBox .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#holkaphato .shopBox .address {
    color: #656565;
    font-size: 16px;
    margin: 0;
}

#holkaphato .shopBox .name {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 17px;
    height: 65px;
}

#holkaphato .shopBox .time-title {
    color: #656565;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

#holkaphato .shopBox .time-data {
    color: #656565;
    font-size: 12px;
    margin: 0;
}

#holkaphato .shopBox .btn-online {
    border-radius: 10px;
    height: max-content;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 5px 5%;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    border: 1px solid #008BD6;
    color: white;
    background: #008BD6;
    transition: all 200ms ease-in-out;
}

#holkaphato .shopBox .btn-online:hover {
    color: #008BD6;
    background: none;
}

#holkaphato .pagination {
    margin-bottom: 15px;
}

#holkaphato .pagination li {
    border-bottom: 1px solid #aaa;
    padding: 0 30px 10px;
    color: #aaa;
    font-size: 18px;
    cursor: pointer;
}

#holkaphato .pagination li a {
    color: #aaa;
    text-decoration: none;
    outline: none;
}

#holkaphato .pagination li:hover,
#holkaphato .pagination li.active {
    border-bottom: 1px solid #008BD6;
    color: #008BD6;
}

#holkaphato .pagination li:hover a {
    color: #008BD6;
}

#holkaphato .custom-img {
    font-size: 82px;
    overflow: hidden;
    color: white;
    margin-top: -20px;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    text-shadow: -1px 1px 0 #008bd6, 1px 1px 0 #008bd6, 1px -1px 0 #008bd6, -1px -1px 0 #008bd6;
    height: 100%;
}

#holkaphato .discount {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #008BD6;
    border-radius: 50px;
    width: 60px;
    color: #fff;
    height: 60px;
    font-weight: bold;
}

#holkaphato .custom-select {
    position: relative;
    font-family: Arial;
}

#holkaphato .custom-select select {
    display: none;
}

#holkaphato .select-selected {
    background-color: DodgerBlue;
}

#holkaphato .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

#holkaphato .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

#holkaphato .select-items div,
#holkaphato .select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

#holkaphato .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

#holkaphato .select-hide {
    display: none;
}

#holkaphato .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

#holkaphato .des {
    font-size: 14px;
}

@media (max-width: 990px) {
    #holkaphato .pagination li {
        padding: 0 7px !important;
    }
}


/* ===================== */
/* RESPONSIVE OVERRIDES  */
/* ===================== */

@media (max-width: 768px) {
    .w-40, .w-60 {
        width: 100%;
        display: block;
    }

    .w-40 img {
        width: 60%;
        margin: auto;
    }

    .fs-small { font-size: 16px; }
    .fs-big   { font-size: 20px; }

    #applicator .circle {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        margin-bottom: 31px;
    }

    #applicator .ribbon {
        top: 965px;
    }

    #applicator .ribbon {
        top: 315px;
        height: 93px;
    }

    .modal7 {
        height: 20%;
    }

    .modal7 p {
        font-size: 10px;
        margin-top: 0 !important;
        line-height: 18px;
    }

    .modal7 a {
        font-size: 10px;
        padding: 5px 10px;
    }
}

@media (max-width: 460px) {
    #applicator .ribbon {
        top: 215px;
    }
}

@media (max-width: 1300px) {
    #applicator .circle {
        padding-top: 0;
    }
}

/* Tablet (426px – 993px) */
@media (min-width: 426px) and (max-width: 993px) {
    .modal3 h3 {
        font-size: 36px;
        color: #008BD6;
        font-weight: bold;
        padding: 54px;
        text-align: center;
    }

    .modal3 p { font-size: 16px; }

    .modal4 h3 {
        font-size: 36px;
        color: white;
        font-weight: bold;
        padding-top: 54px;
        text-align: center;
    }

    .modal4 .main {
        font-size: 18px;
        color: #1295db;
        font-weight: bold;
        margin-top: 23px;
        text-align: center;
        margin-bottom: 27px;
    }

    .modal2 .boxs { padding-top: 50px; }
    .modal2 .boxs i { font-size: 36px; color: #fff; }
    .modal2 .boxs svg { width: 36px; height: 36px; }
    .modal2 .boxs svg path { fill: #fff; }
    .modal2 .boxs [class*="col-lg-"] { padding: 5px; }

    .modal2 .box,
    .modal2 .box-nohover {
        min-height: 280px;
        padding: 10px;
    }

    .modal2 .box .product_img,
    .modal2 .box-nohover .product_img { max-width: 40%; }

    .modal2 .box h2,
    .modal2 .box-nohover h2 {
        font-size: 16px;
        margin-top: 12px;
    }

    .modal2 .box p {
        left: 12px;
        right: 12px;
        height: 150px;
    }

    .modal3 .box { height: max-content; }

    .modal3 .myflex { display: contents; flex-direction: row; }
    .modal3 .left   { padding-left: 0; }
    .modal3         { background: none; padding-top: 0; }
    .modal3 .imgbutton { display: flex; flex-direction: row; }
    .modal3 .imgbutton img { height: 225px; }

    .modal4 img { margin-top: 46px; width: 197px; }
    .modal5 { background: none; }
    .modal6 img { display: none; }

    .banner .white h1  { font-size: 24px; }
    .banner .white p   { font-size: 14px; }
    .banner .box       { margin-top: 80px; }
    .banner .octeni-img { text-align: center; }
    

    .circles-section .circle-box { width: 120px; height: 120px; font-size: 14px; }
    .text-to-read { font-size: 16px; }

    #applicator .w-md-60,
    #applicator .w-md-40 { width: 100% !important; }

    .applicator-promo { margin-top: 1rem; }

    .chip {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Mobile (≤ 425px) */
@media (max-width: 425px) {
    .modal3 h3 {
        font-size: 28px;
        color: #008BD6;
        font-weight: bold;
        padding: 54px;
        text-align: center;
    }

    .modal3 p { font-size: 14px; }

    .modal4 h3 {
        font-size: 28px;
        color: white;
        font-weight: bold;
        padding-top: 54px;
        text-align: center;
    }

    .modal4 .main {
        font-size: 18px;
        color: white;
        margin-top: 23px;
        text-align: center;
        margin-bottom: 27px;
    }

    .modal3 .imgbutton { display: flex; flex-direction: row; }
    .modal5 { background: none; }

    .modal2 .boxs { padding-top: 50px; }
    .modal2 .boxs i { font-size: 36px; color: #fff; }
    .modal2 .boxs svg { width: 36px; height: 36px; }
    .modal2 .boxs svg path { fill: #fff; }
    .modal2 .boxs [class*="col-lg-"] { padding: 5px; }

    .modal2 .box,
    .modal2 .box-nohover {
        min-height: 280px;
        padding: 10px;
    }

    .modal2 .box .product_img,
    .modal2 .box-nohover .product_img { max-width: 40%; }

    .modal2 .box h2,
    .modal2 .box-nohover h2 {
        font-size: 16px;
        margin-top: 12px;
    }

    .modal2 .box p {
        left: 12px;
        right: 12px;
        font-size: 12px;
        line-height: 24px;
        height: 200px;
    }

    .banner .white { height: 250px; }
    .banner .white h1 { font-size: 24px; }
    .banner .white p  { font-size: 14px; }

    #accordion .card-header .d-flex { font-size: 18px; }
    .text-to-read { font-size: 14px; }
    .modal6 img { display: none; }

    #applicator .step-number { width: 25px; height: 25px; font-size: 0.9rem; }
    #applicator .chip { height: 80px; margin: 0; }
}

/* Large desktop (≥ 1441px) */
@media (min-width: 1441px) {
    .modal3 h3 {
        font-size: 36px;
        color: #008BD6;
        font-weight: bold;
        padding: 54px;
        text-align: center;
    }

    .modal4 h3 {
        font-size: 36px;
        color: white;
        font-weight: bold;
        padding-top: 54px;
        text-align: center;
    }

    .modal4 .main {
        font-size: 18px;
        color: #1295db;
        font-weight: bold;
        margin-top: 89px;
        text-align: center;
        margin-bottom: 27px;
    }

    .modal3 {
        padding-top: 65px;
    }

    .modal3 .myflex { display: flex; }
    .modal3 .left   { padding-left: 273px; }
    .modal3 .imgbutton { padding: 35px 0; }
    .modal3 .imgbutton img { height: 270px; }
}

/* Medium desktop (994px – 1440px) */
@media (min-width: 994px) and (max-width: 1440px) {
    .modal3 h3 {
        font-size: 36px;
        color: #008BD6;
        font-weight: bold;
        padding: 54px;
        text-align: center;
    }

    .modal4 h3 {
        font-size: 36px;
        color: white;
        font-weight: bold;
        padding-top: 54px;
        text-align: center;
    }

    .modal4 .main {
        font-size: 18px;
        color: #1295db;
        font-weight: bold;
        margin-top: 89px;
        text-align: center;
        margin-bottom: 27px;
    }

    .modal2 .boxs { padding-top: 85px; }
    .modal2 .boxs i { font-size: 56px; padding-top: 50px; color: #fff; }
    .modal2 .boxs svg { margin-top: 50px; width: 56px; height: 56px; }
    .modal2 .boxs svg path { fill: #fff; }
    .modal2 .boxs [class*="col-lg-"] { padding: 5px; }

    .modal2 .box,
    .modal2 .box-nohover {
        min-height: 300px;
        padding: 20px;
    }

    .modal2 .box .product_img,
    .modal2 .box-nohover .product_img { max-width: 60%; }

    .modal2 .box h2,
    .modal2 .box-nohover h2 {
        font-size: 16px;
        margin-top: 20px;
    }

    .modal2 .box p {
        left: 18px;
        right: 18px;
        height: 200px;
    }

    .modal3 .box { height: 520px; }
    .modal3 .myflex { display: flex; }
    .modal3 .left   { padding-left: 0; }
    .modal3 { background: none; padding-top: 65px; }
    .modal3 .imgbutton { display: contents; }
    .modal3 .imgbutton img { height: 200px; }

    .modal4 img { margin-top: 46px; width: 197px; margin-left: 25px; }
    .modal6 img { visibility: visible; }

    .banner .white h1 { font-size: 36px; }
}
