:root {
    --theme-font: "manrope", sans-serif;
    --primary-color: #001c68;
    --text-color: #0f172b;
    --grey-color: #001c681a;
    --border-color: #001c6866;
    --light-color: #f8fafc;
    --light-text: #62748e;


}

body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--theme-font);
}
.backtotop {
    background-color: var(--primary-color);
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 20%;
    border: 1px solid var(--btn-white-bg);
    bottom: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--theme-font) !important;
    font-weight: 600 !important;
    line-height: 1.7;
    color: var(--text-color);
}
#back-to-top .btn.btn-primary {
    background: var(--primary-color);
    color: #fff !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 20% !important;
}


/*--- header ---*/

header, #headeraffix.affix {
    background-color: #fff !important;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}
.topbar, #copyright {
    background: var(--primary-color);
}
.navbar-nav li.active > a, #topbar::before {
    color: var(--primary-color) !important;
    border-bottom: 2px solid;
    display: inline-block;
    font-weight: 700 !important;
    background: unset;
}
.navbar-nav > li > a {
    font-family: var(--theme-font);
    color: #314158 !important;
    font-weight: 600 !important;
    padding: 10px 0px !important;
    margin: 0 15px;
    font-size: 16px !important;
}
.navbar-brand>img {
    margin: 0 20px;
}
.navbar-nav > li > a:hover {
    color: var(--primary-color) !important;
    background: unset !important;
}
.header {
    padding: 12px 0;
}
.topbar li, .topbar li a {
    color: #fff !important;
    font-size: 16px !important;
    font-family: var(--theme-font);
}
#topbar:after {
    border-top: none;
    border-left: none;
}
#topbar::before {
    background: unset;
}
.social li {
    padding: 8px 5px 8px 0;
}
.navbar-nav {
    margin-left: 40px;
    float: initial;
}
.header_logo {
    width: 130px;
    height: auto;
}
#topbar {
    display: none;
}
.pull-right {
    float: left !important;
    margin-left: 40px !important;
}
#back-to-top .btn.btn-primary {
    margin-bottom: 0;
}
.qc_btn_block .hidden-blk {
    background: var(--primary-color);
    color: #fff;
    padding: 7px 25px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 600;
}

/*--- banner ---*/

.tp-caption {
    left: 50px !IMPORTANT;
}
.tp-caption p {
    font-size: 72px !important;
    line-height: 82px !important;
    width: 850px;
    color: #fff;
    margin-left: 0px !IMPORTANT;
    font-family: var(--theme-font) !important;
    font-weight: 800 !important;
}
.tp-caption.text1 {
    font-size: 18px !important;
    color: #ffffffe6;
    font-family: var(--theme-font) !important;
    font-weight: 700;
    line-height: 30px !important;
    width: 600px;
}
#rev_slider_1_1_wrapper .ban_btn .serv-btn {
    background: linear-gradient(135deg, #001c68 0%, #0033a0 100%);
    padding: 13px 38px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 15px;
    transition-duration: .3s;
    box-shadow: 0 4px 20px rgb(0 28 104 / 35%);
}
#rev_slider_1_1_wrapper .ban_btn .contact-btn {
    background: transparent;
    padding: 13px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 15px;
    border: 2px solid #fff6;
    transition-duration: .3s;
}
#rev_slider_1_1_wrapper .ban_btn .serv-btn:after {
    position: relative;
    content: '\f061';
    left: 10px;
    font-family: 'FontAwesome';
    font-weight: 400;
    transition-duration: .3s;
}
#rev_slider_1_1_wrapper .ban_btn .contact-btn:after {
    position: relative;
    content: '\f105';
    left: 10px;
    font-family: 'FontAwesome';
    font-weight: 400;
}
#rev_slider_1_1_wrapper .ban_btn .contact-btn:hover {
    background: #fff;
    color: var(--primary-color);
}
#rev_slider_1_1_wrapper .ban_btn .serv-btn:hover:after {
    left: 15px;
}

div#rev_slider_1_1_wrapper {
    position: relative;
    z-index: 1;
}
div#rev_slider_1_1_wrapper:before {
    content: '';
    background: linear-gradient(to top, rgba(0, 10, 35, 0.95) 0%, rgba(0, 12, 40, 0.82) 20%, rgba(0, 15, 48, 0.4) 45%, rgba(0, 15, 48, 0.18) 65%, rgba(0, 8, 30, 0.35) 100%);
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: -1;
}
.tp-bgimg.defaultimg:after {
    content: '';
    background: linear-gradient(to top, rgba(0, 10, 35, 0.95) 0%, rgba(0, 12, 40, 0.82) 20%, rgba(0, 15, 48, 0.4) 45%, rgba(0, 15, 48, 0.18) 65%, rgba(0, 8, 30, 0.35) 100%);
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: -1;
}
.tp-bgimg.defaultimg {
    background-position: 50% 20% !IMPORTANT;
    position: relative;
    z-index: 1;
}
.ban_btn {
    z-index: 1;
}
.tp-caption p span {
    color: #f59e0b;
}



