/*-----------------------------------------------------------------------------------

    Template Name: Unfold - Personal Resume & CV Template
    Template URI: site.com
    Description: Unfold Personal Resume & CV Template
    Author: Uideck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1.COMMON
	2.HEADER
    3.ABOUT
    4.SERVICES
    4.CALL TO ACTION
    5.WORK
    6.PRICING
    7.BLOG
    8.CONTACT
    9.FOOTER
    10.PAGE BANNER
    10.SINGLE BLOG PAGE

-----------------------------------------------------------------------------------*/

/*===========================
    1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #002560; /* Manggala Gotham: Darkest Blue for primary text */
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#introduction{
  background-color: #B3E0FF;
}
img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #002560; /* Manggala Gotham: Darkest Blue for headings */
  margin: 0px; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #004A7C; /* Manggala Gotham: Dark Blue for paragraph text */
  margin: 0px; }
  @media (max-width: 767px) {
    p {
      font-size: 15px; } }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0074FF !important; /* Manggala Gotham: Primary Blue */
  padding: 0 40px;
  font-size: 15px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -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;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 116, 255, 0.4); /* Manggala Gotham: Primary Blue shadow */
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 116, 255, 0.4); /* Manggala Gotham: Primary Blue shadow */
  box-shadow: 0px 5px 8px 0px rgba(0, 116, 255, 0.4); /* Manggala Gotham: Primary Blue shadow */
  background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
  text-transform: uppercase; }
  .main-btn:hover {
    background-color: #FFFFFF !important; /* Manggala Gotham: White */
    color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
  }
  .main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .main-btn.main-btn-2:hover {
      background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      color: #fff;
      border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    }

/*===== All Section Title Style =====*/
.section-title .title {
  font-weight: 700;
  font-size: 45px;
  color: #002560; /* Manggala Gotham: Darkest Blue */
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader_34 .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader_34 .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader_34 .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      border-color: #0074FF !important #0074FF !important #E0E0E0; /* Manggala Gotham: Primary Blue & Light Gray */
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #E0E0E0; /* Manggala Gotham: Light Gray */
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #E0E0E0; /* Manggala Gotham: Light Gray */
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

/*===========================
    2.HEADER css
===========================*/
.navigation {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 37, 96, 0.15); /* Manggala Gotham: Darkest Blue shadow */
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 37, 96, 0.15); /* Manggala Gotham: Darkest Blue shadow */
  box-shadow: 0px 0px 29px 0px rgba(0, 37, 96, 0.15); /* Manggala Gotham: Darkest Blue shadow */
  padding: 30px 0;
  background-color: #fff;
  -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; }
  .navigation.sticky {
    padding: 20px 0;
    -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; }
  .navigation .navbar {
    padding: 0;
    position: relative; }
    .navigation .navbar .navbar-brand {
      padding-top: 0;
      padding-bottom: 5px; }
    .navigation .navbar .navbar-toggler {
      padding: 2px 6px; }
      .navigation .navbar .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #002560; /* Manggala Gotham: Darkest Blue */
        margin: 5px 0;
        display: block;
        position: relative;
        -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; }
      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px; }
      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0; }
      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 37, 96, 0.1); /* Manggala Gotham: Darkest Blue shadow */
        -moz-box-shadow: 0px 10px 15px 0px rgba(0, 37, 96, 0.1); /* Manggala Gotham: Darkest Blue shadow */
        box-shadow: 0px 10px 15px 0px rgba(0, 37, 96, 0.1); /* Manggala Gotham: Darkest Blue shadow */
        padding: 3px 12px; } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 37, 96, 0.1); /* Manggala Gotham: Darkest Blue shadow */
        -moz-box-shadow: 0px 10px 15px 0px rgba(0, 37, 96, 0.1); /* Manggala Gotham: Darkest Blue shadow */
        box-shadow: 0px 10px 15px 0px rgba(0, 37, 96, 0.1); /* Manggala Gotham: Darkest Blue shadow */
        padding: 3px 12px; } }
    .navigation .navbar .navbar-nav .nav-item {
      margin-left: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 4px 0; } }
      @media (max-width: 767px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 4px 0; } }
      .navigation .navbar .navbar-nav .nav-item:first-child {
        margin-left: 0; }
      .navigation .navbar .navbar-nav .nav-item a {
        text-transform: uppercase;
        font-size: 16px;
        color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
        font-weight: 500;
        position: relative;
        -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; }
        .navigation .navbar .navbar-nav .nav-item a::before {
          position: absolute;
          content: '';
          width: 3px;
          height: 0;
          background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
          left: 50%;
          top: -50px;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          -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; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navigation .navbar .navbar-nav .nav-item a::before {
              display: none; } }
          @media (max-width: 767px) {
            .navigation .navbar .navbar-nav .nav-item a::before {
              display: none; } }
      .navigation .navbar .navbar-nav .nav-item.active a, .navigation .navbar .navbar-nav .nav-item:hover a {
        color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      }
        .navigation .navbar .navbar-nav .nav-item.active a::before, .navigation .navbar .navbar-nav .nav-item:hover a::before {
          height: 45px; }

