/**
* Template Name: Flexor - v2.0.0
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #313030;
}

a {
  color: #963132;
}

a:hover {
  color: #963132;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

i .btn-top {
  display: inline;
  background: rgba(231, 134, 8, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

i .btn-top {
  font-size: 14px;
}

i .btn-top :hover {
  color: #ec3919;
  background: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #963132;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ff774a;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 8px 0;
}

#topbar .contact-info li + li {
  margin-left: 18px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #ec3919;
  padding-right: 4px;
}

#topbar .cta a {
  color: #fff;
  background: #ec3919;
  padding: 8px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta a:hover {
  background: #ec3919;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #963132;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 80px;
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 11px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #fff;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: lightne(#473d3a, 10);
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #963132;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #ff5821;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #473d3a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ff5821;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 37, 35, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section Carousel
--------------------------------------------------------------*/
#hero {
  background: url("../img/Uzhma2.JPG") no-repeat center center;
  background-size: cover;
  height: 90vh;
  color: #fff;
}

#hero h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

#hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

#hero .btn {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.3s;
}

#hero .btn-primary {
  background-color: #007bff;
  border: none;
}

#hero .btn-outline-secondary {
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-outline-secondary:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
  padding: 30px;
  background: #ff5821;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #ff5821;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #963132;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 50px 0;
  background-color: #f9f9f9;
  margin-top: 50px;
}

.about .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.image-box img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  max-width: 800px;
}

.visi, .misi {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.visi h3, .misi h3 {
  font-size: 24px;
  color: #963132;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.visi p {
  font-size: 16px;
  color: #555;
}

.misi ul {
  list-style: none;
  padding: 0;
}

.misi ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.misi ul li:before {
  content: "✔";
  color: #963132;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .about .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .image-box {
    flex: 1;
    margin-right: 20px;
  }

  .content {
    flex: 1;
  }
}

/*--------------------------------------------------------------
# Gambar Portfolio
--------------------------------------------------------------*/
.carousel {
  position: relative;
  max-width: 100%; /* Responsif penuh */
  margin: auto;
  overflow: hidden;
  border-radius: 8px; /* Sudut membulat agar terlihat modern */
}

.carousel-slide {
  display: flex;
  flex-direction: row; /* Default: gambar dan teks sejajar secara horizontal */
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #a00000; /* Warna latar belakang */
  color: white;
}

.text-content {
  flex: 1; /* Lebar konten teks */
  padding: 10px 20px;
}

.text-content h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}

.text-content p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
}

.image-content {
  flex: 1; /* Lebar konten gambar */
  text-align: center;
}

.image-content img {
  max-width: 100%; /* Responsif: gambar tidak melampaui kontainer */
  height: auto;
  border-radius: 5px; /* Sudut membulat */
}

/* Tombol Navigasi */
button.prev,
button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
  border-radius: 50%; /* Tombol berbentuk bulat */
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

/* Default sembunyikan semua slide */
.carousel-slide {
  display: none;
}

.carousel-slide.active {
  display: flex; /* Tampilkan slide aktif */
}

/* Responsif untuk layar kecil */
@media screen and (max-width: 768px) {
  .carousel-slide {
    flex-direction: column; /* Ubah arah: gambar di atas, teks di bawah */
    text-align: center;
  }

  .text-content {
    padding: 10px;
  }

  .text-content h2 {
    font-size: 18px; /* Ukuran lebih kecil untuk perangkat kecil */
  }

  .text-content p {
    font-size: 14px; /* Ukuran lebih kecil untuk perangkat kecil */
  }

  .image-content img {
    margin-bottom: 10px; /* Tambahkan spasi antara gambar dan teks */
  }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.Portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.Portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.Portfolio #portfolio-flters li:hover,
.Portfolio #portfolio-flters li.filter-active {
  color: #ff5821;
  background: #fff1ed;
}

.Portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.Portfolio .portfolio-item {
  margin-bottom: 30px;
}

.Portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 60px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(200, 16, 16, 0.9);
  padding: 5px;
}

.Portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff9f8;
}

.Portfolio .portfolio-item .portfolio-info p {
  color: #eee7e5;
  font-size: 14px;
  margin-bottom: 0;
}

.Portfolio .portfolio-item .portfolio-info .preview-link,
.Portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #635551;
}

.Portfolio .portfolio-item .portfolio-info .preview-link:hover,
.Portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ff5821;
}

.Portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.Portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.Portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.Portfolio .portfolio-item .portfolio-links a:hover {
  color: #ffa587;
}

.Portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

@media (max-width: 768px) {
    .portfolio-item img {
        display: block;
        margin: 0 auto;
        
    }
}





/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 200px; /* Atur tinggi container gambar */
}

