/* Global Styles */
body {
  background-color: #f7f6f2;
  overflow-x: hidden;
}

/* Spacer Section Above Slider */
.spacer-sec {
  background-color: #064e81;
  height: 100px; /* Adjust as necessary */
}

/* Navbar */
.navbar {
  margin: 0 102px;
  margin-top: 27px;
  padding: 25px;
  border-radius: 30px;
  background: rgba(231, 229, 229, 0.5);
  backdrop-filter: blur(1rem);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  height: 70px; /* Ensure the navbar has a fixed height */
}

.navbar .navbar-brand {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #5b5b5b;
  font-size: 24px;
}

.nav-item > a {
  color: #5b5b5b;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 25px;
}

.navbar .tombol {
  background: #d4ac10;
  padding: 8px 34px;
  box-shadow: 0px 4px 20px #d4ac10;
  border-radius: 30px;
  color: #ffffff;
}

/* Dropdown Styles */
.nav-link.dropdown-toggle {
  color: #064e81;
  font-weight: bold;
  text-transform: lowercase;
}

.dropdown-menu {
  background-color: #dbdee0;
  border: 1px solid #e0e0e0;
}

.dropdown-item {
  color: #343a40;
  padding: 10px 20px;
}

.dropdown-item:hover {
  background-color: #e9ecef;
  color: #064e81;
}

.dropdown-divider {
  border-top: 1px solid #3248c4;
}

/* Mobile Navbar Styles */
@media (max-width: 768px) {
  .navbar {
    background: rgb(210, 207, 207); /* Make the navbar white on mobile */
    margin: 0; /* Adjust margins for smaller screens */
    border-radius: 0; /* Remove border-radius for a cleaner mobile look */
    height: auto; /* Allow the navbar height to adjust as needed */
    box-shadow: none; /* Optional: remove box-shadow for a simpler mobile look */
  }

  .nav-item > a {
    color: #333; /* Adjust link color for better visibility on white */
  }

  .navbar .tombol {
    background: #064e81; /* Change button color if needed */
    box-shadow: none;
  }
}


/* Jumbotron */
.jumbotron {
  background: linear-gradient(111.95deg, #064e81 0.36%, #d4ac10 91.13%);
  height: 800px;
}

.jumbotron .padding-jumbo {
  margin-top: 159px;
  color: #ffffff;
}

.jumbotron .display-4 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
}

.jumbotron .lead {
  font-family: "Roboto", sans-serif;
  margin: 60px 0 90px;
  color: #ffffff;
  letter-spacing: 2px;
}

.tombol {
  background: #d4ac10;
  padding: 17px 45px;
  border-radius: 30px;
  box-shadow: 0px 4px 20px #d4ac10;
}

.jumbotron .tombol:hover {
  background: #ffffff;
}

.jumbotron .tombol-transparan:hover {
  background: #ffffff;
}

.btn-jumbo > a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
  margin-right: 21px;
}

.tombol-transparan {
  background: transparent;
  border: solid 2px #d4ac10;
  padding: 17px 45px;
  border-radius: 30px;
  box-shadow: 0px 4px 20px #d4ac10;
}

.jumbotron img {
  margin-left: auto;
  display: block;
  width: 100%;
  object-fit: contain;
}

/* About Section */
.about {
  margin-top: 100px;
}

