#partnerimprivata {
    background-color: #ffffff;
}

.nav-holder .first-block {
    position: relative;
    /* background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), url(./img/hero-scality.png); */
    background-image: url(./img/hero.jpg);
    background-size: cover;
    background-position: right;
    color: white;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#main > section.pub-ban.top.no-pub, #main > section:nth-child(7) {
    display: none;
}

.content-holder {
    width: 55%;
    text-align: left;
    position: relative;
    z-index: 99;
    font-family: "Arial", sans-serif;
    max-width: 1000px;
}
.breadcrumb-custom {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
}

.breadcrumb-custom a {
    color: #000000;
}
.imagediv {
    width: 100%;
    margin-bottom: 20px;
}

.imagediv img {
    width: 220px;
}

.header-title {
    font-size: 51px;
}

.breadcrumb-custom a:hover {
    text-transform: uppercase;
}

.leftside {
    width: 300px;
    position: absolute;
    z-index: 5;
    left: 0px;
}
.rightside {
    width: 260px;
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 680px;
}

.secend-block {
    width: 100%;
    background: #ffffff;
}

.scontent-holder {
    width: 55%;
    margin: 0px auto;
    padding: 40px 0 60px;
    font-family: "Arial", sans-serif;
    position: relative;
    z-index: 9;
    max-width: 1000px;
}

.block1 h2 {
    color: #000000;
    margin-bottom: 20px;
}

.block1 p {
    margin: 0;
    font-size: 22px;
    color: #000000;
}

.block1 .btn-b1 {
    padding-top: 40px;
}

.block1 .btn-b1 a {
    border-radius: 10px;
    background-color: #036cba;
    color: #ffffff;
    font-size: 26px;
    padding: 20px 40px;
}
.block2 {
    margin-top: 50px;
}
.block2 .video-sec {
    width: 90%;
    max-width: 630px;
}

