/*
 Theme Name:   Phuket Conference
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --theme-color: #ea0562;
  --red-01: #58151c;
  --red-02: #f8d7da;
  --red-03: #f1aeb5;
  --red-04: #e83737;
  --white-01: #fff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="url"] {
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, .168627451);
  border-radius: 0px;
  padding: 12px 20px;
  color: #707070;
  margin-bottom: 0;
  height: 55px;
  box-shadow: none;
  width: 100%;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 575px) {
  .coming-countermain .coming-counter .counter-box {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .coming-countermain .coming-counter .counter-box {
    margin-bottom: 1.5rem;
  }
}

.nice-select {
  height: auto;
  line-height: 1;
}

.nice-select .option {
  min-height: auto;
  line-height: 1;
}

.card-main-section {
  background: #f7f7f7;
  background-repeat: no-repeat;
}

.custom-card {
  background: #fff;
  /* box-shadow: 0 0 20px #9e9e9e45; */
  border: 1px solid rgba(112, 112, 112, 0.168627451) !important;
  text-align: center;
}

.custom-image {
  margin-bottom: 20px;
}

.custom-card h3 {
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 1rem;
  color: #333369;
  line-height: 1.22em;
}

.custom-card p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #707070;
}

.custom-image img.img-fluid {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .custom-image img.img-fluid {
    height: 400px;
  }
}

.faq-accrodion .accrodion {
  border-bottom: 1px solid #ddd;
}

.accrodion-grp .accrodion .accrodion-content {
  padding-top: 0px;
}

.faq-accrodion .accrodion-title {
  background-color: rgb(111, 111, 111);
  cursor: pointer;
  user-select: none;
}

.faq-accrodion .accrodion-title:hover {
  color: #f8669e;
  transition: color 0.3s ease;
}

.faq-accrodion .accrodion-title h6 {
  margin: 0;
}

.faq-accrodion .accrodion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, 0.4s ease;
  border-radius: 5px;
}

.faq-accrodion .accrodion.active .accrodion-content {
  max-height: 300px;
}

.container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-fluid2 {
  width: 80%;
}

.accrodion-grp .accrodion .accrodion-content .inner {
  padding: 15px;
}

/*==================================
  Counter Section
==================================*/

.counter-section {
  padding: 60px 0;
}

.counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.counter-item {
  flex: 0 0 calc(25% - 30px);
  /* For 4 items per row */
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  /* Removed background */
  /* Removed box-shadow */
}

.counter-item h2 {
  font-size: 32px;
  color: #333369;
  margin-bottom: 10px;
}

.counter-item span {
  font-size: 16px;
  color: #707070;
}

@media (max-width: 992px) {
  .counter-item {
    flex: 0 0 calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .counter-item {
    flex: 0 0 100%;
  }
}

/*==================================
  Ticket Widget
==================================*/

.widget-progress-bar {
  width: 100%;
  height: 5px;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
}

.widget-progress-fill {
  width: 0%;
  height: 100%;
  background-color: var(--theme-color);
  position: absolute;
  transition: width 0.5s ease-in-out;
}

.ticket-step .alert {
  padding: 15px;
  border: solid 1px;
}

.ticket-step .alert.error {
  background-color: var(--red-02);
  color: var(--red-01);
  border-color: var(--red-03);
}

.ticket-step .step-content {
  padding: 30px;
}

.step-header {
  padding: 30px 40px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  text-align: left;
}

.step-header .header-title span {
  width: 32px;
  height: 32px;
  background-color: var(--theme-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.step-header .header-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-header p {
  margin-left: 45px;
  margin-bottom: 0;
}

.ticket-container,
#ticket-details {
  gap: 30px;
}

.ticket-single,
#ticket-details .attendee-single {
  padding: 20px;
}

.ticket-single .benefits li {
  display: block;
}

.ticket-single .benefits li:not(:last-child) {
  margin-bottom: 7px;
}

.ticket-single select {
  width: auto;
}

#ticket-details .attendee-single input:disabled {
  background-color: rgba(112, 112, 112, 0.168627451);
}

