.section-title {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.section-title::before, .section-title::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 10px;
  top: 0;
  background: #d4af5a;
  transition: 0.4s;
}
.section-title::after {
  left: 0;
  height: 50%;
}
.section-title:hover::before {
  height: 50%;
}
.section-title:hover::after {
  height: 100%;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 20px;
}
.section-title h2 span {
  color: #d4af5a;
  font-weight: 600;
}
.section-title p {
  max-width: 635px;
  margin-top: -7px;
}
.section-title h4 {
  font-size: 18px;
  font-weight: 300;
  color: #ff2c57;
  margin-bottom: 17px;
  text-transform: capitalize;
}

.who-we-are {
  padding-bottom: 50px;
}

.single-who-we-are {
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
  background: #ffffff;
  padding: 50px 30px;
  transition: all 0.5s ease-in-out 0s;
}
.single-who-we-are:hover {
  background: #d4af5a;
  color: #ffffff;
  transform: translateX(5px);
}
.single-who-we-are i {
  font-size: 50px;
  color: #ff2c57;
  transition: 0.4s;
}
.single-who-we-are ion-icon {
	font-size: 40px;
	color: #d4af5a;
	transition: 0.4s;
}
.single-who-we-are:hover ion-icon {
	color: #ffffff;
}
.single-who-we-are:hover i {
  color: #ffffff;
}
.single-who-we-are:hover h4 {
	color: #12143f;
}
.single-who-we-are h4 {
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}
.single-who-we-are p {
  transition: 0.4s;
}
.single-who-we-are:hover p {
  color: #ffffff;
}
.single-who-we-are span {
  bottom: 0;
  color: rgba(0, 0, 0, 0.03);
  font-size: 200px;
  line-height: 180px;
  position: absolute;
  right: 0;
  transition: 0.4s;
}
.single-who-we-are:hover span {
  color: rgba(255, 255, 255, 0.2);
}


/*
==============================
configuration section CSS
==============================
*/

.pricingTable {
  padding: 15px 0;
  margin: 15px;
  text-align: center;
  position: relative;
  background-image: url(../../assets/img/patt.png);
  background-position: center center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
.pricingTable:hover {
  transform: translateX(5px);
}
.pricingTable::after {
  content: "";
  width: 70px;
  height: 30px;
  background: #d4af5a;
  margin: auto;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.pricingTable .title {
  padding: 20px 0;
  margin-bottom: 35px;
  background: #d4af5a;
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
}
.pricingTable .price-value {
  margin-bottom: 25px;
  color: #12143f;
}
.pricingTable .price-value .amount {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
}
.pricingTable .price-value .month {
  display: block;
  font-size: 15px;
  line-height: 16px;
  text-transform: capitalize;
  color: #666;
  margin-left: 50px;
}
.pricingTable .currency {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  margin-top: 6px;
}
.pricingTable .pricing-content {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.pricingTable .pricing-content li {
  color: #8b8b8b;
  margin-top: 16px;
}
.pricingTable .pricing-content li:first-child {
  margin-top: 0;
}
.pricingTable .pricing-content li i {
  color: #ff2c57;
  margin-right: 4px;
}

/*
==============================
Specification Area CSS
==============================
*/
.faq-area .image {
  background-image: url(../../assets/img/faq-img.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card {
  background-color: transparent;
  border-radius: 10px !important;
  margin-bottom: 6px;
  border: none;
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}
.card .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: transparent;
}
.card .card-header:first-child {
  border-radius: 0;
}
.card .card-header a {
  display: block;
}
.card .card-header a:hover {
  background: #ff2c57;
}
.card .card-header a h5 {
  font-size: 17px;
  overflow: hidden;
  padding: 20px;
  color: #ffffff;
  line-height: 16px;
  background: #ff2c57;
}
.card .card-header a.collapsed h5 {
  color: #000000;
  background: transparent;
  transition: 0.4s;
}
.card .card-header a.collapsed h5:hover {
  color: #ffffff;
}
.card .card-header a i {
  float: right;
  font-size: 16px;
}
.card .card-header a.collapsed .fa.fa-plus::before {
  content: "\f067";
}
.card .card-header a .fa.fa-plus::before {
  content: "\f068";
}
.card .card-body {
  line-height: 1.9;
  background: transparent;
  color: #666666;
}

.accordion-wrapper{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    
    /* Prevent cards in the same row from matching heights */
    align-items:start;
}

/* Mobile */
@media(max-width:768px){
    .accordion-wrapper{
        grid-template-columns:1fr;
    }
}

.accordion-item{
    background:#fff;
    margin-bottom:15px;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.accordion-header{
    width:100%;
    padding:18px 25px;
    background:#d4af5a;
    border:none;
    outline:none;
    text-align:left;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.accordion-header span{
    font-size:24px;
    transition:0.3s;
}

.accordion-item.active .accordion-header span{
    transform:rotate(45deg);
}

.accordion-content{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
    background:#ffffff;
}

.accordion-content p{
    padding:20px 25px;
    line-height:1.7;
    color:#555;
}

