/* GENERAL */
html {
	overflow-x: hidden !important;
}
body {
	font-family: 'Open Sans', sans-serif;
}
.sub--heading {
	font-size: 36px;
	font-family: 'Poppins', serif;
	font-weight: bold;
	line-height: 1.3em;
}
.text--white {
	color: #fff;
}
.text-right {
    text-align: right;
}
.divider {
	height: 6px;
	width: 100%;
	background-color: #fff;
}
.order--1 {
	order: 1;
}
.order--2 {
	order: 2;
}
.top-100 {
	top: 60px !important;
}
.mt-60 {
	margin-top: 60px;
}
.pt-100 {
	padding-top: 100px;
}

/* HERO SECTION */
.hero--section {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-image: url(../images/hero-bg.jpg);
	padding-top: 40px;
}
.site--logo {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
.site--logo:before {
    content: "";
    height: 4px;
    width: 45%;
    left: 0;
    top: 40%;
    background: linear-gradient(to right, #0066FF, #FF6C40);
    display: block;
    position: absolute;
}
.site--logo:after {
    content: "";
    height: 4px;
    width: 45%;
    right: 0;
    top: 40%;
    background: linear-gradient(to left, #0066FF, #FF6C40);
    display: block;
    position: absolute;
}
.site--logo img {
	width: 80px;
}
.section--title {
	font-family: 'Poppins', serif;
	font-size: 36px;
	font-weight: bold;
	max-width: 400px;
    margin: 20px auto;
}
.section--subtitle {
	font-family: 'Poppins', serif;
	font-size: 20px;
	font-weight: 400;
	max-width: 300px;
    margin: 20px auto;
}

/* SUMMARY SECTION */
.summary--section {
    position: relative;
}
.summary--logo {
	background-color: #fff;
	width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 9;
}
.summary--logo img {
	width: 80px;
	object-fit: contain;
}
.summary--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.summary--left {
    flex-basis: 50%;
    background: linear-gradient(
  to bottom right,
  #1343da, /* Biru Cerah - Mirip di Kiri Atas */
  #109cc8, /* Cyan/Turquoise - Warna Transisi di Tengah */
  #fe8a3a, /* Oranye - Sebelum Merah di Kanan Bawah */
  #ff190f  /* Merah Oranye Terang - Mirip di Kanan Bawah */
);
    padding: 60px 120px 80px 80px;
}
.summary--left .left--content:last-child {
	margin-top: 60px;
}
.summary--left.order--2 {
    position: relative;
}
.summary--left.img--absolute img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.summary--left.gradient--reverse {
	background: linear-gradient(
  to bottom left,
  #1343da, /* Biru Cerah - Mirip di Kiri Atas */
  #109cc8, /* Cyan/Turquoise - Warna Transisi di Tengah */
  #fe8a3a, /* Oranye - Sebelum Merah di Kanan Bawah */
  #ff190f  /* Merah Oranye Terang - Mirip di Kanan Bawah */
);
}
.summary--left.img--absolute {
    position: relative;
}
.summary--right {
    flex-basis: 50%;
    padding: 60px 80px;
}
.icon--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ico--image {
    flex-basis: 8%;
}
.ico--image img {
    max-width: 100%;
}
.ico--content {
    flex-basis: 87%;
}
.ico--content p {
    margin-bottom: 0;
}
.ico--content h4 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Poppins';
}
.grid--items img {
	max-width: 100%;
	height: 100px;
	object-fit: contain;
}
.border--right {
    position: relative
}
.border--right:after {
    content: "";
    position: absolute;
    width: 2px;
    background: #f0f0f0;
    height: 80%;
    top: 0;
    right: 0
}
.border--right.border--full:after {
	height: 100%;
}
.border--right span {
    font-size: 14px;
}
.bottom-bg {
	background-image: url(../images/bottom-bg.jpg);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 160px;
}
.gradient--bar {
  width: 100%;
  height: 6px;
  background: linear-gradient(to right,
    #1a4d9e 0%,
    #2666cc 8%,
    #3385dd 16%,
    #33a0ee 24%,
    #44bbff 32%,
    #ffbb66 50%,
    #ff9944 58%,
    #ff7733 66%,
    #ff5522 74%,
    #dd3311 82%,
    #cc2200 90%,
    #bb1100 100%
  );
}

.small--heading h5 {
    font-size: 16px;
    font-weight: bold;
}
.five-column-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    width: 100%;
}
.border--left {
	position: relative;
}
.border--left:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #f0f0f0;
    height: 100%;
    top: 0;
    left: -5px
}
.abs--image {
    position: absolute;
    top: -35px;
    left:  -30px;
}
.abs--image img {
    width: 40px;
}

.gradient--bg {
  width: 100%;
  background: linear-gradient(to right,
    #1a4d9e 0%,
    #2666cc 8%,
    #3385dd 16%,
    #33a0ee 24%,
    #44bbff 32%,
    #ffbb66 50%,
    #ff9944 58%,
    #ff7733 66%,
    #ff5522 74%,
    #dd3311 82%,
    #cc2200 90%,
    #bb1100 100%
  );
}
.bg--white {
	background: #fff;
}
.grey--title {
    font-family: 'Poppins';
    font-size: 46px;
    font-weight: 700;
    color: #d9d9d9;
}
img.st--image {
    width: 60px;
    height: auto !important;
}
img.grad--plus {
    width: 60px;
}
.grads--bottom--line {
	position: relative;
}
.grads--bottom--line:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	height: 6px;
	background: linear-gradient(to right,
	#1a4d9e 0%,
	#2666cc 8%,
	#3385dd 16%,
	#33a0ee 24%,
	#44bbff 32%,
	#ffbb66 50%,
	#ff9944 58%,
	#ff7733 66%,
	#ff5522 74%,
	#dd3311 82%,
	#cc2200 90%,
	#bb1100 100%
	);
}
.img-max-100 img {
	max-width: 100%;
}