/*
Theme Name: Solidex Finishes
Author: App and Website
Description: Theme by <a href="https://appandwebsite.au/"> App and Website </>
Version: 1.0.0
*/

/* colours
#e71e24
#294f76 */

.text_custom_grey p{
    color: #67686d;
}

.header_logo img{
 width: 120px!important;
 object-fit: contain;
}
.topbar_anchors a{
    color: #fff;
    font-weight: 500;
}
.topbar_anchors a:hover{
    color: #ccc;
}

.hero_slider_main h2{
    font-size: 56px;
    color: #fff;
    line-height: 78px;
}
.button_hero{
    padding-right: 20px;
}

.form_hero input, .form_hero textarea{
    background: #fff!important;
    color: #000000!important;
}
.form_hero input::placeholder, .form_hero textarea::placeholder{
    color: #000000!important;
}
.btn_text{
    font-weight: 500;
}

.home2-hero-slider .appoinment-form {
    padding: 30px 25px;
}
.service_content .h4-headline:hover h5 {
    color: #c40b11!important;
}
.testimonial_page_section .slider_testi{
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
}
.testimonial_page_section .slider_testi .feedback-single{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
}
.testimonial_page_section .feedback-txt{
  margin-bottom: 16px;
}
.testimonial_page_section .feedback-star i{
   color: #f3c600;
}


@media screen and (max-width:1360px) {
    .appointment_form_container{
        margin-right: 100px!important;
    }
}
@media screen and (max-width:1280px) {
    .revslider-initialised .tp-leftarrow.custom, .revslider-initialised .tp-rightarrow.custom {
        display: none!important;
    }
}
@media screen and (max-width:1200px) {
    .header_logo img{
        width: 100px!important;
    }
    .mobile_menu_bars{
        margin-top: -50px!important;
    }
    .home2-hero-slider .appoinment-form {
        position: absolute;
        top: -650px;
        right: 40px;
        display: inline-block;
        z-index: 2;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 20px;
        max-width: 400px;
        border-radius: 6px;
    }
    .hero_slider_main h2{
        font-size: 38px;
        line-height: 60px;
    }
}
@media screen and (max-width:992px) {
    .home2-hero-slider .appoinment-form {
        position: relative;
        top: 60px;
        left: 50%;
        transform: translate(-50%);
        display: inline-block;
        z-index: 2;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 20px;
        max-width: 400px;
        border-radius: 6px;
    }
}

@media screen and (max-width:768px) {
    .hero_slider_main h2{
        font-size: 36px;
        line-height: 52px;
    }
}

@media screen and (max-width:480px) {
    .hero_slider_main h2{
        font-size: 28px;
        line-height: 42px;
    }
}
.slider_btn_c span{
    border-radius: 100%;
}
.hero_bootstrap_slider img{
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.home2-hero-slider .appoinment-form {
    top: -550px;
}
.hero_slide_item{
    position: relative;
}
.hero_slide_content{
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
}
.content_wrapper_hero{
    width: 100vw;
    display: flex;
    justify-content: center;
}
.hero_content_outer{
    max-width: 1200px;
}
.hero_content_outer h2{
    width: 60%;
}
.carasoul_indicators{
    height: 16px;
    display: flex;
}
.carasoul_indicators .indicator{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 0 5px;
    background: #888;
}
.carasoul_indicators .indicator.active{
    background: #fff;
}
.slider_btn{
    margin-top: 30px;
}
.slider_btn a{
    border-radius: 60px;
}
.book_now_btn{
    height: auto;
    padding: 4px 18px;
    border-radius: 25px;
    font-size: 14px;
    background: #f58020;
    color: #fff;
}
.topbar_row .header-social{
    padding-top: 4px;
    padding-right: 15px;
}
.book_now_btn_t2{
    display: none;
}
@media (max-width: 1199.98px) {
    .header-style-3 .header-bottom .header-right .bixol-mobile-hamburger span {
        background-color: #294f76;
    }
}
.header-style-2 .desktop-menu ul li.has-submenu ul {
    min-width: 250px;
}

/* ====== TOP BAR STYLES ====== */
.topbar_new {
  background-color: #1a3d61; /* navy blue from logo */
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 8px 0;
}

.topbar_new .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topbar_new .topbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.topbar_new .contact-item {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}


.topbar_new .service-area {
  opacity: 0.85;
}

.topbar_new .topbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.topbar_new .social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  transition: color 0.3s;
}

.topbar_new .social-icons a:hover {
  color: #e42c2b;
}

/* CTA Button */
.topbar_new .btn-quote {
  background-color: #e42c2b;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.btn_quote {
  background-color: #e42c2b;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.topbar_new .btn-quote:hover {
  background-color: #fff;
  color: #0f2643;
}

