:root {
    --primary-color: #243378;
    --secondary-color:#afca05;
}

html, body{
    overflow-x: clip;
}
 body{
    font-family: "Plus Jakarta Sans", sans-serif;
}
p{  
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

img{
    height:auto;
    max-width:100% !important;
}


li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}
.megamenu li a{
    color: #191919;
    font-size: 14px;
    font-weight: 600;
}
.megamenu li > a:hover{
    color:var(--primary-color);
}

.tectbtn{
    font-size:14px;
    background:#243378; 
    border-radius: 0; 
    border: 2px solid #243378;
    padding:12px 20px;
    cursor: pointer;
}
.drawdown .submenu{
    left: -100px;
    top: 50px;
    right: 0;
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    position: absolute;
    z-index: 99;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.3s;
}

.drawdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}


.banner-sec-em {
    position: relative;
    z-index: 2;
}
.banner-sec-em::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.3;
}
.banner-sec-em video {
    position: relative;
    object-fit: cover;
    height: 90vh;
    overflow: hidden;
    width: 100%;
    display: block;
}
.banner-sec-em .banner-content-items {
    position: relative;
}
.banner-content-titlebtn{
    width:75%;
}
.banner-content-titlebtn h1 span {
    position: relative;
}
.banner-content-titlebtn h1{
    font-size:50px;
}
.banner-content-titlebtn h1 span::before {
    position: absolute;
    content: "";
    background-image: url(../image/bg/title-line.png);
    background-position: center;
    background-size: cover;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
}
.tectbtn {
    background-color: #243378;
    border: 2px solid #243378;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    letter-spacing: 0.5px;
    max-width: fit-content;
}
.tectbtn:hover {
    background-color: #bad600;
    border-color: #bad600;
    color: #243378 !important;
}

.arrow-dropdown{
    top: 4px;
    font-size: 14px;
    position: absolute;
    right: -10px;
}

.certifi-cations-sec{
    padding:5rem 0;
    position:relative;
}

.sec-small-title{
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 5px;
    padding-left: 23px;
    position: relative;
    max-width: fit-content;
    display: inline-block;
}

.sec-small-title:before{
    position: absolute;
    content: "";
    background-image: url(../image/logo/favicon.png);
    background-position: center;
    background-size: cover;
    left: 0;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


.sec-big-title span{
    position: relative;
}
/*.sec-big-title span:before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../image/bg/title-line.png);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    bottom: -5px;*/
/*    width: 100%;*/
/*    height: 10px;*/
/*    background-repeat: no-repeat;*/
/*}*/

.sec-big-title{
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 1.3;
}

.certif-contetn-img {
    margin-left: auto;
    width: 641px;
}
.certif-contetn-img .certit-items .certit-box {
    padding: 10px;
    border: 1px solid #ECEFF1;
    border-radius: 10px;
    max-width: fit-content;
    min-width: 127px;
    height: 127px;
}
.certif-contetn-img .certit-items:nth-child(1) {
    max-width: fit-content;
    margin-left: auto;
    margin-right: 261px;
}
.certif-contetn-img .certit-items:nth-child(3) {
    max-width: fit-content;
    margin-left: auto;
    margin-right: 131px;
}
.service-test-sec{
    padding: 5rem 0;
    position: relative;
    background: #f6f6f6;
}


.section-title.text-center{

    margin: 0 auto 3rem;
}

.service-card-box {
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
}
.service-card-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(18, 15, 12, 0.651), rgba(18, 15, 12, 0));
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 0.375rem;
    z-index: 1;
}
.service-card-box:hover::before {
    backdrop-filter: blur(2px);
    background-color: rgba(18, 15, 12, 0.6);
}
.service-card-box img {
    transition: all 500ms ease;
    border-radius: 0.375rem;
}
.service-card-box:hover img {
    transform: scale(1.1);
}
.service-card-box .service-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(3, 15, 39, 0.7), transparent);
    z-index: 9;
}
.service-card-box .service-card-body .service-card-content {
    transition: 0.3s;
    transform: translateY(100px);
}

@media(min-width : 1500px) and (max-width : 3000px){
    .service-card-box .service-card-body .service-card-content {
    transform: translateY(60px);
}
}

.service-card-box:hover .service-card-body .service-card-content {
    transform: translateY(0) !important;
}
.service-card-box .service-card-body .service-card-content h4 {
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 1.4;
}
.service-card-box .service-card-body .service-card-content h4 a {
    color: #fff;
    text-decoration: none;
}
.service-card-box .service-card-body .service-card-content h4 a:hover {
    color: var(--secondary-color);
}
.service-card-box .service-card-body .service-card-content p {
    color: #e0e3e5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    font-size:15px;
}
.service-card-box:hover .service-card-body .service-card-content p {
    opacity: 1;
    visibility: visible;
}
.service-card-box .service-card-body .servic-btnbb a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}
.service-card-box:hover .service-card-body .servic-btnbb a {
    color: var(--secondary-color);
}
.service-card-box .service-card-body .servic-btnbb a i {
    position: relative;
    top: 3px;
    margin-left: 15px;
}

