/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*Upload box starts - step 1*/

.upload-box {
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9ff;
  padding: 40px;
  border-radius: 12px;
  max-width: 600px;
  margin: auto;
  text-align: center;
  border: 1px dashed #ccc;
}

@media(max-width:500px){
  .upload-box {
      padding: 10px;
      border-radius: 12px;
      max-width: 600px;
  }
  .mfn-popup-tmpl-content .mfn-popup-tmpl-content-wrapper{
    padding:10px;
  }
}

.upload-box h2 {
  color: #7d5fff;
  font-size: 28px;
  margin-bottom: 5px;
}

.upload-box .subtitle {
  color: #4a4aef;
  font-weight: 500;
  margin-bottom: 30px;
}

.upload-area {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px dotted #ccc;
}

.upload-icon img {
  width: 40px;
  margin-bottom: 15px;
}

.upload-area p {
  color: #666;
  margin: 10px 0 20px;
}

.upload-area a {
  color: #4a4aef;
  text-decoration: underline;
}

.upload-btn {
  background-color: #f89c1c;
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.supported-line {
  margin: 30px 0 15px;
  color: #999;
  font-size: 14px;
  position: relative;
}

.supported-line::before,
.supported-line::after {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
}

.supported-line::before {
  left: 0;
}

.supported-line::after {
  right: 0;
}

.file-icons img {
  width: 36px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.file-icons img:hover {
  transform: scale(1.1);
}


/*Manage box starts - step 2*/

  .quote-box {
    font-family: 'Poppins', sans-serif;
    max-width: 900px;
    margin: auto;
    padding: 30px;
    color: #333;
  }
  .quote-box h2 {
    color: #a88af2;
  }
  .subtitle {
    color: #4a4aef;
    margin-bottom: 20px;
  }
  .currency-select span {
    display: block;
    margin-bottom: 6px;
  }
  .currency-select select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  .file-block {
    background: #f8f8fc;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }
  .file-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  .file-info img {
    width: 30px;
  }
  .language-cost-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .col {
    flex: 1;
    min-width: 150px;
  }
  .col label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .col input,
  .col select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  .tag {
    display: inline-block;
    padding: 6px 10px;
    background-color: #4a4aef;
    color: white;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 8px;
  }
  .remove {
    margin-left: 8px;
    cursor: pointer;
  }
  .remove-file {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #4a4aef;
    cursor: pointer;
  }
  .min-fee {
    margin: 30px 0 10px;
    background-color: #6c63ff;
    color: white;
    padding: 10px;
    font-size: 14px;
  }
  .footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #6c63ff;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .button-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .add-files,
  .proceed {
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  }
  .add-files {
    background: none;
    color: #4a4aef;
  }
  .proceed {
    background-color: #f89c1c;
    color: white;
  }

  .coupon-box {
    margin: 20px 0;
  }
  .coupon-box label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
  }
  .coupon-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  ///*Checkout starts - step 3*/

  .checkout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-family: 'Poppins', sans-serif;
  padding: 40px;
}
.summary {
  flex: 1;
  min-width: 300px;
}

.checkout-form {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

@media(max-width:960px){
  form.checkout #order_review{
    padding:0;
  }
  form.checkout #order_review .summary{
    padding:5px;
  }
}

.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-checkout{
  margin-top:0!important;
}

