/* ===================================
   JNE Express Layout Styles
   =================================== */

/* Logo Section */
.jne-logo-section {
  display: none;
  padding: 30px 20px;
  text-align: center;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.logo-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.jne-logo {
  max-width: 200px;
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}

.jne-logo:hover {
  transform: scale(1.05);
}

/* Hero Section */
.jne-hero-section {
  background-image: url("../images/bege.jpg");
  background-size: 150%;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
}

.jne-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.hero-content-wrapper {
  max-width: 480px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  min-height: 600px;
  padding: 30px 20px;
  border-radius: 30px;
  margin-left: 55%;
}

/* Hero Right - Message Box */
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-message-box {
  background: transparent;
  padding: 0;
  color: black;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-message-box .subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 400;
  color: #c0392b;
  line-height: 1.5;
  font-style: normal;
}

.hero-message-box h1 {
  font-size: 58px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
  color: #c0392b;
  line-height: 1.4;
}

.hero-message-box .highlight-text {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: #c0392b;
  line-height: 1.2;
}

.hero-message-box p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.9);
  font-style: italic;
}

.whatsapp-button {
  display: inline-block;
  background: #25d366;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  text-align: center;
  box-sizing: border-box;
}

.whatsapp-button:hover {
  background: #128c7e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  color: white;
}

.whatsapp-button i {
  margin-right: 8px;
}

/* About Section / Tentang Kami */
.jne-about-section {
  background: linear-gradient(180deg, #253479 0%, #253479 100%);
  padding: 80px 20px;
  color: white;
  position: relative;
}

.jne-about-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #a8d5e2);
}

.about-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}

.about-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

.about-text .section-subtitle {
  color: white;

  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-text .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
  color: #f39c12;
}