/*QC HEADER STYLE START*/
#qcheader-top {
    background: #0b92bf;
    display: none;
}
.qctopblock { padding: 10px 0px; width: 100%; display: flex; align-items: center; }
.qc-d-flex-1 { flex: 1; }
.qc-top-list { margin: 0; padding: 0; color: #fff; }
.qc-top-list li { display: inline-block; list-style: none; margin-right: 10px; font-size: 13px; }
.qc-top-list li i { margin-right: 5px; }
.qc-top-list li .block { color: #fff; }
.qc-social .social { width: 30px; height: 30px; background: #fff; border-radius: 50%; line-height: 30px; text-align: center; display: block; font-size: 13px; color: #0b92bf; }
.qc-social .social i { margin: 0; }
#qc-navbar { height: 90px; margin: 0; padding: 0; }
.qc-menu-bar {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.qc-brand-block .qc-navbar-brand {
    display: inline-block;
    padding: 0px 0px;
}
.qc-menu-list { margin: 0; padding: 0; }
.qc-menu-list li {list-style: none;}
#qcnavbarmenu { padding: 20px 0; line-height: 10px; margin: auto; }
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.qc-mainmenu a, .navbar-default .navbar-nav > li > a, .qc-mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#000;font-size:14px;text-transform:uppercase;padding:10px 15px; display: block !important;}
.qc-mainmenu .active a, .qc-mainmenu .active a:focus, .qc-mainmenu .active a:hover, .qc-mainmenu li a:hover, .qc-mainmenu li a:focus, .navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover {
    color: var(--primary-color) !important;
    background: unset !important;
    outline: 0;
}
.qc-mainmenu .collapse ul > li:hover > a {
    background: unset !important;
}
.qc-mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #4CAF50;}
.qc-mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}

.qc-mainmenu .collapse ul ul, .qc-mainmenu .collapse ul ul.dropdown-menu{background:#fff;}
.qc-mainmenu .collapse ul ul ul, .qc-mainmenu .collapse ul ul ul.dropdown-menu{background:#fff}
.qc-mainmenu .collapse ul ul ul ul, .qc-mainmenu .collapse ul ul ul ul.dropdown-menu{background:#fff}
.level1.dropdown-menu > li, .level2.dropdown-menu > li, .level3.dropdown-menu > li { width: 100%; }
.level3.dropdown-menu { width: 200px; }
.qc-mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.qc-mainmenu .collapse ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul li{position:relative}
.qc-mainmenu .collapse ul ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul ul li{position:relative}
.qc-mainmenu .collapse ul ul ul li:hover ul{display:block}
.qc-mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:200px;display:none;z-index:1}
}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
#qc-navbar { height: auto; line-height: 20px; }
.qc-menu-bar { display: inline-block; width: 100%; }
.qctopblock { display: block; }
.qc-top-list { margin-bottom: 5px; }
.qc-brand-block { display: inline-block; width: 100%; }
.qc-navbar-brand {height: 100%; }
.qc-brand-block .navbar-toggle { margin: 20px 20px 0px 0px; border: 1px solid #ddd; }
.qc-brand-block .navbar-toggle:focus { background: none; }
#qcnavbarmenu { padding: 0; }
.qc-menu-list {width: 100%; display: inline-block;}
.qc-menu-list li {width: 100%;}
}

/*QC HEADER STYLE END*/





/*--- footer ---*/

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--primary-color);
}
.footer {
    background: var(--primary-color);
    border-bottom: 1px solid;
    position: relative;
}
.footc-p {
    color: #ffffff80;
    font-size: 16px;
}
#text-2 .footer-para a {
    color: #fff !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}
#text-2 .footer-para a:hover {
    color: #90c5ff !important;
}
.footer-widget a {
    color: #ffffff80 !important;
    line-height: 1.8;
    font-family: var(--theme-font) !important;
    font-size: 16px;
    font-weight: 700 !important;
}
.footer-logo {
    display: none;
}
.footer #tansy_about_widget-2:nth-child(1) .widget-title {
    display: none;
}
.footerab-img img {
    width: 120px;
}
.footerab-p {
    color: #ffffff80;
    font-size: 16px;
    padding-top: 20px;
}
.footer-social {
    display: none;
}
.footerab-address {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: 800;
}
#tansy_about_widget-2 .footerab-call a {
    color: #fff !important;
    font-size: 14px !important;
}
#tansy_about_widget-2 .footerab-call a:hover {
    color: #90c5ff !important;
}
.footerab-call span {
    color: #ffffff80;
}
.footer .widget-title {
    font-size: 18px;
    font-weight: 700 !important;
    margin-bottom: 25px;
}
.widget.tansy_latest_news_widget .widget-title {
    margin-bottom: 25px;
}
.footer-widget a:hover {
    color: #fff !important;
}
.footer .widget-title:before {
    display: none;
}
.footer-para {
    margin: 0;
}









/*=====================================================  home_page  ======================================================*/

.sec-padding {
    padding: 80px 0;
}
p {
    font-size: 18px;
    font-family: var(--theme-font);
    color: #45556c;
    font-weight: 600;
}

/*--- title ---*/

.sub-title {
    font-size: 14px;
    color: var(--primary-color);
    font-family: var(--theme-font);
    margin-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase;
}
.section-title {
    font-size: 36px;
    font-family: var(--theme-font) !important;
    font-weight: 900 !important;
    line-height: 46px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 0;
}
.title-underline {
    width: 48px;
    height: 4px;
    border-radius: 10px;
    background: var(--primary-color);
    margin: 0 auto 0;
}
.title-center {
    text-align: center;
}
.subtitle-text {
    color: #62748e;
    font-size: 16px;
    margin-top: 6px;
    line-height: 28px;
}
.text-center-block {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.service-title {
    display: flex;
    gap: 15px;
    align-items: center;
}
.title-text-white .sub-title {
    color: #2563eb;
}
.title-text-white .section-title {
    color: #fff;
}
.title-text-white .subtitle-text {
    color: #e2e8f0;
}




/*-----------------------------------------------------  home_whoweare  --------------------------------------------------*/

.whoweare-cont {
    padding: 0 120px;
}
blockquote {
    line-height: 34px;
    font-family: var(--theme-font);
    font-size: 24px;
    font-weight: 900;
    color: var(--primary-color);
    font-style: normal;
    margin: 0 40px;
    border-left: 3px solid var(--primary-color);
    padding: 0 25px;
}

/* ===== WHAT WE DO ===== */
.what-we-do {
    background: #f8fafc;
    padding: 80px 0 60px;
}
.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(20 30 60 / 8%);
    margin-bottom: 30px;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
    border: 1px solid #f1f5f9;
}
.service-card:hover{ transform:translateY(-6px); box-shadow:0 14px 30px rgba(20,30,60,0.14); }
.service-card .img-wrap{ height:190px; overflow:hidden; }
.service-card .img-wrap img{ width:100%; height:100%; object-fit:cover; }
.service-card .service-body{ padding:22px 20px; }
.service-icon {
    width: 38px;
    height: 38px;
    border-radius: 15%;
    background: var(--grey-color);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 15px;
}
.service-card h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 700;
    font-family: var(--theme-font);
    line-height: 28px;
}
.service-card h3 a {
    color: var(--text-color);
}
.service-card p{
  font-size:13.5px;
  color:var(--text-muted);
  line-height:1.7;
  margin:0;
}
.row-offset{ margin-top:0; }
.center-row{ display:flex; justify-content:center; flex-wrap:wrap; }