.file-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.file-summary img {
  width: 30px;
}
.summary-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
.summary-info div {
  flex: 1;
  min-width: 120px;
  margin-bottom: 10px;
}
.summary-info span {
  display: block;
  font-size: 12px;
  color: #888;
}
.summary-info p {
  margin: 4px 0 0;
  font-weight: 600;
}
.coupon-box label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.coupon-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.coupon-row input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom:0!important;
}
.apply-coupon {
  background: #f89c1c;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 30%;
}
.total-summary {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #4a4aef;
}
.back-link {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #4a4aef;
  font-weight: 500;
}
.checkout-form h2 {
  color: #a88af2;
}
.woocommerce-billing-fields .instruction {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.form-grid input {
  padding: 10px;
  border: none;
  border-bottom: 2px solid #4a4aef;
  outline: none;
}
.terms {
  display: block;
  margin: 20px 0;
  font-size: 14px;
}
.terms input {
  margin-right: 8px;
}
.terms a {
  color: #4a4aef;
  text-decoration: underline;
}
.payment-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pay-card,
.pay-paypal {
  flex: 1;
  background: #f89c1c;
  border: none;
  padding: 12px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.pay-paypal {
  background: white;
  border: 2px solid #f89c1c;
}
.pay-paypal img {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .checkout-container {
  	 display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .summary,
  .checkout-form {
    flex: 0 0 48%;
  }
}

/*Card checkout*/

.card-checkout-wrapper {
  margin-top: 60px;
  display: block;
}

.card-checkout {
  max-width: 400px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}
.card-checkout h2 {
  color: #a88af2;
  margin-bottom: 20px;
}
.card-checkout label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
}
.card-checkout input {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.card-checkout .row {
  display: flex;
  gap: 10px;
}
.card-checkout .row input {
  flex: 1;
}
.card-checkout .pay-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #f89c1c;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
}

/*Translation progress bar*/


.translation-status {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background: #6c63ff;
  color: white;
  padding: 60px 20px;
  border-radius: 0 0 20px 20px;
}
.translation-status h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.translation-status p {
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.progress-bar-wrapper {
  background: #4338ca;
  border-radius: 999px;
  width: 80%;
  margin: 0 auto;
  height: 24px;
  position: relative;
}
.progress-bar-fill {
  background: #f89c1c;
  height: 100%;
  width: 12%;
  border-radius: 999px 0 0 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-bar-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  color: white;
}


/*Misc styling*/

body #Footer{
  background-color:transparent;
}

.mfn-checkout-steps{
  display:none!important;
}


/* Custom order items start */


.order-summary-widget.custom-order-items {
    max-width:900px;
    margin: 0 auto;
    text-align:left;
    padding: 30px;
}

.order-summary-widget.custom-order-items h2 {
    margin-top: 0;
    color: #a88af2;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom:20px;
}

.woocommerce-checkout-review-order-table.custom-order-items{
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    background-color: #f9f9ff;
    border: 1px solid #e0e0e0;
    padding-bottom: 0px;
    padding-top: 0px;
}

.woocommerce-checkout-review-order-table.custom-order-items .saved_msg {
    font-weight: bolder; 
    color: #218700; 
    margin-left: 780px;
    margin-top: 10px;
    position: absolute;
}

.woocommerce-checkout-review-order-table.custom-order-items .export-xls {
    text-align: right;
    display: block;
    color: #449705;
}
.woocommerce-checkout-review-order-table.custom-order-items .export-xls:hover {
    text-decoration: none;
}
.order-summary-widget.custom-order-items .file-summary {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0 20px;
}

.order-summary-widget.custom-order-items .file-summary img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.order-summary-widget.custom-order-items .summary-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
}

.order-summary-widget.custom-order-items .summary-info span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #8a8a8a;
    text-transform: uppercase;
}

.order-summary-widget.custom-order-items .summary-info p {
    margin: 0.25rem 0 0;
}

.order-summary-widget.custom-order-items .summary-info .summary-note {
    grid-column: 1 / -1;
    color: #888;
}

.order-summary-widget.custom-order-items .final-proceed{
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 30px;
}

.order-summary-widget.custom-order-items .final-proceed .upload-btn{
    padding: 18px 28px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.order-summary-widget.custom-order-items .summary-note{
    margin-top:15px;
}

.order-summary-widget.custom-order-items .summary-note .upload-btn{
    background-color: #6c63ff;
}

.order-summary-widget.custom-order-items .summary-note .upload-btn:hover{
    background-color: #d3d3d3;
}



/* Custom order items end */

#Top_bar .logo{
	    float: none;
    margin: 0 auto;
    text-align: center;
}

.hideme{
	display: none!important;
}

#Top_bar .menu_wrapper{
	float:left;
}

#Top_bar .menu_wrapper{
	float:left;
}

@media(min-width:1240px){
	.header-simple #Header a.responsive-menu-toggle{
		left: 40px;
    top: 50px;
	}
}

@media(min-width:1240px){
	.header-simple #Header a.responsive-menu-toggle i{
		padding: 10px 14px;
    border-radius: 100px;
    border: 1px solid #363895;
    color: #363895;
	}
}