.team .member-img img {
  width: 100%;
  height: 90%;
  object-fit: cover; /* Pastikan gambar mengisi container dengan proporsi yang tepat */
  transition: transform 0.3s ease-in-out;
  border-radius: 10px 10px 0 0;
}

.team .member {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  background: #963132;
  box-shadow: 0px 5px 250px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  max-width: 210px;
  min-width: 180px; /* Tambahkan lebar minimum */
  margin: 0 auto;
}

.description {
  color: white; /* Warna teks putih */
  padding: 5px; /* Jarak di sekitar teks */
  border-radius: 5px; /* Membuat sudut agak melengkung */
}




/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #656262;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ff5821;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #313030;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ff5821;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #ff5821;
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #ff7e54;
}

.pricing .featured h3 {
  color: #fff;
  background: #ff5821;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ff5821;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #ff5821;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Kerja Sama Kami
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 2em;
  font-weight: bold;
  color: #333;
}

.ctr {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.box {
  flex: 1 1 calc(33.333% - 20px);
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.box i {
  font-size: 40px;
  color: #963132;
  margin-bottom: 10px;
}

.box h3 {
  margin: 10px 0;
  font-size: 1.5em;
}

.box p {
  font-size: 0.9em;
  color: #666;
}

/* Efek hover pada box */
.box:hover {
  background-color: #ff4d4d; /* Warna merah */
  border-color: #ff4d4d; /* Warna border berubah menjadi merah */
  color: #fff; /* Warna teks menjadi putih */
  transition: all 0.3s ease; /* Transisi yang halus */
}

.box:hover i {
  color: #fff; /* Ubah warna ikon menjadi putih */
}

.box:hover h3 {
  color: #fff; /* Ubah warna judul menjadi putih */
}

.box:hover p {
  color: #fff; /* Ubah warna paragraf menjadi putih */
}


/* Untuk ukuran layar tablet (768px ke bawah) */
@media (max-width: 768px) {
  .ctr {
    flex-wrap: wrap;
    gap: 15px;
  }

  .box {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .section-title h2 {
    font-size: 1.8em;
  }
}

/* Untuk ukuran layar ponsel (480px ke bawah) */
@media (max-width: 480px) {
  .ctr {
    flex-direction: column;
    gap: 10px;
  }

  .box {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px;
  }

  .box h3 {
    font-size: 1.2em;
  }

  .box i {
    font-size: 30px;
  }

  .box p {
    font-size: 0.8em;
  }

  .section-title h2 {
    font-size: 1.5em;
  }
}



/*--------------------------------------------------------------
# Kerja Sama Kami
--------------------------------------------------------------*/

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #ff5821;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* General Styles */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

footer {
  background: #963132;
  color: #ffffff;
  padding: 20px 0;
}

footer h3 {
  font-size: 1.5rem;
  color: #fdfcfc;
  margin-bottom: 15px;
}

footer p {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Contact Section */
.footer-contact {
  text-align: left;
}

/* Newsletter Section */
.footer-newsletter .map-iframe {
  border: 0;
  width: 100%;
  max-width: 400px;
  height: 300px;
}

/* Copyright Section */
.copyright {
  font-size: 0.85rem;
  color: #efecec;
}

.social-links a {
  color: #d8d6d6;
  font-size: 1.5rem;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-contact, .footer-newsletter {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-newsletter .map-iframe {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .footer-contact p {
    font-size: 0.85rem;
  }

  .social-links a {
    font-size: 1.25rem;
  }
}

#moving-text {
  font-family: monospace;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  animation: blink-caret .75s step-end infinite;
}

@keyframes blink-caret {
  from, to { border-color: transparent }
}

p {
  font-size: 16px;
  margin-top: 10px;
}

.icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services .item {
  flex: 1;
  margin: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px; /* Mengubah border-radius menjadi 10px */
  background: #f9f9f9;
}


.wp2 {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .services .item {
    flex: 1 1 calc(50% - 20px);
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .services {
    flex-direction: column;
    align-items: center;
  }
  .services .item {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}

/* General Styles for Produk Section */
.produk .card {
  border: none;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.2s ease-in-out;
}

.produk .card:hover {
  transform: scale(1.05);
}

.produk .card img.product-image {
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}

.produk .card-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.produk .card-text {
  font-size: 19px;
  margin-bottom: 20px;
}

.produk .btn {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 25px;
}

/* Media Queries for Responsive produk */
@media (max-width: 992px) {
  .produk .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .produk .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  .produk .card-title {
    font-size: 20px;
  }

  .produk .card-text {
    font-size: 14px;
  }

  .produk .btn {
    font-size: 16px;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .produk .card-title {
    font-size: 18px;
  }

  .produk .card-text {
    font-size: 15px;
  }

  .produk .btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}
