@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Plumco - Plumber Service HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 wpo-hero-slider
	3.2 wpo-features-section
	3.3 wpo-work-section
	3.4 wpo-service-section
	3.5 wpo-fun-fact-section
	3.6 wpo-team-section
	3.7 wpo-contact-section
	3.8 wpo-testimonials-section
	3.9 wpo-blog-section

4. wpo-footer

5. Home-style-2
   5.1 wpo-features-section-s2
   5.2 wpo-service-section-2
   5.3 wpo-fun-fact-section-s2


6. wpo-about-section

7. wpo-service-single-section

8. wpo-project-single-section

9. wpo-pricing-page

10. wpo-terms-section

11. wpo-blog-pg-section

12. wpo-blog-single-section

13. wpo-contact-pg-section

14. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General

----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
html {
    scroll-behavior: smooth;
}
.section {
  display: flex;
  flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "Muli";
  src: url(../fonts/Muli.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 500;
  src: local("Muli Regular"), url("../fonts/text-font/Muli-Regular.woff") format("woff");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 600;
  src: local("Muli SemiBold"), url("../fonts/text-font/Muli-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  src: local("Muli Bold"), url("../fonts/text-font/Muli-Bold.woff") format("woff");
}
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Muli";
  color: #4c5165;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #4c5165;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #253041;
  font-family: "Manrope", sans-serif;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/* ** contact form error handling **
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: red;
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #0052da;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
.contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
} */

/*** back to top **/
/* .back-to-top {
  background-color: rgba(0, 82, 218, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #0052da;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #0052da;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.wpo-section-title {
  margin: 0 auto;
}
.wpo-section-title p {
  max-width: 470px;
  margin: 0 auto;
}

.wpo-section-title, .wpo-section-title-s2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-section-title, .wpo-section-title-s2 {
    margin-bottom: 40px;
  }
}
.wpo-section-title span, .wpo-section-title-s2 span {
  text-transform: uppercase;
  font-size: 20px;
  color: #9bb1d5;
  font-family: "Manrope", sans-serif;
}
.wpo-section-title h2, .wpo-section-title-s2 h2 {
  font-size: 45px;
  line-height: 55px;
  margin: 0;
  margin-top: 15px;
  position: relative;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1400px) {
  .wpo-section-title h2, .wpo-section-title-s2 h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-section-title h2, .wpo-section-title-s2 h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (max-width: 330px) {
  .wpo-section-title h2, .wpo-section-title-s2 h2 {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}

.wpo-section-title-s2 {
  text-align: left;
}
.wpo-section-title-s2 p {
  max-width: 380px;
}
.wpo-section-title-s2:before {
  left: 0;
}
.wpo-section-title-s2:after {
  left: 30px;
}

.theme-btn, .theme-btn-s3, .theme-btn-s4 {
  background: #0052da;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 18px 40px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
  transition: all 0.3s;
  border-radius: 8px;
}
.theme-btn:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn:focus, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn:active, .theme-btn-s3:active, .theme-btn-s4:active {
  background: #0041ac;
  color: #fff;
}
.theme-btn:hover:after, .theme-btn-s3:hover:after, .theme-btn-s4:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn, .theme-btn-s3, .theme-btn-s4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn, .theme-btn-s3, .theme-btn-s4 {
    padding: 12px 18px;
    font-size: 14px;
  }
} */

/* .theme-btn-s2 {
  background: #fff;
  color: #6e6e6e;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #0052da;
  border-radius: 55px;
  text-transform: capitalize;
  box-shadow: 0 0 0 5px #c8eaf5;
  z-index: 1;
  position: relative;
} */
/* .theme-btn-s2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #00ded8, #00a7d5);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
} */
/* @media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  color: #fff;
}
.theme-btn-s2:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.theme-btn-s3, .theme-btn-s4 {
  background: #c968ff;
  box-shadow: 0 0 0 5px #f3e0fe;
  background: linear-gradient(left, #6168f3, #c968ff);
  z-index: 1;
  position: relative;
}
.theme-btn-s3:after, .theme-btn-s4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #c968ff, #6168f3);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn-s3:hover:after, .theme-btn-s4:hover:after {
  opacity: 1;
}
.theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn-s3:active, .theme-btn-s4:active {
  color: #fff;
}

.theme-btn-s4 {
  background: #f6d365;
  background: linear-gradient(left, #f6d365, #fda085);
  box-shadow: 0 0 0 5px #fcf5df;
  z-index: 1;
  position: relative;
}
.theme-btn-s4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #fda085, #f6d365);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn-s4:hover:after {
  opacity: 1;
}
.theme-btn-s4:hover, .theme-btn-s4:focus, .theme-btn-s4:active {
  color: #fff;
}

/* .form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #0052da;
  -o-box-shadow: 0 0 5px 0 #0e69ff;
  -ms-box-shadow: 0 0 5px 0 #0e69ff;
  box-shadow: 0 0 5px 0 #0e69ff;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
} */

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #0e69ff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #0052da;
}

.wpo-page-title {
  background: url(../images/page-title.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 250px;
  }
}
.wpo-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0052da;
  content: "";
  z-index: -1;
  opacity: 0.6;
}
.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 18px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "/";
  position: relative;
  left: 7px;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #0052da;
}

