/* ===================================================================================

* Theme Name: Bixola Child
* Theme URI: https://twinkletheme.com/themeforest/wp/elementor/bixola/
* Author: TwinkleTheme
* Author URI: https://themeforest.net/user/twinkletheme/portfolio
* Description: Bixola - Multipurpose Business Service WordPress Theme
* Version: 1.0.2
* Template: bixola
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
img[src$=".svg"] {
    width: 150px;
    height: auto;
    display: block;
}
body.home .feature-one__right .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0px;
}

body.home .feature-one__right .col-xl-3,
body.home .feature-one__right .col-lg-3,
body.home .feature-one__right .col-md-6,
body.home .feature-one__right .col-sm-12 {
    display: block !important; /* override flex */
    width: 100%;
}

body.home .feature-one__single {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.feature-one__single {
    position: relative;
    display: block;
    background-color: #F7F4F4;
    border-radius: var(--bixola-bdr-radius);
    padding: 40px 10px 36px;
    margin-bottom: 30px;
    z-index: 1;
}

/* Fix unwanted fixed height on homepage only */
.home .feature-one__single {
    height: auto !important;
  }
  
  /* Optional: Equal height for all columns */
  .home .feature-one__right .row {
    display: flex;
    flex-wrap: wrap;
  }
  .home .feature-one__single {
    display: flex;
    flex-direction: column;
    height: 100% !important;
  }
  
  body.home .why-choose-one__btn-box {
    display: block !important;
}
/* p {
    color: #414651 !important;
} */

.feature-one__single:hover .feature-one__text {
    color: var(--bixola-white) !important;
}

.footer-1 .footer__widget p, .footer-2 .footer__widget p, .footer-3 .footer__widget p {
    font-size: 14px;
    color: #D0D5DD !important;
}

div#custom_html-5 a {
    color: #D0D5DD !important;
}

p.exploring_custom {
    color: #cd071e !important;
}
.exploring_custom {
    font-size: 15px;
}

/* === Careers Page Styles === */

.single-job-items {
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  margin-bottom: 50px; /* Increased bottom space */
}


.single-job-items:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
}

.company-img img {
  max-width: 85px;
  height: auto;
  border-radius: 8px;
}

.job-tittle h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #28395a;
}

.job-tittle ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.job-tittle ul li {
  display: inline-block;
  font-size: 14px;
  color: #6c757d;
  margin-right: 20px;
  line-height: 1.6;
}

.job-tittle ul li i {
  color: #8b92dd;
  margin-right: 6px;
}

.job-tittle p {
  font-size: 15px;
  color: #444;
  margin-bottom: 6px;
  line-height: 1.7;
}

.job-tittle small {
  display: block;
  color: #888;
  margin-top: 5px;
  font-size: 13px;
}

/* Learn More Button */
.items-link a {
  display: inline-block;
  background: #fff;
  color: #000000;
  border: 1px solid #cd071e;
  border-radius: 30px;
  padding: 7px 18px;
  font-size: 14px;
  transition: 0.3s;
  text-align: center;
}

.items-link a:hover {
  background-color: #cd071e;
  color: #fff;
  border-color: transparent;
}

/* Job Count + Search */
.count-job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#job-count {
  font-size: 18px;
  font-weight: 500;
  color: #28395a;
}

.search-box input.oval-input {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 30px;
  min-width: 240px;
  outline: none;
  font-size: 14px;
}

/* No Data Found */
.no-data-found {
  padding: 40px 0;
  text-align: center;
}