.header-content {
  height: 730px;
  width: 100%;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  background-color: #F0F8FF; /* Manggala Gotham: Very Light Blue (AliceBlue like) or #FFFFFF */
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-content {
      height: 550px; } }
  @media (max-width: 767px) {
    .header-content {
      height: 550px; } }
  .header-content .header-shape {
    position: absolute !important; }
    /* Shape images would ideally be SVGs to change their color via CSS, or replaced with new colored PNGs */
    .header-content .header-shape.shape-one {
      top: 0 !important;
      left: 0 !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-one img {
          width: 40px; } }
    .header-content .header-shape.shape-tow {
      top: -18px !important;
      left: 20% !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-tow img {
          width: 40px; } }
    .header-content .header-shape.shape-three {
      top: 0 !important;
      left: 40% !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-three img {
          width: 100px; } }
    .header-content .header-shape.shape-fore {
      top: 28px !important;
      right: 7.6% !important;
      left: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-fore img {
          width: 40px; } }
    .header-content .header-shape.shape-five {
      right: 30px !important;
      bottom: 35% !important;
      left: auto !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-five {
          right: 20px !important;
          bottom: 48% !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-five img {
          width: 40px; } }
    .header-content .header-shape.shape-six {
      top: 44% !important;
      left: 13% !important;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-six img {
          width: 40px; } }
    .header-content .header-shape.shape-seven {
      left: 30px !important;
      bottom: 50px !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-seven {
          left: 15px !important;
          bottom: 25px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-seven img {
          width: 100px; } }
    .header-content .header-shape.shape-eight {
      left: 90px !important;
      bottom: 140px !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-eight {
          left: 50px !important;
          bottom: 70px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-eight img {
          width: 100px; } }
    .header-content .header-shape.shape-nine {
      left: 50% !important;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 28px !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-nine {
          left: 65% !important;
          bottom: 20px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-nine img {
          width: 100px; } }
    .header-content .header-shape.shape-ten {
      right: 30px !important;
      bottom: 5px !important;
      left: auto !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-ten {
          right: 0px !important;
          bottom: 140px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-ten img {
          width: 100px; } }

.header-content-right {
  position: relative; }
  .header-content-right .sub-title {
    font-size: 30px;
    color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    text-transform: uppercase;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .header-content-right .sub-title {
        font-size: 24px; } }
  .header-content-right .title {
    font-size: 60px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #002560; /* Manggala Gotham: Darkest Blue */
   }
    @media (max-width: 767px) {
      .header-content-right .title {
        font-size: 38px; } }
  .header-content-right p {
    padding-bottom: 40px; }

.header-image {
  max-width: 430px;
  margin: 0 auto;
  position: relative; }
  .header-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 82%;
    border: 20px solid #0074FF !important; /* Manggala Gotham: Primary Blue */
    border-bottom: 0;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    left: 0;
    bottom: 58px;
    z-index: 11; }
  .header-image img {
    position: relative;
    z-index: 5; }

.header-social {
  position: absolute;
  bottom: 30px;
  left: 15px;
  width: 100%; }
  .header-social .header-social-icon {
    position: relative; }
    .header-social .header-social-icon::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      left: -102.5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header-social .header-social-icon ul li {
      display: inline-block;
      margin-left: 13px; }
      .header-social .header-social-icon ul li:first-child {
        margin-left: 0; }
      .header-social .header-social-icon ul li a {
        color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid #00CDFF; /* Manggala Gotham: Lighter Blue */
        -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;
        text-align: center; }
        .header-social .header-social-icon ul li a:hover {
          color: #fff;
          background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
          border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
        }

/*===========================
        3.ABOUT css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .about-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.about-content .about-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #002560; /* Manggala Gotham: Darkest Blue */
}
.about-content ul {
  padding-top: 15px; }
  .about-content ul li {
    width: 50%;
    float: left;
    margin-top: 5px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-content ul li {
        width: 100%;
        float: none; } }
    @media (max-width: 767px) {
      .about-content ul li {
        width: 100%;
        float: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-content ul li {
        width: 50%;
        float: left; } }
.about-content .single-info .info-icon i {
  font-size: 16px;
  color: #0074FF !important; /* Manggala Gotham: Primary Blue */
}
.about-content .single-info .info-text {
  padding-left: 13px; }
  .about-content .single-info .info-text p span {
    color: #002560; /* Manggala Gotham: Darkest Blue */
  }

.about-skills .skill-item .skill-header {
  position: relative; }
  .about-skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    font-weight: 400;
    color: #002560; /* Manggala Gotham: Darkest Blue */
  }
  .about-skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #002560; /* Manggala Gotham: Darkest Blue */
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .about-skills .skill-item .skill-header .skill-percentage .count-box {
      font-size: 16px;
      color: #002560; /* Manggala Gotham: Darkest Blue */
    }
.about-skills .skill-item .skill-bar {
  margin-top: 15px; }
  .about-skills .skill-item .skill-bar .bar-inner {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #B3E0FF; /* Manggala Gotham: Light blue for background of bar */
    position: relative; }
    .about-skills .skill-item .skill-bar .bar-inner .progress-line {
      position: absolute;
      top: 0;
      left: 0;
      height: 5px;
      border-radius: 5px;
      background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      -webkit-transition: all 2s ease-out 0s;
      -moz-transition: all 2s ease-out 0s;
      -ms-transition: all 2s ease-out 0s;
      -o-transition: all 2s ease-out 0s;
      transition: all 2s ease-out 0s;
      width: 0; }

/*===========================
        4.SERVICES css
===========================*/
.services-area.gray-bg {
    background-color: #F0F8FF; /* Manggala Gotham: Very Light Blue */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .services-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.single-service {
  background-color: #fff;
  border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter blue border */
  border-radius: 5px;
  padding: 25px;
  -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; }
  @media (max-width: 767px) {
    .single-service {
      padding: 15px; } }
  .single-service .service-icon i { /* Assuming icons are font icons, if images, they need to be changed */
    font-size: 60px;
    color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    line-height: 56px; }
  .single-service .service-content {
    margin-top: 11px; }
    .single-service .service-content .service-title a {
      font-size: 22px;
      font-weight: 600;
      color: #002560; /* Manggala Gotham: Darkest Blue */
      margin-bottom: 20px;
      -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; }
      .single-service .service-content .service-title a:hover {
        color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      }
  .single-service:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.2); /* Manggala Gotham: Primary Blue shadow */
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.2); /* Manggala Gotham: Primary Blue shadow */
    box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.2); /* Manggala Gotham: Primary Blue shadow */
  }

/*===========================
    4.CALL TO ACTION css
===========================*/
.call-to-action.black-bg { /* Renamed from black-bg to indicate its new color */
    background-image: none !important; /* Remove image if new bg color is solid */
}
.call-to-action {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action {
      padding-top: 90px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .call-to-action {
      padding-top: 70px;
      padding-bottom: 80px; } }
  .call-to-action::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    z-index: -1; }

.call-action-content .action-title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .call-action-content .action-title {
      font-size: 30px; } }
.call-action-content p {
  color: #E0F8FF; /* Manggala Gotham: Very Light Blue for text on dark bg */
  padding-bottom: 25px; }