.bixol-breadcrumb .breadcrumb-content a:hover {
    color: #000;
}
.project_details_main h3{
  color: #222;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog_details_main .blog-posts h1{
  color: #222;
  font-size: 32px;
}
.blog_details_main .blog-posts h2{
  color: #444;
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog_details_main .blog-posts h3{
  color: #444;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog_details_main .blog-posts ul li{
  list-style-type: disc;
  margin-left: 20px;
}
.blog_details_main .blog-posts ol {
  margin-left: -10px;
  margin-top: 5px;
}
.blog_details_main .blog-posts ol li{
  list-style-type: numeric;
}
.blog_page_blog_section .h4-blogs .h4-blog-column .thumb-wrapper img{
    height: 280px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1500px) {
    .carousel-control-prev{
        display: none;
    }
    .carousel-control-next{
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .hero_content_outer{
        padding-left: 40px;
    }
    .hero_content_outer h2{
        width: 50%;
    }
    .sticky_topbar{
        display: block!important;
    }
}
@media screen and (max-width: 992px) {
    .hero_content_outer{
        padding-left: 40px;
        padding-right: 40px;
    }
    .hero_content_outer h2{
        width: 100%;
        text-align: center;
    }
    .slider_btn{
        display: flex;
        justify-content: center;
    }
    .hero_bootstrap_slider img{
        height: 560px;
    }
    .mail_topbar{
        display: none;
    }
    .srvarea{
         display: none;
    }
    .home2-hero-slider .appoinment-form {
    top: 60px;
}
}
@media screen and (max-width: 768px) {
    .hero_bootstrap_slider img{
        height: 480px;
    }
    .mail_topbar{
        display: none;
    }
    .mobile_menu_bars{
        padding-top: 50px;
    }
    .header_logo_a img{
        height: 60px;
        transform: scale(1.3);
        padding-bottom: 4px;
    }
    .emailitem{
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .hero_bootstrap_slider img{
        height: 420px;
    }
    .hero_content_outer {
       padding-top: 50px;
    }
    .hero_content_outer h2{
        font-size: 24px;
        line-height: 32px;
    }
    .emailitem, .req_quote{
        display: none;
    }
     .book_now_btn_t2 {
        display: block;
        width: fit-content;
        margin-left: -30px;
        background: #e71e24!important;
    }
    .header-style-2 .header-bottom .header-right {
    padding-top: 25px;
}
.header-sticky .header_logo_a img{
    height: 50px;
}
}
@media screen and (max-width: 480px) {
    .hero_bootstrap_slider img{
        height: 360px;
    }
    .hero_content_outer h2{
        font-size: 24px;
        line-height: 32px;
    }
    .book_now_btn_t1{
        display: none;
    }
    .book_now_btn_t2{
        display: block;
        width: fit-content;
        margin-left: -30px;
    }
    .header_logo_a img{
        margin-left: 0px;
    }
    .mobile_menu_bars{
        padding-top: 25px;
    }
}
@media screen and (max-width: 380px) {
    .hero_bootstrap_slider img{
        height: 320px;
    }
    .hero_content_outer h2{
        font-size: 20px;
        line-height: 28px;
    }
}

.service_section_main{
    height: auto;
    background: #000000;
}
.service_content a, .service_content p{
    text-align: center;
}
.service_content p{
    margin-top: 10px;
}
.service_content a h5:hover{
    color: #13450d!important;
}

.manager_sec{
   margin-top: 25px;
}
.manager_sec p{
    color: #67686d;
    font-size: 18px;
}
.director_image_wrapper{
    height: 480px;
    width: auto;
}
.director_image_wrapper img{
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 6px;
}


.cta1-wrap{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
    background: #000;
}
.cta1_main{
    display: flex;
    justify-content: flex-end;
}
.radius_btn a{
    border-radius: 60px;
}
.btn_i_radius span{
 border-radius: 100%;
}
.cta1-wrap p{
    color: #ccc;
    margin-top: 10px;
}

.custom_title_area span.bixol-subtitle::after {
    display: none!important;
}

.blog_area{
    background: #f5f5f5;
}
.custom_title_area2 .bixol-subtitle{
    color: #3a4268!important;
}
.blog_sm_home h6{
   color: #e71e24;
}

.footer_main{
    background: #000000;
}
.copyright_bottom{
    background: #262a3d!important;
}
.footer_logo{
    background: #f5f5f5;
    border-radius: 4px;
    height: 120px!important;
    width: 180px!important;
}
.footer_list li{
    margin-bottom: 6px;
}
.footer_list a{
    color: #fff;
}
.footer_list li a:hover{
    color: #ccc;
}

.mobile_menu_main ul li a{
    color: #000000;
}
.mobile_menu_main ul li ul li a{
    color: #494c5a;
}
.abn_licnumber{
    margin-top: 30px;
}
.abn_licnumber h6{
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
.bixol-footer .footer-copyright p a {
    color: #e71e24;
}
.h6-footer .bixol-footer-widget h4::after {
    background-color: #e71e24;
}

.blog_page_blog_section .h4-headline h4{
    color: #222;
    font-weight: 500;
    font-size: 20px;
}
.h4-blog-area .h4-blogs .h4-blog-column .blog-content .seperator::before {
    background-color: #e71e24;
}
.h4-blog-area .h4-blogs .h4-blog-column .blog-content .readmore-btn a {
    margin-top: 12px;
    text-transform: none;
    font-weight: 500;
    color: #e71e24;
}
.h4-blog-area .h4-blogs .h4-blog-column .blog-content .readmore-btn {
    height: auto;
}
.h4-blog-area .h4-blogs .h4-blog-column .blog-content .readmore-btn a i {
    font-size: 14px;
}


.header-style-3 .header-bottom {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.blog-content-section .blog-posts .blog-details-post .details-blog-meta span i {
    color: #294f76;
}
.blog-content-section .blog-sidebar .sidebar-widget .widget-title h5::after {
    background-color: #e71e24;
}


/* ===== SOLIDEX PROCESS SECTION ===== */
.solidex-process-section {
  background: #fff9f9;
  padding: 60px 20px;
  font-family: inherit;
  color: #0f1724;
}

.solidex-process-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.solidex-process-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}

.solidex-process-intro {
  text-align: center;
  color: #475569;
  max-width: 900px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* Grid - 3 columns on desktop */
.solidex-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Card */
.solidex-process-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(15,23,36,0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 240ms ease, box-shadow 240ms ease;
  position: relative;
  overflow: hidden;
  min-height: 210px;
}

.solidex-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(15,23,36,0.12);
}

/* Step badge */
.solidex-process-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg,#ef4444,#ff7a7a);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(239,68,68,0.18);
}

/* icon */
.solidex-process-icon {
  background: rgba(14,165,164,0.06);
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

/* title & desc */
.solidex-process-title {
  font-size: 18px;
  margin: 0 0 8px;
  color: #0f1724;
  font-weight: 700;
}

.solidex-process-desc {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 1100px) {
  .solidex-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .solidex-process-grid {
    grid-template-columns: 1fr;
  }

  .solidex-process-card {
    min-height: auto;
    padding: 18px;
  }

  .solidex-process-badge {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .solidex-process-icon {
    width: 56px;
    height: 56px;
  }
}



/* projects page css */
.mts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.mts-section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #222;
}
.mts-filter-buttons {
  text-align: center;
  margin-bottom: 30px;
}
.mts-filter-btn {
  background: #294f76;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.mts-filter-btn:hover,
.mts-filter-btn.active {
  background: #294f76;
}
.mts-projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.mts-project-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.mts-project-card:hover {
  transform: translateY(-5px);
}
.mts-project-card img {
  width: 100%;
  display: block;
}
.mts-project-content {
  padding: 20px;
}
.mts-project-content h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}
.mts-project-content p {
  margin: 0 0 15px;
  font-size: 0.95rem;
  color: #555;
}
.mts-project-content a {
  color: #294f76;
  text-decoration: none;
  font-weight: 600;
}
.mts-project-content a:hover {
  text-decoration: underline;
}

.mts-filter-btn:hover {
  background: #e71e24; /* hover red */
  color: #fff;
}

.mts-filter-btn.active {
  background: #e71e24; /* active red */
  color: #fff;
}

/* Responsive */
@media(max-width:768px){
  .mts-section-title { font-size: 2rem; }
  .mts-project-content h3 { font-size: 1.1rem; }
}



/* project-details-page-css */
.mts-project-details {
  background: #fff;
  color: #333;
}
.mts-details-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.mts-client-industry{
  margin-top: 20px;
}
.mts-project-challenge {
  margin-bottom: 20px;
}
.mts-system-installed h3,
.mts-results h3,
.mts-testimonial h3,
.mts-related-projects h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.mts-project-images {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.mts-project-images img {
  width: 30%;
  border-radius: 8px;
  object-fit: cover;
}
.mts-testimonial blockquote {
  font-style: italic;
  border-left: 4px solid #294f76;
  padding-left: 15px;
  color: #555;
}
.mts-testimonial p {
  text-align: right;
  font-weight: bold;
}
.mts-related-projects ul {
  list-style-type: none;
  padding: 0;
}
.mts-related-projects li {
  margin-bottom: 10px;
}
.mts-cta-buttons {
  margin-top: 30px;
}
.mts-cta-btn {
  background: #f0f0f0;
  color: #222;
  padding: 12px 25px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.mts-cta-btn:hover {
  background: #294f76;
  color: #fff;
}
.mts-cta-primary {
  background: #294f76;
  color: #fff;
}
.mts-cta-primary:hover {
  background: #294f76;
}
.mts-related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mts-related-header h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #294f76; /* red color as per your style */
}
.mts-cta-btn {
  background: #294f76;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
}
.mts-cta-btn:hover {
  background: #294f76;
}
@media(max-width:768px){
  .mts-project-images {
    flex-direction: column;
    align-items: center;
  }
  .mts-project-images img {
    width: 80%;
    margin-bottom: 20px;
  }
}
/* Container for image cards */
.project-image-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

/* Individual image card */
.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Image styling */
.image-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Labels */
.image-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 5px 12px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}

.image-label.before {
  background-color: #ff6b6b;
}

.image-label.during {
  background-color: #f0ad4e;
}

.image-label.after {
  background-color: #28a745;
}

/* Responsive adjustments */
@media(max-width:768px) {
  .project-image-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:500px) {
  .project-image-cards {
    grid-template-columns: 1fr;
  }
}


.list_olservices ol li{
    margin-top: 10px;
}


/* MINI CTA AT TOP OF FOOTER */
.solidex-footer-cta {
    width: 100%;
    background: #e71e24; /* eye-catching red */
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}

.solidex-footer-cta-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.solidex-footer-cta-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    flex: 1 1 250px;
}

.solidex-footer-cta-btn {
    background: #ffffff;
    color: #e71e24;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}

.solidex-footer-cta-btn:hover {
    background: #ffeaea;
    color: #e71e24;
}

/* Responsive */
@media (max-width: 768px) {
    .solidex-footer-cta-container {
        flex-direction: column;
        text-align: center;
    }
    .solidex-footer-cta-text {
        margin-bottom: 10px;
    }
}



/* ===== FEATURES & BENEFITS (SOLIDEX STYLE) ===== */
.solidex-benefits {
  background: #fff9f9;
  padding: 80px 20px;
}

.solidex-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.solidex-benefits-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 50px;
  position: relative;
}

.solidex-benefits-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #ef4444;
  margin: 10px auto 0;
  border-radius: 3px;
}

.solidex-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.solidex-benefit-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.solidex-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.icon-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.icon-wrap img {
  width: 40px;
  height: 40px;
}

.benefit-text h3 {
  font-size: 1.1rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 8px;
}

.benefit-text p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .solidex-benefits-grid {
    grid-template-columns: 1fr;
  }
  .solidex-benefit-card {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .icon-wrap {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .icon-wrap img {
    width: 35px;
  }
  .benefit-text h3 {
    font-size: 1rem;
  }
}






@media screen and (max-width:992px){
    .director_image_wrapper{
        height: 100%!important;
        width: 100%!important;
        object-fit: cover;
    }
    .director_image_wrapper img{
        height: 100%!important;
        width: 100%!important;
        object-fit: cover;
    }
    .about_section{
        padding-bottom: 60px;
    }
    .service_section_main{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .message_section{
        padding-top: 60px;
        padding-bottom: 0px; 
    }
}
@media screen and (max-width:768px){
    .cta1_main{
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .cta1_content p{
        text-align: center;
    }
    .cta1_content h2{
        text-align: center;
    }
    .cta1_main{
        display: flex;
        justify-content: center;
        margin-top: -10px;
    }
    .custom_title_h2{
        font-size: 28px;
    }
}
.sm_br_show{
    display: none;
}
@media screen and (max-width:460px){
    .sm_br_show{
        display: block;
    }
}

.best_sec_row{
    margin-top: -30px;
}
.wrapper_best{
    padding: 25px;
    margin-right: 25px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 6px;
}
.wrapper_best span{
    color: #f58020;
}
.wrapper_best p{
    margin-top: 16px;
}
.brisbane_logo{
    display: flex;
    justify-content: center;
}
.brisbane_logo img{
    height: 140px;
    width: auto;
    object-fit: cover;
}
@media screen and (max-width:992px){
    .brisbane_logo{
        margin-top: 25px;
    }
    .wrapper_best_2{
        margin-bottom: 25px;
    }
    .wrapper_best{
        margin-right: 0px;
    }
}

.cta2_main .radius_btn{
    margin-top: 16px;
}
.cta2_wrap{
    padding: 0!important;
}
.cta2_wrap .cta1_content{
    padding-left: 25px;
}
.cta2_wrap .radius_btn{
    padding-left: 25px;
}
.cta_2_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media screen and (max-width:992px){
    .cta2_wrap .cta1_content{
        padding: 25px;
    }
    .cta2_main .radius_btn{
        margin-top: 0px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:768px){
.about_page_about_section{
    padding-top: 60px;
}
.listed_section{
    padding-bottom: 30px;
}
.cta2_main{
    margin-bottom: 60px;
}
.cta2_wrap{
    padding-top: 25px!important; 
    padding-bottom: 0px!important; 
}
.cta2_main .radius_btn{
    display: flex;
    justify-content: center;
}
.cta2_wrap img{
    display: none;
}
}

.breadcrumb_custom h1{
 text-align: left;
}
.breadcrumb_custom p{
    text-align: left;
    width: 70%;
    color: #fff;
    margin-top: 10px;
}
.breadcrumb_custom .radius_btn{
    display: flex;
    justify-content: left;
    margin-top: 20px;
}
.breadcrumb_custom .radius_btn:hover a{
    color: #fff;
}
.breadcrumb_custom h1{
    font-size: 42px;
}
@media screen and (max-width:992px){
    .breadcrumb_custom p{
        width: 100%;
    }
    .contact_page_image{
        display: none;
    }
    .contact_area{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .breadcrumb_custom{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .breadcrumb_custom h1{
        font-size: 36px;
    }
}
@media screen and (max-width:768px){
    .breadcrumb_custom{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .breadcrumb_custom h1{
        font-size: 32px;
    }
    .breadcrumb_custom p{
        font-size: 14px;
    }  
}
.footer_contacts a{
    color: #737373;
    word-wrap: break-word!important;
}
.footer_contacts .info-item{
    display: flex;
    flex-direction: column;
}

.service_page_service_main{
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.service_page_service_main .slick-arrow{
    display: none!important;
}
.service_list_service_page{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}
.service_list_service_page .portfolio-single{
   border: 1px solid #99abbd;
}
.service_list_service_page .portfolio-single img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.service_list_service_page .portfolio-single .service_content{
    padding: 16px;
    background: #fff2f2;
}
.h4-headline h1, .h4-headline h2, .h4-headline h3, .h4-headline h4, .h4-headline h5, .h4-headline h6 {
    color: #e71e24;
}
@media screen and (max-width:992px){
    .service_list_service_page{
        grid-template-columns: auto auto;
    } 
}
@media screen and (max-width:768px){
    .service_list_service_page{
        grid-template-columns: auto;
    } 
    .service_list_service_page .portfolio-single img{
        height: auto;
    }
}


.appointment_form_service_main{
    padding: 25px;
}
.service_intro_left p{
    margin-top: 20px;
}


.form_service_page{
    background: #e71e24;
    padding: 25px;
    border-radius: 6px;
}
.form_service_page h3{
    color: #fff;
}
.form_service_page .service_form_text{
    color: #fff;
    margin-top: 10px;
}
.service_form_btn{
    padding-top: 0px;
}
.form_service_page form input, .contact-v2 .contact-v2-right form select, .contact-v2 .contact-v2-right form textarea {
    margin-bottom: 16px!important;
}
.form_service_page .service_form_btn{
    margin-top: 0px!important;
}
.form_service_page .service_form_btn button:hover{
    background: #da670a!important;
}
.form_service_page select{
    color: #737373!important;
}

.Service_why_hire_section{
    background: #e71e24;
    padding-top: 60px;
}
.hiring_row{
    padding-top: 40px;
}
.hiring_row .hiring_item .item_inner_hiring{
    background: #fff;
    padding:30px 10px ;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.hiring_row .hiring_item .item_inner_hiring:hover{
    transform: scale(1.05);
}
@media screen and (max-width:992px){
    .form_service_page{
        margin-top: 40px;
    }
    .service_page_sec1{
        padding-top: 60px;
        padding-bottom: 60px;
        background: none;
    }
    .service_page_sec2{
        padding-top: 0px;
    }
    .contact-v2 .contact-v2-left .bixol-title-area {
        padding: 0 0px!important;
    }
}
@media screen and (max-width:768px){
    .d_none_460{
       display: none;
    }
    .item_inner_hiring{
     margin-bottom: 25px!important;
    }
    .Service_why_hire_section{
        padding-bottom: 40px;
    }
}


.service_what_we_do_item .count_why_do{
    color: #c3d8c0!important;
    font-size: 36px!important;
    left: 25px!important;
}
.faq-section .faq-bottom .faq-wrapper .accordion-item::after {
    background-color: #e71e24;
}
.faq_sec .faq-top {
    padding: 0;
}
.faq_sec a{
    color: #3a4268!important;
}
.faq_sec p{
    color: #737373!important;
}


.waste_management_row{
    background: #000000;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
}
.waste_management_content{
display: flex;
align-items: center;
padding: 25px;
}
.waste_management_content h2{
    color: #fff;
}
.waste_management_content p{
    color: #ccc;
}
.row_reversed{
    display: flex;
    flex-direction: row-reverse;
}
.waste_management_row .about-left{
    height: 100%;
    width: 100%;
}
.waste_management_row .about_image_wrapper{
    height: 100%;
    width: 100%;
}
.waste_management_row .about_image_wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:768px){
.faq_page_cta{
    margin-top: 20px;
    margin-bottom: 60px;
}
}


.sidebar_blog_details .recent-post-single .post-thumbnail img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.sidebar_blog_details .recent-post-single a h6{
    color: #444!important;
}
.sidebar_blog_details .recent-post-single a h6:hover{
    color: #e71e24!important;
}
.sidebar_category_list ul li a{
    color: #444!important; 
}
.sidebar_category_list ul li a:hover{
    color: #e71e24!important;
}
.sidebar_cta_btn{
    background: #e71e24!important;
}
.sidebar_cta_btn:hover{
    background: #e71e24!important;
}
.quote_page_form{
   margin-top: 50px;     
}
@media screen and (max-width:992px){
    .service_page_sec1_dup{
        background: #f4f8fd;
    }
    .quote_page_form{
        margin-top: 0px;   
    }
    .blog_page_blog_section{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .blog_details_sidebar_wrap{
        margin-top: 50px;
    }
    .blog_details_main .blog-posts {
        padding-right: 0px;
    }
    .blog_details_main{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonial_title{
        text-align: center;
        padding-right: 0px!important;
    }
    .testimonial_section{
        padding-top: 50px;
        padding-bottom: 10px;
    }
}

.appointment_button{
    padding: 6px 40px;
    margin-top: 20px!important;
    background: #e71e24;
}

.service_list_home .portfolio-single{
 background: #fff;
}

.testimonial_section .slick-arrow{
    border: 2px solid #e71e24!important;
}
.testimonial_section .slick-arrow i{
    color: #e71e24!important;
}
.testimonial_section .slick-arrow:hover {
    background-color: #e71e24!important;
}
.testimonial_section .slick-arrow:hover i{
    color: #ffffff!important;
}
.testimonial_section h6{
    color: #e71e24!important;
}
.testimonial_slider img{
   height: 60px;
}

.rate_us{
    margin-bottom: 60px;
}
.rate_us_row{
    background-color: #eaf0ea;
    border-radius: 10px;
    padding: 30px;
}
.rate_item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ccc;
}
.rate_item:nth-child(1){
    border-left: 0px solid #ccc;
}
.rate_item_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.rate_icon img{
    height: 60px;
    width: auto;
}
.rate_text a{
    font-weight: 600;
    color: #e71e24;
}
@media screen and (max-width:1200px){
    .rate_us{
        margin-left: 10px;
    }
}
@media screen and (max-width:992px){
    .rate_us{
        margin-left: 10px;
        margin-right: 10px;
    }
    .rate_item{
        margin-top: 30px;
        border-left: 0px solid #ccc;
    }
    .rate_item_head{
        text-align: center;
    }
}
@media screen and (max-width:576px){
    .rate_us_row{
        padding: 30px 10px;
    }
    .rate_item{
        justify-content: flex-start;
    }
    .rate_item_head{
        text-align: start;
    }
}



/* Mega Menu Styles */
.mega-menu {
    position: absolute;
    width: 1180px;
    left: -50%;
    transform: translateX(-48%);
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
}

.has-submenu:hover .mega-menu {
    display: block;
}

.mega-menu-title {
    color: #e71e24;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e71e24;
    padding-bottom: 5px;
}

.mega-menu li {
    padding: 5px 0;
}

.mega-menu li a {
    color: #666;
    transition: all 0.3s ease;
}

.mega-menu li a:hover {
    color: #e71e24;
    padding-left: 5px;
}


/* Responsive Styles */
@media (max-width: 991px) {
    .mega-menu {
        position: static;
        padding: 10px;
    }
    
    .mega-menu .row {
        margin: 0;
    }
    
    .mega-menu .col-md-3 {
        padding: 10px;
    }
    
    .mega-menu-title {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .mega-menu .col-md-3 {
        width: 100%;
    }
}

/* Mobile Menu Styles */
@media (max-width: 1200px) {
.mega-menu {
    position: absolute;
    width: 1180px;
    left: -50%;
    transform: translateX(-0%);
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
}
}
@media (max-width: 991px) {
    .mega-menu {
        position: static;
        width: 100%!important;
        left: 0!important;
        display: none;
        padding: 15px;
        background: #f5f5f5;
    }

    .has-submenu {
        position: relative;
    }

    .has-submenu.menu-open > a {
        color: #e71e24!important;
    }

    .has-submenu > ul {
        display: none;
    }

    .mega-menu .col-md-3 {
        padding: 10px 15px;
    }

    .mega-menu-title {
        margin-top: 0;
        padding-top: 10px;
    }
}

.hero_slider_main .carasoul_indicators{
    display: none;
}
.mobile_menu_main {
    left: -320px;
}
.mobile-menu-active{
    left: 0px;
}
.bixol-mobile-menu {
    position: fixed;
    width: 300px;
}
.bixol-mobile-menu ul li.has-submenu .mnubmitem li a {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.bixol-mobile-menu ul li.has-submenu .mnubmitem {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.hero_content_outer{
    max-width: 700px;
    margin-left: -480px!important;
}
.hero_content_outer h1{
    color: #fff;
    font-weight: 600;
    font-size: 48px;
}
.hero_content_outer p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}

.header-style-3 .desktop-menu ul li a:hover {
    color: #e71e24!important;
}
.header-style-3 .desktop-menu ul li a::before {
    bottom: 10px;
    left: 50%;
    border: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
    background-color: #e71e24;
}

.hero_buttons{
    background: transparent;
    margin-top: 20px;
}
.hero_buttons a{
    font-weight: 500!important;
}
.hero_buttons .btn-quote{
    padding: 12px 25px;
    margin-right: 12px;
}
.hero_buttons .req_quote2{
    background: #294f76;
}
.custom_title_h2{
     color: #294f76!important;
     font-weight: 600;
}
.list_olservices h2{
    color: #294f76!important;
     font-weight: 600;
}
.home2-about-section .about-right .about-btn a {
    font-weight: 600;
}
.bixol-primary-btn{
     background: #294f76;
     height: 46px!important;
}
.bixol-primary-btn span {
    padding: 6px 10px;
    background-color: #e71e24;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.appointment_button {
    height: 42px;
    font-size: 16px;
    background: #e71e24!important;
    color: #fff!important;
}
.contactbtnform input{
    margin-top: 0px!important;
}
.bdr_btm{
    border-bottom: 2px solid #e71e24;
}

.process_secservice .solidex-process-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #ef4444, #ff7a7a);
    color: #fff;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.18);
}
.sr3-service-section .bixol-title-area p {
    color: #222;
}
.maintenance_content ul{
    margin-left: 0px!important;
}

/* WHY CHOOSE US - SOLIDEX STYLES */
.solidex-why-choose {
  padding: 60px 20px;
  background: #fff9f9;
}

.solidex-container {
  max-width: 1200px;
  margin: 0 auto;
}

.solidex-subtitle {
  text-align: center;
  color: #475569;
  max-width: 800px;
  margin: 0 auto 40px;
  font-family: inherit;
}

.solidex-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.solidex-card {
  display: flex;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 36, 0.06);
  padding: 20px;
  align-items: flex-start;
  transition: all 0.25s ease;
}

.solidex-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(15, 23, 36, 0.12);
}

.solidex-icon {
  flex: 0 0 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.solidex-card-title {
  font-size: 18px;
  color: #0f1724;
  margin-bottom: 6px;
}

.solidex-card-text {
  font-size: 16px;
  color: #475569;
  line-height: 1.5;
}

/* Icon color variations */
.solidex-icon-blue {
  background: linear-gradient(135deg, #eef2ff, #e6f7ff);
}
.solidex-icon-orange {
  background: linear-gradient(135deg, #fff7ed, #fff1f2);
}
.solidex-icon-green {
  background: linear-gradient(135deg, #ecfccb, #e6fffa);
}
.solidex-icon-teal {
  background: linear-gradient(135deg, #eef2ff, #ecfeff);
}
.solidex-icon-yellow {
  background: linear-gradient(135deg, #eef2ff, #fff7ed);
}
.solidex-icon-red {
  background: linear-gradient(135deg, #fff1f2, #f0f9ff);
}

.contact_page_image img{
    border: 4px solid #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.contact-v3 .contact-v2-right form input, .contact-v3 .contact-v2-right form textarea {
     border: 1px solid #ccc;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .solidex-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .solidex-grid {
    grid-template-columns: 1fr;
  }
  .solidex-title {
    font-size: 24px;
  }
  .solidex-subtitle {
    font-size: 15px;
  }
}



.contact-v2 .contact-v2-right form .submit-btn button {
    background-color: #e71e24;
}
.contact-v2 .contact-v2-right form .submit-btn button:hover {
    background-color: #b6191e;
}

.ctarea2 .info-item{
    background: #ffe8e9;
    border-radius: 5px;
    padding: 20px;
}
.contact-v3-info-content .info-content .info-item .icon-wrapper i {
    color: #e71e24;
}
.contact-v3-info-content .info-content {
    padding: 0;
}
@media (max-width: 767.98px) {
    .contact-v3-info-content .info-content .info-item {
        max-width: 100%;
    }
}


.contact_page_map .map{
   border: 5px solid #fff;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



/* INDUSTRIES WE SERVE - LIST STYLE */
.solidex-industries-list {
  padding: 60px 20px;
  background-color: #ffffff;
}


.solidex-industries-list h2.custom_title_h2 {
  font-size: 30px;
  color: #0f172a;
  margin-bottom: 10px;
}

.indintrotext {
  font-size: 18px;
  color: #444;
  margin: 0 auto 35px;
  line-height: 1.6;
}

/* 3-column responsive grid */
.solidex-industries-list-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 30px;
  text-align: left;
}

.solidex-industries-list-grid li {
  position: relative;
  font-size: 18px;
  color: #0f172a;
  font-weight: 500;
  padding-left: 16px;
  transition: color 0.3s ease;
  background: #dcedfd;
  padding: 5px 25px;
  border-radius: 2px;
}
.solidex-industries-list-grid li a{
  color: #0f172a;
}


/* Custom bullet with accent color */
.solidex-industries-list-grid li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: 45%;
    transform: translateY(-50%);
  color: #e11d48; /* accent red */
  font-size: 24px;
  line-height: 1;
}

/* Hover effect */
.solidex-industries-list-grid li:hover {
  color: #e11d48;
}

/* Responsive */
@media (max-width: 992px) {
  .solidex-industries-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .solidex-industries-list-grid {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }

  .solidex-industries-list-grid li {
    padding-left: 0;
  }

  .solidex-industries-list-grid li::before {
    display: none;
  }
}


.appointment_button{
    background: #e71e24;
}



.supplier_rows{
    display: grid;
    grid-template-columns: auto auto auto;
}
.supplier_rows .supplier_card {
    border: 1px solid #ccc;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.supplier_rows .supplier_card img{
    max-height: 100px;
    width: auto;
}
.home5-feedback-area .home5-feedback-slider .slick-arrow {
    position: absolute;
    top: -60px;
    right: 0;
    width: 40px;
    height: 40px;
}
.home5-feedback-area .home5-feedback-slider .slick-arrow.prev-btn {
    right: 60px;
}
.footer_main {
    background: #233c57;
}
.copyright_bottom {
    background: #1e3247 !important;
}
.h6-footer .bixol-footer-widget .bixol-footer-social a {
    background-color: #000;
    color: #ffffff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    padding-top: 4px;
}



.home6-blog-area .home6-blog-bottom .blog-column .blog-content::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#294f76), to(#ffffff00));
    background-image: -webkit-linear-gradient(bottom, #294f76 0%, #ffffff00 100%);
    background-image: -o-linear-gradient(bottom, #294f76 0%, #ffffff00 100%);
}
.home6-blog-area .home6-blog-bottom .blog-column .blog-content .h6-headline h6 {
    font-weight: 500;
}
.blog_sm_home h6 {
    font-weight: 500;
    color: #294f76;
}


.projects_section .home5-feedback-slider .slick-arrow {
    top: -30px;
}

.before-after-wrap {
  overflow: hidden;
}
.projects_section .feedback-single{
   background: #f0f7ff;
}
.before-after-container {
 display: flex;
 flex-direction: column;
 row-gap: 20px;
}

.before-after-container div {
  position: relative;
  overflow: hidden;
}

.before-after-container img {
  width: 100%!important;
  height: 260px!important;
  object-fit: cover!important;
  display: block;
}

.label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 4px 10px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.wrapper_best span {
    color: #e71e24;
}

@media (max-width: 768px) {
  .before-after-container {
    flex-direction: column;
  }
  .before-after-container div {
    flex: 1 1 100%;
  }
}

.contpad{
    padding: 40px 10px;
}

.footer_main {
    padding-top: 50px;
}
.maintenance_tips ul li{
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}
.gallery_sec .testimonial_slider{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}
.gallery_sec .testimonial_slider .before-image img{
    height: 200px!important;
    width: 100%!important;
    object-fit: cover!important;
    border: 1px solid #294f76;
}
.whitebg::before {
    background-color: rgba(255, 255, 255, 1);
}
.whitebg .hero_buttons_show .req_quote2{
   background: #fff;
   color: #000;
}
.whitebg .hero_buttons_show .req_quote2:hover{
   background: #f7f3f3;
   color: #000;
}
.whitebg .hero_buttons_show .req_quote1:hover{
  color: #fff;
  background: #ac161b;
}


  .bixol-title-area h2.custom_title_h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
  }

  .bixol-title-area h3 {
    font-size: 18px;
    color: #444;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .bixol-title-area p {
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .bixol-title-area ul {
    margin-left: 20px;
    padding-left: 10px;
  }

  .bixol-title-area ul li {
    margin-bottom: 8px;
  }

  .case-study-btn {
    display: flex;
    flex-wrap: wrap;
  }

  .case-study-btn a {
    transition: all 0.3s ease;
  }

  .case-study-btn a:hover {
    opacity: 0.9;
  }
  .gallery_grid_row{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 25px;
  }

.gallery_grid_row .feedback-single {
    border: 5px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.gallery_content_custom .mts-project-card {
    background: #f9f9f9!important;
    border-radius: 0px!important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0)!important;
    transition: none 0s!important;
}
.gallery_content_custom .mts-project-card:hover {
     transform: translateY(0px)!important;
}

.gallery_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.mts-project-card {
  flex: 1 1 320px;
  max-width: 350px;
  box-sizing: border-box;
}

.feedback-single {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
}
.before-after-container {
    gap: 0px;
    margin: 0;
    padding: 0;
}

.gallery_content_custom .before-after-wrap img{
   border: 2px solid #fff;
}
.gallery_content_custom .before-after-wrap{
   border: 3px solid #fff;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.project-image-cards img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

  /* Responsive */
  @media (max-width: 768px) {
    .bixol-title-area h2.custom_title_h2 {
      font-size: 26px;
    }
    .bixol-title-area h3 {
      font-size: 20px;
    }
    .case-study-btn {
      flex-direction: column;
    }
    .case-study-btn a {
      margin-bottom: 10px;
      width: fit-content;
    }
    .pdsmnone{
        padding: 40px 0;
    }
    .pdsmnone .custom_title_h2 {
        text-align: left!important;
    }
    .pdsmnone .txtaln {
        text-align: left!important;
    }
    .list_olservices h2{
    color: #294f76!important;
     font-weight: 600;
      font-size: 30px;
}
  }
.back_to_home a:hover{
    background: #e71e24!important;
    color: #fff!important;
}



@media (max-width: 1200px) {
.hero_content_outer{
    max-width: 600px;
    margin-left: -400px!important;
}
.supplier_rows .supplier_card img{
    max-height: 80px;
    width: auto;
}
}
@media (max-width: 991px) {
.hero_content_outer{
    max-width: 100%;
    margin-left: 0px!important;
}
.supplier_rows .supplier_card img{
    max-height: 60px;
}
.about_section .bdr_btm{
    padding-bottom: 0px;
}
.about_section img{
    padding-top: 30px;
}
.sbtsecrev{
    padding: 0;
}
.sbtsecrev .introrow{
    display: flex;
    flex-direction: column-reverse;
}
.sbtsecrev .container{
    padding-bottom: 0;
}
.home5-feedback-area .home5-feedback-slider .slick-arrow {
    top: -40px;
    left:45%;
    margin-bottom: -40px!important;
}
.home5-feedback-area .home5-feedback-slider .slick-arrow.next-btn {
    left: calc(45% + 110px);
}
.home5-feedback-area .slick-list {
    padding-top: 20px!important;
}
.servicecth2{
    text-align: left;
}
.servdescmain{
    margin-bottom: 30px
}
.gallery_sec  {
    padding-top: 0;
    padding-bottom: 50px
}
.gallery_sec .testimonial_slider {
    grid-template-columns: auto auto auto;
}
}



@media (max-width: 768px) {
.hero_slider_main{
    background: #294f76;
    padding-bottom: 60px;
}
.supplier_rows .supplier_card img{
    max-height: 50px;
}
.projects_section .home5-feedback-slider .slick-arrow {
    top: -40px;
    left: 45%;
    margin-bottom: -40px!important;
}
.home5-feedback-area .home5-feedback-slider .slick-arrow.next-btn {
    left: calc(40% + 75px);
}
.solidex-footer-cta-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    flex: 1 1 50px;
}
.gallery_grid_row{
    display: grid;
    grid-template-columns:  auto auto;
    gap: 25px;
  }
.solidex-footer-cta{
    background: #e71e24;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding-bottom: 20px;
}
.footer_main {
    padding-top: 0px;
}
.gallery_sec .testimonial_slider {
    grid-template-columns: auto auto;
}
.gallery_sec .testimonial_slider img{
    max-height: 160px!important;
}
.contpad{
    padding: 40px 10px;
}
}

@media (max-width: 576px) {
.hero_content_outer h1{
    padding-top: 40px;
    font-size: 32px;
    text-align: center;
}
.hero_content_outer p{
    font-size: 16px;
    text-align: center;
}
.hero_content_outer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home2-hero-slider .appoinment-form{
    margin-top: -60px!important;
    padding-left: 0px;
    padding-right: 0px;
}
.gallery_grid_row{
    display: grid;
    grid-template-columns: auto;
    gap: 25px;
  }
.supplier_rows{
    grid-template-columns:  auto auto;
}
.supplier_rows .supplier_card {
    border: 1px solid #ccc;
    padding: 10px;
}
.hero_buttons_show{
  display: flex;
  justify-content: center;
}
.hero_buttons_show a{
  display: block!important;
  width: fit-content;
  padding: 8px 20px!important;
}
}