/* technology details header css */

.tech-details-3-header-wrapper-section {
    display: flex;
    align-items: center;
    padding: 120px 180px;
    gap: 80px;
}

.tech-details-3-header-wrapper-section .tech-header-left {
    max-width: 740px;
}

.tech-details-3-header-wrapper-section p,
.tech-tab-wrapper-section .tech-tabs-content p,
.tech-solution-and-service-section-wrapper p {
    color: #616567;
    line-height: 25.6px;
    text-align: left;
}

.tech-details-3-header-wrapper-section h1 {
    margin: 20px 0px;
    font-size: 54px;
    line-height: 71.82px;
    text-align: left;
}

.tech-details-3-header-wrapper-section img {
    width: 100%;
}

.tech-details-3-header-wrapper-section .tech-header-btn-group {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* technology tab section css */
.tech-tab-wrapper-section {
    background-color: #F6F6F6;

}

.tech-tab-wrapper-section > .tech-tabs-list {
    padding: 0px 280px;

}

.tech-tab-wrapper-section > .tech-tabs-list ul {
    display: flex;
    align-items: center;
    gap: 80px;
    margin: 0 auto;
    width: fit-content;
} 

.tech-tabs-list ul {
    display: flex;
    align-items: center;
    gap: 80px;
}

.tech-tabs-list ul.uk-tab::before {
    border: none;
}

.tech-tabs-list ul li {
    font-weight: 600;
    line-height: 21.28px;
    text-align: left;
    color: #393E41;
    padding: 32px 0px;
    position: relative;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.tech-tabs-list ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(98.99deg, #ED0579 0%, #F7941D 100%);
    opacity: 0;
    transition: .3s ease-in-out;
}


.tech-tabs-list ul li:hover,
.tech-tabs-list ul li.uk-active {
    background: linear-gradient(98.99deg, #ED0579 0%, #F7941D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tech-tabs-list ul li:hover::after,
.tech-tabs-list ul li.uk-active::after {
    opacity: 1;
}

.tech-tab-wrapper-section .tech-tabs-content {
    padding: 120px 180px;
}

.tech-tab-wrapper-section .tech-tabs-content h2,
.tech-solution-and-service-section-wrapper h2,
.second-highlights-section h2
 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    width: fit-content;
}

.tech-tabs-list {
    padding: 0px;
    margin-top: 40px;
}

.tech-tabs-list ul {
    gap: 40px;
    width: auto;
}

.tech-tabs-list ul li {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #858585;
    padding: 10px 0px;
}

.tech-tabs-content-inner {
    margin-top: 80px;
}

.tech-tabs-content-inner .tech-tabs-content-inner-flex {
    display: flex;
    align-items: flex-start;
}

.tech-tabs-content-inner .tech-tabs-content-inner-flex .tech-tabs-content-inner-left {
    padding-right: 80px;
    flex: 1 1 auto;
}

.tech-tabs-content-inner .tech-tabs-content-inner-flex .tech-tabs-content-inner-left .uk-accordion-title {
    color: #393E41;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.tech-tabs-content-inner .tech-tabs-content-inner-flex .tech-tabs-content-inner-left ul li {
    margin-top: 40px;
}

.tech-tabs-content-inner .tech-tabs-content-inner-flex .tech-tabs-content-inner-left ul li.uk-open .uk-accordion-title {
    color: #ED0579;
}

.tech-tabs-content-inner .tech-tabs-content-inner-flex .tech-tabs-content-inner-right {
    flex: 0 0 740px;
}

/* highlights section css */

.highlights-wrapper-section {
    padding: 120px 0px;
}

.highlights-section-header {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.highlights-section-header h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.small-head {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 21.28px;
    text-align: center;
    text-transform: uppercase;
}

.highlights-grid-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.highlights-grid-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.highlights-grid-item h4 {
    color: #ED0579;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.highlights-grid-item ul {
    list-style-type: disc;
    accent-color: #616567;
}

.highlights-grid-item ul li {
    color: #616567;
    text-align: left;
}

/* solution and service css */

.tech-solution-and-service-section-wrapper {
    padding: 120px 180px;
    background-color: #F6F6F6;
}

.tech-tabs-content-inner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 764px;

}

.tech-tabs-content-inner-grid-item {
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #CCCCCC;
}

.tech-tabs-content-inner-grid-item h3 {
    color: #ED0579;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.tech-tabs-content-inner-grid-item img {
    width: 100%;
    max-width: 100px;
}

.tech-tabs-content-inner-grid-item:first-child {
    grid-area: 1 / 1 / 3 / 2;
    background: linear-gradient(180deg, rgba(237, 5, 121, 0.2) 0%, rgba(247, 148, 29, 0.2) 100%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}

.tech-tabs-content-inner-grid-item:first-child h3 {
    color: #393E41;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
}

.tech-tabs-content-inner-grid-item p {
    color: #616567;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.tech-tabs-content-inner-grid-item-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* second highlights section */
.second-highlights-section {
    padding: 120px 180px;

}

.second-highlights-section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
}

.second-highlights-section p {
    text-align: center;
}

.second-highlights-flex {
    margin-top: 80px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.second-highlights-card {
    padding: 40px 32px;
    flex: 0 0 372px;
    width: 372px;
    height: 971px;
    border: 1px solid #C5C5C5;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.second-highlights-card .second-highlights-card-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.second-highlights-card-header h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #393E41;
}

.second-highlights-card-header h1 {
    max-width: fit-content;
    margin: 0 auto;
}

.second-highlights-card-btn .btn-primary {
    width: 100% !important;

}

.second-highlights-card-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 184px;

}

.second-highlights-card-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.second-highlights-card-list-item-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
}

.second-highlights-card-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.second-highlights-card-footer p {
    text-align: center;
    color: #393E41;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.second-highlights-card-apps-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
}

.second-highlights-card-apps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.second-highlights-card-apps img {
    max-width: 32px;
}

.second-highlights-table-container {
    margin-top: 120px;
}

.second-highlights-table-list,
.demonstration-tabs-list {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.second-highlights-table-list ul,
.demonstration-tabs-list ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px #0000001A;
    border: 1px solid #C5C5C5
}

.second-highlights-table-list ul li,
.demonstration-tabs-list ul li {
    color: #858585;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    flex: 0 0 300px;
    padding: 20px 0px;
    border-left: 1px solid #C5C5C5;
    cursor: pointer;
    position: relative;
    transition: .3s;
}

.second-highlights-table-list ul li::after,
.demonstration-tabs-list ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(98.99deg, #ED0579 0%, #F7941D 100%);
    opacity: 0;
    transition: .3s ease-in-out;
}

.second-highlights-table-list ul li:hover,
.demonstration-tabs-list ul li:hover,
.second-highlights-table-list ul li.uk-active,
.demonstration-tabs-list ul li.uk-active {
    background: linear-gradient(98.99deg, #ED0579 0%, #F7941D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.second-highlights-table-list ul li.uk-active::after,
.demonstration-tabs-list ul li.uk-active::after {
    opacity: 1;
}

.second-highlights-table-list ul li:first-child,
.demonstration-tabs-list ul li:first-child {
    border-left: 0px;
}

.second-highlights-table-header {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.second-highlights-table-header-item {
    display: flex;
    flex-direction: column;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
}

.second-highlights-table-header-item .s-header {
    padding: 10px 0px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.second-highlights-table-header-item .s-content {
    height: 119px;
    display: flex;
    gap: 10px;
    background-color: #FFFFFF;
}

.second-highlights-table-header-item .s-item {
    height: 100%;
    width: 170px;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-highlights-table-wrapper {
    margin-top: 10px;
    width: 100%;
}

.second-highlights-table-wrapper .table-heading {
    
}

.second-highlights-table-wrapper .table-heading p {
    color: #393E41;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #C5C5C5;
    background: #F6F6F6;
    padding: 20px;
}

.second-highlights-table .uk-table th {
    width: 175px;
    text-align: center;
    padding: 20px;
    color: #616567;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.second-highlights-table .uk-table td {
    text-align: center;
    padding: 20px;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    vertical-align: middle;
}

.second-highlights-table .uk-table td:first-child {
    text-align: left;
}

.second-highlights-table .uk-table th:first-child {
    width: auto;
}

.second-highlights-table .uk-table tr {
    border-bottom: 1px solid #C5C5C5;
}


/* demonstration section css */
.demonstration-section {
    background-color: #F6F6F6;
    padding: 120px 180px;
}

.demonstration-section p {
    color: #616567;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.demonstration-section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    width: fit-content;
    margin: 10px auto  20px;
}

.demonstration-tabs-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.demonstration-tabs-list ul li {
    padding: 0px !important;
}

.demonstration-tabs-list ul li > div {
    padding: 32px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.demonstration-tabs-list ul li>div p {
    color: #858585;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.demonstration-video-container {
    width: 100%;
    max-height: 600px;
    height: 600px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.demonstration-video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.demonstration-video-icon {
    width: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.demonstration-learn-more-btn-wrapper {
    margin-top: 40px;
    display: grid;
    place-content: center;
}

/* protect your business css */
.protect-business-section {
    padding: 120px 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.protect-business-inner {
    padding: 80px;
    border-radius: 40px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 80px;
    box-shadow: 0px 4px 20px 0px #00000040;
}

.protect-business-inner-left h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    width: fit-content;
    text-align: left;
}

.protect-business-inner-left p {
    color: #616567;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.protect-business-inner-left .inner-left-btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.protect-business-inner-right {
    flex: 0 0 680px;
}

.protect-business-inner-right img {
    width: 680px;
    height: 500px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

/* technology details 3 footer section css */
.tech-detail-footer-section {
    padding: 120px 180px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tech-detail-footer-left {
    max-width: 374px;
    flex: 0 0 374px;
}

.tech-detail-footer-left h2 {
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    margin-bottom: 20px;
}

.tech-detail-footer-left .footer-left-btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tech-detail-footer-right {
    flex: 0 0 1030px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tech-detail-footer-right-content {
    flex: 0 0 330px;
    padding: 40px;
    border: 1px solid #CCCCCC;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 40px;
    background-color: #FFFFFF;
}

.tech-detail-footer-right-top {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.tech-detail-footer-right-top img {
    width: 40px;
}

.tech-detail-footer-right-top h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #ED0579;
}

.tech-detail-footer-right-top p {
    color: #616567;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}