@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.letter-spacing-1px{
    letter-spacing: 1px;
}
.text-to-captialized{
    text-transform: capitalize !important;
}
.text-to-lowercase{
    text-transform: lowercase;
}
.fs-15{
    font-size: 15px;
}
.fs-13{
    font-size: 13px;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-5px{
    margin-bottom: 5px !important;
}
.text-green{
    color: #049406;
}
.text-yellow{
    color: #B8CD06;
}
.text-white{
    color: #fff !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.btn-white{
    background-color: #fff;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 35px;
    font-weight: 500;
    border: 1px solid #fff;
}
.btn-sm-green, .btn-sm-green:hover{
    background-color: #049406;
    color: #fff;
    text-decoration: none !important;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 35px;
    font-weight: 700;
    border: 1px solid #fff;
}
.btn-white:hover{

    background-color: #000;
    color: #fff;
}
.mr-10px{
    margin-right: 10px;
}
.mr-5px{
    margin-right: 5px;
}
.btn-transparent{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 35px;
    font-weight: 500;
}
.btn-transparent-2{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 35px;
    font-weight: 700;
    text-decoration: none !important;
}
.btn-brown{
    background-color: #896954;
    border: 1px solid #896954;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 35px;
    font-weight: 700;
    text-decoration: none !important;
}
.btn-transparent:hover, .btn-transparent-2:hover{
    background-color: #000;
    color: #fff;
}
.swiper-button-prev:after, .swiper-button-next:after{
    border-color: #049406;
}
.slider-wrapper > .swiper-button-prev, .slider-wrapper > .swiper-button-next{
    margin-top: -45px;
}

.Inter-font{
    font-family: "Inter", sans-serif !important;
}
.Raleway-font{
    font-family: 'Raleway', sans-serif !important;
}
.sub-heading{
    color: #555;
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.bg-brown{
    background-color: #896954 !important;
}
.bg-danger{
    background-color: #E80004 !important;
}
.our-service-cards{
    background-color: #F3F5F2;
    padding: 12px 20px;
    border-radius: 10px;
    width: 90%;
}
.our-service-cards:hover, .our-service-cards:hover div, .our-service-cards:hover h6{
    background-color: #049406;
    color: #FFF;
}
.img-fluid{
    max-width: 100%;
    margin: auto;
}
.password-field{
    position: relative;
}
.password-field .simple-input{
    padding-right: 55px;
}
.password-field .toggle-password{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    line-height: 0;
    color: #a4a4a4;
    cursor: pointer;
    transition: color .2s;
}
.password-field .toggle-password:hover{
    color: #343434;
}
.password-field .toggle-password [data-icon-eye-off]{
    display: none;
}
.password-field .toggle-password.showing [data-icon-eye]{
    display: none;
}
.password-field .toggle-password.showing [data-icon-eye-off]{
    display: inline;
}
.px-5{
    padding-left:  5px;
    padding-right: 5px;
}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.text-white{
    color: #FFF;
}
.d-flex{
    display: flex !important;
}
.justify-center{
    justify-content: center;
}
.text-war{
    color: #FFA800;
}
.pt-15px{
    padding-top: 15px;
}
.btn-green{
    background-color: #049406;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 35px;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    transition: background-color .2s;
}
.btn-green:hover{
    background-color: #037a05;
    color: #fff;
}
.text-semiDark{
    color: #575757;
}
.policy-links{
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid;
}
.policy-links:last-child{
    border: none;
}
.border-rounded-20{
    border-radius: 20px;
}
.login-btn{
    background-color: #049406;
    color: #fff;
    font-weight: 500;
}
nav > ul > li > a.login-btn:hover{
    background-color: #037a05;
    color: #fff;
}
.login-btn:last-child{
    margin-left: 10px;
}
.auth-section{
    background: #f6f7f8;
}
.auth-section .header-empty-space{
    height: 95px;
}
.login-card{
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 45px 45px 40px;
    box-shadow: 0 10px 40px rgba(52, 52, 52, .08);
}
.login-card .simple-input, .single-line-form .simple-input, .contact-form .simple-input, .dashboard-cards .simple-input{
    border-color: #e2e2e2;
}
.login-card .simple-input::placeholder, .single-line-form .simple-input::placeholder, .contact-form .simple-input::placeholder, .dashboard-cards .simple-input::placeholder{
    color: #a4a4a4;
}
.login-card .simple-input:focus, .single-line-form .simple-input:focus, .contact-form .simple-input:focus, .dashboard-cards .simple-input:focus{
    border-color: #049406;
    box-shadow: 0 0 0 3px rgba(4, 148, 6, .12);
}
.simple-input.is-invalid{
    border-color: #dd4d42;
}
.invalid-feedback{
    display: block;
    color: #dd4d42;
    font-size: 12px;
    margin: 6px 0 0 18px;
}
.form-status-success{
    color: #049406;
    font-size: 13px;
}
.form-status-error{
    color: #dd4d42;
    font-size: 13px;
}
.auth-logo{
    height: 70px;
    width: auto;
    margin: 0 auto 10px;
}
.auth-label{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #343434;
    margin-bottom: 6px;
    font-family: "Inter", sans-serif;
}
.auth-meta-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.role-select{
    display: flex;
    gap: 10px;
}
.role-select .role-option{
    flex: 1;
    margin: 0;
    cursor: pointer;
}
.role-select .role-option input{
    display: none;
}
.role-select .role-option span{
    display: block;
    text-align: center;
    padding: 13px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 26px;
    font-size: 13px;
    color: #555;
    transition: all .2s;
}
.role-select .role-option:hover span{
    border-color: #049406;
    color: #049406;
}
.role-select .role-option input:checked + span{
    border-color: #049406;
    background-color: #effae8;
    color: #049406;
    font-weight: 700;
}
.auth-links{
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.link-button{
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
}
.login-card .btn-block{
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.login-card .popup-or{
    height: 50px;
}
.login-card .popup-or span{
    width: 44px;
    height: 24px;
    line-height: 24px;
    margin: -12px 0 0 -22px;
    border: none;
    border-radius: 0;
    font-size: 12px;
    text-transform: lowercase;
}
.otp-input{
    text-align: center;
    letter-spacing: 8px;
    font-size: 18px;
    font-weight: 600;
}
.otp-input::placeholder{
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 600px) {
    .login-card{
        padding: 30px 20px;
    }
}
.mb-1{
    margin-bottom: 5px;
}
.mb-2{
    margin-bottom: 10px;
}
.text-dark{
    color: #000;
}

/*Range style*/
#range-slider__range {
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #ccc;
  outline: none;
  padding: 0;
  margin: 0;
}

/*Range black ⚫ thumb*/
#range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #049406;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

/*On hover change colour of black thumb into green 🟢 and scale size*/
#range-slider__range::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background: #049406;}

#range-slider__range:active::-webkit-slider-thumb {
  transform: scale(1.1);
  background: #049406;}

/*Range current value*/
#range-slider__value {
  display: inline-block;
  position: relative;
  width: fit-content;
  color: #000;
  line-height: 20px;
  border-radius: 3px;
  margin-top: 18px;
}

.select-design-1 option{
    padding: 20px;
}

.d-none{
    display: none;
}
.email-error {
    /* border: 1px solid #020202b9;
    border-radius: 25px; */
    font-size: 15px;
    padding: 15px;
}
/* Card shell for the dashboard area — mirrors the auth .login-card look. */
.dashboard-cards{
    padding: 20px;
    border: none;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(52, 52, 52, .08);
}
.job-cards{
    padding: 30px;
    border: 2px solid #020202b9;
    border-radius: 25px;
    position: relative;
    transition-duration: 1s;
}
.job-cards:hover{
    background-color: #effae8;
    transition:ease-in-out;
    transition-duration: 1s;
}
.profile img{
    height: 40px;
    width:  40px;
    border-radius: 100%;
    border: 1px solid #e2e2e2;
}
.profile-area{
    margin-bottom: 10px;
}
.underline{
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
}
.me-10px{
    margin-right: 10px;
}
.h-100{
    height:max-content;
}
.line-height-10px{
    line-height: 10px !important;
}
.progres{
    border-radius: 20px !;
    height: 10px;
}
.progress{
    border-radius: 20px;
    height: 15px;
}
.bg-success{
    background-color: #049406;
}
.map{
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}
.job-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.fw-200{
    font-weight:100 !important;
}
a.like-btn {
    background: #049306;
    color: #fff;
    padding: 11px 11px;
    border-radius: 27px;
    font-size: 18px;
    position: absolute;
    left: 90%;
    top: 3%;
    z-index: 9;
}
.w-100{
    width: 100%;
}
.invoice{
    padding: 20px;
}
.gallery-img{
    position: relative;
}
.delete-gallery-btn{
    color: #E80004;
    font-size: 25px;
    line-height: 60px;
    border-radius: 10px;
    text-align: center;
}
.gallery-img-sm{
    height: 180px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.gallery-img-lg{
    height: 230px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.reviews-card{
    background-color: #000;
    color: #fff;
    padding: 40px 100px;
    border-radius: 20px;
    margin-bottom: 15px;
    transition: 0.5s ease-in;
}
.reviews-card:hover{
    background: linear-gradient(-100deg, #4f6402, #000701, #035a36, #102401);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    pointer-events: visible;
    scale: 1.01;
    transition: 0.5s ease-in;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.verification-card{
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 1rem;
}
.verifiy-tag{
    padding: 8px 10px;
    background-color: #000;
    max-width: fit-content;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
.home-sub-banner-height{
    height: 350px !important;
    padding: 40% 50px !important;
}
.text-danger{
    color: #c50404;
}
.profile-img{
    height: 180px;
    width:  180px;
    object-fit: contain;
    object-position: center;
    border-radius: 10%;
}
.profile-card-img{
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.rate {
    float: left;
}
.rate:not(:checked) > input {
    display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #B8CD06;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #049306;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #049306;
}

.categories-card{
    padding: 25px;
    background-color: #ccc;
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 40px 1px #ccc;
    height: 300px;
    overflow-y: scroll;
}
.categories-card::-webkit-scrollbar {
  width: 10px;
  background-color: #ccc;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Track */
.categories-card::-webkit-scrollbar-track {
  background: #ccc;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Handle */
.categories-card::-webkit-scrollbar-thumb {
  background: #000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Handle on hover */
.categories-card::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.border-0{
    border: 0px !important;
    border-color: transparent !important;
}
.modernText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


a.btn.btn-sm-green.uppercase.customBtn {
    font-size: 0.5rem;
    padding: 0.6rem;
}

@media (max-width:481px) {
    .dashboard-cards{
        padding: 10px 15px;
    }
    .simple-article h3, .h3{font-size: 18px; line-height: 24px;}
    .simple-article h3, .h2{font-size: 22px; line-height: 24px;}
    .categories-menu .toggle {
        width: 46px;
        height: 46px;
        margin-left: -365px; /* -325 zyada hai mobile ke liye */
        background: url(../img/icon-12.png) center center no-repeat;
        cursor: pointer;
    }
    .categories-menu.transparent > li > a + .toggle { 
        background-position: 
        left 21px center; 
    }
}

.justif-content-end {
    justify-content: end;
}
.creditHeading {
    font-size: 20px;
}

.home-sm-img{
    height: 300px;
}
#verifiedContainer i {
    color: white;
    background-color: #3771d9;
    padding: 2px 3px 2px 2px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 100;
}

#appliedCard .hireBtn {
    border-radius: 35px;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}

.content-table-bordered ol.text-darkBlack.ms-2 {
    height: 135px;
    overflow-y: overlay;
}

.mt-5 {
    margin-top: 5px;
}


    .accordion {
  width: 100% !important;
  margin: 2rem auto !important;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.traderProfileCards{
    background-color: #eeeeee69 !important;
    padding: 20px 20px !important;
    box-shadow: 0px 5px 14px 3px #ccc !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 20px;
    /* height: 269px; */
    overflow-y: auto;
    text-align: center;
}

.traderProfileCards .profile-img-card{
    height: 120px;
    width:  120px;
    background: #cccccc70;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 62px;
    object-position: center;
    margin-bottom: 15px;
}

/* width */
.traderProfileCards::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.traderProfileCards::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
.traderProfileCards::-webkit-scrollbar-thumb {
  background: #049406;
}

/* ---- mobile bottom navigation ---- */

/* The middle item is a raised circular button overlapping the bar's top
   edge, so it keeps headroom of its own and the label sits below it. */
.bottom-nav .bottom-nav-post {
    position: relative;
    padding-top: 30px;
    color: #049406;
}

.bottom-nav-post-button {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #049406;
    color: #fff;
    box-shadow: 0 4px 12px rgba(4, 148, 6, .35);
}

/* The bar's own items are tight on a narrow phone. */
.bottom-nav a {
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}
