.plan {
    border-radius: 16px;
    box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
    padding: 10px;
    background-color: #fff;
    color: #697e91;
}

.plan strong {
    font-weight: 600;
    color: #425275;
}
  
.plan .inner {
    align-items: center;
    padding: 20px;
    padding-top: 40px;
    background-color: #ecf0ff;
    border-radius: 12px;
    position: relative;
    height: 100%;
}
  
.plan .pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #bed6fb;
    border-radius: 99em 0 0 99em;
    display: flex;
    align-items: center;
    padding: 0.625em 0.75em;
    font-size: 14px;
    font-weight: 600;
    color: #425475;
}
  
.plan .pricing small {
    color: #707a91;
    font-size: 0.75em;
    margin-left: 0.25em;
}
  
.plan .title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #425675;
}
  
.plan .title + * {
    margin-top: 0.75rem;
}
  
.plan .info + * {
    margin-top: 1rem;
}
  
.plan .features {
    display: flex;
    flex-direction: column;
    padding-left : 0px;
}
  
.plan .features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
  
.plan .features li + * {
    margin-top: 0.75rem;
}
  
.plan .features .icon {
    background-color: #1FCAC5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
  
.plan .features .icon svg {
    /* width: 14px;
    height: 14px; */
}
  
.plan .features + * {
    margin-top: 1.25rem;
}
  
.plan .action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
  
.plan .button {
    background-color: #6558d3;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0.625em 0.75em;
    text-decoration: none;
}
  
.plan .button:hover, .plan .button:focus {
    background-color: #4133B7;
}

.swiper-home{
    height: 400px !important;
}
.swiper-home img{
    height: 400px !important;
}

.gallery-image img{
    height: 300px !important;
}

.carousel-item img {
    width: 100%;
    height: 600px;
}

/* Card Styling */
.pricing-card {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.15);
}

/* Header Gradient */
.pricing-card .card-header {
  background: linear-gradient(135deg, #43cea2, #185a9d); /* lebih fresh */
  border-bottom: none;
  text-align: center;
}

.pricing-card .card-header h4 {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.pricing-card .card-header p {
  font-size: 0.9rem;
  margin-top: 4px;
}

/* List Features */
.pricing-card ul li {
  font-size: 1rem;
  color: #444;
}

/* WhatsApp Button */
.btn-whatsapp {
  background: #035a61;
  color: #fff;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background: #035a61;
  transform: scale(1.05);
  color: #fff;
}

/* Highlight Plan (opsional untuk paket tengah) */
.pricing-card.popular {
  border: 2px solid #4CAF50;
  transform: scale(1.05);
  box-shadow: 0 1.5rem 3rem rgba(76,175,80,0.25);
}


@media (min-width: 1920px){
    .carousel-item img {
        height: 900px;
    }
}

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
@media (min-width: 1025px) and (max-width: 1280px) {
    

/* CSS */

}
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
@media (min-width: 768px) and (max-width: 1024px) {
    
    .gallery-image img{
        height: 500px !important;
    }
    
    .swiper-home{
        height: 500px !important;
    }
    
    .swiper-home img{
        height: 500px !important;
    }

    .swiper-container {
        height: 500px !important;
    }

    .swiper-container img {
        height: 500px !important;
    }

    .entry-header .entry-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .entry-content > p {
        font-size: 12px !important;
    }

    .portofolio-card-image {
        height: 150px !important;
    }

    .display-6 {
        font-size: 14px !important;
    }

    .post {
        padding: 0px !important;
    }
}
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    .entry-header .entry-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .entry-content > p {
        font-size: 12px !important;
    }

    .portofolio-card-image {
        height: 150px !important;
    }

    .display-6 {
        font-size: 14px !important;
    }

    .post {
        padding: 0px !important;
    }
    
}
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
@media (min-width: 481px) and (max-width: 767px) {
    .swiper-home{
        height: 450px !important;
    }
    
    .swiper-home img{
        height: 450px !important;
    }

    .entry-header .entry-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .entry-content > p {
        font-size: 12px !important;
    }

    .portofolio-card-image {
        height: 150px !important;
    }

    .display-6 {
        font-size: 14px !important;
    }

    .post {
        padding: 0px !important;
    }

}
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    .swiper-home{
        height: 350px !important;
    }

    .swiper-home img{
        height: 350px !important;
    }

    .entry-header .entry-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .entry-content > p {
        font-size: 12px !important;
    }

    .portofolio-card-image {
        height: 150px !important;
    }

    .display-6 {
        font-size: 14px !important;
    }

    .post {
        padding: 0px !important;
    }
  }