/* ===== WHY CHOOSE ===== */
.why-choose {
    padding: 80px 0;
}
.why-item {
    background: var(--light-color);
    border-radius: 20px;
    padding: 15px 15px;
    margin-bottom: 18px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 16px;
    box-shadow: 0 2px 8px rgb(20 30 60 / 5%);
    min-height: 64px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: var(--theme-font);
    line-height: 26px;
    height: 80px;
    border: 1px solid #f1f5f9;
}
.why-item:hover {
    box-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);
    border: 1px solid #001c6866;
}
.why-item:first-child {
    height: 100%;
}

/* ===== INDUSTRIES ===== */
.industries {
    background: var(--primary-color);
    padding: 70px 0;
    color: #fff;
}
.industries .eyebrow{ color:var(--gold); }
.industries .section-title{ color:#fff; }
.industry-item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 15px;
    padding: 16px 20px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #e7eaf3;
    display: flex;
    align-items: center;
    font-weight: 900;
    line-height: 20px;
}
.industry-item i{ color:var(--gold); margin-right:10px; }
.industries .sub-title {
    color: #fff9;
}
.industries .title-underline {
    background: #ffffff4d;
}
.industry-item i {
    color: #f59e0b;
    margin-right: 10px;
    font-size: 8px;
}
.industry-item:hover {
    background-color: #fff3;
}

/* ===== APPROACH ===== */
.approach {
    background: var(--light-color);
    padding: 80px 0 40px;
}
.steps-row {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 0px;
    position: relative;
}
.step {
    text-align: center;
    padding: 0 6px;
    margin-bottom: 30px;
    width: 24% !important;
}
.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto 10px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
    --tw-shadow-color: #001c6833;
}
.step h4 {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 900;
    padding: 0;
    margin: 0;
}
.step p {
    font-size: 14px;
    color: var(--light-text);
    margin: 0;
}
.steps-line {
    position: absolute;
    height: 0px;
    border: 1px solid var(--grey-color);
    top: 10px;
    padding: 0 450px;
}

/* ===== BUILDING CONFIDENCE ===== */
.confidence {
    background: var(--light-color);
    padding: 80px 0 40px;
}
.mini-box {
    background: #fff;
    border-radius: 20px;
    padding: 16px 16px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    display: flex;
    align-items: center;
    min-height: 60px;
    line-height: 24px;
    height: 100px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}
