:root { --navy: #0f2d4e; --navy2: #173d68; --gold: #c8861a; --gold2: #e6a526; --ink: #1a1a1a; --light: #f7f7f6; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Nunito", sans-serif; letter-spacing: 0.2px; font-size: 15px; color: var(--ink); line-height: 1.6; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
.page-placeholder { min-height: 600px; background: var(--navy); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.25); font-size: 14px; }
span.hc-item a { color: #171717;text-decoration-line: none; }
.idtp-footer-acc-body a { color: white;text-decoration-line: none; }
button:focus { outline: none; box-shadow: none; }
.site-header { position: sticky; top: 0; z-index: 1050; background: #ffffff; box-shadow: none; }
.hdr-wrap { max-width: 1180px; height: 100px; margin: 0 auto; padding: 0 0; display: grid; grid-template-columns: 268px minmax(0, 1fr); grid-template-rows: 44px 52px; align-items: center; }
.hdr-row1 { display: contents; }
.hdr-row2 { grid-column: 2; grid-row: 2; align-self: stretch; }
.site-logo { grid-column: 1; grid-row: 1 / 3; display: flex; align-items: center; justify-content: flex-start; flex-shrink: 0; height: 96px; }
.site-logo img { width: 142px; height: auto; max-height: 76px; object-fit: contain; }
.hdr-contact { grid-column: 2; grid-row: 1; display: flex; align-items: center; justify-content: flex-end; gap: 0 9px; padding-top: 14px; font-size: 16px; font-weight: 400; color: #171717; line-height: 1; white-space: nowrap; }
.hc-item { display: inline-flex; align-items: center; gap: 7px; }
.hc-icon { color: var(--gold); font-size: 18px; line-height: 1; }
.hc-sep { color: #151515; font-size: 18px; font-weight: 400; padding: 0 3px; line-height: 1; }
.mob-toggle { border: 0; background: transparent; padding: 0; cursor: pointer; }
.menu-icon { width: 28px; height: 28px; transition: .25s ease; }
.mob-toggle .tbar { display: block; width: 25px; height: 2px; background: var(--navy2); border-radius: 2px; transition: transform .28s ease, opacity .28s ease; }
.mob-toggle[aria-expanded="true"] .tbar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mob-toggle[aria-expanded="true"] .tbar:nth-child(2) { opacity: 0; }
.mob-toggle[aria-expanded="true"] .tbar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-panel { height: 100%; }
.mob-contact { display: none; }
.main-nav { display: flex; align-items: stretch; justify-content: flex-end; height: 100%; list-style: none; margin: 0; padding: 0; gap: 35px; }
.main-nav .nav-item { position: relative; }
.main-nav .nav-item > a { display: flex; align-items: center; gap: 5px; height: 100%; padding: 15px 0 18px 0px; font-size: 16px; font-weight: 400; color: #111111; white-space: nowrap; line-height: 1.2; transition: color .18s ease; }
.main-nav .nav-item > a:hover { color: var(--gold); text-decoration: none; }
.main-nav .nav-item.nav-active > a { color: var(--gold); font-weight: 500; position: relative; }
.main-nav .nav-item.nav-active > a::after { content: ''; position: absolute; bottom: 8px; left: 0px; right: 0px; height: 2px; background: repeating-linear-gradient(90deg, var(--gold) 0px, var(--gold) 5px, transparent 5px, transparent 9px); }
.nav-chev { font-size: 10px; color: inherit; display: inline-block; transition: transform .2s ease; }
.has-drop:hover .nav-chev, .has-drop.drop-open .nav-chev { transform: rotate(180deg); }
.drop-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 290px; background: #ffffff; border-top: 3px solid var(--gold); border-radius: 0 0 10px 10px; box-shadow: 0 12px 30px rgba(0, 0, 0, .13); list-style: none; padding: 6px 0; margin: 0; z-index: 700; }
.has-drop:hover .drop-menu, .has-drop.drop-open .drop-menu { display: block; }
.drop-menu li a { display: block; padding: 11px 22px; font-size: 15px; font-weight: 400; color: #333; border-left: 3px solid transparent; transition: background .15s, color .15s, padding-left .15s; }
.drop-menu li a:hover { background: #fef8ee; color: var(--gold); padding-left: 27px; border-left-color: var(--gold); text-decoration: none; }
.drop-menu li + li { border-top: 1px solid #f2f2f2; }
.drop-menu li a.drop-active, .drop-menu li a.drop-active:hover { background: #fff4df; color: var(--gold); border-left-color: var(--gold); font-weight: 500; padding-left: 27px; }
.idtp-banner { width: 100%; overflow: hidden; background: #0f2d4e; }

.idtp-banner-actions { display: flex; align-items: center; gap: 14px; }
.idtp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 15px; height: 50px; padding: 0 8px 0 20px; border-radius: 25px; background: #f0a326; color: #0d1f35; font-size: 16px; line-height: 1; font-weight: 500; text-decoration: none; min-width: 132px; transition: transform .2s ease, background .2s ease; }
.idtp-btn:hover { color: #0d1f35; text-decoration: none; background: #ffb136; transform: translateY(-1px); }
.idtp-btn span { width: 28px; height: 28px; border-radius: 50%; background: #183c63; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; transform: rotate(-45deg); }

.idtp-banner-tabs-shell { width: 100%; background: #e9e9e9; }
.idtp-banner-tabs { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; max-width: 960px; height: 120px; margin: 0 auto; background: #e9e9e9; }
.idtp-tab { position: relative; border: 0; background: #e9e9e9; color: #252525; padding: 15px 15px 15px 15px; text-align: left; cursor: pointer; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; transition: background .25s ease, color .25s ease; outline: none !important; }
.idtp-tab::before { content: ''; position: absolute; left: 0; top: -16px; width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-bottom: 16px solid #222222; opacity: 0; transition: opacity .25s ease; }
.idtp-tab:not(:first-child)::before { left: 27px; }
.idtp-tab strong { display: block; margin: 0 0 12px; font-size: 18px; line-height: 1; font-weight: 800; color: inherit; }
.idtp-tab span { display: block; font-size: 16px; line-height: 25px; font-weight: 400; color: inherit; }
.idtp-tab.is-active { background: #222222; color: #ffffff; }
.idtp-tab.is-active::before { opacity: 1; left: 27px; }
.idtp-tab:hover:not(.is-active) { background: #dedede; }

.idtp-about { position: relative; width: 100%; overflow: hidden; padding: 96px 0 96px; background: #ffffff; }
.idtp-about-bg { position: absolute; pointer-events: none; z-index: 0; user-select: none; }
.idtp-about-bg-top { left: 0; top: 0; width: 708px; max-width: 52vw; height: auto; }
.idtp-about-bg-bottom { right: 0; bottom: 0; width: 1000px; max-width: 73vw; height: auto; }
.idtp-about-wrap { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 0 15px; display: grid; grid-template-columns: 410px minmax(0, 1fr); align-items: center; gap: 60px; }
.idtp-about-media { position: relative; min-height: 554px; display: flex; align-items: center; justify-content: center; }
.idtp-about-shape { position: absolute; left: 18px; top: 8px; width: 374px; height: 536px; border-radius: 20px 28px 34px 28px; background: #f5a82b; transform: rotate(6deg); z-index: 1; }
.idtp-about-photo { position: relative; z-index: 2; width: 378px; height: 538px; border-radius: 22px; overflow: hidden; background: #eeeeee; box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.idtp-about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.idtp-about-content { position: relative; padding-top: 4px; }
.idtp-about-label { display: block; margin: 0 0 20px; color: #101010; font-size: 20px; line-height: 1; font-weight: 700; }
.idtp-about-content h2 { margin: 0 0 22px; color: #c7871b; font-family: "Nunito", sans-serif; font-size: 48px; line-height: 1.22; font-weight: 500; }
.idtp-about-content h2 span { color: #10294e; }
.idtp-about-content p { max-width: 760px; margin: 0 0 20px; color: #111111; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-about-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-top: 10px; }
.idtp-about-btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-width: 186px; height: 50px; padding: 0 8px 0 24px; border-radius: 26px; background: linear-gradient(90deg,#ffbd2d 0%,#f3a823 100%); color: #080808; font-size: 15px; line-height: 1; font-weight: 500; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.idtp-about-btn:hover { color: #080808; text-decoration: none; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(243,168,35,.22); }
.idtp-about-btn span { width: 36px; height: 36px; border-radius: 50%; background: #153a64; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; transform: rotate(-45deg); }
.idtp-exp-card { width: 260px; min-height: 148px; border: 1px solid #c8c8c8; border-radius: 20px; background: rgba(255,255,255,.82); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 18px 18px 14px; }
.idtp-exp-card strong { display: block; margin: 0 0 6px; font-size: 74px; line-height: .82; font-weight: 800; color: #78a824; color: #78a824; }
.idtp-exp-card strong img { display: block; width: 60%; max-width: 100%; height: auto; margin: 0 auto; padding-bottom: 5px; }
.idtp-exp-card span { display: block; color: #111111; font-size: 16px; line-height: 1.15; font-weight: 500; }
.idtp-services { position: relative; width: 100%; overflow: hidden; padding: 82px 0 72px; background: #1f375d url('../assets/our-service-bg.webp') center center / cover no-repeat; }
.idtp-services::before { content: ''; position: absolute; inset: 0; z-index: 0; }
.idtp-services-wrap { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-services-head { max-width: 950px; margin: 0 auto 24px; text-align: center; }
.idtp-services-label { display: block; margin: 0 0 10px; color: #ffffff; font-size: 13px; line-height: 1; font-weight: 500; text-transform: uppercase; }
.idtp-services-head h2 { margin: 0 0 18px; color: #ffffff; font-family: "Nunito", sans-serif; font-size: 46px; line-height: 1.14; font-weight: 700; }
.idtp-services-head h2 span { color: #c7871b; }
.idtp-services-head p { margin: 0 auto; max-width: 980px; color: #ffffff; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-services-accordion { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.idtp-service-card { overflow: hidden; border-radius: 10px; background: transparent; box-shadow: none; }
.idtp-service-card.is-open { border-radius: 10px 10px 30px 30px; }
.idtp-service-toggle { width: 100%; min-height: 58px; border: 0; border-radius: 10px; background: #ffffff; color: #10294e; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 34px 0 44px; cursor: pointer; text-align: left; box-shadow: 0 2px 8px rgba(0,0,0,.10); }
.idtp-service-toggle span { display: block; font-size: 18px; line-height: 1.2; font-weight: 500; }
.idtp-service-toggle i { position: relative; flex: 0 0 18px; width: 18px; height: 18px; display: block; background: transparent; border-radius: 0; }
.idtp-service-toggle i::before, .idtp-service-toggle i::after { content: ''; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: #111111; border-radius: 0; transform: translate(-50%, -50%); transition: transform .28s ease, opacity .28s ease; }
.idtp-service-toggle i::after { transform: translate(-50%, -50%) rotate(90deg); }
.idtp-service-card.is-open .idtp-service-toggle i::after { opacity: 0; transform: translate(-50%, -50%) rotate(0deg); }
.idtp-service-body { display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); align-items: center; gap: 42px; max-height: 0; opacity: 0; overflow: hidden; margin-top: 12px; padding: 0 44px; background: #ffffff; border-radius: 30px; transition: max-height .42s ease, opacity .28s ease, padding .34s ease; }
.idtp-service-card.is-open .idtp-service-body { max-height: 620px; opacity: 1; padding-top: 42px; padding-bottom: 42px; }
.idtp-service-copy { min-width: 0; }
.idtp-service-copy h3 { margin: 0 0 18px; color: #10294e; font-family: "Nunito", sans-serif; font-size: 35px; line-height: 1.08; font-weight: 650; }
.idtp-service-copy h3 span { color: #c7871b; }
.idtp-service-copy p { margin: 0 0 18px; color: #050505; font-size: 16px; line-height: 28px; font-weight: 400; max-width: 470px; }
.idtp-service-copy ul { margin: 0 0 24px; padding: 0; list-style: none; }
.idtp-service-copy li { position: relative; margin: 0 0 8px; padding-left: 20px; color: #000000; font-size: 15px; line-height: 1.35; font-weight: 400; }
.idtp-service-copy li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #10294e; font-size: 14px; line-height: 1; font-weight: 700; background: none; width: auto; height: auto; border-radius: 0; }
.idtp-service-image { position: relative; width: 100%; height: 350px; border-radius: 26px; overflow: hidden; background: #d9d9d9; align-self: center; }
.idtp-service-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.idtp-service-card.is-open .idtp-service-image img { transform: scale(1.025); }
.idtp-service-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 130px; height: 42px; padding: 0 6px 0 20px; border-radius: 24px; background: #f2a323; color: #0b0b0b; font-size: 14px; line-height: 1; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.idtp-service-btn:hover { color: #0b0b0b; text-decoration: none; background: #ffb232; transform: translateY(-1px); box-shadow: 0 8px 16px rgba(242,163,35,.24); }
.idtp-service-btn span { width: 30px; height: 30px; border-radius: 50%; background: #153a64; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; transform: rotate(-45deg); }
.idtp-services-bottom { margin: 32px auto 0; padding: 0; border: 0; border-radius: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; text-align: center; }
.idtp-services-bottom p { margin: 0; max-width: 920px; color: #ffffff; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-service-bottom-btn { min-width: 150px; height: 46px; padding-left: 24px; font-size: 15px; }
.idtp-service-bottom-btn span { width: 34px; height: 34px; font-size: 15px; }
.idtp-workflow { position: relative; overflow: hidden; padding: 84px 0 92px; background: #ffffff; isolation: isolate; }
.idtp-workflow-bg { position: absolute; left: 50%; bottom: 34px; width: min(1180px, 96vw); height: 500px; transform: translateX(-50%); background: url('../assets/idtp-workflow-action-bg.webp') center bottom/contain no-repeat; opacity: none !important; pointer-events: none; z-index: -1; }
.idtp-workflow-wrap { position: relative; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; z-index: 1; }
.idtp-workflow-head { text-align: center; margin: 0 0 58px; }
.idtp-workflow-label { display: block; margin: 0 0 8px; color: #0b0b0b; font-size: 17px; line-height: 1.2; font-weight: 500; text-transform: uppercase; }
.idtp-workflow-head h2 { margin: 0; color: #000000; font-size: 48px; line-height: 1.08; font-weight: 800; }
.idtp-workflow-head h2 span { color: #c7871b; }
.idtp-workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; max-width: 1060px; margin: 0 auto; }
.idtp-workflow-col { display: flex; flex-direction: column; gap: 22px; }
.idtp-workflow-item { position: relative; display: flex; align-items: center; min-height: 96px; }
.idtp-workflow-icon { position: relative; z-index: 2; flex: 0 0 106px; width: 106px; height: 106px; margin-right: -53px; border-radius: 50%; background: #f2a323; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(242,163,35,.18); }
.idtp-workflow-icon img { width: 46px; height: 46px; display: block; }
.idtp-workflow-box { min-height: 84px; flex: 1 1 auto; padding: 16px 28px 16px 80px; border-radius: 0 24px 24px 0; background: #1d3d68; color: #ffffff; display: flex; align-items: center; font-size: 15px; line-height: 1.36; font-weight: 800; text-transform: uppercase; box-shadow: 0 8px 18px rgba(13,42,76,.08); }
.idtp-workflow-action { margin: 76px 0 0; text-align: center; }
.idtp-workflow-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 152px; height: 48px; padding: 0 7px 0 24px; border-radius: 25px; background: #f2a323; color: #0b0b0b; font-size: 15px; line-height: 1; font-weight: 700; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.idtp-workflow-btn:hover { color: #0b0b0b; text-decoration: none; background: #ffb232; transform: translateY(-2px); box-shadow: 0 12px 22px rgba(242,163,35,.28); }
.idtp-workflow-btn span { width: 34px; height: 34px; border-radius: 50%; background: #153a64; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; transform: rotate(-45deg); }
.idtp-workflow-section, .workflow-section { position: relative; overflow: hidden; }
.idtp-workflow-section::before, .workflow-section::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: url('../assets/idtp-workflow-action-bg.webp') no-repeat center bottom; background-size: 100% auto; z-index: 0; pointer-events: none; }
.idtp-workflow-section > .container, .workflow-section > .container { position: relative; z-index: 2; }
.idtp-industries { position: relative; padding: 86px 0 108px; background: #f6f6f6; overflow: hidden; }
.idtp-industries-bg { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 1005px; height: 343px; background: url('../assets/industries-we-serve.webp') center bottom/100% auto no-repeat; opacity: none !important; pointer-events: none; z-index: 0; }
.idtp-industries-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-industries-head { margin: 0 auto 54px; text-align: center; }
.idtp-industries-head h2 { margin: 0 0 18px; color: #050505; font-size: 46px; line-height: 1.12; font-weight: 800; }
.idtp-industries-head h2 span { color: #c7871b; }
.idtp-industries-head p { margin: 0; color: #1a1a1a; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-industries-list { max-width: 1010px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(15,37,67,.18); border-left: 1px solid rgba(15,37,67,.18); background: rgba(255,255,255,.78); backdrop-filter: blur(1px); }
.idtp-industry-item { min-height: 112px; display: flex; align-items: center; gap: 22px; padding: 26px 30px; border-right: 1px solid rgba(15,37,67,.18); border-bottom: 1px solid rgba(15,37,67,.18); }
.idtp-industry-icon { flex: 0 0 66px; width: 66px; height: 66px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.76); border: 1px solid rgba(29,61,104,.20); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.idtp-industry-icon img { width: 38px; height: 38px; display: block; }
.idtp-industry-item.is-featured .idtp-industry-icon { border-color: #f2a323; box-shadow: 0 12px 24px rgba(242,163,35,.20); }
.idtp-industry-item h3 { margin: 0; color: #122b4c; font-size: 18px; line-height: 1.35; font-weight: 700; }
.idtp-industry-item:hover .idtp-industry-icon { transform: translateY(-3px) scale(1.03); }
.idtp-industries-list { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 0; border-left: 0; background: transparent; backdrop-filter: none; }
.idtp-industry-item { min-height: 92px; display: grid; grid-template-columns: 96px 1fr; align-items: stretch; gap: 0; padding: 0; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.14); background: transparent; }
.idtp-industry-item:nth-child(odd) { border-right: 1px solid rgba(0,0,0,.14); }
.idtp-industry-item:nth-last-child(-n+2) { border-bottom: 0; }
.idtp-industry-icon { width: 96px; height: 92px; flex: 0 0 96px; border-radius: 0; display: flex; align-items: center; justify-content: center; background: transparent; border: 1px solid rgba(0,0,0,.22); border-bottom: 0; box-shadow: none; }
.idtp-industry-item:nth-child(7) .idtp-industry-icon, .idtp-industry-item:nth-child(8) .idtp-industry-icon { border-bottom: 1px solid rgba(0,0,0,.22); }
.idtp-industry-icon img { width: 50px; height: 50px; object-fit: contain; display: block; }
.idtp-industry-item.is-featured .idtp-industry-icon { border-color: rgba(0,0,0,.22); box-shadow: none; }
.idtp-industry-item h3 { margin: 0; display: flex; align-items: center; padding: 0 28px; color: #2a2a2a; font-size: 16px; line-height: 28px; font-weight: 600; text-transform: capitalize; }
.idtp-industry-item:hover .idtp-industry-icon { transform: none; }
.idtp-footer { background: #213f66; color: #fff; padding: 74px 0 118px; overflow: hidden; }
.idtp-footer-wrap { max-width: 1180px; width: 100%; }
.idtp-footer-wrap > .row { margin-left: 0; margin-right: 0; }
.idtp-footer-col { position: relative; padding: 0 35px; min-height: 520px; }
.idtp-footer-col:first-child { padding-left: 0; }
.idtp-footer-col:last-child { padding-right: 0; }
.idtp-footer-col:not(:last-child)::after { content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: rgba(255,255,255,.16); }
.idtp-footer h3 { margin: 0 0 28px; color: #d2941f; font-size: 23px; line-height: 1.15; font-weight: 800; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.idtp-footer h3 svg { width: 31px; height: 31px; fill: #fff; flex: 0 0 auto; }
.idtp-footer-links li { margin: 0 0 21px; }
.idtp-footer-links a { color: #fff; font-size: 16px; line-height: 25px; font-weight: 400; display: flex; gap: 7px; transition: color .25s ease, transform .25s ease; }
.idtp-footer-links a span { color: #e0a01f; font-size: 20px; line-height: 1; margin-top: 1px; flex: 0 0 auto; }
.idtp-footer-links a:hover { color: #f0ad31; transform: translateX(4px); }
/* Active footer link — matches header gold colour and weight */
.idtp-footer-links li.footer-nav-active > a { color: #f2a323; font-weight: 700; }
.idtp-footer-links li.footer-nav-active > a span { color: #f2a323; }
.idtp-footer-contact-block { margin-bottom: 46px; }
.idtp-footer-contact-block h3 { margin-bottom: 28px; }
.idtp-footer-contact-block h4 { margin: 0 0 8px; color: #fff; font-size: 20px; line-height: 1.22; font-weight: 800; text-transform: uppercase; }
.idtp-footer-contact-block p { margin: 0; color: #fff; font-size: 16px; line-height: 28px; }
.idtp-footer-contact-block.reach h3 { margin-bottom: 10px !important; }
.idtp-footer-contact-block.email h3 { margin-bottom: 10px !important; }
.idtp-footer-links a { text-decoration-line: none; }
.footer-section { position: relative; overflow: hidden; background-color: #243f68; background-image: url("../assets/footer-bg.webp"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.idtp-footer { position: relative; background-color: #213f66; background-image: none !important; overflow: hidden; z-index: 1; }
.idtp-footer::before { content: ""; position: absolute; width: 1285px; height: 690px; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url("../assets/footer-bg.webp") no-repeat center center; background-size: contain; pointer-events: none; z-index: 0; }
.idtp-footer > .container, .idtp-footer .idtp-footer-wrap { position: relative; z-index: 2; }
.idtp-footer-acc-icon { display: none; }
.idtp-footer-title-wrap { display: flex; align-items: center; gap: 10px; }
.idtp-copyright { position: relative; z-index: 3; display: flex; justify-content: center; align-items: center; margin: 16px auto 0; width: 100%; }
.idtp-copyright p { width: 100%; max-width: 930px; min-height: 42px; margin: 0; padding: 9px 28px; background: #fff; border-radius: 999px; color: #111; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 15px; line-height: 1.35; font-weight: 500; box-shadow: 0 5px 18px rgba(0,0,0,.08); }
.idtp-copyright a { color: #111; font-weight: 600; text-decoration: none; padding: 0px 5px; }
.idtp-copyright a:hover { color: #d2941f; }
span#idtpCopyrightYear { padding: 0px 5px; }
.idtp-footer-title-wrap img { width: 32px; height: 32px; }
.idtp-inner-banner { position: relative; min-height: 450px; width: 100%; overflow: hidden; background: #0f2d4e; display: flex; align-items: center; justify-content: center; }
.idtp-inner-banner-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.idtp-inner-banner-container { position: relative; z-index: 2; min-height: 348px; display: flex; align-items: center; justify-content: center; }
.idtp-inner-banner-content { text-align: center; width: 100%; transform: translateY(4px); }
.idtp-inner-banner h1 { margin: 0 0 40px; font-family: "Nunito", sans-serif; font-size: 40px; line-height: 1.16; font-weight: 500; color: #fff; }
.idtp-inner-banner h1 span { color: #d99a19; }
.idtp-inner-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 18px; line-height: 1; font-weight: 500; color: #fff; text-transform: capitalize; }
.idtp-inner-breadcrumb a { color: #fff; text-decoration: none; transition: color .2s ease; }
.idtp-inner-breadcrumb a:hover { color: #d99a19; text-decoration: none; }
.idtp-inner-breadcrumb span { color: #fff; text-decoration: none; }
.idtp-inner-breadcrumb span.idtp-breadcrumb-active { color: #d99a19; cursor: default; }
.idtp-breadcrumb-sep { font-size: 18px; line-height: 1; transform: translateY(-1px); opacity: .96; }
.idtp-about-iptd { position: relative; width: 100%; overflow: hidden; background: #ffffff; padding: 58px 0 72px; }
.idtp-about-iptd-container { max-width: 1180px; position: relative; z-index: 2; }
.idtp-about-iptd-top { margin-left: 0; margin-right: 0; }
.idtp-about-iptd-copy { padding-left: 0; padding-right: 42px; }
.idtp-about-iptd-copy h2 { margin: 0 0 4px; color: #c7871b; font-family: "Nunito", sans-serif; font-size: 39px; line-height: 1.1; font-weight: 500; }
.idtp-about-iptd-copy h4 { margin: 0 0 19px; color: #0a0a0a; font-family: "Nunito", sans-serif; font-size: 18px; line-height: 1.25; font-style: italic; font-weight: 600; }
.idtp-about-iptd-copy p { max-width: 610px; margin: 0 0 14px; color: #070707; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-about-iptd-features { max-width: 520px; margin: 12px 0 0; padding: 0; list-style: none; }
.idtp-about-iptd-features li { display: flex; align-items: center; min-height: 32px; margin: 0 0 6px; padding: 10px 18px; border-radius: 6px; background: #eeeeee; color: #111111; font-size: 16px; line-height: 1.25; font-weight: 500; }
.idtp-about-iptd-features li span { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 18px; margin-right: 2px; color: #1b1b1b; font-size: 17px; line-height: 1; }
.idtp-about-iptd-visual { padding-left: 28px; padding-right: 0; display: flex; justify-content: flex-end; }
.idtp-about-iptd-image-wrap { position: relative; width: 100%; margin-top: 58px; margin-right: 20px; }
.idtp-about-iptd-image { display: block; width: 100%; object-fit: cover; object-position: center; border-radius: 18px; box-shadow: none; }
.idtp-about-iptd-exp { position: absolute; right: -24px; bottom: -19px; width: 174px; min-height: 98px; padding: 13px 16px 12px; border-radius: 16px; background: #f7f7f7; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 5px 18px rgba(0,0,0,.05); }
.idtp-about-iptd-exp img { display: block; width: 105px; max-width: 100%; height: auto; margin: 0 auto 6px; }
.idtp-about-iptd-exp span { display: block; color: #111111; font-size: 12px; line-height: 1.15; font-weight: 500; }
.idtp-about-iptd-mv-row { margin-top: 15px; margin-left: -8px; margin-right: -8px; }
.idtp-about-iptd-mv-row > [class*="col-"] { padding-left: 8px; padding-right: 8px; }
.idtp-about-iptd-mv-card { min-height: 187px; border-radius: 14px; background: #fff8f3; padding: 31px 34px 28px; display: grid; grid-template-columns: 82px minmax(0,1fr); align-items: center; gap: 26px; }
.idtp-about-iptd-mv-icon img { display: block; width: 76px; height: 76px; object-fit: contain; }
.idtp-about-iptd-mv-content h3 { margin: 0 0 15px; color: #10294e; font-family: "Nunito", sans-serif; font-size: 27px; line-height: 1.1; font-weight: 700; }
.idtp-about-iptd-mv-line { position: relative; width: 100%; height: 2px; margin: 0 0 13px; background: #b7bbc3; }
.idtp-about-iptd-mv-line::before { content: ''; position: absolute; left: 0; top: 0; width: 65px; height: 2px; background: #10294e; }
.idtp-about-iptd-mv-content p { max-width: 350px; margin: 0; color: #0b0b0b; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-inner-banner-container, .idtp-about-iptd-container { width: 100%; max-width: 1180px; margin-left: auto; margin-right: auto; }
.idtp-about-iptd .row { margin-left: -15px; margin-right: -15px; }
.idtp-about-iptd .row > [class*="col-"] { padding-left: 15px; padding-right: 15px; }
.idtp-why-choose { position: relative; width: 100%; overflow: hidden; padding: 72px 0 82px; background: #1f375d url('../assets/about-why-choose.webp') center center / cover no-repeat; }
.idtp-why-choose::before { content: ''; position: absolute; inset: 0; background: rgba(12, 24, 34, .68); z-index: 0; }
.idtp-why-choose::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,28,39,.14) 0%, rgba(0,0,0,.18) 100%); z-index: 1; pointer-events: none; }
.idtp-why-wrap { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-why-heading { text-align: center; margin: 0 0 32px; }
.idtp-why-heading h2 { margin: 0; color: #ffffff; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.15; font-weight: 500; }
.idtp-why-heading h2 span { color: #d89a1d; }
.idtp-why-grid { width: 100%; max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 18px; }
.idtp-why-card { min-height: 160px; border-radius: 8px; background: #ffffff; padding: 30px 28px 26px 30px; display: grid; grid-template-columns: 58px minmax(0,1fr); align-items: start; column-gap: 20px; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.idtp-why-icon { width: 48px; height: 48px; color: #17365f; display: flex; align-items: flex-start; justify-content: center; margin-top: 2px; }
.idtp-why-icon svg { display: block; width: 48px; height: 48px; }
.idtp-why-content h3 { margin: 0 0 10px; color: #383838; font-family: "Nunito", sans-serif; font-size: 20px; line-height: 1.3; font-weight: 700; }
.idtp-why-content h3 span { color: #c6891d; }
.idtp-why-content p { margin: 0; color: #070707; font-size: 16px; line-height: 28px; font-weight: 500; }
.idtp-consultancy-divisions { position: relative; background: #ffffff; padding: 72px 0 68px; overflow: hidden; }
.idtp-consultancy-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-consultancy-head { text-align: center; max-width: 900px; margin: 0 auto 46px; }
.idtp-consultancy-head h2 { margin: 0 0 6px; color: #c28a1d; font-family: "Nunito", sans-serif; font-size: 44px; line-height: 1.12; font-weight: 500; }
.idtp-consultancy-head h4 { margin: 0 0 26px; color: #111111; font-family: "Nunito", sans-serif; font-size: 17px; line-height: 1.45; font-weight: 600; font-style: italic; }
.idtp-consultancy-head p { max-width: 720px; margin: 0 auto; color: #303030; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-consultancy-head p span { color: #c28a1d; font-weight: 700; }
.idtp-consultancy-grid { max-width: 1000px; margin: 0 auto; }
.idtp-consultancy-col { display: flex; margin-bottom: 48px; }
.idtp-consultancy-card { width: 100%; height: 100%; background: #ffffff; border: 1px solid rgba(0,0,0,.33); border-radius: 24px; overflow: hidden; min-height: 452px; display: flex; flex-direction: column; }
.idtp-consultancy-img { width: 100%; overflow: hidden; border-radius: 0 0 24px 24px; }
.idtp-consultancy-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.idtp-consultancy-card-body { padding: 24px 24px 22px; display: flex; flex-direction: column; flex: 1; }
.idtp-consultancy-card h3 { margin: 0 0 16px; color: #444444; font-family: "Nunito", sans-serif; font-size: 26px; line-height: 36px; font-weight: 500; }
.idtp-consultancy-card-body p { margin: 0 0 12px; color: #444444; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-consultancy-card ul { margin: 0 0 20px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; column-gap: 10px; row-gap: 15px; }
.idtp-consultancy-card li { position: relative; color: #3f3f3f; font-size: 15px; line-height: 25px; font-weight: 400; padding-left: 15px; width: calc(50% - 5px); }
.idtp-consultancy-card li::before { content: '✓'; position: absolute; left: 0; top: -1px; color: #2f3338; font-size: 13px; font-weight: 700; }
.idtp-consultancy-btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; align-self: flex-start; min-width: 138px; height: 38px; padding: 0 6px 0 16px; border-radius: 22px; background: #f4a51f; color: #101010; font-size: 14px; line-height: 1; font-weight: 700; text-decoration: none; transition: transform .25s ease, background .25s ease; }
.idtp-consultancy-btn:hover { color: #101010; background: #ffb62c; text-decoration: none; transform: translateY(-2px); }
.idtp-consultancy-btn span { width: 27px; height: 27px; border-radius: 50%; background: #183b66; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; transform: rotate(-45deg); flex-shrink: 0; }
.idtp-service-detail { position: relative; background: #fff; padding: 66px 0 72px; overflow: hidden; }
.idtp-service-detail-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-service-detail-top { margin-bottom: 50px; }
.idtp-service-detail-copy { padding-top: 5px; }
.idtp-service-detail-kicker { display: block; margin: 0 0 2px; font-family: "Nunito", sans-serif; color: #c28a1d; font-size: 29px; line-height: 1.15; font-weight: 500; }
.idtp-service-detail-copy h2 { margin: 0; color: #000; font-size: 43px; line-height: 1.07; font-weight: 800; }
.idtp-service-detail-line { display: block; width: 92px; height: 2px; background: #111; margin: 22px 0 26px; }
.idtp-service-detail-copy p { max-width: 675px; margin: 0 0 28px; color: #3c3c3c; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-service-detail-copy p:last-child { margin-bottom: 0; }
.idtp-service-detail-visual { display: flex; justify-content: flex-end; }
.idtp-service-detail-img { display: block; width: 100%; max-width: 328px; height: 382px; object-fit: cover; border-radius: 28px; }
.idtp-challenges-block { position: relative; max-width: 1040px; margin: 0 auto; padding: 0 0 4px; }
.idtp-challenges-bg { position: absolute; left: 50%; bottom: -48px; width: 720px; height: 470px; transform: translateX(-50%); background: url('../assets/common-industry-challenges.webp') center bottom/contain no-repeat; opacity: none !important; pointer-events: none; z-index: 0; }
.idtp-challenges-head { position: relative; z-index: 2; text-align: center; margin: 0 auto 34px; }
.idtp-challenges-head h2 { margin: 0 0 8px; color: #0f2d4e; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; }
.idtp-challenges-head p { margin: 0; color: #555; font-size: 16px; line-height: 28px; font-weight: 400; }
.idtp-challenges-row { position: relative; z-index: 2; margin-left: -30px; margin-right: -30px; }
.idtp-challenge-col { padding-left: 30px; padding-right: 30px; margin-bottom: 20px; }
.idtp-challenge-item { position: relative; min-height: 72px; display: flex; align-items: center; padding-left: 24px; }
.idtp-challenge-no { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 57px; height: 57px; border-radius: 28px 0 28px 0; background: #bf8617; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; line-height: 1; font-weight: 800; z-index: 3; }
.idtp-challenge-card { width: 100%; min-height: 72px; display: flex; align-items: center; padding: 14px 22px 14px 66px; background: rgba(255,255,255,.92); border: 1px solid rgba(0,0,0,.28); border-radius: 12px; color: #111; font-size: 16px; line-height: 28px; font-weight: 800; }
.idtp-areas-expertise { position: relative; overflow: hidden; padding: 48px 0 64px; background: #0f3156 url('../assets/areas-of-expertise.webp') center center/cover no-repeat; color: #fff; }
.idtp-areas-expertise::before { content: ""; position: absolute; inset: 0; background: rgba(6,31,60,.78); z-index: 0; pointer-events: none; }
.idtp-areas-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-areas-head { text-align: center; margin-bottom: 34px; }
.idtp-areas-kicker { display: block; font-family: "Nunito", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; color: #d89a1d; }
.idtp-areas-head h2 { margin: 0; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.12; font-weight: 700; color: #d89a1d; }
.idtp-oil-group { margin-top: 30px; }
.idtp-oil-group-title { text-align: center; font-size: 34px; line-height: 1; font-weight: 800; color: #fff; margin: 0 0 28px; text-transform: uppercase; }
.idtp-oil-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 44px; max-width: 1180px; margin: 0 auto; }
.idtp-oil-grid.peronal { display: grid; grid-template-columns: repeat(4, 1fr); }
.idtp-oil-grid.idtp-nonedible-grid { grid-template-columns: repeat(4, 1fr); max-width: 1180; gap: 34px 44px; }
.idtp-oil-card { background: #fff; border-radius: 9px; overflow: hidden; min-height: 148px; box-shadow: 0 8px 22px rgba(0,0,0,.14); border: 1px solid rgba(255,255,255,.18); }
.idtp-oil-card img { width: 100%; object-fit: cover; display: block; }
.idtp-oil-label { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 7px 8px; color: #111; font-size: 16px; line-height: 28px; text-align: center; font-weight: 400; }
.idtp-nonedible { margin-top: 48px; }
.idtp-approach-section { position: relative; overflow: hidden; background: #fff; padding: 62px 0 72px; color: #050505; }
.idtp-approach-bg { position: absolute; inset: 0; background: url('../assets/our-approach-dot-bg.webp') center top / cover no-repeat; opacity: none !important; pointer-events: none; z-index: 0; width: 1366px; height: 1025px; }
.idtp-approach-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-approach-head { text-align: center; margin: 0 auto 42px; }
.idtp-approach-head h2 { font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; margin: 0 0 8px; }
.idtp-approach-subtitle { font-family: "Nunito", sans-serif; font-size: 16px; line-height: 28px; font-style: normal; color: #555; margin: 0 0 14px; }
.idtp-approach-intro { font-size: 16px; line-height: 28px; font-weight: 400; color: #555; margin: 0 auto 0; max-width: 780px; }
.idtp-approach-row { max-width: 960px; margin: 0 auto; }
.idtp-approach-col { margin-bottom: 16px; }
.idtp-approach-card { height: 100%; min-height: 160px; background: #fffcf8; border: 1px solid rgba(0,0,0,.12); border-radius: 14px; padding: 28px 36px 24px; box-shadow: none; }
.idtp-approach-card h3 { font-size: 18px; line-height: 1.3; font-weight: 700; text-transform: none; color: #0f2d4e; margin: 0 0 10px; }
.idtp-approach-card p { font-size: 16px; line-height: 28px; color: #080808; font-weight: 400; margin: 0; }
.approach-bottom-illustration { margin-top: 40px; position: relative; z-index: 1; }
.approach-bottom-illustration img { max-width: 100%; height: auto; display: block; margin: 0 auto; opacity: .95; }
.idtp-info-required-section { position: relative; overflow: hidden; background: #fff; padding: 74px 0 86px; color: #050505; }
.idtp-info-required-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-info-required-head { text-align: center; margin: 0 auto 48px; }
.idtp-info-required-head h2 { font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; margin: 0 0 12px; }
.idtp-info-required-head p { font-size: 16px; line-height: 28px; font-weight: 400; color: #555; margin: 0; }
.idtp-info-required-row { max-width: 900px; margin: 0 auto; }
.idtp-info-required-col { display: flex; margin-bottom: 0; }
.idtp-info-card { width: 100%; min-height: 538px; background: #0d2b52; border-radius: 48px; padding: 51px 35px 48px; color: #fff; box-shadow: none; }
.idtp-info-card h3 { font-size: 32px; line-height: 1.2; font-weight: 800; color: #fff; margin: 0 0 50px; }
.idtp-info-card ul { margin: 0; padding: 0; list-style: none; }
.idtp-info-card li { position: relative; display: flex; align-items: flex-start; gap: 12px; color: #fff; font-size: 16px; line-height: 1.45; font-weight: 400; padding: 0 0 14px; margin: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,.19); }
.idtp-info-card li:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.idtp-info-card li span { flex: 0 0 auto; color: #c78b18; font-size: 22px; line-height: 1.35; font-weight: 400; margin-top: 0; }
.idtp-service-contact-section { position: relative; background: #fff url('../assets/service-detail-form-bg.webp') center center/cover no-repeat; padding: 88px 0 86px; }
.idtp-service-contact-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; position: relative; z-index: 2; }
.idtp-service-contact-left h2 { font-size: 50px; line-height: 1.02; font-weight: 500; color: #050505; margin: 0 0 28px; }
.idtp-service-contact-left h2::first-line { color: #0d2b52; }
.idtp-service-contact-left p { max-width: 430px; font-size: 16px; line-height: 28px; font-weight: 500; color: #111; margin: 0 0 28px; }
.idtp-service-phone { display: flex; align-items: center; gap: 18px; }
.idtp-service-phone-icon { width: 54px; height: 54px; border-radius: 50%; background: #020202; display: flex; align-items: center; justify-content: center; flex: 0 0 54px; }
.idtp-service-phone-icon img { width: 27px; height: 27px; filter: brightness(0) invert(1); }
.idtp-service-phone-text { display: flex; flex-direction: column; line-height: 1.05; }
.idtp-service-phone-text small { font-size: 15px; font-weight: 600; color: #121212; margin-bottom: 4px; }
.idtp-service-phone-text strong { font-size: 34px; line-height: 1; font-weight: 800; color: #020202; }
.idtp-service-form .form-group { margin-bottom: 26px; }
.idtp-service-form label { display: block; font-size: 14px; line-height: 1.2; font-weight: 600; text-transform: uppercase; color: #070707; margin: 0 0 9px; }
.idtp-service-form .form-control { width: 100%; height: 58px; border: 1px solid #eddcc2; border-radius: 7px; padding: 0 22px; font-size: 15px; font-weight: 500; color: #111; box-shadow: none; }
.idtp-service-form .form-control::placeholder { color: #8a8a8a; opacity: 1; }
.idtp-service-form .form-control:focus { border-color: #c58a1b; box-shadow: 0 0 0 3px rgba(197,138,27,.12); }
.idtp-service-form .iti { width: 100%; display: block; position: relative; z-index: 9999; }
.idtp-service-form .iti .form-control { padding-left: 96px !important; }
.idtp-service-form .iti--separate-dial-code .iti__selected-flag { background: transparent; border-right: 1px solid #eddcc2; border-radius: 7px 0 0 7px; }
.idtp-service-form .error-message { min-height: 18px; color: #d93025; font-size: 12px; line-height: 1.3; margin-top: 6px; }
.idtp-service-submit { display: inline-flex; align-items: center; gap: 14px; min-width: 196px; height: 58px; border: 0; border-radius: 8px; background: #0d2b52; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; padding: 0 28px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; justify-content: center; }
.idtp-service-submit:hover { background: #122f5c; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(13,43,82,.24); }
.pjax-main { transition: opacity .22s ease, transform .22s ease; }
.pjax-main.is-leaving { opacity: 0; transform: translateY(8px); }
.pjax-main.is-entering { opacity: 0; transform: translateY(8px); }
.idtp-page-loader { display: none!important; }
.idtp-rd-intro { background: #fff; padding: 66px 0 36px; }
.idtp-rd-intro-wrap { max-width: 1180px; margin: 0 auto; text-align: center; }
.idtp-rd-title { margin: 0 0 20px; font-size: 40px; line-height: 1.18; font-weight: 400; }
.idtp-rd-text { max-width: 1080px; margin: 0 auto 28px; font-size: 16px; line-height: 28px; color: #111; }
.idtp-rd-text-last { margin-bottom: 0; }
.rd-focus-section { background: #fff; padding: 70px 0 30px; }
.rd-focus-head { text-align: center; }
.rd-focus-head span { display: block; font-size: 15px; line-height: 1.2; font-weight: 500; color: #000; margin-bottom: 10px; }
.rd-focus-head h2 { font-size: 40px; line-height: 1.15; font-weight: 400; color: #000; margin: 0 0 38px; }
.rd-focus-row { max-width: 1080px; margin: 0 auto; }
.rd-focus-row > div { margin-bottom: 32px; }
.rd-focus-card { position: relative; min-height: 178px; height: 100%; background: #fff; border-radius: 18px; padding: 28px 44px 30px; overflow: hidden; box-shadow: 0 8px 26px rgba(0,0,0,.08); }
.rd-focus-shape { position: absolute; top: 0; right: 0; width: 78px; height: 78px; background: #f7f0e3; border-radius: 0 18px 0 78px; pointer-events: none; }
.rd-focus-no { width: 47px; height: 47px; border-radius: 50%; background: #bd8414; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; line-height: 1; font-weight: 600; margin-bottom: 18px; }
.rd-focus-card h3 { font-size: 24px; line-height: 1.2; font-weight: 700; color: #000; margin: 0 0 8px; }
.rd-focus-card p { font-size: 16px; line-height: 28px; color: #000; margin: 0; }
.rd-focus-card-full { min-height: 150px; }
.rd-innovation-section { position: relative; background: #fff; padding: 72px 0 100px; overflow: hidden; }
.rd-innovation-bg { position: absolute; top: 0; left: 0; right: 0; height: 410px; background: url('../assets/rd-bg.webp') center top / cover no-repeat; opacity: none !important; pointer-events: none; z-index: 0; }
.rd-innovation-section .container { position: relative; z-index: 1; max-width: 1180px; }
.rd-innovation-top { min-height: 300px; margin-bottom: 58px; }
.rd-innovation-kicker { display: block; font-size: 15px; font-weight: 700; color: #000; text-transform: uppercase; margin-bottom: 17px; }
.rd-innovation-left h2 { margin: 0; font-size: 42px; line-height: 1.13; font-weight: 700; color: #0c2a4d; }
.rd-innovation-list { margin: 0; padding: 0; list-style: none; }
.rd-innovation-list li { position: relative; display: flex; align-items: center; width: 100%; min-height: 56px; background: #124f9f; color: #fff; border-radius: 8px; margin-bottom: 11px; padding: 15px 22px 15px 30px; font-size: 16px; line-height: 28px; box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.rd-innovation-list li:last-child { margin-bottom: 0; }
.rd-innovation-list li span { width: 8px; height: 8px; border-radius: 50%; background: #f4a51c; flex: 0 0 8px; margin-right: 14px; }
.rd-future-card { position: relative; max-width: 1080px; margin: 0 auto; background: #fff; border-radius: 8px 8px 18px 18px; padding: 62px 80px 66px; text-align: center; overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,.09); }
.rd-future-card::before { content: ""; position: absolute; inset: 0; background: url('../assets/rd-bg.webp') center center / 520px auto no-repeat; opacity: .055; pointer-events: none; }
.rd-future-shape { position: absolute; top: 0; right: 0; width: 82px; height: 82px; background: #f7f0e3; border-radius: 0 8px 0 82px; }
.rd-future-card h3, .rd-future-card p { position: relative; z-index: 1; }
.rd-future-card h3 { margin: 0 0 27px; color: #000; font-size: 40px; line-height: 1.15; font-weight: 600; }
.rd-future-card p { max-width: 760px; margin: 0 auto; color: #000; font-size: 16px; line-height: 28px; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }
html.iptd-anim #pjax-main.pjax-main { opacity: 0; }
#pjax-main section[id] { scroll-margin-top: 120px; }
.idtp-contact-intro { position: relative; background: #fff; padding: 82px 0 78px; overflow: hidden; }
.idtp-contact-intro-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-contact-kicker { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #c8861a; margin: 0 0 14px; }
.idtp-contact-intro h2 { margin: 0 0 24px; color: #c7871b; font-family: "Nunito", sans-serif; font-size: 52px; line-height: 1.12; font-weight: 500; }
.idtp-contact-intro h2 span { color: #10294e; }
.idtp-contact-intro p { max-width: 660px; margin: 0 0 16px; color: #2a2a2a; font-size: 16px; line-height: 1.78; font-weight: 400; }
.idtp-contact-intro-badges { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.idtp-contact-badge { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; color: #111; }
.idtp-contact-intro-visual { padding-left: 20px; }
.idtp-contact-img-grid { display: flex; flex-direction: column; gap: 14px; }
.idtp-contact-img-main { width: 100%; border-radius: 16px; overflow: hidden; }
.idtp-contact-img-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.idtp-contact-img-sub { border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(15,45,78,.12); }
.idtp-contact-img { width: 75%; height: auto; display: block; transition: transform .38s ease; margin: 0 auto; }
.idtp-contact-img-main:hover .idtp-contact-img, .idtp-contact-img-sub:hover .idtp-contact-img { transform: scale(1.03); }
.idtp-contact-main { position: relative; background: #f5f6f8; padding: 86px 0 92px; }
.idtp-contact-main-bg { position: absolute; inset: 0; background: url('../assets/service-detail-form-bg.webp') center center/cover no-repeat; opacity: 0.04; pointer-events: none; z-index: 0; }
.idtp-contact-main-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-contact-main-row { align-items: flex-start; }
.idtp-contact-info-col { padding-right: 24px; }
.idtp-contact-info-card { background: #fff; border-radius: 16px; padding: 28px 26px; margin-bottom: 18px; display: flex; align-items: flex-start; gap: 20px; box-shadow: 0 4px 18px rgba(15,45,78,.07); transition: transform .25s ease, box-shadow .25s ease; }
.idtp-contact-info-card:last-child { margin-bottom: 0; }
.idtp-contact-info-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(15,45,78,.12); }
.idtp-contact-info-icon { flex: 0 0 54px; width: 54px; height: 54px; border-radius: 14px; background: #0f2d4e; display: flex; align-items: center; justify-content: center; }
.idtp-contact-info-content h3 { margin: 0 0 6px; color: #0f2d4e; font-size: 16px; line-height: 1.2; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.idtp-contact-info-content p { margin: 0; color: #444; font-size: 15px; line-height: 1.65; font-weight: 400; }
.idtp-contact-info-link { display: block; color: #333; font-size: 15px; line-height: 1.65; font-weight: 500; text-decoration: none; transition: color .2s ease; }
.idtp-contact-info-link:hover { color: #c8861a; }
.idtp-contact-form-col { padding-left: 10px; }
.idtp-contact-form-card { background: #fff; border-radius: 24px; padding: 48px 48px 44px; box-shadow: 0 8px 32px rgba(15,45,78,.09); }
.idtp-contact-form-head { margin-bottom: 34px; }
.idtp-contact-form-head h2 { margin: 0 0 8px; font-family: "Nunito", sans-serif; font-size: 34px; line-height: 1.12; font-weight: 700; color: #0f2d4e; }
.idtp-contact-form-head p { margin: 0; color: #666; font-size: 15px; line-height: 1.6; }
.idtp-req { color: #c8861a; }
.idtp-contact-select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%230f2d4e' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px 10px; padding-right: 46px !important; cursor: pointer; }
.idtp-contact-textarea { height: 130px; resize: vertical; padding-top: 14px !important; }
.idtp-contact-submit-wrap { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 4px; }
.idtp-contact-submit-btn { display: inline-flex; align-items: center; gap: 14px; width: 100%; height: 58px; border: 0; border-radius: 8px; background: #0d2b52; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; padding: 0 28px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; justify-content: center; }
.idtp-contact-submit-btn:hover { background: #122f5c; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(13,43,82,.24); }
.idtp-contact-submit-arrow { width: 34px; height: 34px; border-radius: 50%; background: #c8861a; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.idtp-contact-note { margin: 0; color: #888; font-size: 13px; line-height: 1.5; }
.idtp-contact-map-section { background: #fff; padding: 78px 0 78px; }
.idtp-contact-map-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-contact-map-head { text-align: center; margin-bottom: 38px; }
.idtp-contact-map-head h2 { margin: 0 0 10px; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 500; color: #c7871b; }
.idtp-contact-map-head p { margin: 0; color: #555; font-size: 16px; line-height: 1.6; }
.idtp-contact-map-frame { width: 100%; height: 460px; border-radius: 24px; overflow: hidden; box-shadow: 0 12px 40px rgba(15,45,78,.12); }
.iti { position: relative; z-index: 9999; }
.iti__flag-container { z-index: 9999; }
.iti__country-list { z-index: 9999; position: absolute; }
.form-group:has(.iti) { position: relative; z-index: 9999; overflow: visible; }
.idtp-service-form .form-group { position: relative; overflow: visible; }
.idtp-service-form .row { overflow: visible; }
.idtp-contact-form .form-group { position: relative; overflow: visible; }
.idtp-contact-form .row { overflow: visible; }
.iptd-btt { position: fixed; bottom: 32px; right: 28px; z-index: 999; width: 48px; height: 48px; border-radius: 50%; border: none; background: linear-gradient(135deg, #f2a323 0%, #c8861a 100%); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(200,134,26,.35); opacity: 0; visibility: hidden; transform: translateY(14px) scale(0.88); transition: box-shadow .22s ease; padding: 0; outline-offset: 3px; }
.iptd-btt:focus-visible { outline: 2px solid #f2a323; }
.iptd-btt.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
@media (max-width: 575.98px) { .iptd-btt { bottom: 20px; right: 16px; width: 42px; height: 42px; }
 }
.idtp-footer-links span img { width: 25px;height: 25px; }
p.sevid { text-align: center;font-size: 20px;margin-bottom: 40px; }

.idtp-inner-banner-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; display: block; pointer-events: none; }
.idtp-ind-intro { background: #fff; padding: 72px 0 56px; }
.idtp-ind-intro-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-ind-intro-head { max-width: 820px; margin: 0 auto; text-align: center; }
.idtp-ind-kicker { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #c8861a; margin: 0 0 14px; }
.idtp-ind-intro-head h2 { margin: 0 0 22px; font-family: "Nunito", sans-serif; font-size: 46px; line-height: 1.12; font-weight: 800; color: #050505; }
.idtp-ind-intro-head h2 span { color: #c7871b; }
.idtp-ind-intro-head p { margin: 0; color: #333; font-size: 16px; line-height: 1.78; font-weight: 400; }
.idtp-ind-page-grid { padding: 56px 0 86px; }
.idtp-ind-page-grid .idtp-industries-wrap { max-width: 1180px; }
.idtp-ind-cta { background: #0f2d4e; padding: 72px 0 76px; text-align: center; }
.idtp-ind-cta-wrap { width: 100%; max-width: 680px; margin: 0 auto; padding: 0 15px; }
.idtp-ind-cta h2 { margin: 0 0 18px; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 500; color: #fff; }
.idtp-ind-cta h2 span { color: #d99a19; }
.idtp-ind-cta p { margin: 0 0 36px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; }
.idtp-ind-page-grid .idtp-industry-item { grid-template-columns: 96px 1fr; min-height: 110px; align-items: center; padding: 18px 0; }
.idtp-industry-body { padding: 0 24px 0 0; }
.idtp-industry-body h3 { margin: 0 0 6px; color: #122b4c; font-size: 17px; line-height: 1.3; font-weight: 700; text-transform: uppercase; }
.idtp-industry-body p { margin: 0; color: #444; font-size: 14px; line-height: 1.6; font-weight: 400; }
.idtp-ind-cards-section { position: relative; padding: 0px 0 80px; overflow: hidden; }
.idtp-ind-cards-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-ind-cards-row { margin-left: -12px; margin-right: -12px; }
.idtp-ind-card-col { padding-left: 12px; padding-right: 12px; margin-bottom: 24px; display: flex; }
.idtp-ind-card { background: #ffffff; border-radius: 16px; padding: 32px 26px 28px; width: 100%; display: flex; flex-direction: column; box-shadow: 0 4px 18px rgba(15,45,78,.07); border: 1px solid rgba(15,45,78,.06); transition: transform .25s ease, box-shadow .25s ease; }
.idtp-ind-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(15,45,78,.13); }
.idtp-ind-card-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(15,45,78,.06); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; flex-shrink: 0; transition: background .25s ease; }
.idtp-ind-card:hover .idtp-ind-card-icon { background: rgba(242,163,35,.14); }
.idtp-ind-card.is-featured .idtp-ind-card-icon
.idtp-ind-card.is-featured:hover .idtp-ind-card-icon
.idtp-ind-card-icon img { width: 36px; height: 36px; display: block; object-fit: contain; }
.idtp-ind-card h3 { margin: 0 0 10px; color: #0f2d4e; font-size: 18px; line-height: 1.3; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.idtp-ind-card p { margin: 0; color: #555; font-size: 16px; line-height: 28px; font-weight: 400; flex: 1; }
.idtp-overview-premium { padding-bottom: 50px; }
.idtp-overview-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: flex-start; }
.idtp-overview-badge { display: inline-block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #c8861a; background: rgba(200,134,26,.1); border: 1px solid rgba(200,134,26,.25); border-radius: 4px; padding: 5px 12px; margin-bottom: 22px; }
.idtp-overview-panel-left h2 { margin: 0 0 15px; font-family: "Nunito", sans-serif; font-size: 34px; line-height: 1.2; font-weight: 700; color: #0f2d4e; }
.idtp-overview-panel-left p { margin: 0 0 20px; color: #444; font-size: 16px; line-height: 28px; }
.idtp-overview-callout { background: #0f2d4e; border-radius: 16px; padding: 32px 28px; margin-bottom: 24px; display: flex; gap: 18px; align-items: flex-start; }
.idtp-overview-callout-icon { flex-shrink: 0; margin-top: 2px; }
.idtp-overview-callout p { margin: 0; color: rgba(255,255,255,.9); font-size: 16px; line-height: 28px; }
.idtp-overview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.idtp-overview-stat { background: #f5f6f8; border-radius: 12px; padding: 20px 16px; text-align: center; border: 1px solid rgba(15,45,78,.08); }
.idtp-overview-stat strong { display: block; font-size: 16px; font-weight: 700; color: #0f2d4e; margin-bottom: 6px; }
.idtp-overview-stat span { font-size: 13px; color: #666; line-height: 1.4; }
.idtp-how-iptd-premium { background: #f5f6f8; padding: 64px 0 72px; }
.idtp-how-iptd-head { text-align: center; max-width: 720px; margin: 0 auto 42px; }
.idtp-how-iptd-kicker { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #c8861a; margin-bottom: 12px; }
.idtp-how-iptd-head h2 { margin: 0 0 14px; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; }
.idtp-how-iptd-head h2 span { color: #c8861a; }
.idtp-how-iptd-head p { margin: 0; color: #555; font-size: 16px; line-height: 28px; }
.idtp-how-iptd-row { margin-left: -10px; margin-right: -10px; }
.idtp-how-iptd-col { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; display: flex; }
.idtp-how-iptd-card { background: #fff; border-radius: 14px; padding: 28px 22px 24px; width: 100%; border: 1px solid rgba(15,45,78,.07); box-shadow: 0 3px 14px rgba(15,45,78,.06); transition: transform .24s ease, box-shadow .24s ease; }
.idtp-how-iptd-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(15,45,78,.12); }
.idtp-how-iptd-icon { width: 56px; height: 56px; border-radius: 12px; background: rgba(15,45,78,.06); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: background .24s ease; }
.idtp-how-iptd-card:hover .idtp-how-iptd-icon { background: rgba(200,134,26,.12); }
.idtp-how-iptd-card h3 { margin: 0 0 10px; color: #0f2d4e; font-size: 18px; line-height: 1.3; font-weight: 700; }
.idtp-how-iptd-card p { margin: 0; color: #555; font-size: 16px; line-height: 28px; }
.idtp-how-iptd-list { background: #f5f6f8; padding: 64px 0 72px; }
.idtp-how-iptd-list-inner { max-width: 900px; margin: 0 auto; }
.idtp-how-iptd-list-head h2 { margin: 0 0 20px; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; }
.idtp-how-iptd-list-head h2 span { color: #c8861a; }
.idtp-how-iptd-list-head > p { margin: 0 0 10px; color: #444; font-size: 16px; line-height: 28px; }
.idtp-how-iptd-list-label { margin: 20px 0 20px; color: #0f2d4e; font-size: 16px; line-height: 28px; font-weight: 600; }
.idtp-how-iptd-list-items { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.idtp-how-iptd-list-items li { position: relative; padding: 14px 20px 14px 44px; font-size: 16px; line-height: 28px; color: #333; border-bottom: 1px solid rgba(15,45,78,.08); }
.idtp-how-iptd-list-items li::before { content: ''; position: absolute; left: 16px; top: 22px; width: 10px; height: 10px; border-radius: 50%; background: #c8861a; flex-shrink: 0; }
.idtp-how-iptd-list-items li:nth-child(odd) { border-right: 1px solid rgba(15,45,78,.08); }
.idtp-how-iptd-list-items li:nth-last-child(-n+2) { border-bottom: 0; }
.idtp-how-iptd-list-head { text-align: center;margin-bottom:34px; }
p.idtp-areas-intro { margin-top: 10px;font-size: 16px; }
.idtp-overview-centered { padding-bottom: 64px; text-align: center; max-width: 1180px; margin-left: auto; margin-right: auto; }
.idtp-overview-centered .idtp-overview-badge { margin-bottom: 22px; }
.idtp-overview-centered h2 { margin: 0 0 24px; font-family: "Nunito", sans-serif; font-size: 34px; line-height: 1.2; font-weight: 700; color: #0f2d4e; }
.idtp-overview-centered p { margin: 0 0 20px; color: #444; font-size: 16px; line-height: 28px; }
.idtp-overview-centered p:last-child { margin-bottom: 0; }
@media (min-width: 992px) { .idtp-why-grid .idtp-why-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 18px) / 2); margin-inline: auto; }
 }
.idtp-partner-section { position: relative; background: #f5f6f8; padding: 86px 0 96px; overflow: hidden; }
.idtp-partner-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(200,134,26,.06) 0%, transparent 70%); pointer-events: none; }
.idtp-partner-section::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(15,45,78,.05) 0%, transparent 70%); pointer-events: none; }
.idtp-partner-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-partner-center { max-width: 780px; margin: 0 auto; text-align: center; }
.idtp-partner-kicker { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #c8861a; margin: 0 0 14px; }
.idtp-partner-center h2 { margin: 0 0 22px; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; }
.idtp-partner-center h2 span { color: #c8861a; }
.idtp-partner-center p { margin: 0 0 16px; color: #444; font-size: 16px; line-height: 28px; }
.idtp-partner-center p:last-of-type { margin-bottom: 32px; }
.idtp-bio-expertise-section { position: relative; background: #f5f6f8; padding: 82px 0 90px; overflow: hidden; }
.idtp-bio-expertise-section::before { content: ''; position: absolute; top: -60px; right: -60px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(200,134,26,.06) 0%, transparent 70%); pointer-events: none; }
.idtp-bio-expertise-section::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(15,45,78,.05) 0%, transparent 70%); pointer-events: none; }
.idtp-bio-expertise-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-bio-expertise-head { text-align: center; margin: 0 0 52px; }
.idtp-bio-expertise-head h2 { margin: 0; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; }
.idtp-bio-expertise-head h2 span { color: #c8861a; }
.idtp-bio-expertise-row { margin-left: -12px; margin-right: -12px; }
.idtp-bio-expertise-col { padding-left: 12px; padding-right: 12px; margin-bottom: 24px; display: flex; }
.idtp-bio-expertise-card { position: relative; background: #fff; border-radius: 18px; padding: 42px 24px 36px; width: 100%; text-align: center; border: 1px solid rgba(15,45,78,.08); box-shadow: 0 4px 18px rgba(15,45,78,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.idtp-bio-expertise-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(15,45,78,.13); border-color: rgba(200,134,26,.3); }
.idtp-bio-expertise-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #c8861a, #f2a323); opacity: 0; border-radius: 18px 18px 0 0; transition: opacity .25s ease; }
.idtp-bio-expertise-card:hover::before { opacity: 1; }
.idtp-bio-expertise-icon { width: 80px; height: 80px; border-radius: 50%; background: rgba(15,45,78,.06); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; transition: background .25s ease, transform .25s ease; }
.idtp-bio-expertise-card:hover .idtp-bio-expertise-icon { background: rgba(200,134,26,.12); transform: scale(1.06); }
.idtp-bio-expertise-card h3 { margin: 0; font-family: "Nunito", sans-serif; font-size: 19px; line-height: 1.3; font-weight: 700; color: #0f2d4e; }
.idtp-patent-kicker { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #c8861a; margin: 0 0 14px; }
.idtp-patent-kicker--light { color: rgba(255,255,255,.7); }
.idtp-patent-intro-section { background: #fff; padding: 80px 0 88px; }
.idtp-patent-intro-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-patent-intro-center { max-width: 820px; margin: 0 auto; text-align: center; }
.idtp-patent-intro-center h2 { margin: 0 0 22px; font-family: "Nunito", sans-serif; font-size: 38px; line-height: 1.18; font-weight: 700; color: #0f2d4e; }
.idtp-patent-intro-center h2 span { color: #c8861a; }
.idtp-patent-intro-center p { margin: 0 0 16px; color: #444; font-size: 16px; line-height: 28px; }
.idtp-patent-tech-section { background: #f5f6f8; padding: 82px 0 90px; position: relative; overflow: hidden; }
.idtp-patent-tech-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(200,134,26,.05) 0%, transparent 70%); pointer-events: none; }
.idtp-patent-tech-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-patent-tech-head { text-align: center; margin: 0 0 54px; }
.idtp-patent-tech-head h2 { margin: 0; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; }
.idtp-patent-tech-head h2 span { color: #c8861a; }
.idtp-patent-tech-row { margin-left: -14px; margin-right: -14px; }
.idtp-patent-tech-col { padding-left: 14px; padding-right: 14px; margin-bottom: 28px; display: flex; }
.idtp-patent-tech-card { position: relative; background: #fff; border-radius: 18px; padding: 36px 32px 32px; width: 100%; border: 1px solid rgba(15,45,78,.08); box-shadow: 0 6px 22px rgba(15,45,78,.07); transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease; overflow: hidden; }
.idtp-patent-tech-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(15,45,78,.13); border-color: rgba(200,134,26,.28); }
.idtp-patent-tech-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #c8861a, #f2a323); opacity: 0; border-radius: 18px 18px 0 0; transition: opacity .26s ease; }
.idtp-patent-tech-card:hover::before { opacity: 1; }
.idtp-patent-tech-card-num { position: absolute; top: 22px; right: 26px; font-family: "Nunito", sans-serif; font-size: 48px; line-height: 1; font-weight: 800; color: rgba(15,45,78,.06); user-select: none; }
.idtp-patent-tech-card-icon { width: 60px; height: 60px; border-radius: 13px; background: rgba(15,45,78,.05); display: flex; align-items: center; justify-content: center; margin: 0 0 20px; transition: background .26s ease; }
.idtp-patent-tech-card:hover .idtp-patent-tech-card-icon { background: rgba(200,134,26,.1); }
.idtp-patent-tech-card-body h3 { margin: 0 0 12px; font-family: "Nunito", sans-serif; font-size: 20px; line-height: 1.28; font-weight: 700; color: #0f2d4e; }
.idtp-patent-tech-card-body p { margin: 0; color: #555; font-size: 16px; line-height: 28px; }
.idtp-patent-philosophy-section { background: #0f2d4e; padding: 82px 0 90px; position: relative; overflow: hidden; }
.idtp-patent-philosophy-section::before { content: ''; position: absolute; top: -80px; left: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.03); pointer-events: none; }
.idtp-patent-philosophy-section::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 300px; height: 300px; border-radius: 50%; background: rgba(242,163,35,.05); pointer-events: none; }
.idtp-patent-philosophy-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-patent-philosophy-left h2 { margin: 0 0 22px; font-family: "Nunito", sans-serif; font-size: 38px; line-height: 1.18; font-weight: 700; color: #fff; }
.idtp-patent-philosophy-left h2 span { color: #f2a323; }
.idtp-patent-philosophy-left > p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 28px; }
.idtp-patent-philosophy-right { display: flex; align-items: stretch; }
.idtp-patent-philosophy-panel { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 36px 32px 32px; width: 100%; }
.idtp-patent-philosophy-panel h4 { margin: 0 0 14px; font-family: "Nunito", sans-serif; font-size: 20px; line-height: 1.3; font-weight: 700; color: #fff; }
.idtp-patent-philosophy-intro { margin: 0 0 20px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.6; }
.idtp-patent-philosophy-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.idtp-patent-philosophy-list li { display: flex; align-items: center; gap: 14px; font-size: 16px; line-height: 1.45; color: rgba(255,255,255,.88); font-weight: 400; }
.idtp-patent-check { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: #c8861a; display: flex; align-items: center; justify-content: center; }
.idtp-ind-cta-sub { margin: -8px 0 32px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 28px; }
/* ================================================================
   TECHNOLOGY PORTFOLIO PAGE
================================================================ */

/* ── Intro section ────────────────────────────────────────── */
.idtp-tp-intro-section { background: #fff; padding: 80px 0 88px; }
.idtp-tp-intro-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-tp-intro-center { max-width: 820px; margin: 0 auto; text-align: center; }
.idtp-tp-kicker { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #c8861a; margin: 0 0 14px; }
.idtp-tp-intro-center h2 { margin: 0 0 22px; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; }
.idtp-tp-intro-center h2 span { color: #c8861a; }
.idtp-tp-intro-center p { margin: 0 0 16px; color: #444; font-size: 16px; line-height: 28px; }

/* ── 7-card section ───────────────────────────────────────── */
.idtp-tp-cards-section { background: #f5f6f8; padding: 82px 0 90px; position: relative; overflow: hidden; }
.idtp-tp-cards-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(200,134,26,.05) 0%, transparent 70%); pointer-events: none; }
.idtp-tp-cards-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-tp-cards-head { text-align: center; margin: 0 0 54px; }
.idtp-tp-cards-head h2 { margin: 0; font-family: "Nunito", sans-serif; font-size: 42px; line-height: 1.14; font-weight: 700; color: #0f2d4e; }
.idtp-tp-cards-head h2 span { color: #c8861a; }
.idtp-tp-row { margin-left: -14px; margin-right: -14px; }
.idtp-tp-col { padding-left: 14px; padding-right: 14px; margin-bottom: 28px; display: flex; }
/* Centre the 7th card on desktop (3+3+1) */
.idtp-tp-col-last { margin-left: auto; margin-right: auto; }

/* Card */
.idtp-tp-card { position: relative; background: #fff; border-radius: 18px; padding: 36px 28px 32px; width: 100%; border: 1px solid rgba(15,45,78,.08); box-shadow: 0 6px 22px rgba(15,45,78,.07); transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease; overflow: hidden; display: flex; flex-direction: column; }
.idtp-tp-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(15,45,78,.14); border-color: rgba(200,134,26,.3); }
.idtp-tp-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #c8861a, #f2a323); opacity: 0; border-radius: 18px 18px 0 0; transition: opacity .26s ease; }
.idtp-tp-card:hover::before { opacity: 1; }

/* Badge number */
.idtp-tp-card-num { position: absolute; top: 20px; right: 24px; font-family: "Nunito", sans-serif; font-size: 46px; line-height: 1; font-weight: 800; color: rgba(15,45,78,.055); user-select: none; }

/* Icon box */
.idtp-tp-card-icon { width: 64px; height: 64px; border-radius: 14px; background: rgba(15,45,78,.05); display: flex; align-items: center; justify-content: center; margin: 0 0 20px; transition: background .26s ease; flex-shrink: 0; }
.idtp-tp-card:hover .idtp-tp-card-icon { background: rgba(200,134,26,.1); }

/* Text */
.idtp-tp-card-body { flex: 1; }
.idtp-tp-card-body h3 { margin: 0 0 8px; font-family: "Nunito", sans-serif; font-size: 16px; line-height: 26px; font-weight: 700; color: #0f2d4e; }
.idtp-tp-card-sub { display: block; font-size: 14px; font-weight: 500; color: #c8861a; line-height: 1.45; }

/* ── Homepage tech portfolio section ─────────────────────── */
.idtp-tp-home-section { background: #fff; padding: 84px 0 92px; position: relative; overflow: hidden; }
.idtp-tp-home-section::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(15,45,78,.04) 0%, transparent 70%); pointer-events: none; }
.idtp-tp-home-wrap { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.idtp-tp-home-head { text-align: center; margin: 0 0 52px; }
.idtp-tp-home-head h2 { margin: 0 0 16px; font-family: "Nunito", sans-serif; font-size: 46px; line-height: 1.12; font-weight: 700; color: #0f2d4e; }
.idtp-tp-home-head h2 span { color: #c8861a; }
.idtp-tp-home-head p { margin: 0; color: #555; font-size: 16px; line-height: 28px; max-width: 660px; margin: 0 auto; }
.idtp-tp-home-row { margin-left: -12px; margin-right: -12px; }
.idtp-tp-home-col { padding-left: 12px; padding-right: 12px; margin-bottom: 24px; display: flex; }
/* Reuse idtp-tp-card for home grid */
.idtp-tp-home-action { text-align: center; margin-top: 48px; }

/* ── Related Technologies block (service pages) ──────────── */
.idtp-tp-related { background: #f0f4f8; border-radius: 16px; padding: 28px 32px; margin: 48px 0 0; border-left: 4px solid #c8861a; }
.idtp-tp-related-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; color: #c8861a; margin: 0 0 10px; }
.idtp-tp-related h4 { margin: 0 0 14px; font-family: "Nunito", sans-serif; font-size: 18px; font-weight: 700; color: #0f2d4e; }
.idtp-tp-related-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.idtp-tp-related-links li { display: flex; align-items: center; gap: 10px; }
.idtp-tp-related-links a { color: #0f2d4e; font-size: 15px; font-weight: 500; text-decoration: none; transition: color .2s; }
.idtp-tp-related-links a:hover { color: #c8861a; }
.idtp-tp-related-links li::before { content: '→'; color: #c8861a; font-size: 13px; }

.idtp-tp-home-section .idtp-tp-card-body p{font-size: 16px;color:#555;;font-weight: 400;}
/* ══════════════════════════════════════════════════════
   HERO BANNER — full-width sliding banner
   5 slides, tab-controlled, autoplay 5 s
   Desktop: banner-N.webp | Mobile: banner-N-mob.webp
══════════════════════════════════════════════════════ */

/* Track wrapper clips the sliding strip */

/* Track: 5 slides side by side */

/* Each slide = 20% of track = 100% of viewport */

/* Full-bleed background image */

/* Dark overlay for text legibility */

/* Content container inside each slide */

/* Text block */

.idtp-banner-actions { display: flex; align-items: center; gap: 14px; }

/* Content entrance animation */

/* ══════════════════════════════════════════════════════
   HERO BANNER — Slick Slider
   Height is set here and mirrored to .slick-list /
   .slick-track so the slider never collapses.
══════════════════════════════════════════════════════ */

/* Slick target + its generated children must all share height */
.idtp-slick-banner,
.idtp-slick-banner .slick-list,
.idtp-slick-banner .slick-track { height: 650px; }

/* Each slide */
.idtp-slide {
  position: relative;
  height: 650px;
  overflow: hidden;
  outline: none;
  background: #0f2d4e;
}

/* Full-bleed background image */
.idtp-slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  pointer-events: none;
}

/* Dark gradient overlay for text legibility */
.idtp-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,28,55,.82) 0%,
    rgba(10,28,55,.58) 55%,
    rgba(10,28,55,.22) 100%
  );
  z-index: 1;
  pointer-events: none;
 opacity: 0.3;
}

/* Content wrapper — centred, max 1180px */
.idtp-slide-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0px;
  pointer-events: none;
}

/* Text block — pointer-events back on so links work */
.idtp-slide-copy {
  max-width: 600px;
  pointer-events: auto;
  user-select: text;        /* text is selectable / copyable */
  -webkit-user-select: text;
}

.idtp-slide-copy h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-weight: 800;
}

.idtp-slide-copy h1 span { color: #dda329; }

.idtp-slide-copy p {
  max-width: 560px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.88);
  font-weight: 400;
}

/* Slick: hide default arrows & dots — tabs replace them */
.idtp-slick-banner .slick-prev,
.idtp-slick-banner .slick-next,
.idtp-slick-banner .slick-dots { display: none !important; }

/* Content entrance animation — JS adds this class on afterChange */
/* Banner content animation is handled entirely by GSAP in pjax.js
   (animateBannerContent function). The is-entering class is kept as
   a CSS fallback only when GSAP is not available.                   */
.idtp-slide-copy.is-entering {
  animation: slideContentIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes slideContentIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* ── Desktop/Mobile banner image switching ──────────────
   Two <img> tags per slide; CSS decides which shows.
   .idtp-slide-bg-desk  = desktop & laptop (≥768px)
   .idtp-slide-bg-mob   = mobile & tablet  (<768px)
   Both share .idtp-slide-bg for positioning/sizing.
───────────────────────────────────────────────────── */

/* Desktop: show desk image, hide mob image */
/* Desktop default: show desk image, HIDE mob image */
.idtp-slide-bg-desk { display: block !important; }
.idtp-slide-bg-mob  { display: none  !important; }
