/* Font token fallback for the pages that load this stylesheet without
   css/front/typography.css (dashboard layouts, standalone error views). */
:root {
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
/* CSS Landing Page */


/* CLS FIX: metric-matched fallback for Poppins.
   Arial is scaled (size-adjust) and re-overridden (ascent/descent/line-gap)
   to occupy the exact same space as Poppins, so when the real web font
   swaps in there is no reflow / layout shift. Values from Capsize. */
@font-face {
    font-family: 'Poppins Fallback';
    src: local('Arial');
    size-adjust: 60.851%;
    ascent-override: 164.3358%;
    descent-override: 57.5175%;
    line-gap-override: 16.4336%;
}

#mainBanner{
    width: 100%;
    height: 700px;
    position: relative;
    display: flex;
    background: none;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    justify-content: center;
    overflow: hidden;
}

body {
    line-height: 1.5;
    font-family: 'Poppins', 'Poppins Fallback', sans-serif;
}

.webman{
    background-color: #262626;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.webman p{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.list-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.5rem 0;
    padding-top: 1rem;
    padding-left: 0;
}

@media screen and (min-width: 750px) {
    .list-payment {
        justify-content: flex-end;
        margin: -0.5rem;
        padding-top: 0;
    }
}

.list-payment__item {
    align-items: center;
    display: flex;
    padding: 0.5rem;
}


.footerVisa {
    max-width: 100%;

}

.footerStripe {
    width: 100px;
    height: auto;
    display: block;
}


body {
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* BENEFIT SECTION (MODIFICAT) */

.benefitsSection{
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.benefitsWrapper{
    display: grid; /* Modificat pentru a face responsive */
    grid-template-columns: 1fr 1fr 1fr; /* 3 coloane pentru ecrane mari */
    gap: 20px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .benefitsWrapper{
        grid-template-columns: 1fr; /* 1 coloană pentru ecrane mici */
        row-gap: 50px;
    }
}

.benefit{
    display: flex;
    column-gap: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-direction: row; /* Modificat pentru a face responsive */
    justify-content: space-between;
    align-items: center;
}

.benefitLeft, .benefitLeftRight{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefitTitle{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.benefitDescription {
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
}

/* Modificat imaginea pentru a se potrivi în layout responsive */
.benefitImg{
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    transition: 1s;
}

.benefitImg img{
    width: 40px;
}

/* Hover pentru imagine */
.benefitImg:hover{
    transform: rotate(20deg);
}

.benefitsLeft, .benefitsRight{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
}

.benefitsCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benefitTop img{
    width: 100%; /* Modificat pentru a face responsive */
    max-width: 500px; /* Limitare pentru ecrane mari */
}

.benefitBottom img{
    width: 100%; /* Modificat pentru a face responsive */
    max-width: 500px; /* Limitare pentru ecrane mari */
}

@media (max-width: 1200px) {
    .benefitTop img, .benefitBottom img{
        width: 300px; /* Pentru ecrane mai mici */
    }
}

/* RESTUL CODULUI CSS */

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-300px * 16)); } /* Ajustăm distanța pentru a trece prin toate imaginile */
}

.custom-slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%; /* Lățimea slider-ului poate fi ajustată în funcție de necesități */
}

.custom-slide-track {
    animation: scroll 250s linear infinite; /* Ajustăm durata animației pentru a trece prin toate imaginile */
    display: flex;
    width: calc(300px * 32); /* Ajustăm dimensiunea totală a slide-ului */
}

.custom-slide {
    height: 100px;
    width: auto; /* Lăsăm lățimea să fie automată pentru a se potrivi cu dimensiunea reală a imaginilor */
    margin-right: 70px; /* Adaugă spațiu între imaginile din fiecare slide */
}

.custom-slider .custom-slide:last-child {
    margin-right: 0; /* Elimină spațiul după ultima imagine din fiecare slide */
}

#customerReviewsMob{
    width: 100%;
    justify-content: center;
}

.customerReviewsMobWrap{
    width: 80%;
}

.irelandFlag {
    vertical-align: middle;
    height: 12px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}