.call-action-content ul li {
  display: inline-block;
  margin: 10px 15px 0; }
  .call-action-content ul li .main-btn {
    width: 180px;
    padding: 0; }
    .call-action-content ul li .main-btn.custom {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #fff;
      color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      border-color: #fff; }
      .call-action-content ul li .main-btn.custom:hover {
        background-color: #005DAD !important; /* Manggala Gotham: Darker Blue for hover */
        color: #fff;
        border-color: #005DAD !important; /* Manggala Gotham: Darker Blue for hover */
      }
    .call-action-content ul li .main-btn.custom-2 {
      color: #fff;
      background-color: transparent;
      border-color: #fff; }
      .call-action-content ul li .main-btn.custom-2:hover {
        background-color: rgba(255, 255, 255, 0.2); /* Lighter overlay */
        color: #fff;
        border-color: #fff; }
/* Typewriter text color in this section */
.typewriter h1 {
    color: #FFFFFF !important; /* Manggala Gotham White for MANGGALA text */
}


/*===========================
        5.WORK css (If this section is used, colors need to be updated)
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .work-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.single-work {
  position: relative; }
  .single-work .work-image img {
    width: 100%; }
  .single-work .work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 116, 255, 0.8); /* Manggala Gotham: Primary Blue with opacity */
    opacity: 0;
    visibility: hidden;
    -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; }
    .single-work .work-overlay .work-content {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .single-work .work-overlay .work-content .work-title {
        font-size: 22px;
        color: #fff;
        font-weight: 600; /* Corrected from 60 */
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        margin-bottom: 15px;
        -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;
        opacity: 0; }
      .single-work .work-overlay .work-content ul {
        position: relative;
        padding-top: 20px; }
        .single-work .work-overlay .work-content ul::before {
          position: absolute;
          content: '';
          width: 60px;
          height: 2px;
          background-color: #fff;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 0; }
        .single-work .work-overlay .work-content ul li {
          display: inline-block;
          margin: 0 15px;
          -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;
          opacity: 0; }
          .single-work .work-overlay .work-content ul li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 25px;
            color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            text-align: center;
            -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; }
            .single-work .work-overlay .work-content ul li a:hover {
              background-color: #fff;
              color: #0074FF !important; /* Manggala Gotham: Primary Blue */
            }
          .single-work .work-overlay .work-content ul li:nth-of-type(1) {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%); }
          .single-work .work-overlay .work-content ul li:nth-of-type(2) {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%); }
  .single-work:hover .work-overlay {
    opacity: 1;
    visibility: visible; }
    .single-work:hover .work-overlay .work-content .work-title {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .single-work:hover .work-overlay .work-content ul li {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }

/*===========================
       6.PRICING css
===========================*/
.pricing-area.gray-bg {
    background-color: #F0F8FF; /* Manggala Gotham: Very Light Blue */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .pricing-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.single-pricing .pricing-package {
  background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .single-pricing .pricing-package .package-title {
    font-size: 22px;
    color: #fff;
    padding: 25px; }
.single-pricing .pricing-body {
  border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .single-pricing .pricing-body .pricing-text {
    border-bottom: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
    padding: 20px 25px; }
    .single-pricing .pricing-body .pricing-text .price {
      font-size: 30px;
      font-weight: 600;
      color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      padding-top: 15px; }
  .single-pricing .pricing-body .pricing-list {
    padding-top: 30px; }
    .single-pricing .pricing-body .pricing-list ul li {
      line-height: 36px;
      color: #002560; /* Manggala Gotham: Darkest Blue */
      font-size: 16px; }
  .single-pricing .pricing-body .pricing-btn {
    padding-top: 25px;
    padding-bottom: 40px; }
    .single-pricing .pricing-body .pricing-btn .main-btn {
      background-color: #fff;
      color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    }
      .single-pricing .pricing-body .pricing-btn .main-btn:hover {
        background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
        color: #fff; }
.single-pricing.active {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.23); /* Manggala Gotham: Primary Blue shadow */
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.23); /* Manggala Gotham: Primary Blue shadow */
  box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.23); /* Manggala Gotham: Primary Blue shadow */
}
  .single-pricing.active .pricing-package {
    background-color: #00CDFF !important; /* Manggala Gotham: Secondary Blue for active package title */
  }
  .single-pricing.active .pricing-body .pricing-btn .main-btn {
    background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    color: #fff; }
    .single-pricing.active .pricing-body .pricing-btn .main-btn:hover {
      background-color: #fff;
      color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      border-color: #0074FF !important;
    }

/*===========================
       7.BLOG css (If used)
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .blog-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.single-blog {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 37, 96, 0.15); /* Manggala Gotham: Darkest Blue shadow */
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 37, 96, 0.15); /* Manggala Gotham: Darkest Blue shadow */
  box-shadow: 0px 0px 15px 0px rgba(0, 37, 96, 0.15); /* Manggala Gotham: Darkest Blue shadow */
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .single-blog .blog-image {
    overflow: hidden; }
    .single-blog .blog-image img {
      width: 100%;
      -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; }
  .single-blog .blog-content {
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 25px;
    -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; }
    @media (max-width: 767px) {
      .single-blog .blog-content {
        padding: 20px; } }
    .single-blog .blog-content .blog-title a {
      font-size: 22px;
      font-weight: 600;
      padding-bottom: 5px;
      -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;
      color: #002560; /* Manggala Gotham: Darkest Blue */
    }
      @media (max-width: 767px) {
        .single-blog .blog-content .blog-title a {
          font-size: 18px; } }
    .single-blog .blog-content span {
      font-size: 16px;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
      -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; }
  .single-blog:hover .blog-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .single-blog:hover .blog-content {
    background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
  }
    .single-blog:hover .blog-content .blog-title a {
      color: #fff; }
    .single-blog:hover .blog-content span {
      color: #E0F8FF; /* Manggala Gotham: Very light blue for text on primary */
    }

/*===========================
       8.CONTACT css
===========================*/
.contact-area.gray-bg {
    background-color: #F0F8FF; /* Manggala Gotham: Very Light Blue */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .contact-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

.contact-box {
  background-color: #fff;
  border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter blue border */
  padding: 30px 35px;
  -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; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-box {
      padding: 30px 25px; } }
  @media (max-width: 767px) {
    .contact-box {
      padding: 30px 25px; } }
  .contact-box .contact-icon i { /* Assuming font icons, images need to be replaced */
    font-size: 48px;
    color: #0074FF !important; /* Manggala Gotham: Primary Blue */
  }
  .contact-box .contact-content {
    margin-top: 15px; }
    .contact-box .contact-content .contact-title {
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 15px;
      color: #002560; /* Manggala Gotham: Darkest Blue */
    }
  .contact-box:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.2); /* Manggala Gotham: Primary Blue shadow */
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.2); /* Manggala Gotham: Primary Blue shadow */
    box-shadow: 0px 0px 21px 0px rgba(0, 116, 255, 0.2); /* Manggala Gotham: Primary Blue shadow */
  }

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #002560; /* Manggala Gotham: Darkest Blue */
  background: #E0F8FF; /* Manggala Gotham: Very Light Blue */
  padding: 10px 15px;
  margin-top: 15px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #CC0000; /* A generic error red, can be refined if palette has one */
    background: #FFDDEE; /* Light pinkish for error */
  }

