/*
Theme Name: IntProSec Child
Theme URI: https://example.com/
Description: Child theme for IntProSec Theme
Author: Your Name
Author URI: https://example.com/
Template: intprosec
Version: 1.0.0
Text Domain: intprosec-child
*/

/* Add your custom CSS below this line */



/* @font-face {
    font-family: 'Inter';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Manrope';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/Manrope-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/Manrope-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Space Grotesk';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/SpaceGrotesk-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/SpaceGrotesk-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Oxanium';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/Oxanium-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/Oxanium-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Orbitron';
    src: url('https://www.intprosec.com/wp-content/themes/intprosec/assets/Orbitron-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

h1{
    font-family:'Oxanium',sans-serif;
    font-weight:700;
}

h2,
h3,
h4,
h5,
h6{
    font-family:'Oxanium',sans-serif;
    font-weight:600;
}

/* Elementor */

.elementor-heading-title{
    font-family:'Oxanium',sans-serif;
}
body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}

p,
li,
input,
textarea,
select{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}
a,button{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

strong,
b {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

/* body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

p,
li,
input,
textarea,
select{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
a,button{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

strong,
b {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
} */

/* h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
} */
html{
	overflow-x:hidden;
}
/* Menu Links */
#menu-1-e97895b li a{
    position: relative;
    display: inline-block;
    text-decoration: none;
}

/* Underline */
#menu-1-e97895b li a::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    border-radius: 70px;
    transition: width 0.35s ease-in-out;
}

/* Hover Animation */
#menu-1-e97895b li:hover a::after{
    width: 100%;
}

/* Odd Items - Orange */
#menu-1-e97895b li:nth-child(odd) a::after{
    background: #F37724;
}

/* Even Items - Blue */
#menu-1-e97895b li:nth-child(even) a::after{
    background: #0768AD;
}
.post, .page {
    margin: 0;
}
.wp-singular .widget-area{
    display:none;
}
.status-publish .edit-link{
    display:none;
}
.wp-singular .site-info{
    display:none;
}
.status-publish .entry-title{
    display:none;
}
.header1 {
    background: rgba(1, 4, 8, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255,255,255,0.2);
}
.elementor-20 .elementor-element.elementor-element-e97895b .elementor-nav-menu--dropdown {
    background: rgba(1, 4, 8, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255,255,255,0.2);
}
.ban-point{
    position:relative;
}
.ban-point::before {
    position: absolute;
    content: "";
    background-color: #FA8237;
    width: 45px;
    height: 1px;
    left: 12px;
    top: 9px;
    border-radius: 30px;
}
.ban-button a{
	background: linear-gradient(
        270deg,
        rgba(242, 246, 248, 0.04) 100%,
        rgba(255, 255, 255, 0.06) 50%,
        rgba(255, 255, 255, 0.08) 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(27.79px);
    border: 1px solid rgba(255,255,255,0.18);
}
.ban-count span{
	font-family: 'Oxanium',sans-serif;
    font-weight: 700;
}
.about-tag {
    background-color: #2c333b;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(27.79px);
    border-radius: 30px;
    padding: 8px;
	position:relative !important;
    padding-right: 15px;
    font-size: 15px !important;
	transition:transform .3s ease;
}
.about-tag:hover{
	transform:translatex(-6px);
}
.about-tag::before {
    position: absolute;
    content: '';
    background-color: #FA8237;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    left: 20px;
    top: 16px;
}
.about-card .about-text{
	letter-spacing:1rem;
}
.about-card:hover .about-text{
    letter-spacing: 1.2rem;
}
.about-card{
	transition:transform 0.3s ease;
}
.about-card:hover{
	transform:scale(1.02);
}

.deploy-card {
    position: relative;
    overflow: hidden;
    background: rgba(133, 145, 154, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.08),
        0 8px 32px rgba(0,0,0,.25);
    transition: all .3s ease;
}
.deploy-card:hover{
	transform:scale(1.03);
}
.deploy-dot{
	position:relative;
}
.deploy-dot::before {
    position: absolute;
    content: '';
    background-color: #FA8237;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    left: 6px;
    top: 17px;
}
.deploy-text{
	position:relative;
}
.deploy-text::after {
    border: none;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    /* background: linear-gradient(
        90deg,
        transparent 0%,
        #00ECFF 50%,
        transparent 100%
    ); */
    box-shadow: 0 0 10px rgba(0, 236, 255, 0.4);
    background: linear-gradient(
        90deg,
        transparent 0%,
        #FA8237 50%,
        transparent 100%
    );
    bottom: -11px;
    left: -5px;
}
.ind-card{
	transition:transform 0.3s ease;
}
.ind-card:hover{
	transform:scale(0.95);
}
.cap-cont{
	border-bottom:1px solid rgba(255,255,255,0.2) !important;
	border-top:1px solid rgba(255,255,255,0.2) !important;
}
.cap-card{
	transition:transform 0.3s ease;
}
.cap-card:hover{
	transform:translatey(-8px);
}
.city-overlay{
	position:relative;
}
.city-overlay::before{
    content:'' !important;
    position:absolute !important;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(3,6,10,1) 0%,
        rgba(3,6,10,0.7) 70%,
        rgba(3,6,10,0) 100%
    );
    z-index:99;
}

.city-overlay > *{
    position:relative;
    z-index:2;
}

