.partnercom p, .shifttext p {
    margin: 0px !important;
}

.pub-ban {
    display: none !important;
}
.articlecommvault {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: #111111;
    background: #111111; */
    height: auto;
}
#main > section.pub-ban.top.no-pub {
    display: none;
}

#main > section:nth-child(4) {
    display: none;
}
.contentCommvault {
    /* width: 90%; */
    /* max-width: 1200px; */
    margin: 0px auto;
    padding: 0px 0 0px 0;
}

.contentfff {
    background: #fff;
}

.item1 {
    width: 100%;
    height: auto;
    background-image: url(https://itni.ead01.com//landingpage/img/iStock-1474753892.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(238, 238, 238, 0.4);

}

.title1 {
    text-align: center;
    padding-top: 30px;
}

.title1 a {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.items2 {
    display: flex;
    flex-direction: row;
    height: 300px;
}

.shiftimg {
    width: 100%;
    text-align: center;
    align-self: center;
}
.shiftimg img {
    width: 80%;
    max-width: 390px;
}

.shifttext {
    width: 100%;
    align-content: center;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    margin-right: 40px;
}


.items3 {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.partnercom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 60px;
}

.partnercom img {
    width: 200px;
}


@media (max-width: 768px) {
    .items2 {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }
    .shifttext {
        width: 80%;
        margin: 0 auto;
        font-size: 19px;
        padding: 10px 0;
    }
    .items3 {
        width: 80%;
        margin: 48px auto 0px;

    }
    .partnercom img {
        width: 150px;
    }
}

.space {
    width: 100%;
    height: 50px;
    background: #fff;
}

.item2 {
    width: 100%;
    background: #fff;
}


.items4img img {
    width: 60%;
    max-width: 300px;
}

.items4 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.items4img {
    width: 40%;
    text-align: center;
    align-self: center;
    position: relative;
    left: 60px;
}

.items4text {
    width: 60%;
    /* align-self: center; */
    justify-items: left;
}

.items4text p {
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.devider {
    width: 90%;
    height: 2px;
    background: #128228;
}

.item3 {
    width: 100%;
    background: #fff;
    justify-items: center;
}


@media (max-width: 768px) {
    .items4 {
        flex-direction: column;
        align-items: center;
    }

    .items4img img {
        width: 70%;
        max-width: 280px;
    }

    .items4text p {
        font-size: 16px;
        line-height: 1.4;
    }
    .heading h1 {
        font-size: 24px !important;
    }
    .items4img {
        width: 100%;
    }
    .items4text {
        width: 100%;
        align-self: center;
        justify-items: center;
        padding-top: 25PX;
    }
}

@media (max-width: 480px) {
    .items4 {
        flex-direction: column;
        align-items: center;
    }

    .items4img img {
        width: 90%;
        max-width: 200px;
    }

    .items4text p {
        font-size: 14px;
        width: 80%;
        line-height: 1.5;
    }
}

.heading {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}

.heading h1 {
    font-size: 26px;
}


.articles-section5 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.articles-title5 {
    color: #45b5b2;
    font-size: 24px;
    text-align: left;
    margin-left: 120px;
    margin-bottom: 20px;
}

.articles-container5 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.article5 {
    width: calc(41.33% - 20px);
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border: solid 1px #214073; */
}

.article-image5 img {
    width: 100%;
    /* height: 224px; */
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.article-content5 {
    padding: 20px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
    margin-bottom: 30px;
}

.article-title5 {
    font-weight: bold;
    color: #214073;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content5 p {
    line-height: 1.6;
    margin: 10px 0 !important;
    font-size: 15px;
    font-family: "Montserrat", serif;
}

.read-article-btn5 {
    display: block;
    width: 70%;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}

.article-content5 a {
    text-decoration: none;
    justify-items: center;
}

@media (max-width: 960px) {
    .articles-container5 {
        width: 100%;
    }
    .article5 {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .items4img {
        position: relative;
        left: 0px !important;
    }
}

@media (max-width: 600px) {
    .article5 {
        width: 100%;
    }
}



.contentgtc1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    background: #1b4182;
    background-image: url(./img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logocontainergtc {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.imagegtc {
    width: 45%;
}
/* .itemsgtc {
    width: 55%;
} */
.gtclogo img {
    width: 350px;
}

#partnerlogos img {
    width: 120px;
}

.itemsgtc {
    width: 53%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-self: center;
    padding: 45px 30px;
}
.textprgtc p {
    color: #fff;
    line-height: 1.9;
    font-family: "Montserrat", serif;
    font-size: 20px;
}

.textgtc {
    text-align: center;
    width: 100%;
    justify-items: center;
    font-family: "Montserrat", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.textgtc p {
    width: 80%;
    color: #214073;
    font-size: 18px;
}

.layergtc {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-items: center;
    text-align: center;
    font-family: "Montserrat", serif;
    align-items: center;
    justify-content: center;
}

.layergtc1, .layergtc2, .layergtc3, .layergtc4 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 25%;
    align-items: center;
    justify-content: space-between;
}

.layergtc1 img {
    width: 145px;
}

.layergtc2 img {
    width: 145px;
}
.layergtc3 img {
    width: 145px;
}

.layergtc4 img {
    width: 160px;
}

.layergtc1 p, .layergtc2 p , .layergtc3 p, .layergtc4 p {
    font-size: 18px;
    font-weight: 700;
    color: #214073;
}

.containergtc {
    width: 100%;
    background: #DAE2EC;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", serif;
}

.contentgtc2 {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: space-between;
    width: 90%;
    align-items: center;
    align-self: center;
    padding-top: 50px;
}

.imagegtc2 {
    width: 35%;
}
.imagegtc2 img {
    width: 100%;
}
.paragraphgtc2 {
    width: 65%;
    padding: 40px 20px 50px 20px;
    text-align: center;
}

.paragraphgtc2 p {
    font-family: "Montserrat", serif;
    line-height: 1.8;
    color: #214073;
}

.classgtcbtn {
    width: 100%;
    justify-items: center;
    padding-bottom: 50px;
    font-family: "Montserrat", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.buttongtp {
    padding: 10px 55px;
    border: none;
    border-radius: 10px;
    background-color: #214073;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.2s ease;

}
.buttongtp:hover {
    background-color: #2a5b9a;
    transform: scale(1.05);
}

.CTAgtc a {
    text-decoration: none;
}

.buttongtp2 {
    padding: 10px 45px;
    border: none;
    border-radius: 10px;
    background-color: #214073;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.2s ease;

}
.buttongtp2:hover {
    background-color: #2a5b9a;
    transform: scale(1.05);
}

.spaceer25px {
    height: 25px;
    width: 100%;
    background: transparent;
}


.lastbannergtc {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url(./img/lastbanner.jpg);
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
}

.gtctext5 {
    color: #214073;
    font-size: 14px !important;
}

.article-title7 {
    color: #214073;
    font-size: 18px;
    font-weight: 700;
}

.contentgtclast {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 120px 80px;
    font-family: "Montserrat", serif;

}

.contentgtclast .buttonctg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contentgtclast .datectg {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.vid {
    width: 60%;
}

.bannertextp {
    color: #fff;
    line-height: 1.9;
    font-size: 18px;
}
.bannertext {
    padding: 00px 0 110px 0;
}

.btnlast {
    padding: 15px 11px;
    background: #fff;
    width: 78%;
    border-radius: 10px;
    color: #00374B;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-weight: 700;
    text-align: center;
}

.btnlast:hover {
    background-color: #fff;
    transform: scale(1.05);
}

.buttonctg {
    text-decoration: none;
}

#main > div > div > div > div.lastbannergtc > div.contentgtclast > div.buttonctg > a {
    text-decoration: none;
    width: 40%;
}


@media (max-width: 768px) {
    .contentgtc1 {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .contentgtclast .buttonctg {
        flex-direction: column;
        gap: 20px;
    }

    #main > div > div > div > div.lastbannergtc > div.contentgtclast > div.buttonctg > a {
        width: 100%;
    }
    .decovgtc p {
        font-size: 18px !important;
        margin: 0 10px;
    }
    .bannertext {
        padding: 0px 0 110px 0;
    }

    .logocontainergtc {
        flex-direction: row;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    .imagegtc {
        width: 80%;
    }

    .itemsgtc {
        width: 90%;
        padding: 20px;
        gap: 20px;
    }

    .gtclogo img {
        width: 300px;
    }

    #partnerlogos img {
        width: 130px;
    }
    .logocontainergtc {
        margin: 20px 0;
    }
    .textprgtc p {
        font-size: 15px;
    }

    .layergtc {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }

    .layergtc1, .layergtc2, .layergtc3, .layergtc4 {
        width: 40%;
        gap: 20px;
    }

    .layergtc1 img, .layergtc2 img, .layergtc3 img, .layergtc4 img {
        width: 100px;
    }

    .layergtc1 p, .layergtc2 p, .layergtc3 p, .layergtc4 p {
        font-size: 16px;
        text-align: center;
    }

    .textgtc p {
        font-size: 18px;
        width: 100%;
    }

    .contentgtc2 {
        flex-direction: column;
        /* gap: 15px; */
        width: 100%;
        padding-top: 30px;
    }

    .imagegtc2 {
        width: 80%;
        align-self: center;
        text-align: center;
    }

    .imagegtc2 img {
        width: 100%;
        max-width: 300px;
    }

    .paragraphgtc2 {
        width: 90%;
        padding: 20px;
        align-self: center;
    }

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

    .classgtcbtn {
        padding-bottom: 20px;
        text-align: center;
    }

    .buttongtp, .buttongtp2 {
        width: 90%;
        padding: 10px 20px;
        font-size: 14px;
    }

    .lastbannergtc {
        padding: 20px;
        background-position: center;
    }

    .contentgtclast {
        width: 100%;
        padding: 60px 20px;
    }

    .vid {
        width: 100%;
    }

    .btnlast {
        width: 90%;
        padding: 10px 20px;
    }

    .bannertextp {
        font-size: 14px;
        line-height: 1.6;
    }

    .article-title7 {
        font-size: 16px;
    }
    #hiddenmobile {
        display: none;
    }
    .decovgtc {
        width: 100% !important;
    }

}

@media (max-width: 1024px) {
    .contentgtc1 {
        gap: 15px;
    }

    .logocontainergtc {
        gap: 30px;
    }

    .imagegtc {
        width: 60%;
    }

    .itemsgtc {
        width: 70%;
        padding: 30px;
        gap: 30px;
    }

    .gtclogo img {
        width: 250px;
    }

    #partnerlogos img {
        width: 90px;
    }

    .layergtc {
        gap: 30px;
    }

    .layergtc1, .layergtc2, .layergtc3 {
        width: 30%;
        gap: 30px;
    }

    .layergtc1 img, .layergtc2 img, .layergtc3 img, .layergtc4 img {
        width: 130px;
    }

    .layergtc1 p, .layergtc2 p, .layergtc3 p, .layergtc4 p {
        font-size: 17px;
    }

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

    .contentgtc2 {
        gap: 20px;
        padding-top: 40px;
    }

    .imagegtc2 {
        width: 50%;
    }

    .imagegtc2 img {
        width: 100%;
        max-width: 350px;
    }

    .paragraphgtc2 {
        width: 60%;
        padding: 30px 20px;
    }

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

    .classgtcbtn {
        padding-bottom: 30px;
    }

    .buttongtp, .buttongtp2 {
        padding: 10px 30px;
        font-size: 16px;
    }

    .lastbannergtc {
        padding: 40px;
    }

    .contentgtclast {
        width: 80%;
        padding: 80px 40px;
    }

    .vid {
        width: 80%;
    }

    .btnlast {
        width: 80%;
        padding: 15px 30px;
    }

    .bannertextp {
        font-size: 16px;
        line-height: 1.7;
    }

    .article-title7 {
        font-size: 17px;
    }

}

@media (max-width: 480px) {
    .contentgtc1 {
        padding: 15px;
    }

    .imagegtc {
        width: 100%;
    }

    .itemsgtc {
        width: 100%;
        padding: 15px;
        gap: 15px;
    }

    .gtclogo img {
        width: 200px;
    }
    .gtclogo {
        text-align: center;
    }

    #partnerlogos img {
        width: 135px;
    }

    .layergtc1, .layergtc2, .layergtc3, .layergtc4 {
        width: 40%;
    }
    .containergtc {
        padding: 20px 0;
    }

    .layergtc1 img, .layergtc2 img, .layergtc3 img, .layergtc4 img {
        width: 80px;
    }

    .layergtc1 p, .layergtc2 p, .layergtc3 p, .layergtc4 p {
        font-size: 14px;
    }

    .textgtc p {
        font-size: 18px;
        width: 90%;
    }
    .contentgtc2 {
        padding-top: 20px;
    }

    .imagegtc2 {
        width: 100%;
        align-self: center;
        text-align: center;
    }

    .imagegtc2 img {
        width: 100%;
        max-width: 250px;
    }

    .paragraphgtc2 {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .paragraphgtc2 p {
        font-size: 12px;
    }

    .classgtcbtn {
        padding-bottom: 10px;
    }

    .buttongtp, .buttongtp2 {
        width: 100%;
        padding: 8px 15px;
        font-size: 12px;
    }

    .lastbannergtc {
        padding: 10px;
        background-position: center;
    }

    .contentgtclast {
        width: 100%;
        padding: 40px 10px;
    }

    .vid {
        width: 100%;
    }

    .btnlast {
        width: 100%;
        padding: 10px 20px;
    }

    .bannertextp {
        font-size: 12px;
        line-height: 1.5;
    }

    .article-title7 {
        font-size: 14px;
    }
    .decovgtc {
        width: 100%;
    }

}



.decoholdergtc {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.decovgtc p {
    font-family: "Montserrat", serif;
    font-size: 24px;
    color: #214073;
}

.decovgtc {
    width: 70%;
}

.video-thumbnail {
    cursor: pointer;
    width: 200px;

    border-radius: 5px;
    transition: transform 0.3s ease;
  }
  .video-thumbnail:hover {
    transform: scale(1.05);
  }

  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    width: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
  }

  .close-popup:hover {
    color: red;
  }

  .popup-content iframe {
    width: 100%;
    height: calc(100vw * 0.5625);
    max-height: 400px;
  }

  @media (max-width: 768px) {
    .popup-content {
      max-width: 100%;
      border-radius: 5px;
    }
  
    .close-popup {
      font-size: 24px;
      top: 5px;
      right: 5px;
    }
  }
  