.about-text .about-description {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

/* Services Section / Layanan */
.jne-services-section {
  background: linear-gradient(180deg, #a8d5e2 0%, #7cb9d1 100%);
  padding: 80px 20px;
  position: relative;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 50px;
  margin-top: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.service-card-highlight {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: white;
}

.service-card-highlight .service-name,
.service-card-highlight .service-description {
  color: white;
}

.service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-name {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  margin-top: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-description {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* CTA Section */
.jne-cta-section {
  background-image: url("../images/bege.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  min-height: 700px;
  position: relative;
}

.jne-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

.cta-content-wrapper {
  max-width: 670px;
  background: rgba(240, 231, 231, 0.6);
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 10%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #253479;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.4;
}

.cta-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #253479;
  margin-bottom: 30px;
  margin-top: 0;
}

.cta-button {
  display: inline-block;
  background: #25d366;
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
}

.cta-button:hover {
  background: #128c7e;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
  color: white;
}

.cta-button i {
  margin-right: 10px;
  font-size: 20px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .jne-logo {
    max-width: 180px;
  }
  .jne-logo-section {
    display: block;
    padding: 30px 20px;
    text-align: center;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
  }
  .hero-content-wrapper {
    
    width: 100%;
    background: transparent;
    min-height: auto;
    padding: 0;
	margin-left:0;
  }

  .jne-hero-section {
    min-height: auto;
    padding: 40px 20px;
    background-image: url("../images/mobhero.png");
    background-position: center bottom;
    justify-content: center;
  }

  .jne-hero-section::before {
    background: rgba(255, 255, 255, 0.35);
  }

  .hero-message-box {
    padding: 35px;
  }

  .hero-message-box h1 {
    font-size: 30px;
    font-weight: 300;
  }

  .hero-message-box .highlight-text {
    font-size: 26px;
  }

  .hero-message-box p {
    font-size: 16px;
    font-style: normal;
  }

  .about-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-text .section-title {
    font-size: 28px;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .services-title {
    font-size: 32px;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .jne-logo-section {
    padding: 20px 15px;
  }

  .jne-logo {
    max-width: 150px;
  }

  .jne-hero-section {
    min-height: auto;
    padding: 40px 15px;
    background-image: url("http://jne.my.id/wp-content/uploads/2026/01/mubhero.png");
    background-position: center bottom;
  }

  .hero-content-wrapper {
    padding: 0 10px;
  }

  .hero-message-box {
    padding: 25px 20px;
  }

  .hero-message-box h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .hero-message-box .highlight-text {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .hero-message-box p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .whatsapp-button {
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }

  .jne-about-section {
    padding: 40px 15px;
  }

  .about-content-wrapper {
    gap: 30px;
  }

  .about-text .section-subtitle {
    font-size: 16px;
  }

  .about-text .section-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .about-text .about-description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .jne-services-section {
    padding: 50px 15px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .services-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .service-card {
    padding: 20px 15px;
  }

  .service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .service-name {
    font-size: 16px;
    min-height: 40px;
  }

  .service-description {
    font-size: 13px;
  }

  .jne-cta-section {
    padding: 50px 15px;
  }

  .cta-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .cta-subtitle {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .cta-button {
    padding: 14px 35px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .jne-logo-section {
    padding: 15px 10px;
  }

  .jne-logo {
    max-width: 110px;
  }

  .jne-hero-section {
    padding: 30px 10px;
    background-image: url("http://jne.my.id/wp-content/uploads/2026/01/mubhero.png");
    background-position: center bottom;
  }
	.fs20{
		font-size:20px;
	}
  .hero-content-wrapper {
    max-width: 100%;
    padding: 0 5px;
  }

  .hero-message-box {
    padding: 20px 15px;
    border-radius: 15px;
    text-align: center;
  }

  .hero-message-box h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .hero-message-box .highlight-text {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .hero-message-box p {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
	.hero-message-box .subtitle {
		display:none;
	}
  .whatsapp-button {
    padding: 12px 18px;
    font-size: 14px;
  }

  .jne-about-section {
    padding: 30px 10px;
  }

  .about-content-wrapper {
    gap: 25px;
  }

  .about-text .section-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .about-text .section-title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .about-text .about-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .jne-services-section {
    padding: 40px 10px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .services-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .service-card {
    padding: 20px 15px;
  }

  .service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
  }

  .service-name {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .service-description {
    font-size: 13px;
    line-height: 1.5;
  }

  .jne-cta-section {
    padding: 40px 10px;
  }

  .cta-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .cta-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cta-button {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }

  .cta-button i {
    font-size: 18px;
  }
}

/* Location Section */
.jne-location-section {
  background: linear-gradient(180deg, #ecf0f1 0%, #bdc3c7 100%);
  padding: 80px 20px;
  position: relative;
}

.location-container {
  max-width: 1200px;
  margin: 0 auto;
}

.location-header {
  text-align: center;
  margin-bottom: 50px;
}

.location-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  line-height: 1.3;
}

.location-content-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}

.location-map {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: white;
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.location-info-card {
  background: white;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.location-info-title {
  font-size: 24px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0 0 30px 0;
  text-align: center;
}

.location-detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ecf0f1;
}

.location-detail:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.location-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.location-icon i {
  color: white;
  font-size: 18px;
}

.location-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.location-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.location-text a {
  color: #e74c3c;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.location-text a:hover {
  color: #c0392b;
  text-decoration: underline;
}

.directions-button {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
  margin-top: 10px;
}

.directions-button:hover {
  background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(52, 152, 219, 0.4);
  color: white;
}

.directions-button i {
  margin-right: 8px;
}

/* Footer Styles */
.site-info {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 30px 20px;
  text-align: center;
  color: white;
}

.footer-branding {
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 120px;
  height: auto;
  display: inline-block;
  background: white;
  padding: 10px;
  border-radius: 10px;
}

.footer-info-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  line-height: 1.6;
}

.footer-separator {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-contact-link {
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-contact-link:hover {
  color: #5dade2;
  text-decoration: underline;
}

.footer-contact-link i {
  font-size: 16px;
}

/* Responsive Design for Location Section */
@media screen and (max-width: 1024px) {
  .location-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .location-map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .jne-location-section {
    padding: 50px 15px;
  }

  .location-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .location-header {
    margin-bottom: 35px;
  }

  .location-info-card {
    padding: 25px 20px;
  }

  .location-info-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .location-map iframe {
    height: 350px;
  }

  .location-detail {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .location-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }

  .location-icon i {
    font-size: 16px;
  }

  .location-text h4 {
    font-size: 14px;
  }

  .location-text p {
    font-size: 14px;
  }

  .directions-button {
    padding: 14px 20px;
    font-size: 15px;
  }

  .footer-logo {
    max-width: 100px;
  }

  .footer-info-text {
    font-size: 13px;
  }

  .footer-contact {
    font-size: 13px;
    flex-direction: column;
    gap: 10px;
  }

  .footer-separator {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .jne-location-section {
    padding: 40px 10px;
  }

  .location-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .location-header {
    margin-bottom: 30px;
  }

  .location-info-card {
    padding: 20px 15px;
  }

  .location-info-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .location-map iframe {
    height: 300px;
  }

  .location-detail {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .location-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }

  .location-icon i {
    font-size: 14px;
  }

  .location-text h4 {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .location-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .directions-button {
    padding: 12px 18px;
    font-size: 14px;
  }

  .footer-logo {
    max-width: 90px;
    padding: 8px;
  }

  .footer-info-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .footer-contact {
    font-size: 12px;
  }

  .footer-contact-link i {
    font-size: 14px;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}

.whatsapp-float i {
  line-height: 1;
  margin: 0;
}

/* Responsive untuk mobile */
@media screen and (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 15px;
    font-size: 30px;
  }
}
