/*logp_iumgae */
.pc-brand img {
	max-width: 60%!important;
	height: auto;
}.pc-hero-visuals{
    position:relative;
    width:600px;
    height:600px;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    z-index:1;
}


/* Product Image */
.product-image{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:2;
}

.pc-hero-imgs{
    width:300px;
    max-width:80%;
    height:auto;
}


/* Background Circles */
.circles{
    position:absolute;
    border-radius:50%;
    border-top:3px solid rgba(50,110,255,.12);
    border-right:3px solid rgba(50,110,255,.12);
    left:50%;
    top:42%;
    transform:translate(-50%,-50%) rotate(-47deg);
    z-index:0;
}


.circle1{
    width:500px;
    height:500px;
}

.circle2{
    width:400px;
    height:400px;
    border-color:rgba(50,110,255,.20);
}

.circle3{
    width:300px;
    height:300px;
}



/* Rotating Orbits */
.orbits{
    position:absolute;
    top:50%;
    left:50%;
    transform-origin:center;
    animation:rotateOrbits linear infinite;
    z-index:1;
}


.orbit-1{
    width:400px;
    height:400px;
    margin-left:-200px;
    margin-top:-200px;
    animation-duration:15s;
}


.orbit-2{
    width:480px;
    height:480px;
    margin-left:-240px;
    margin-top:-240px;
    animation-duration:20s;
    animation-direction:reverse;
}


.orbit-3{
    width:380px;
    height:380px;
    margin-left:-190px;
    margin-top:-190px;
    animation-duration:25s;
}



@keyframes rotateOrbits{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}



/* Pills */
.pc-hero-pills{
    position:absolute;
    top:-20px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    color:#034bc3;
    padding:10px 18px;
    border-radius:40px;
    font-weight:600;
    font-size:15px;
    white-space:nowrap;
    display:flex;
    align-items:center;
    gap:8px;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}


.pc-hero-pills i{
    color:#034bc3;
    font-size:18px;
}




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

@media(max-width:768px){

    .pc-hero-visuals{
        width:100%;
        max-width:360px;
        height:360px;
    }


    .pc-hero-imgs{
        width:200px;
        max-width:75%;
    }



    .circle1{
        width:300px;
        height:300px;
    }

    .circle2{
        width:240px;
        height:240px;
    }

    .circle3{
        width:180px;
        height:180px;
    }



    .orbit-1{
        width:260px;
        height:260px;
        margin-left:-130px;
        margin-top:-130px;
    }


    .orbit-2{
        width:310px;
        height:310px;
        margin-left:-155px;
        margin-top:-155px;
    }


    .orbit-3{
        width:220px;
        height:220px;
        margin-left:-110px;
        margin-top:-110px;
    }



    .pc-hero-pills{
        font-size:12px;
        padding:7px 12px;
    }


    .pc-hero-pills i{
        font-size:14px;
    }

}