.wpo-about-section.wpo-about-section-s2 {
  padding-top: 170px;
}

.preloader {
  background-color: #0052da;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  font-family: "Manrope", sans-serif;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #253041;
  background: #ebf4fc;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #0052da;
  border-color: #0052da;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #253041;
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0;
  }
}
.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  list-style: none;
  float: right;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #e5e3e3;
  line-height: 1em;
}
@media (max-width: 991px) {
  .topbar ul li {
    padding: 15px 10px;
  }
}

.topbar .contact-info ul li a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .topbar .contact-info ul li a {
    font-size: 14px;
  }
}

.topbar .contact-info ul li a:hover {
  color: #7db1f0;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact-intro ul {
  float: none;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }

  .topbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }

  .topbar .contact-info ul li {
    float: left;
  }

  .topbar ul {
    flex-wrap: wrap;
  }
}
.topbar ul li {
  display: flex;
  align-items: center;
}

.topbar ul i {
  display: inline-block;
  padding-right: 8px;
}

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

/* 2.2 navigation */
/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* BODY */
body {
  font-family: 'Poppins', sans-serif;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* CONTAINER */
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 40px; /* tambah padding kanan kiri */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo img{
  margin-right: 100px;
  width: 150px;
}

/* MENU */
.menu {
  display: flex;
 
  margin: 0 auto; /* ini bikin dia ke tengah */
}
.btn {
  margin-left: 100px;
}
/* LINK */
.nav-link {
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #1e2a3b;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* HOVER */
.nav-link:hover {
  background: rgba(0,82,218,0.1);
  color: #0052da;
}

/* ACTIVE */
.nav-link.active {
  background: #0052da;
  color: #fff;
}

/* BUTTON */
.btn {
  background: #0052da;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  background: #003ea8;
  color: #fff;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #1e2a3b;
  border-radius: 2px;
  transition: 0.3s;
}

/* MOBILE */
@media (max-width: 768px) {

  .hamburger {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;

    flex-direction: column;
    align-items: center;
    gap: 20px;

    padding: 20px 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s;
  }

  .menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .btn {
    display: none; /* biar ga penuh di mobile */
  }
}
/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
/* ===== HERO RESPONSIVE FIX ===== */

/* BACKGROUND */
#hero-section .hero-bg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../images/gocool/hero-pic.jpg') center/cover no-repeat;
}

/* OVERLAY */
#hero-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
}

/* ROW */
.hero-row {
    min-height: 100vh;
    position: relative;
    z-index: 2;
    padding: 80px 20px;
}

/* CONTENT */
.hero-content {
    color: #ffd61f;
    max-width: 500px;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
}

.hero-content p {
    color: #ddd;
}

/* IMAGE */
.hero-image img {
    max-width: 100%;
    height: auto;
}

/* BUTTON */
.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* .btn-outline {
   border: 2px solid #fff;
    padding: 12px 24px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;          
    align-items: center;           
    justify-content: center;       
}

.btn-outline:hover {
    background: #fff;
    color: #000;
} */