.opacityLayer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to top,
        rgba(0, 20, 50, 0.90) 0%,
        rgba(0, 22, 54, 0.84) 25%,
        rgba(0, 24, 58, 0.78) 50%,
        rgba(0, 26, 62, 0.72) 75%,
        rgba(0, 28, 66, 0.66) 100%
    );
    z-index: 0;
}

.buttonIrish {
    display: inline-block;
    width: 150px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background-color: #fce001;
    cursor: pointer;
    outline: none;
    color: #002500;
    font-weight: 600;
    padding: 12px 24px;
    position: relative;
    transition: background-color .25s ease, color .25s ease, transform .2s ease;
    text-align: center;
}

/* Animatie pulsare */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Schimbarea culorii la atingere */
.buttonIrish:hover {
    background-color: #fec512;
    color: white; /* Culoarea textului devine albă la atingere */
}

.buttonIrish {
    display: inline-block;
    width: 255px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 20px; /* Marginile rotunjite */
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background-color: #fce001;
    cursor: pointer;
    outline: none;
    color: #002500;
    font-weight: 600;
    padding: 12px 24px;
    position: relative;
    transition: background-color .25s ease, color .25s ease, transform .2s ease;
    text-align: center;
}

.bannerVideo{
    position: relative;
    z-index: 1;
}
.warehouse{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center center;
}
.mainBannerContent{
    display: flex;
    position: relative;
    column-gap: 40px;
    z-index: 1;
}
.mainBannerTitle {
    color: white;
    font-weight: bold;
    font-size: 37px; /* Dimensiunea implicită */
    text-align: center;
}

@media (max-width: 768px) { /* Regula pentru dispozitive mobile */
    .mainBannerTitle {
        font-size: 30px; /* Dimensiunea fontului pentru telefoane */
    }
}


#cpdIcon {
    width: 56px !important;
}

#googleIcon{
    display: flex;
    column-gap: 15px;
    align-items: center;
}
#googleIconMobile{
    width: 100%;
    display: none;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}
#googleIconMobile img{
    width: 100px;
    height: 80px;
}
.mainBannerRight{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainBannerDescription{
    color: white;
    opacity: 0.8;
    width: 40%;
    font-size: 23px;
    text-align: center;
}

.pulse-button {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    padding: 10px 30px;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px; /* Am modificat pentru a centra textul */
    letter-spacing: 1px;
    color: #000000;
    border: none;
    border-radius: 25px;
    background: #ff6c00; /* Culoarea portocalie */
    cursor: pointer;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1); /* Am modificat umbra */
    font-weight: 600;
    overflow: hidden; /* Ascundeți textul în afara butonului */
    transition: background 0.3s, color 0.3s, transform 0.3s; /* Tranziție pentru culoare și scalare */
}

.pulse-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
}

.pulse-button:hover::before {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
}

.pulse-button span {
    position: relative;
    z-index: 1;
}

.pulse-button:hover {
    background: #fec512; /* Schimbarea culorii la atingere */
    color: #fff;
    transform: scale(1.05); /* Scalarea la atingere */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2); /* Am modificat umbra la atingere */
}

.videoButton {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    padding: 10px 30px;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px; 
    letter-spacing: 1px;
    color: white;
    border: none;
    border-radius: 25px;
    background: #e26000; 
    cursor: pointer;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1); 
    font-weight: 600;
    overflow: hidden; 
    transition: background 0.3s, color 0.3s; 
    transform: scale(1);
    line-height: 1.5;
}

.videoButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: scale(0);
}

.videoButton:hover::before {
    transform: scale(3);
    opacity: 0;
}

.videoButton span {
    position: relative;
    z-index: 1;
}

.videoButton:hover {
    background: #192655; /* Schimbarea culorii la atingere */
    color: #fff;
    transform: scale(1.05); /* Scalarea la atingere */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2); /* Am modificat umbra la atingere */
}

@media (max-width: 768px) {
    .videoButton {
        height: auto;
        min-height: 44px;
        padding: 10px 30px;
        line-height: 1.2;
    }
}

