h1,h2,h3{font-weight:800!important; font-weight:45px!important;}
.faq{max-width:900px; margin:auto;}
.aboutdesc{font-size:20px; font-weight:500; }

.blink-btn {
  animation: blinkPulse 1.4s infinite;
  margin-left: 15px;
}

.prachi_button{background-color:#A60707;}
.prachi_button:hover{background-color:#A60707;}
.breadcrumbs a{color:white;}

@keyframes blinkPulse {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(13,110,253,.6);
  }
  70% {
    transform: scale(1.05);
    opacity: 0.8;
    box-shadow: 0 0 0 12px rgba(13,110,253,0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}




.contact-modal .modal-content {
  border-radius: 18px;
  overflow: hidden;
  animation: scaleIn 0.4s ease-in-out;
}

.modal-header-custom {
  background: #A60707;
  padding: 20px 30px;
}

.form-control {
  border-radius: 12px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-floating > label {
  color: #666;
}

.btn-submit {
  background: #A60707;
  color: #fff;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}



/* Book Process Section */
#book-process .process-card {
  position: relative;
  border-radius: 12px;
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

#book-process .process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(32, 32, 48, 0.3);
}

/* Step Number Circle */
#book-process .step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  top: -25px;
  left: 20px;
  background-color: #A60707; /* background of number */
  color: #fff; /* number color */
  font-weight: bold;
}

/* Headings and final quote */
#book-process h5 {
  color: #A60707;
}

#book-process p.fst-italic {
  color: #A60707;
}



/* FAQ Section */
#faq-section {
  background-color: #ffffff;
}

#faq-section h2 {
  color: #A60707;
}

#faq-section .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(32, 32, 48, 0.1);
}

#faq-section .accordion-button {
  background-color: #ffffff;
  color: #A60707;
  font-weight: 600;
  border-radius: 10px;
  padding: 18px 20px;
}

#faq-section .accordion-button:not(.collapsed) {
  background-color: #A60707;
  color: #ffffff;
  box-shadow: none;
}

#faq-section .accordion-button:focus {
  box-shadow: none;
}

#faq-section .accordion-body {
  color: #A60707;
  line-height: 1.7;
  padding: 20px;
  background-color: #f9f9fb;
  border-radius: 0 0 10px 10px;
}


.aboutwhywrite{max-width:950px; margin:auto;}