/* ===== TABLET ===== */
@media (max-width: 991px) {

    .hero-row {
        text-align: center;
        justify-content: center;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-buttons {
        justify-content: center;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {

    .hero-row {
        min-height: 90vh;
        padding: 60px 15px;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons a {
        width: 100%;
        text-align: center;
    }
}



/* 3.2 wpo-about-section */
/* ===== ABOUT SECTION ===== */
#about-section {
    padding: 100px 0;
    background: #fff;
    padding-left: 0 !important;
    margin: 20px auto 0;
    max-width: 90%;
}

/* IMAGE */
.about-image img {
    width: 90%;
    border-radius: 12px;
     margin: 0 auto;
     display: block;
    
}

/* CONTENT */
.about-content {
    padding-left: 40px;
    margin-bottom: 5px;
}

.about-content .sub-title {
    color: #0052da;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content h2 {
    font-size: 42px;
    margin: 10px 0;
    line-height: 1.3;
}

.about-content p {
    color: #555;
    margin-bottom: 20px;
}

/* LIST */
.about-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.about-list ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

/* BUTTON */
.about-content .theme-btn {
    padding: 12px 26px;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {

    .about-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-list ul {
        display: inline-block;
        text-align: left;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {

    .about-section {
        padding: 70px 0;
    }

    .about-content h2 {
        font-size: 24px;
    }

    .about-content p {
        font-size: 14px;
    }

    .about-list ul li {
        font-size: 14px;
    }

    .about-content .theme-btn {
        width: 100%;
        text-align: center;
    }
}
/*why choose us*/
/* ===== WHY SECTION ===== */
.why-modern {
    padding: 100px 0;
    background: #f8f9fc;
}

/* HEADER */
.why-header .label {
    color: #4c6fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.why-header h2 {
    font-size: 38px;
    margin: 10px 0;
}

.why-header p {
    max-width: 600px;
    margin: 0 auto 50px;
    color: #666;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* CARD */
.why-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-6px);
}

/* ICON */
.why-card .icon {
    width: 70px;
    height: 70px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.why-card .icon i {
    font-size: 26px;
    color: #4c6fff;
}

/* TITLE */
.why-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

/* LINE */
.why-card .line {
    width: 35px;
    height: 2px;
    background: #4c6fff;
    margin: 8px auto 12px;
}

/* TEXT FIX (INI YANG PENTING BANGET) */
.why-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    min-height: 48px; /* biar semua rata */
}
.why-card .icon {
  width: 70px;
  height: 70px;
  background: #eef2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: 0.3s;
}

.why-card .icon i {
  font-size: 26px;
  color: #4c6fff;
}

/* hover effect */
.why-card:hover .icon {
  background: #4c6fff;
}

.why-card:hover .icon i {
  color: #fff;
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== LOCATION SECTION ===== */
.location-section {
    background: #fff;
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
}
/* TITLE */
.location-title {
    margin-bottom: 40px;
}

.location-title h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.location-title p {
    color: #666;
}

/* MAP */
.location-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* MOBILE */
@media (max-width: 576px) {

    .location-title h2 {
        font-size: 24px;
    }

    .location-map iframe {
        height: 300px;
    }
}
/*Service*/
/* ===== SERVICE IMAGE SECTION ===== */
#service-image-section {
    padding: 100px 0;
    background: #fff;
}

/* TITLE */
.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
}

.section-title p {
    color: #666;
}

/* CARD */
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
}

/* IMAGE */
.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}
.service-image-section .row + .row {
    margin-top: 10px;
}
/* OVERLAY */
.service-card .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0)
    );
    color: #fff;
}

/* TEXT */
.service-card h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}

/* HOVER EFFECT */
.service-card:hover img {
    transform: scale(1.1);
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {

    .service-image-section {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .service-card img {
        height: 200px;
    }
}
/* ===== LOCATION SECTION ===== */
#contact-section {
    padding: 100px 0;
    background: #fff;
}

/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
    
}

/* INFO */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    background: #f8f9fc;
    padding: 8px;
    padding-left: 18px;
    border-radius: 12px;
}

.contact-item i {
    font-size: 22px;
    color: #4c6fff;
}

/* MAP */
.contact-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 12px;
    border: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
/*price*/
/* SECTION */
.pricing-section {
    padding: 100px 0;
    background: #f8f9fc;
}

/* BOX UTAMA */
.pricing-box {
    max-width: 750px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}

/* GROUP */
.pricing-group {
    margin-bottom: 30px;
}

.pricing-group:last-child {
    margin-bottom: 0;
}

/* TITLE GROUP */
.pricing-group h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1f5cc1;
}

/* ROW */
.price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* HIGHLIGHT */
.price-row.highlight {
    font-weight: 600;
    color: #1f5cc1;
}

/* LAST */
.price-row:last-child {
    border-bottom: none;
}
/* ===== FOOTER ===== */
.footer {
    background: #003181;
    color: #fff;
    padding-top: 60px;
}
.btn-order {
  display: block;
  width: 100%; /* full lebar */
  background: #0052da;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  text-align: center; /* text di tengah */
  text-decoration: none;
  transition: 0.3s;
  margin-top: 10px;
}

.btn-order:hover {
  background: #003ea8;
  color: #fff;
}
/* ITEM */
.footer-item {
    margin-bottom: 30px;
}

.footer-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.footer-item h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

/* TEXT */
.footer-item p {
    color: #ccc;
    font-size: 14px;
}

/* LIST */
.footer-item ul {
    list-style: none;
    padding: 0;
}

.footer-item ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* LINK */
.footer-item ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-item ul li a:hover {
    color: #fff;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 13px;
    color: #aaa;
}

/* MOBILE */
@media (max-width: 576px) {
    .footer {
        text-align: center;
    }
}
/*WA*/
.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 55px;
  z-index: 999;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.wa-float:hover {
  transform: scale(1.1);
  color: #fff;
}