.founder-image img{
	transition:transform 0.4s ease;
}
.founder-image:hover img{
	transform:translatey(-8px);
}
.cont-text1{
    background: linear-gradient(101.21deg, #00C7FF 0%, #646BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.cont-text12{
    background: linear-gradient(101.21deg, #00B0FF 0%, #00DFFD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.cont-text2{
/* 	background: linear-gradient(
        90deg,
        #00DFFD 0%,
        #F2F6F8 50%,
        #00DFFD 100%
    ); */
	
	background: linear-gradient(
        90deg,
        #0768AD 0%,
        #F2F6F8 50%,
        #0768AD 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.city-row{
	display: flex;
	gap:20px;
	margin-bottom: 20px;
}
.city-card {
	padding: 13px 20px;
	color: #F2F6F8;
	background: linear-gradient(
		270deg,
		rgba(242, 246, 248, 0.04) 100%,
		rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.08) 100%
	);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(27.79px);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 25px;
	width: 300px;
	transition: transform .3s ease;
	box-shadow: inset 0 1px 1px rgba(255,255,255,.15),
		0 8px 32px rgba(0,0,0,.12);
}
.city-card:hover{
	transform:scale(1.04);
}
.city-card p{
	margin: 0px !important;
	font-size:18px;
}
.city-card1{
	padding: 13px 20px;
	color: #F2F6F8;
	background: linear-gradient(
		270deg,
		rgba(242, 246, 248, 0.04) 100%,
		rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.08) 100%
	);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(27.79px);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 25px;
	width: 280px;
	transition: transform .3s ease;
	box-shadow: inset 0 1px 1px rgba(255,255,255,.15),
		0 8px 32px rgba(0,0,0,.12);
}
.city-card1 p{
	margin: 0px !important;
	font-size:18px;
}
.city-card1:hover{
	transform:scale(1.04);
}
.raksh-banner{
  background: linear-gradient(180deg, #00050E 0%, #020A15 100%),
radial-gradient(46.87% 67.51% at 90% 20%, rgba(0, 78, 199, 0.3) 0%, rgba(0, 78, 199, 0) 60%),
radial-gradient(62.5% 81.02% at 20% 0%, rgba(0, 56, 144, 0.4) 0%, rgba(0, 56, 144, 0) 60%);

}
.raksh-tag1 {
	
	box-shadow: 0px 1.38px 0px 1.38px #FFFFFF0D inset;

box-shadow: 0px 27.68px 83.03px -27.68px #00000299;

	
    background: rgb(0, 174, 255,0.2);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(27.79px);
	border:1px solid #00B0FF33 !important;
    border-radius: 20px;
    padding: 5px !important;
    position: relative !important;
	transition:transform 0.3s ease;
}
.raksh-tag1:hover{
	transform:translatey(-6px);
}
.raksh-tag1::before {
    position: absolute;
    content: '';
    background-color: #0768AD;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    left: 12px;
    top: 12px;
}
.hey-banner{
 background: linear-gradient(
        to right,
        #010A1A 0%,
        #03102B 25%,
        #06173F 50%,
        #03102B 75%,
        #010A1A 100%
    );
}
.hey-image-tag{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transition:transform .3s ease;
}
.hey-image-tag:hover{
	transform:translatey(-6px);
}
.hey-image-tag .elementor-image-box-title{
	margin:0px !important;
}
.hey-tag {
    padding: 6px 13px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}
.hey-head {
    background: linear-gradient(
        90deg,
        #00C9FF 0%,
        #5F64FF 100%
    );
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
    color: transparent;
    font-family: 'Oxanium',sans-serif;
}
.ban-count1 .elementor-counter-number,
.ban-count1 .elementor-counter-number-prefix,
.ban-count1 .elementor-counter-number-suffix{
    background: linear-gradient(90deg, #00C9FF 0%, #5F64FF 50%);
    -webkit-background-clip: text;
	font-family: 'Oxanium',sans-serif;
    font-weight: 700;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.ban-count1{
	transition:transform 0.3s ease;
}
.ban-count1:hover{
	transform:scale(1.05);
}
.hey-about-card{
	background: linear-gradient(
        90deg,
        #0D1B2F 0%,
        #0B172A 55%,
        #040B1A 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 10px 30px rgba(0,0,0,0.25);
	transition:transform .3s ease;
}
.hey-about-card:hover{
	transform:translatey(-6px);
	border-color:#00C9FF;
    box-shadow:
    0 15px 40px rgba(0,201,255,.18)
}
.hey-about-card .elementor-image-box-title{
	margin:0px;
	margin-bottom:7px;
}
.process-section{
    padding:0px;
    color:#EFF6FB;
}
.process-top{
    position:relative;
    margin-bottom:50px;
}
.process-line{
    position:absolute;
    top:50%;
    left:50px;
    right:90px;
    height:4px;
    width:90%;
    background:rgba(0,201,255,.18);
}
.dot{
    position:absolute;
    width:12px;
    height:12px;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    background:#00C9FF;
    box-shadow:
    0 0 10px #00C9FF,
    0 0 25px #00C9FF,
    0 0 45px #00C9FF;
}
.dot-left{
    animation:leftMove 10s linear infinite;
}
.moving-dot{
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #00C9FF;
    box-shadow:
        0 0 8px #00C9FF,
        0 0 18px #00C9FF,
        0 0 30px #00C9FF;

    animation: travel 8s linear infinite alternate;
}
@keyframes travel{
    from{
        left: 0;
    }
    to{
        left: calc(100% - 10px);
    }
}
@keyframes leftMove{

    from{
        left:-15px;
    }
    to{
        left:100%;
    }
}
@keyframes rightMove{
    from{
        right:-15px;
    }
    to{
        right:100%;
    }
}
.process-icons{
    display:flex;
    justify-content:space-around;
    position:relative;
    z-index:2;

}
.process-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#2A3140;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    color:#fff;
    border:1px solid rgba(255,255,255,.05);
    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 8px 25px rgba(0,0,0,.3);
}
.process-icon img{
    height: 30px;
    width:22px;
}
.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;

}
.process-card{
    background:linear-gradient(
        180deg,
        #111C31 0%,
        #081221 100%
    );
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:15px;
    text-align:center;
    transition:.4s;
    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05);
}
.process-card:hover{
    transform:translateY(-8px);
    border-color:#00C9FF;
    box-shadow:
    0 15px 40px rgba(0,201,255,.18);
}
.process-card span{
    color:#00C9FF;
    font-size:15px;
    letter-spacing:1px;
    text-transform:uppercase;
}
.process-card h3{
    margin:18px 0;
    font-size:22px;
    line-height:1.4;
    font-weight:600;
}
.process-card p{
    color:#96A7B7;
    font-size:15px;
    line-height:1.5;
}
.platform-card .elementor-image-box-title{
	margin-bottom:0px !important;
}
/* .platform-card{
	position:relative;
}
.platform-card::after {
    position: absolute;
    content: "";
    background-image: url("https://www.intprosec.com/wp-content/uploads/2026/07/SVG-7.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    right: 20px;
    top: 20px;
} */
.hey-faq .e-n-accordion-item{
	background: linear-gradient(90deg, #0D1B2F 0%, #0B172A 55%, #040B1A 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 30px rgba(0, 0, 0, 0.25);
}
.hey-faq .e-n-accordion-item-title{
	border:none !important;
}
.hey-faq .elementor-element-9f498ef{
	border:none !important;
}
.hey-faq .e-child{
	border:none !important;
}
.hey-cta{
	 border: 1px solid rgba(255, 255, 255, 0.1);
	 background: linear-gradient(to right, rgb(1, 10, 26) 0%, rgb(3, 16, 43) 25%, rgb(6, 23, 63) 50%, rgb(3, 16, 43) 75%, rgb(1, 10, 26) 100%);
}
.cta-card{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-card::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;

    background:
        radial-gradient(circle at 8% 10%, #00C9FF 0 3px, transparent 4px),
        radial-gradient(circle at 30% 18%, #00C9FF 0 2px, transparent 3px),
        radial-gradient(circle at 52% 60%, #00C9FF 0 3px, transparent 4px),
        radial-gradient(circle at 88% 8%, #00C9FF 0 4px, transparent 5px),
        radial-gradient(circle at 78% 48%, #00C9FF 0 2px, transparent 3px),
        radial-gradient(circle at 15% 92%, #00C9FF 0 3px, transparent 4px),
        radial-gradient(circle at 42% 35%, #00C9FF 0 2px, transparent 3px),
        radial-gradient(circle at 68% 18%, #00C9FF 0 2px, transparent 3px);

    opacity: .9;
}
   .custom-tabs{
    display:flex;
    gap:20px;
}

.tab-btn{
    display: inline-flex;
    padding:13px 35px;
    cursor:pointer;
    border-radius:50px;
    background:linear-gradient(
        180deg,
        #111C31 0%,
        #081221 100%
    );
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    color:#fff;
    font-size:16px;
    transition:.35s;
}

.tab-btn:hover{
    background-image: linear-gradient(90deg, #00C7FF 0%, #646BFF 100%);
    border-color:#081221;
    color: #010408;
}
.tab-btn.active{
    color: #010408;
    border-color:#081221;
    background-image: linear-gradient(90deg, #00C7FF 0%, #646BFF 100%);
    box-shadow: 0px 0px 55px 0px rgba(0, 175.99999999999983, 255, 0.20784313725490197);
}
.awa-banner{
    background: linear-gradient(
        to right,
        #03101f 0%,
        #031221 25%,
        #031117 50%,
        #031221 75%,
        #03101f 100%
    );
}
.awa-process-card{
    background: linear-gradient(
        to right,
        #03101f 0%,
        #031221 25%,
        #031117 50%,
        #031221 75%,
        #03101f 100%
    );
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:15px;
    text-align:center;
    transition:.4s;
    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05);
}
.awa-process-card:hover{
    transform:translateY(-8px);
    border-color:#00C9FF;
    box-shadow:
    0 15px 40px rgba(0,201,255,.18);
}
.faq-item{
    margin-bottom:18px;
background: linear-gradient(98.97deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    border:1px solid rgba(0,231,255,.18);
    border-radius:22px;
    overflow:hidden;
    box-shadow:
    0 8px 35px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.03);
    transition:.35s;
}

.faq-question{
    width:100%;
    padding:20px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    background:none;
    border:none;
    color:#EFF6FB;
    font-size:18px !important;
    font-weight:400 !important;
    text-align:left;
    font-family: 'Oxanium',sans-serif !important;
}
.faq-question span{
    padding-right:20px;
}
.faq-question img{
    color:#2EE6FF;
    width:15px !important;
    transition:.35s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
}
.faq-answer p{
    padding:0 20px 10px;
    color:#94A8B6;
    line-height:1.5;
    font-size:15px;
    margin: 0px;
    font-family: 'Inter', sans-serif;
}
.faq-item.active .faq-answer{
    max-height:300px;
}
.faq-item.active .faq-question img{
    transform:rotate(180deg);
}
/* Intel-I Styling */
.timeline-section{
    width:1200px;
    margin:100px auto;
    position:relative;
}
.timeline-line{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:1px;
    height:100%;
    background:#123B58;
}
.timeline-progress{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0%;
    background:#00D9FF;
    box-shadow:0 0 20px #00D9FF;
}
.timeline-item.left{
    display:flex;
    align-items:center;
    text-align: right;
    justify-content:space-between;
    margin:90px 0;
}
.timeline-item.right .card{
 margin-left:30%;
}
.timeline-item.left{
    padding-right:50%;
}
.timeline-item.right{
    padding-left:50%;
}
.card{
    width:420px;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: right;
    background:linear-gradient(180deg,#10273C,#0C2032);
    border:1px solid rgba(0,231,255,.18);
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
    transition: .5s;
}
.timeline-item.left .card:hover{
    transform:translateX(8px) scale(1.02);
}
.timeline-item.right .card:hover{
    transform:translateX(-8px) scale(1.02);
}
.card:hover{
     box-shadow:
        0 0 0 2px rgba(0,207,255,.25),
        0 0 25px rgba(0,207,255,.45);       
}
.card small{
    color:#00D9FF;
    letter-spacing:2px;
}
.card h3{
    color:#fff;
    margin:10px 0;
}
.card p{
    color:#8EA5B8;
    line-height:1.7;
    margin: 0px;
}
.circle{
    position:absolute;
    transform:translateX(-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:#00CFFF;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#08121B;
    font-weight:700;
    border:8px solid #07101B;
    box-shadow:
        0 0 0 2px rgba(0,207,255,.25),
        0 0 25px rgba(0,207,255,.45);
    z-index:2;
}
.circle::before,
.circle::after{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:50%;
    border:2px solid rgba(0,207,255,.4);
    animation:pulse 2.5s infinite;
}
.circle::after{
    animation-delay:1.2s;
}
@keyframes pulse{
    0%{
        transform:scale(1);
        opacity:.8;
    }
    70%{
        transform:scale(1.45);
        opacity:0;
    }
    100%{
        transform:scale(1.45);
        opacity:0;
    }

}
.timeline-item.left .circle{
    left:75%;
}
.timeline-item.right .circle{
    right:75%;
}
.faq-item{
    margin-bottom:18px;
    background:linear-gradient(90deg,#0E2A40,#091C2D);
    border:1px solid rgba(0,231,255,.18);
    border-radius:22px;
    overflow:hidden;
    box-shadow:
    0 8px 35px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.03);
    transition:.35s;
}
.faq-question{
    width:100%;
    padding:20px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    background:none;
    border:none;
    color:#EFF6FB;
    font-size:18px !important;
    font-weight:400 !important;
    text-align:left;
    font-family: 'Oxanium',sans-serif !important;
}
.faq-question span{
    padding-right:20px;
}
.faq-question img{
    color:#2EE6FF;
    width:15px !important;
    transition:.35s;
}
.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
}

.faq-answer p{
    padding:0 20px 10px;
    color:#94A8B6;
    line-height:1.5;
    font-size:15px;
    margin: 0px;
    font-family: 'Inter', sans-serif;
}
.faq-item.active .faq-answer{
    max-height:300px;
}
.faq-item.active .faq-question img{
    transform:rotate(180deg);
}
.floating-card:hover{
    transform:translateY(-8px) scale(1.02);

    border-color:#00E7FF;

    box-shadow:
        0 20px 50px rgba(0,0,0,.35),
        0 0 0 1px rgba(0,231,255,.25),
        0 0 25px rgba(0,231,255,.15),
        0 0 60px rgba(0,231,255,.08);
}
    .dashboard-wrapper{
    position:relative;
    display:inline-block;
}

/* Common Card */
.floating-card{
    position:absolute;
    display:flex;
    align-items:center;
    gap:16px;

    padding:13px 15px;

    min-width:260px;

    border-radius:24px;

    background:rgba(13,30,50,.92);
    border:1px solid rgba(0,231,255,.18);

    backdrop-filter:blur(1px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.35),
        inset 0 0 0 1px rgba(255,255,255,.04);
         transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
    cursor:pointer;
}

/* Icon */
.floating-card .icon{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#00CFFF;
    color:#08131E;
    font-size:22px;
    box-shadow:0 0 25px rgba(0,231,255,.35);
}
.floating-card .grow{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#00AFFF66;
    border:1px solid #41E2FF;
    color:#08131E;
    font-size:22px;
}
.floating-card span{
    display:block;
    font-size:13px;
    color:#8F9EB2;
    letter-spacing:2px;
}

.floating-card h4{
    color:#fff;
    font-size:16px;
    margin: 0px;
    font-weight:400;
}
.card-left{
    top:60px;
    left:-35px;
}
.card-right{
       right: -614px;
    bottom: -377px !important;
}
/*  .intel-ai{
    position:relative;
    overflow:hidden;
}
.intel-ai::before,
.intel-ai::after{
    content:"";
    position:absolute;
    top:-100px;
    left:100;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#00E7FF;
    box-shadow:
        50px 50px #00E7FF,
        180px 120px #00E7FF,
        320px 70px #00E7FF,
        460px 180px #00E7FF,
        620px 40px #00E7FF,
        760px 140px #00E7FF,
        910px 80px #00E7FF,
        1080px 200px #00E7FF,
        130px 280px #00E7FF,
        540px 320px #00E7FF;
    animation:particles 12s linear infinite;
    pointer-events:none;
    z-index:1;
}
.intel-ai::after{
    animation-duration:18s;
    animation-delay:-8s;
    opacity:.6;
}
@keyframes particles{
    from{
        transform:translateY(-100px);
    }
    to{
        transform:translateY(900px);
    }
} */

/* Raksh AI page css */

.key-capabilities{
background: radial-gradient(41.67% 38.92% at 50% 0%, rgba(0, 56, 144, 0.3) 0%, rgba(0, 56, 144, 0) 100%);

}
.raksh{
    background: linear-gradient(107.4deg, #00C7FF 0%, #646BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.empower{
    position: relative;
    overflow: hidden !important;
}
.empower::before,
.empower::after{
    content: "";
    position: absolute;
    inset: -120% -20% 0 -20%;
    pointer-events: none;

    background-image:
        radial-gradient(circle, #1ED8FF 2px, transparent 2.5px),
        radial-gradient(circle, #1ED8FF 1.5px, transparent 2px),
        radial-gradient(circle, #1ED8FF 2px, transparent 2.5px),
        radial-gradient(circle, #1ED8FF 1px, transparent 1.5px),
        radial-gradient(circle, #1ED8FF 2px, transparent 2.5px);

    background-size:
        170px 180px,
        230px 260px,
        190px 210px,
        280px 240px,
        210px 290px;

    background-position:
        10% 0%,
        65% 15%,
        35% 45%,
        85% 25%,
        50% 75%;

    animation: rain1 18s linear infinite;
    opacity: .8;
}

.empower::after{
    opacity: .45;

    background-position:
        25% 10%,
        80% 35%,
        15% 65%,
        60% 50%,
        95% 80%;

    animation: rain2 25s linear infinite;
}

@keyframes rain1{
    from{
        transform: translateY(-40%);
    }
    to{
        transform: translateY(40%);
    }
}

@keyframes rain2{
    from{
        transform: translateY(-60%);
    }
    to{
        transform: translateY(60%);
    }
}
.raksh-work{
	transition:all .3s ease;
}
.raksh-work:hover{
	box-shadow: rgba(4, 233, 248, 0.5) 0px 0px 16px -1px;
	transform:translatey(-6px);
}

/* Kriya page styling */
.kriya-banner{
   background: linear-gradient(
        to right,
        #020b1a 0%,
        #020a14 50%,
        #011630 100%
    );
}
.kri-head{
	background: linear-gradient(107.4deg, #E3F1FB 0%, #1FC6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.kri-cap{
	 background: linear-gradient(
        140deg,
        rgba(25, 47, 70, 0.65) 0%,
        rgba(7, 23, 39, 0.50) 100%
    );
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    box-shadow:
        0 7px 20px rgba(0,0,0,.35),
        inset 0 1px 1px rgba(255,255,255,.08);
}
.kri-card .elementor-image-box-title{
	margin-top:0px;
}
.kri-ind .elementor-image-box-title{
	margin-top:0px;
}
.kri-ind{
	 background: linear-gradient(
        140deg,
        rgba(25, 47, 70, 0.65) 0%,
        rgba(7, 23, 39, 0.50) 100%
    );
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 25px;
	padding:15px 20px;
    box-shadow:
        0 7px 20px rgba(0,0,0,.35),
        inset 0 1px 1px rgba(255,255,255,.08);
	transition:all 0.3s ease;
}

.kri-ind:hover{
	 box-shadow: 0px 0px 16px -1px rgba(4.000000000000024, 233.00000000000009, 248, 0.3);
	transform:translatey(-6px);
}
.kri-faq .e-n-accordion-item{
	background: linear-gradient(90deg, #0D1B2F 0%, #0B172A 55%, #040B1A 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    box-shadow: 0px 4px 30px -4px rgba(0, 104.00000000000009, 178, 0.3);
}
.ps-flow{
    display:flex;
    justify-content:space-between;
    position:relative;
    padding:0px 0;
    gap:20px;
}
.ps-center-line{
    position:absolute;
    top:170px;
    left:0;
    width:100%;
    height:5px;
    background:rgba(0,201,255,.18);
    border-radius:50px;
}
.ps-travel-dot{
    position:absolute;
    top:50%;
    left:0;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#00C9FF;
    transform:translateY(-50%);
    box-shadow:
    0 0 10px #00C9FF,
    0 0 20px #00C9FF,
    0 0 35px rgba(0,201,255,.8);

    animation:travelDot 8s linear infinite alternate;
}

@keyframes travelDot{
    from{
        left:0;
    }
    to{
        left:calc(100% - 14px);
    }
}
.ps-item{
    flex:1;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    z-index:2;
}

.ps-top{
    min-height:225px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.ps-circle{
    width:18px;
    height:18px;
    border-radius:50%;
    background:#00C9FF;
    position:relative;
    margin:20px 0;
    box-shadow:0 0 15px rgba(0,201,255,.7);
}
.ps-circle::before{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:100%;
    width:3px;
    height:70px;
    background:#00C9FF;
}
.ps-bottom{
    margin-top:10px;
    background: linear-gradient(
        140deg,
        rgba(25, 47, 70, 0.65) 0%,
        rgba(7, 23, 39, 0.50) 100%
    );
    padding: 20px 10px;
    border-radius: 20px;
    transition:all .3s ease;
}
.ps-bottom:hover{
    box-shadow: 0px 4px 25px 0px rgba(4.000000000000024, 233.00000000000009, 248, 0.4);
	transform:translatey(-6px);
}
.ps-step{
    color:#00C9FF;
    font-size:20px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}
.ps-bottom h3{
    color:#EFF6FB;
    font-size:18px;
    margin:0 0 6px;
    text-align:center;
}
.ps-bottom p{
    color:#96A7B7;
    line-height:1.7;
    font-size:14px;
    text-align:center;
}

/* Careers Page Styling */
.career-banner{
	  background:
        radial-gradient(
            ellipse 1200px 1000px at -10% 0%,
            rgba(34,136,248,.55) 0%,
            rgba(34,136,248,.28) 30%,
            rgba(34,136,248,.12) 50%,
            rgba(34,136,248,0) 75%
        ),
        radial-gradient(
            ellipse 1200px 1000px at 100% 0%,
            rgba(34,136,248,.55) 0%,
            rgba(34,136,248,.28) 30%,
            rgba(34,136,248,.12) 50%,
            rgba(34,136,248,0) 75%
        ),
        linear-gradient(
            180deg,
            #08111F 0%,
            #050B14 45%,
            #050B14 100%
        );
}
.career-form {
    border: 1.5px solid #78c8ff21;
    padding: 25px 30px 10px 30px;
    background-color: #252930;
    border-radius: 30px;
}
.car-form-input p{
	margin:0px;
	color:rgba(255,255,255,0.5);
	margin-bottom:5px;
	font-size:13px;
	text-transform: uppercase;
}
.car-form-row{
	display:flex;
	gap:15px;
}
.car-form-input input {
    border-radius: 13px;
    padding: 8px 18px;
    width: 100%;
    background-color: #2c3138;
    border: 1.5px solid #78c8ff21;
    margin-bottom: 10px;
	color:#fff !important;
}
.car-form-input textarea {
    border-radius: 13px;
    padding: 8px 18px;
    width: 100%;
	height:120px;
	resize:none;
	color:#fff !important;
    background-color: #2c3138;
    border: 1.5px solid #78c8ff21;
}
.wpcf7-spinner{
	display:none;
}
.car-form-btn p{
	text-align:center;
	width:100%;
	margin:0px;
}
.car-form-btn input {
    border-radius: 25px !important;
    width: 100%;
    border: none !important;
    background: linear-gradient(
            180deg,
            #53EAFD 0%,
            #2B7FFF 100%
        );
	cursor:pointer;
	font-weight: 600;
    padding: 15px !important;
	box-shadow: 0px 0px 40px 0px #5ED6FF35;
	transition:transform .3s ease;
}
.car-form-btn input:hover{
	transform:translatey(-5px);
}



/* About Page Styling */
.about-banner{
    background:
    radial-gradient(
        circle at 85% 65%,
        rgba(0,212,255,.22) 0%,
        rgba(0,212,255,0) 55%
    ),
    radial-gradient(
        circle at 18% 35%,
        rgba(0,123,255,.25) 0%,
        rgba(0,123,255,0) 55%
    ),
    linear-gradient(
        180deg,
        rgba(7,26,46,.65) 0%,
        rgba(7,26,46,.95) 100%
    ),
    #061321;
}
.about-head {
    background: linear-gradient(
        90deg,
        #FFFFFF 0%,
		#7CC7FF 50%,
        #00D4FF 100%
    );
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2.5px;
    color: transparent;
    font-family: 'Oxanium',sans-serif;
}
.about-img-box .elementor-image-box-title{
	margin:0px !important;
}
.about-point{
	position:relative;
}
.about-point::before {
    position: absolute;
    content: "";
    background-color: #52E7FF;
    width: 45px;
    height: 1px;
    left: 12px;
    top: 9px;
    border-radius: 30px;
}
.mis-card{
	transition:all .3s ease;
}
.mis-card:hover{
	transform:translatey(-7px);
	box-shadow: 0px 0px 22px 0px #00B0FF66;
	backdrop-filter: blur(27px);

}
.why-card{
	transition:all .3s ease;
}
.why-card:hover{
	transform:translatey(-7px);
	box-shadow: 0px 0px 22px 0px #00B0FF66;
	backdrop-filter: blur(27px);
}
.about-num .elementor-counter-number-wrapper{
	background: linear-gradient(101.04deg, #FFFFFF 0%, #7CC7FF 40%, #00D4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Oxanium',sans-serif;
}
.about-num .elementor-counter-title{
	text-align:center;
}
.who-img-box .elementor-image-box-wrapper{
	display:flex !important;
	flex-direction:column !important;
	align-items:start !important;
}
.who-img-box .elementor-image-box-title{
	margin:0px;
	padding-left:35px;
}
.who-img-box .elementor-image-box-description{
	padding-left:35px;
}


/* Contact Page Styling */
.cont-head img {
    object-fit: contain;
    height: 75px !important;
    margin-bottom: -5px;
}
.cont-reach-box{
	background: linear-gradient(129.64deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
border: 1.44px solid #FFFFFF1A;
	backdrop-filter: blur(28px);
	transition:all .3s ease;
}
.cont-reach-box:hover{
	transform:translatey(-7px);
	box-shadow: 0px 0px 22px 0px #00B0FF66;
}
.cont-reach-box:hover .elementor-image-box-img img{
	transform:scalex(-1);
}
.cont-reach-box1{
	background: linear-gradient(129.19deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: 1.44px solid #FFFFFF1A;
	backdrop-filter: blur(28px);
	transition:all .3s ease;
}
.cont-reach-box1:hover{
	transform:translatey(-7px);
	box-shadow: 0px 0px 22px 0px #00B0FF66;
}
.cont-reach-box1:hover .elementor-image-box-img img{
	transform:scalex(-1);
}
.cont-cta{
	background: linear-gradient(90deg, #071A2E 0%, rgba(7, 26, 46, 1) 50%, #071A2E 100%);
}
.cont-form{
	margin:0px;
}
.cont-row{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:15px;
}
.cont-input input {
    width: 100%;
    padding: 10px 15px;
    background: #FFFFFF0A;
    border: 1.44px solid #FFFFFF1A;
    border-radius: 15px;
    color: #FFFFFF59 !important;
	margin-bottom:15px;
}
.cont-input input::placeholder{
	color: #FFFFFF59 !important;
}
.cont-input p {
    color: #FFFFFFB2;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.cont-input textarea {
    width: 100%;
	height:120px;
    padding: 10px 15px;
    background: #FFFFFF0A;
    border: 1.44px solid #FFFFFF1A;
    border-radius: 15px;
	resize:none;
    color: #FFFFFF59 !important;
	margin-bottom:15px;
}
.cont-input textarea::placeholder{
	color: #FFFFFF59 !important;
}
.cont-input select{
    width: 100%;
    padding: 10px 15px;
    background: #FFFFFF0A;
    border: 1.44px solid #FFFFFF1A;
    border-radius: 15px;
    color: #FFFFFF !important;
	margin-bottom:15px;
}
.cont-input select option{
	color:#000 !important;
}
.cont-form-term p{
	color:#FFFFFF66;
	font-size:14px;
	margin-bottom:5px !important;
}
.cont-form-btn p{
	margin:0px;
	position:relative;
}
.cont-form-btn p::before {
    position: absolute;
    content: "";
    background-image: url("https://www.intprosec.com/wp-content/uploads/2026/07/image-14.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 25px;
    left: -10px;
	z-index:10;
    width: 80px;
    top: 10px;
}
.cont-form-btn input {
    background: linear-gradient(104.94deg, #007BFE 0%, #00E8FF 100%);
    box-shadow: 0px 14.38px 43.13px -14.38px #007BFE99;
    border: none;
    padding: 15px 25px 15px 50px;
    border-radius: 25px;
    color: #000 !important;
	
    font-weight: 700 !important;
	transition:transform .3s ease;
}
.cont-form-btn input:hover{
	background: linear-gradient(104.94deg, #007BFE 0%, #00E8FF 100%);
    box-shadow: 0px 14.38px 43.13px -14.38px #007BFE99;
	transform:translatex(6px);
}
.cont-form-btn input:hover p::before{
	transform:translatex(6px);
}
/* .bg-gradient1{
	background: radial-gradient(ellipse 800px 800px at -10% 0%, rgba(34, 136, 248, .55) 0%, rgba(34, 136, 248, .28) 30%, rgba(34, 136, 248, .12) 50%, rgba(34, 136, 248, 0) 75%), radial-gradient(ellipse 800px 800px at 100% 0%, rgba(34, 136, 248, .55) 0%, rgba(34, 136, 248, .28) 30%, rgba(34, 136, 248, .12) 50%, rgba(34, 136, 248, 0) 75%), linear-gradient(180deg, #08111F 0%, #050B14 45%, #050B14 100%);
} */
.bg-gradient1{
	background: linear-gradient(
    180deg,
    #161327 0%,
    #1f1830 18%,
    #35203b 38%,
    #542c47 58%,
    #542a45 76%,
    #420b19 100%
);
	
	

}







@media(max-width:990px){
	.process-card h3 {
    margin: 10px 0;
    font-size: 19px;
}
/* 	.elementor-nav-menu{
		background: radial-gradient(circle at 18% 18%, rgba(190, 230, 255, .18) 0%, transparent 22%), radial-gradient(circle at 72% 28%, rgba(70, 130, 255, .20) 0%, transparent 18%), radial-gradient(circle at 86% 55%, rgba(255, 255, 255, .14) 0%, transparent 20%), linear-gradient(135deg, #0f2235 0%, #041417 45%, #020b0d 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 25px 60px rgba(0, 0, 0, .45);
	} */
	.process-grid{
grid-template-columns:repeat(2,1fr);
}
	.tab-btn{
        padding:10px 28px;
        font-size:14px;
    }
	    .floating-card .icon{
        height:30px;
        width:30px;
        font-size:20px;
    }
    .floating-card{
        padding:10px;
         min-width:220px;
    }
    .card-left{
    top:60px;
    left:-10px;
}
.card-right{
       right:-350px;
    bottom: -280px !important;
}
.floating-card .grow{
    height: 30px;
    width:30px;
}
	.timeline-section {
    width: 100%;
    margin: 20px auto;
    position: relative;
}
.card {
    width: 100%;
}
.timeline-item.right {
    padding-left: 50%;
}
	.timeline-item.right .card {
    margin-left: 0%;
}
	.ps-flow{
    flex-direction:column;
    gap:30px;
}
.ps-center-line{
    left:22px;
    top:0;
    width:5px;
    height:100%;
}
.ps-circle{
    display:none;
}
.ps-travel-dot{
    animation:travelMobile 8s linear infinite alternate;
}

@keyframes travelMobile{

    from{
        top:0;
        left:50%;
        transform:translateX(-50%);
    }

    to{
        top:calc(100% - 14px);
        left:50%;
        transform:translateX(-50%);
    }

}
.ps-item{
    display:grid;
    grid-template-columns:50px 1fr;
    column-gap:20px;
    text-align:left;
    align-items:flex-start;
}
.ps-top{
    grid-column:2;
    min-height:auto;
    justify-content:flex-start;
    margin-bottom:5px;
}
.ps-circle{
    grid-column:1;
    grid-row:1 / span 2;
    margin-top:5px;
}
.ps-circle::before{
    width:3px;
    height:100%;
    left:50%;
    top:18px;
    bottom:auto;
}
.ps-bottom{
    grid-column:2;
    margin-top:0;
}
.ps-bottom h3{
    font-size:20px;
}


	
}
@media(max-width:1050px){
	.cont-head img {
    object-fit: contain;
    height: 60px !important;
    margin-bottom: -5px;
}
}
@media(max-width:769px){
.tab-btn {
    padding: 10px 28px;
    font-size: 14px;
	align-items:center !important;
}
}



@media(max-width:600px){
	.cont-card-box .elementor-image-box-wrapper{
		display:flex;
		gap:15px;
		align-items:center;
	}
	.elementor-nav-menu{
		background: radial-gradient(circle at 18% 18%, rgba(190, 230, 255, .18) 0%, transparent 22%), radial-gradient(circle at 72% 28%, rgba(70, 130, 255, .20) 0%, transparent 18%), radial-gradient(circle at 86% 55%, rgba(255, 255, 255, .14) 0%, transparent 20%), linear-gradient(135deg, #0f2235 0%, #041417 45%, #020b0d 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 25px 60px rgba(0, 0, 0, .45);
	}
	.about-head{
		letter-spacing:0px;
	}

	.cont-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
	.cont-head img {
    object-fit: contain;
    height: 45px !important;
    margin-bottom: -5px;
}
	.city-row{
     display: flex;
		flex-direction:column;
     gap:20px;
     margin-bottom: 20px;
    }
	.about-tag {
    font-size: 15px !important;
}
	.city-card1{
		width:75%;
		padding: 10px 20px;
	}
	.city-card p {
    margin: 0px !important;
    font-size: 15px;
}
	.city-card1 p {
    margin: 0px !important;
    font-size: 15px;
}
	.deploy-text::after {
    border: none;
    position: absolute;
    content: "";
    height:1px;
    width: 100%;
/*     background: linear-gradient(
        90deg,
        transparent 0%,
        #00ECFF 50%,
        transparent 100%
    ); */
	 background: linear-gradient(90deg, transparent 0%, #FA8237 50%, transparent 100%);
    box-shadow: 0 0 10px rgba(0, 236, 255, 0.4);
    bottom: -10px;
    left: -5px;
}
	.deploy-text1::after {
    border: none;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
/*     background: linear-gradient(
        90deg,
        transparent 0%,
        #00ECFF 50%,
        transparent 100%
    ); */
		
	background: linear-gradient(90deg, transparent 0%, #FA8237 50%, transparent 100%);
    box-shadow: 0 0 10px rgba(0, 236, 255, 0.4);
    bottom: -10px;
    left: -5px;
}
.city-card{
	width:75%;
	padding: 10px 20px;
}
.process-grid{
grid-template-columns:1fr;
}
.process-line{
display:none;
}
.process-icons{
margin-bottom:30px;
}
	.hey-image-tag  .elementor-image-box-wrapper {
    text-align: center;
    display: flex;
		gap:0px !important;
	}
	.hey-tag .elementor-image-box-wrapper {
    text-align: center;
    display: flex;
		gap:0px !important;
		align-items:center;
	}
	    .tab-btn{
        padding:10px 28px;
        font-size:14px;
			align-items:center !important;
    }
     .custom-tabs{
    display:grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.card-right {
    right: -250px;
    bottom: -260px !important;
}
.card-left {
    top: -20px;
    left: -10px;
}
	.timeline-item .left{
		display:flex;
		flex-direction:column;
	}
	.car-box .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
	.car-box .elementor-image-box-description{
		text-align:start;
	}
	.career-form {
    padding: 20px 15px;
}
	.car-form-row {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
	.car-form-btn input {
    font-weight: 600;
    font-size: 14px;
}
		.car-form-input textarea {
    font-size: 13px;
}
	.car-form-input input {
    font-size: 13px;
}
}

.divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
}
h3.elementor-image-box-title {
    margin: 0px;
}
.integrity:hover{
	 transform: translatey(-7px);
     box-shadow: 0px 0px 22px 0px #00B0FF66;
     backdrop-filter: blur(27px);
}
.secure-text {
background: linear-gradient(95.84deg, #FFFFFF 0%, #7CC7FF 40%, #00D4FF 100%) !important;
   -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}
@media(max-width:768px){
	.who-img-box h3.elementor-image-box-title {
    padding: 0px !important;
}
	.who-img-box p.elementor-image-box-description {
    padding: 0px !important;
}
/* 	.who-img-box .elementor-image-box-wrapper {
    display: flex;
} */
	.integrity .elementor-image-box-wrapper {
    display: flex !important;
    gap: 10px;
    align-items: center;
}
}


/* file css */
/* Upload Box */
.cf7-upload-box {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.cf7-upload-label{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:100%;
    min-height:120px;
    padding:10px;
    background:#2c3138;
    border: 1.5px solid #78c8ff21;   
	border-radius:10px;
    cursor:pointer;
    transition:.3s ease;
    overflow:hidden;
}

.cf7-upload-label:focus{
	border:1px solid white;
	border-radius:10px;
}


/* 
.cf7-upload-label:hover{
    border-color:#5da8ff;
    background:#1b3b60;
} */

/* Hide Original Input */
.cf7-upload-input{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:pointer;
}

/* Upload Icon */


/* Title */
.cf7-upload-title{
    color:#757575;
    font-size:16px;
    font-weight:400;
    margin-bottom:8px;
    text-transform: none;

}
span.cf7-upload-icon img {
    width: 30px;
}

.cf7-upload-box p{

	margin:0px;
	color:rgba(255,255,255,0.5);
	margin-bottom:5px;
	font-size:13px;
	text-transform: uppercase;
}

/* Note */
.cf7-upload-note{
    color:#757575;
    font-size:13px;
}
.cf7-upload-label br{
    display:none;
}
/* Mobile */
@media(max-width:767px){

.cf7-upload-label{
    min-height:150px;
    padding:25px 15px;
}

.cf7-upload-icon{
    font-size:16px;
}

.cf7-upload-title{
    font-size:16px;
}

.cf7-upload-note{
    font-size:12px;
}

}


/* ==========================
   PREMIUM GLASS SUB MENU
========================== */

.sub-menu{

    background:
    radial-gradient(circle at 18% 18%, rgba(190, 230, 255, 0) 0%, transparent 25%),
    radial-gradient(circle at 72% 28%, rgba(120, 180, 255, 0.1) 0%, transparent 22%),
    radial-gradient(circle at 86% 55%, rgba(255, 255, 255, 0.2) 0%, transparent 24%),
    linear-gradient(135deg, #2a4c6b 0%, #1b3646 45%, #10252e 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 25px 60px rgba(0, 0, 0, .45);

	
    width:250px !important;
    border-radius:5px;
	overflow:hidden;
	z-index:99;
	padding:10px 10px 20px 10px!important;
}

/* Remove all borders */
.sub-menu,
.sub-menu li,
.sub-menu li a{
    border:none !important;
    box-shadow:none !important;
	color:#85919a !important;
	font-size:14px !important;
	font-weight:400;
	
	
}
#menu-1-e97895b .sub-menu li a{
    padding: 5px 15px !important;
}

/* Submenu */
#menu-1-e97895b .sub-menu li > a{
    position: relative;
}

#menu-1-e97895b .sub-menu li > a::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    border-radius: 70px;
    transition: width .35s ease-in-out;
}

/* Odd submenu items */
#menu-1-e97895b .sub-menu li:nth-child(odd) > a::after{
    background: #F37724;
}

/* Even submenu items */
#menu-1-e97895b .sub-menu li:nth-child(even) > a::after{
    background: #1DA1FF;
}

/* Hover */
#menu-1-e97895b .sub-menu li:hover > a::after{
    width: 90% !important;
}
/* Remove Divider */
.sub-menu li+li{
    border-top:none !important;
}

/* Smooth Animation */
.sub-menu{
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s ease;
}

.menu-item:hover>.sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* Parent menu item */
.elementor-nav-menu .menu-item-has-children > a{
    display: flex;
    align-items: center;
    justify-content: center; /* or space-between */
    gap: 8px;
}

/* Arrow beside the text */
.elementor-nav-menu .sub-arrow{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    margin-top: 0 !important;
    position: static !important;
}

/* Arrow icon size */
.elementor-nav-menu .sub-arrow .e-font-icon-svg{
    width: 12px;
    height: 12px;
}

/* Remove bottom positioning */
.elementor-nav-menu .sub-arrow{
    transform: none !important;
}

.elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height:1;
    margin-block-end:0px !important;
	margin-block-start:0px !important;
    padding: 0px !important;
    padding-inline-end: 0px !important;
}
.timeline-item.right {
    padding-left: 50%;
    position: relative;
}

.cf7-popup-header h2 {
    margin: 0px;
    padding-bottom: 10px;
}

.cf7-popup-box .cont-input input {
    padding: 10px 15px;
    margin-bottom: 10px;
	border-radius:15px;
}
.cf7-popup-box .cont-input select {
    padding: 8px 15px;
    font-size: 14px;
    width: 100%;
	border-radius:4px;
}
.cf7-popup-box .cont-form-btn {
    text-align: center;
 
}
.cf7-popup-box .cont-form-btn input {
    background: linear-gradient(104.94deg, #007BFE 0%, #00E8FF 100%);
    box-shadow: 0px 14.38px 43.13px -14.38px #007BFE99;
    border: none;
    padding: 11px 30px 11px 60px;
    border-radius: 25px;
    color: #000 !important;
    font-weight: 700 !important;
    transition: transform .3s ease;
    font-size: 13px;
    margin-top: 10px;
	border-radius:15px;
}
.cf7-popup-box .cont-form-btn p::before {
    position: absolute;
    content: "";
    background-image: url("https://www.intprosec.com/wp-content/uploads/2026/07/image-14.webp");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    height: 25px;
    left: 189px;
    z-index: 10;
    width: 80px;
    top: 15px;
}
.request-demo,
.request-demo:hover {
    cursor: pointer !important;
}
.cf7-popup-box .cont-form input::placeholder {
    font-size: 12px;
}
.cf7-popup-box  .cont-input textarea::placeholder {
    font-size: 13px;
}
.cf7-popup-box .cont-input textarea {
  margin-bottom:0px !important
	  border-radius:4px !important;
}

@media(max-width:768px){
	.timeline-item.right .circle {
    right: 60% !important;
    top: 50% !important;
}

	
	
}
.profile-card h3 {
   opacity: 0;
}
.profile-card:hover.profile-card h3 {
   opacity: 1;
}
/* .profile-image {
    display: none;
} */
.profile-card span {
    display: none;
}
.profile-card-card {
    width: 200px;
    height: 200px;
}
.ceo-card span{
	display:block;
	opacity:0;
}
.ceo-card:hover.ceo-card span{
opacity:1;
}

.ceo-card {
    width: 200px;
    height: 200px;
	 position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center;        
    text-align: center;
}
.member-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center;        
    text-align: center;
	height:200px;
}
.team-column .profile-card span {
    display: none;
}

.profile-card h4{
	text-align:center;
	opacity:0
}
.earth::after {
    content: "";
    background: url("https://www.intprosec.com/wp-content/uploads/2026/07/ips.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 210px;
    position: absolute;
    top: 0;
    top: -78px;
    left: 0;
   
    width: 200px;
    height: 340px;
     align-items: center;
    
    z-index: 2;
}
.profile-card:hover.profile-card h4{
	opacity:1;
}

.gradient-blue .elementor-counter-number-wrapper{
    background: linear-gradient(
        90deg,
        #FFFFFF 0%,
        #E7FCFF 25%,
        #9CF4FF 60%,
        #00E7FF 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	font-weight:700 !important;
}
.gradient-blue{
	background: linear-gradient(
        90deg,
        #FFFFFF 0%,
        #E7FCFF 25%,
        #9CF4FF 60%,
        #00E7FF 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	font-weight:700 !important;
}
.bg-gradient{
    background: linear-gradient(
        to right,
        #04141E 0%,
        #04171F 40%,
        #008BCC 100%
    );
}
.card-image{
    width:50%;
    height:100%;
    display:flex;
    align-items:center;
}
.card-image img{
    display:block;
    width:100%;
    max-height:100%;
    object-fit:contain; 
}
.card-content h2{
    font-size:55px;
    text-align: center;
    margin-bottom:0px;
    color:#F2F6F8;
}
.card-image .img-right{
    margin: 0px 0px 0px auto;
}
.card-image .img-left{
    margin: 0px auto 0px 0px;
}
.card-content h3{
    font-size:22px;
    text-align:center;
    line-height:1.8;
    color:#85919A;
    margin:0px;
}




@media(max-width:990px){
 .cards{
      height:auto; 
      min-height:470px;
      margin-bottom: 60px;
      }
  .card-inner{
      padding:30px;
      gap:40px;
      min-height:450px;
      height:auto;
  }
	.earth::after {
    content: "";
    background: url("https://www.intprosec.com/wp-content/uploads/2026/07/ips.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 193px;
    position: absolute;
    top: 0;
    top: -90px;
    left: -100px;
    width: 350px;
    height: 350px;
    align-items: center;
    z-index: 2;
}
	.earth::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 8%;
    left: 12%;
    border-radius: 50%;
    background: radial-gradient(
          circle,
          rgba(255, 255, 255, 0.4),
          transparent 70%
        );
    filter: blur(8px);
    pointer-events: none;
}
  .card-image img{
    display:block;
    width:100%;
    max-height:100%;
    object-fit:contain; 
}
  .card-content h2{
      font-size:30px;
      }
  .card-content h3{
      font-size:16px;
      }
}
@media(max-width:600px){
  .cards{
      height:560px;       
      margin-bottom:35px;
  }
  .card-inner{
      flex-direction:column;
      padding:25px;
      gap:15px;
      height:100%;
      box-sizing:border-box;
      justify-content:center;
  }
  .card-content,.card-image{ width:100%;
  text-align:center;
  }
  .card-image{ 
      height:55%;
      }
  .card-image img{
      width:70%;
      margin:0 auto;
      border-radius:20px !important;
      }
  .card-content h2{
      font-size:26px; 
  }
  .card-content h3{ 
      font-size:16px;
      }
  .card-image .img-right{
    margin: auto;
}
.card-image .img-left{
    margin: auto;
}
}

.stacking-section{
    padding:0 0 0px;
    position:relative;
}
.cards-wrapper{
    width:90%;
    margin:0px auto;
    position:relative;
}
.cards{
    position: sticky;
    top: 100px; 
    background:
        radial-gradient(circle at 18% 18%, rgba(190,230,255,.18) 0%, transparent 22%),
        radial-gradient(circle at 72% 28%, rgba(70,130,255,.20) 0%, transparent 18%),
        radial-gradient(circle at 86% 55%, rgba(255,255,255,.14) 0%, transparent 20%),
        linear-gradient(135deg,#0f2235 0%,#041417 45%,#020b0d 100%);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.12);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.12),
        0 25px 60px rgba(0,0,0,.45);

    border-radius:30px;
    overflow:hidden;
    margin-bottom: 40px;
    height:500px;
}

.card-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:50px;
  gap:70px;
  height:100%;
  box-sizing:border-box;
}
.card-content{
    width:50%;
	text-align:center;
}
.card-content img{
	width:65%;
}
.card-image{
    width:50%;
    height:100%;
    display:flex;
    align-items:center;
}
.card-image img{
    display:block;
    width:70%;
    max-height:100%;
    object-fit:contain; 
}
.card-content h2{
    font-size:55px;
    text-align: center;
    margin-bottom:0px;
    color:#F2F6F8;
}
.card-image .img-right{
    margin: 0px 0px 0px auto;
}
.card-image .img-left{
    margin: 0px auto 0px 0px;
}
.card-content h3{
    font-size:20px;
    text-align:center;
    line-height:1.5;
    color:#85919A;
    margin:0px;
}


/* .wrapper-buffer{
    height: 70vh;
} */

@media(max-width:990px){
 .cards{
      height:auto; 
      min-height:470px;
      margin-bottom: 60px;
      }
  .card-inner{
      padding:30px;
      gap:40px;
      min-height:450px;
      height:auto;
  }
  .card-image img{
    display:block;
    width:100%;
    max-height:100%;
    object-fit:contain; 
}
  .card-content h2{
      font-size:30px;
      }
  .card-content h3{
      font-size:16px;
      }
}
@media(max-width:600px){
  .cards{
      height:500px;       
      margin-bottom:35px;
  }
	.card-content img {
    width: 45%;
}
  .card-inner{
      flex-direction:column;
      padding:15px;
      gap:15px;
      height:100%;
      box-sizing:border-box;
      justify-content:center;
  }
  .card-content,.card-image{ width:100%;
  height:250px !important;
  text-align:center;
  }
  .card-image{ 
      height:70%;
      
      }
  .card-image img{
      width:100%;
      margin:0px;
      border-radius:20px !important;
      }
  .card-content h2{
      font-size:26px; 
  }
  .card-content h3{ 
      font-size:14px;
	  padding-top:6px;
      }
	
  .card-image .img-right{
    margin: 0px
}
.card-image .img-left{
    margin: 0px;
}
}


/* Deployment Page CSS  */
.deploy-count .elementor-counter-number-wrapper{
    background: linear-gradient(110.82deg, #EBFCFF 0%, #00F1FD 60%, #07ACFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.deploy-count1 {
    background: linear-gradient(110.82deg, #EBFCFF 0%, #00F1FD 60%, #07ACFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.gradient-blue1{
	 background: linear-gradient(102.19deg, #EBFCFF 0%, #00F1FD 60%, #07ACFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.deploy-box .elementor-image-box-img img{
	background: linear-gradient(135deg, rgba(0, 48, 92, 0.9) 0%, rgba(0, 24, 43, 0.6) 100%);
box-shadow: 0px 0px 24.68px 0px #00F1FD26 inset;
box-shadow: 0px 0px 39.49px -7.4px #00F1FD80;
}
.deploy-tags ul li{
	margin-inline:3px !important;
}
.deploy-tags ul li span {
    font-size: 14px !important;
    background: linear-gradient(109.6deg, rgba(22, 48, 69, 0.55) 0%, rgba(2, 19, 34, 0.35) 100%);
    border: 1.23px solid #00F1FD26;
    backdrop-filter: blur(24.679363250732422px);
    padding: 6px 17px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.deploy-card1{
	background: linear-gradient(123.27deg, rgba(22, 48, 69, 0.55) 0%, rgba(2, 19, 34, 0.35) 100%);
border: 1.23px solid #00F1FD26;
	backdrop-filter: blur(24.679363250732422px);
}
.why-card1{
	background: linear-gradient(113.1deg, rgba(22, 48, 69, 0.55) 0%, rgba(2, 19, 34, 0.35) 100%);
	border: 1.23px solid #00F1FD26;
	backdrop-filter: blur(24.679363250732422px);
}
.nxp-process-section{
    padding:30px 0px 0px;
    overflow:hidden;
}
.nxp-process-wrapper{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
    position:relative;
}
.nxp-process-wrapper::before{
    content:"";
    position:absolute;
    top:30px;
    left:8%;
    right:8%;
    height:2px;
    background:#0d6e92;
    z-index:0;
}
.nxp-process-card{
    position:relative;
    z-index:2;
    background:linear-gradient(180deg,#0d1b2c,#08131f);
    border: 1.23px solid #00F1FD26;
    border-radius:20px;
    padding:20px;
    min-height:200px;
    transition:.35s;
    box-shadow:
    inset 0 0 0 1px rgba(0,255,255,.05),
    0 15px 30px rgba(0,0,0,.35);
}
.nxp-process-card:hover{
    transform:translateY(-10px);
    border-color:#11d8ff;
    box-shadow:
    0 0 30px rgba(0,229,255,.18),
    0 20px 40px rgba(0,0,0,.45);
}
.nxp-process-number h5{
    width:50px;
    height:50px;
    border-radius:18px;
    background: linear-gradient(135deg, #009FFE 0%, #00F1FD 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:600;
    color:#04131c;
    margin-top: 0px;
    margin-bottom:15px !important;
    box-shadow: 0px 0px 37.02px -4.94px #009FFEB2;
    position:relative;
    z-index:5;
}
.nxp-process-card h3{
    color:#EFF7FB;
    font-size:18px;
    font-weight:700;
    line-height:1.35;
    margin-bottom:10px;
}
.nxp-process-card p{
    color:#92A9B4;
    font-size:12.5px;
    line-height:1.7;
    margin:0;
}
.deploy-cta{
	background: linear-gradient(109.22deg, rgba(21, 54, 79, 0.75) 0%, rgba(0, 24, 43, 0.55) 100%);
border: 1.23px solid #00F1FD38;
	box-shadow: 0px 37.02px 98.72px -37.02px #000002E5;
box-shadow: 0px 1.23px 0px 1.23px #FFFFFF14 inset;
backdrop-filter: blur(29.615234375px);
}

/* Industries Page CSS */
.industry-bg{
	position:relative;
    overflow:hidden;
    min-height:100vh;
    background:
        radial-gradient(circle at 78% 60%, rgba(0,145,255,.18) 0%, rgba(0,145,255,.12) 18%, rgba(0,145,255,.05) 35%, transparent 65%),
        radial-gradient(circle at 52% 15%, rgba(0,230,255,.12) 0%, transparent 18%),
        linear-gradient(115deg,#07131d 0%,#081827 35%,#091d30 70%,#07121d 100%);
    isolation:isolate;
}
.industry-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 82% 70%,
    rgba(0,170,255,.25),
    rgba(0,170,255,.10) 22%,
    transparent 60%);
    pointer-events:none;
    z-index:-1;
}
.industry-bg::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    90deg,
    rgba(4,14,23,.15),
    rgba(0,170,255,.03),
    rgba(4,14,23,.15));
    pointer-events:none;
    z-index:-1;
}
.ind-ban-card{
	background: linear-gradient(180deg, rgba(24, 44, 72, 0.55) 0%, rgba(10, 22, 40, 0.35) 100%);
	border: 1.39px solid #78B4FF1F;
	backdrop-filter: blur(24.9375px);
}
      .zynor-ai-ecosystem{
    position:relative;
    width:580px;
    height:580px;
    margin:auto;
}

.zynor-line{
    position:absolute;
    height:2px;
    transform-origin:0 50%;
    z-index:1;

    background:repeating-linear-gradient(
        90deg,
        #6FE8FF 0px,
        #6FE8FF 8px,
        transparent 8px,
        transparent 18px
    );

    background-size:60px 2px;
    animation:zynorDashFlow 2s linear infinite;
}
  @keyframes zynorDashFlow {
    from {
      background-position: 0 0;
    }

    to {
      background-position: -60px 0;
    }
  }
  .zynor-line.reverse {
    animation: zynorDashReverse 2s linear infinite;
  }

  @keyframes zynorDashReverse {
    from {
      background-position: -60px 0;
    }

    to {
      background-position: 0 0;
    }
  }

  .zynor-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(0, 220, 255, 0.12);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .zynor-ring-one {
    width: 290px;
    height: 290px;
  }

  .zynor-ring-two {
    width: 420px;
    height: 420px;
  }

  .zynor-ring-three {
    width: 540px;
    height: 540px;
  }

  .zynor-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  .zynor-core-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(0, 225, 255, 0.35) 0%,
      rgba(0, 140, 255, 0.18) 35%,
      transparent 75%
    );

    animation: zynorPulse 4s infinite ease-in-out;
  }

  @keyframes zynorPulse {
    0%,
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.7;
    }

    50% {
      transform: translate(-50%, -50%) scale(1.15);
      opacity: 1;
    }
  }

  .zynor-core-box {
    width: 90px;
    height: 90px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(30, 60, 110, 0.6) 0%, rgba(12, 26, 48, 0.5) 100%);
border: 1.39px solid #78C8FF33;
backdrop-filter: blur(33.25px);
    box-shadow: 0px 27.71px 83.13px -27.71px #001E5099;
box-shadow: 0px 0px 55.42px -13.85px #38B4FF59;
box-shadow: 0px 0px 0px 1.39px #50B4FF26;
position: relative;
z-index: 5;
  }
  .zynor-core-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .zynor-core-title {
    text-align: center;
    margin-top: 18px;
    color: #00d7ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .zynor-node {
    position: absolute;
    z-index: 50;
    text-align: center;
  }

  .zynor-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0, 180, 255, 0.18);
    transition: 0.4s;
  }
.zynor-icon img {
    width: 50px;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover;
}
  .zynor-node:hover .zynor-icon {
    transform: translateY(-8px) scale(1.08);
    box-shadow:
      0 0 25px rgba(0, 220, 255, 0.35),
      0 0 60px rgba(0, 140, 255, 0.25);
  }
.zynor-label {
    margin-top: 7px;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 40px;
    background: #00000005;
    border: 1.39px solid #FFFFFF1A;
    backdrop-filter: blur(37px);
    color: #FFFFFFCC;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 500;
    white-space: nowrap;
}
      .smart-city{
    top:20px;
    left:70px;
}
.government {
	top: 30px;
	right:50px;
}

.defense {
	top: 200px;
	right: 0px;
}

.banking {
	bottom: 100px;
	right: 0px;
}
.healthcare {
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.manufacturing {
	bottom: 100px;
	left: 0px;
}
.retail {
	top: 200px;
	left: 0px;
}
.ind-over-card{
	background: linear-gradient(180deg, rgba(24, 44, 72, 0.55) 0%, rgba(10, 22, 40, 0.35) 100%);
border: 1.39px solid #78B4FF1F;
	backdrop-filter: blur(24.9375px);
}
.ind-list ul li {
    background: linear-gradient(180deg, rgba(24, 44, 72, 0.55) 0%, rgba(10, 22, 40, 0.35) 100%);
    border: 1.39px solid #78B4FF1F;
    backdrop-filter: blur(24.9375px);
    padding: 10px 20px !important;
    border-radius: 26px;
    margin-bottom: 15px !important;
    width: 45%;
	box-shadow: 0px 1.39px 0px 1.39px #FFFFFF0A inset;
box-shadow: 0px 27.71px 83.13px -27.71px #00143C99;
	transition:transform 0.3s ease;
}
.ind-list ul li:hover{
	transform:translatey(-6px);
}
.ind-cta{
	background: linear-gradient(180deg, rgba(30, 60, 110, 0.6) 0%, rgba(12, 26, 48, 0.5) 100%);
border: 1.39px solid #78C8FF33;
	box-shadow: 0px 27.71px 83.13px -27.71px #001E5099;
box-shadow: 0px 0px 55.42px -13.85px #38B4FF59;
box-shadow: 0px 0px 0px 1.39px #50B4FF26;
backdrop-filter: blur(33.25px);

}

@media (max-width:1024px){
.zynor-ai-ecosystem{
    width:360px;
    height:360px;
}
.zynor-ring-one{
    width:200px;
    height:200px;
}
.zynor-ring-two{
    width:280px;
    height:280px;
}
.zynor-ring-three{
    width:350px;
    height:350px;
}

.zynor-core-box{
    width:60px;
    height:60px;
    border-radius:22px;
}
.zynor-core-box img{
    width:34px;
    height:34px;
}
.zynor-core-title {
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 3px;
}
.zynor-icon{
    width:42px;
    height:42px;
}
.zynor-icon img{
    width:42px;
    height:42px!important;
}
.zynor-label {
    font-size: 8px;
    padding: 3px 10px;
}
.smart-city{
    top:15px;
    left:20px;
}
.government{
    top:15px;
    right:20px;
}
.defense{
    top:120px;
    right:-5px;
}
.banking{
    bottom:35px;
    right:-5px;
}
.healthcare{
    bottom:-20px;
}
.manufacturing{
    bottom:35px;
    left:-5px;
}
.retail{
    top:120px;
    left:-5px;
}
.nxp-process-section {
    padding: 10px 0px 0px;
    overflow: hidden;
}	

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

@media (max-width:767px){

.zynor-ai-ecosystem{
    width:340px;
    height:340px;
    transform:scale(.95);
}
.zynor-ring-one{
    width:160px;
    height:160px;
}
.zynor-ring-two{
    width:245px;
    height:245px;
}
.zynor-ring-three{
    width:325px;
    height:325px;
}
.zynor-core-box{
    width:62px;
    height:62px;
    border-radius:18px;
}

.zynor-core-box img{
    width:28px;
    height:28px;
}

.zynor-core-title{
    margin-top:10px;
    font-size:10px;
    letter-spacing:2px;
}
.zynor-core-glow{
    width:180px;
   height:180px;
}
.zynor-icon{
    width:34px;
    height:34px;
}
.zynor-icon img {
    width: 45px;
    height: 45px!important;
}
.zynor-label{
    margin-top:5px;
    font-size:7px;
    padding:5px 10px;
    letter-spacing:.5px;
}
.smart-city{
    top:8px;
    left:18px;
}
.government{
    top:8px;
    right:18px;
}
.defense{
    top:120px;
    right:-8px;
}
.banking{
    bottom:55px;
    right:-8px;
}
.healthcare{
   bottom:2px;
}
.manufacturing{
    bottom:55px;
    left:-8px;
}
.retail{
    top:120px;
    left:-8px;
}
.zynor-line{
    height:1.5px;
    background:repeating-linear-gradient(
        90deg,
        #6FE8FF 0px,
        #6FE8FF 6px,
        transparent 6px,
        transparent 12px
    );
}
.elementor-nav-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}
}

@media(max-width:990px){
	.nxp-process-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    position: relative;
}
	.earth {
    margin-right: 0px;
    margin-left: 0px;
    object-fit: contain;
    border-radius: 0px !important;
}
.nxp-process-wrapper::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 8%;
    right: 8%;
    height: 0px;
    background: #0d6e92;
    z-index: 0;
}
	.ind-list ul li {
    background: linear-gradient(180deg, rgba(24, 44, 72, 0.55) 0%, rgba(10, 22, 40, 0.35) 100%);
    border: 1.39px solid #78B4FF1F;
    backdrop-filter: blur(24.9375px);
    padding: 10px 20px !important;
    border-radius: 26px;
    margin-bottom: 15px !important;
    width: 100%;
    box-shadow: 0px 1.39px 0px 1.39px #FFFFFF0A inset;
    box-shadow: 0px 27.71px 83.13px -27.71px #00143C99;
    transition: transform 0.3s ease;
}

}

@media(max-width:600px){
	.nxp-process-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
    position: relative;
}
	.deploy-imgbox .elementor-image-box-wrapper{
		display:flex;
		gap:15px;
		align-items:center;
	}
	.deploy-imgbox .elementor-image-box-content {
    width: 100%;
    text-align: start;
}
	.timeline-item.left {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: space-between;
    margin: 40px 0;
}
	.cf7-popup-overlay  .cont-form input,textarea {
    padding: 2px 8px 5px !important;
	margin-bottom:5px !important;
}
	.cont-form-term p {
    margin: 0px !important;
}
	html,body{
		overflow-x:hidden;
	}

}

.cont-form p {
    font-family: Oxanium, sans-serif !important;
}
.career-form p {
    font-family: Oxanium, sans-serif !important;

}
.earth {
    margin-right: 50px;
    margin-left: -50px;
}



.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.testimonial-card{
    padding:20px;
    border-radius:14px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s;
    border:1px solid #00B0FF33;
    background-color: transparent;
    background-image: linear-gradient(123deg, #FFFFFF0A 0%, #FFFFFF03 100%);
}

.testimonial-card:hover{

    transform:translateY(-8px);
   box-shadow:0px 0px 16px -1px rgba(4.000000000000024, 233.00000000000009, 248, 0.5)

}

.user-info{

    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:15px;
}

.user-info img{
    width:48px;
    height:48px !important;
    border-radius:50% !important;
    object-fit:cover;
}
.user-info h4 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.user-info span{
    color:#94A8B6;
    font-size:14px;
    margin-bottom: 0px;
}

.stars{
    color:#FDBA12;
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#94A8B6;
    line-height:1.5;
    font-size:16px;
    margin-bottom: 0px;
}


@media(max-width:991px){


.testimonial-grid{

    grid-template-columns:repeat(2,1fr);

}

}


@media(max-width:767px){


.testimonial-grid{

    grid-template-columns:1fr;
    gap:20px;

}

.testimonial-card{
    padding:22px;
}

.user-info h4{
    font-size:16px;
}

.testimonial-card p{
    font-size:14px;
}

}