#myHeader.sticky{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.cliental-logo img {
    transition: all 0.4s ease;
}
.cliental-logo:hover img {
    animation: .8s bounceIn;
}
@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0%   { opacity: 0; transform: scale3d(.3, .3, .3); }
    20%  { transform: scale3d(1.1, 1.1, 1.1); }
    40%  { transform: scale3d(.9, .9, .9); }
    60%  { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
    80%  { transform: scale3d(.97, .97, .97); }
    100% { opacity: 1; transform: scale3d(1, 1, 1); }
}

.cliental-sec-tech {
    position: relative;
    padding:5rem 0;
}

.cliental-swiper .swiper-wrapper {
    margin-top: 40px;
}

.cliental-swiper .swiper-button-next::after,
.cliental-swiper .swiper-button-prev::after {
    display: none;
}

.cliental-swiper .swiper-button-next,
.cliental-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 5px 22px rgba(0, 0, 0, .06);
    overflow: hidden;
    top: 60px;
    margin-top: 0;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease;
}
.cliental-swiper .swiper-button-next {
    right: 60px;
    opacity: 0;
}
.cliental-swiper .swiper-button-prev {
    left: 60px;
    opacity: 0;
}
.cliental-swiper:hover .swiper-button-next {
    right: -30px;
    opacity: 1;
}
.cliental-swiper:hover .swiper-button-prev {
    left: -30px;
    opacity: 1;
}
.cliental-swiper .swiper-button-next:hover,
.cliental-swiper .swiper-button-prev:hover {
    background-color: var(--secondary-color);
}
.cliental-swiper .swiper-button-next:hover i,
.cliental-swiper .swiper-button-prev:hover i {
    color: #fff;
}

/* ── Icon slide animation ── */
.cliental-swiper .swiper-button-next i,
.cliental-swiper .swiper-button-prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s cubic-bezier(.785, .135, .15, .86);
    font-size: 16px;
    color:#fff;
}
.cliental-swiper .swiper-button-next i:nth-child(2),
.cliental-swiper .swiper-button-prev i:nth-child(2) {
    transform: translate(300%, -50%);
}
.cliental-swiper .swiper-button-next:hover i:nth-child(1),
.cliental-swiper .swiper-button-prev:hover i:nth-child(1) {
    transform: translate(-300%, -50%);
}
.cliental-swiper .swiper-button-next:hover i:nth-child(2) {
    transform: translate(-50%, -50%);
}
.cliental-swiper .swiper-button-prev i {
    transform: translate(-50%, -50%) rotate(180deg);
}
.cliental-swiper .swiper-button-prev i:nth-child(2) {
    transform: translate(300%, -50%) rotate(180deg);
}
.cliental-swiper .swiper-button-prev:hover i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(180deg);
}

.about-tech-sec{
    padding: 5rem 0 0;
    position: relative;
    background: #f6f6f6;
}


.about-content-box{
    margin-left:10px;
}


.about-content-box .abou-title {
    font-size: 23px;
    font-weight: 600;
}