.mini-box:hover {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.mini-box .dot {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 15%;
    background: var(--grey-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: var(--light-text);
}
.cta-bar {
    background: var(--primary-color);
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin: 50px 50px;
    box-shadow: 0 25px 50px -12px #00000040;
}
.cbar-line {
    position: absolute;
    background: linear-gradient(300deg, #000000 0%, transparent 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: -740px;
}
.btn-gold {
    background: #f59e0b;
    color: var(--text-color);
    font-weight: 900;
    padding: 18px 30px;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: .5px;
    border: none;
    z-index: 7;
    box-shadow: 10px 10px 15px -5px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
    --tw-shadow-color: #f59e0b66;
}
.btn-gold:hover {
    background: #e08e06;
    color: var(--text-color);
}
.confidence .sub-title {
    background: var(--grey-color);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 15px;
}
.confidence p {
    font-size: 16px;
    line-height: 1.8;
}
.confidence .cta-bar h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}
.confidence .cta-bar p {
    font-size: 14px;
    color: #ffffffb3;
    line-height: 24px;
    padding-bottom: 5px;
}

/* ===== PROMOTERS ===== */
.promoters {
    background: var(--light-color);
    padding: 80px 0;
}
.promoter-card {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 2px 10px #001c680d;
    margin-bottom: 30px;
    border: 1px solid #f1f5f9;
    transition-duration: .5s;
}
.promoter-card img {
    height: 100%;
    margin-bottom: 0px;
    border: 4px solid var(--grey-bg);
    transition-duration: .5s;
}
.promoters-img {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    text-align: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.promoter-card h4 {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    padding-bottom: 0;
}
.promoter-card .role {
    font-size: 12px;
    letter-spacing: .5px;
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 20px;
}
.promoter-card .bio {
    font-size: 14px;
    color: var(--light-text);
    line-height: 1.7;
    flex: 1;
}
.promoter-card .view-profile {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
}
.promoters-quote {
    text-align: center;
    max-width: 800px;
    margin: 30px auto 0;
    font-style: italic;
    color: #45556c;
    font-size: 16px;
}
.text-center-btn{ text-align:center; margin-top:26px; }
.btn-navy-outline {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
    --tw-shadow-color: #001c6833;
}
.btn-navy-outline:hover {
    background: var(--text-color);
    color: #fff;
}
.promoters-cont {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 460px;
}
.promoter-card:hover {
    border-color: #001c684d;
    box-shadow: 0 18px 36px #001c6829;
}
.promoter-card:hover .promoters-img img {
    scale: 105% 105%;
}
.promoters-quote span {
    color: #1d293d;
    font-weight: 800;
    font-style: normal;
}

/* ===== GALLERY ===== */
.gallery{ background:#fff; padding:80px 0 60px; }
.gallery-item {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
    height: 260px;
    background: var(--primary-color);
}
.gallery-item img{
  width:100%; height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.gallery-item:hover img {
    transform: scale(1.08);
    opacity: 0.8;
}

/* ===== HERO ===== */
.hero {
    background: linear-gradient(180deg,#0c1f5c 0%, #091748 100%);
    position: relative;
    padding: 36px 0 60px;
    overflow: hidden;
}
.breadcrumb-row {
    font-size: 14px;
    color: rgba(255,255,255,.55);
    margin-bottom: 40px;
}
  .breadcrumb-row a{ color:rgba(255,255,255,.55); text-decoration:none; }
  .breadcrumb-row .crumb-sep{ margin:0 8px; opacity:.5; }
  .breadcrumb-row .crumb-current{ color:#fff; font-weight:500; }
.hero h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    max-width: 780px;
    margin-bottom: 26px;
    font-weight: 800 !important;
}
.hero p {
    color: rgba(255,255,255,.75);
    font-size: 18px;
    line-height: 1.7;
    max-width: 660px;
    font-weight: 400;
}
  .hero-wave{
    position:absolute;
    left:0; right:0; bottom:-2px;
    width:100%;
    line-height:0;
  }
  .hero-wave svg{ width:100%; height:auto; display:block; }
.hero .rounded-shape {
    left: -120px;
    background: #2563eb1a;
}

/* ===== FOUNDATION SECTION ===== */

  .foundation-section{
    padding:90px 0 80px;
    background:#fff;
  }
  .eyebrow{
    text-align:center;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.2px;
    color:var(--blue-accent);
    text-transform:uppercase;
    margin-bottom:14px;
  }
  .section-heading{
    text-align:center;
    font-size:34px;
    margin-bottom:18px;
  }
.section-sub {
    text-align: center;
    color: var(--light-text);
    max-width: 770px;
    margin: 0 auto 55px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}
.fnd-card {
    background: var(--light-color);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 50px;
    height: 100%;
    transition-duration: .3s;
}
  .fnd-eyebrow{
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1px;
    color:var(--blue-accent);
    text-transform:uppercase;
    margin-bottom:14px;
  }
.fnd-card h3 {
    font-size: 25px;
    line-height: 1.32;
    margin-bottom: 26px;
    font-weight: 800 !important;
}
.vision-box {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 26px 26px;
    color: #314158;
    font-size: 16px;
    line-height: 28px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    font-weight: 600;
    transition-duration: .3s;
}
  .vision-check{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:26px;
  }
.vision-check .check-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);
    --tw-shadow-color: #001c6833;
}
.vision-check span.txt {
    font-size: 12px;
    font-weight: 800;
    color: #314158;
    line-height: 20px;
}
.pillar-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 20px 22px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    transition-duration: .3s;
}
  .pillar-item:last-child{ margin-bottom:0; }
.pillar-num {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff;
    color: var(--primary-color);
    font-family: var(--theme-font);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #001c681a;
}
.pillar-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #62748e;
    margin: 0;
    font-weight: 500;
}
.pillar-item:hover {
    box-shadow: #11111a0d 0px 4px 16px, #11111a0d 0px 8px 32px;
    translate: calc(0.25rem * 0) calc(0.25rem * -1);
}
.vision-box:hover {
    box-shadow: #11111a0d 0px 4px 16px, #11111a0d 0px 8px 32px;
    translate: calc(0.25rem * 0) calc(0.25rem * -1);
}
.fnd-card:hover {
    box-shadow: #11111a0d 0px 4px 16px, #11111a0d 0px 8px 32px;
    translate: calc(0.25rem * 0) calc(0.25rem * -1);
}

/* ===== WHY CHOOSE US ===== */
.why-section {
    background: #f9f9fb;
    padding: 90px 0;
}
  .why-img-wrap{
    border-radius:16px;
    overflow:hidden;
  }
.why-img-wrap img {
    width: 100%;
    display: block;
    transition-duration: .7s;
    box-shadow: 0 20px 45px rgb(15 25 60 / 14%);
}
.why-img-wrap:hover img {
    scale: 105% 105%;
}
  .why-content{
    padding-left:20px;
  }
  .why-content > p{
    color:var(--text-muted);
    font-size:15.5px;
    line-height:1.8;
    margin-bottom:34px;
  }
.why-feature {
    display: flex;
    gap: 15px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    transition-duration: .3s;
}
.why-feature:hover {
    box-shadow: #11111a0d 0px 4px 16px, #11111a0d 0px 8px 32px;
    translate: calc(0.25rem * 0) calc(0.25rem * -1);
}
  .why-feature:last-child{ margin-bottom:0; }
.why-feature .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    background: #e9edfb;
    flex-shrink: 0;
    text-align: center;
    line-height: 54px;
    color: var(--primary-color);
    font-size: 20px;
}
.why-feature h5 {
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 0;
    font-weight: 700 !IMPORTANT;
}
.why-feature:hover h5 {
    color: var(--primary-color);
}
.why-feature p {
    font-size: 14px;
    color: #62748e;
    line-height: 1.7;
    margin: 0;
}
.abwhy-dflex {
    display: flex;
    align-items: center;
}

/* ===== BOARD OF DIRECTORS ===== */
  .board-section{
    padding:80px 0;
    text-align:center;
  }
.board-sub {
    max-width: 770px;
    margin: 0 auto;
    color: #45556c;
    font-size: 16px;
    line-height: 1.8;
}
.board-sub .fine {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #90a1b9;
}
.director-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 32px;
    margin-top: 28px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    border: 1px solid #e2e8f0;
}
.director-card img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 26px;
    flex: none;
    border: 3px solid #001c6833;
}
  .director-card .name-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:4px;
  }