#Wrapper{
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-color:transparent;
    /* background-image: url(https://gt.webst.gr/wp-content/uploads/2025/10/wavesmalbottom_flipped.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    background-position: center calc(100% + 100px); */
    background-image: url(https://gt.webst.gr/wp-content/uploads/2025/05/canvasvgt2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}


/* #Wrapper:before{
    content: '';
    background-image: url(https://gt.webst.gr/wp-content/uploads/2025/05/canvasvgt2.svg);
    width: 100%;
    height: 200px;
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
} */

@media(max-width:500px){
  #Wrapper:before{
    content:none!important;
  }
  #Top_bar {
        background-color: #f5fbfc !important;
    }
}

#Content{
  z-index:1
}

#Wrapper, #Content, .mfn-popup .mfn-popup-content, .mfn-off-canvas-sidebar .mfn-off-canvas-content-wrapper, .mfn-cart-holder, .mfn-header-login, #Top_bar .search_wrapper, #Top_bar .top_bar_right .mfn-live-search-box, .column_livesearch .mfn-live-search-wrapper, .column_livesearch .mfn-live-search-box{
	background-color: transparent;
}

.footer_copy{
	display:none;
}

.features-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif; /* or similar rounded font */
  font-weight: 700;
  font-size: 20px;
  color: #2d2e83; /* main dark blue */
}

@media(max-width:500px){
  .features-list {
    font-weight:400;
    line-height: 1.2;
  }
}

.features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 74px;
}

.features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f59b23, #f59b23);
}

.features-list li span {
  color: #7b74f5; /* soft blue for highlighted words */
  font-weight: 700;
}

@media(max-width:500px){
  .features-list li span{
    font-weight:400;
  }
}

.form-step-icons-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center!important;
    gap: 10px;
}

.form-step-icons-wrapper a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.form-step-icons-wrapper .step-number{
		font-size: 1.2rem;
    color: #fff;
    background-color: #7b74f5;
    width: 50px;
    border-radius: 100px;
    display: inline-block;
    line-height: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.form-step-icons-wrapper .step-text{
	font-size: 1.2rem;
	font-weight: 600;
	color:#7b74f5;
  padding: 8px 15px;
}

@media(max-width:500px){
	.header-empty #Content{
		padding-top: 50px!important;
	}
  body.header-empty:not(.home) #Content{
		padding-top: 0!important;
	}
}

.form-step-icons-wrapper.number-step1 .step-text{
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #7b74f5;
    color: #fff;
    font-weight: 400;
}

.form-step-icons-wrapper.number-step1:hover .step-text{
    border: 1px solid #7b74f5;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #fff;
    color: #7b74f5;
    font-weight: 400;
}

.form-step-icons-wrapper.number-step1:hover a{
    text-decoration: none;
}

body #Top_bar{
    position: relative;
    left: 0;
    top: auto;
    z-index: 1;
    background-color: transparent;
}

.header-simple #Top_bar:not(.is-sticky) .top_bar_left{
    top: auto!important;
}

/* #Top_bar{
    position: relative!important;
    top: 0!important;
}

#Header_wrapper, #Intro {
    background-color: transparent!important;
}

.header-simple #Top_bar:not(.is-sticky) .top_bar_left {
    top: 0!important;
} */

#Header_wrapper{
  /* z-index:0!important; */
  background-color: transparent;
}

@media(min-width:768px){
  body #Wrapper #Content{
    padding-top: 200px!important;
  }
  body:not(.home) #Wrapper #Content{
    padding-top: 100px!important;
  }
}

.confirm {
  display: inline-flex;
  align-items: center;
  font-family: sans-serif;
  position: relative;
  gap: 6px;
}

.confirm input {
  margin-right: 6px;
}

.confirm img.tooltip-icon {
  width: 16px;
  height: 16px;
  cursor: help;
  vertical-align: middle;
}

/* Tooltip box */
.confirm .tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px); /* tooltip appears to the right of the icon */
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.4;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 10;
}

/* Show tooltip on hover */
.confirm img.tooltip-icon:hover + .tooltip-text {
  visibility: visible;
  opacity: 1;
}