/*--------- BOL - Sticky Section for general used in several OSP -------------*/
.my-section {
    transition: all 0.3s ease-in-out; /* Smooth transition */
}

.sticky-section {
    position: sticky !important;
    top: 0; /* Keep it 200px from the top */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow effect */
    transition: all 0.3s ease-in-out; /* Smooth transition */
}
/*--------- EOL - Sticky Section -------------*/



section[data-cattype="801"] .col-lg-6.align-left.content-right {
  color: white;
}

section[data-cattype="801"] {
	margin-top: -70px;
	padding: 0px;
	z-index: 1 !important;
	
}

[data-cattype="801"] .main-content {
	position: relative;
}

[data-cattype="801"] .main-content h1 {
	color: #fff;
	font-size: 150px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px;
}

[data-cattype="801"] .main-content h4 {
	color: #fff;
	font-size: 40px;
	text-shadow: 0 0 3px #000;
}

[data-cattype="801"] .main-content .satelite {
	position: absolute;
	right: 9%;
	bottom: -22px;
	width: 550px;
	z-index: -1;
	transition: 0.3s;
}

.nav-up [data-cattype="801"] .main-content .satelite {
	position: absolute;
	right: 9%;
	bottom: -22px;
	width: 400px;
	transition: 0.3s;
}

[data-cattype="801"] .main{

	background-color: #5fa7d9;
  padding: 120px;
  border-radius: 80px 80px 0px 0px;
}

[data-cattype="801"] .main-content .content {
	bottom: 80px;
	position: absolute;
	left: 0;
	right: 0;
}

[data-cattype="801"] h1{
	font-size: 150px;
	color: #fff;
}

[data-cattype="801"] h3 {
	font-size: 45px;
	margin-top: -72px;
	padding-left: 18px;
}

[data-cattype="801"] p {
	font-size: 17px;
	padding: 20px;
	width: 80%;
}

[data-cattype="801"] h5 {
	font-size: 25px;
	font-weight: bold;
}

[data-cattype="801"] ul.contact {
	padding: 20px 0px;
	width: 70%;
}

[data-cattype="801"] ul.contact li{
	list-style:none;
	position: relative;
    padding-left: 30px; /* Space for icon */
    margin-bottom: 10px;
}

[data-cattype="801"] ul.contact li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px; /* Adjust width */
	height: 24px; /* Adjust height */
	background-size: contain;
	background-repeat: no-repeat;
  }




/* Typical laptop screen size*/
@media (min-width: 1200px) and (max-width: 1700px) {

	section[data-cattype="801"] {
		border-radius: 80px 80px 0px 0px;
	}

	[data-cattype="801"] h1 {
		font-size: 90px;
	}

	[data-cattype="801"] h3 {
		font-size: 32px;
		margin-top: -48px;
		padding-left: 18px;
	}

	[data-cattype="801"] p {
		width: 100%;
	}

	[data-cattype="801"] .content-right {
		padding: 35px 0px 0px 110px;
	}

	[data-cattype="801"] .main-content h1 {
		font-size: 90px;
	}

	[data-cattype="801"] .main-content h4 {
		font-size: 23px;
	}

	[data-cattype="801"] .main-content .satelite {
		width: 360px;
	}

	.nav-up [data-cattype="801"] .main-content .satelite {
		width: 300px;
	}
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

	section[data-cattype="801"] {
		overflow-x: visible;
		border-radius: 30px 30px 0px 0px;
	}

	[data-cattype="801"] .main {
		padding: 20px;
		border-radius: 30px 30px 0px 0px;
		width: 100%;
    margin: auto;
	}

	[data-cattype="801"] h1 {
		font-size: 50px;
	}

	[data-cattype="801"] .main-content h1 {
		font-size: 60px;
	}

	[data-cattype="801"] h3 {
		font-size: 25px;
		margin-top: 0;
		padding-left: 0;
		padding-bottom: 10px;
	}

	[data-cattype="801"] h4 {
		font-size: 20px !important;
	}

	[data-cattype="801"] p {
		font-size: 17px;
		padding: 0;
		width: 100%;
	}

	[data-cattype="801"] ul.contact {
		width: 100%;
	}


	[data-cattype="801"] .main-content .satelite {
		right: 0;
		bottom: -15px;
		width: 300px;
		left: 0;
		margin: auto;
	}

	.nav-up [data-cattype="801"] .main-content .satelite {
		width: 200px;
		right: 0;
		left: 0;
		margin: auto;
	}

      
}