/* Small Mobile */
@media(max-width:400px){

    .pc-hero-visuals{
        height:320px;
    }


    .pc-hero-imgs{
        width:170px;
    }


    .orbit-2{
        width:280px;
        height:280px;
        margin-left:-140px;
        margin-top:-140px;
    }

}
/*clclulator*/
.pc-calc-pad {
	/* background: #fff; */
	color: var(--pc-navy);
	border-radius: 8px;
	padding: 22px;
	font-size: 3rem;
	margin-top: 8px;
}
.pc-maker-imgs{
    width:100%;
    padding:20px;
}
.pc-maker-p{
    width:100%;
    height:550px;              
    border-radius:25px;
    overflow:hidden;
    background:#f8f9fa;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}
.pc-maker-p img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:all .5s ease;
}
.pc-maker-p:hover img{
    transform:scale(1.05);
}
/* Responsive */
@media (max-width:991px){

    .pc-maker-p{
        height:420px;
    }

}
@media (max-width:576px){

    .pc-maker-imgs{
        padding:0;
    }
  .pc-maker-p{
        height:300px;
        border-radius:18px;
    }
}
.respi_text{
	font-size:25px
	}	
	.pc-btn-oranges {
	background: ##ee6a1f !important;
	color: #0745c2;
	font-weight: 600;
	border-radius: 6px;
	padding: 15px 40px !important;
	border: none;
	transition: .2s;
}
/*form*/
.text-orange{
    color:#f97316;
}
.form-control{
    height:54px;
    border:1px solid #cddcff;
    border-radius:8px;
    box-shadow:none;
}
textarea.form-control{
    height:160px;
    resize:none;
}
.btn-warning{
    background:#f97316;
    border:none;
    border-radius:8px;
}
.contact-box{
    background:#f8f9fc;
    border-radius:16px;
    min-height:170px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.icon-circle{
    width:48px;
    height:48px;
    background:#2563eb;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    margin-bottom:18px;
}
.contact-box p{
    margin:0;
    color:#0a2a5e;
    line-height:1.6;
    font-size:15px;
}
.form-control::placeholder{
    color: #0a2a5e;
    opacity: 1;
}
.product-details{
    background:#fff;
}
.product-title{
    font-size:46px;
    font-weight:700;
    color:#0b3477;
}
.product-subtitle{
    color:#666;
    font-size:15px;
}
.product-list{
    padding-left:18px;
    color:#444;
}
.product-list li{
    margin-bottom:8px;
}
.main-product-img{
    border:1px solid #ddd;
    border-radius:15px;
    overflow:hidden;
}
.main-product-img img{
    width:100%;
}
.thumb{
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
}
.thumb img{
    width:100%;
}
.specs-table td{
    border-bottom:1px solid #ddd;
    padding:10px 0;
}
.btn-blue{
    background:#083a84;
    color:#fff;
    border-radius:6px;
    padding:10px 25px;
}
.btn-blue:hover{
    background:#062d66;
    color:#fff;
}
.mechanism h5{
    color:#083a84;
    font-weight:600;
}
.mech-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}
.icon{
    width:45px;
    height:45px;
    border:1px solid #0b3477;
    color:#0b3477;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}
.mech-item h6{
    color:#f57c00;
    font-weight:700;
    margin-bottom:5px;
}
.mech-item p{
    color:#555;
    font-size:14px;
    margin:0;
}
.enquiry-box{
    background:#fff;
    border:1px solid #0d4ca3;
    border-radius:8px;
    padding:22px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}
.enquiry-title{
    color:#f57c00;
    font-size:34px;
    font-weight:700;
    margin-bottom:2px;
}
.enquiry-text{
    font-size:13px;
    color:#555;
    margin-bottom:20px;
}
.form-label{
    font-size:14px;
    font-weight:600;
    color:#0d3b83;
    margin-bottom:6px;
}
.form-control,
.form-select{
    height:48px;
    border:1px solid #0d4ca3;
    border-radius:6px;
    font-size:14px;
}
textarea.form-control{
    height:90px;
    resize:none;
}
.form-control:focus,
.form-select:focus{
    border-color:#0d4ca3;
    box-shadow:none;
}
.submit-btn{
    background:#f57c00;
    color:#fff;
    font-weight:600;
    border-radius:6px;
    height:48px;
    border:none;
}
.submit-btn:hover{
    background:#dd6d00;
    color:#fff;
}
/*vedio*/
.pc-video-thumb{
    position: relative;
    overflow: hidden;
}
.pc-video-thumb iframe{
    width:100%;
    height:100%;
    border:0;
}
.pc-video-card{
    position: relative;
    width: 100%;
    height: 500px; /* Adjust as needed */
    overflow: hidden;
    border-radius: 20px;
}
.pc-video-thumb{
    position: relative;
    width: 100%;
    height: 100%;
}
.pc-video-thumb iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;     
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1.8);
    border: 0;
}
/* ===========================
   Main Wrapper
=========================== */
.partner-product-wrap-partner {
	position: relative;
	overflow: hidden;
	background: #fff;
	right: -71px;
}
.partner-product-wrap{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    min-height:430px;
    padding:40px 20px 20px;
    z-index:2;
}
/* Blue Circle*/
#partner-circles {
	position: absolute;
    width: 700px;
    height: 700px;
    border: 62px solid #123b87;
    border-radius: 50%;
    right: -163px;
    bottom: -244px;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(188deg);
    z-index: 1;
}
/* Product Image */
.partner-products {
	position: relative;
    max-width: 544px;
    width: 85%;
    z-index: 2;
    right: -64px;
    top: 86px;
}


.partner-badges {
	position: absolute;
    top: 80px;
    left: 18px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #1d4ed8;
    border-radius: 14px;
    padding: 10px 18px 10px 0;
    z-index: 5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}
