@font-face {
	font-family: Poppins;
	font-weight: 500;
	src: url(../fonts/Poppins.ttf);
}
@font-face {
	font-family: Crimson-Text;
	font-weight: 500;
	src: url(../fonts/Crimson-Text.ttf);
}
.page-loader{
	width: 100%;
	height: 100vh;
	position: fixed;
	background: #ffffff;
	z-index: 999999;
	top:0;
}
.page-loader .txt{
	color: #666;
	text-align: center;
	top: 40%;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	font-weight: bold;
	line-height: 1.5;
}

.page-loader .spinner {
	position: relative;
	top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #004a8f;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Poppins', serif;
    font-size: 12px;
    background-color: #FFF;
}

a{
    text-decoration: none;
}

ul li{
    list-style: none;
}

/* backgeound images start */
.row.bgimage {
    width: 100%;
    position: absolute;
}

img.bgcard.img-responsive {
    height: 525px;
}
img.bgcards.img-responsive {
  height: 425px;
  width: 100%;
}

.bothlogo {
    position: relative;
}
/* background images End */


/* Logo start */
a.phoenix img {
    width: 181px;
    float: left;
    margin-top: 10px;
}

a.hdfclogo img {
    width: 145px;
    float: right;
    margin-top: 12px;
}
/* Logo End */

/* Navigation Area Start */

.contentarea {
/*  top: 450px;*/
  position: relative;
}

.container ul li {
    position: relative;
    list-style: none;
    border: 1px solid#0000001a; 
    left: 0;
    transition: 0.5s;
    cursor: pointer;
  }

  .container ul {
    width: 100%;
  }

  .container ul li span {
    padding: 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    display: inline-block;
    color: #000;
    font-size: 12px;
}

 .container ul li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    transform: scaleX(0);
    transition: 0.5s;
    transform-origin: left;
	z-index: 1;
  }
.navigationboxshadow li:hover i{
            		color: white !important;
            		z-index: 2;
    position: relative;
            	}
  .container ul li:hover::before {
    transform: scaleX(1);
  }

  .container ul li:hover span {
    color: #fff;
    font-weight: 600;
  }
  .navigationboxshadow {
    box-shadow: 0px 0px 10px #00000080;
  }
/* Navigation Area end */
    
/* Main Area Start */

  .contentspace {
     width: 100%;
  }

  .row.card.mt {
    margin-top: 30px;
  }

  label {
    font-size: 14px;
/*    font-weight: 600;*/
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}

button {
  padding: 10px;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 48px;
    margin-top: 28px;
    background: linear-gradient(180deg, #E6B104 0%, #A3781D 139.17%);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: 0px solid #000;
}

/*button:hover {*/
/*  background: #f00;*/
/*  color: #fff;*/
/*}*/

button.buttonpad {
  margin-top: 20px;
}

button.issuebutton {
  background: #f00;
  color: #fff;
}

p.head {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}



span.headback {
  padding: 11px;
  background: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-left: 28px;
}

select {
  padding: 9px;
  width: 100%;
  border-radius: 5px;
  background: #80808024;
  border: none;
}

.form-control{
  background: #F5F6FB!important;
  border: none;
  border-radius: 12px;
  height: 3rem;
  font-family: 'Poppins';
}

.row.buttonspace {
  margin-top: 24px;
}

.form-group {
  margin-bottom: 10px;
}

.daterangepicker .drp-calendar {
  max-width: 100% !important;
}

input#female {
  margin-left: 20px;
}


input#thirdgender {
  margin-left: 20px;
}

p.selectamount,p.selectamountMul {
  background: #F5F6FB !important;
  text-align: center !important;
  padding: +10px !important;
  border-radius: 12px !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-family: "Poppins";
  cursor: pointer;
}
p.selectamount:hover,p.selectamountMul:hover {
  background: #ECEDF3;
  text-align: center;
  outline: 2px solid #3B4355;
  padding: +10px;
  color: #111827;
  border-radius: 12px;
}
p.selectamount.active,p.selectamountMul.active {
  background: #ECEDF3;
  text-align: center;
  border: 2px solid #3B4355;
  padding: +10px;
  color: #111827;
  border-radius: 12px;
}




