@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
font-family: 'Helvetica';
src: url('../../assets/fonts/Helvetica.eot');
src: url('../../assets/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
url('../../assets/fonts/Helvetica.woff2') format('woff2'),
url('../../assets/fonts/Helvetica.woff') format('woff'),
url('../../assets/fonts/Helvetica.ttf') format('truetype'),
url('../../assets/fonts/Helvetica.svg#Helvetica') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Benzin';
src: url('../../assets/fonts/Benzin-Regular.eot');
src: url('../../assets/fonts/Benzin-Regular.eot?#iefix') format('embedded-opentype'),
url('../../assets/fonts/Benzin-Regular.woff2') format('woff2'),
url('../../assets/fonts/Benzin-Regular.woff') format('woff'),
url('../../assets/fonts/Benzin-Regular.ttf') format('truetype'),
url('../../assets/fonts/Benzin-Regular.svg#Benzin-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
--body-color: #424B5C;
--primary-color: #6E9EFA;
--headding-color: #222222;
--section-bg: #F8F8F8;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
margin: 0;
padding: 0;
font-size: 16px;
color: #000000;
font-family: 'Helvetica';
font-weight: 400;
font-style: normal;
overflow-x: hidden;
}
a,
button {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
background: #FDB7;
color: #000000;
text-shadow: none;
}
::-moz-selection {
background: #FDB7;
color: #000000;
text-shadow: none;
}
::selection {
background: #FDB7;
color: #000000;
text-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #007630!important;
font-size: 14px;
font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
color: #007630!important;
font-size: 13px;
font-weight: 300;
}
::-ms-input-placeholder { /* IE 10+ */
color: #007630!important;
font-size: 14px;
font-weight: 300;
}
::-moz-placeholder { /* Firefox 18- */
color: #a4a4a4!important;
font-size: 14px;
font-weight: 300;
}
.zoom-img {
height:auto;
overflow: hidden;
/* border-radius: 15px; */
}
.zoom-img {
width: 100%;
transition: all .3s ease-in-out;
}
.zoom-img:hover   {
transform: scale(1.2);
}

h1,h2,h3,h4,h5,h6,p{
margin:0;
padding: 0;
}
h1,h2,h3,h4{
color:#000000;
font-family: "Poppins", sans-serif;
}
.janus-impact-part h2 span, .sprit-logo-text h3 span{
color:#E60000
}
.text-w,.whay-main-text .why-tittle p, .sprit-logo-text p{ color: #ffffff; }
.years-part{ position: relative; }
.header.scrolled {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
-webkit-animation: sticky 1s;
-moz-animation: sticky 1s;
-o-animation: sticky 1s;
animation: sticky 1s;
-webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
background: #550d08;
}
@-webkit-keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
.scrolled .logo img{ width:60%; }
.scroll-area {
position: fixed;
bottom:60px;
right: 20px;
z-index: 1;
display: none;
z-index: 99;
}
.scroll-area i {
width: 45px;
height: 45px;
background-color: #863b1b;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
color: #fff;
font-size: 20px;
border-radius: 15%;
font-size: 14px;
border: #ffffff solid 1px;
}
.tittle-h2 h2{  text-transform: uppercase; font-size:45px; font-weight: 700; padding-bottom: 10px; }
.tittle-h2 h2 span{ color:#E60000; font-weight: 700; }
.top-subtittle{font-family: "Montserrat", sans-serif; text-transform: uppercase; color: #E60000; font-weight: 400; letter-spacing: 2px; }
.button-pt a{z-index: 1; transition: all .35s; width: 200px; position: relative; transition: all ease-in 0.5s; border:#E60000 solid 1px; padding: 10px 15px; color: #E60000; text-transform: uppercase; font-weight: 100;font-size: 14px; }
.button-pt a:hover{ color: #ffffff; }
.button-pt a:hover:after{width: 100%;}
.button-pt a:after{position: absolute;content: "";top: 0;left: 0;width: 0;height: 100%;background: #ff003b;transition: all .35s;}
.white-inner-content{ position: relative; z-index: 1;}
.founder-message-section::after {
    position: absolute;
    content: '';
    width: 76%;
    height: 76%;
    top: 12%;
    left: 11%;
    background: #ffffff;
    z-index: -1;
}

.button-pt a span{ padding-left: 10px; position: relative; z-index: 2; }
.s-red{ color: #eb4c45; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.mt-80{ margin-top: 80px; }
.mn-80{margin-bottom: 80px;}
.py-80{ padding-top: 80px; padding-bottom: 80px; }
.py-06{ padding-top: 0px; padding-bottom: 60px; }
.my-80{margin-bottom: 80px; margin-top: 80px;}
a{
text-decoration: none;
transition: .4s;
-webkit-transition: all .4s ease-in-out;
}
a:hover{
text-decoration: none;
color:#f5f5fe !important;
}
button:focus{
outline: none;
}
input:focus{
outline: none;
}
textarea:focus{
outline: none;
}
p{
color: #000000;
line-height:29px;
font-size:0.9rem;
font-weight: 100;
padding-bottom: 10px;
}
/* ===========================header-part================== */
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 50px;
color: #fff;
position: absolute;
top: 0px;
z-index: 2;
}
.menu-logo{ padding: 20px 50px; }
.logo img {
height:auto;
width: auto;
}
.flex-box {
background-color: #004d40;
flex: 0 1 50%;
transition: 0.5s all ease-in-out;
position: relative;
z-index:222;
}
.flex-box:nth-child(2) {
flex: 1 0 100%;
background-color: #333;
display: flex;
justify-content: center;
align-items: center;
font-size: 56px;
color: #fff;
font-weight: 700;
z-index: 1;
}
.nav-menu .flex-box:nth-child(2) {
flex: 0 0 0;
}
.container__open .menu {
display: block;
background: #450A0A;
background: linear-gradient(125deg,rgba(69, 10, 10, 1) 0%, rgba(101, 27, 13, 1) 49%, rgba(126, 49, 19, 1) 90%);
}
.container__open .toggle__span:nth-child(1) {
top: 18px;
transform: rotate(45deg);
}
.container__open .toggle__span:nth-child(2) {
background-color: transparent;
}
.container__open .toggle__span:nth-child(3) {
top: 18px;
transform: rotate(-45deg);
}
.container__open .flex-box:nth-child(2) {
flex: 0 0 0;
}
.container:hover.flex-box:nth-child(2) {
flex: 0 0 0;
}
.menu {
display: none;
width: 100%;
position: fixed;
top: 0;
left: 0%;
height: 100vh;
color: #fff;
transform: translateY(-100%);
background-color: transparent;
animation: 0.4s slideDown 0.25s forwards;
z-index: 100;
-webkit-backface-visibility: hidden;
}
.toggle {
cursor: pointer;
position: fixed;
top: 2rem;
right: 2rem;
z-index: 10000;
width:35px;
height:35px;
}
.toggle__span {
height: 2px;
width: 100%;
background-color: #ffffff;
position: absolute;
transition: 0.4s;
transform: rotate(167deg);
}
.toggle__span:nth-child(1) {
top: 10px;
}
.toggle__span:nth-child(2) {
top: 19px;
}
.toggle__span:nth-child(3) {
top: 28px;
}
ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
position: relative;
}
ul.tabs:before {
position: absolute;
content: '';
top: 34px;
right: 57px;
background: #ffffff;
width: 1px;
height: 90%;
}
ul.tabs li a{
background: none;
color: #ffffff;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
font-size: 20px;
font-weight:200;
font-family: "Poppins", sans-serif;
}
ul.tabs li.current a{
color: #ffffff;
font-weight: 600;
position: relative;
transition: all outline 0.5s;
}

.border-r{ border-right: #ffffff solid 1px; }
.tab-content{
display: none;
padding: 15px;
}
.tab-content ul{ margin: 0px; padding: 0px; list-style: none; }
.tab-content ul li a{
color: #ffffff;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
font-size: 20px;
font-weight:200;
font-family: "Poppins", sans-serif;
transition: all outline 0.5s;
}
.tab-content.current{
display: inherit;
transition: all outline 0.5s;
}
.connect-pt h3{
padding-bottom: 40px;
font-weight: 200;
font-size:25px;
color: #C4C4C4;
font-family: "Poppins", sans-serif;
}
.connect-pt ul{
margin: 0px;
padding: 0px;
list-style: none;
}
.connect-pt ul li{
color: #C4C4C4;
font-size: 14px;
font-weight: 300;
font-family: "Poppins", sans-serif;
padding-bottom: 45px;
display: flex;
}
.connect-pt ul li span{ padding-right:15px ; }
.social-media_pt{
position: absolute;
bottom:100px;
right:13%;
}
.social-menu ul{
position: absolute;
top: 50%;
left: 50%;
padding: 0;
margin: 0;
transform: translate(-50%, -50%);
display: flex;
}
.social-menu ul li{
list-style: none;
margin: 0 15px;
}
.social-menu ul li .fab, .social-menu ul li .fa-brands{
font-size:20px;
line-height:40px;
transition: .3s;
color: #000;
}
.social-menu ul li .fab:hover{
color: #fff;
}
.social-menu ul li a{
position: relative;
display: block;
width:40px;
height:40px;
border-radius: 50%;
background-color: #fff;
text-align: center;
transition: .6s;
box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-menu ul li a:hover{
transform: translate(0, -10%);
}
.social-menu ul li:nth-child(1) a:hover{
background-color: #4267B2;
}
.social-menu ul li:nth-child(2) a:hover{
background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
background-color: #1DA1F2;
}
.social-menu ul li:nth-child(5) a:hover{
background-color: red;
}
@keyframes slideDown {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}

}
#hero {
width: 100%;
height: calc(100vh - 0px);
background-size: cover;
position: relative;
margin-top: 0px;
z-index: -1;
overflow: hidden;
top: 0;
}

@media (min-width: 1600px) {
#hero {
width: 100%;
height: calc(100vh - 0px);
background: url("../../assets/images/hero-banner.jpg") center center;
background-size: cover;
position: relative;
margin-top: 0px;
z-index: -1;
}
}
#hero .hero-container {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 0 0px;
}
.back-video {
object-fit: cover;
width: 100vw;
height: 100vh;
z-index: 0;
}
.hero-banner{ overflow: hidden; }
.video-text{
position: absolute;
bottom: 100px;
left: 50px;
}
.video-text h5{
font-size: 16px;
color: #ffffff;
text-align: left;
line-height: 25px;
}
.impact-contect-pt{
padding-left:45px;
padding-right: 50px;
}
.typescript-content h3{
font-size:17px;
font-weight: 700;
color: #000000;
line-height: 25px;
text-transform: uppercase;
}
.impact_para-g .button-pt{ margin-top:35px; }
.mt-100{ margin-top: 100px; }
.typescript-content h3:nth-child(4){
color: #ed1c24;
}
.typescript-content h3 span{ color: #E60000; }
.typescript-content{ max-width: 250px; }
.item-box, .img-pt{ position: relative; }
.item-box .img-pt:after{
display: block;
position: absolute;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
content: '';
top:0;
right:0;
bottom:0;
left:0;
opacity: 0.8;
transition: all 0.3s;
}
/* .item-box .img-pt:hover:after{
opacity: 0.1;
} */


.item-box-text{
position: absolute;
bottom: -83px;
padding:20px;
min-height:180px;
transform: translateY(0.5rem);
  transition: all 0.4s;
}
.item-box-text h3{
color:#E60000;
font-size: 18px;
padding-bottom: 10px;
font-weight: 700;
}
.item-box-text p{
color: #ffffff;
font-size: 14px;
font-weight: 100;
transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
  bottom: 0rem;
}
.item-box:hover .item-box-text{
  bottom: 0px;
  min-height:0px;
}

.item-box:hover .item-box-text p {
  opacity: 1;
  transform: none;
}

.item-box:hover .ex-pr-button{opacity: 1;}
.ex-pr-button{
position: absolute;
right: 0px;
bottom: 140px;
-webkit-animation:spin 4s linear infinite;
-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;
transition: all ease-in 0.5s;
opacity: 0;
}
.ex-pr-button:hover{
animation:spin 0s linear infinite;
-webkit-animation:spin 0s linear infinite;
-moz-animation:spin 0s linear infinite;
}
@-moz-keyframes spin {
100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.impact-slider-main .slick-slide, .janus-mind-slider .slick-slide, .whay-koncept-slider .slick-slide{
margin: 0 15px;
}
.impact-slider-main .slick-list {
padding-right:100px!important;
}
.wrapper-solutions:hover .explore-button{ opacity: 1; z-index: 999;  }
.explore-button{
position: absolute;
bottom: 20%;
right: 0%;
opacity: 0;
}
/* ===========================our solustion =============*/
.bg-gre{background-color: #EBEBEB;}
.timeline-slider .wp-timeline-left p span{
position: relative;
font-size: 12px;
padding-bottom: 30px;
text-align: right;
}
.timeline-slider .wp-timeline-left p span:after {
content: '';
position: absolute;
right: 28px;
width: 86px;
height: 1px;
background: #a0a0a0;
top: 5px;
}
.timeline-slider .wp-timeline-left h3{
color: #E60000;
font-size: 22px;
font-weight: 600;
padding-top:25px;
padding-bottom: 15px;
text-align: right;
font-family: 'Helvetica';
}
.timeline-slider .wp-timeline-left p{
font-size: 14px;
color: #000000;
text-align: right;
line-height: 22px;
}
.wp-timeline-left {
padding-right: 30px;
}
.timeline-nav {
position: relative;
}
.timeline-nav::after {
content: "";
position: absolute;
width: 88%;
height: 1px;
background-color: #E60000;
bottom: 5px;
z-index: -1;
left: 50%;
right: 50%;
transform: translate(-50%, -50%);
}
.timeline-nav__item {
width: auto;
height: auto;
text-align: center;
opacity: 0.9;
background: transparent;
color: #000000;
margin: 15px 25px !important;
position: relative;
font-size: 13px;
font-weight: 400;
outline: none;
cursor: pointer;
font-family: "Poppins", sans-serif;
}
.timeline-nav__item::before {
content: "";
position: absolute;
top:41px;
left: 50%;
transform: translateX(-50%);
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #000000;
}
.timeline-nav__item.slick-current {
color: #E60000;
opacity: 1;
}
.timeline-nav__item.slick-current::before {
background-color: #E60000;
}
.timeline-nav__item.slick-current::after {
background-color: #ffffff;
width: 5px;
height: 5px;
border-radius: 50%;
position: absolute;
content: '';
left: 50%;
transform: translate(-50%, -50%);
top:47px;
z-index: 99999;
}
.timeline-slider .slick-list {
padding-left:0px!important;
padding-right:0px!important;
}

.janus-our-service-tab{ margin-top: 60px; }
.janus-accordion {
padding: 0;
margin: 0 auto;
width: 100%;

}
.janus-accordion .janus-accordion-item {
border-bottom: 1px solid #b8b8b8;
padding: 18px 0px 18px 3px;
color: #eee;
}
.janus-accordion h1 {
margin: 0;
font-size: 18px;
padding-left: 3rem !important;
padding-bottom: 15px;
transition: all ease-in-out 0.5s;
cursor: pointer;

}
.janus-accordion-item:hover h1 { transition: 1s ease-out; display: none;}
.janus-accordion-item:hover{ padding: 0px; }
.accordion .accordion-item:nth-child(1) {background-color: #ffffff}
.janus-accordion:hover .janus-accordion-item:hover .janus-accordion-item-content,
.janus-accordion .janus-accordion-item--default .janus-accordion-item-content {
  height:100%;
  animation-duration: 2s;
  animation: slide-in 1000ms;
 /*  animation-timing-function: linear; */

}
@keyframes slide-in {
  from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(-0%);
    }
  
}

.janus-accordion-item-content,
.janus-accordion:hover .janus-accordion-item-content {
height:0;
overflow: hidden;
transition: height 0.5s all;

}

.pt-40{ padding-top: 20px; }
.janus-tittle-left h2{
    text-transform: uppercase;
    font-size:35px;
    font-weight: 700;
    padding-bottom:30px;
    padding-top: 45px;
}
.janus-tittle-left h2 span{
    color: #E60000;
}
.janus-tittle-left{ padding-left: 3rem !important;padding-right: 3rem !important; }
.janus-tittle-right-content p{ padding-top:45px; font-size: 18px; line-height: 25px; }
.janus-tittle-slider-bott{ padding-top: 60px; padding-bottom: 60px; }

.janus-accordion-item-content{ position: relative;  z-index: 2;  }

.janus-accordion-item-content:after{ content: ''; background: #ffffff; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; z-index: -1; }
.janus-item-service{ text-align: center; }
.janus-item-service h3{ padding-top:8px; font-size:0.8rem; font-weight: 500; }
.janus-tittle-slider-bott .slick-slide img {display: block;margin: 0px auto;
}
/* =====================360 patner================= */
.wraper-patner .tittle-h2 p{ padding-right: 85px; }
.wrapper-box-scrolling-inner{ padding: 10px; }
.wrapper-box-scrolling{ width:450px; max-width: 100%; }
.wrapper-box-scrolling-inner.left-rotate {
transform: rotate(9deg);
background: #ffffff;
}
.wrapper-box-scrolling-inner.right-rotate {
transform: rotate(-7deg);
background-color: #ffffff;
}
.padding-left-1{ padding-top: 200px; }
.wrapper-box-text{ background: #f5f5f5; padding: 40px 20px 40px 20px; }
.wrapper-box-text p{
font-size: 15px;
color: #000000;
line-height: 22px;
padding-top: 15px;
}
.wrapper-box-text p span{  color: #E60000;}
.wrapper-box-text p a{
font-size: 13px;
color: #E60000;
text-decoration: none;
}
.wrapper-box-text p a:hover{
color: #000000!important;
}
.svg-container{
position: absolute;
top:0;
left: 50%;
right: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height:2000px;
transform: translateX(-50%);
-webkit-animation: myAnimation 0.9s linear forwards;
}
svg{
height: 100%;
}

.svg-main{ position: relative; }
.left-box1{
display: flex;
justify-content: space-between;
}
.left-box2{
display: flex;
justify-content: space-between;
margin-top: 230px;
}
.left-box3{
display: flex;
justify-content: space-between;
margin-top: 200px;
}
.left-box4 {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
}
.st1-box {
position: relative;
margin-top: 22%;
margin-left: 8%;
}
.st2-box {
margin-top: -2%;
position: relative;
margin-right: 7%;
}
.st3-box {
position: relative;
margin-top: 18%;
margin-left: 7%;
}
.st4-box {
position: relative;
margin-right: 12%;
margin-top: -5%;
}
.st5-box {
position: relative;
margin-top: 15%;
margin-right: 13%;
}
.janus-impact-main{
background-color: #970218;
background: #450A0A;
background: #450A0A;
background: -webkit-linear-gradient(125deg,rgba(69, 10, 10, 1) 0%, rgba(101, 27, 13, 1) 49%, rgba(126, 49, 19, 1) 90%);
background: -moz-linear-gradient(125deg,rgba(69, 10, 10, 1) 0%, rgba(101, 27, 13, 1) 49%, rgba(126, 49, 19, 1) 90%);
background: linear-gradient(125deg,rgba(69, 10, 10, 1) 0%, rgba(101, 27, 13, 1) 49%, rgba(126, 49, 19, 1) 90%);
padding-top: 120px;
padding-bottom:120px;
}
.janus-impact-part h2{
color: #ffffff;
font-size: 35px;
text-transform: uppercase;
}
.janus-client-conter{
margin-top: 80px;
}
.janus-client-conter .years-part span img{
width:90px;
}
.janus-client-conter .years-part h3{
font-size: 55px;
color: #ffffff;
font-weight: 800;
font-family: 'Benzin';
padding-top: 15px;
position: relative;
}
.janus-client-conter .years-part p{
color: #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 18px;
font-family: "Poppins", sans-serif;
}
.before-line:before {
content: '';
position: absolute;
width: 1px;
height: 64%;
background-color: #dddddd;
top: 50%;
right: 0px;
opacity: 0.6;
transform: translate(-50%, -50%);
}
.janus-mind-slider .janus-item-name-text h3{
font-size:20px;
color: #E60000;
text-transform: uppercase;
font-weight: 600;
}
.janus-mind-slider .janus-item-name-text p{
font-size: 14px;
}
.janus-mind-slider .slick-list {padding-right: 200px !important;}
.exp-more-red-button a img{ width: 110px; height: 110px;  margin-right: 150px;}
.exp-more-red-button a img{
-webkit-animation:spin 4s linear infinite;
-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;
transition: all ease-in 0.5s;
}
.exp-more-red-button a img:hover{
animation:spin 0s linear infinite;
-webkit-animation:spin 0s linear infinite;
-moz-animation:spin 0s linear infinite;
}
.janus-mind-main:hover .exp-more-red-button a img{ opacity: 1; }
.janus-client-logo ul{
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.janus-client-logo li{
width: 235px;
text-align: center;
position: relative;
padding: 25px 0px;
max-width: 100%;
}
.janus-client-logo li:nth-child(1){
border-bottom: #dddddd solid 1px
}
.janus-client-logo li:nth-child(2){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px
}
.janus-client-logo li:nth-child(3){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px
}
.janus-client-logo li:nth-child(4){
border-bottom: #dddddd solid 1px
}
.clients-logo-container .janus-client-logo li:nth-child(4){
  border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px
}
.janus-client-logo li:nth-child(5){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px
}
.janus-client-logo li:nth-child(6){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px
}

.clients-logo-container .janus-client-logo li:nth-child(7){
border-bottom: #dddddd solid 1px
}
.janus-client-logo li:nth-child(8){
border-left: #dddddd solid 1px;
}
.clients-logo-container .janus-client-logo li:nth-child(8){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(9){
border-left: #dddddd solid 1px;
}
.clients-logo-container .janus-client-logo li:nth-child(9){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(10){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(11){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(12){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(13){
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(14){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(15){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(16){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(17){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(18){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(19){
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(20){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}.janus-client-logo li:nth-child(21){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(22){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(23){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(24){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(25){
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(26){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(27){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(28){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(29){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(30){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(31){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(32){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(33){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(34){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(35){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(36){
border-left: #dddddd solid 1px;
border-bottom: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(37){
border-left: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(38){
border-left: #dddddd solid 1px;
}
.janus-client-logo li:nth-child(39){
border-left: #dddddd solid 1px;
}
.janus-client-logo li img{
width: 150px;
max-width: 100%;
}
.janus-client-logo p a{ color: #E60000; font-size: 14px; }
.janus-client-logo p a:hover{ color: #000000!important; }
.janus-why-item{
position: relative;
overflow: hidden;
height: 100%;
}
.janus-why-item:after {
content: "";
position: absolute;
width:100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 70%));
}
.whay-main-text {
position: absolute;
bottom: 5px;
padding: 2px 14px;
left: 0;
right: 0;
width: calc(100% - 10px);
margin: 0 auto;
line-height: 1.4;
z-index: 222;
display: flex
;
justify-content: space-between;
align-items: center;
}
.whay-main-text .why-tittle h3{
color: #ffffff;
font-size:1rem;
text-transform: uppercase;
}
.whay-koncept-slider .slick-list {
padding-right: 200px !important;
}
.whay-koncept-slider .slick-slide img {
display: block;
width: 100%!important;
}
.sprontext-section{
background:#EBEBEB url('../../assets/images/footer-top-bg.png');
background-size: cover;
background-position: top center;
padding-top:250px;
padding-bottom:80px;
}
.sprontext-section-w{
background:#fff url('../../assets/images/footer-top-bg.png');
background-size: cover;
background-position: top center;
padding-top:250px;
padding-bottom:80px;
}
.sprontext-section-g{
background:rgba(242, 242, 242, 1) url('../../assets/images/footer-top-bg.png');
background-size: cover;
background-position: top center;
padding-top:250px;
padding-bottom:80px;
}
.bg-lg-white{
  background:#ffffff url('../../assets/images/footer-top-bg.png');
background-size: cover;
background-position: top center;
padding-top:250px;
padding-bottom:80px;}
.sprit-logo-text h3{
color: #ffffff;
font-size: 22px;
text-transform: uppercase;
padding-bottom: 10px;
}
/* Centered popup box */
.janus-popup-overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);z-index: 999;}
.janus-popup-content{background-color:#fff;padding:12px;width:90%;max-width:800px;margin:50px auto;border-radius:0;position:relative;animation:fadeIn .3s ease}
.janus-popup-content iframe{width:100%;min-height:364px;height:70vh}
.janus-popup-close{position:absolute;right:0;top:0;font-size:28px;color:#000;cursor:pointer;z-index:1000;background-color:#fff;width:30px;text-align:center;line-height:33px;height:33px}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}
/* =====================footer-style====================== */
.footer-part{
background: #000000;
padding-top: 80px;
padding-bottom:15px;
}
.footer-link-tiitle h3{
color: #ffffff;
text-transform: uppercase;
font-size:22px;
padding-bottom: 20px;
font-weight: 600;
}
.footer-quick-link ul, .footer-get-in ul{
list-style: none;
margin: 0px;
padding: 0px;
}
.footer-quick-link ul li{
padding: 5px 0px;
}
.footer-quick-link ul li a{
color: #d3d1d1;
font-size: 14px;
text-decoration: none;
transition: all ease-in 0.5s;
text-transform: uppercase;
}
.footer-quick-link ul li a:hover{
color: #ffffff;
}
.footer-get-in ul li{
padding: 10px 0px;
font-size: 14px;
color: #d3d1d1;
display: flex;
}
.footer-get-in ul li span, .footer-get-in ul li a span{
color: #ffffff;
padding-right: 15px;
}
.footer-get-in ul li a{
text-decoration: none;
font-size: 14px;
color: #d3d1d1;
transition: all ease-in 0.5s;
}
.janus-request p{
font-size: 16px;
color: #E60000;
border: #E60000 solid 1px;
padding: 10px;
display: inline-block;
}
.copyrigh p{
font-size: 13px;
color: #d3d1d1;
}
.footer-sicial-media ul{
margin: 0px;
padding: 0px;
display: flex;
}
.footer-sicial-media ul li{
text-align: center;
list-style: none;
border: #ffffff solid 1px;
height: 30px;
width: 30px;
border-radius: 50%;
margin: 0px 10px;
padding: 2px;
}
.footer-sicial-media ul li a{
color: #ffffff;
font-size: 13px;
}
.footer-sicial-media ul li a:hover{
color: #E60000!important;

}
.need-help{
display: flex;
align-items: center;
text-transform: uppercase;
font-size: 16px;
padding-top:80px;
float: right;
}
.need-help a{
padding-left: 15px;
color: #ffffff;
}
.up-down{
animation: up-down linear 4s;
animation-iteration-count: infinite;
transform-origin: 50% 50%;
-webkit-animation: up-down linear 4s;
-webkit-animation-iteration-count: infinite;
-webkit-transform-origin: 50% 50%;
-moz-animation: up-down linear 4s;
-moz-animation-iteration-count: infinite;
-moz-transform-origin: 50% 50%;
-o-animation: up-down linear 4s;
-o-animation-iteration-count: infinite;
-o-transform-origin: 50% 50%;
-ms-animation: up-down linear 4s;
-ms-animation-iteration-count: infinite;
-ms-transform-origin: 50% 50%;
}
.swing {
animation: swing ease-in-out 1s infinite alternate;
transform-origin: center -20px;
float:left;
transition: all ease-in 0.5s;

}
@keyframes swing {
0% { transform: rotate(3deg); }
100% { transform: rotate(-3deg); }
}
@keyframes up-down{
0% {
transform:  translate(1px,20px)  ;
}
24% {
transform:  translate(1px,30px)  ;
}
50% {
transform:  translate(1px,12px)  ;
}
74% {
transform:  translate(1px,22px)  ;
}
100% {
transform:  translate(1px,22px)  ;
}
}
@-moz-keyframes up-down{
0% {
-moz-transform:  translate(1px,20px)  ;
}
24% {
-moz-transform:  translate(1px,30px)  ;
}
50% {
-moz-transform:  translate(1px,12px)  ;
}
74% {
-moz-transform:  translate(1px,22px)  ;
}
100% {
-moz-transform:  translate(1px,22px)  ;
}
}
@-webkit-keyframes up-down {
0% {
-webkit-transform:  translate(1px,20px)  ;
}
24% {
-webkit-transform:  translate(1px,30px)  ;
}
50% {
-webkit-transform:  translate(1px,12px)  ;
}
74% {
-webkit-transform:  translate(1px,22px)  ;
}
100% {
-webkit-transform:  translate(1px,22px)  ;
}
}
@-o-keyframes up-down {
0% {
-o-transform:  translate(1px,20px)  ;
}
24% {
-o-transform:  translate(1px,30px)  ;
}
50% {
-o-transform:  translate(1px,12px)  ;
}
74% {
-o-transform:  translate(1px,22px)  ;
}
100% {
-o-transform:  translate(1px,22px)  ;
}
}
@-ms-keyframes up-down {
0% {
-ms-transform:  translate(1px,20px)  ;
}
24% {
-ms-transform:  translate(1px,30px)  ;
}
50% {
-ms-transform:  translate(1px,12px)  ;
}
74% {
-ms-transform:  translate(1px,22px)  ;
}
100% {
-ms-transform:  translate(1px,22px)  ;
}
}


/* =====================service page======================= */
.banner-inner-page{ 
  height: 420px!important;
  padding: 185px 0px;
 }
.banner-postion {
  position: relative; /* needed for overlay positioning */
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.banner-postion::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* allow clicks to pass through */
}
.banner-inner-page-content {
  width: 800px;
  text-align: left !important;
  max-width: 100%;
  position: relative;   /* make it a positioned element */
  z-index: 1;   
  top:90px;
}
.banner-inner-page-content h1{
  color: #ffffff;
  font-size:35px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
}
.wrapper-bottom-content p{
  font-size:25px;
  line-height:40px;
  font-family: "Hepta Slab", serif;
  font-weight: 400;

}
/* .wrapper-main-service{
  margin-top: 80px;
  margin-bottom: 80px;
} */
.wrapper-full-width{ 
  background: #ffffff; 
 /*  transition: all 4s; */
  position: sticky;
  top: 0px;
 }

.wrapper-full-width:nth-child(2){
  top: 18%;
}
.wrapper-full-width:nth-child(3){
   top: 29%;
}
.wrapper-full-width:nth-child(4){
  top: 40%;
}
.wrapper-full-width:nth-child(5){
  top: 52%;
}
.wrapper-full-width:nth-child(6){
 top: 65%;
}
.wrapper-full-width:nth-child(7){
 top: 60%;
}
.wrapper-main-full-width{
  width: 93%;
  margin: 0px auto;
}
.wrapper-box-content{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width:100%;
  height: 100%;
  padding-right: 20px;
 
}
.wrapper-button-box{ margin-top: auto; }
.wrapper-title-box-content h2{
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000000;
  padding-bottom: 10px;
}
.wrapper-title-box-content h2 span{color: #FF0015;}
.wrapper-title-box-content{width:65%;}

.wrapper-button-box a{
  background: #F2F2F2;
  padding: 5px 15px;
  border-radius: 25px;
  margin-bottom: 10px;
  color: #000000;
  display: inline-block;
  transition: 1s;
  font-size: 12px;
}
.wrapper-box-content .wrapper-button-box a:hover{
  background: #FF0015;
  color: #ffffff;

}
.exp-more-service{ opacity: 0; }
/* .wrapper-main-full-width:hover .exp-more-service{ opacity: 1; } */
.boder-line-w{ border-top: #dddddd solid 1px; }
.wrapper-ouruniq-mmain{
  background: #F2F2F2;
}
/* faq */
.faq-title h6 {font-size: 20px;color: #fb4e02;}
.faq-title h3 {font-size: 31px;font-weight: 700;line-height: 1.2;}
.faq-accordion-title h3 { color: #000000;font-size: 16px; margin: 0px;line-height: 1;}
.faq-accordion-title {padding: 20px 15px;padding-right: 40px;cursor: pointer;position: relative;}
.faq-accordion-content {
    display: none;
    padding: 15px 15px 25px;
    background-color: #ffffff;
    z-index: 3;
}
.faq-accordion-item {
   /*  box-shadow: 0px 0px 12px 5px #d7d7d7; */
   box-shadow: 0px 4px 7px 0px #d7d7d7;
    margin-bottom: 20px;
    position: relative;
    background-color: #ffffff;
    border-radius: 2px;
    transition: 0.2s;
}
.faq-accordion-item:hover {border-radius: 25px;}

.faq-accordion-title:after {
    content: "";
    height: 19px;
    width: 2px;
    background-color: #000000;
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
}

.faq-accordion-title:before {
    content: "";
    height: 2px;
    width: 19px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: 12px;
}
.faq-accordion-title.active {background-color: #ffffff;}
.faq-accordion-title.active h3 {color: #000000;}
.faq-accordion-title.active:before {background-color: #000000;}
.faq-accordion-title.active:after {opacity: 0;}
.faq-title { margin-bottom: 30px;}
.faq-accordion-content p {font-size: 16px;}
.faq-accordion-content p:last-child { margin-bottom: 0px;}
.faq-image img {max-width: 450px;width: 100%;}
.faq-image {text-align: center;}
.faq-wrap {background-image: url('../images/faq-background.jpg');background-size: cover;background-position: center center;}

/* About Us page code */
 /* Unique About Banner */
    .aboutus-hero-section {
      position: relative;
      /* background: url("assets/our-buisness-verticles.jpg")center; */
      height: 80vh; /* Full screen height */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff!;
      z-index: -1;
    }
    .aboutus-info-text {
      max-width: 800px;
      margin: 0 auto 50px;
      font-size: 1.27rem;
      line-height: 1.8;
      color: #000;
      font-weight: 400;
      font-family: "Hepta Slab", serif;
    }

    /* Dark Overlay */
    /* .aboutus-hero-section::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.45); 
      z-index: 1;
    } */

    /* Content */
    .aboutus-hero-content {
      position: relative;
      z-index: 2;
      top:90px;
    }

    .aboutus-hero-content h1 {
      font-size: 2.2rem;
      font-weight: 700;
      letter-spacing: 1px;
      color: white;
      font-family: "Poppins", sans-serif;
    }

    .aboutus-hero-content p {
      font-size: 1.2rem;
      margin-top: 12px;
      color: white;
      font-family: 'Helvetica';

    }
    .life-at-janus {
  padding: 60px 0;
  background: #fdfdfd;
}

.container {
    /* flex-wrap: wrap; */
    text-align: left;
    gap: 20px;
}

/* Left Content */
.content {
  flex: 1;
  min-width: 280px;
  max-width: 40%;
}

.sub-heading {
  color: #c00;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.main-heading span {
  color: #e00000;
}

.content p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.life-at-janus-container{
  display: flex;
  flex-direction: row;
  gap:70px;
}
.life-at-janus-container .impact-contect-pt{
  padding-top: 40px;
}
.aboutus-info-title {
      font-size: 1.5rem;
      font-weight: 500;
      color: rgba(255, 0, 21, 1);
      margin-bottom: 10px;
      font-family: "Poppins", sans-serif;
    }
.who-we-are-section p{
    color: rgba(0, 0, 0, 1);
    line-height: 27px;
    font-size: 0.99rem;
    font-weight: 100;
    letter-spacing: 0.03rem;
    padding-bottom: 10px;
    font-family: 'Helvetica';;
}
.about-us-impact-main .years-part p{
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    padding-top: 10px;
}
.life-at-janus-container p{
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 10px;
    font-family: 'Helvetica';
    letter-spacing: 0.03rem;
}
.founder-message-section{
  position: relative;
}
.founder-message-section .white-box{
  position: absolute;
  width:63%;
  height:450px;
  background-color: rgba(255, 255, 255, 1);
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


    /* Responsive */
    @media (max-width: 768px) {
      .aboutus-hero-section {
        height: 60vh;
        padding: 20px;
      }
      .aboutus-hero-content h1 {
        font-size: 2rem;
      }
      .aboutus-hero-content p {
        font-size: 1rem;
      }
    }

    /* about-us 2 section  */
      /* Unique About Section */
    .aboutus-info-section {
      padding: 60px 20px;
      background-color: #fff;
      text-align: center;
    }



    .aboutus-info-box {
      padding: 20px;
    }

    .aboutus-info-icon {
      font-size: 40px;
      color: #000;
      margin-bottom: 15px;
    }



    .aboutus-info-desc {
      font-size: 1rem;
      color: rgba(0, 0, 0, 1);
      line-height: 1.6;
      font-family: 'Helvetica';
      letter-spacing: 0.03rem;
    }
    .who-we-are-section .wrapper-our-uni-box p{
      text-align: center;
    }
.who-we-are-section .img-container {
  padding: 1rem 0;
  width: 650px;
  margin: 0 auto;   /* center the container itself */
  text-align: center; /* works if image is inline/inline-block */
  max-width: 100%;
  object-fit: cover;
}

.who-we-are-section .img-container img {
  border: 2px solid black;
  max-width: 100%;
  display: inline-block; /* or block + margin: 0 auto */
  margin: 0 auto;        /* if display:block */
  float: none;
}
.aboutus-info-icon img{
  width:22%;
}
    

    /* Responsive */
    @media (max-width: 768px) {
      .aboutus-info-text {
        font-size: 1rem;
      }
      .aboutus-info-title {
        font-size: 1.1rem;
      }
    }

    /* about-us section 3  */
    /* Unique Founder Section */
    .founder-message-section {
      background-color: #f5f5f5;
      padding: 120px 20px;
      z-index: 1;
    }

    .founder-message-title {
      font-size: 1rem;
      font-weight: 500;
      color: #e30613;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .founder-message-heading {
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .founder-message-heading span {
      color: #e30613; /* Red highlight */
    }

    .founder-message-text {
      font-size: 0.98rem;
      line-height: 1.8;
      color: rgba(0, 0, 0, 1);
      font-family: 'Helvetica';
      letter-spacing: 0.02rem;
    }

    .founder-image-box {
      position: relative;
      width:80%;
      border: 3px solid #e30613;
      float:inline-end;
    }

    .founder-image-box img {
      width: 100%;
      height: auto;
      display: block;
      
    }

    /* Play Button */
    .founder-play-btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #000;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .founder-play-btn:hover {
      background: #e30613;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .founder-message-heading {
        font-size: 1.6rem;
      }
      .founder-play-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
      }
    }

    /* about -us section 4 */

     /* Unique Timeline Section */
    .definesus-section {
      padding: 60px 20px;
      text-align: center;
      background-color: #fff;
    }

    .definesus-subtitle {
      font-size: 0.9rem;
      text-transform: uppercase;
      color: #e30613;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .definesus-title {
      font-size: 2.2rem;
      font-weight: 800;
      margin-bottom: 40px;
    }

    .definesus-title span {
      color: #e30613;
    }

    /* Timeline Line */
    .definesus-timeline {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin: 30px 0 50px;
    }

    .definesus-timeline::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000;
      z-index: 1;
    }

    .definesus-year {
      position: relative;
      text-align: center;
      flex: 1;
      font-weight: 600;
      color: #000;
      font-size: 1.1rem;
    }

    .definesus-year::before {
      content: "";
      width: 16px;
      height: 16px;
      background: #000;
      border-radius: 50%;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
    }

    /* Active Year */
    .definesus-year.active {
      color: #e30613;
      font-weight: 700;
    }

    .definesus-year.active::before {
      background: #fff;
      border: 3px solid #e30613;
      width: 22px;
      height: 22px;
      top: -8px;
    }

    /* Description */
    .definesus-desc {
      font-size: 1rem;
      color: #333;
      line-height: 1.7;
      max-width: 900px;
      margin: 0 auto 40px;
    }

    .definesus-content-title {
      font-size: 1.3rem;
      font-weight: 700;
      color: #e30613;
      margin-bottom: 15px;
    }

    .definesus-image {
      max-width: 500px;
      margin: 0 auto;
      display: block;
      border: 2px solid #000;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .definesus-title {
        font-size: 1.6rem;
      }
      .definesus-year {
        font-size: 0.9rem;
      }
      .definesus-timeline {
        flex-wrap: wrap;
        gap: 20px;
      }
      .definesus-timeline::before {
        display: none;
      }
    }


.timeline {
  position: relative;
  margin: 30px auto 50px auto;
  width: 80%;
  height: 50px; /* enough height for line + circles */
}

.line {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  z-index: 1;
}

.circle {
  position: absolute;
  top:8px;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Years */
.circle::after {
  content: attr(data-year);
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.circle.active {
  background: red;
}

.circle.active::after {
  color: red;
  transform: translateX(-50%) scale(1.2);
}

.indicator {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid red;
  background-color: white;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  z-index: 1;
}
.circle[data-year="2004"] { left: 0%; }
.circle[data-year="2008"] { left: 16.6%; }
.circle[data-year="2010"] { left: 33.2%; }
.circle[data-year="2012"] { left: 49.8%; }
.circle[data-year="2015"] { left: 66.4%; }
.circle[data-year="2020"] { left: 83.2%; }
.circle[data-year="2025"] { left: 100%; }

.progress{
  background-color: transparent!important;
  display: none;
}
.content-container{
  position: relative;
  display: flex;
  align-items: center;
}
    /* contact us page */
      .contact-connect-section {
      padding: 60px 20px;
      background: #fff;
    }

    .contact-connect-section h6 {
      color: #e30613;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding-bottom:10px;
    }

    .contact-connect-section h2 {
      font-size: 2.2rem;
      font-weight: 800;
      margin-bottom: 40px;
    }

    .contact-connect-section h2 span {
      color: #e30613;
    }

    /* Form Styling */
    .contact-form-connect input,
    .contact-form-connect textarea {
      border: none;
      border-bottom: 1px solid #333;
      border-radius: 0;
      padding: 10px 5px;
      font-size: 0.95rem;
      margin-bottom: 25px;
      width: 100%;
    }

    .contact-form-connect textarea {
      resize: none;
      height: 120px;
    }
    .contact-form-connect textarea::placeholder{
      color: #000!important;
    }
    .contact-form-connect input::placeholder{
      color: #000!important;
    }

    .contact-btn {
      border: 1px solid #e30613;
      background: transparent;
      color: #e30613;
      font-weight: 600;
      padding: 10px 25px;
      text-transform: uppercase;
      transition: all 0.3s ease-in-out;
    }

    .contact-btn:hover {
      background: #e30613;
      color: #fff;
    }
    .career-page-heading-box p{
      width:60%;
    }
    /* Right Side Corporate Info */
    .corporate-office {
      padding: 20px 0 20px 40px;
      border-left: 1px solid #ddd;
    }

    .corporate-office h4 {
      font-size: 1.8rem;
      font-weight: 800;
      margin-bottom: 30px;
    }

    .corporate-office h4 span {
      color: #e30613;
    }

    .corp-info {
      display: flex;
      margin-bottom: 25px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }

    .corp-info:last-child {
      border-bottom: none;
    }

    .corp-info h6 {
      font-size: 0.95rem;
      font-weight: 700;
      color: #e30613;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .corp-info i {
      background: #e30613;
      color: #fff;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      margin-right: 15px;
    }

    .corp-info p {
      margin: 0;
      font-size: 0.95rem;
      color: #333;
    }

    .corp-directions {
      color: #e30613;
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      /* margin-top: 6px; */
      display: inline-block;
      
    }
 .corp-title {
    margin: 0;
    font-size: 2rem;     
    font-weight: 800;
    color: #e30613;
    text-transform: uppercase;
    padding-top:15px;
    padding-right:40px;
  }
    .corp-number {
    margin: 0;
    font-size: 0.95rem;
    color: #000;
  }
  .new-new{
    display:flex;
    flex-direction: column;
    margin-top:20px;
  }
    /* Responsive Fixes */
    @media (max-width: 992px) {
      .corporate-office {
        border-left: none;
        padding-left: 0;
        margin-top: 40px;
      }}


.playVideo-btn-box {
    position: fixed;
    bottom: 0;
    left: 1rem;
    z-index: 9;
}

.play-video-pop-up button {
    position: absolute;
    top: 1rem;
    right: 9rem;
    z-index: 1999;
    border: none;
    background-color: #FFF0F0;
}
.playVideo-btn-box button img {
    width: 7rem;
}
.wrapper-service-img{
  border: 2px solid #ff0516;
}
.wrapper-service-img video{
  display: block;
  width:100%;
  height:100%;
}
.janus-tittle-left .two-logo-container{
  display: flex;
  gap:20px;
}
.janus-tittle-left .two-logo-container img{
  width:auto;
  height:70px;
  object-fit: contain;
}



    .hover-area {
      position: absolute;
      background: transparent;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      color: #333;
      cursor: none; /* hide default cursor */
      overflow: hidden;
      z-index: 1;
    }

    .follow-btn {
      position: absolute;
      padding: 14px 28px;
      pointer-events: none;
      white-space: nowrap;
      transform: translate(-50%, -50%);
      transition: opacity 0.2s ease, transform 0.3s ease;
    }

    /* Fullscreen popup */
    .video-popup {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.95);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.05);
      transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .video-popup.active {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }

    .video-popup video {
      width: 90%;
      height: auto;
      max-height: 90%;
      object-fit: cover;
    }

    .close-btn {
      position: absolute;
      top: -10px;
      right: 30px;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      font-weight: 400;
      z-index: 10000;
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .close-btn:hover {
      transform: rotate(90deg) scale(1.1);
      color: #ffcc00;
    }
#clients-section {
	cursor: none; /* Hide default cursor inside section */
	position: relative;
}
/* #janus-leaders{
  cursor: none; 
	position: relative;
} */
.video-icon{
  width:13%;
}
/* career page css */
 .career-section {
      padding: 50px 50px;
      background-color: #fff;
      text-align: center;
    }
    .career-section p {
      /* max-width: 800px; */
      margin: 0 auto 20px;
      font-size: 1.5rem;
      font:400 1.4rem "Hepta Slab";
      color: #000;
      line-height: 2.4rem;
      justify-content: center;
      padding-left:40px;
      padding-right:40px;
    }
    .career-form .form-control {
      border: none;
      border-bottom: 1px solid #000;
      border-radius: 0;
      box-shadow: none;
    }
    .career-form .form-control:focus {
      border-bottom: 1px solid rgba(230, 0, 0, 1);
      outline: none;
      box-shadow: none;
    }
    .career-form .btn-upload {
      border: 1px solid rgba(230, 0, 0, 1);
      color: rgba(230, 0, 0, 1);
      background: transparent;
      border-radius: 50px;
      padding: 8px 20px;
      font-size: 14px;
      font-family: "Poppins";
      margin-right: 60px;
    }
    .career-form .btn-upload:hover {
      background: rgba(230, 0, 0, 1);
      color: #fff;
    }
    .career-form .btn-submit {
      background: white;
      color: rgba(230, 0, 0, 1);
      border-radius:0;
      padding: 8px 10px;
      font: 600 1rem "Poppins";
      letter-spacing: 0.1rem;
      border:1px solid rgba(230, 0, 0, 1);
      font-weight: 1200 !important; 
    }
    /* .career-form .btn-submit:hover {
      background: #c0392b;
    } */
     
    .about-janus-section {
      padding: 60px 20px;
      background-color: rgba(242, 242, 242, 1);
    }
    .about-janus-section h3 {
      font-weight: bold;
      font-size: 27px;
      margin-bottom: 15px;
    }
    .about-janus-section h3 span {
      color: rgba(230, 0, 0, 1); 
    }
    .about-janus-section p {
      font:400 1rem 'Helvetica';
      color: rgba(0, 0, 0, 1);
      line-height: 1.8rem;
      letter-spacing: 0.01rem;
    }
    .about-janus-section .about-image {
      width: 100%;
      border-radius: 5px;
      object-fit: cover;
    }
    .about-janus-section .row {
      margin-bottom: 50px;
      align-items: center;
    }
    /* Style placeholder text */
input::placeholder {
  color: #000!important;          /* Change color */
  font:300 0.9rem "Poppins";      /* Adjust font size */
}
textarea.form-control::placeholder {
  color: #000!important;          /* Change color */
  font:300 0.9rem "Poppins"; 
}
.form-btns-container{
  margin-top: 60px;
}


/* Team - Page */
 /* Section Styling */
    .top-management-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #fff;
    }

    .top-management-section h2 {
      font-weight: 700;
      font-size: 30px;
      margin-bottom: 10px;
    }

    .top-management-section h2 span {
      color: #e30613; /* Red color for MANAGEMENT */
    }

    .top-management-section p {
      font-size: 24px;   
      color: #333;
      max-width: 850px;
      margin: 0 auto 40px;
      line-height: 1.6;
      font-weight: 500;
    }

    /* Card Styling */
    .management-card {
      /* background-color: #111; */
      border: none;
      text-align: center;   
      overflow: hidden;
      width:170px;
      height:200px;
      border-radius: 0;
    
     
    }
        .top-managemaent-card {
      width:200px;
      height:300px;
    
     
    }

    .management-card img {
      width: 100%;
     height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
      transition: all 0.3s ease;
      padding-top:2px;
    }

    .management-card img:hover {
      filter: grayscale(0%);
      transform: scale(1.05);
    }
    /* Card body only */
.management-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: left;
  z-index: 2;
}

/* Shadow background just behind name + designation */
.management-card .card-body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px; /* adjust height of shadow area */
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
  z-index: -1;
} 

    .management-card .card-body {
      padding: 15px;
    }

    .management-card .name {
      font-weight: 700;
      font-size: 15px;
      color: #e30613;
      margin-bottom: 5px;
      text-transform: uppercase;
      text-align: left;
      padding: 0;
      margin: 0;
    }

    .management-card .designation {
      font-size: 14px;
      color: #fff;
      text-align: left;
    }

    /* Card Styling */
/* .management-card {
  background-color: #111;
  border: none;
  text-align: center;   
  overflow: hidden;
  width: 200px;
  position: relative;
  height:280px;
}

.management-card img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  padding-top: 2px;
  display: block;
}

.management-card img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}


.management-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  z-index: 1;
}


.management-card .card-body {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  z-index: 2; 
  padding: 0;
  text-align: left;
}

.management-card .name {
  font-weight: 700;
  font-size: 16px;
  color: #e30613;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.management-card .designation {
  font-size: 14px;
  color: #fff;
} */
.home-service-last-section{
  border-bottom: none!important;
}