.director-card h3 {
    font-size: 24px;
    margin: 0 12px 4px 0;
    font-weight: 800 !important;
}
.role-tag {
    background: #001c680d;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 800;
    padding: 2px 18px;
    border-radius: 20px;
    border: 1px solid #001c681a;
}
.director-meta {
    font-size: 12px;
    color: #90a1b9;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 700;
}
.director-meta b span {
    color: #90a1b9;
    margin-right: 3px;
}
.director-meta b {
    font-style: normal;
    color: #314158;
}
.director-meta .dotstyle {
    width: 4px;
    height: 4px;
    position: relative;
    display: inline-block;
    background: #cad5e2;
    margin: 2px 15px;
    border-radius: 50%;
}
.director-card .bio {
    font-size: 14px;
    color: var(--light-text);
    line-height: 1.8;
    margin-bottom: 16px;
}
.btn-profile {
    background: #001c680d;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 800;
    padding: 9px 20px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #001c681a;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}
.btn-profile:hover {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}
.modal-dialog {
    width: 100%;
    margin: auto;
    height: 100%;
    padding: 100px;
}
.modal-content {
    padding: 50px;
    border-radius: 30px 0 0 30px;
    height: 550px;
    overflow-y: scroll;
}
.close-btn {
    position: absolute;
    top: 42px;
    right: 42px;
    width: 40px;
    height: 40px;
    border-radius: 30%;
    background: #f1f5f9;
    color: #62748e;
    font-size: 15px;
    line-height: 52px;
    text-align: center;
    padding: 0;
    z-index: 1;
    border: 1px solid #e2e8f080;
}

/* ---------- LEFT COLUMN ---------- */
.modal-content .avatar-wrap {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #cfd2d8;
    text-align: center;
    margin: 0 auto 20px;
}
.avatar-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    object-position: top;
}
.profile-name {
    font-size: 26px;
    font-weight: 800 !important;
    line-height: 1.25;
    margin: 0 0 14px 0;
}
.role-badge {
    display: inline-block;
    background: #001c680d;
    border: 1px solid #001c681a;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 13px;
    padding: 7px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    line-height: 1.7;
}
.former-title {
    font-style: italic;
    color: #90a1b9;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}
.exp-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.7;
    color: #90a1b9;
}
.exp-value {
    color: #314158;
}
  /* ---------- RIGHT COLUMN ---------- */
.modal-content .section-heading,.modal-content .bottom-section-heading {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #90a1b9;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}
.section-heading .glyph svg {
    color: var(--primary-color);
}
  .section-heading .glyph{
    color: var(--navy-dark);
    font-size: 15px;
  }
.intro-text {
    font-size: 14px;
    line-height: 1.7;
    color: #45556c;
    margin-bottom: 10px;
}
.panel {
    border-radius: 14px;
    padding: 20px 20px 0;
    margin-bottom: 0px;
    border: unset !important;
    box-shadow: unset !important;
}
  .panel .section-heading{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .credential-list{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .credential-list li{
    position: relative;
    padding-left: 20px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #2b3245;
    margin-bottom: 14px;
  }
  .credential-list li:last-child{ margin-bottom: 0; }
.credential-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
}
.bottom-section-heading .glyph svg {
    color: #00bb7f;
}
.bottom-section-heading {
    padding: 30px 0;
}
.credential-list.colorsty2 li::before {
    background: #00bb7f;
}



  @media (max-width: 767px){
    .right-col{
      border-left: none;
      padding-left: 15px;
      margin-top: 30px;
    }
    .left-col{
      padding-right: 15px;
    }
    .close-btn{ top: 20px; right: 20px; }
  }




/* ================================================== service_page  ===================================================== */

#servicepg-id .service-sec {
    padding: 80px 0;
}
#servicepg-id .service-card {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 25px;
    min-height: 300px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    display: flex;
    flex-direction: column;
}
.service-cont {
    flex: 1;
}
.servhidden-cont {
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}
#servicepg-id .card.card-body p {
    font-size: 14px;
    color: #45556c;
}
#servicepg-id .service-card:hover {
    box-shadow: #11111a0d 0px 4px 16px, #11111a0d 0px 8px 32px;
    border: 1px solid #001c6833;
}
#servicepg-id .service-icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
    background: #eff6ff;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 70px;
    color: var(--primary-color);
}
#servicepg-id .service-icon svg {
    color: var(--primary-color);
    transition-duration: .3s;
}
#servicepg-id .service-card:hover svg {
    scale: 110% 110%;
}
#servicepg-id .service-icon:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 41px;
    background: #dbeafe;
    border-radius: 0px 15px 15px 15px;
    top: 15px;
    right: 0px;
    z-index: -1;
}
#servicepg-id .service-card h4 {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 12px;
    font-weight: 700 !important;
    margin-top: 0;
}
#servicepg-id .service-card p {
    font-size: 16px;
    color: #62748e;
    line-height: 1.7;
    margin-bottom: 20px;
}
#servicepg-id .service-card .service-title {
    margin-bottom: 20px;
}
#servicepg-id .service-card .service-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}
#servicepg-id .service-card .view-details {
    font-size: 12px;
    font-weight: 800;
    color: #45556c;
    display: flex;
    align-items: center;
    gap: 5px;
}
#servicepg-id .service-card .btn-readmore {
    background: #001c681a;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 800;
    padding: 3px 18px;
    border-radius: 14px;
}
#servicepg-id .service-card .try-link {
    font-size: 12px;
    color: #2563eb;
    font-weight: 800;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
#servicepg-id .service-sec .text-center-block {
    margin-bottom: 80px;
}
.feature-tile {
    background: var(--light-color);
    padding: 15px;
    height: 100%;
    border-radius: 20px;
    position: relative;
    padding-left: 40px;
}
.feature-tile:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    background: var(--primary-color);
    left: 17px;
    top: 27px;
    border-radius: 50%;
}
.feature-tile:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    background: #001c681a;
    left: 10px;
    top: 20px;
    border-radius: 50%;
}
#servicepg-id .feature-tile .feature-title {
    font-size: 12px !important;
    margin-bottom: 2px;
}
#servicepg-id .feature-tile .feature-text {
    font-size: 12px !important;
    margin-bottom: 0;
}
.servhidcont-bcont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}


/* ===== TECHNICAL AUTHORITY ===== */

.authority-section {
    padding: 80px 0;
    background: #f9f9fb;
}
.authority-section p.lead-text {
    font-size: 16px;
    color: var(--light-text);
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
}
.authority-item{
  display:flex;
  margin-bottom:24px;
}
.authority-check {
    width: 40px;
    height: 40px;
    background: #001c681a;
    border-radius: 10px;
    flex: 0 0 40px;
    margin-right: 15px;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    color: var(--primary-color);
    font-size: 18px;
}
.authority-item h5 {
    font-size: 14px;
    font-weight: 700 !important;
    color: #1d293d;
    margin: 0 0 6px;
}
.authority-item p {
    font-size: 14px;
    color: var(--light-text);
    line-height: 1.7;
    margin: 0;
}
.authorityimg-div:hover img {
    scale: 1.02;
}
.authorityimg-div {
    border: 1px solid #e2e8f0;
    box-shadow: 0 25px 50px -12px #00000040;
    border-radius: 30px;
    overflow: hidden;
}
.authority-img {
    width: 100%;
    transition-duration: .5s;
    vertical-align: middle;
    border-radius: 25px;
}
.sauthority-cont .title-underline {
    margin: 0;
}