@media (max-width: 600px) {
    .heroCtaLink { display: flex; width: 100%; justify-content: center; }
    .videoButton {
        display: inline-flex;
        width: auto;
        max-width: calc(100% - 32px);
        height: auto;
        min-height: 44px;
        margin: 22px auto 0;
        padding: 10px 28px;
        font-size: clamp(0.95rem, 4.5vw, 1.06rem);
        letter-spacing: 0.5px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

#statsCounter{
    width: 100%;
    height: 150px;
    background: var(--yellowColor);
}

#counterWrap{
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
}

.counterContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counterDescription{
    font-size: 20px;
    color: white;
    font-weight: lighter;
    text-align: center;
    opacity: 0.9;
    text-transform: uppercase;
}

.counterNumbers{
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: white;
    opacity: 0.9;
}






/* Why Choose Us Section */
.why-choose-us {
    padding: 60px 20px;
    text-align: center;
    background: #ffffff;
}

.why-choose-us .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    position: relative;
}

.why-choose-us .section-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #4caf50;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Benefits Grid */
.why-choose-us .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 carduri pe rând */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Card */
.why-choose-us .benefit-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-us .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.why-choose-us .benefit-icon {
    width: 80px;
    height: 80px;
    background: #4caf50; /* Fundal verde */
    border-radius: 50%; /* Cerc */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.why-choose-us .benefit-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1); /* Icon alb */
}

/* Card Content Styling */
.why-choose-us .benefit-card h3 {
    font-size: 20px; /* Titlu mai mare */
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.why-choose-us .benefit-card p {
    font-size: 17px; /* Text descriere mărit */
    color: #555;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%; /* Restricționez lățimea pentru aspect mai aerisit */
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .why-choose-us .benefits-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 carduri pe rând */
    }
}

@media (max-width: 768px) {
    .why-choose-us .benefits-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 carduri pe rând */
    }

    .why-choose-us .benefit-card h3 {
        font-size: 18px;
    }

    .why-choose-us .benefit-card p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .why-choose-us .benefits-grid {
        grid-template-columns: 1fr; /* 1 card pe rând */
    }

    .why-choose-us .benefit-card {
        padding: 15px;
    }
}








.after-price{
    font-size: 36px;
}

.title{
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.langTitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    padding: 0px 0px 10px 0;
}

.titleText{
    font-size: 45px;
    font-weight: 600;
}

.borderTitle{
    width: 70px;
    border-bottom: 5px solid #f20c34;
}

.productSection{
    width: 100%;
    display: flex;
    justify-content: center;
}

.productWrapper {
    display: flex;
    margin: 50px 0;
    border-radius: 7px 7px 7px 7px;
}

.bulkContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.bulkLine{
    width: 100%;
    background: gray;
    height: 1px;
    opacity: 0.3;
}

.bulkImg{
    width: 60px;
    height: 60px;
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulkContent{
    display: flex;
    align-items: center;
    width: 85%;
    font-size: 20px;
}

.bulkImg img{
    width: 35px;
    height: 35px;
}

.bulkLeftSide{
    width: 45%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.bulkTitle{
    font-size: 45px;
    font-weight: 600;
}

.bulkItems{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.bulkItem{
    display: flex;
    column-gap: 10px;
}

.bulkRightSide img{
    width: 100%;
}

.bulkRightSide{
    width: 45%;
    display: flex;
    align-items: center;
}

.innerBulk{
    width: 1178px;
    display: flex;
    column-gap: 40px;
}

.product-img {
    width: 100%;
    height: 100%;
}

#productDashImg{
    position: relative;
}

#overImgDash{
    width: 280px;
}

#overImgDashs{
    width: 230px;
}

.product-img img {
    border-radius: 7px 7px 0px 0px;
    width: 100%;
    height: 100%;
}