.no-data-found img {
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.no-data-found p {
  font-size: 16px;
  color: #666;
}

/* Responsive Fixes */
@media (max-width: 767px) {
  .job-tittle h4 {
    font-size: 18px;
  }

  .items-link {
    text-align: left;
    margin-top: 15px;
  }

  .job-tittle ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .count-job {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .search-box input {
    width: 100%;
  }
}
.post-details3 {
    padding: 30px 30px 30px 30px;
    border: 1px solid #ededed;
}
.post-details3 ul{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: 16px;
}
.post-details3 ul li {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 8px !important;
    font-size: 16px;
}

/* Ensure the modal body is centered */
.modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* vertical center if needed */
    text-align: center;
    padding: 20px 10px;
}

/* Add spacing between paragraphs */
.modal .modal-body p {
    padding-top: 10px;
    line-height: 1.7;
    font-size: 16px;
    color: #212529;
}

/* Style the logo to center */
.modal .modal-body img {
    margin-top: 50px;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    height: auto;
}

/* Button box spacing */
.modal .about-one__btn-box {
    margin-top: 20px;
}

.modal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    color: #000;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 9999;
    line-height: 1;
    width: 32px;           /* Control width */
    height: 32px;          /* Control height */
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Optional: hover effect */
.modal .close-btn:hover {
    color: #ff4d4d;
}

.news-details {
    margin-bottom: 60px;
}

.appointment-two__btn {
    background-color: var(--bixola-white);
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(245, 37, 73) !important;
    border-image: initial !important;
    padding: 9px 20px 9px !important;
    margin-right: 5px;
}

.wpforms-container input.wpforms-field-medium {
    max-width: 100% !important;
}

#wpforms-form-1745 .wpforms-submit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    background-color: rgb(205, 7, 30) !important;
    color: var(--bixola-white);
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    padding: 10px 33px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.5s linear;
    outline: none !important;
}

.appointment-page__form-box {
    position: relative;
    display: block;
    background-color: var(--bixola-white);
    padding: 60px 60px 54px !important;
    border-top-right-radius: var(--bixola-bdr-radius);
    border-bottom-right-radius: var(--bixola-bdr-radius);
    filter: drop-shadow(0px 2px 8px rgba(16, 24, 40, 0.10));
}

.appointment-one__left p {
  text-align: left !important;
}
.appointment-one__left {
    position: relative;
    display: block;
    margin-right: 40px !important;
}
.cta-two__input-box {
    max-width: 200px !important;
}
.schedule_custom {
    color: rgb(255, 255, 255) !important;
}
.required-field {
    color: #f83942;
    font-size: 15px;
    margin-left: 5px;
}
.appointment-one__showing-sort {
    position: relative;
    display: block;
    width: 100%;
}
.appointment-one__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.appointment-one__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 38px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: var(--bixola-gray) !important;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-bottom: 1px solid #D0D5DD;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .1em solid;
    border-right: .1em solid transparent;
    border-bottom: 0;
    border-left: .1em solid transparent;
}


/* Target the bootstrap-select button for dropdowns */
.selectpicker + .btn-light {
  border: none;                /* Remove all borders */
  border-bottom: 1px solid #D0D5DD; /* Add only bottom border */
  border-radius: 0;            /* Remove rounded corners */
  background-color: transparent; /* Optional: transparent background */
  box-shadow: none !important; /* Remove Bootstrap default shadow */
  padding-left: 0;             /* Optional: align text like inputs */
}

/* Optional: when dropdown is focused */
.selectpicker + .btn-light:focus {
  outline: none;
}

/* Adjust inner text if needed */
.selectpicker + .btn-light .filter-option-inner-inner {
  padding-left: 0;
}

/* Remove borders except bottom + add spacing */
.appointment-one__showing-sort .bootstrap-select > .dropdown-toggle {
  display: block;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #D0D5DD !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 30px !important;
  text-align: left;
  position: relative;
}

/* Remove default arrow */
.appointment-one__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none !important;
}

/* Add right-side custom arrow */
.appointment-one__showing-sort .bootstrap-select > .dropdown-toggle::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #6B7280;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Optional: Style selected text */
.bootstrap-select .filter-option-inner-inner {
  color: #000;
  padding-left: 0 !important;
}

/* Maintain border on hover/focus */
.appointment-one__showing-sort .bootstrap-select > .dropdown-toggle:hover,
.appointment-one__showing-sort .bootstrap-select > .dropdown-toggle:focus {
  border-bottom: 1px solid #D0D5DD !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.appointment-one__showing-sort .bootstrap-select > .dropdown-toggle:hover,
.appointment-one__showing-sort .bootstrap-select > .dropdown-toggle:focus {
  border-bottom: 1px solid #D0D5DD !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #414651 !important;
}

.bootstrap-select {
    width: 100%;
    vertical-align: middle;
}