@media screen and (max-width: 1024px) {
    
    .leftside, 
    .rightside {
        display: none !important;
    }

    .content-holder, 
    .scontent-holder {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .header-title {
        font-size: 32px;
    }

    .nav-holder .first-block {
        height: auto;
        padding: 40px 20px;
    }

    .block1 p {
        font-size: 18px;
    }

    .block1 .btn-b1 a {
        font-size: 20px;
        padding: 15px 30px;
        display: inline-block;
    }
    
    .block2 .video-sec {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .header-title {
        font-size: 28px;
    }
    
    .imagediv img {
        width: 180px;
    }
}

.stats-container {
    font-family: Arial, sans-serif;
    background-color: #ffffff; 
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 9;
}

.stat-card {
    background-color: #e8e8e8; 
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.stat-number {
    color: #cc2036;
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1;
}

.stat-text {
    color: #000000;
    font-size: 22px;
    line-height: 1.4;
}

.imp-wrapper {
    font-family: Arial, sans-serif;
    background-color: white;
    max-width: 1200px;
    margin: 10px auto 40px auto;
    padding: 20px;
    text-align: center;
}

.imp-main-title {
    font-size: 26px;
    color: #000;
    margin-bottom: 40px;
    font-weight: bold;
}

.imp-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.imp-card {
    flex: 1;
    min-width: 300px;
    border: 2px solid #00a0df;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.imp-card-header {
    background-color: #00a0df;
    color: white;
    padding: 15px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.imp-card-body {
    /* padding: 30px 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.imp-image-placeholder {
    /* height: 200px; */
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imp-image-placeholder img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.imp-description {
    font-size: 21px;
    color: #0d1d46;
    line-height: 1.4;
    margin-bottom: 30px;
    min-height: 80px;
    padding: 0px 20px;
}

.imp-button {
    display: inline-block;
    background-color: #00a0df;
    color: white;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-top: auto;
    margin-bottom: 25px;
}

.imp-button:hover {
    background-color: #0082b5;
}

@media (max-width: 768px) {
    .imp-container {
        width: 95%;
    }
    .imp-card {
        flex: 0 0 100%;
    }
    .nav-holder .first-block {
        background-position: left;
    }
    .block1 p {
        font-size: 16px;
    }
    .block1 .btn-b1 a {
        font-size: 16px;
        padding: 10px 30px;
    }
    .imp-main-title {
        font-size: 22px;
    }
    .imp-description  {
        font-size: 18px;
    }
    .bimp-wrapper {
        width: 90% !important;
    }
    .bimp-description {
        font-size: 16px !important;
    }
    .bimp-btn {
        font-size: 18px;
    }
    .wb-grid {
        width: 100% !important;
    }
    .event-heading {
        font-size: 23px;
    }
    .event-content h3 {
        font-size: 23px;
    }

    .award-title {
        font-size: 24px;
    }

}


.bimp-container {
    background-color: #dfdddd;
    color: #000000;
    width: 100%;
}

.bimp-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    /* background-color: #dfdddd; */
    width: 70%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 20px;
    color: #000000;
}

.bimp-image-box {
    flex: 1;
    place-items: center;
}

.bimp-img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 500px;
}

.bimp-content-box {
    flex: 1;
}

.bimp-title {
    font-size: 31px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: bold;
}

.bimp-description {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.bimp-btn {
    display: inline-block;
    background-color: #0072bc;
    color: #ffffff;
    padding: 8px 50px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 5px;
    font-size: 22px;
    transition: background 0.3s ease;
}

.bimp-btn:hover {
    background-color: #005a96;
}

@media (max-width: 992px) {
    
    .bimp-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .bimp-title {
        font-size: 22px;
    }
}


.lb-container {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  padding: 40px 20px 70px 20px;
  box-sizing: border-box;
}

.lb-header {
  text-align: center;
  color: #1a365d;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.lb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.lb-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lb-card-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #f4f4f4;
}

.lb-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.lb-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.lb-button {
  display: inline-block;
  align-self: flex-start;
  padding: 10px 24px;
  background-color: transparent;
  color: #0056b3;
  border: 2px solid #0056b3;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.lb-button:hover {
  background-color: #0056b3;
  color: #ffffff;
}
@media (max-width: 992px) {
  .lb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lb-container {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .lb-grid {
    grid-template-columns: 1fr;
  }
  .lb-container {
    width: 95%;
  }
}


.wb-container {
    background-color: #2c3e57;
    /* width: 70%; */
    /* max-width: 1000px; */
    margin: 0px auto;
    padding: 60px 40px 80px 40px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    /* border-radius: 8px; */
}

.wb-header {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 35px;
}

.wb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
/* background-color: #2c3e57; */
    width: 70%;
    max-width: 1000px;
    margin: 0px auto;
    /* padding: 40px 20px 70px 20px; */
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    border-radius: 8px;
}

.wb-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wb-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9; 
  background-color: #f4f4f4;
}

.wb-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wb-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.wb-title {
  color: #0b1c3c;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 25px 0;
  flex-grow: 1;
}

.wb-button {
  background-color: #009ceb;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  align-self: flex-start;
  transition: background-color 0.2s ease;
}

.wb-button:hover {
  background-color: #0084c7;
}

@media (max-width: 850px) {
  .wb-container {
    width: 100%;
    padding: 30px 20px;
  }
  
  .wb-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}


.event-container {
    width: 100%;
    background: #ffffff;
}

.event-wrapper {
    width: 70%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 70px 20px 70px 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    border-radius: 8px;
}

.event-heading {
    text-align: center;
    color: #2c3e57;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 35px;
}

.event-content h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.event-content p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}
.event-content a {
    color: #009ceb;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

.event-content a:hover {
    color: #0084c7;
}

.award-block {
    background-color: #dfdddd;

    margin: 0 auto;
    padding: 50px 0;
    font-family: Arial, sans-serif;
}

.award-inner {
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
}

.award-badge-side {
    flex: 1;
    display: flex;
    justify-content: center;
}

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

.award-text-side {
    flex: 2;
}

.award-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.award-subtitle {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.award-description {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 25px;
}

.award-button {
    display: inline-block;
    background-color: #006eb5;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 30px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    transition: background 0.2s ease;
}

.award-button:hover {
    background-color: #005a94;
}

@media (max-width: 768px) {
    .award-inner {
        width: 90%;
        flex-direction: column;
        text-align: center;
    }
    
    .award-image {
        max-width: 200px;
    }
}


.impft-block {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.impft-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.impft-logo {
    height: 50px;
    width: auto;
}

.impft-button {
    display: inline-block;
    background-color: #d5212e;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 45px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 22px;
    transition: opacity 0.2s;
}

.impft-button:hover {
    opacity: 0.9;
}

.impft-socials-card {
    background-color: #e6e6e6;
    padding: 20px 40px;
    border-radius: 30px;
    min-width: 300px;
}

.impft-socials-label {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.impft-icons-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.impft-icon-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: transform 0.2s;
}

.impft-icon-link:hover {
    transform: scale(1.1);
}

.impft-icon-link svg {
    fill: #000000;
}

@media (max-width: 480px) {
    .impft-socials-card {
        width: 100%;
        min-width: unset;
        padding: 20px;
    }
}