/* Small, shared refinements layered over the original Sayalsan theme. */
:root { --site-ink: #252a30; --site-muted: #5c6269; }
body { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.8; color: var(--site-muted); }
h1, h2, h3, h4, h5, h6, .site-button, .header-nav { font-family: "Poppins", sans-serif; }
h1, h2, h3, h4 { line-height: 1.35; }
img { max-width: 100%; height: auto; }
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid #ff8a50; outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: #fff; color: #222; z-index: 10000; }
.skip-link:focus { top: 12px; }
main:focus { outline: none; }
.site-button { font-size: 14px; font-weight: 600; padding: 13px 25px; min-height: 46px; }
.site-header { position: sticky; top: -46px; z-index: 1000; }
.site-header .top-bar { padding: 0; }
.site-header .top-bar .row { margin: 0; min-height: 44px; }
.site-header .top-bar .row { flex-wrap: nowrap; }
.site-header .top-bar .dlab-topbar-left, .site-header .top-bar .dlab-topbar-right { width: auto; padding: 0; }
.site-header .top-bar a { font-size: 13px; }
.site-header .top-bar .site-button { padding: 11px 22px; }
.site-header .main-bar { border-bottom: 1px solid #edf0f2; }
.site-header .main-bar > .container { display: flex; align-items: center; min-height: 92px; }
.site-header .main-bar > .container::before, .site-header .main-bar > .container::after { display: none; }
.site-header .logo-header { width: 206px; min-width: 180px; height: 88px; padding: 12px 0; float: none; }
.site-header .logo-header a { display: flex; align-items: center; height: 100%; }
.site-header .logo-header img { max-width: 200px; max-height: 66px; width: auto; object-fit: contain; }
.site-header .header-nav { margin-left: auto; padding: 0; }
.header-nav .nav > li > a, .header-nav .nav > li > .submenu-toggle { padding: 33px 15px; font-size: 14px; font-weight: 500; line-height: 26px; color: #24282e; }
.site-header .header-nav .nav a, .site-header .header-nav .submenu-toggle { font-family: "Poppins", sans-serif; }
.submenu-toggle { display: flex; align-items: center; gap: 10px; border: 0; background: transparent; cursor: pointer; }
.header-nav .nav > li.active > .submenu-toggle, .header-nav .nav > li > .submenu-toggle:hover { color: var(--color-primary, #ff5e14); }
.menu-chevron { display: inline-block; width: 6px; height: 6px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); margin-top: -3px; }
.header-nav .nav > li .sub-menu { width: 262px; border-top: 3px solid var(--color-primary, #ff5e14); box-shadow: 0 10px 30px #17212d1a; }
.header-nav .nav > li .sub-menu li a { padding: 12px 18px; font-size: 14px; line-height: 1.5; }
.header-nav .nav > li.menu-open .sub-menu { opacity: 1; visibility: visible; margin-top: 0; display: block; }
.site-header .navbar-toggler { margin-left: auto; }

.site-hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 540px; min-height: clamp(470px, 65vh, 680px); overflow: hidden; background: #2b3034; }
.site-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #0d141bd9 0%, #111820a1 48%, #11182026 100%); }
.site-hero-content { max-width: 780px; padding: 76px 0; color: #fff; }
.site-hero h1 { margin: 0 0 25px; color: #fff; font-size: clamp(34px, 3.7vw, 56px); font-weight: 600; line-height: 1.22; letter-spacing: -1.2px; }
.site-hero p { max-width: 585px; margin-bottom: 30px; font-size: 17px; line-height: 1.85; color: #ffffffeb; }
.site-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.site-hero-actions .site-button { min-width: 158px; text-align: center; padding: 13px 29px; border: 1px solid transparent; }
.site-hero-actions .outline { border-color: #ffffffaa; background: transparent; }
.site-hero-actions .outline:hover { background: #fff; color: #24282e; }
.button-rounded { border-radius: 30px; }
.contact-action.style2 { padding: 48px 0; }
.contact-action.style2 .row { align-items: center; }
.contact-action.style2 .title { font-size: 22px; margin: 0 0 16px; }
.contact-action.style2 .contact-no { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 30px; }
.contact-action.style2 .contact-left, .contact-action.style2 .contact-right { float: none; padding: 0; width: auto; border: 0; }
.contact-action.style2 .no { font-family: "Poppins", sans-serif; font-size: clamp(24px, 3vw, 36px); line-height: 1.3; margin: 0; white-space: nowrap; }
.contact-action.style2 .no a { color: #ff8a50; }
.contact-action.style2 .appointment-btn { margin: 0; }
.contact-action.style2 .contact-img-bx { position: relative; align-self: stretch; }
.contact-action.style2 .contact-img-bx img { position: absolute; right: 30px; bottom: -48px; width: auto; height: 215px; max-width: 100%; object-fit: contain; }
.content-inner { padding-top: 72px; padding-bottom: 42px; }
.section-head { margin-bottom: 38px; }
.section-head .title { font-size: 34px; margin-bottom: 16px; }
.section-head p { max-width: 700px; margin-left: auto; margin-right: auto; font-size: 16px; line-height: 1.8; }
.service-box.style3 { display: flex; margin-bottom: 30px; }
.service-box.style3 .icon-bx-wraper { width: 100%; padding: 36px 30px; border: 1px solid #e7e9ed; box-shadow: 0 5px 18px #17212d05; }
.service-box.style3 .icon-lg { margin-bottom: 25px; }
.service-box.style3 .icon-lg i { font-size: 46px; line-height: 1; }
.service-box.style3 .dlab-tilte { font-size: 21px; line-height: 1.45; margin-bottom: 15px; min-height: 61px; }
.service-box.style3 p { line-height: 1.8; margin-bottom: 0; }
.service-box.style3 .icon-bx-wraper:hover p, .service-box.style3 .icon-bx-wraper:hover .dlab-tilte a { color: #252a30; }
.service-box.style3 .icon-bx-wraper:focus-within { border-color: var(--color-primary, #ff5e14); }

.dlab-bnr-inr { height: 240px; }
.dlab-bnr-inr h1 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 16px; }
.breadcrumb-row ul li { font-size: 14px; }
.product-copy h2 { font-size: 25px; margin-top: 30px; margin-bottom: 16px; }
.product-copy h3 { font-size: 21px; margin-top: 25px; margin-bottom: 14px; }
.product-copy p { margin-bottom: 20px; line-height: 1.9; }
.product-copy .dlab-info { padding-top: 0; margin-top: 0; }
.product-images img { width: 100%; border-radius: 3px; }
.product-sidebar .widget { margin-bottom: 24px; }
.product-sidebar .widget-title { font-size: 20px; }
.product-sidebar .menu li a { font-size: 14px; line-height: 1.65; }
.product-sidebar [aria-current="page"] { font-weight: 600; }
.product-sidebar h3 { font-size: 20px; }
.product-sidebar .site-button { padding-left: 16px; padding-right: 16px; }
.our-story .title { font-size: 34px; }
.our-story p { max-width: 570px; }
.our-story-thum img { width: 100%; }
.box-about-list > .row { margin-left: 0; margin-right: 0; }
iframe { max-width: 100%; }
.contact-page .contact-info, .contact-options { height: 100%; }
.certificate-card { height: 100%; }
.certificate-card h2, .certificate-card h3 { font-size: 20px; }
.certificate-grid .post { display: flex; }
.certificate-grid .blog-post { width: 100%; }
.certificate-grid .dlab-info { height: calc(100% - 99px); }
.certificate-grid .post-title { min-height: 58px; }
.contact-style-1 .seth { height: 100%; }
.contact-style-1 .icon-content a { overflow-wrap: anywhere; }

.site-footer.style1 { padding-top: 44px; }
.site-footer .ft-contact { display: grid; grid-template-columns: 1.35fr 1fr 1fr; }
.site-footer .ft-contact .ft-contact-bx { width: auto; max-width: none; min-width: 0; padding: 28px 22px 28px 78px; }
.site-footer .ft-contact .ft-contact-bx img { left: 22px; top: 32px; width: 38px; height: 38px; object-fit: contain; }
.site-footer .ft-contact .ft-contact-bx .title { font-size: 18px; margin-bottom: 8px; }
.site-footer .ft-contact .ft-contact-bx p { font-size: 14px; line-height: 1.8; }
.site-footer .ft-contact a { color: #fff; overflow-wrap: anywhere; }
.site-footer .footer-top { padding: 55px 0 20px; }
.site-footer .footer-title { font-size: 20px; margin-bottom: 23px; }
.site-footer .widget p, .site-footer .widget a { font-size: 14px; }
.site-footer .widget p { line-height: 1.9; }
.site-footer .widget .list-2 { padding-left: 0; }
.site-footer .widget .list-2 li { margin-bottom: 10px; }
.site-footer .footer-bottom-in { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; }
.site-footer .footer-logo { margin: 0; float: none; max-width: 205px; }
.site-footer .footer-logo img { width: 190px; }
.copyright { margin: 0; font-size: 13px; color: #c1c5cb; }
.scroltop { display: none; width: 46px; height: 46px; padding: 0; font-size: 26px; right: 22px; bottom: 22px; border-radius: 3px; }
.scroltop.is-visible { display: block; }

/* Recover the theme's missing icon families with the local Font Awesome set. */
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, .ti-email::before, .ti-location-pin::before, .ti-mobile::before { font-family: FontAwesome; font-style: normal; font-weight: normal; }
.flaticon-factory::before, .flaticon-factory-1::before { content: "\f275"; }
.flaticon-robot-arm::before, .flaticon-settings::before { content: "\f085"; }
.flaticon-fuel-station::before { content: "\f1b3"; }
.flaticon-worker::before { content: "\f0ad"; }
.ti-email::before { content: "\f003"; }
.ti-location-pin::before { content: "\f041"; }
.ti-mobile::before { content: "\f10b"; }

@media (min-width: 992px) {
    .header-nav .nav > li.menu-group:hover > .submenu-toggle { color: var(--color-primary, #ff5e14); }
}
@media (max-width: 1199px) {
    .header-nav .nav > li > a, .header-nav .nav > li > .submenu-toggle { padding-left: 10px; padding-right: 10px; }
    .site-footer .ft-contact .ft-contact-bx { padding-left: 63px; padding-right: 15px; }
    .site-footer .ft-contact .ft-contact-bx img { left: 16px; width: 30px; }
}
@media (max-width: 991px) {
    .site-header .main-bar > .container { flex-wrap: wrap; min-height: 80px; }
    .site-header .logo-header { height: 80px; width: 185px; }
    .site-header .logo-header img { max-width: 180px; max-height: 56px; }
    .site-header .header-nav { position: static; width: 100%; max-width: none; height: auto !important; flex-basis: 100%; margin: 0; left: auto; transform: none; background: #fff; box-shadow: none; overflow: visible; }
    .site-header .header-nav.collapse:not(.show) { display: none; }
    .site-header .header-nav.show { max-height: calc(100dvh - 80px); overflow-y: auto; }
    .site-header .header-nav.collapsing { overflow: hidden; }
    .site-header .header-nav .nav { display: block; width: 100%; padding: 8px 0 18px; margin: 0; float: none; }
    .header-nav .nav > li { float: none; width: 100%; border-bottom: 1px solid #edf0f2; }
    .header-nav .nav > li > a, .header-nav .nav > li > .submenu-toggle { display: flex; justify-content: space-between; width: 100%; padding: 13px 5px; font-size: 15px; }
    .header-nav .nav > li .sub-menu, .header-nav .nav > li:hover .sub-menu { display: none; position: static; visibility: visible; opacity: 1; width: 100%; margin: 0; padding: 5px 10px 12px; border: 0; background: #f7f8fa; box-shadow: none; }
    .header-nav .nav > li.menu-open .sub-menu { display: block; }
    .header-nav .nav > li .sub-menu li a { padding: 11px 14px; }
    .site-hero { min-height: 500px; }
    .site-hero-content { padding: 65px 0; }
    .contact-action.style2 .contact-img-bx { display: none; }
    .product-images { display: flex; gap: 20px; align-items: flex-start; }
    .product-images > .dlab-box { flex: 1; min-width: 0; }
    .site-footer .ft-contact { grid-template-columns: 1fr; }
    .site-footer .ft-contact .ft-contact-bx { padding: 22px 25px 22px 85px; }
    .site-footer .ft-contact .ft-contact-bx + .ft-contact-bx { border-top: 1px solid #ffffff33; }
    .site-footer .ft-contact .ft-contact-bx::after { display: none; }
    .site-footer .ft-contact .ft-contact-bx img { left: 27px; top: 26px; width: 36px; }
}
@media (max-width: 575px) {
    .site-header { top: -44px; }
    .container { padding-left: 22px; padding-right: 22px; }
    .site-header .top-bar .dlab-topbar-left ul li { padding-right: 14px; }
    .site-header .top-bar .site-button { font-size: 12px; padding: 10px 13px; min-height: 42px; }
    .site-header .top-bar a { font-size: 12px; }
    .site-hero { min-height: 490px; }
    .site-hero::after { background: #101922b3; }
    .site-hero-image { object-position: 60% center; }
    .site-hero-content { padding: 56px 0; }
    .site-hero h1 { font-size: clamp(29px, 8vw, 37px); letter-spacing: -0.8px; }
    .site-hero p { font-size: 16px; line-height: 1.8; }
    .site-hero-actions { gap: 10px; }
    .site-hero-actions .site-button { min-width: 0; padding: 12px 23px; }
    .contact-action.style2 { padding: 34px 0; }
    .contact-action.style2 .title { font-size: 19px; line-height: 1.6; }
    .contact-action.style2 .contact-no { gap: 18px; }
    .contact-action.style2 .no { font-size: 27px; }
    .content-inner { padding-top: 48px; padding-bottom: 18px; }
    .section-head { margin-bottom: 28px; }
    .section-head .title, .our-story .title { font-size: 28px; }
    .service-box.style3 .dlab-tilte { min-height: 0; }
    .service-box.style3 .icon-bx-wraper { padding: 30px 27px; }
    .dlab-bnr-inr { height: 205px; }
    .dlab-bnr-inr h1 { font-size: 28px; }
    .product-copy h2 { font-size: 23px; }
    .product-images { display: block; }
    .site-footer.style1 { padding-top: 28px; }
    .site-footer .footer-top { padding-top: 36px; }
    .site-footer .footer-bottom-in { flex-direction: column; align-items: flex-start; gap: 15px; }
    .copyright { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