.about .flex-container {
  flex-direction: column;
  padding: 5rem;
  background: linear-gradient(111.95deg, #064e81 0.36%, #d4ac10 91.13%);
  border-radius: 30px;
}

.title-brand {
  font-size: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: auto;
}

.title-brand::after {
  content: "Net";
  color: #d4ac10;
}

.about .title {
  color: #ffffff;
  margin-bottom: 3rem;
}

.about .info {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

/* Card Styles */
.flex-container {
  display: flex;
}

.card {
  border-radius: 30px;
  overflow: hidden;
  margin: 20px;
  flex: 1;
  height: 500px;
  background-color: #f7f6f2;
  padding: 30px 25px;
  border: #064e81 solid;
  z-index: 0;
  transition: 0.5s;
}

.card:hover {
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}

.card p {
  font-family: "Poppins", sans-serif;
  color: #303030;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
}

.content p::after {
  content: "/bulan";
  font-weight: 400;
  size: 20px;
}

.content p::before {
  content: "Rp. ";
  font-weight: 400;
  size: 20px;
}

.card img {
  width: 180px;
}

.content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content li:before {
  content: "✔";
  padding-right: 5px;
}

.card.besar {
  transform: scale(1.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  background-color: #064e81;
  transition: 0.5s;
}

.card.besar:hover {
  transform: scale(1.15);
  z-index: 1;
}

.card.besar h1,
.card.besar p,
.card.besar ul {
  color: #ffffff;
}

.content a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
}

.content .tombol-transparan {
  box-shadow: none;
  padding-left: 85px;
  padding-right: 85px;
  filter: drop-shadow(0px 4px 20px #d4ac10);
}

.content.out .tombol-transparan {
  padding-left: 205px;
  padding-right: 205px;
}

.content .tombol-transparan:hover {
  background-color: #d4ac10;
  color: #ffffff;
}

.content .tombol {
  padding-left: 85px;
  padding-right: 85px;
  color: #ffffff;
}

.content .tombol:hover {
  color: #000000;
  background-color: #ffffff;
}

/* Konsultasi Section */
.konsul img {
  margin: auto;
  display: block;
  width: 15rem;
}

.konsul {
  margin: 130px 0 250px;
}

.konsul h1 {
  margin-bottom: 30px;
}

/* Footer */
footer {
  background-color: #064e81;
  padding-bottom: 50px;
}

footer .row.title-brand-footer {
  margin: 50px 0 30px;
}

footer > * {
  color: #ffffff;
}

footer h1,
footer h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 90px;
}

footer .card-footers a {
  color: #f7f6f2;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
}

footer .card-footers a:hover {
  transform: scale(1.2);
  font-weight: 600;
}

footer p {
  color: #f7f6f2;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}

footer .form-control {
  border-radius: 30px;
  height: 64px;
}

footer .card-footers {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 50px;
}

footer .padding-footer {
  margin: 17px 0 15px;
}

footer .padding-footer2 {
  margin: 45px 0 0;
}

.about {
  padding: 50px 0;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
}

.title-brand {
  font-size: 3rem;
  color: #007bff; /* Adjust based on your color scheme */
}

.card-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.card-featured {
  width: 23%; /* Adjust width as necessary */
  margin: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  transition: transform 0.2s;
}

.card-featured:hover {
  transform: scale(1.05);
}

.rectangle {
  width: 80px; /* Adjust size */
  height: 80px; /* Adjust size */
  margin: 0 auto;
}

.img {
  width: 100%;
  height: auto;
}

.col-lg-6 img {
  max-width: 100%; /* Ensures the image doesn't overflow the container */
  height: auto; /* Keeps the aspect ratio */
  border-radius: 10px; /* Optional: adds rounded corners to the image */
}

/* General Card Styles */
.card-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.card-featured {
  width: 23%; /* Adjust the card width for better layout */
  margin-bottom: 20px; /* Adds spacing between rows */
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for the card */
  transition: transform 0.3s ease-in-out;
  text-align: center;
}

.card-featured:hover {
  transform: scale(1.05); /* Slight zoom on hover */
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

.card-featured h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #064e81; /* Adjust color for heading */
  margin-top: 15px;
}

.card-featured p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
}

/* Rectangle/Image Styles */
.rectangle {
  width: 80px; /* Adjust rectangle size */
  height: 80px;
  margin: 0 auto; /* Centers the rectangle */
  border-radius: 50%; /* Makes the container round */
  background-color: #f7f7f7; /* Light background for contrast */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

.img {
  filter: brightness(0) invert(22%) sepia(94%) saturate(749%) hue-rotate(167deg) contrast(101%);
  /* This filter combination will change the icon color to #064e81 */
  width: 60%;
  height: auto;
}
/* Responsive Design */
@media (max-width: 1200px) {
  .card-featured {
    width: 48%; /* Adjusts card width for medium screens */
  }
}

@media (max-width: 768px) {
  .card-featured {
    width: 100%; /* Stacks cards vertically on small screens */
  }
}

.icon-awesome a i {
  color: white;
}

/* Styling the service cards */
.service-card {
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white; /* Set default text color */
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

/* Blue card styling - lighter shades for better readability */
.blue-card {
  background: linear-gradient(135deg, #004e92, #000428); /* Lighter blue */
  color: #ffffff; /* White text for contrast */
}

/* Gold card styling - black text for title and speed */
.gold-card {
  background: linear-gradient(135deg, #ffdd57, #e1a200); /* Gold shades */
  color: #000000; /* Black text for title and paragraph */
}

/* Mixed card styling with artistic paint-brush gradient */
.mixed-card {
  background: linear-gradient(135deg, rgba(0, 78, 146, 0.8), rgba(255, 221, 87, 0.7)) no-repeat;
  background-blend-mode: overlay;
  background-size: 200% 200%;
  color: #ffffff; /* White text for contrast */
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.mixed-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 50%),
              radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 60%);
  opacity: 0.8;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
}

/* Adjust text to sit above the gradient effect */
.mixed-card h1,
.mixed-card .speed-title,
.mixed-card .features-list li {
  position: relative;
  z-index: 1;
}

/* Modern typography styling for card titles */
.service-card h1 {
  font-family: 'Poppins', sans-serif; /* Modern sans-serif font */
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1.5px; /* Adding space between letters */
  text-transform: uppercase;
  color: #ffffff; /* Default white text for titles */
}

/* Specific rule for 35 MBPS title to be black */
.gold-card h1 {
  color: #000000; /* Black title for 35 MBPS */
}

/* Styling the speed text */
.service-card .speed-title {
  font-family: 'Roboto', sans-serif; /* Modern font */
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #ffffff; /* Default white text for speed titles */
}

/* Specific rule for 35 MBPS speed title to be black */
.gold-card .speed-title {
  color: #000000; /* Black speed title for 35 MBPS */
}

/* Styling the features list */
.features-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.features-list li {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  color: inherit; /* Inherit text color from the card */
}

/* Specific rule for blue icons in 35 MBPS card */
.gold-card .features-list li i {
  font-size: 20px;
  color: #004e92; /* Blue icons for 35 MBPS card */
  margin-right: 10px;
}

/* Default gold icons for other cards */
.features-list li i {
  font-size: 20px;
  color: #d4ac10; /* Gold icons for other cards */
  margin-right: 10px;
}

/* Hover effect for a modern feel */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .service-card h1 {
    font-size: 24px;
  }
  .service-card .speed-title {
    font-size: 20px;
  }
  .features-list li {
    font-size: 16px;
  }
}




