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


/*****ciber-page***/
.sec-ciber{
     margin: 0;
     padding: 5rem 0;
    
}
.sec-ciber.nis1{
     background-color: #f8f9fa
}
section.sec-ciber{
    margin: 0;
   padding: 5rem 0;
}
.ciber-page .quote-web{
  font-weight: 400;
     color: #000;
    margin-bottom: 30px;
    
}
.ciber-page  .quote-style2::before{
    font-weight: 400;
}
.ciber-page .btn i{
 margin: 0 10px!important;
     color: #fff;
    font-size: 16px;
    
}
.btn-gorria{
     background-color: #ef106e;
    color: #fff;
     padding-right: 10px;
    padding: 10px;
}
.btn-gorria:hover{
     background-color: #000;
    color: #fff;
}
.ciber-page .btn-group {
  margin: 2rem 0 5rem 30px;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
     justify-content: flex-start;
}
.ciber-page .btn-group a {
  margin:20px 0;
}
.ciber-page .norgara-sec03-box{
     margin:0;
    align-items: flex-start;
    
}
.ciber-page .norgara-sec03-item{
     flex-direction: row;
    width: 45%;
     justify-content:flex-start;
     align-items: center
}

.ciber-page .norgara-sec03-item h4{
    font-size: 20px;
    position: relative;
    
}
.ciber-page .norgara-sec03-item h4::before{
    content: "";
  left: -30px;
  position: absolute;
  top: 10px;
  width: 12px;
    border-bottom: 4px solid #ef106e;
}
.ciber-page .quote-web span.destakatu{
    color:#ef106e
    
}
.text-parrafo{
     margin: 30px 0 50px 0;
}

    .section-raw-table {
        padding: 40px 20px;
        background-color: #ffffff;
         
    }

    .raw-table-container {
        max-width: 900px;
        margin: 30px auto;
        overflow-x: auto;
    }

    .raw-table {
        width: 100%;
        border-collapse: collapse; 
        border: 2px solid #000000; 
    }

    .raw-table th, 
    .raw-table td {
        border: 1px solid #000000; 
        padding: 12px 15px; 
        text-align: left;
        vertical-align: top;
        color: #000000;
        font-size: 15px;
    }

    .raw-table th {
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .raw-table .col-left,
    .raw-table .col-right {
        width: 50%;
    }
.ciber-page .azalpena{ 
    text-align: center; 
    font-size: 20px;
    color: #111;
     font-weight: 600;
    text-transform: uppercase
    
}
.blokeak{
     margin: 50px 0;
    
}
.services-section {
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;             
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background-color: #ffffff;
    border: 4px solid #eaeaea;
    padding: 30px;
    
    flex: 1 1 calc(33.333% - 16px);            
    
    display: flex;
    flex-direction: column;
}
.service-card4 .service-card {
    flex: 1 1 calc(50% - 18px);
     min-height: inherit
}
.service-card .sub-titulo{
    color: #d9383a;
     text-transform: uppercase;
    font-weight: 600;
     font-size: 14px;
}
.card-icon {
    font-size:20px;
    color: #d9383a; 
    margin-bottom: 20px;
}

.card-title {
    color: #111111;
    font-size:20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.icon-placeholder{
     font-size: 25px;
}

.card-description {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    
    flex-grow: 1; 
}

.card-footer-text {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: auto; 
}

@media (max-width: 992px) {
    .service-card {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .service-card {
        flex: 1 1 100%;
        padding: 20px;
    }
}
.process-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.process-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; 
}

.process-container::before {
    content: '';
    position: absolute;
    top: 45px; 
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: #ddd; 
    z-index: 1;
}

.process-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
    z-index: 2; 
}

.step-number-wrapper {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 20px; 
    margin-bottom: 25px;
}

.step-number {
    width: 90px;
    height: 90px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #b5b5b5; 
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02); 
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.step-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    max-width: 250px;
    margin: 0 auto; 
}