.giftcardvalue {
    font-size: 10px;
}

.input-group-addon {
    font-size: 16px;
    margin-top: 0px;
    background: #F5F6FB;
    padding: 6px;
    border-radius: 4px;
    font-family: "Poppins";
    line-height: 36px;
}

.buttonpad {
    width: 100%;
}

#add_field_button {
	padding: 17px;
    color: #B6841D;
    border-radius: 4px;
    border: 1px solid #B6841D;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    height: 48px;
    line-height: 15px;
    cursor: pointer;
}

.fa.fa-plus-circle {
    float: right;
    font-size: 22px;
}
.fa.fa-home {
    color: #000;
}

.fa.fa-gift {
    color: #000;
}

.amount {
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}

.fa.fa-users {
    color: #000;
}

p.selectamount.active {
    background: #000;
    text-align: center;
    padding: +5px;
    color: #fff;
    border-radius: 58px;
}

.errorMsg {
    color: #dc3545!important;
}

.img-responsive.conclergeimg {
    width: 100%;
}



p.contentheadnewuser{
/*    margin-left: 15px;*/
    color: #000;
	font-family: "Crimson-Text", serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.aboutphonix li {
    line-height: 25px;
    font-size: 14px;
}

.required{
	color: #E54C6F;
}


/* Footer Start  */

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0px;
    left: 0;
    top: 0;
    z-index: 1030;
    border: 1px solid #00000021;
    padding: 11px;
    
}
.popupicon {
  text-align: center !important;
}
.popuptext {
  text-align: center !important;
  font-size: 15px !important;
}

.checkboxSame {
  display: flex;
  align-items: center;
}

.checkboxSame label {
  margin-left: 8px; 
  cursor: pointer; 
}

p.notAccept {
    background: rgba(255, 193, 7, 0.10);
    border-radius: 8px;
    font-size: 14px;
    padding: 19px;
    margin-top: 30px;
    color: #FF8F00;
    font-family: "Poppins", sans-serif;
}

/* Inside page navbar css */
.inside-navbar {
  background: #F9FAFF !important;
  color: #000000;
  width: 100%;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, 0.10), 0 1px 3px 0 rgba(16, 24, 40, 0.10);
}

.inside-navbar .navbar-brand img {
  height: 40px;
  margin: 6px 10px;
}

.inside-navbar-menu .linkInsi {
  color: #000 !important;
  font-weight: 500;
  margin: 0;
  font-size: 13px;
  position: relative;
  padding-bottom: 5px;
  margin-left: 50px;
}

.inside-navbar-menu .linkInsi:hover,
.inside-navbar-menu .linkInsi.active {
  color: #c28a04 !important; /* golden text */
  font-weight: 600;
  text-decoration: none !important;
}

.inside-navbar-menu .linkInsi.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #c28a04;
  border-radius: 2px;
}

