/* Company Strengths Section */
.company-strengths {
    padding: 20px 0 80px;
    background-color: #ffffff;
}

/* Section Header */
.strengths-header {
    margin-bottom: 91px;
}

.strengths-label {
font-family: "Poltawski Nowy";
font-size: 21px;
font-style: italic;
font-weight: 400;
line-height: 28px; /* 133.333% */
background:linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    margin-bottom: 0;
  
}

.strengths-title {
    color: #000;
font-family: "Poltawski Nowy";
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 96.667% */
margin-bottom: 0;
}
.strengths-subtitle {
    color: #000;
font-family: "Poltawski Nowy";
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 52px;
    margin-bottom: 0;
}

.strengths-intro {
    max-width: 900px;
    margin-top: 44px;
    display: flex;
    justify-content: flex-end;
}

.strengths-intro p {
    color: #4A4A4A;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    width: 77%;
}

.company-strengths .modal-body {
        height: 600px;
    max-width: 1700px !important;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    top: -160px;
    
}
.company-strengths .modal-dialog {
    max-width: 1547px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 60px;
}
.company-strengths .modal-content.bg-dark {
background-image: url("../img/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */
      border-radius: 31px;
}
.kanzo-network-info h2 {
    font-family: 'Playfair';
    font-weight: 500 !important;
    font-size: 51px;
    line-height: 58px;
}
.kanzo-network-info p {
    color: #ffffff !important;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 29px;
}
.network-legend div {
    padding-bottom: 18px;
}
/* Strength Cards */
.strength-card {
    border-radius: 13px;
border: 1px solid #F0F0F0;
background: #FFF;
   
    padding: 40px 32px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Make first and fourth strength cards have a light gray background (1st and 4th columns)
   Targeting the column positions inside the main .company-strengths row so this
   only affects those two cards. Keeps border-radius consistent. */
.company-strengths .container.custom-container > .row > .col-lg-6:nth-child(2) .strength-card,
.company-strengths .container.custom-container > .row > .col-lg-6:nth-child(5) .strength-card {
    background: #F8F8F8;
    border-radius: 13px;
    border: 1px solid #f8f8f8;
}
/* .strength-card:hover {
     border-radius: 13px;
background: #F8F8F8;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */

.card-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.strength-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #E7C562;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strength-icon svg {
    width: 32px;
    height: 32px;
}

.strength-text {
    flex: 1;
}

.strength-heading {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 129.167% */
    margin-bottom: 16px;
}

.strength-description {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .company-strengths {
        padding: 60px 0;
    }
    .kanzo-network-info h2 {
    font-size: 42px;
    }
/* .homepageNetwork {
    padding-right: 0;
} */
 .homepageNetwork .kanzo-network-info {
    padding-top: 20px;
}
 .modal.fade.homepageNetwork .locations-list {
    padding-top: 0;
    max-height: 380px;
}
 .company-strengths .modal-dialog { 
    padding: 20px 10px;
 }
.company-strengths .modal-dialog .modal-body {
    padding: 10px 15px 35px !important;
}

.homepageNetwork .modal-body {
    height: unset;
}
    .strengths-header {
        margin-bottom: 40px;
    }

    .strengths-intro {
        justify-content: flex-start;
        margin-top: 0;
    }

    .strengths-intro p {
        width: 100%;
        padding-bottom: 40px;
    }

    .strengths-title {
        font-size: 44px;
    }

    .strengths-subtitle {
        font-size: 32px;
    }

    .strength-card {
        padding: 32px 24px;
        margin-bottom: 20px;
    }

}

@media (max-width: 767px) {
    .company-strengths {
        padding: 20px 0 50px 0;
    }
    .kanzo-network-info h2 {
        font-size: 39px;
    }
    .card-content {
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width: 580px) {
    .strengths-header {
        margin-bottom: 0;
    }
    .strengths-title {
        font-size: 30px;
        line-height: 42px;
    }

    .strengths-subtitle {
        font-size: 21px;
        line-height: 34px;
    }

    .strengths-intro p {
        width: 100%;
        line-height: 33px;
        padding-bottom: 35px;
    }

    .strengths-intro {
        margin-top: 20px;
    }

    .strength-heading {
        font-size: 21px;
        line-height: 31px;
    }

    .strength-card {
        padding: 24px 20px;
    }

    .strength-icon {
        width: 50px;
        height: 50px;
    }

    .strength-icon svg {
        width: 28px;
        height: 28px;
    }
}
