h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 3rem;
    font-weight: 700;
}
h3{
    font-size: 2rem;
    font-weight: 500;
}
h4{
    font-size: 1.25rem;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Lexend", sans-serif!important;
    color: #0c0f3f;
}
p {
  font-size: 18px;
  font-family: "Figtree", sans-serif!important;
  line-height: 32px;
  font-weight: 300;
}
label{
  font-family: "Figtree", sans-serif!important;
}
strong{
  font-weight: 700;
}
ul li, button, a{
  font-size: 18px;
  font-weight: 300;
    font-family: "Figtree", sans-serif!important;

}
h2 span{
    color: #F39C37;
    font-weight: 800;
}
.bg-zinc {
    background: #F39C37!important;
    color: white;
}
.btn-bg-zinc {
    background: #0c0f3f!important;
    color: white;
}

.text-yellow{
  color: #efb510
}

/* new orange btns */
.btn-orange{
    background: #F39C37;
    color: white;
}
.btn-orange:hover{
    background: transparent;
    color: #F39C37;
    border:1px solid #F39C37;
}
.btn-outline-orange{
  border:1px solid #F39C37;
  color: #F39C37;
}
.btn-outline-orange:hover{
  background: #F39C37;
  color: white;
}
.btn-bg-zinc:hover {
    border-color: #0c0f3f;
    background: none!important;
    color: #0c0f3f!important;
}

.outline-zinc {
    border-color: #f39c37;
    background-color: #f39c37;
    color: white;
}

.outline-zinc:hover {
    background-color: transparent;
    color: #f39c37;
    border-color: #f39c37;
}
.outline-white {
    border-color: #F39C37;
    color: #F39C37;
}

.outline-white:hover {
    background-color: white;
    color: #F39C37;
}
.bg-dark-blue {
    background: #375a7d;
}
.bg-zinc{
    background: #F39C37;
}
.text-zinc{
    color: #F39C37;
}
.text-dark-blue{
    color: #0b0f3f;
}
.bg-dark-blue{
    background: #0c0f3f;
}
/* .bg-dark-blue:hover{
  color: #0b0f3f !important;
  
 
  border-color: #0b0f3f !important;
} */
.bg-gradi {
    /* background: url('../images/bg-gradient.webp'); */
    background: linear-gradient(
      24deg, #efb60f, #F39C37); 
    color: white; 
    
}
.btn{
  border-radius: 50px;
}
.btn-gradi {
    background: linear-gradient(
      24deg, #efb60f, #F39C37);
    color: white;
}
.btn-gradi:hover {
    color: white;
}
.border-zinc-top{
    border-top:4px solid #F39C37;
}

.cta-btn{
border-radius: 0;
}
.cta-btn:hover{
color: #F39C37;    
} 
a{
  color: black;
  text-decoration: none;
}
  
/* Testimonial Section */
.testimonial-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid #F39C37;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Faqs */
.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
input::placeholder{
    font-family: "Figtree", sans-serif!important;
}
.faq-accordion .accordion-button {
    background: white;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding: 1.25rem 1.5rem;
    border: none;
    box-shadow: none !important;
    position: relative;
}



.faq-accordion .accordion-body {
    padding: 20px 1.5rem 1.5rem!important;
    background: white;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: black!important;
    line-height: 1.6;
}



@media (max-width: 768px) {
    
    h1 {
        font-size: 2rem;
        font-weight: 700;
    }
    
    h2 {
        font-size: 2rem;
        font-weight: 700;
    }
    h3{
        font-size: 1.5rem;
        font-weight: 500;
    }
    
    
    p{
        font-size: 16px;
    }
}
/* pacgaes pages */
.accordion-button:not(.collapsed) {
  color: #F39C37 !important;
  background-color: #F39C3721 !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}

.hex-card {
  position: absolute;
  aspect-ratio: 1 / 0.9;
  width: 200px;
  height: 200px;
  background: #F39C3721;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hex-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
  border-radius: 10px;
}

.hex-logo {
  color: #F39C37;
  font-size: 2.5rem;
}

.hex-label {
  color: #F39C37;
  font-weight: 600;
  font-size: 1.2rem;
}

.hex-res {
  left: 20%;
}

/* Pricing Table Styles */
.pricing-table {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.pricing-table th, 
.pricing-table td {
  padding: 20px;
  text-align: left;
  border-color: #f0f0f0;
}

.pricing-table thead th {
  background: #f9f9f9;
  border-bottom: 2px solid #f0f0f0;
  padding: 30px 20px;
  text-align: center;
}

.pricing-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.pricing-table .popular {
  position: relative;
  background: #fff9f9;
}

.pricing-table .popular::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F39C37;
}

.popular-tag {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #F39C37;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.price {
  margin: 15px 0;
}

.price .currency {
  font-size: 20px;
  vertical-align: top;
  margin-right: 2px;
  color: #666;
}

.price .amount {
  font-size: 40px;
  font-weight: 700;
  color: #333;
}

.price .period {
  font-size: 16px;
  color: #999;
  margin-left: 5px;
}

.pricing-table .btn {
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s;
}

.pricing-table .btn-primary {
  background: #F39C37;
  border-color: #F39C37;
}

.pricing-table .btn-outline-primary {
  color: #F39C37;
  border-color: #F39C37;
}

.pricing-table .btn-outline-primary:hover {
  background: #F39C37;
  color: white;
}

.pricing-table .fa-check {
  color: #4caf50;
}

.pricing-table .fa-times {
  color: #d8dad9;
}

@media (min-width: 1200px) {
  .hex-res {
    position: absolute;
  }
}

@media (max-width: 1200px) {
  .hex-res {
    position: static !important;
    left: 10%;
  }
}

@media (max-width: 1200px) {
  .hex-res {
    position: relative;
  }

  .hex-card {
    position: static;
  }
}