.single-form {
  margin-top: 30px; }
  .single-form input, .single-form textarea {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
    padding: 0 25px;
    font-size: 16px;
    color: #004A7C; /* Manggala Gotham: Dark Blue for input text */
  }
    .single-form input.placeholder, .single-form textarea.placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-form input:-moz-placeholder, .single-form textarea:-moz-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-form input::-moz-placeholder, .single-form textarea::-moz-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-form input::-webkit-input-placeholder, .single-form textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-form input:focus, .single-form textarea:focus {
      border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    }
  .single-form textarea {
    height: 135px;
    padding-top: 10px;
    resize: none; }

.contact-map .gmap_canvas iframe {
  width: 100%;
  height: 335px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 37, 96, 0.2); /* Manggala Gotham: Darkest Blue shadow */
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 37, 96, 0.2); /* Manggala Gotham: Darkest Blue shadow */
  box-shadow: 0px 0px 12px 0px rgba(0, 37, 96, 0.2); /* Manggala Gotham: Darkest Blue shadow */
}

/*===========================
       9.FOOTER css
===========================*/
.footer-widget {
  background-color: #002560; /* Manggala Gotham: Darkest Blue */
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .footer-widget {
      padding-top: 80px;
      padding-bottom: 80px; } }

.footer-content p {
  color: #E0F8FF; /* Manggala Gotham: Very light blue for text on darkest blue */
  margin-top: 35px; }
.footer-content ul {
  margin-top: 35px; }
  .footer-content ul li {
    display: inline-block;
    margin: 0 14px; }
    @media (max-width: 767px) {
      .footer-content ul li {
        margin: 0 7px; } }
    .footer-content ul li a { /* Assuming these are social icons, images might need to be changed */
      font-size: 30px;
      width: 74px;
      height: 70px;
      line-height: 74px;
      text-align: center;
      border-radius: 50%;
      color: #B3E0FF; /* Manggala Gotham: Lighter blue for icon color */
      background-color: #004A7C; /* Manggala Gotham: Dark Blue for icon background */
      -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; }
      @media (max-width: 767px) {
        .footer-content ul li a {
          width: 52px;
          height: 50px;
          line-height: 50px;
          font-size: 20px; } }
      .footer-content ul li a:hover {
        background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
        color: #fff; }

.footer-copyright {
  background-color: #001A40; /* Manggala Gotham: Even Darker Blue for copyright */
}
  .footer-copyright .copyright-text p {
    color: #B3E0FF; /* Manggala Gotham: Lighter blue */
  }
  .footer-copyright .copyright-text p a { /* Added to style the link in copyright */
      color: #00CDFF; /* Manggala Gotham: Secondary Blue */
      text-decoration: none;
  }
  .footer-copyright .copyright-text p a:hover {
      color: #FFFFFF;
      text-decoration: underline;
  }


.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  border: 2px solid #005DAD; /* Manggala Gotham: Accent Dark Blue */
  background-color: #002560; /* Manggala Gotham: Darkest Blue */
  text-align: center;
  z-index: 99;
  -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;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
  }

/*===========================
      10.PAGE BANNER css (If used)
===========================*/
/* .page-banner background is often an image, if it's a color, it should be updated */
.page-banner {
  margin-top: 95px;
  padding-top: 118px;
  padding-bottom: 122px;
  /* background-color: #0074FF; Example if it was a solid color */
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
      padding-top: 88px;
      padding-bottom: 92px; } }
  @media (max-width: 767px) {
    .page-banner {
      padding-top: 73px;
      padding-bottom: 72px; } }