/* ===== NDT DIAGNOSTIC ===== */
.ndt-section {
    padding: 80px 0;
    background: #f9f9fb;
}
.ndt-list{
  list-style:none;
  padding:0;
  margin:0;
}
.ndt-list li{
  margin-bottom:10px;
}
.ndt-list a {
    display: block;
    padding: 16px 20px;
    background: #fff;
    border-radius: 15px;
    color: #45556c;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #e2e8f0;
}
.ndt-list a .fa {
    margin-right: 10px;
    font-size: 8px;
    color: #001c6866;
}
.ndt-list li.active a {
    background: var(--primary-color);
    color: #fff;
}
.ndt-list li.active a .fa{ color:var(--gold); }

.ndt-detail {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    border: 1px solid #e2e8f0;
}
.ndt-detail .ndt-tag {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 0px;
}
.ndt-detail h3 {
    font-size: 24px;
    color: var(--text-color);
    font-weight: 800 !important;
    margin-bottom: 20px;
    margin-top: 0;
}
.ndt-detail .ndt-block-title {
    font-size: 12px;
    font-weight: 700;
    color: #90a1b9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    display: flex;
    gap: 10px;
}
.ndt-detail .ndt-block-title .fa{ color:var(--gold); margin-right:6px; }
.ndt-detail p {
    font-size: 14px;
    color: #45556c;
    line-height: 1.7;
    padding-left: 35px;
}
.ndt-thumb {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    border: 1px solid #e2e8f0;
}
.ndt-thumbimg-div {
    aspect-ratio: 1;
    background: #f1f5f9;
    object-fit: contain;
    vertical-align: middle;
    border-radius: 15px;
    width: 100%;
}
.ndt-dots{ text-align:center; margin-top:20px; }
.ndt-dots span{
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#b7b9bf;
  margin:0 3px;
}
.ndt-dots span.active{
  width:20px;
  border-radius:4px;
  background:var(--navy);
}
.ndt-detail .ndt-block-title svg {
    width: 24px;
    background: #001c681a;
    padding: 5px;
    display: inline-block;
    color: var(--primary-color);
    border-radius: 6px;
}
.ndt-detail .ndt-block-title.color2 svg {
    color: #009767;
    background: #00bb7f1a;
}

/* ===== CTA ===== */

.cta-section {
    background: #081738;
    color: #fff;
    padding: 80px 0 60px;
    position: relative;
}
.rounded-shape {
    background: #2563eb0d;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    position: absolute;
    bottom: -130px;
    left: -100px;
}
.cta-card {
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 25px;
    padding: 28px;
    margin-bottom: 20px;
    min-height: 190px;
    transition-duration: .3s;
}
.cta-card:hover {
    background: #ffffff1a;
    border: 1px solid #fff3;
}
.cta-card:hover .cta-icon {
    scale: 105% 105%;
}
.cta-icon {
    width: 50px;
    height: 50px;
    background: #ffffff1a;
    border-radius: 15px;
    margin-bottom: 16px;
    display: block;
    transition-duration: .3s;
    text-align: center;
    line-height: 60px;
    color: var(--light-color);
    font-size: 20px;
}
.cta-card h4 {
    font-size: 18px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    color: #fff;
}
.cta-card p {
    font-size: 14px;
    color: #cad5e2;
    line-height: 1.7;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 30px;
}
.cta-card .link-arrow{
  font-size:12px;
  font-weight:700;
  color:var(--gold);
}
.cta-section .text-center-block {
    margin-bottom: 60px;
}

/*========================================================  gallery_page  ====================================================*/

.isotope-img-container {
    width: 360px;
    height: 220px;
    /* box-shadow: rgb(36 38 112 / 47%) -5px 5px 14px; */
    border-radius: 20px;
    margin: 0px 0px 0px 0px;
}
.isotope-img-container img {
    width: 100%;
    height: 100%;
}
.isotope-item {
    padding: 10px;
}
.project-item-info-content {
    opacity: 1 !important;
    text-align: initial !important;
}
.project-item-info {
    top: 20%;
}
.project-item-title {
    font-size: 11px;
    background: var(--primary-color);
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    FONT-WEIGHT: 900 !important;
    text-transform: uppercase;
}
.isotope-img-container:hover .project-item-info-content {
    -webkit-transform: perspective(1px) translate3d(0, 15px, 0) !important;
    transform: perspective(1px) translate3d(0, 15px, 0) !important;
}
#tem562_gallery_page .wdc-title-shortcode {
    display: none;
}
.isotope-nav ul li {
    margin-right: 10px;
}
.isotope-nav ul li a {
    font-weight: 700;
    background: var(--light-color);
    color: #45556c !important;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 15px;
}
.isotope-nav ul a.active {
    border: unset;
    background: var(--primary-color);
    color: #fff !important;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
    --tw-shadow-color: #001c6833;
}
#tem562_gallery_page .vc_custom_1496736351250 {
    background: #fff !important;
}
.isotope-nav ul li a:hover {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
}
.isotope-nav ul a.active:hover {
    border: unset !important;
    color: #fff !important;
}

/* ===== OVERVIEW ===== */

.overview-section {
    padding: 80px 0 60px;
}
.overview-img {
    border-radius: 20px;
    width: 100%;
    height: 338px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}
.section-title .accent {
    color: var(--primary-color);
}
  .overview-text{
    font-size:14.5px;
    line-height:1.85;
    color:#444;
  }
