/* Light */
@font-face {
  font-family: 'RefrigeratorDeluxe';
  src: url('../fonts/Refrigerator-Deluxe-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'RefrigeratorDeluxe';
  src: url('../fonts/Refrigerator-Deluxe.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'RefrigeratorDeluxe';
  src: url('../fonts/Refrigerator-Deluxe-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: 'RefrigeratorDeluxe';
  src: url('../fonts/Refrigerator-Deluxe-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Heavy */
@font-face {
  font-family: 'RefrigeratorDeluxe';
  src: url('../fonts/Refrigerator-Deluxe-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



.card-layout-heading {
  margin-bottom: 20px ;
  font-size: 20px;
  font-weight: 600;
}

.card-layout-canvas {
  border: 1px solid #ccc;
}

.card-approve-btn {
  display: none;
  padding: 10px 20px;
  background: orange;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

/* Crop Modal */
.crop-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.crop-modal-inner {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
.crop-image {
  max-width: 500px;
  max-height: 400px;
}
.crop-btn {
  padding: 10px 20px;
  background: orange;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.crop-cancel-btn {
  padding: 10px 20px;
  background: orange;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
#car-layout {
  display: none;
}

#gform_submit_button_1 {
  display: none;
}

.card-layout-container {
  margin-top: 50px;
}
.info-text {
  font-size: 20px;
  font-weight: 600;
}

/* 
.logo-area-back {
  padding-left: 15px !important;
 
} */


/* Apply custom font only on Elementor page with ID 10 */

/* Apply to whole Gravity Form */
body .gform_wrapper {
  font-family: 'RefrigeratorDeluxe', 'Oswald' !important;
}

/* Labels */
body .gform_wrapper label,
body .gform_wrapper legend {
  font-family: 'RefrigeratorDeluxe', 'Oswald' !important;
  font-weight: 700; /* bold by default for labels */
}

/* Inputs & Textareas */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper textarea {
  font-family: 'RefrigeratorDeluxe', 'Oswald' !important;
  font-weight: 400; /* light weight */
}

/* Buttons */
body .gform_wrapper .gform_button {
  font-family: 'RefrigeratorDeluxe', 'Oswald' !important;
  font-weight: 700; /* bold button */
}


.lgmi-form input:focus,
.lgmi-form textarea:focus,
.lgmi-form select:focus,
.lgmi-form button:focus {
    outline: none !important;
    
}


.desol-loader-box {
    position: relative;
    width: 450px;
    padding: 30px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.2);
    overflow: hidden;
}

.loader-content {
    display: flex;
    align-items: center;
    gap: 25px;
    z-index: 2;
    position: relative;
}

.loader-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.loader-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.loader-border {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(120deg, #fcb91a, #ffffff, #fcb91a);
    background-size: 300% 300%;
    animation: borderMove 3s linear infinite;
    border-radius: 20px;
    z-index: 1;
}

@keyframes borderMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