.page-banner-content {
  position: relative;
  z-index: 9; }
  .page-banner-content .page-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff; /* Assuming banner has dark background or overlay */
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .page-banner-content .page-title {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-banner-content .page-title {
        font-size: 38px; } }
  .page-banner-content .breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0; }
    .page-banner-content .breadcrumb .breadcrumb-item {
      color: #E0F8FF; /* Lighter text for on dark banner */
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      padding-left: 26px; }
      .page-banner-content .breadcrumb .breadcrumb-item a {
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
      .page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 2px;
        background-color: #fff;
        left: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

/*===========================
   10.SINGLE BLOG PAGE css (If Used)
===========================*/
.single-blog-page.gray-bg { /* If this class is used for a background */
    background-color: #F0F8FF; /* Manggala Gotham: Very Light Blue */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-page {
    padding-top: 70px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .single-blog-page {
    padding-top: 30px;
    padding-bottom: 80px; } }

.single-blog-post .blog-content {
  padding-top: 32px;
  padding-bottom: 45px;
  border-bottom: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
}
  .single-blog-post .blog-content .blog-title {
    font-size: 24px;
    color: #002560; /* Manggala Gotham: Darkest Blue */
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .single-blog-post .blog-content .blog-title {
        font-size: 18px; } }
  .single-blog-post .blog-content .meta li {
    display: inline-block;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .single-blog-post .blog-content .meta li {
        margin-right: 20px; } }
    .single-blog-post .blog-content .meta li:last-child {
      margin-right: 0; }
    .single-blog-post .blog-content .meta li a {
      font-size: 16px;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
      -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; }
      @media (max-width: 767px) {
        .single-blog-post .blog-content .meta li a {
          font-size: 14px; } }
      .single-blog-post .blog-content .meta li a:hover {
        color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      }
      .single-blog-post .blog-content .meta li a i {
        color: #0074FF !important; /* Manggala Gotham: Primary Blue */
        margin-right: 5px; }
  .single-blog-post .blog-content .blockquote {
    margin-bottom: 0;
    padding: 20px 80px;
    background-color: #E0F8FF; /* Manggala Gotham: Very Light Blue */
    border-left: 4px solid #0074FF; /* Manggala Gotham: Primary Blue */
  }
    @media (max-width: 767px) {
      .single-blog-post .blog-content .blockquote {
        padding: 20px 25px; } }
    .single-blog-post .blog-content .blockquote p {
      color: #002560; /* Manggala Gotham: Darkest Blue */
      font-weight: 500;
      position: relative; }
      .single-blog-post .blog-content .blockquote p .quote-left {
        position: absolute;
        top: 5px;
        left: -30px;
        color: #0074FF; /* Manggala Gotham: Primary Blue */
      }
      .single-blog-post .blog-content .blockquote p .quote-right {
        margin-left: 10px;
        color: #0074FF; /* Manggala Gotham: Primary Blue */
      }
.single-blog-post .blog-tag-share .blog-tag span {
  text-transform: uppercase;
  color: #002560; /* Manggala Gotham: Darkest Blue */
  font-size: 16px;
  font-weight: 600; }
.single-blog-post .blog-tag-share .blog-tag .tag li {
  display: inline-block;
  margin-left: 10px; }
  .single-blog-post .blog-tag-share .blog-tag .tag li a {
    text-transform: uppercase;
    color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    -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;
    font-size: 16px; }
    @media (max-width: 767px) {
      .single-blog-post .blog-tag-share .blog-tag .tag li a {
        font-size: 14px; } }
    .single-blog-post .blog-tag-share .blog-tag .tag li a:hover {
      color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    }
.single-blog-post .blog-tag-share .blgo-share span {
  text-transform: uppercase;
  color: #002560; /* Manggala Gotham: Darkest Blue */
  font-size: 16px;
  font-weight: 600; }
.single-blog-post .blog-tag-share .blgo-share .share li {
  display: inline-block;
  margin-left: 10px; }
  .single-blog-post .blog-tag-share .blgo-share .share li a {
    font-size: 16px; }
    /* Keep social media brand colors or make them monochrome with new palette */
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-1 {
      color: #0074FF; } /* Example: FB to Primary Blue */
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-2 {
      color: #00CDFF; } /* Example: Twitter to Secondary Blue */
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-3 {
      color: #0061D8; } /* Example: Google+ to Accent Blue */
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-4 {
      color: #004A7C; } /* Example: Instagram to another Accent Blue */
.single-blog-post .blog-comment .title {
  font-size: 22px;
  font-weight: 600;
  color: #002560; /* Manggala Gotham: Darkest Blue */
}
.single-blog-post .blog-comment .author-comment ul li {
  margin-top: 25px; }
@media (max-width: 767px) {
  .single-blog-post .blog-comment .author-comment .single-comment .comment-thumb img {
    width: 80px; } }
.single-blog-post .blog-comment .author-comment .single-comment .comment-content {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
      padding-left: 0;
      padding-top: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
      padding-left: 30px;
      padding-top: 0; } }
  .single-blog-post .blog-comment .author-comment .single-comment .comment-content .author-name {
    font-size: 16px;
    color: #002560; /* Manggala Gotham: Darkest Blue */
  }
  .single-blog-post .blog-comment .author-comment .single-comment .comment-content span {
    font-size: 14px;
    color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    padding-bottom: 10px; }
.single-blog-post .blog-comment .author-comment .comment-replay {
  padding-left: 30px; }
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input {
  margin-top: 30px; }
  .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
    padding: 0 30px;
    border-radius: 5px;
    color: #004A7C; /* Manggala Gotham: Dark blue for input text */
  }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input.placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea.placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:-moz-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:-moz-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-moz-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-moz-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-webkit-input-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:focus, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:focus {
      border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    }
  .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    height: 160px;
    padding-top: 20px;
    resize: none; }
  .single-blog-post .blog-comment .comment-form .comment-form-box .single-input .main-btn {
    width: 160px; }

.blog-sidebar .sidebar-search {
  position: relative; }
  .blog-sidebar .sidebar-search input {
    width: 100%;
    height: 60px;
    border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
    padding: 0 30px;
    border-radius: 50px;
    color: #004A7C; /* Manggala Gotham: Dark blue for input text */
  }
    .blog-sidebar .sidebar-search input.placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .blog-sidebar .sidebar-search input:-moz-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .blog-sidebar .sidebar-search input::-moz-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .blog-sidebar .sidebar-search input::-webkit-input-placeholder {
      opacity: 1;
      color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    }
    .blog-sidebar .sidebar-search input:focus {
      border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    }
  .blog-sidebar .sidebar-search button {
    width: 65px;
    height: 60px;
    text-align: center;
    background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    font-size: 30px;
    color: #fff;
    border: 1px solid #0074FF !important; /* Manggala Gotham: Primary Blue */
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 64px;
    cursor: pointer; }
.blog-sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 600;
  color: #002560; /* Manggala Gotham: Darkest Blue */
}
.blog-sidebar .sidebar-post {
  padding: 25px 20px;
  border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
  border-radius: 5px; }
  .blog-sidebar .sidebar-post .single-sidebar-post {
    margin-top: 25px; }
    .blog-sidebar .sidebar-post .single-sidebar-post .post-thumb a img {
      border-radius: 3px; }
    .blog-sidebar .sidebar-post .single-sidebar-post .post-content {
      padding-left: 20px; }
      .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
        line-height: 22px;
        font-size: 15px;
        color: #002560; /* Manggala Gotham: Darkest Blue */
        -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; }
        @media (max-width: 767px) {
          .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
            font-size: 14px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
            font-size: 15px; } }
        .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a:hover {
          color: #0074FF !important; /* Manggala Gotham: Primary Blue */
        }
      .blog-sidebar .sidebar-post .single-sidebar-post .post-content span {
        color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
        font-size: 14px; }
.blog-sidebar .sidebar-category {
  padding: 25px 20px;
  border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
  border-radius: 5px; }
  .blog-sidebar .sidebar-category ul li a {
    display: block;
    font-size: 16px;
    color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
    margin-top: 10px;
    -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; }
    .blog-sidebar .sidebar-category ul li a span {
      float: right; }
    .blog-sidebar .sidebar-category ul li a:hover {
      color: #0074FF !important; /* Manggala Gotham: Primary Blue */
    }