.soverview-cont .title-underline {
    margin: 0;
}
.soverview-title {
    margin-bottom: 20px;
}
.soview-dflex {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* ===== PROCESS ===== */

.process-section {
    background: var(--light-color);
    padding: 70px 0 80px;
}
.step-card {
    border-radius: 6px;
    padding: 15px 0px;
    display: flex;
    align-items: flex-start;
}
.step-num {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 2px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
    --tw-shadow-color: #001c684d;
}
.step-title {
    font-weight: 700;
    font-size: 16px;
    color: #1d293d;
    margin: 0 0 6px;
}
.step-desc {
    font-size: 14px;
    color: #62748e;
    margin: 0;
    line-height: 1.6;
}
.sprocess-title {
    margin-bottom: 40px;
}
.sprocess-title .title-underline {
    margin: 0;
}
.sprocstep-cont {
    background: #fff;
    padding: 22px 20px;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    border: 1px solid #f1f5f9;
    width: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.sprocstep-cont:hover {
    box-shadow: 0 16px 32px #001c681a;
    transform: translateY(-6px);
}

/* ===== ENGINEERING STACK ===== */

.stack-section {
    padding: 80px 0 80px;
}
.stack-card {
    background: #f9f9fb;
    border-radius: 20px;
    text-align: center;
    padding: 33px 20px;
    min-height: 180px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    border: 1px solid #f1f5f9;
    margin: 15px;
}
.stack-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #001c681a;
    margin: 0 auto 18px;
    font-size: 30px;
    color: var(--primary-color);
    line-height: 55px;
}
.stack-title {
    font-weight: 700;
    font-size: 22px;
    color: #1d293d;
    margin-bottom: 6px;
}
.stack-desc {
    font-size: 12px;
    color: #62748e;
    margin-bottom: 0;
}
.sstack-title {
    margin-bottom: 40px;
}
.sstack-title .title-underline {
    margin: 0;
}


/*===================================================  contact_page  ==================================================*/

#tem562_contact_page .wdc-title-shortcode {
    display: none;
}
.contact-details .sprocess-title {
    margin-bottom: 25px;
}
.contact-cont .head-cont {
    font-size: 12px;
    color: #90a1b9;
    font-weight: 700 !important;
    margin: 0;
    padding-bottom: 3px;
}
.contact-cont .cont-para {
    font-size: 16px;
    color: #314158;
}
.contact-cont {
    display: flex;
    margin: 20px 0;
}
.contactc-icon span {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    color: var(--light-text);
}
.contactc-icon {
    margin-right: 15px;
}
.contact-cont .cont-para a {
    display: block;
    color: #314158;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.contact-cont .cont-para.mail-p a {
    font-size: 15px;
}
.contact-cont .cont-para a:hover {
    color: var(--primary-color);
}
#tem562_contact_page .vc_custom_1498215702403 {
    background: #f8fafc;
}
.cont_block {
    box-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);
    padding: 10px 30px;
    background: #fff;
    border-radius: 20px;
}
#tem562_contact_page .enq_form button[type="submit"] {
    width: 100%;
    margin: 0 !important;
    background: var(--primary-color);
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
    --tw-shadow-color: #001c6833;
    font-family: var(--theme-font);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
#tem562_contact_page .contact_via {
    display: flex;
    margin-bottom: 30px;
    text-align: center;
}
#tem562_contact_page .contact_btn {
    margin: 0 -10px !important;
}
#tem562_contact_page .enq_form {
    padding: 0 0 10px;
}
#tem562_contact_page .cont_htit {
    text-align: center;
    font-size: 12px;
    color: #90a1b9;
}
#tem562_contact_page .contact_btn a {
    border: 1px solid #e2e8f0;
    padding: 9px 16px;
    text-align: center;
    margin: 0px;
    border-radius: 10px;
    transition-duration: .2s;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#tem562_contact_page .contact_btn a {
    color: #45556c;
    font-weight: 600;
    position: relative;
    padding-right: 5px;
}
#tem562_contact_page .whatsapp.contact_btn a:before {
    position: absolute;
    content: '\f232';
    font-family: 'FontAwesome';
    left: 12px;
    background: #1c9d4c;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
}
#tem562_contact_page .Callus.contact_btn a:before {
    position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    left: 28px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    color: #001c68;
    font-size: 18px;
}
#tem562_contact_page .Emialus.contact_btn a:before {
    position: absolute;
    content: '\f0e0';
    font-family: 'FontAwesome';
    left: 20px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    color: #001c68;
}
#tem562_contact_page .form-control {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-top: 5px;
}
#tem562_contact_page label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #62748e;
}
#tem562_contact_page .whatsapp.contact_btn a:hover {
    background: #f0fdf4;
    border: 1px solid #00c758 !important;
}
#tem562_contact_page .whatsapp.contact_btn:hover a {
    color: #00a544 !important;
}

#tem562_contact_page .Callus.contact_btn a:hover {
    background: #001c680d;
    border: 1px solid #001c68 !important;
}
#tem562_contact_page .Callus.contact_btn:hover a {
    color: #001c68 !important;
}

#tem562_contact_page .Emialus.contact_btn a:hover {
    background: #001c680d;
    border: 1px solid #001c68 !important;
}
#tem562_contact_page .Emialus.contact_btn:hover a {
    color: #001c68 !important;
}