/* Orange Circle */
.badge-icon{
    width:58px;
    height:58px;
    background:#f58220;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    box-shadow:0 4px 10px rgba(0,0,0,.15);
    margin-right:-16px;
    z-index:2;
}
/* White Box */
.badge-text {
	position: relative;
	background: #fff;
	padding: -1px 5px 1px 28px !important;
	line-height: 1.2;

}
.badge-text small{
    display:block;
    font-size:13px;
    color:#3d3d3d;
}
.badge-text strong{
    display:block;
    font-size:28px;
    color:#f58220;
    font-weight:700;
}
.badge-text span{
    display:block;
    font-size:18px;
    color:#123b87;
}
/* Curved Connector */
.badge-textw {
	 position: absolute;
    top: 154px;
    left: 89px;
    z-index: 5;
}

.arrow-img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}
/*blog sloder */
.pc-blog-slider-section{
    overflow:hidden;
}
.pc-blog-card{
    display:block;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}
.pc-blog-card:hover{
    transform:translateY(-6px);
}
/* Image */
.pc-blog-img{
    height:230px;
    overflow:hidden;
}
.pc-blog-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}
.pc-blog-card:hover .pc-blog-img img{
    transform:scale(1.08);
}
/* Content */
.pc-blog-body{
    padding:20px;
}
.pc-blog-meta{
    color:#f58220;
    font-weight:600;
    font-size:13px;
}
.pc-blog-body h5{
    color:#082c70;
    font-weight:700;
    margin-top:10px;
}
.pc-blog-body p{
    color:#6c757d;
    font-size:14px;
    line-height:1.6;
}
.pc-blog-read{
    color:#0747c4;
    font-weight:600;
    font-size:14px;
}

.pc-btn-orangess {
	background: #e75a1f;
	color: #fff;
	font-weight: 600;
	border-radius: 16px;
	padding: 8px 22px !important;
	border: none;
	transition: .2s;
}

/*tesetimonial */
.pc-testi{
    padding:50px 0;
}


.pc-testimonial-slider .owl-stage{
    display:flex;
}



.pc-testimonial-slider .owl-stage{
    display:flex;
}

.pc-testi-card{

    background:#fff;

    padding:22px;

    border-radius:12px;

    height:100%;

    min-height:210px;

    box-shadow:0 5px 18px rgba(0,0,0,0.08);

    border:1px solid #edf2ff;

}



.pc-testi-card p{

    color:#555;

    line-height:1.7;

    margin:0;

}



.pc-avatar{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#4b93fd;

    color:#fff;

    font-weight:600;

    font-size:18px;

}



.pc-testi-card small{

    font-size:13px;

}



.pc-testimonial-slider .owl-nav{

    position:absolute;

    right:0;

    top:-55px;

}


.pc-testimonial-slider .owl-nav button{

    width:35px;

    height:35px;

    background:#4b93fd!important;

    color:white!important;

    border-radius:50%!important;

    margin-left:8px;

}






.pc-testimonial-slider .owl-dot.active span{

    background:#4b93fd;

}
.pc-testi{
    overflow:hidden;
}

.pc-testimonial-slider{
    width:100%;
    overflow:hidden;
}


.pc-testimonial-slider .owl-stage-outer{
    overflow:hidden;
}


.pc-testimonial-slider .owl-stage{
    display:flex;
}


.pc-testimonial-slider .owl-item{
    padding:0 10px;
    box-sizing:border-box;
}


.pc-testi-card{
    width:100%;
    box-sizing:border-box;
}
/*animatiom*/
.pc-feature-strip{
    width:100%;
    overflow:hidden;
    background:#1267e7;
}


.pc-feature-track{
    display:flex;
    width:max-content;
    flex-shrink:0;
    animation:featureLoop 5s linear infinite;
}


.pc-feature-group{
    display:flex;
    flex-shrink:0;
}


.pc-feature-item{
    width:260px;
    min-width:260px;
    max-width:260px;

    height:90px;

    display:flex;
    align-items:center;

    gap:15px;

    padding:0 25px;

    color:#fff;

    border-right:1px solid rgba(255,255,255,.25);

    flex:0 0 260px; 
    flex-shrink:0;

    box-sizing:border-box;
}


.pc-feature-item img{
    width:45px;
    height:45px;

    object-fit:contain;

    flex-shrink:0;
}


.pc-feature-item span{
    font-size:16px;
    line-height:20px;
    white-space:nowrap;
    flex-shrink:0;
}


@keyframes featureLoop{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-240px);
    }

}


.pc-feature-strip:hover .pc-feature-track{
    animation-play-state:paused;
}