.blog-sidebar .sidebar-subscribe {
  padding: 25px 20px;
  border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
  border-radius: 5px; }
  .blog-sidebar .sidebar-subscribe .subscribe-form {
    position: relative; }
    .blog-sidebar .sidebar-subscribe .subscribe-form input {
      width: 100%;
      height: 50px;
      border: 1px solid #B3E0FF; /* Manggala Gotham: Lighter Blue Border */
      padding: 0 30px;
      border-radius: 50px;
      background-color: #E0F8FF; /* Manggala Gotham: Very Light Blue */
      color: #004A7C; /* Manggala Gotham: Dark blue for input text */
    }
      .blog-sidebar .sidebar-subscribe .subscribe-form input.placeholder {
        opacity: 1;
        color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
      }
      .blog-sidebar .sidebar-subscribe .subscribe-form input:-moz-placeholder {
        opacity: 1;
        color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
      }
      .blog-sidebar .sidebar-subscribe .subscribe-form input::-moz-placeholder {
        opacity: 1;
        color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
      }
      .blog-sidebar .sidebar-subscribe .subscribe-form input::-webkit-input-placeholder {
        opacity: 1;
        color: #005DAD; /* Manggala Gotham: Accent Dark Blue */
      }
      .blog-sidebar .sidebar-subscribe .subscribe-form input:focus {
        border-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      }
    .blog-sidebar .sidebar-subscribe .subscribe-form button {
      width: 65px;
      height: 50px;
      text-align: center;
      background-color: #0074FF !important; /* Manggala Gotham: Primary Blue */
      font-size: 20px;
      color: #fff;
      border: 1px solid #0074FF !important; /* Manggala Gotham: Primary Blue */
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 54px;
      cursor: pointer; }

/*# sourceMappingURL=style.css.map */

.summary-area {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.summary-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.summary-item {
    margin-top: 30px;
}

.summary-item .summary-icon {
    max-width: 60px;
    margin-bottom: 15px;
}

.summary-item h4 {
    font-size: 18px;
    font-weight: bold;
    color: #d32f2f; /* Ubah warna sesuai keinginan */
}

.summary-item p {
    color: #606060; /* Ubah warna sesuai keinginan */
}
#about-us-why-choose-us .section-title {
  margin-bottom: 30px;
}
#about-us-why-choose-us .stats-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
}
#about-us-why-choose-us .stats-list li {
  font-weight: bold;
  font-size: 18px;
}
#about-us-why-choose-us .stat-number {
  display: block;
  font-size: 36px;
  color: #007bff;
}
#about-us-why-choose-us .image-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#about-us-why-choose-us .features .feature-item h6 {
  font-weight: 600;
}
#about-us-why-choose-us .features .feature-item p {
  margin: 0;
  font-size: 15px;
}
.icon-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 2px solid  #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
.item {
  text-align: center;
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 240px;
}
  .icon-wrapper img {
  max-width: 50px;
  height: auto;
    transition: transform 0.3s ease;
  }
  .icon-wrapper:hover img {
    transform: scale(1.1);
  }

  .icon-wrapper:active {
    transform: scale(0.95);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
  }
  .img-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 8px;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.img-card:hover .gallery-image {
  transform: scale(1.05);
}

