    :root {
        --text-gray: #555;
        --input-border: #ccc;
        --dark-overlay: rgba(0, 0, 0, 0.5);
        --blue: #2986fc;
        --orange: #ff742e;
        --darkGrey: #232938;
        --white: #ffffff;
        --grey: #767a83 !important;
        --panelGrey: #2c3140;
        --panelHead: #30353f;
        --yellow: #f6f231;
        --green: #019787;
        --red: #f93042;
        --purple: #7d58ff;
        --pink: #ff007d;
    }

    .btn-danger {
        background-color: #F36638 !important; /* main teal */
        border:none !important;    
    }
    
    .btn-danger:hover {
        background-color: #d9582f  !important; /* darker teal for hover */
    }

    .btn-primary {
        background-color: #019787 !important; /* main teal */
        border:none !important;       /* white border */
    }
    
    .btn-primary:hover {
        background-color: #01786c !important; /* darker teal for hover */
    }

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Roboto', sans-serif;
        background-color: #f8f8f8;
    }

    
    header .navbar {
        transition: background 0.3s ease-in-out;
    }
    header.scrolled .navbar {
        background: #fff !important;
    }
    header.scrolled .nav-link,
    header.scrolled .navbar-brand span {
        color: #000 !important;
    }
    @media (max-width: 576px) { /* Bootstrap's sm and below */

        .border-top-sm {
            border-top: 1px solid #ddd !important;
        }    
    }
    /* footer section start */
    footer ul li a{
        font-size: 12.5px !important;
        font-weight: 400px;
    } 
    footer ul li a:hover{
        color: var(--orange) !important;
    } 
    @media (max-width: 576px) { /* Bootstrap's sm and below */
        footer{
            text-align: center !important;
        }  
    }
    .hero {
        position: relative;
        /* background: url("{{asset('images/bg-img-hero.jpg')}}") center/cover no-repeat; */
        min-height: 110vh;
        padding: 50px 5%;
        display: flex;
        align-items: center;
    }

    .hero::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        /* background: var(--dark-overlay); */
        background: rgba(0, 0, 0, 0.6);
        z-index: 0;
    }

    .hero-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: auto;
        z-index: 1;
        gap: 40px;
        flex-wrap: wrap;
    }

    /* Left text */
    .hero-text {
        color: var(--white);
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .hero-text p {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .partners img {
        height: 30px;
        margin-right: 10px;
        vertical-align: middle;
    }

    /* Login box */
    .login-box {
        /* background: rgba(255,255,255,0.95); */
        background: linear-gradient(160deg, #8afaefa4 0%, #f3cbb8 100%);
        border: 1.5px solid rgba(255, 255, 255, 0.555);
        padding: 20px;
        border-radius: 12px;
        color: #333;
        width: 420px;
        flex-shrink: 0;
    }

    .login-box h2 {
        font-size: 1.4rem;
        margin-bottom: 5px;
        text-align: center;
    }

    .login-box p {
        font-size: 0.9rem;
        color: var(--text-gray);
        margin-bottom: 30px;
        text-align: center;
    }

    .login-box input {
        width: 100%;
        padding: 10px;
        margin-top: 18px;
        border: 1px solid var(--input-border);
        border-radius: 6px;
        font-size: 0.95rem;
    }

    .login-box a {
        font-size: 0.85rem;
        color: #333;
        text-decoration: none;
    }

    .login-box button {
        background: var(--orange);
        border: none;
        padding: 10px;
        color: white;
        font-size: 1rem;
        font-weight: 500;
        width: 100%;
        border-radius: 6px;
        cursor: pointer;
    }

    .login-box .signup {
        text-align: center;
        font-size: 0.85rem;
        margin-top: 12px;
    }

    /* Stats section */
    .stats {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        /* padding: 25px 25 !important; */
        background: transparent;
        /* margin-top: -150px; */
        z-index: 2;
        position: relative;
        top: -40px;
        /* border:1px solid red; */
    }

    .stat-card {
        background: var(--white);
        padding: 20px 20px !important;
        border-radius: 10px;
        /* min-width: 220px; */
        /* text-align: center; */
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .stat-card h3 {
        color: var(--orange);
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    .stat-card p {
        color: #333;
        font-size: 0.95rem;
        line-height: 1.4;
        margin-bottom: 0px;
        padding: 0px;
    }

    /* Responsive */
    @media(max-width: 900px) {
        
        .hero-content {
            flex-direction: column;
            align-items: flex-start;
        }
        .login-box {
            width: 100%;
            max-width: 400px;
        }
        .hero-text h1 {
            font-size: 2rem;
        }
    }
    @media(max-width: 500px) {
        .hero {
            min-height: 100vh;
        }
    }
/* sell-on-all-section start */
    .sell-on-all-section .card{
        border: 1px solid rgb(247, 247, 247) !important;
        box-shadow: rgba(162, 182, 212, 0.15) 0px 7.85px 23.54px 0px !important;
        cursor: pointer;
    }
    .sell-on-all-section .card:hover{ 
        transform: scale(1.02);
        transition: transform 0.4s ease;
    }

    /* features section start */

    .features-section .features-section {
        background-color: #f7f7f7;
        padding: 40px 0;
    }
    .features-section .features-section h2 {
        font-weight: 700;
    }
    
    /* Timeline style */
    .features-section .timeline {
        position: relative;
        padding-left: 40px;
    }
    .features-section .timeline::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: #ccc;
    }
    .features-section .timeline-dot {
        position: absolute;
        left: 6px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #019787;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        margin-top: 12px;
        transition: all 0.3s ease;
    }
    .features-section .timeline-dot.active {
        background-color: #019787;
        border-color: #019787;
        color: #fff;
    }
    .features-section .timeline-dot.active::after {
        content: "✔";
        font-size: 10px;
        color: white;
    }
    
    /* Accordion styles */
    .features-section .accordion-item {
        border: none;
        background-color: transparent;
        padding-bottom: 12px;
    }
    .features-section .accordion-button:not(.collapsed) {
        color: #019787;
        box-shadow: none;
        border-top: 3px solid #019787;
        border-radius: 10px 0px 0 0;
        background-color: #ffffff !important;
    }
    .features-section .accordion-button:focus {
        box-shadow: none;
        outline: none;
    }
    .features-section .accordion-body {
        background-color: #ffffff;
        font-size: 14px;
        padding-top: 0px !important;
    }
    .features-section .accordion-button {
        background-color: transparent !important;
        font-weight: 500;
        font-size: 1.05rem;
        padding: 10px 15px;
    }
    
    /* -------- Success Stories-------- */
    .success-stories .section-subtitle {
        color: #d35400;
        font-weight: 600;
        border-left: 3px solid #d35400;
        padding-left: 10px;
      }
      .success-stories {
          background-color: rgba(215, 248, 226, 0.815);
      }
       .carousel-inner .row{
          background-color: #fff;
          padding: 10px;
      }
      .success-stories .testimonial-text {
        font-size: 1rem;
        line-height: 1.6;
      }
      @media(max-width: 500px) {
          .success-stories .carousel-inner .col-md-8{
            padding: 25px !important;
          }
      }

      .success-stories .testimonial-img {
        /* max-width: 200px; */
        width: 100%;
        transition: transform 0.4s ease;
      }
      
      .success-stories .testimonial-img:hover {
        transform: scale(1.05);
      }
      
      .custom-prev, .custom-next {
        background: none;
        border: none;

      }
      
      .carousel-control-prev-icon,
      .carousel-control-next-icon {
        
        background-color: #019787;
        border: 1px solid #019787;
        color: #019787 !important;
        border-radius: 50%;
        width: 25px;
        height: 25px;
      }

      
/* -----------FQA section start---------------- */
      .faq-section .faq-card {
        background: #fff;
        border: 1px solid transparent;
        border-radius: 16px;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        padding: 15px 20px;
        transition: all 0.3s ease;
      }
      
      /* Active state when expanded */
      .faq-section .faq-card.active,
      .faq-section .accordion-button:not(.collapsed) {
        box-shadow: 0 6px 25px rgba(36, 241, 162, 0.1);
        color: #019787;
      }
      .faq-section .faq-card.active{
        border: 1.5px solid #019787;
      }
      
      .faq-section .accordion-button {
        background: transparent !important;
        box-shadow: none !important;
        font-size: 1.05rem;
        font-weight: 500;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        
      }
      
      .faq-section .accordion-button:focus {
        box-shadow: none;
      }
      
      /* Arrow container */
      .faq-section .faq-arrow {
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        pointer-events: none; /* Avoid blocking click */
      }
      
      .faq-section .faq-arrow i {
          
        font-size: 14px;
        color: #019787;
        transition: transform 0.3s ease;
      }
      
      /* Rotate arrow when expanded */
      .faq-section .accordion-item.active .faq-arrow i {
        transform: rotate(180deg);
      }
      
      .faq-section .accordion-body {
        padding-top: 15px;
        font-size: 0.95rem;
        color: #555;
        line-height: 1.5;
      }
      /* Remove Bootstrap's default arrow */
    .faq-section .accordion-button::after {
        display: none !important;
    }
      
      
    /* SingUp modal */
    #signupModal .modal-content, 
    #forgotPasswordModal .modal-content,
    #otpModal .modal-content,
    #createAccountVerifyOtpModal .modal-content{
        border: 1px solid red;
         /* background: rgba(255,255,255,0.95); */
         background: linear-gradient(160deg,  #f3cbb8 0%,#8afaefc5 100%);
         border: 1.5px solid rgba(255, 255, 255, 0.555);
         /* padding: 20px; */
         border-radius: 12px;
         color: #333;
         /* width: 420px; */
         flex-shrink: 0;
    }
    #signupModal .modal-content .btn-close,
    #forgotPasswordModal .modal-content .btn-close,
    #otpModal .modal-content .btn-close,
    #createAccountVerifyOtpModal .modal-content .btn-close{
        position: absolute;
        top:-5px;
        right: -5px;
        border-radius: 50%;
        color:white !important;
        /* background-color: var(--orange); */
        background-image:none;
        opacity: 1;
    }
      