.ticket-single .ticket-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
}

.ticket-single .price-container span {
  margin-left: 10px;
  margin-right: 10px;
}

.nir-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.ticket-step input[type="text"],
.ticket-step input[type="url"],
.ticket-step input[type="number"],
.ticket-step input[type="email"],
.ticket-step input[type="tel"] {
  height: auto;
  padding: 10px;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  box-shadow: none;
  width: 100%;
  font-size: 14px;
}

.ticket-step label {
  font-size: 14px;
}

.ticket-step input[type="url"]:focus {
  outline: none;
  transition: all 0.5s ease;
  box-shadow: none;
}

.ticket-step input.input-error {
  border-color: var(--red-04);
}

.ticket-step label.input-error {
  color: var(--red-04);
}

.price-review {
  padding: 20px;
}

.price-review ul li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .ticket-step .form-container .col-lg-6:not(:first-of-type) .ticket-single {
    margin-top: 30px;
  }
}

/*====================================
  Loader
====================================*/

.loader-container {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ea0562 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #ea0562);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  margin-bottom: 30px;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

/*====================================
  Payment Received Page
====================================*/
.payment-received-banner-section {
  background-size: cover;
  background-position: bottom center;
}

.payment-received-banner-section .inner-container {
  min-height: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.payment-received-banner-section .inner-container .icon {
  color: var(--theme-color);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--white-01);
  font-size: 42px;
  margin-bottom: 30px;
}

.payment-received-banner-section .inner-container p {
  font-size: 24px;
  margin-bottom: 0;
  color: var(--white-01);
  font-weight: 500;
}


/*====================================
 Coupon section
====================================*/

.coupon-wrapper .apply-coupon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.coupon-wrapper .apply-coupon input {
  flex: 0.9;
}

.coupon-wrapper .apply-coupon button:not(#remove-coupon) {
  flex: 0.1;
  padding: 8px;
}


.coupon-wrapper #coupon-message .c-success {
  color: #0f5132;
  background-color: #d1e7dd;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
}

.coupon-wrapper #coupon-message .c-error {
  color: var(--red-01);
  background-color: var(--red-02);
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
}

input#coupon-code[readonly="true"] {
  background: #efefef;
  cursor: not-allowed;
}

button#remove-coupon {
  padding: 7px;
}

#waitlistForm span.wpcf7-list-item.first.last {
  margin: 0;
  padding: 0 10px;
}

#waitlistForm input[type="submit"] {
  width: 100%;
}

.modal-content .btn-close {
  right: 17px;
  position: absolute;
  top: 17px;
  z-index: 9;
}

.banner .banner-in {
  flex-direction: column;
  gap: 15px;
}

.speaker-nomination-wrapper {
  padding: 30px 55px;
}

.nomination-btn-container {
  display: flex;
  gap: 20px;
}

.nomination-btn-container button,
.nomination-btn-container a {
  background: #fff;
  color: #ea0562;
}

.nomination-form-btns .speaker-nomination,
.nomination-form-btns .self-nomination {
  max-height: fit-content;
  max-width: 450px;
}

.modal-dialog .modal-body {
  padding: 35px;
  padding-bottom: 0;
}

#selfNomination input[type="submit"],
#speakerNomination input[type="submit"] {
  max-width: 150px;
}

.page-template-speaker-nomination span.wpcf7-spinner {
  max-width: 24px !important;
  position: absolute;
  right: 63%;
}

.single-sponsor-pack .card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.single-sponsor-pack .card .icon-check {
  color: #ea0562;
}

@media screen and (min-width: 767px) {

  #waitlistForm .modal-dialog {
    max-width: 850px;
  }
}

@media screen and (max-width: 767px) {
  .coupon-wrapper .apply-coupon input {
    flex: 0.8;
  }

  .coupon-wrapper .apply-coupon button {
    flex: 0.2;
  }
}