.overlay-box {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1b5e20;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.text-overlay {
  position: absolute;
  bottom: 15px;
  left: 10px;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.arrow-box {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-card:hover .overlay-box,
.img-card:hover .text-overlay,
.img-card:hover .arrow-box {
  opacity: 1;
}

 container {
    max-width: 1140px; /* Atau lebar container maksimum yang Anda gunakan */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Jika g-4 tidak berfungsi, ini adalah fallback/penyesuaian */
/* Namun, jika Anda menggunakan Bootstrap 5, g-4 seharusnya sudah cukup */
.row.g-4 {
    /* Ini menimpa margin negatif default Bootstrap, jika ada konflik */
    margin-left: -1rem; /* Sesuaikan dengan nilai g-4 Anda */
    margin-right: -1rem; /* Sesuaikan dengan nilai g-4 Anda */
}

.row.g-4 > [class*="col-"] {
    padding-left: 1rem; /* Sesuaikan dengan nilai g-4 Anda */
    padding-right: 1rem; /* Sesuaikan dengan nilai g-4 Anda */
    padding-top: 1rem; /* Tambahkan padding-top untuk gap vertikal */
    padding-bottom: 1rem; /* Tambahkan padding-bottom untuk gap vertikal */
}

/* Gaya untuk project-card */
.project-card {
    position: relative;
    overflow: hidden; /* Penting untuk membulatkan sudut gambar di dalamnya */
    background-color: #fff; /* Latar belakang kartu */
    border: 1px solid #e0e0e0; /* Border tipis */
    /* rounded dan shadow akan ditangani oleh kelas Bootstrap,
       tetapi jika tidak ada, tambahkan manual: */
    border-radius: 15px; /* Sudut membulat */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan */
    transition: transform 0.3s ease; /* Efek hover */
    display: block; /* Pastikan ini blok agar bisa diatur dimensinya */
    height: 100%; /* Pastikan kartu mengisi tinggi kolom */
}

.project-card:hover {
    transform: translateY(-5px); /* Sedikit naik saat hover */
}

.project-card img {
    width: 100%;
    height: 200px; /* Tinggi tetap untuk semua gambar, sesuaikan sesuai kebutuhan */
    object-fit: cover; /* Penting! Memastikan gambar mengisi area tanpa distorsi */
    display: block;
    /* rounded di sini tidak perlu jika sudah di project-card */
    border-radius: 15px; /* Sudut membulat pada gambar itu sendiri, opsional jika sudah di parent */
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0)); /* Gradient overlay */
    color: #fff;
    padding: 15px;
    transform: translateY(100%); /* Sembunyikan overlay di awal */
    transition: transform 0.3s ease;
}

.project-card:hover .project-overlay {
    transform: translateY(0);
     /* Tampilkan overlay saat hover */
}

.project-label {
    font-size: 0.8em;
    opacity: 0.7;
    margin-bottom: 5px;
}

.project-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.project-desc {
    font-size: 0.9em;
    line-height: 1.3;
}
    .tontonan-area {
    /* Kelas pt-125, pb-130, gray-bg seharusnya sudah ada di style.css */
    /* Jika tidak, tambahkan di sini: */
    /* padding-top: 125px; */
    /* padding-bottom: 130px; */
    /* background-color: #f2f2f2; /* Ganti dengan warna abu-abu yang sesuai */
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 900px; /* Sesuaikan lebar maksimal video Anda */
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* Penting: Rasio aspek 16:9 untuk tag <video> */
    padding-bottom: 56.25%; /* (9 / 16) * 100% */
    height: 0;
    background-color: #d1e7dd; /* Latar belakang placeholder */
}

.html5-video { /* Kelas baru untuk tag <video> */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Pastikan video mengisi container tanpa terdistorsi */
    display: block;
}
.text-center-content {
    text-align: center;
}
.section-title .title {
    font-weight: 700;
    color: #2c3e50; /* A strong dark blue */
    position: relative;
    display: inline-block; /* Required for pseudo-element underline */
    padding-bottom: 10px; /* Space for the underline */
}

.section-title .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90px; /* Width of the underline */
    height: 4px; /* Thickness of the underline */
    background-color: #007bff; /* Primary blue for accent */
    border-radius: 2px;
}

/* Single Service Card Enhancements */
.single-service.card { /* Targeting .card when it also has .single-service */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px; /* Slightly more rounded corners */
}

.single-service.card:hover {
    transform: translateY(-8px); /* Lift effect on hover */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important; /* Stronger shadow on hover */
}

.single-service .card-body {
    padding: 2.5rem; /* More generous padding inside the card */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures content distributes vertically */
}

.service-icon img.custom-icon-size {
    max-width: 180px; /* Larger icon size */
    height: auto;
    display: block; /* Ensures centering */
    margin: 0 auto; /* Centers the image */
}

.service-content .service-title a {
    font-size: 1.65rem; /* Larger and distinct title for the card */
    font-weight: 600;
    color: #2c3e50; /* Consistent title color */
    transition: color 0.3s ease;
}

.service-content .service-title a:hover {
    color: #007bff; /* Hover color for the title */
}

.card-text {
    font-size: 1.05rem; /* Slightly larger paragraph text */
    color: #6c757d; /* Muted text color */
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .section-title .title {
        font-size: 2.5rem !important; /* Adjust main title size for smaller screens */
    }
    .single-service .card-body {
        padding: 2rem 1.5rem; /* Reduce padding on smaller screens */
    }
    .service-icon img.custom-icon-size {
        max-width: 150px; /* Reduce icon size on smaller screens */
    }
}

@media (max-width: 575.98px) {
    .col-sm-10 { /* Target the column directly for full width on extra small screens */
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row.justify-content-center {
        padding: 0 1rem; /* Add some padding to the row on very small screens */
    }
    .single-service.card {
        margin-bottom: 1rem; /* Space between stacked cards */
    }
}
/* ====== Footer Area Styles ====== */
.footer-area {
    background-color: #002560; /* Warna latar belakang gelap utama footer */
    color: #f8f9fa; /* Warna teks terang */
    position: relative;
    overflow: hidden;
    padding-top: 80px; /* Atur padding atas */
    padding-bottom: 80px; /* Atur padding bawah */
}
.footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 20px 20px; /* Ukuran dan jarak titik */
    opacity: 0.1; /* Tingkat transparansi pola */
    pointer-events: none;
    z-index: 0;
}
.footer-widget {
    margin-bottom: 20px; /* Jarak antar widget pada layar kecil */
    background-color: transparent !important; /* Ini yang PENTING: Menghilangkan latar belakang yang tidak diinginkan */
    padding: 0; /* Pastikan tidak ada padding default yang mengganggu */
}

/* Footer Logo */
.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.custom-footer-logo {
    max-height: 80px; /* Sesuaikan tinggi logo footer */
    width: auto;
}

/* Footer Description */
.footer-description {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}
.social-links .social-icon {
    width: 35px;
    height: 35px;
    transition: transform 0.3s ease;
    border-radius: 50%; /* Jika ikonnya bulat */
}

.social-links a:hover .social-icon {
    transform: translateY(-3px);
}


/* Footer Titles (Quick Links, Recent News, Contact) */
.footer-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #007bff; /* Warna aksen */
    border-radius: 2px;
}

/* Footer Links */
.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 2.2;
    transition: color 0.3s ease, padding-left 0.3s ease; /* Tambahkan transisi padding-left */
    display: block;
}

.footer-link:hover {
    color: #007bff;
    padding-left: 5px; /* Efek indent saat hover */
}

/* Recent News Specific Styles */
.news-item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}
.news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.news-title {
    font-size: 0.95rem;
    font-weight: 500;
}

