
.sofax-portfolio-menu ul li {
    padding: 7px 37px;
    margin-left: 6px;
}
.mb-0{
    margin-bottom: 0;
}
.sofax-default-btn, #sofax-submit-btn{
    color: #FFF !important;
}
.sofax-default-btn.outline-btn, #sofax-submit-btn.outline-btn{
    color: var(--heading-color) !important;
}
.sofax-portfolio-menu ul li.active {
    color: #FFF !important;
}
.sofax-active-icon{
    background: #f03322;
}

.sofax-default-btn.outline-btn:hover, #sofax-submit-btn.outline-btn:hover {
  color: #FFF !important;
}

.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
}

/* .sofax-preloader-wrap{
    background-color: #FFF5E3 !important;
} */
/* .bg-light {
    background-color: #FFF9F0 !important;
} */


/* Mobile styles */
@media (max-width: 767px) {

    .sofax-portfolio-column{
        margin-left : unset !important
    }
    /* Remove margin right */
    .rt-mr-20 {
      margin-right: unset !important;
    }

    /* Swiper container adjustments */
    .swiper-container {
      padding: 0 15px;
    }

    .swiper-slide {
      height: auto;
    }

    /* Navigation buttons for small screens */
    .swiper-button-next,
    .swiper-button-prev {
      transform: scale(0.7);
    }
  }

  /* Extra small devices (phones, 375px and down) */
  @media (max-width: 375px) {
    /* .sofax-portfolio-menu ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .sofax-portfolio-menu ul li {
      padding: 2px 10px !important;
      font-size: 13px;
    } */

    .swiper-button-next,
    .swiper-button-prev {
      display: none;
    }

    /* Make pagination dots more visible */
    .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
    }
  }

.custom-select {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 9px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 16px 12px;
    text-align: right;
    direction: rtl;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select.is-invalid {
    border-color: #dc3545;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Form Styling - Modern Design */
.sofax-field-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.sofax-field-box h3 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.sofax-field-box h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background: #f03222;
    border-radius: 3px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #f03222;
    background-color: #fff;
    /* box-shadow: 0 0 0 4px rgba(255, 165, 0, 0.1); */
    outline: none;
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFA500' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 16px;
    padding-left: 45px;
    text-align: right;
    direction: rtl;
}

.star {
    color: #FF6347;
    margin-right: 4px;
}

.sub-color {
    color: #888;
    font-size: 14px;
}

#sofax-submit-btn {
    background:#f03222;
    color: white !important;
    border: none;
    border-radius: 10px;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#sofax-submit-btn:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 10px 20px rgba(255, 165, 0, 0.2); */
}

#sofax-submit-btn:active {
    transform: translateY(0);
}

.invalid-feedback {
    display: block;
    color: #dc3545;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

.is-invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 16px;
    padding-left: 45px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    padding: 15px 20px;
    border-radius: 10px;
    border-right: 4px solid #28a745;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .sofax-field-box {
        padding: 25px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select,
    #sofax-submit-btn {
        padding: 14px 16px;
        font-size: 15px;
    }
}

.sofax-service-table-title h3 i{
    background: #f03222;
    padding: 10px;
    border-radius: 12px;
    color: #fff !important;
    font-size: 18px;
}

.sofax-default-btn.outline-btn, #sofax-submit-btn.outline-btn {
    background-color: #f03222;
    border: 1px solid #f03222;
}

.sofax-default-btn.outline-btn, #sofax-submit-btn.outline-btn {
    color: #FFFFFF !important;
}