.about-points, .appl-points, .faq-pointsss {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-pointsss{
    margin:10px 0 0;
}
.about-points li, .appl-points li, .faq-pointsss li {
    position: relative;
    padding-left: 30px;
    font-size: 15.5px;
    color:#212529;
}
.about-points li:not(:last-child), .appl-points li:not(:last-child), .faq-pointsss li:not(:last-child) {
    margin-bottom: 10px;
}
.about-points li::before, .appl-points li::before, .faq-pointsss li::before{
    position: absolute;
    content: "\f1d5";
    font-family: flaticon_normal-icon !important;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    font-size: 16px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
}
.faq-pointsss li::before{
        content: "\f131";
         font-size: 14px;
}
.appl-points li::before{
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.about-key-poi {
    background: var(--primary-color);
    max-width: fit-content;
    min-height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto 0;
    animation: float-bob-y 3s linear infinite;
}


@keyframes float-bob-y {
    0%   { transform: translateY(-30px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(-30px); }
}


.about-key-poi span {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.about-key-poi p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.compliance-sec-main{
    position:relative;
    background-image:url(../image/bg/industrial-defect-detection-importance.webp);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:8rem 0;
    z-index: 1;
}

.compliance-sec-main:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: 0.7;
}

.compliance-sec-main .sec-big-title{
  font-size:45px;  
}

.complianc-ponts .about-points li{
    color:#fff;
}

.applica-tions-sec{
    padding:5rem 0;
    position:relative;
}



.application-box {
    transition: all 0.4s ease;
        clip-path: polygon(0% 3.03%, 0% 3.03%, 0.025% 2.539%, 0.099% 2.072%, 0.217% 1.638%, 0.376% 1.241%, 0.571% 0.888%,
        0.798% 0.585%, 1.053% 0.338%, 1.332% 0.154%, 1.632% 0.04%, 1.948% 0%, 85.62% 0%, 85.62% 0%, 85.763% 0.008%, 85.905% 
        0.032%, 86.044% 0.073%, 86.181% 0.128%, 86.315% 0.199%, 86.445% 0.285%, 86.571% 0.385%, 86.692% 0.499%, 86.808% 0.628%, 
        86.918% 0.77%, 99.349% 18.036%, 99.349% 18.036%, 99.468% 18.215%, 99.576% 18.409%, 99.672% 18.614%, 99.757% 18.831%, 
        99.83% 19.058%, 99.89% 19.293%, 99.938% 19.536%, 99.972% 19.785%, 99.993% 20.039%, 100% 20.296%, 100% 96.97%, 100% 96.97%,
        99.975% 97.461%, 99.901% 97.928%, 99.783% 98.362%, 99.624% 98.759%, 99.429% 99.113%, 99.202% 99.415%, 98.947% 99.662%, 
        98.668% 99.846%, 98.368% 99.96%, 98.052% 100%, 1.948% 100%, 1.948% 100%, 1.632% 99.96%, 1.332% 99.846%, 1.053% 99.662%,
        0.798% 99.415%, 0.571% 99.113%, 0.376% 98.759%, 0.217% 98.362%, 0.099% 97.928%, 0.025% 97.461%, 0% 96.97%, 0% 3.03%);
}

.application-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(135, 171, 66, 0) 30.75%, var(--primary-color) 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.application-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31, 31, 37, .3) 42.5%, #1f1f25 100%);
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.4s ease;
}

.application-box:hover::before {
    opacity: 1;
}

.application-box:hover::after {
    opacity: 0;
}

.application-box .appli-box-content {
   bottom: 0;
    max-width: max-content;
    transition: 0.3s;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateY(80px);
    
}

.application-box:hover .appli-box-content {
    transform: translateY(0px);
}

.appli-box-content .aply-btn {
    transition: all 0.4s ease;
}

.application-box:hover .appli-box-content .aply-btn {
    opacity: 1 !important;
}

.application-box .appli-box-content {
    transition: 0.3s;
    padding: 10px 10px 0;
}
.appli-box-scccs{
    height:0;
    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
}

.application-box:hover .appli-box-scccs{
    height: auto;
     opacity:1;
    visibility:visible;

}

.application-box .appli-box-content .titleaply{
    font-size:18px;
}

.applicationswiper .swiper-pagination {
    bottom:0 !important;
    top:unset !important;
}

.applicationswiper .swiper-wrapper{
   margin-bottom:20px; 
}

.applicationswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color:var(--primary-color) !important;
}

.main-footer{
	background:rgba(14, 18, 29, 0.96);
	padding: 50px 0 0;
}

.footer-booking-box{
	border-bottom: 1px solid #ffffff1f;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-booking-title .heal-title{
    font-size: 93px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.footer-booking-btn{
	text-align: right;
}

.footer-logo{
	margin-bottom: 10px;
}



.about-footer-content{
	margin-bottom: 30px;
}
.footr-lin-btn .healbtn:hover{
    background:#fff;
    color:var(--secondary-color);
}
.about-footer-content p{
	color: #fff;
	margin: 0;
	max-width: 80%;
    font-size: 14px;
}

.footer-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 25px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a i{
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a{
    background: #2a2d37;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    line-height: 32px;
}

.footer-links{
	margin: 0 auto;
}

.footer-links h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	text-transform: capitalize;
	margin-bottom: 12px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.footer-links.footer-contact-box{
	max-width: 100%;
}

.footer-contact-box .footer-info-box{
    position: relative;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}

.footer-contact-box .footer-info-box:last-child{
	margin-bottom: 0;
}

.footer-info-box .icon-box i{
	font-size: 20px;
	color: #fff;
}

.footer-info-box p, .footer-info-box a{
	color: #fff;
	margin: 0;
	font-size:14px;
}

.footer-copyright{
	border-top: 1px solid #ffffff1f;
	padding: 20px 0;
	margin-top: 40px;
}

.footer-copyright-text p,
.footer-copyright-text a{
	color: #fff;
	margin: 0;
	font-size:14px;
}
.whatsappicon {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999;
}
.whatsappicon .call-icons{
    display:none;
}

.footer-booking-title{
    background-size: cover;
    background-position: center;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: #ffffff4a;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-size: 85px;
    line-height: 1.1;
    background-repeat: no-repeat;
background-image: url(../image/bg/foote-bg-title.webp);
}

.handshake-sec{
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-image: url(../image/bg/industrial-ndt-testing-services.webp);
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.service-test-sec .container-fluid{
    padding:0 40px;
}

.section-title{
    margin-bottom:30px;
}

.hambuuefer, .close-button, .dropdownd .dropn-btnmobile {
    display: none;
}

.cliental-sweper-main{
    position:relative;
}

.cliental-sweper-main .cliental-swiper{
    position:static;
}
.mar-left-25{
   margin-left: 50px;
}

.drawdown{
    padding-right:10px;
}

label.error{
    color:red;
    font-size:13px;
    transform: translateY(-17px);
}