/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media(max-width:767px){
.steps-line {
    display:none ;
}
.whoweare-cont {
    padding: 0;
}
.tp-caption {
    left: 0px !IMPORTANT;
}
.tp-caption p {
    font-size: 32px !important;
    line-height: 38px !important;
    width: 100%;
    margin-left: 0px !IMPORTANT;
    top: 160px !important;
    position: relative;
    padding: 0 10px !important;
}
.tp-caption.text1 {
    font-size: 16px !important;
    line-height: 26px !important;
    width: 100%;
    top: 300px !important;
    padding: 0 10px !important;
}
#rev_slider_1_1_wrapper .ban_btn .serv-btn {
    padding: 10px 23px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
#rev_slider_1_1_wrapper .ban_btn {
    position: absolute;
    top: unset;
    left: 10px;
    display: block;
    bottom: 55px;
}
#rev_slider_1_1_wrapper .ban_btn .contact-btn {
    padding: 5px 25px;
    font-size: 14px;
    display: inline-block;
}
.qc_btn_block .hidden-blk {
    display: none !important;
}
#rev_slider_1_1_wrapper {
    height: 550px !important;
}
.rev_slider {
    height: 550px !important;
}
.steps-row {
    flex-direction: column;
}
.step {
    width: 50% !important;
}
.steps-row {
    display: block;
}
.step:last-child {
    width: 100% !important;
    margin-bottom: 0;
}
.confidence {
    padding: 40px 0 40px;
}
.cta-bar {
    padding: 30px 30px;
    margin: 10px 0px;
}
.promoters-cont {
    height: 100%;
}
.tp-caption p span {
    font-size: 32px !important;
    display: block;
    line-height: 38px !important;
}
.tp-bgimg.defaultimg {
    background-position: 83% 50% !important;
}
.section-title {
    font-size: 24px;
    line-height: 32px;
}
.sec-padding {
    padding: 40px 0;
}
blockquote {
    line-height: 24px;
    font-size: 18px;
    margin: 0px 10px;
    padding: 0 25px;
}
.what-we-do {
    padding: 40px 0 40px;
}
.why-choose {
    padding: 40px 0;
}
.industries {
    padding: 40px 0;
}
.approach {
    padding: 40px 0 40px;
}
.cta-bar {
    padding: 30px 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.promoters {
    padding: 40px 0;
}
.gallery {
    padding: 40px 0 40px;
}
.footer-main {
    padding: 0 0 0px;
}
.footer {
    padding-bottom: 20px;
}
#qcnavbarmenu {
    width: 100%;
    margin: 0 !important;
}
.qc-brand-block .navbar-toggle {
    color: var(--primary-color);
    font-size: 22px;
    border: unset;
}
.hero h2 {
    font-size: 28px;
}
.hero p {
    font-size: 16px;
}
.hero {
    padding: 30px 0 60px;
}
.foundation-section {
    padding: 60px 0 60px;
}
.fnd-card {
    padding: 20px;
}
.abwhy-dflex {
    display: block;
}
.why-content {
    padding-left: 10px;
}
.why-section {
    padding: 40px 0 60px;
}
.navbar-nav > li > a {
    margin: 0 0px;
}
#servicepg-id .service-sec .text-center-block {
    margin-bottom: 40px;
}
.ndt-section {
    padding: 40px 0;
}
.authority-section {
    padding: 40px 0;
}
#servicepg-id .service-sec {
    padding: 40px 0;
}
.isotope-img-container {
    width: 100%;
    height: 100%;
}
#tem562_contact_page .contact_btn {
    margin-bottom: 15px !important;
}
#tem562_contact_page .contact_via {
    display: block;
    margin-bottom: 200px;
}
.soview-dflex {
    display: block;
}
.soverview-cont {
    margin-top: 20px;
}
.overview-section {
    padding: 60px 0 40px;
}
.process-section {
    padding: 40px 0 40px;
}
.sstack-title {
    text-align: center;
}
.sstack-title .title-underline {
    margin: 0 auto 0;
}
.stack-section {
    padding: 40px 0 40px;
}
.director-card {
    padding: 20px 10px;
    display: block;
    text-align: center;
}
.modal-dialog {
    padding: 10px;
}
.modal-content {
    padding: 20px;
    border-radius: 20px;
    height: 600px;
    margin-top: 65px;
    text-align: center;
}
.exp-label {
    margin-bottom: 20px;
}
.intro-text {
    text-align: initial;
}
.panel {
    padding: 20px 0px 0;
    text-align: initial;
}
.profile-name br {
    display: none;
}
.director-card h3 {
    font-size: 20px;
    line-height: 1.4;
}
.director-meta {
    line-height: 1.7;
}
.director-card .name-row {
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.director-card img {
    margin-right: 0px;
}
.role-tag {
    padding: 2px 8px;
}
.board-section {
    padding: 40px 0;
}
.servhidcont-bcont {
    grid-template-columns: 1fr;
}
#tem562_contact_page .contact_btn a:before {
    left: 60px !important;
}







}



/* =========================================
   NDT CSS-ONLY FILTER
   ========================================= */

.ndt-section .ndt-detail {
    display: none;
    animation: ndtFadeIn 0.45s ease;
}

/* Show selected detail */
.ndt-section .ndt-detail:target {
    display: block;
}

/* Show first item by default */
.ndt-section .ndt-detail:first-of-type {
    display: block;
}

/* When another item is selected,
   hide the default first item */
.ndt-section:has(.ndt-detail:target)
.ndt-detail:first-of-type {
    display: none;
}


/* =========================================
   FILTER LIST
   ========================================= */

.ndt-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ndt-list li {
    margin-bottom: 10px;
}

.ndt-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* Circle icon */
.ndt-list li a .fa-circle {
    font-size: 7px;
    transition: all 0.3s ease;
}


/* Hover */
.ndt-list li a:hover {
    padding-left: 24px;
}


/* =========================================
   ACTIVE FILTER USING :has()
   ========================================= */

/* Rebound Hammer */
.ndt-section:has(#ndt-detail-id1:target)
.ndt-list li:nth-child(1) a,

/* UPV */
.ndt-section:has(#ndt-detail-id2:target)
.ndt-list li:nth-child(2) a,

/* Carbonation */
.ndt-section:has(#ndt-detail-id3:target)
.ndt-list li:nth-child(3) a,

/* Concrete Core */
.ndt-section:has(#ndt-detail-id4:target)
.ndt-list li:nth-child(4) a,

/* Half Cell */
.ndt-section:has(#ndt-detail-id5:target)
.ndt-list li:nth-child(5) a,

/* Chemical Analysis */
.ndt-section:has(#ndt-detail-id6:target)
.ndt-list li:nth-child(6) a {
    font-weight: 600;
}

/* =========================================
   ANIMATION
   ========================================= */

@keyframes ndtFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .ndt-list {
        margin-bottom: 25px;
    }

    .ndt-list li {
        margin-bottom: 6px;
    }

    .ndt-list li a {
        padding: 12px 15px;
    }

    .ndt-list li a:hover {
        padding-left: 18px;
    }

}
.ndt-section .ndt-detail.show {
    display: none !important;
}

.ndt-section .ndt-detail.active {
    display: block !important;
}