.inside-buy-btn {
  margin-left: 20px;
  background: linear-gradient(180deg, #E6B104 0%, #A3781D 139.17%);
  color: #000;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

.inside-buy-btn:hover {
  opacity: 0.9;
  color: #000;
}

.navbar .linkInsi .inside:hover {
  color: #ffcc00 !important;
}

/* Responsive */
@media (max-width: 992px) {
	.reviewDetailsLoop {
    grid-template-columns: repeat(1, 100%)!important;
}
  .inside-navbar-collapse {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
  }

  .inside-buy-btn {
    display: inline-block;
    margin-top: 10px;
  }

  .inside-navbar-menu .linkInsi{
    line-height: 32px;
    color: #000 !important;
    font-weight: 500;
    margin: 0 12px;
    font-size: 13px;
  }
}



/* Step List Details*/
.stepper {
    display: grid;
    position: relative;
    padding-bottom: 10px;
    width: 50%;
    margin: 40px auto 30px auto;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 3%;
}

.step {
  text-align: center;
  flex: 1 0 auto;
  width: auto; 
  position: relative;
}

   .step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff8ee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}

    .step-icon img {
      width: 28px;
      height: 28px;
    }

    .step p {
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}


    /* Connector line */
    .step:before {
      content: "";
      position: absolute;
      top: 30px;
      left: 50%;
      height: 2px;
      width: 100%;
      background: repeating-linear-gradient(to right, #999, #999 8px, transparent 8px, transparent 16px);
      z-index: -1;
    }

    /* Remove line for first and last */
    .step:last-child:before {
      display: none;
    }

    @media (max-width: 768px) {
		.stepper {
			width: 90%;
      	}
      	.step:before {
			content: "";
			position: absolute;
			top: 30px;
			left: 50%;
			height: 2px;
			width: 100%;
			background: repeating-linear-gradient(to right, #999, #999 8px, transparent 8px, transparent 16px);
			z-index: -1;
	   	}
      	.step p {
    		font-size: 11px;
		}
		.container-fluid{
    		padding: 0;
		}
    }

/* Remove line for last step */
.step:last-child:after {
  display: none;
}



/* Review Details Page */

 /* Review Cards */
.review-details .card-box {
  border: 1px solid #e0b84d;
  border-radius: 6px;
  padding: 16px;
  height: 100%;
  background: #fff;
}

.review-details .card-box h5 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111;
}

.review-details .card-box p {
  margin: 4px 0;
  font-size: 14px;
}

.review-details .card-box span {
  font-weight: 600;
  color: #444;
}

/* Order Summary */
.order-summary .summary-box {
  background: #f8f9fc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.order-summary .summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 15px;
  font-family: 'Poppins';
  color: #374151 !important;
}

.order-summary .summary-item.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.order-summary .gift-img {
  width: 48px;
  margin-right: 10px;
  border-radius: 4px;
}

.order-summary .summary-total {
 	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    /* font-weight: bold; */
    font-family: 'Poppins';
    font-size: 20px;
    background: #2d3445;
    color: #fff;
    padding: 12px 10px;
    border-radius: 0px 0px 12px 12px;
    margin-top: 15px;
}

/* Buttons */
.btn-primary-custom {
  background: linear-gradient(90deg, #e0b84d, #d4a820);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-primary-custom:hover {
  background: linear-gradient(90deg, #d4a820, #c4951d);
}

.btn-cancel {
  font-size: 13px;
  text-decoration: none !important;
  color: #000;
  font-weight: 500;
}

.btn-cancel:hover {
  text-decoration: none;
  color: #000 !important;
}
.card-box {
    border-radius: 12px;
    border: 1px solid #B3872D;
    background: #F9FAFF;
    padding: 21px;
    }
    
  .card-box h5 {
    font-family: 'Poppins';
    font-size: 40px;
}
p.nameDetails {
    color: #000;
    font-family: 'Poppins';
    font-size: 30px;
    text-transform: capitalize;
}

p.mobileEmailID {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
}

strong.cardimages {
    color: #374151;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}

small.text-muted{
	color: #374151 !important;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
span.fw-bold{
	color: #374151 !important;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    float: right;
}
span.Sutotal {
    font-size: 20px;
}

.btn-container {
    text-align: center;
    font-family: 'Poppins';
}
a.btn-cancel {
    line-height: 70px;
}

.order-summary.mt-4 h4 {
    font-family: 'Crimson-Text';
    font-size: 32px;
    font-weight: 600;
}


/* Invoice Page Css  */

.thankyou-section {
      padding: 40px 20px;
    }
    .thankyou-section h2 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: 'Poppins';
    font-size: 42px;
    line-height: normal;
}
p.tegText {
    color: #111827;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: normal;
    margin-top: 32px;
}
p.goldFont {
    font-size: 18px;
    margin-top: 51px;
}
p.goldFont strong{
	color: #B3872D;
}

p.goldFontmall {
    font-size: 18px;
    margin-top:10px;
}
p.goldFontmall strong{
	color: #B3872D;
}
    
    .btn-invoice {
    background: linear-gradient(180deg, #E6B104 0%, #A3781D 139.17%);
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 4px;
    margin-top: 15px;
    height: 48px;
    transition: 0.3s;
    width: auto;
    font-weight: 500;
    }
    .btn-invoice:hover {
      opacity: 0.9;
    }
    .mall-list h6 {
      font-weight: 500;
      margin-top: 20px;
      font-size: 14px;
    }
    p.mallname {
    color: #B3872D;
    font-size: 14px;
    margin-bottom: 0rem !important;
}
p.adress {
    font-size: 12px;
    margin-top: 3px;
}
    @media(max-width: 768px) {
      .thankyou-section {
        text-align: center;
      }
      .mall-list {
        text-align: left;
      }
    }
    
    .card-summary {
      background: #f9f9fb;
      border-radius: 12px;
      padding: 0;
      box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
      overflow: hidden;
    }

    /* Header section */
    .order-header {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #e5e5e5;
      padding: 30px;
      }

    .order-header > div {
/*       flex: 1; */
/*       border-right: 1px solid #e5e5e5; */
    }
	.lineBorder{
	border-right: 1px solid #e5e5e5;
}
    .order-header > div:last-child {
      border-right: none;
    }

    .order-header p {
      margin: 0;
      font-size: 14px;
      color: #6B7280;
    }

    .order-header strong {
      font-size: 15px;
      color: #000;
      
    line-height: normal;
    }

    /* Item row */
    .order-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 30px;
      border-bottom: 1px solid #e5e5e5;
    }

    .order-item img {
      width: 60px;
      margin-right: 10px;
    }

    .order-item span {
      font-size: 16px;
      color: #374151;
    }

    /* Price breakdown */
    .order-pricing {
    padding: 30px;
    margin-top: -16px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 32px;
    }

    .order-pricing p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 16px;
    color: #374151;
    }

    .order-pricing strong {
      font-size: 14px;
      color: #111;
    }

    /* Total */
    .order-total {
      padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    /* font-weight: bold; */
    font-size: 16px;
    padding: 30px;
    color: #111827;
    margin-top: -16px;
    }

    @media(max-width: 768px) {
      .order-header {
        flex-direction: column;
        text-align: left;
      }
      .order-header > div {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0;
      }
      .order-header > div:last-child {
        border-bottom: none;
      }
    }
    
    p.pickupText {
    margin-top: 79px;
    color: #B3872D;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -13px;
}


/*Card Balance Page Table*/

p.textupper {
    font-family: 'Crimson-Text';
    font-size: 32px;
    font-weight: 600;
}

.table thead th {
        vertical-align: bottom;
    border-bottom: 1px solid #D2D5DB !important;
    text-align: left !important;
    color: #000;
    font-size: 13px;
    font-weight: 500;

}

table.table.table-hover {
    border: 1px solid #D2D5DB !important;
}
table.td {
	vertical-align: middle !important;
    border-top: 1px solid #D2D5DB !important;
}
button.submite.px-0.w-100.py-2.checkbalance {
    height: 40px !important;
    margin-top: 0px !important;
}
thead {
    background: #F3F6FD;
}

/* Purchase A Gift card */
 .right-section { 
 	display: flex; 
 	align-items: center; 
 	justify-content: center; 
 	min-height: 100vh; 
 	background: #fff; 
 	   padding: 40px 20px;  
 } 
.form-box {
	width: 100%;
	font-family: "Poppins", sans-serif;
}

.form-box h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
	font-family: "Crimson-Text", serif;
}

.form-box label {
	font-weight: 500;
	margin-bottom: 6px;
}

.form-box .form-control {
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
}

.form-box button {
	width: 100%;
	border: none;
	border-radius: 4px;
	background: linear-gradient(180deg, #E6B104 0%, #A3781D 139.17%);
	color: #fff;
	font-weight: 600;
	padding: 10px;
	margin-top: 20px;
	height: 48px;
}

.form-box button:hover {
	opacity: 0.9;
}



button.resendOtp {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

button.resendOtp:hover {
	background: linear-gradient(180deg, #E6B104 0%, #A3781D 139.17%);
	color: #fff;
	border-color: transparent;
}

.backBtn {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	justify-content: center;
	margin-top: 50px;
}

.backBtn p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #111827;
}

p.customAmount {
	padding: 8px;
	border: 1px solid #000;
	text-align: center;
	border-radius: 9px;
	cursor: pointer;
	font-size: 14px;
}

.selectamount.active {
	border: 2px solid #007bff;
	border-radius: 5px;
	background: #f0f8ff;
	cursor: pointer;
}

.customAmount {
	cursor: pointer;
	color: #007bff;
}

.customValueInout {
	display: none;
}

.reviewDetailsLoop{
	position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    width: 100%;
    justify-content: center;
}

.faqscontainer{
	display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
/*      max-width: 900px;*/
      width: 100%;
    }

p.faqsHead{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}
 p.faqsTest{
	 font-size: 14px;
	color: #000;
 }

.privacycontainer {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      max-width: 900px;
      width: 100%;
    }

    .privacycontainer .card {
      display: flex;
    gap: 25px;
    padding: 25px;
    border-radius: 10px;
    background: #f9f9fc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #ECEDF3;
    transition: 0.2s ease;
    flex-direction: row;
    }

    .privacycontainer .card:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .privacycontainer .icon {
      font-size: 35px;
      color: #c1972c;
      flex-shrink: 0;
    }

    .privacycontainer .card-content {
      display: flex;
      flex-direction: column;
    }

    .privacycontainer .card-title {
      font-size: 16px;
      margin: 0 0 5px 0;
      color: #374151;
    }

    .privacycontainer .card-link {
      font-size: 12px;
      color: #555;
      text-decoration: underline;
      word-break: break-all;
    }

    .privacycontainer .card-link:hover {
      color: #c1972c;
      text-decoration: underline;
    }
    .privacyFlex{
      background: #fff;
      margin: 0;
      padding: 40px;}
      @media ( max-width : 576px) {
      .privacycontainer {
    		grid-template-columns: unset;
      }
      }

.cursorNotAllowed{
    cursor: not-allowed;
}
.remove_field{
	position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    color: #dc3545;
    cursor: pointer;
}
.createnewuser {
	position: relative;
}

/* radio UI Customization */
.fs-20{
  font-size: 20px!important;
}
/* Hide default radio */
.custom-radio input[type="radio"] {
  display: none;
}
.custom-radio .radio-mark .unselected{
  display: inline;
}
.custom-radio .radio-mark .selected{
  display: none;
}

/* Outer circle */
.custom-radio .radio-mark {
  padding: 10px 14px;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  background: #F5F6FB !important;
  box-shadow: 0px 1px 2px -1px #1018281A;
}

/* Inner filled circle (appears only when checked) */
.custom-radio input[type="radio"]:checked + .radio-mark {
  border: 0.5px solid #B6841D;
}
.custom-radio input[type="radio"]:checked + .radio-mark .unselected{
  display:none;
}
.custom-radio input[type="radio"]:checked + .radio-mark .selected{
  display:inline;
}

.custom-radio1 input[type="radio"] {
  display: none;
}
.custom-radio1 .radio-mark {
  height: 14px;
  width: 14px;
  border: 2px solid #b8860b; /* Gold border */
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 2px;
  margin-bottom: -2px;
}

/* Inner filled circle (appears only when checked) */
.custom-radio1 input[type="radio"]:checked + .radio-mark::after {
  content: "";
  width: 6px;   /* smaller to create space */
  height: 6px;
  background: #b8860b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* faq UI */
.faq-container {
  width: 100%;
  margin: 0 auto;
  font-family: 'Poppins';
  color: #374151;
}

.faq-item {
  border: 1px solid #ECEDF3;
  padding: 16px;
  cursor: pointer;
  margin-bottom: 17px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 5px;
}

.faq-answer {
  display: none;
  font-size: 15px;
  padding: 10px 10px 15px 5px;
  color: #4B5563;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .toggle-icon::before {
  content: "-";
}

.toggle-icon::before {
  content: "+";
  font-size: 20px;
}
/* faq UI */
.aboutContent{
  background: #fff;
  margin: 6% auto;
  width: 65%;
}
.aboutContent h1{
  font-family: "Crimson-Text", serif;
  font-weight: 600;
}
.aboutContent ol{
  font-size: 20px;
  color: #111827;
  list-style-type: disc;
  padding: 2%;
}
.aboutContent ol li{
  padding-bottom: 7px;
  text-transform: capitalize;
}
.colorGold{
  color: #B6841D;
}
@media(max-width: 768px) {
  .aboutContent {
    background: #fff;
    margin: 6% auto;
    width: 80%;
  }
  .aboutContent h1 {
    font-size: 32px;
  }
  .aboutContent ol {
    font-size: 14px;
  }
}