.news-date {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Contact Info Specific Styles */
.contact-item {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.contact-item i { /* Font Awesome icon styling */
    color: #007bff;
    font-size: 1.1rem;
    width: 20px;
}

/* Footer Bottom (Copyright) */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0; /* Atur padding untuk bottom bar */
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .footer-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-widget {
        text-align: center;
    }
    .footer-widget .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .social-links {
        justify-content: center;
    }
    .contact-item {
        justify-content: center;
    }
    .footer-bottom {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .col-lg-4, .col-lg-2, .col-lg-3, .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.text-profile-orange {
            color: var(--profile-orange) !important;
        }

        .text-profile-dark-blue {
            color: var(--profile-dark-blue) !important;
        }

        /* Styling untuk card profil */
        .profile-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            border: 0; /* Menghilangkan border default */
            border-radius: 1rem; /* Sudut membulat */
            overflow: hidden; /* Memastikan gambar tidak keluar dari sudut membulat */
            /* Mengatur background card menjadi putih, jika diperlukan */
            background-color: #fff; 
        }

        .profile-card:hover {
            transform: translateY(-8px); /* Sedikit naik saat di-hover */
            box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15) !important; /* Bayangan lebih besar saat di-hover */
        }

        .profile-card .profile-image-top { /* Mengganti card-img-top dengan profile-image-top */
            height: 250px; /* Atur tinggi gambar agar seragam */
            object-fit: cover; /* Memastikan gambar mengisi area tanpa terdistorsi */
            filter: grayscale(100%); /* Membuat gambar hitam putih */
            transition: filter 0.3s ease; /* Transisi untuk efek hover */
            border-radius: 1rem 1rem 0 0; /* Melengkungkan sudut atas saja */
        }

        .profile-card:hover .profile-image-top {
            filter: grayscale(0%); /* Gambar berwarna saat di-hover */
        }

        .profile-card .profile-content { /* Kelas baru pengganti card-body */
            padding: 1.5rem;
            text-align: center; /* Menengahkan teks di dalam konten profil */
        }

        .profile-card .profile-name { /* Mengganti card-title dengan profile-name */
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.25rem;
            color: var(--profile-dark-blue); /* Menggunakan warna biru gelap kustom */
        }

        .profile-card .profile-position { /* Mengganti card-text dengan profile-position */
            font-size: 0.9rem;
            color: #6c757d; /* Warna abu-abu untuk jabatan */
        }

        /* Styling untuk pagination dots */
        .profile-pagination-dot {
            width: 10px;
            height: 10px;
            background-color: #ccc; /* Warna abu-abu default */
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .profile-pagination-dot.active {
            background-color: var(--profile-orange); /* Warna oranye untuk dot aktif */
        }

        /* Penyesuaian untuk tampilan judul utama */
        .profile-section-title {
            text-align: center;
            margin-bottom: 3rem; /* Margin bawah untuk judul section */
        }
        .profile-section-title p { /* Untuk "OUR TEAM" */
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .profile-section-title h2 { /* Untuk "EXPERT MEMBERS." */
            font-size: 2.8rem; /* Ukuran font lebih besar untuk judul utama */
            font-weight: 800; /* Lebih bold */
            margin-top: 0;
            line-height: 1.2;
        }

        @media (max-width: 768px) {
            .profile-section-title h2 {
                font-size: 2rem;
            }
            .profile-card .profile-image-top {
                height: 200px; /* Tinggi gambar lebih kecil di layar kecil */
            }
        }
        .profile-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        border: 0; /* Menghilangkan border default */
        border-radius: 1rem; /* Sudut membulat */
        overflow: hidden; /* Memastikan gambar tidak keluar dari sudut membulat */
        background-color: #fff;
        display: flex; /* Tambahkan flex agar kontennya juga flex */
        flex-direction: column; /* Atur arah flex ke kolom */
        height: 100%; /* Pastikan card memiliki tinggi yang sama dalam row align-items-stretch */
    }

    .profile-card:hover {
        transform: translateY(-8px); /* Sedikit naik saat di-hover */
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15) !important; /* Bayangan lebih besar saat di-hover */
    }

    .profile-card .profile-image-top {
        height: 250px; /* Atur tinggi gambar agar seragam */
        object-fit: cover; /* Memastikan gambar mengisi area tanpa terdistorsi */
        filter: grayscale(100%); /* Membuat gambar hitam putih */
        transition: filter 0.3s ease; /* Transisi untuk efek hover */
        border-radius: 1rem 1rem 0 0; /* Melengkungkan sudut atas saja */
    }

    .profile-card:hover .profile-image-top {
        filter: grayscale(0%); /* Gambar berwarna saat di-hover */
    }

    .profile-card .profile-content {
        padding: 1.5rem;
        text-align: center; /* Menengahkan teks di dalam konten profil */
        flex-grow: 1; /* Agar konten mengisi sisa ruang jika ada variasi tinggi */
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* Menjaga teks nama/jabatan di bawah */
    }

    .profile-card .profile-name {
        font-size: 0.99rem;
        font-weight: 700;
        margin-bottom: 0.25rem;
        color: var(--profile-dark-blue);
        line-height: 1; /* Mengurangi spasi baris untuk nama panjang */
    }

    .profile-card .profile-position {
        font-size: 0.75rem;
        color: #6c757d;
    }

    /* Styling untuk pagination dots */
    .profile-pagination-dot {
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .profile-pagination-dot.active {
        background-color: var(--profile-orange);
    }

    /* Penyesuaian untuk tampilan judul utama */
    .profile-section-title {
        text-align: center;
        margin-bottom: 3rem;
    }
    .profile-section-title p {
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .profile-section-title h2 {
        font-size: 2.8rem;
        font-weight: 800;
        margin-top: 0;
        line-height: 1.2;
    }

    /* === CSS BARU UNTUK 8 KOLOM DALAM SATU BARIS === */
    .profile-row-eight-cols {
        display: flex;
        flex-wrap: wrap; /* Izinkan wrapping ke baris baru jika ruang tidak cukup */
        justify-content: center;
        margin-left: -0.5rem; /* Menyesuaikan gutter Bootstrap */
        margin-right: -0.5rem; /* Menyesuaikan gutter Bootstrap */
        margin-bottom: 1.5rem; /* Jarak antar baris grid */
    }

    .profile-row-eight-cols > .col-flex-item {
        flex: 0 0 auto; /* Fleksibel tidak tumbuh, tidak menyusut, ukuran basis otomatis */
        width: 12.5%; /* 100% / 8 kolom = 12.5% */
        padding-left: 0.5rem; /* Gutter setengah */
        padding-right: 0.5rem; /* Gutter setengah */
        margin-bottom: 1rem; /* Jarak antar baris jika wrapping terjadi */
    }

    /* Media queries untuk responsifitas 8 kolom */
    @media (max-width: 1200px) { /* Untuk layar yang lebih kecil dari XL */
        .profile-row-eight-cols > .col-flex-item {
            width: 14.285%; /* Sekitar 7 item per baris */
        }
    }

    @media (max-width: 992px) { /* Untuk layar medium (md) */
        .profile-row-eight-cols > .col-flex-item {
            width: 20%; /* 5 item per baris */
        }
    }

    @media (max-width: 768px) { /* Untuk layar small (sm) */
        .profile-row-eight-cols > .col-flex-item {
            width: 33.333%; /* 3 item per baris */
        }
        .profile-section-title h2 {
            font-size: 2rem;
        }
        .profile-card .profile-image-top {
            height: 200px;
        }
    }

    @media (max-width: 576px) { /* Untuk layar sangat kecil (xs) */
        .profile-row-eight-cols > .col-flex-item {
            width: 50%; /* 2 item per baris */
        }
    }

    /* Penyesuaian agar nama dan posisi tetap terbaca jika panjang */
    .profile-card .profile-name,
    .profile-card .profile-position {
        word-break: break-word; /* Memecah kata jika terlalu panjang */
    }