@charset "UTF-8";
/* ========== Google Fonts =========== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");
/* ========== CSS Variables =========== */

/* Mendefinisikan variabel warna di :root */
:root {
  --primary-color: rgb(23 37 84); /* Biru */
  --secondary-color: #4cee90; /* Hijau */
  --third-color: #f25185; /* Hijau */
  --fourth-color: #f3af71; /* Hijau */
  --text-color: #333; /* Warna teks */
  --background-color: #f4f4f4; /* Warna latar belakang */
  --color2:#acffca;
}
/* Custom CSS styles */
/* Reset margin dan padding standar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.hero {
  background-color: #4A90E2; /* Biru Langit */
  background-image: url(../asset/fikha.svg);
  background-size: cover;
  background-position: bottom center;
  color: white;
  padding: 15% 0;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.25rem;
}

/* Card Style */
.card {
  border: 2px solid #4A90E2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 20px;
}

.card h4 {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
}

.card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

/* Section umum */
section {
  padding: 60px 0;
}

section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

section .btn{
  background-color: var(--primary-color);
  color: var(--secondary-color) !important;
}

section .btn:hover{
  color: var(--primary-color) !important;
  background-color: var(--secondary-color);
}
section .btn .bi{
  margin-right: 2%;
}
.hero .btn{
  background-color: var(--primary-color);
  color: var(--secondary-color) !important;
}
.hero .btn .bi{
  margin-right: 2%;
}


/* Card Styling untuk Layanan */
#services .card {
  margin-bottom: 30px;
}

#services .card-body {
  background-color: #F4F6F9; /* Warna terang untuk latar belakang card */
}

/* About Section */
#about {
  background-color: #EAF2F8; /* Biru Muda */
  background-image: url('../asset/bg-about.svg');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 15%;
  color: #333;
  padding: 10% 0;
}

#about .btn{
  background-color: var(--primary-color);
  color: var(--background-color);
  padding: 2% 5% !important;
}

#about .cntr{
  background-color:#cef4ff;
  margin-top: 3%;
  padding: 5%;
  border-radius: 5px;
  border: 2px dashed #25418f;
  font-size: smaller;
}
#about p {
  font-size: 1.1rem;
  line-height: 1.7;
}

#about img{
  width: 100%;
  padding: 0 10% 0 0 ;
  height: auto;
}

#about .col-md-4 .card{
  background: hsla(217, 100%, 50%, 1);
  background: linear-gradient(130deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  background: -moz-linear-gradient(130deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  background: -webkit-linear-gradient(130deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
  color: #ffffff !important;
}

/* layanan Section */
#layanan {
  background: hsla(139, 72%, 83%, 1);
  background: linear-gradient(135deg, hsla(139, 72%, 83%, 1) 0%, rgb(72, 106, 244) 100%);
  background: -moz-linear-gradient(135deg, hsla(139, 72%, 83%, 1) 0%, hsla(229, 89%, 62%, 1) 100%);
  background: -webkit-linear-gradient(135deg, hsla(139, 72%, 83%, 1) 0%, hsla(229, 89%, 62%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#B6F3C9", endColorstr="#4766F4", GradientType=1 );
  color: var(--background-color);
  padding: 10% 0 ;
}

#layanan .col .card{
  border: 2px white dashed;
  padding: 5%;
  background: none  !important;
  min-height: 400px;
}
#layanan .col-md-6 .card{
  border: 2px white dashed;
  padding: 5%;
  background: none  !important;
}

#layanan h3 {
  font-size: 2rem;
  color: var(--background-color) !important;
  font-weight: 700;
}
#layanan h4 {
  color: var(--background-color) !important;
  font-weight: 700;
}

#layanan .card p {
  color: var(--background-color);
  text-align: center;
  padding: 0 10%;
}

#layanan img {
  width: 100%;
  height: auto;
}
#layanan ul {
  padding-left: 20px;
}

#layanan li {
  font-size: 1.1rem;
  margin: 10px 0;
}

/* Services Section */
#services {
  background-color: #ffffff;
  padding: 10% 0 0 0;
  font-size: smaller;
}

#services .cntr{
  background: hsla(217, 100%, 50%, 1);
  background: linear-gradient(45deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  background: -moz-linear-gradient(45deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  background: -webkit-linear-gradient(45deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
  color: var(--background-color);
  padding: 5% 5% 10% 5%;
  border-radius: 25px;
}
#services .cntr-a{
  padding: 0% 5% 10% 5%;
  margin-top: -8%;
}

#services .bi{
  border-radius: 5px;
  padding: 10px;
  background-color: rgb(210, 219, 250);
}

#services .card {
  border: none;
  border-radius: 25px;
  min-height: 350px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}

#services .card-body {
  background-color: #F0F8FF; /* Biru Muda */
  padding: 15% 10% !important;
}

/* Keunggulan Section */
#keunggulan {
  background-color: #E3F6F5; /* Hijau Laut Muda */
  color: #333;
  padding: 10% 0;
}

#keunggulan ul {
  list-style-type: none;
}

#keunggulan li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
#keunggulan li .bi{
  padding: 12px;
  background-color: rgb(210, 219, 250);
  border-radius: 10px;
  margin-right: 10px;
}

#keunggulan img{
  width: 100%;
  height: auto;
}

/* Contact Section */
#contact {
  background: hsla(217, 100%, 50%, 1);
  background: linear-gradient(45deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  background: -moz-linear-gradient(45deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  background: -webkit-linear-gradient(45deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
  color: var(--background-color);
  padding: 10% 0;
}

#contact .col-md-8{
  border-left: 2px solid var(--background-color) ;
}

#contact .col-md-8 ul{
  list-style-type: none;
}
#contact .col-md-8 ul li{ 
  padding: 10px 0;
  font-size: 20px;
}

#contact .col-md-4 img{
  width: 100%;
  height: auto;
}

#contact p {
  font-size: 1.1rem;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
}

input, textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

input[type="date"], input[type="number"], input[type="tel"] {
  font-size: 16px;
}

textarea {
  resize: vertical;
  min-height: 60px;
}

button {
  background-color: #2980B9;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

button:hover {
  background-color: #3498DB;
}

.warning, .priority {
  text-align: center;
  color: red;
  font-weight: bold;
}

.thank-you {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #27AE60;
}

/* Footer */
footer {
  background-color: #4A90E2;
  color: white;
  padding: 20px 0;
}

footer p {
  margin: 0;
}
footer a {
  color: var(--background-color);
  text-decoration: none;
}

/* Media Queries untuk responsif */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  #layanan{
    padding: 10% 5%;
  }

  #layanan .misi{
    margin-top: 5%;
  }

  #services {
    padding: 0;
  }

  #services .lead{
    font-size: 1rem;
  }
  #services .cntr {
    border-radius: 0 0 25px 25px;
    padding-top: 15%;
    border-top: 1px solid var(--color2);
  }
  
  #services .cntr-a {
    padding: 0px 10%;
    margin-top: -10%;
  }

  #contact .col-md-4{
    padding: 10% 5%;
  }
  #contact .col-md-8{
    padding: 10% 5%;
  }
  section h2 {
    font-size: 2rem;
  }

  .card {
    margin-bottom: 20px;
  }
}

