@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.bg-dark {
    background-color: #000 !important;
}



body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
    background: rgba(242, 242, 242, 1);
}

li {
    list-style: none;
}

.table-dark {
    background: #1e1e1e;
    border-radius: 20px;
}

.rounded-16 {
    border-radius: 16px;
}

.table-dark th {
    color: white;
    border: none !important;
}

.table-dark td {
    color: white;
    border: none !important;
}

.text-green {
    color: #2faa7f;
}

.text-orange{
    color: #FF6112;
}

.border-green {
    border: 1px solid #38ef7d !important;
}

.rounded-full {
    border-radius: 100px;
}

a {
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-rounded {
    border: 1px solid white;
    color: white;
    border-radius: 999px;
    padding: 10px 20px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-200 {
    padding-bottom: 200px;
}

.negative-margin{
        margin-top: -100px;
}



.pb-55 {
    padding-bottom: 55px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.title-small {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.title {
    font-size: 64px;
    font-weight: 550;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.shine{
    display: flex;
    position: relative;
    background: #000;
    border-radius: 10px;
    color: white;
    margin-top: 80px !important;
    box-shadow: 0 0 0px rgb(255 255 255 / 0%), 0 0 20px 2px rgb(255 255 255 / 82%), inset 0 0 20px 14px rgb(255 255 255 / 5%);
}

.about_section p {
    max-width: 1120px;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

.trust_section::after {
    position: absolute;
    content: "";
    background: url(../img/e2.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0;
    width: 1361px;
    height: 711px;
    top: -170px;
    left: 50%;
    gap: 0px;
    z-index: -1;
    transform: translate(-50%);
    background-repeat: no-repeat;
}

.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.about_section::after {
    position: absolute;
    content: "";
    background: url(../img/e3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1000px;
    height: 1000px;
    top: -300px;
    left: -102px;
    z-index: -1;
}

.contact_section::after {
    position: absolute;
    content: "";
    background: url(../img/e6.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1000px;
    height: 1000px;
    top: -200px;
    left: -102px;
    z-index: -1;
}

.btn-read-more{
        color: white;
    padding: 10px;
    width: 100%;
    display: flex;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.menu li{
    border-left: 1px solid #000;
    width: 100%;
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
        margin-right: 0 !important;
}

.auth-menu {
    background-color: #FF6112 !important;
    width: 100%;
    height: 66px;
    border-radius: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.menu li a{
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition:200ms ease-out;
} 

.menu li a:hover{
     background-color: #FF6112 !important;
     color: white !important;
}

.auth-menu{
        margin-left: 0 !important;
    padding: 0 !important;
    border-left: 0;
    border-left: 0 !important;
}

.wrap-1{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bg-card-gradient .form-row {
    margin-bottom: 10px;
}

.service_section::after,
.testimonial_section::after {
    position: absolute;
    content: "";
    background: url(../img/e5.png);
    right: 0;
    bottom: -400px;
    width: 900px;
    height: 900px;
    background-size: cover;
    z-index: -1;
}

.bg-unset {
    background: unset;
}

.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.fs-32 {
    font-size: 32px;
}

.service_section .card div,
.testimonial_section .card div:nth-child(1) {
    color: #000;
    background: linear-gradient(
        136.51deg,
        rgba(217, 217, 217, 0.4) 7.99%,
        rgba(217, 217, 217, 0.1) 90.28%
    );
    padding: 10px;
    border-radius: 0 0 30px 30px;
}

.bg-card-gradient {
    color: #000;
    background: linear-gradient(
        136.51deg,
        rgba(217, 217, 217, 0.4) 7.99%,
        rgba(217, 217, 217, 0.1) 90.28%
    );
    padding: 20px;
    border-radius: 20px;
}

.opacity-60 {
    opacity: 0.6;
}

.testimonial_section .card div:nth-child(1) {
    max-width: 864px;
    margin: auto;
    border-radius: 50px;
    text-align: center;
    line-height: 24px;
    padding: 70px 70px 20px 70px;
}

.vector {
    z-index: 1;
}

.vector::before {
    position: absolute;
    content: "";
    background: url(../img/path.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position: 100% 100%;
    z-index: -1;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background: #6e6e6e;
}

.border-none {
    border: none !important;
}

.swiper-pagination-bullet-active {
    background: white !important;
}

.banner_section {
    max-width: 1150px;
    margin: auto;
}

.banner_section h2 {
    max-width: 493px;
    color: white;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    text-align: left;
}

.banner_section p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: justified;
    max-width: 498px;
}

.banner_section span {
    background: linear-gradient(180deg, #00f260 42.13%, #0575e6 65.97%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose_section_image {
    border-right: 2px solid white;
}

.choose_section_image img {
    width: 90%;
}
.choose_section_points {
    padding-left: 50px;
}

.login_page {
    background-color: #000;
}

.login_page::after {
    position: absolute;
    content: "";
    background: url(../img/e1.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0;
    width: 1361px;
    height: 711px;
    top: -170px;
    left: 50%;
    gap: 0px;
    z-index: -1;
    transform: translate(-50%);
    background-repeat: no-repeat;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: row;
    background: unset;
    padding-top: 38px;
}

.step {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.step.active {
    background-color: #4caf50;
    color: white;
}

.stepwrapper.active .step {
    background-color: #4caf50;
    color: white;
}

.stepwrapper.active::before {
    border-color: #4caf50 !important;
}

.step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 850%;
    height: 1px;
    border: 1px dashed white;
}

.step.active::after {
    border-color: #4caf50;
}

.step:last-child::after {
    content: none;
}

.form-step {
    display: none;
}

.form-step-active {
    display: block;
}

button:disabled {
    background-color: #ccc;
}

.stepwrapper:nth-child(1) .step::before {
    content: "Overview";
    font-size: 12px;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}

.orderTrack .stepwrapper:nth-child(1) .step::before {
    content: "Order Placed";
}

.stepwrapper:nth-child(2) .step::before {
    content: "Contact Details";
    font-size: 12px;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}

.orderTrack .stepwrapper:nth-child(2) .step::before {
    content: "Confirmed";
}

.stepwrapper:nth-child(3) .step::before {
    content: "Requirements";
    font-size: 12px;
    position: absolute;
    top: -100%;
    left: 66%;
    transform: translateX(-50%);
}

.orderTrack .stepwrapper:nth-child(3) .step::before {
    content: "Picked Up";
}

.stepwrapper:nth-child(4) .step::before {
    content: "Budget";
    font-size: 12px;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}

.orderTrack .stepwrapper:nth-child(4) .step::before {
    content: "On The Way";
}

.stepwrapper:nth-child(5) .step::before {
    content: "Submit";
    font-size: 12px;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}

.orderTrack .stepwrapper:nth-child(5) .step::before {
    content: "Delivered";
}

@media (min-width: 1500px) {
    .step::after {
        width: 1050%;
    }
}

.container {
  max-width: 1200px; /* or the same width used in your header's inner div */
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

@media (max-width: 1500px) {
  
.container {
  max-width: 1030px; /* or the same width used in your header's inner div */
}
}


.user-card {
    background: linear-gradient(117.4deg, #000000 -8.5%, #666666 119.5%);
    padding: 30px;
    border-radius: 30px;
}

.custom-file-uploader .input-group {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file-uploader {
    padding: 50px !important;
    background: #d9d9d9;
    padding-top: 80px !important;
}

.custom-file-uploader .input-group-text {
    font-weight: 600;
    background: unset;
    background-color: unset !important;
    border: none;
    padding-right: 6px;
    color: #0e99ff;
}

.custom-file-uploader .input-group::before {
    position: absolute;
    content: "";
    background: url(../img/gallery.png);
    top: -50px;
    width: 50px;
    height: 50px;
    background-size: cover;
}

.custom-file-uploader .input-group::after {
    position: absolute;
    content: "Maximum file 25MB. Only pdf, png, jpg, jpeg allowed.";
    top: 40px;
    color: gray;
    font-size: 12px;
}

.file-preview .title {
    font-family: Poppins;
    font-size: initial;
    font-weight: initial;
    line-height: initial;
    margin-bottom: 0;
    font-size: 11px;
    background: unset;
    -webkit-text-fill-color: unset;
}

.w-150 {
    width: 150px;
}

.open-minimal-menu {
    float: left;
    margin: 0;
    position: relative;
    margin: 30px 0;
    width: 37px;
    display: none;
}
#hamburger-two {
    float: left;
    width: 100%;
    cursor: pointer;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: 11px;
}
#hamburger-two span:nth-of-type(1) {
    top: 0px;
    left: auto;
    right: 15%;
}
#hamburger-two span {
    display: block;
    width: 70%;
    height: 3px;
    left: 15%;
    background: #8b8b8b;
    position: absolute;
}
#hamburger-two span:nth-of-type(2) {
    top: 9px;
}
#hamburger-two span:nth-of-type(3) {
    top: 18px;
    left: 15%;
}

#hamburger-two span:nth-of-type(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #8b8b8b;
    width: 100%;
    height: 100%;
}

.form-control.text-dark {
    color: var(--dark) !important;
}

.open-minimal-menu *:before {
    transition: all 0.4s ease 0s;
}

#hamburger-two.active span:nth-of-type(1),
#hamburger-two.active span:nth-of-type(3) {
    width: 0%;
}
#hamburger-two.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hamburger-two.active span:nth-of-type(1),
#hamburger-two.active span:nth-of-type(3) {
    width: 0%;
}

#hamburger-two.active span:nth-of-type(2):before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact_section .logo img {
    width: 200px;
}

.stepwrapper:not(:last-child) {
    width: 100%;
    position: relative;
}

.stepwrapper:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border: 1px dashed white;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
}

/*mobile-menu*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--hiredots-black, #0b182a);
    opacity: 0.3;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        transform 500ms ease 500ms;
}

.mobile-nav__content {
    width: 300px;
    background-color: #000;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    /* visibility: hidden; */
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        transform 500ms ease 0ms;
}

.btn:hover {
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.05);
}

.btn {
    transition: 200ms ease-out;
}

@media (max-width: 600px) {
    .banner_section h2 {
        max-width: 247px;
        color: white;
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        width: 247px;
    }
    .banner-content img {
        width: 100%;
    }
    
    
    .grid-3 h4{
            margin-left: 0 !important;
        line-height: 1.5;
        max-width: 100%;
        
            grid-column: span 3;
    margin-top: 20px;
    }
    
    footer{
            padding: 40px 0 100px;
    } 
    
    footer .logo img{
        width:60px !important;
    }
    
    button{
        font-size:14px !important;
    }
    
    .fs-55 {
    font-size: 35px !important;
}
    
    p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .fs-50 {
        font-size: 30px !important;
        padding: 0 !important;
    }

    .banner_image {
        margin-top: 50px;
    }


    .title {
        font-size: 34px !important;
    }

    .choose_section_image img {
        width: 100%;
    }

    .choose_section_points {
        padding-left: 20px;
        padding-top: 20px;
    }

    .service_section .card div,
    .testimonial_section .card div:nth-child(1) {
        padding: 30px;
    }

    .step::before {
        font-size: 10px !important;
    }

    .contact_section .logo {
        padding: 20px 0 40px 0;
    }

    .service_section .mt-5 {
        margin-top: 0 !important;
    }

    .login_page::after {
        background-size: cover;
        background-position: top;
        width: 100%;
    }

    .grid-sm {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .user-card {
        background: linear-gradient(117.4deg, #000000 -8.5%, #666666 119.5%);
        padding: 20px 10px;
        border-radius: 30px;
    }

    .aiz-user-panel {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 3rem;
    }

    .position-initial-sm {
        position: initial !important;
    }

    .card .card-body {
        padding: 10px 5px;
        border-radius: 4px;
    }

    .progress-bar {
        padding-top: 58px;
        padding-bottom: 20px;
    }

    .track-order-table .form-box-content {
        padding: 0 !important;
        flex-direction: column;
        align-items: initial !important;
    }

    .track-order-table .form-box-content .form-group {
        margin-bottom: 20px !important;
    }

    .fixed-bottom-menu {
        display: block !important;
        position: sticky;
        bottom: 0;
        width: 100%;
        padding: 20px 10px;
        background: #000;
        z-index: 99;
    }

    .banner-img img {
        height: 70vh !important;
        object-fit: cover;
    }

    .banner-content h2 {
        font-size: 26px;
        font-weight: bolder !important;
    }

    .banner-content .d-flex {
        flex-direction: column;
        gap: 20px;
    }

    .cards img {
        width: 100% !important;
    }

    .h-1000 {
        height: 600px !important;
        padding-top: 58px !important;
    }

    .fs-100 {
        font-size: 70px !important;
    }

    .arrow-down {
        margin-top: 50px;
    }

    .banner-content {
        width: 100% !important;
        padding: 50px;
    }

    .banner::before {
        display: none;
    }

    .banner::after {
        display: none;
    }

    .metric-section img {
        width: 100% !important;
        height: 100% !important;
    }

    .metric-section .d-flex {
        position: initial !important;
        flex-direction: column;
        gap: 20px;
    }

    .metric-section .card {
        height: 100% !important;
    }

    .metric-section .col-lg-3,
    .metric-section .col-lg-6 {
        margin-bottom: 20px;
    }

    .grid-initial {
        display: initial !important;
    }

    .testimonial-section .bg-dark {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reviews {
        flex-direction: column;
    }

    .reviews .swiper {
        margin-left: 0 !important;
        margin-top: 20px;
        width: 100%;
    }

    p {
        max-width: 100% !important;
    }

    footer .p-7 {
        padding: 40px;
    }

    footer .col-lg-6 .d-flex {
        flex-direction: column;
        margin-left: 0;
        margin-top: 20px;
    }

    footer .col-lg-6.d-flex {
        flex-direction: column;
    }

    footer ul.d-flex {
        flex-direction: row !important;
    }

    .banner-img {
        border-radius: 0;
    }

    .vector::before {
        background-position: 86% 100%;
    }

    .mobile-nav__content .text-dark {
        color: white !important;
    }
}

@media (max-width: 1200px) {
    .open-minimal-menu {
        display: block;
        float: right;
        background: #ffffff;
        width: 60px;
        height: 39px;
        margin-top: 15px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        text-align: center;
        padding: 0 10px;
    }
    .menu {
        display: none;
    }

    nav::after {
        background: url(../img/e1-red.png);
        height: 1200px;
        width: 100%;
        background-size: cover;
    }
    .trust_section::after {
        width: 100%;
    }
    .about_section::after {
        width: 100%;
    }
    .contact_section::after {
        width: 100%;
    }
}

.show-user-menu .aiz-side-nav-list {
    display: block !important;
}

.show-user-menu .flex-column {
    display: none !important;
}

.aiz-side-nav-list .aiz-side-nav-link.active {
    color: #fff;
    background-color: #181827;
    padding: 10px !important;
}

.banner-img::after {
    position: absolute;
    content: "";
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 860px;
    width: 860px;
}

.fs-60 {
    font-size: 60px;
}

.fs-22 {
    font-size: 22px;
}

.fs-28 {
    font-size: 28px;
}
.fs-25 {
    font-size: 25px;
}
.fs-16 {
    font-size: 16px;
}

.fs-100 {
    font-size: 100px;
}

.fs-50 {
    font-size: 50px;
}

.fs-55 {
    font-size: 55px;
}

.pt-200 {
    padding-top: 200px;
}
.pt-250 {
    padding-top: 250px;
}

.pb-200 {
    padding-bottom: 200px;
}
.pb-400 {
    padding-bottom: 400px;
}

.bg-title {
    background: rgba(255, 213, 192, 1);
    color: rgba(255, 97, 18, 1);
}

.h-1000 {
    height: 1000px;
}

.object-contain {
    object-fit: contain;
}

.w-500 {
    width: 500px;
}

.h-500 {
    height: 500px;
}

.h-700 {
    height: 700px;
}

.mw-900 {
    max-width: 900px;
}

.mw-180 {
    max-width: 180px;
}

.mw-400 {
    max-width: 400px;
}
.mw-550 {
    max-width: 550px;
}

.mw-350px {
    max-width: 350px;
}

.mw-496px {
    max-width: 496px;
}

.pl-40 {
    padding-left: 40px;
}

.h-450px {
    height: 450px;
}

.ml-50px {
    margin-left: 50px;
}

@media (max-width: 1500px) {
    .fs-60 {
        font-size: 50px;
    }
    .fs-22 {
        font-size: 20px;
    }
    .fs-32 {
        font-size: 25px;
    }
    .title {
        font-size: 54px;
    }
    .fs-16 {
        font-size: 14px;
    }
    .card .fs-16 {
        font-size: 12px;
    }
    .h-450px {
        height: 380px;
    }

    .fs-100 {
        font-size: 70px !important;
    }
}

.border-bottom {
    border-color: #6c757d94 !important;
}

.bg-gradient {
    background: linear-gradient(95.03deg, #ff6112 0.18%, #c25017 100.18%);
}

.card {
    border: 4px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 20px;
}

.banner::after {
    position: absolute;
    content: "";
    background: url(../img/banner-group-1.png);
    top: 20px;
    left: 20px;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner::before {
    position: absolute;
    content: "";
    background: url(../img/banner-group-2.png);
    bottom: 0px;
    right: 20px;
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
}

.border-gradient {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box;
    border-radius: 50em;
    border: 4px solid transparent;
}

.w-250px {
    width: 250px;
}

.cards {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cards img {
    width: 470px;
}

.swiper-button-next,
.swiper-button-prev {
    background: white;
    padding: 20px;
    font-size: 10px;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
}

.cbm-inputs,
.cbm-outputs {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 1rem 1rem 0rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    background-color: white;
}

.unit-of-measurement {
    background-color: white;
    border-radius: 8px;
    padding: 10px 10px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.bg-darkgrey {
    background-color: #1b1a1a !important;
}

/* .purpose-of-purchase,
.discovery,
.product-info {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 1rem 1rem 0.5rem 1rem;
    border-color: white;
    border-radius: 8px;
    margin-bottom: 1rem;
} */

.remove-product-btn {
    margin-left: 10px;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.product-info {
    position: relative;
    margin-bottom: 15px;
}

.product-info.has-error {
    border-color: #dc3545;
}

.kyb-container {
    max-width: 1400px;
    padding: 5rem;
}

.kyb-subtext {
    color: #cccccc;
    font-size: 1rem;
    line-height: 1.6;
}

.kyb-form-heading {
    display: flex;
    justify-content: center; /* Horizontal */
    align-items: end; /* Vertical */
    height: 15vh; /* Full viewport height */
    margin-bottom: 3rem;
}

.kyb-form {
    padding: 2rem 10rem;
}

.kyb-form-input {
    border-radius: 1.5rem;
    background-color: #1b1a1a;
}

.step-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.kyb-btn {
    border-radius: 1.5rem;
    padding: 0.5rem 3.5rem;
}

.next-step-btn {
    background-color: #00aeef;
    color: #fff;
}

.next-step-btn:hover {
    background-color: #0084b4;
}

.prev-step-btn {
    background-color: #1b1a1a;
    color: #00aeef;
    border-color: #00aeef;
}

.prev-step-btn:hover {
    background-color: #0084b4;
    color: #fff;
}

.clone-product-btn {
    background-color: #ff6112;
    color: #fff;
}

.clone-product-btn:hover {
    background-color: #c54c0f;
}

.submit-btn {
    background-color: #39b54a;
    color: #fff;
}

.submit-btn:hover {
    background-color: #2a8a36;
}

.kyb-radio-group > div {
    display: flex;
    gap: 0.75rem; /* space between radio buttons */
    width: 100%;
}

.aiz-megabox {
    flex: 1; /* make each radio label expand equally */
}

.kyb-radio {
    border: 1px solid white !important;
    border-radius: 1.5rem !important;
    width: 100%;
    text-align: center;
    color: white;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}

/* Optional: Change style on selection */
.aiz-megabox input[type="radio"]:checked + .kyb-radio {
    background-color: white;
    color: black;
}


.kyb-select {
    border: 1px solid white !important;
    border-radius: 1.5rem !important;
    background-color: #1b1a1a !important;
    color: #afafaf !important;
    font-size: 0.875rem !important;
}

/* Add this to your styles */
.breadcrumbs {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.breadcrumbs .dot {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #797979;
    cursor: pointer;
    transition: all 0.3s ease;
}

.breadcrumbs .dot.active {
    background-color: #d9d9d9;
    transform: scale(1.2);
}


/*new css*/

.hero h1{
     font-size: 100px;
    max-width: 770px;
    line-height: 1;
}

.hero p{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
}

.pt-45{
    padding-top: 45px;
}

.bg-lightgray{
    background-color: #EBE7E7;
}

.hero-section2{
   background: url(../img/hero.png);
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}

.hero-section2 h1{
        padding-left: 106px;
    max-width: 791px;
}

.custom-quote-btn {
  position: relative;
  padding: 20px 40px;
  border: none;
  border-radius: 4px;
  background-color: #EBE7E7; /* Initial gray background */
  color: #000;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 1;
}

/* Gradient overlay */
.custom-quote-btn::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, #0FADE6, #95A991, #B69D56);

  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

/* Push background color down a layer */
.custom-quote-btn::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #EBE7E7;
  z-index: -2;
}

/* On hover, fade in the gradient smoothly */
.custom-quote-btn:hover::before {
  opacity: 1; 
}

/* Optional: slightly darker shadow on hover */
.custom-quote-btn:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  color:white;
}


.max-w-390{
    max-width: 390px;
}

.max-w-600{
    max-width: 600px;
}

.max-w-550{
    max-width: 550px;
}

.gradient-border-btn {
  position: relative;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 1;
  overflow: hidden;
}

/* Gradient border */
.gradient-border-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(to right, #0FADE6, #95A991, #B69D56);
  z-index: -3;
}

/* Base dark background */
.gradient-border-btn::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #1a1a1a;
  z-index: -2;
}

/* Gradient overlay to fade in */
.gradient-border-btn .fill {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: linear-gradient(to right, #0FADE6, #95A991, #B69D56);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

/* On hover, fade in gradient */ 
.gradient-border-btn:hover .fill {
  opacity: 1;
}

/* No scaling on hover */
.gradient-border-btn:hover {
  transform: none;
}

.has-bg.service-section{
  background: url(../img/business.png);
    width: 100%;
    height: 820px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}


.features-section {
  background-color: #285cae;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
      align-items: center;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.feature-icon {
  width: 40px;
  height: 40px;
}

.feature-text h4 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 16px;
}

.feature-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    max-width: 314px;
}



@media(min-width:1500px){
    .hero h1 {
 font-size: 118px;
        max-width: 928px;
        line-height: 1;
}
}


@media(max-width:600px){
    .hero-section1 .d-flex{
        flex-direction: column;
    }
    .hero-section1 .bg-lightgray{
        padding-bottom: 50px;
    }
    .hero h1 {
    font-size: 50px;
}
.hero .pt-45{
    padding-top: 20px;
}
.hero-section2 {
    padding-top: 50px;
    padding-bottom: 100px;
    height: fit-content;
}
.gradient-border-btn{
        margin: 50px 0;
}
.client_section p, .blog_section p{
    margin-left: 0 !important;
    margin-top: 20px;
}
.testimonial_box img{
    height: 200px;
}
.navigate_card{
    margin-bottom: 20px;
}

}

.client_section{
    position:relative;
}

.client_section::before{
      position: absolute;
    content: '';
    background: url(https://v2.choiceofexperts.com/public/assets/img/grad3.png);
    width: 800px;
    height: 800px;
    left: 0;
    top: -185px;
    z-index: 1;
    background-size: cover;

}

nav.scrolled {
    -webkit-animation: fixedTopContent 0.4s;
    animation: fixedTopContent 0.4s;
}
nav.scrolled {
 
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1051;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    
      position: fixed !important;
  top: 0;
  z-index: 9;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  backdrop-filter: blur(10px);    /* blur the background */
  -webkit-backdrop-filter: blur(10px); /* for Safari support */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* subtle border */
}

@-webkit-keyframes fixedTopContent {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transform-origin: center top 0px;
		transform-origin: center top 0px;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fixedTopContent {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transform-origin: center top 0px;
		transform-origin: center top 0px;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.scrolled li a{
color:white !important;
}

@keyframes pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

#nav-logo.pop-animate {
  animation: pop 0.3s ease;
}

@media(max-width:600px){
    .client_section::before{
    width: 100%;

}
#howwedo{
  height: 100%;
}
.animated-gradient {
    height: 100%;
    margin-top: 0;
}
.content-wrapper {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
#about{
        padding-bottom: 100px;
}

#clients{
        padding-top: 80px;
}

.info-grid {
    grid-template-columns: repeat(1, 1fr);
}

nav.scrolled {

      padding: 20px 0;
}

}

.aiz-main-wrapper{
    overflow-x:hidden;
}