@media (max-width: 768px) {
    .process-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .process-container::before {
        display: none;
    }
    
    .process-step {
        margin-bottom: 20px;
    }
    
    .step-number-wrapper {
        margin-bottom: 15px;
    }
}
.azpimarra{
     font-weight: 600;
    color: #111;
     border-bottom: 1px solid #ef106e
}

.cert-section {
    background-color: #ffffff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cert-card {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    padding: 40px 20px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
     max-width: 400px;
}

.cert-icon i {
    font-size: 4.5rem;
    color: #e50000; 
    line-height: 1;
}

.cert-title {
    margin-top: 30px;
    margin-bottom: 25px;
}

.cert-title span {
    background-color: #e50000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 4px 12px;
    letter-spacing: 0.5px;
    display: inline-block; 
}

.cert-text-block {
    margin-top: 5px;
}

.cert-text-block p {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 500;
}

.cert-text-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .cert-shadow-layer {
        height: 380px;
    }
    .cert-title span {
        font-size: 1.4rem;
    }
    .cert-text-block p {
        font-size: 0.75rem;
    }
}

.cta-security-section {
    background-color: #d9383a; 
    background-size: 80px 80px; 
    
    padding: 80px 20px;
    text-align: center;
     margin-bottom: 50px;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 2.8rem); 
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}
.cta-description {
    color: rgba(255, 255, 255, 0.85); 
    font-size:18px;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 40px auto;
}

.cta-button-wrapper {
    display: flex;
    justify-content: center;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #d9383a; 
    text-decoration: none;
    padding: 16px 35px;
    font-size: 16;
    font-weight: 700;
    border-radius: 4px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.btn-arrow {
    margin-left: 12px;
    font-size: 1.3rem;
    line-height: 1;
    transform: translateY(-1px); 
    transition: transform 0.2s ease;
}

.cta-btn:hover {
    background-color: #f8f9fa;
    color: #b30000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover .btn-arrow {
    transform: translateX(4px) translateY(-1px); 
}

@media (max-width: 576px) {
    .cta-security-section {
        padding: 60px 15px;
        background-size: 50px 50px; 
    }
    
    .cta-btn {
        width: 100%; 
        justify-content: center;
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}
.eduki-osoa{
    
  scroll-margin-top: 80px;
     margin: 50px 0;
    
}
.eduki-osoa .card-title{
    font-size: 24px;
    margin-bottom: 30px;
    
}
.analysis-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.analysis-card {
    background-color: #f8f9fa; 
    padding: 35px 30px;
    
    flex: 1 1 calc(50% - 10px); 
    min-width: 300px; 
    
    display: flex;
    flex-direction: column;
}

.analysis-title {
    color: #d9383a; 
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.analysis-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .analysis-container {
        gap: 15px;
    }
    
    .analysis-card {
        flex: 1 1 100%; 
        padding: 25px 20px;
    }
    
    .analysis-title {
        font-size: 1.2rem;
    }
}


.protection-container {
    margin-left: 30px;
}

.protection-main-title {
    color: #d9383a;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 45px;
    letter-spacing: -0.5px;
}

.protection-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
     margin-left: 30px;
    background-color: #f8f9fa;
    padding: 20px;
}

.protection-item {
    display: flex;
    align-items: flex-start; 
}

.protection-icon {
    margin-right: 24px; 
    flex-shrink: 0;     
    padding-top: 4px;  
}

.protection-icon i {
    font-size: 18px;  
    color: #e50000;     
    line-height: 1;
}

.protection-content {
    flex: 1;
}
.protection-title {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.4;
}

.protection-text {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 576px) {
    .protection-main-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    
    .protection-item {
        gap: 0; 
    }
    
    .protection-icon {
        margin-right: 16px;
    }
    
    .protection-icon i {
        font-size: 1.4rem;
    }
    
    .protection-title {
        font-size: 1.1rem;
    }
    
    .protection-text {
        font-size: 0.95rem;
    }
}

.grid-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px;
    align-items: center;
}
.img-right .grid-layout {
  grid-template-columns: 1fr 1fr;
  align-items:flex-start;
}
.img-right .text-column{
     justify-content: flex-start;
    
}
.graphic-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shield-graphic-img {
    display: block;
    max-width: 100%;
    height: auto;
    
    margin-right: -20px; 
}

