.inner-banner h1 {
    text-align: center !important;
    padding-top: 70px !important;
    font-size: 40px !important;
}

@media (min-width: 1400px) and (max-width: 1440.99px) {
 
	.about-btn.gallerybtnn{
    justify-content: center !important;
  }
}


ul.area li {
    font-size: 18px !important;
    color: #fff !important;
    line-height: 40px !important;
}

/*FAQ start*/
.faq-left h2 {

    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;

}
 
/* Right */

.faq-right {

  display: flex;
  flex-direction: column;
  gap: 18px;

}
 
.faq-item {

  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.10);

  transition: all 0.35s ease;

  box-shadow: 0 12px 35px rgba(0,0,0,0.18);

}
 
.faq-item:hover {

  transform: translateY(-4px);

  background: rgba(255,255,255,0.08);

}
 
.faq-item.active {

  background: linear-gradient(180deg, rgba(255, 77, 141, 0.12), rgba(255,255,255,0.06));

  border-color: rgba(255,255,255,0.16);

}
 
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;

}
 
.faq-icon {

  min-width: 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fa325a, #fa325a);

  color: #fff;
  font-size: 22px;
  font-weight: 500;
  transition: transform 0.3s ease;

}
 
.faq-item.active .faq-icon {

  transform: rotate(45deg);

}
 
.faq-answer {

  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;

}
 
.faq-item.active .faq-answer {

  max-height: 300px;
  padding: 0 26px 24px;

}
 
.faq-answer p {

  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 15px;
  line-height: 1.8;
  max-width: 95%;

}
 
/* Responsive */

@media (max-width: 1199px) {

  .faq-left h2 {

    font-size: 36px;

  }

}
 
@media (max-width: 991px) {

  .faq-grid {

    grid-template-columns: 1fr;
    gap: 30px;

  }
 
  .faq-left {

    position: relative;
    top: 0;

  }
 
  .faq-left h2 {

    font-size: 32px;

  }

}
 
@media (max-width: 767px) {

  .golmaal-faq-section {
    padding: 70px 0;

  }
 
  .faq-left h2 {
    font-size: 28px;

  }
 
  .faq-left p,

  .faq-answer p {
    font-size: 14px;

	}
 
  .faq-question {

    padding: 18px 18px;
    font-size: 16px;

  }

  .faq-item.active .faq-answer {

    padding: 0 18px 18px;

  }
 
  .faq-icon {

    min-width: 34px;
    width: 34px;
    height: 34px;
    font-size: 20px;

  }
 
  .faq-highlight-box {

    padding: 20px;

  }

}
 
.blog-main-image img {
    height: 600px;
    width: 100%;
    object-fit: cover;
	border-radius: 12px;
    object-position: center;
}
.personal__head.inner.blog-content p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}
.personal__head.inner.blog-content h2 {
    padding: 20px 0px;
}
.personal__head.inner.blog-content ol li, .personal__head.inner.blog-content ol li p {
    padding-bottom: 20px;
    font-size: 18px !important;
}
.personal__head.inner.blog-content ol li a {
    color: #fff;
    text-decoration: underline;
}
.personal__head.inner.blog-content ol {
    padding: 20px;
}