.product-info {
    width: 100%;
    border-radius: 0 7px 10px 7px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-infoBack{
    width: 60%;
    border-radius: 0 7px 10px 7px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-text {
    width: 363px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
}

.product-text h1 {
    padding-top: 7px;
    font-size: 34px;
    color: #474747;
}

.product-text h2 {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #d2d2d2;
    letter-spacing: 0.2em;
}

.product-text p {
    height: 125px;
    margin: 0 0 0 38px;
    font-family: 'Playfair Display', serif;
    color: #8d8d8d;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: lighter;
    overflow: hidden;
}

.title-product{
    color: #014a22;
    font-size: 35px;
}

.product-info-text{
    font-size: 20px;
}

.product-price-btn {
    height: 103px;
    width: 327px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

#saleIndexHome{
    position: relative;
}

#product-price-btn {
    height: 103px;
    width: 327px;
    margin-top: 17px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.product-price-btn div {
    display: flex;
    align-items: center;
    height: 50px;
    font-family: 'Trocchi', serif;
    margin: 0 0 0 38px;
    font-size: 44px;
    font-weight: lighter;
    color: #474747;
}

.buttonInfo:hover{
    text-decoration: underline;
}

.product-price-btn button {
    display: inline-block;
    height: 50px;
    width: 150px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background-color:#fce001;
    cursor: pointer;
    outline: none;
    color: white;
    font-weight: 600;
}

.languageText{
    font-size: 20px;
    font-weight: bold;
    color: var(--textTitle);
    text-align: center;
    padding: 20px;
}

.product-price-btn button:hover {
    background-color: #fec512;
    color: white;
}

.product-icons img{
    width: 35px;
}

.product-icons2 img{
    width: 55px;
}

.sale-container {
    text-align: center;
}

.price {
    font-size: 24px;
}

.before-price {
    text-decoration: line-through;
    color: #646d74;
    margin-right: 5px;
    font-size: 28px;
}

.after-price {
    font-weight: bold;
    color: #c40000;
}

.sale-button {
    background-color: #e9d006;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: background-color .25s ease, color .25s ease, transform .2s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.sale-button:hover {
    background-color: #d32f2f;
}

.product-icons{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    font-size: 19px;
}

.product-icons2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    font-size: 19px;
}

.product-info-icons{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#customersReviews{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#customerReviewWrap{
    width: 1178px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 70px;
    grid-row-gap: 100px;
    justify-content: center;
}

.imgReview img{
    width: 50px;
    border-radius: 50%;
}

.infoReview{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.reviewerStars{
    display: flex;
    column-gap: 5px;
}

.reviewerStars img{
    width: 20px;
}

.reviewerStarsTime{
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.reviewerTime{
    color: #11111180;
    font-size: 12px;
}

.reviewerName{
    font-size: 14px;
    font-weight: 700;
}

.reviewerBadge img{
    width: 14px;
}

.reviewerNameBadge{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.reviewText{
    margin: 20px 0;
    opacity: 0.8;
    font-size: 20px;
}

.reviewGoogle img{
    width: 100px;
}

.main-review{
    width: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}

.aboutUs{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.aboutWrapper{
    width: 1178px;
    padding: 30px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.aboutWrapper div hr{
    margin: 20px 0px;
}

.languagesSection{
    display: flex;
    column-gap: 20px;
}

.languagesSection img{
    width: 50px;
}

.cpdContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.footerVisa {
    text-align: left;
}

.footerVisa img {
    height: 30px;
    width: auto;
    transition: transform 0.2s ease;
}

.footerVisa img:first-child {
    margin-right: 5px; /* Adaugă un spațiu mic între logo-uri */
}

.footerVisa img:hover {
    transform: scale(1.05);
    cursor: pointer;
}


.cpdInner{
    width: 1178px;
    background: #ebf5db;
    border-radius: 10px;
}

.cpdItemTitle{
    font-weight: 600;
    font-size: 20px;
}

.cpdItemContent{
    font-size: 18px;
}

.paddingCpd{
    padding: 20px;
}

.cpdItems{
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}

.cpdItem{
    display: flex;
    column-gap: 10px;
}

.cpdImg{
    display: flex;
    background: #c2e090;
    width: 60px;
    height: 60px;
    border: 4px solid white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.cpdLeft{
    width: 45%;
}

.cpdRight{
    width: 50%;
}

.cpdRight img{
    width: 100%;
}

.cpdContent{
    width: 85%;
}

.cpdImg img{
    width: 40px;
    height: 40px;
}

.cpdFlex{
    margin-top: 30px;
    display: flex;
}

.trustContainer{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 100px;
}

.innerTrust{
    width: 1178px;
    display: flex;
    column-gap: 80px;
}

.trustLeft{
    width: 50%;
}

.trustLeft img{
    width: 100%
}

.trustRight{
    width: 42%;
}

.trustTitle{
    font-size: 45px;
    font-weight: 600;
}

.trustContent{
    font-size: 22px;
    margin-top: 20px;
}

.spaceTop{
    margin-top: 200px;
}

/* Responsive media queries */

@media only screen and (max-width: 1200px) {
    .product-info{
        width: 100%;
    }
    #customerReviewsMob{
        display: flex;
    }
    .benefitsWrapper{
        flex-direction: column;
        row-gap: 50px;
    }
    #customerReviewWrap{
        width: 300px;
        grid-template-columns: auto;
        grid-column-gap: 0px;
        row-gap: 20px;
        justify-content: center;
    }
    .courseWrapper{
        width: 300px;
    }
    .mainBannerContent{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .counterNumbers{
        font-size: 30px;
    }
    #counterWrap{
        flex-direction: column;
        row-gap: 20px;
    }
    #statsCounter{
        height: 300px;
    }
    .mainBannerRight{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mainBannerTitle{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
}
    .mainBannerDescription{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #customerReviewWrap{
        width: 300px;
        grid-template-columns: auto;
        justify-content: center;
    }
    .courseWrapper{
        width: 300px;
    }
    .titleText{
        font-size: 34px;
    }
    .benefitTitle{
        font-size: 22px;
        font-weight: 600;
    }
    .benefitDescription{
        font-size: 18px;
        text-align: center;
    }
    .benefit{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
    }
    .benefitLeft{
        justify-content: center;
        align-items: center;
        row-gap: 20px;

    }
    .benefitRight{
        justify-content: center;
        align-items: center;

    }
    .productWrapper{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .product-img img{
        height: 300px;
        border-radius: 7px;
        width: 100%;
    }
    .product-img{
        height: 300px;
        width: 100%;
    }
    .aboutWrapper{
        width: 300px;
        justify-content: center;
    }
    .benefitTop img{
        width: 300px;
    }
    .benefitBottom img{
        width: 330px;
    }
    .mainBannerContent{
        width: 300px;
        row-gap: 10px;
    }
    .mainBannerRight{
        width: 300px;
    }
    .mainBannerTitle{
        width: 300px;
    }
    .mainBannerDescription{
        width: 300px;
    }
    .benefitLeftRight{
        width: 307px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .webman p{
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        row-gap: 5px;
        font-size: 16px;
    }
    .webman{
        height: 260px;
    }
    #overImgDash{
        right: 84px;
        width: 187px;
        height: 56px;
    }
    .languagesSection{
        column-gap: 12px;
    }
    .innerBulk{
        width: 95%;
        flex-direction: column;
        row-gap: 40px;
    }
    .bulkRightSide{
        width: 100%;
    }
    .bulkLeftSide{
        width: 100%;
    }
    .cpdInner{
        width: 95%;
    }
    .cpdFlex{
        flex-direction: column-reverse;
        row-gap: 30px;
        align-items: center;
    }
    .cpdLeft{
        width: 100%;
    }
    .cpdRight{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .titleText{
        text-align: center;
    }
    .bulkTitle{
        text-align: center;
    }
    .bulkContainer{
        margin-top: 50px;
    }
    .cpdContainer{
        margin-top: 50px;
    }
    .cpdRight img {
        width: 100%;
    }
    .cpdTitle{
        text-align: center;
    }
    .trustContainer{
        margin-top: 50px;
    }
    .innerTrust{
        width: 85%;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .trustLeft{
        width: 100%;
    }
    .trustRight{
        width: 100%;
    }
    .trustTitle{
        text-align: center;
    }
    .languageText{
        padding: 0px 5px;
    }
    .main-review{
        width: 300px;
    }
    .sizeTextMobile{
        font-size: 34px;
    }
    #googleIconMobile{
        display: flex;
    }
    #mainBanner{
        height: 800px;
    }
    .language-picker{
        top: 140px;
    }
    .spaceTop{
        margin-top: 90px;
    }
    .productSection{
        width: 100%;
        justify-content: center;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   GLOBAL OVERFLOW FIX - Prevent horizontal scroll on all devices
   Uses overflow:clip so position:sticky works on descendants (e.g. #frontNav)
   ═══════════════════════════════════════════════════════════════════════════ */
html, body {
    overflow-x: hidden; /* fallback for very old browsers */
    overflow-x: clip;   /* modern browsers: no scroll container, keeps sticky working */
    max-width: 100vw;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MEDIUM SCREEN RESPONSIVE FIXES (Tablets, Small Laptops)
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
    .howItWorksPremiumSection,
    .trustPremiumSection,
    .certPremiumSection,
    .faqPremiumSection,
    .studyAnywhereSection,
    .teamsTrainingSection,
    .whyChoosePremiumSection,
    .reviewsPremiumSection {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    
    .howItWorksInner,
    .trustPremiumInner,
    .certPremiumInner,
    .studyAnywhereInner,
    .teamsTrainingInner,
    .faqPremiumInner {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    
    .howItWorksPremiumSection img,
    .trustPremiumSection img,
    .certPremiumSection img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE FIXES - Premium UI/UX 2025
   ═══════════════════════════════════════════════════════════════════════════ */

/* Mobile: 480px and below */
@media (max-width: 480px) {
    /* Stats Counter - fix height and display */
    #statsCounter {
        height: auto !important;
        min-height: 200px !important;
        padding: 30px 15px !important;
    }
    
    #counterWrap {
        flex-direction: column !important;
        row-gap: 25px !important;
        padding: 0 10px !important;
    }
    
    .counterContent {
        text-align: center !important;
    }
    
    /* Products Grid - center on mobile */
    .landingProductsGrid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 15px !important;
    }
    
    .landingProductCard {
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
    }
    
    /* How It Works Section - fix text overflow */
    .howItWorksPremiumSection {
        padding: 50px 15px !important;
    }
    
    .howItWorksInner {
        padding: 0 !important;
    }
    
    .howItWorksContent {
        padding: 0 5px !important;
    }
    
    .howItWorksTitle {
        font-size: 24px !important;
        padding: 0 10px !important;
    }
    
    .howItWorksDescription {
        padding: 0 5px !important;
        font-size: 14px !important;
    }
    
    .howItWorksFlow {
        padding: 0 !important;
    }
    
    .howItWorksStep {
        padding: 16px 12px !important;
    }
    
    /* Trust Section - fix text overflow */
    .trustPremiumSection {
        padding: 50px 15px !important;
    }
    
    .trustPremiumInner {
        padding: 0 !important;
    }
    
    .trustMainTitle {
        font-size: 30px !important;
        line-height: 1.2 !important;
        padding: 0 10px !important;
    }
    
    .trustTextContent p {
        padding: 0 5px !important;
        font-size: 17px !important;
        line-height: 1.7 !important;
    }
    
    /* Certificate Section - fix text overflow */
    .certPremiumSection {
        padding: 50px 15px !important;
    }
    
    .certPremiumInner {
        padding: 0 !important;
    }
    
    .certMainTitle {
        font-size: 24px !important;
        padding: 0 10px !important;
    }
    
    .certLeadText {
        padding: 0 5px !important;
        font-size: 14px !important;
    }
    
    .certBenefitsList {
        padding: 0 5px !important;
    }
    
    /* FAQ Section - fix padding */
    .faqPremiumSection {
        padding: 50px 15px !important;
    }
    
    .faqPremiumInner {
        padding: 0 !important;
    }
    
    .faqItem {
        padding: 16px 14px !important;
    }
    
    /* Study Section - fix padding */
    .studyAnywhereSection {
        padding: 50px 15px !important;
    }
    
    .studyAnywhereInner {
        padding: 0 !important;
    }
    
    .studyMainTitle {
        font-size: 22px !important;
    }
    
    .studyDescription {
        font-size: 14px !important;
        padding: 0 5px !important;
    }
    
    /* Teams Section - fix padding */
    .teamsTrainingSection {
        padding: 50px 15px !important;
    }
    
    .teamsTrainingInner {
        padding: 0 !important;
    }
    
    .teamsMainTitle {
        font-size: 22px !important;
    }
    
    .teamsDescription {
        font-size: 14px !important;
        padding: 0 5px !important;
    }
    
    /* Products Showcase Section */
    .productsShowcaseSection {
        padding: 40px 15px !important;
    }
    
    .productsShowcaseInner {
        padding: 0 !important;
    }
    
    .productsShowcaseTitle {
        font-size: 27px !important;
        letter-spacing: -0.8px !important;
        padding: 0 10px !important;
    }
    
    .productsShowcaseSubtitle {
        font-size: 15.5px !important;
        padding: 0 10px !important;
    }
    
    .productsShowcaseKicker {
        font-size: 10px !important;
        letter-spacing: 1.2px !important;
        white-space: nowrap !important;
    }
    
    /* Reviews Section */
    .reviewsPremiumSection {
        padding: 50px 15px !important;
    }
    
    /* Why Choose Us Section */
    .whyChoosePremiumSection {
        padding: 50px 15px !important;
    }
    
    .whyChooseInner {
        padding: 0 !important;
    }
}

/* Tablet: 768px and below */
@media (max-width: 768px) {
    #statsCounter {
        height: auto !important;
        min-height: 180px !important;
        padding: 25px 20px !important;
    }
    
    #counterWrap {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 20px !important;
    }
    
    .counterContent {
        flex: 0 0 auto !important;
        min-width: 100px !important;
    }
}
/* Responsive safety layer (additive, small screens only, desktop unchanged) */
@media (max-width: 520px){ .bulkTitle { font-size: clamp(28px, 9.38vw, 45px); } }
@media (max-width: 520px){ .product-price-btn div { font-size: clamp(27px, 9.17vw, 44px); } }
@media (max-width: 520px){ .trustTitle { font-size: clamp(28px, 9.38vw, 45px); } }


/* ============================================================
   SINGLE LINE GUARANTEE
   Badges and CTA buttons always stay on one line.
   Full labels on wide screens, short labels on narrow screens.
   ============================================================ */
@media (min-width: 381px) {
    .howItWorksFloatingBadge.howItWorksFloatingBadge,
    .certFloatingBadge.certFloatingBadge,
    .studyFloatingBadge.studyFloatingBadge,
    .teamsFloatingBadge.teamsFloatingBadge {
        white-space: nowrap !important;
    }
}

@media (max-width: 1280px) {
    .howItWorksFloatingBadge .hiwBadgeTextFull,
    .teamsFloatingBadge .teamsBadgeTextFull,
    .certFloatingBadge .certBadgeTextFull,
    .howItWorksFloatingBadge .hiwBadgePrefix {
        display: none !important;
    }
    .howItWorksFloatingBadge .hiwBadgeTextShort,
    .teamsFloatingBadge .teamsBadgeTextShort,
    .certFloatingBadge .certBadgeTextShort {
        display: inline !important;
    }
}

/* Hero CTA: one line always, short label on phones and small tablets */
.videoButton.videoButton {
    white-space: nowrap !important;
}
.videoButton .ctaTextShort.ctaTextShort {
    display: none !important;
}
@media (max-width: 768px) {
    .videoButton .ctaTextFull.ctaTextFull {
        display: none !important;
    }
    .videoButton .ctaTextShort.ctaTextShort {
        display: inline !important;
    }
}

/* Section CTA buttons: one line, fluid size on phones */
.certCTAButton.certCTAButton,
.studyCTAButton.studyCTAButton,
.teamsCTAButton.teamsCTAButton,
.faqMoreButton.faqMoreButton {
    white-space: nowrap !important;
}
@media (max-width: 600px) {
    .certCTAButton.certCTAButton,
    .studyCTAButton.studyCTAButton,
    .teamsCTAButton.teamsCTAButton,
    .faqMoreButton.faqMoreButton {
        font-size: clamp(14px, 4.4vw, 17px) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
