html {
  scroll-behavior: smooth;}


body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #eee;
  overflow-x: hidden;
}

/* BALLS */
.ball {
  position: fixed;
  width: 300px;
  z-index: 0;
  pointer-events: none;
}

.adrt15{
    line-height: 31px;
	margin-bottom:12px !important;}
	
ul li ul{
    padding: 0px 0px 6px 22px;}	

.mert15{
	margin-bottom:22px;}

.style1235{
	margin-top: -5px !important;
    margin-bottom: 20px !important;}

.btr154{
	margin-top:15px !important;}

.adrt16{
	margin-top: -8px !important;
    padding-left: 31px;
    margin-bottom: 14px;
    line-height: 28px;}

.content h4{
    margin-bottom: 0px;
    margin-top: 13px;}

.aser15{
    margin: 5px 0px 0px 0px;
    line-height: 28px;
    padding: 0px 0px 0px 18px;}

.ball1 { margin-left: 10px; margin-top: 80px; width: 163px; }
.ball2 {margin-left: 995px; margin-top: 4px; width: 220px; }
.ball3 { margin-left: -82px; margin-top: 305px; z-index: 9; width: 225px; }

/* MAIN CARD */
.container {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin:40px auto 35px auto;
    background: #fff;
	box-shadow:0px 0px 25px #999;
    padding: 40px 100px;
    border-radius: 10px;
    text-align: center;
}

h1{	
    text-align: left;
    font-size: 49px;
    font-weight: 700 !important;
}

.style1{
	text-align: left;
    font-size: 23px;
    color: #393939;
    margin: -19px 0px 20px 0px;}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0;
  text-align:left;
}

.step {
  position: relative;
  padding:30px 20px;
  border-right: 0px solid #ddd;
}