.text-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; 
    padding: 30px 0;
     margin-left: 20px;
}

.feature-block {
    margin-bottom: 25px;
}

.feature-block:last-child {
    margin-bottom: 0;
}

.feature-title {
    color: #d9383a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.feature-desc {
    color:#333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.footer-highlight-text {
    color: #d9383a;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin: 50px 0 0 20px;
    
    padding-left: 0px; 
}

@media (max-width: 992px) {
    .grid-layout {
       
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    
    .graphic-column {
        display: none !important;
    }
    
    .text-column {
        height: auto; 
        padding: 0;
    }
    
    .feature-title {
        font-size: 1.25rem;
    }
    
    .feature-desc {
        font-size: 1rem;
    }
    
    .footer-highlight-text {
        text-align: center;
        margin-top: 40px;
    }
}
.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.custom-security-table {
    width: 100%;
    border-collapse: collapse; 
    font-family: system-ui, -apple-system, sans-serif;
    text-align: left;
    min-width: 600px; 
}

.custom-security-table thead tr {
    background-color: #1e1e1e; 
}

.custom-security-table th {
    color: #ffffff;
    padding: 18px 24px;
    font-size: 16;
    font-weight: 600;
}

.custom-security-table td {
    padding: 18px 24px;
    font-size: 16;
    line-height: 1.4;
    vertical-align: middle;
}

.custom-security-table tbody tr:nth-child(odd) {
    background-color: #ddd; 
}

.custom-security-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.col-focus {
    font-weight: 700;
    color: #000000;
    width: 25%; 
}
.col-actions {
    color: #333333;
    width: 45%;
}

.col-result {
    font-weight: 700;
    color: #d9383a; 
    width: 30%;
}
/****ciber orria bukaera***/
/****IA orria ***/
.ia-page.ia-page .norgara-sec03-item{
     flex-direction:column;
    width: 30%;
     justify-content:space-between;
     align-items: center
}
.etiketa{
     background-color: #ef106e;
     text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
     display: flex;
     justify-content: flex-start;
    text-align: center;
     font-weight: 600;
    color: #fff;
     margin-bottom: 30px;
}
.card-etiketa{
    background-color: #ccc;
     text-transform: uppercase;
    text-align: center;
     font-weight: 600;
    color: #111;
     font-size: 10px;padding: 0 5px;
    
}
.ia-page .card-icon{
     display: flex; 
	justify-content: space-between;
     align-items: center;
}
.punt-text{
    font-size: 12px;
     margin-top:20px;
}
.ia-page .ia-sec1 .service-card, .ia-page .ia-sec2 .service-card{
    flex: 1 1 calc(45.333% - 16px);
    
}
.ia-page .ia-sec3 .service-card{
    flex: 1 1 calc(33.333% - 16px);
    
}
.ia-page .ia-sec3 .services-container{
    max-width: 800px;
     margin-bottom: 50px;
    
}
.ia-page .ia-sec3 .card-etiketa{
    padding: 5px;
     margin-bottom: 10px;
     background-color:#4988e3;color: #fff;
    
}
.ia-page .ia-sec3 .card-icon img{
    max-width: 100px;
    
}

.ia-page .ia-sec3 .card-icon img{
    max-width: 100px;
    
}
.azalpen-oharra{
     margin-top:30px;
    background-color:#111;
    padding: 20px;color:#fff;
    
}
.azalpen-oharra p.azal-title{
     font-size: 18px;
    font-weight: 600;
    color:#d9383a;
    
}
.ia-page .ia-sec5 .card-etiketa{
     background-color:#d9383a;
     color: #fff;
    font-size: 15px;
    
}
.ia-page .ia-sec6 .service-card{
    position: relative;
    border: 4px solid #999;
    
}
.card-zbk{
    position:absolute;
    right: 30px;
     top:30px;
    color: #999;
    font-size: 50px;
    font-weight: 600;
    
}