.step1 {
  background: linear-gradient(to right, #e1e1e1, #e3e3e3);}
 
.step2 {
  background: linear-gradient(to right, #eeeeef, #f1f1f1);}
 
.step3 {
  background: linear-gradient(to right, #e1e1e1, #e4e4e3);}

.step:last-child {
  border-right: none;
}

/* NUMBER */
.num {
    font-size: 23px;
    font-weight: 700;
    color: #010100;
}

/* ARROW */
.arrow {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px;
  color: #999;
}

.arrow_imk{
	width: 26px;
    position: relative;
    top: 11px;
    right: -11px;
    opacity: .4;}

/* HEADING */
.step h3 {
    margin-top: 10px;
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 700;
	color:#010100;
    line-height: 1.1;
}

/* TEXT */
h1 {
  font-weight: 800;
}

.sub {
  color: gray;
}

/* BUTTONS */
.btns {
    margin: 34px 0 120px 0;
    text-align: left;
    width: 100%;
    display: block;
}

.btns a{
    padding: 15px 25px 14px 25px;
    margin: 5px;
    border: 2px solid black;
    cursor: pointer;
    font-size: 15px;
	text-decoration:none;
    font-weight: 600;
}

button {
    padding: 15px 25px 14px 25px;
    margin: 5px;
    border: 2px solid black;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.dark {
  background: #040505;
  color: white;
}

.dark:hover{
	background: transparent;
	color:#040505;}

.light {
    background: transparent;
    font-weight: 700;
	color:#000;
}

.light:hover {
	background-color:#040505;
	color:#fff;}

/* COLUMNS */
.three-col, .four-col {
    display: grid;
    gap: 10px;
    max-width: 530px;
    margin: 20px auto 50px auto;
}

.three-col {
  grid-template-columns: repeat(3, 1fr);
}

.four-col {
  grid-template-columns: repeat(3, 1fr);
}

.four-col span{
    width: 100%;
    display: block;
    color: #909090;
    font-weight: 400;
    font-size: 17px;
    padding-top: 4px;}

.three-col div, .four-col div {
    border: 2px solid #000000;
    padding: 22px 15px;
    font-weight: 700;
    font-size: 23px;
}

/* ACCORDION */
.accordion .item {
    border: 2px solid #000;
    padding: 16px 15px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.accordion .item:hover{
	color:#fff;
	background-color:#000;}

.accordion .item:hover::after {
     content: "";
    background-image: url(../images/up_arrow12.png);
    position: absolute;
		transform: rotate(180deg);  
    right: 15px;
    transition: 0.3s;
    width: 22px;
    z-index: 999;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 22px;}
	
.copy img{
	max-width:40px;
	margin-bottom:10px;}

/* ARROW */
.accordion .item::after {
    content: "";
    background-image: url(../images/down_arrow12.png);
    position: absolute;
    right: 15px;
    transition: 0.3s;
    width: 22px;
    z-index: 999;
	transform: rotate(0deg);
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 22px;
}

/* ROTATE ARROW */
.accordion .item.active::after {
  transform: rotate(180deg);
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  background: #fff;
  padding: 0 15px;
}

.content.open {
    max-height: initial;
    padding:0px 15px 15px 15px;
    text-align: left;
    line-height: 24px;
}

.content h3{
	margin-bottom:0px;}

.content p{
	margin-top:5px;
	margin-bottom:0px;}

/* COPYRIGHT */
.copy {
  margin-top: 0px;
  margin-bottom:40px;
  text-align:center;
  color: gray;
}

.width_wrap{
	max-width:1080px;
	position:relative;
	margin:0px auto;}
	
.sticky-container {
	position:fixed;
    width: 1080px;
	margin:0px auto;
    display: flex;
    align-items: center;
    padding: 0 5%; /* Side se thoda gap */

  }

  canvas {
    display: block;
    filter: drop-shadow(0 40px 70px rgba(0,0,0,0.2));

    max-width: 18vw; 
  }

  .scroll-text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: sans-serif;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
  }
  
#sphereRight{
    max-width: 14vw;
    position: absolute;
    margin-left: -85px;
    margin-top: 280px;}

#sphereLeft{
	    position: absolute;
    margin-left: 912px;
    margin-top: 205px;}

/* RESPONSIVE */
@media(max-width: 768px) {
.container {
    padding: 20px 15px;
    margin: 25px 15px 25px 15px;
    box-shadow: 0px 0px 10px #ccc;}

h1{
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 15px;}

h1 br{
	display:none;}

.style1 {
    text-align: left;
    font-size: 18px;
	line-height:25px;
    color: #393939;
    margin: -10px 0px 20px 0px;}

.style1 br{
	display:none;}

button {
    padding: 15px 0px 14px 0px;
    margin: 0px 0px 17px 0px;
    border: 2px solid black;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    display: block;}

.btns{
	margin-bottom:50px;}

/* === ONLY CHANGE: Keep steps side-by-side === */
.steps{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	margin: 30px 0;}

.step {
    padding: 20px 5px !important;}

.step h3 {
    font-size: 13px !important;
    line-height: 1.2;}

.num {
    font-size: 14px !important;}

.arrow {
    top: 10px;
    right: 5px;
    font-size: 14px;}

.arrow_imk{
	width: 16px;
    top: 6px;
    right: -6px;
    opacity: .4;}

.accordion .item{
    font-size:17px;
    text-align:left;}

.accordion .item::after {
        content: "";
    background-image: url(../images/down_arrow12.png);
    position: absolute;
    right: 15px;
    transition: 0.3s;
    width: 22px;
    z-index: 999;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 22px;
}

.ball1 {
    left: -2px;
    top: 1px;
    width: 62px;
    z-index: 0;
    margin: 0px;}

.ball2 {
	right: -4px;
    top: 7px;
    width: 92px;
    z-index: 0;
    margin: 0px;}

.ball3 {
    top: 35%;
    left: -6px;
    z-index: 9;
    width: 104px;
	margin:0px;}

.btns a{
    width: 96%;
    display: block;
    text-align: center;
	margin-bottom:15px;
    padding: 15px 0px 17px 0px;}

.three-col div, .four-col div {
    border: 2px solid #000000;
    padding: 22px 0px;
    font-weight: 700;
    font-size: 16px;}

/* === ONLY CHANGE: Keep 3 stat boxes side-by-side === */
  .three-col {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px;
  }
  .four-col {
    grid-template-columns: 3fr 3fr 3fr;
  }
  
  .four-col span{
  	font-size:14px;}

#sphereRight{
    max-width: 20vw;
	    position: absolute;
    margin-left: -25px;
    margin-top: 280px;}
	
#sphereLeft {
    position: absolute;
    margin-left: 314px;
    margin-top: 205px;
	    max-width: 29vw;}
}