<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap");
:root {
    --main-font-family: "IBM Plex Sans", sans-serif;
    --body-font-family: "Roboto", sans-serif;
    /* Dark */
    --dark-50: #edebe7;
    --dark-100: #d9d9d9;
    --dark-200: #5b5b5b;
    --dark-300: #06131c;
    --dark-400: #0c1e2b;
    /* Light */
    --off-white: #f7f5f0;
    --white: #fff;
    /* lime */
    --lime-300: #22be0d;
    --green-300: #13544e;
    /* Blue */
    --blue-300: #4b83fc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font-family);
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a body {
    color: inherit;
    font-size: inherit;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

button {
    border: 0;
    background: none;
    font-family: var(--main-font-family);
}

p {
    margin: 0;
}

ul {
    list-style-type: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    overflow-x: hidden;
    font-family: var(--body-font-family);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
        padding: 0 20px;
    }
}


/* Predefine Class */

.bg-white {
    background-color: var(--white);
}

.bg-offWhite {
    background-color: var(--off-white);
}

.bg-darkGreen {
    background-color: var(--green-300);
}

.bg-dark-300 {
    background-color: var(--dark-300);
}

.bg-blue-300 {
    background-color: var(--blue-300);
}

.bg-lime-300 {
    background-color: #1dbf74;
}

.bg-darkLime {
    background-color: #14a800;
}

.text-dark-200 {
    color: var(--dark-200);
}

.text-dark-300 {
    color: var(--dark-300);
}

.text-lime-300 {
    color: #1dbf74;
}

.text-14 {
    font-size: 14px;
}

.text-18 {
    font-size: 18px;
}

.text-24 {
    font-size: 24px;
}

.text-40 {
    font-size: 40px;
}

.w-shadow {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.06);
}

.high-zindex {
    z-index: 2000;
}

.mt-n2 {
    margin-top: -2px;
}


/* Padding */

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-85px {
    padding-bottom: 85px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-60 {
    padding: 60px 0;
}

.py-80 {
    padding: 80px 0;
}

.py-110 {
    padding: 110px 0;
}


/* Margin */

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

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

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

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

.mb-20 {
    margin-bottom: 20px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}


/* Mixed */

.mask-type {
    mask-type: luminance;
}

.map-radius {
    border-radius: 16px !important;
}

.h-100vh {
    min-height: 100vh;
}

.not-found-text p {
    font-size: 24px;
    font-weight: 600;
}

.withdraw-card {
    background: rgba(34, 190, 13, 0.2);
    border: 0;
    color: black;
}


/* Button */

.header-btn {
    background-color: #1dbf74;
    padding: 16px 32px;
    border-radius: 30px;
    color: var(--white);
    line-height: 1;
    font-size: 16px;
    color: var(--white);
}

.header-btn svg {
    margin-right: 5px;
    margin-right: 5px;
}

.header-btn:hover {
    background-color: var(--green-300);
}

.w-btn {
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: none;
    gap: 10px;
    font-family: var(--main-font-family);
}

.w-btn-md {
    padding: 16px 30px;
    color: var(--dark-200);
    font-size: 18px;
    border-radius: 30px;
    background-color: var(--white);
}

.w-btn-md:hover {
    background-color: #1dbf74;
    color: var(--white);
}

.w-btn {
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1;
    font-size: 16px;
}

.w-btn-secondary-lg {
    color: var(--white);
    background-color: #1dbf74;
    padding: 16px 32px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.w-btn-black-lg {
    color: var(--white);
    background-color: var(--dark-300);
    padding: 16px 32px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.w-btn-blue-lg {
    color: var(--white);
    background-color: var(--blue-300);
    padding: 16px 32px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.w-btn-primary-sm {
    color: var(--white);
    background-color: #1dbf74;
}

.w-btn-gray-sm {
    color: var(--dark-200);
    background-color: var(--dark-50);
    padding: 14px 24px;
    border-radius: 30px;
    text-align: center;
}

.w-btn-secondary-sm {
    color: var(--white);
    background-color: #1dbf74;
    padding: 14px 24px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.w-btn-primary-icon {
    background-color: #1dbf74;
    color: var(--white);
    border-radius: 3px;

}
.btn-danger {
    border-radius: 3px;

}
.btn-success
{
    border: 1px solid #1dbf74;
    color:#fff ;
    background-color: #1dbf74;
    border-radius: 3px;
}
.btn-success:hover
{
    border: 1px solid #14212B;
    color:#fff ;
    background-color: #14212B;
    border-radius: 3px;
}

.w-btn-secondary-icon {
    background-color: var(--dark-50);
    color: var(--dark-300);
}

.w-btn-secondary-icon:hover {
    color: var(--white);
    background-color: #1dbf74;
}

.w-btn-link {
    color: var(--dark-200);
    font-size: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.w-btn-link::before {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -5px;
    background: #1dbf74;
    height: 1px;
    transition: 0.3s ease-out;
}

.w-btn-link svg {
    color: var(--dark-200);
    transition: 0.2s;
    position: relative;
    width: 15px;
    transition-delay: 0.2s;
    margin-left: 5px;
}

.w-btn-link:hover {
    color: #1dbf74;
}

.w-btn-link:hover::before {
    width: 100%;
}

.w-btn-link:hover svg {
    transform: translateX(4px);
    color: #1dbf74;
}

.w-btn-primary-xl {
    background: var(--white);
    border-radius: 50px;
    text-align: center;
    padding: 16px 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-300);
    gap: 10px;
    flex-shrink: none;
    line-height: 26px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.w-btn-secondary-xl {
    background-color: #1dbf74;
    color: var(--white);
    padding: 16px 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    flex-shrink: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.footer-newsletter-btn::before,
.hero-form-btn::before,
.w-btn-secondary-sm::before,
.w-btn-black-lg::before,
.w-btn-blue-lg::before,
.cta-btn-link::before,
.w-btn-secondary-lg::before,
.w-btn-secondary-xl::before,
.w-btn-primary-lg::before,
.w-btn-primary-xl::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient( 120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.footer-newsletter-btn:hover::before,
.hero-form-btn:hover::before,
.w-btn-secondary-sm:hover::before,
.w-btn-black-lg:hover::before,
.w-btn-blue-lg:hover::before,
.cta-btn-link:hover::before,
.w-btn-secondary-lg:hover::before,
.w-btn-secondary-xl:hover::before,
.w-btn-primary-lg:hover::before,
.w-btn-primary-xl:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.w-btn-secondary-xl:hover,
.w-btn-primary-lg:hover,
.w-btn-primary-xl:hover {
    background-color: #1dbf74;
    color: var(--white);
}

.w-btn-primary-lg {
    background: var(--off-white);
    border-radius: 50px;
    text-align: center;
    padding: 17px 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-300);
    line-height: 1;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.not-found-img {
    max-height: 680px;
}

@keyframes shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}


/* Custom Dropdown */

.custom-dropdown.dropdown {
    width: 200px;
}

.custom-dropdown-toggle.dropdown-toggle {
    background-color: var(--white);
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 16px 25px;
    min-width: 200px;
    width: 100%;
}

.fbf-filter-dropdown{
    font-size: 15px;
    padding: 8px 20px;
    margin-left: 15px;
}

.custom-input .form-control {
    background-color: var(--white);
    border-radius: 6px;
    padding: 16px 16px;
    min-width: 250px;
    border: 0;
    height: auto;
    width: 100%;
}

.custom-style-select.select-dropdown {
    background-color: var(--white);
    border-radius: 6px;
    padding: 8px 16px;
    min-width: 200px;
    height: auto;
    width: 100%;
}

.nice-select .list {
    width: 100%;
}


.fbf-filter-option {
    position: relative;
    margin-right: 8px;
}

.fbf-filter-option a {
    padding: 5px 15px 5px;
}

.agencies-dropdown-toggle {
    padding: 0;
    border: 1px solid #002743;
    width: 134px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #002743;
    height: 49px;
    border-radius: 10px;
    color: #fff;
}
@media (max-width: 1200px) {
    .agencies-dropdown-toggle {
        width: 120px !important;
    }
}
@media (max-width: 768px) {
    .agencies-dropdown-toggle {
        width: 124px !important;
    }
}

.agencies-dropdown {
    display: none;
    position: absolute;
    padding: 5px 0 0 0;
    background: #002743;
    top: 33px;
    width: 100%;
    z-index: 1;
    left: 0;
}

.agencies-dropdown li {
    list-style-type: none;
}
.agencies-banner-contat-service {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Show only 6 lines */
    -webkit-box-orient: vertical;
    position: relative;
}

.btn-secondary{
    border-radius: 3px !important;
}
.text-primary
{
    color: #079a6b !important;
}
.fbf-expanded {
    -webkit-line-clamp: unset !important; /* Expand when clicked */
    overflow: visible !important;
}
.alert {
    --bs-alert-padding-x: 0.2rem;
    --bs-alert-padding-y: 0.2rem;
    --bs-alert-margin-bottom: 0.2rem;
}
.fbf-read-more-btn {
    color: #079a6b;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
}
.agencies-dropdown li label {
    text-decoration: none;
    padding: 10px !important;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    font-size: 15px;
    align-items: center;
}
.fbf-disable-post{
    display:none;
}
.fbf-rating-fliter-dropdown {
    background: #002743;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    min-height: 47px;
    min-width: 115px;
    padding: 13px;
}
.agencies-dropdown li a input[type="checkbox"] {
    zoom:1.7;margin-right: 5px;
}

/* Custom Pagination */

.custom-pagination.pagination {
    gap: 16px;
    flex-wrap: wrap;
}

.custom-page-link.page-link {
    background-color: transparent;
    width: 48px;
    height: 48px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    color: var(--dark-200);
    border-color: var(--dark-100);
}

.custom-page-link.page-link:hover {
    background-color: #1dbf74;
    color: var(--white);
    border: transparent;
}

.custom-page-item.page-item:last-child .page-link,
.custom-page-item.page-item:first-child .page-link {
    border: 0;
    width: 100%;
}

.custom-page-item.page-item:last-child .page-link:hover,
.custom-page-item.page-item:first-child .page-link:hover {
    color: #1dbf74;
    background-color: transparent;
}
.profile-tabs,
.custom-page-item.page-item.active&gt;.page-link,
.page-link.active {
    background-color: #14212b;
    color: var(--white);
    border: transparent;
    border-radius: 3px;
}
.profile-tabs .nav-link{
    color: var(--white);
    border: transparent;
    border-radius: 3px;
}
.profile-tabs .nav-link.active{
    color: var(--white);
    background: #1dbf74;
    border: transparent;
}

/*Custom Pagination End */


/* Section */

.section-subtitle {
    font-size: 18px;
    color: #1dbf74;
}

.section-title {
    font-size: 40px;
    color: var(--dark-300);
    line-height: 50px;
    margin-bottom: 10px;
    text-align: left;
}

.section-title-light {
    font-size: 40px;
    color: var(--white);
    line-height: 50px;
}

.section-desc {
    text-align: left;
    font-size: 18px;
    color: var(--dark-200);
}

.section-desc-light {
    font-size: 18px;
    color: var(--white);
}


/* Swiper Navigation */

.swiper-prev,
.swiper-next {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    color: #1dbf74;
    border: 1px solid #1dbf74;
}

.swiper-prev:hover,
.swiper-next:hover {
    background-color: #1dbf74;
    color: var(--white);
    border: 1px solid #1dbf74;
}

.swiper-prev svg,
.swiper-next svg {
    width: 24px;
    height: 24px;
}


/* Swiper End */


/* Navbar Start */

.navbar .navbar-nav .nav-item:hover .nav-link {
    color: #1dbf74;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: initial;
    color: var(--dark-300);
    padding: 15px 0;
    margin: 0 26px;
    position: relative;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 5px;
    color: var(--dark-300);
    background: transparent;
    display: inline-block;
    position: relative;
    transition: all 0.35s;
    white-space: inherit;
}

.navbar .dropdown-menu .dropdown:hover&gt;.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #1dbf74;
}

.navbar .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    border: none !important;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    line-height: 30px;
    color: var(--dark-300);
    top: calc(50% - 15px);
    text-align: center;
    transition: all 0.3s ease;
}

.navbar .dropdown-submenu:hover&gt;.dropdown-toggle::after {
    transform: rotate(90deg);
}

.header-primary.header-transparent.sticky,
.header-primary.sticky {

    background-color:var(--white);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    width: 100%;
    z-index: 200;
    height: 80px; /* Added fixed height */
    transition: 0.3s ease-in;
    -webkit-animation: upsdown 1000ms;
    animation: upsdown 1000ms;
}

.header-primary.header-transparent .become-vendor-link {
    color: var(--white);
}

.header-primary.header-transparent.sticky .become-vendor-link {
    color: var(--dark-300);
}

.header-primary.header-transparent .logo-green {
    display: none;
}

.header-primary.header-transparent.sticky .logo-transparent {
    display: none;
}

.header-primary.header-transparent.sticky .logo-green {
    display: block;
}


/*----- For Desktop -------*/

@media screen and (min-width: 1199.5px) {
    .header-primary {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
      height: 50px;
        background-color:var(--white);
    }
    .header-primary.header-transparent {
        background-color: transparent;
        border-bottom: 1px solid #586063;
    }
    .header-primary.header-transparent.sticky {
        border-bottom: none;
        height: 80px; /* Added sticky height */
    }
    .header-primary.header-transparent.sticky .navbar .navbar-nav .nav-link,
    .header-primary .navbar .navbar-nav .nav-link {
        color: var(--dark-300);
    }
    .header-primary.header-transparent .navbar .navbar-nav .nav-link {
        color: var(--white);
    }
    .header-primary.header-transparent.sticky .navbar .navbar-nav .nav-link::after,
    .header-primary .navbar .navbar-nav .nav-link::after {
        color: var(--dark-300);
    }
    .header-primary.header-transparent .navbar .navbar-nav .nav-link::after {
        color: var(--white);
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        letter-spacing: -0.2px;
        line-height: initial;
        color: var(--dark-300);
        font-weight: 400;
        padding: 30px 0;
        margin: 0 20px;
        position: relative;
    }
    .nav-item:hover .nav-link::after {
        transform: rotate(-180deg);
        color: var(--dark-300);
    }
    .navbar .dropdown-menu {
        z-index: 20;
        background-color: var(--white);
        display: block;
        right: 0;
        left: 0;
        padding: 10px;
        border: none;
        top: 110%;
        visibility: hidden;
        transform: scale(1, 0);
        opacity: 0;
        min-width: 200px;
        box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
        margin: 0;
        transform-origin: 0 0;
        transition: all 0.3s ease-in-out;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 10px);
        top: 100%;
        right: auto;
        min-width: 240px;
        box-shadow: 0 20px 30px -10px rgb(0, 0, 0, 0.15);
        transform: scale(0, 1);
    }
    .navbar .dropdown:hover&gt;.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .navbar .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle {
        transition: all 0.4s ease-in-out;
    }
    .navbar .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle::after {
        transform: rotate(180deg);
        color: var(--interface-4);
    }
    .header-primary.header-transparent.sticky .navar-right-transparent a,
    .header-primary.header-transparent.sticky .navar-right-transparent button {
        color: var(--dark-300);
    }
}


/*----- For Mobile ----*/

@media screen and (max-width: 1199px) {
    .header-primary {
        width: 100%;
        z-index: 10000;
        background-color: var(--white);
    }
    .header-primary.header-transparent {
        background-color: transparent;
        position: absolute;
    }
    .header-primary .nav-item .nav-link {
        color: var(--dark-300);
        font-size: 16px;
    }
    .header-primary .nav-item .nav-link::after {
        color: var(--dark-300);
    }
    .header-primary .nav-item:hover .nav-link ::after {
        transform: rotate(-180deg);
    }
    .navbar {
        padding: 12px 0;
    }
    .header-primary .navbar-toggler span {
        background: var(--dark-300);
    }
    .header-primary .navbar-toggler span::after,
    .header-primary .navbar-toggler span::before {
        background: var(--dark-300);
    }
    .navbar-collapse .logo {
        margin-bottom: 3vh;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        background-color: var(--white);
        left: 0;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        clear: both;
        width: 320px;
        max-width: calc(100vw - 60px);
        z-index: 9999;
        transform: translateX(-100%);
        display: block !important;
        padding: 32px 15px 20px;
        transition: all 0.3s ease-in-out;
    }
    .navbar-collapse.show {
        transform: translateX(0);
        box-shadow: 15px 0 25px rgba(35, 35, 35, 0.1);
    }
    .navbar .navbar-nav .nav-link {
        margin: 0;
        padding: 13px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 10px;
        font-size: 16px;
    }
    .navbar .dropdown-menu {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0;
        background-color: var(--white);
        border-radius: 0;
        margin: 0;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 15px;
    }
    .navbar .show.dropdown-toggle::after {
        transform: rotate(180deg);
        color: #1dbf74;
    }
}

@-webkit-keyframes upsdown {
    0% {
        transform: translateY(-100px);
        visibility: hidden;
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes upsdown {
    0% {
        transform: translateY(-100px);
        visibility: hidden;
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}


/* Navbar Toggler */

.header-primary.header-transparent .navbar-toggler span {
    background-color: var(--white);
}

.header-primary.header-transparent .navbar-toggler::after,
.header-primary.header-transparent .navbar-toggler::before {
    background-color: var(--white);
}

.header-primary.header-transparent.sticky .navbar-toggler span {
    background-color: var(--dark-300);
}

.header-primary.header-transparent.sticky .navbar-toggler::after,
.header-primary.header-transparent.sticky .navbar-toggler::before {
    background-color: var(--dark-300);
}

.navbar-toggler {
    width: 45px;
    height: 40px;
    padding: 0;
    box-shadow: none;
    position: relative;
    right: 0;
    z-index: 99;
    border: none;
}

.navbar-toggler span {
    position: absolute;
    left: 9px;
    overflow: hidden;
    width: 26px;
    height: 2px;
    margin-top: -1px;
    text-indent: 200%;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background: var(--dark-300);
}

.navbar-toggler::after,
.navbar-toggler::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 26px;
    height: 2px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: var(--dark-300);
}

.navbar-toggler::after {
    -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}

.navbar-toggler::before {
    -webkit-transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] span {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"]::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.navbar-toggler[aria-expanded="true"]::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.select-dropdown span {
    font-size: 16px;
}

.select-dropdown.nice-select::after {
    border: 0;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    border: none !important;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    line-height: 30px;
    color: var(--dark-300);
    top: calc(50% - 15px);
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    height: auto;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    transform-origin: 0;
    transform: none;
    width: auto;
}

.header-primary.header-transparent .select-dropdown.nice-select {
    background-color: transparent;
}

.header-primary.header-transparent .select-dropdown.nice-select span {
    color: var(--white);
}

.header-primary.header-transparent .select-dropdown.nice-select::after {
    color: var(--white);
}

.header-primary.header-transparent.sticky .select-dropdown.nice-select {
    background-color: transparent;
}

.header-primary.header-transparent.sticky .select-dropdown.nice-select span {
    color: var(--dark-200);
}

.header-primary.header-transparent.sticky .select-dropdown.nice-select::after {
    color: var(--dark-200);
}
/* shadab-added-css */
.navbar a img{
    width: 165px;
}

/* Navbar  End */


/*****************
 Secondary Nav
 *****************/


.secondary-nav-wrapper {
    padding-top: 55px;
    background-color:white;
    position: relative;
    z-index: 10;
}

.secondary-nav-container {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #edebe7;
    max-width: 100%; /* Reduce width */
    margin: auto; /* Center it */
    padding: 6px 0px; /* Adjust padding */
    position: relative;
    z-index: 11;
}
.secondary-nav li {
    margin-right: 25px; /* Add spacing between items */
    list-style: none; /* Remove bullet points */
    color: black;
}

.secondary-nav .dropdown-menu li {

    margin:0px;

}
.secondary-nav li a {
    display: block;
    font-size: 16px;
    color: var(--dark-200);
    cursor: pointer;
    text-decoration: none; /* Remove underline */
    padding: 8px; /* Add some padding for links */
    transition: color 0.3s ease; /* Add hover effect */
}

.secondary-nav li a:hover {
    color: #1dbf74;
}
.secondary-nav li {
    position:inherit;

}


.secondary-nav {
    position: relative; /* Ensure the parent has relative positioning */
}

.secondary-nav .dropdown-menu {
    display: none;
    width: auto; /* Fixed width for larger screens */
    position: relative;
    left: 0; /* Align with parent */
    z-index: 12;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    @media (max-width: 768px) {
        width: 90vw; /* 90% of viewport width on mobile */
        left: 50%;
        transform: translateX(-50%);
    }
}
ul.list-unstyled.nested-dropdown-menu.show {
    display: block !important;
}
/* Ensure it stays within the section on smaller screens */
@media (max-width: 768px) {
    .secondary-nav .dropdown-menu {
        width: 90%; /* Make it wider on small screens */
        left: 0%; /* Adjust position */
        transform: none; /* No need for translateX */
    }
}


.secondary-nav li:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle {
    display: inline-flex;  /* Align text and icon */
    align-items: center;   /* Vertically center the text and icon */
    gap: 8px;              /* Space between text and icon */
}

.dropdown-arrow {
    font-size: 12px;   /* Size of the arrow */
    transform: rotate(0deg);  /* Rotate the arrow if you want to change the direction */
}



/* .secondary-nav li:last-child button {
    padding: 16px 20px;
} */

.modal-backdrop {
    z-index: 500;
    width: 100%;
    height: 100%;
}


/* Category Modal */

.category-nav ul li a {
    font-size: 16px;
    color: var(--dark-200);
    line-height: 30px;
    transition: all 0.3s ease-in;
}

.category-nav ul li a:hover {
    color: #1dbf74;
    text-decoration: underline;
}


/* Category Modal End*/


/*****************
 Secondary Nav End
 *****************/


/************
Breadcrumb
************/

.w-breadcrumb-area {
    position: relative;
    padding: 150px 0 90px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.w-breadcrumb-area::after {
    position: absolute;
    content: "";
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 90deg, #06131c 0%, rgba(6, 19, 28, 0) 100%);
}

.w-breadcrumb .breadcrumb-item a {
    color: var(--white);
}

.w-breadcrumb.breadcrumb .breadcrumb-item.active {
    color: #1dbf74;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}


/**************
Breadcrumb End
***************/


/**************
Hero Start
***************/

.hero-one {
    padding: 170px 0 50px 0;
    background-image: url(../img/hero/hero-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-one-title {
    font-size: 72px;
    color: var(--white);
}

.hero-one-title span {
    color: #1dbf74;
}

.hero-form-wrapper {
    padding: 6px;
    border-radius: 3px;
    box-shadow: 0px 25px 63px 0px rgba(0, 0, 0, 0.1);
    max-width: 400px;

}
.header-search-btn{

    box-shadow: 0px 25px 63px 0px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width:300px;
    border:1px solid #1dbf74;
    border-radius: 3px;
}

.hero-form-wrapper .form-select {
    border: 0;
}

.hero-form-wrapper .form-control {
    border: 0;

    border-radius: 0;
}
.tox .tox-promotion, .tox-statusbar__branding {
    display: none !important;
}
.hero-form-btn {
    background-color: #1dbf74;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 15px 15px;
    color: var(--white);
    top: -12px;
    right: -13px;
    margin: 6px;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.hero-group-img-wrapper .hero-group-img {
    margin-left: -20px;
}

.hero-group-img-wrapper .hero-group-img:first-of-type {
    margin-left: 0;
}

.hero-counter-title {
    font-size: 30px;
}

.hero-rating {
    padding-left: 20px;
    border-left: 1px solid var(--white);
}

/* Hero Two */

.hero-two {
    padding: 200px 0 170px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-two::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 19, 28, 0.8);
}

.hero-two-title {
    font-size: 60px;
    line-height: 70px;
}

.hero-two-img {
    position: absolute;
    top: 35%;
    transform: translateY(-40%);
}

.tag-item {
    padding: 10px 14px;
    border-radius: 30px;
    color: var(--dark-100);
    border-radius: 3px;
    background: #1d2c32;
    box-shadow: 20px 20px 45px 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}


/**************
Hero End
***************/


/******************
Feature Categories
*******************/

.feature-category-card {
    border-radius: 3px;
    padding: 40px 32px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    height: 230px;
}

.feature-category-link {
    font-size: 15px;
    color: var(--dark-300);
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;

}

.feature-category-card:hover .feature-category-link {
    color: #1dbf74;
}

.feature-category-desc {
    color: var(--dark-200);
}

.feature-category-card:hover {
    border-color: #1dbf74;
}


/**********************
Feature Categories End
**********************/


/**********************
Recent Job Post
**********************/

.job-post {
    padding: 20px;
    border-radius: 3px;
}

.job-type-badge {
    left: 20px;
}

.job-type-badge-primary,
.job-type-badge-secondary,
.job-type-badge-tertiary {
    display: inline;
    line-height: 1;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 12px;
    text-align: center;
}

.job-type-badge-primary {
    background-color: var(--white);
    color: var(--dark-300);
}

.job-type-badge-secondary {
    background-color: #1dbf74;
    color: var(--white);
}

.job-type-badge-tertiary {
    background-color: var(--dark-50);
    color: var(--dark-300);
}

.job-post-icon {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: #edebe7;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.job-post-icon img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.job-post-subtitle {
    font-size: 18px;
    color: var(--dark-300);
    margin-bottom: 10px;
}

.job-post-title a {
    font-size: 18px;
    color: var(--dark-300);
    margin-bottom: 35px;
    display: block;
    text-align: center;
}

.job-post-horizontal {
    padding: 24px;
    border-radius: 10px;
}

.job-price-range {
    font-size: 14px;
}

.job-post-horizontal-img {
    background-color: #edebe7;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.job-post-horizontal-img img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.job-post-horizontal-title {
    line-height: 1.1;
}

.job-post-horizontal-title a {
    color: var(--dark-300);
    font-size: 18px;
    line-height: 1;
    position: relative;
    background-image: linear-gradient(#000000, #000000), linear-gradient(#ffffff, #ffffff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.job-post-horizontal-title a:hover {
    background-size: 100% 1px;
}

.horizontal-img-sm {
    width: 150px;
    height: 180px;
}

.horizontal-img-sm img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

@media (max-width: 576px) {
    .horizontal-img-sm {
        width: 100%;
    }
}

@media screen and (max-width:767px)
{
    .toTopBtn
    {
        bottom: 10px !important;
    }
    .toTopBtn svg {
        width: 20px;
    }
    .footer-copyright.py-4 .row.row-gap-4.justify-content-between {
        justify-content: center !important;
    }
}


/**********************
Recent Job Post End
**********************/


/*****************
 Business Widget
 *****************/

.widget-wrapper {
    border-radius: 3px;
    /* padding: 50px 60px; */
}

.widget-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

.widget-desc {
    margin-bottom: 20px;
    font-size: 18px;
}

.widget-list {
    position: relative;
}

.widget-list-item {
    font-size: 18px;
    position: relative;
    padding-left: 12px;
}

.widget-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--white);
    top: 50%;
    transform: translateY(-50%);
}

.widget-video {
    position: relative;
}

.widget-video-btn {
    background-color: var(--white);
    color: #1dbf74;
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*******************
Business Widget End
********************/


/**************
 Cta Start
 **************/

.cta-area-bg {
    padding: 60px;
    border-radius: 3px;
}

.cta-subtitle {
    font-size: 18px;
    color: var(--white);
}

.cta-counter {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-counter-item {
    background-color: var(--white);
    padding: 20px 35px;
    border-radius: 3px;
    text-align: center;
}

.cta-counter-title {
    font-size: 40px;
    color: var(--dark-300);
}

.cta-counter-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-200);
}

.cta-img img {
    border-radius: 10px;
}

.cta-wrapper {
    padding:59px 70px;
    border-radius: 3px;
    background-image: url(../img/cta/cta-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-people {
    bottom: 0;
    right: 5%;
}

.cta-btn-link {
    padding: 20px 30px;
    border-radius:3px;
    background-color: #1dbf74;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    color: var(--white);
    gap: 5px;
    position: relative;
    overflow: hidden;
}
.cta-btn-link:hover{
    background-color: #1dbf74;
    color: #fff;
}

@media (min-width: 1200px) {
    .cta-people {
        top: -20%;
    }
}


/**************
 Cta End
 **************/


/* Top Vendor Card */

.top-vendor-card {
    border-radius: 3px;
    padding: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
    min-height: 365px;
    max-height: 400px;
}

.top-vendor-card.style-two:hover .w-btn-primary-lg {
    background-color: #1dbf74;
    color: var(--white);
}

.vendor-type {
    display: flex;
    gap: 5px;
}

.vendor-type-badge {
    background-color: var(--off-white);
    border-radius: 30px;
    padding: 4px 8px;
    font-size: 10px;
    color: var(--dark-300);
    display: inline-block;
}

.vendor-type-badge.green {
    background-color: #1dbf74;
    color: var(--white);
}

.vendor-profile-img img {
    width: 100px;
    height: 100px;
}

.top-vendor-name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--dark-300);
}

.top-vendor-title {
    color: var(--dark-200);
    font-size: 14px;
    margin-bottom: 5px;
}

.top-vendor-rating {
    color: var(--dark-300);
    gap: 5px;
}

.top-vendor-review {
    color: var(--dark-200);
}

.w-64 {
    width: 64px;
    height: 64px;
}

.w-56 {
    width: 56px;
    height: 56px;
}

.freelancer-tab-link {
    background-color: var(--green-300);
    color: var(--white);
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.freelancer-tab-link.active {
    background-color: #1dbf74;
}

.freelancer-sidebar-card .freelancer-single-info {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.freelancer-sidebar-card .freelancer-single-info:last-child {
    border-bottom: 0;
}


/* Top Vendor Card End*/


/*******************
Testimonial
********************/

.testimonial-card {
    border-radius: 3px;
    position: relative;
    border-bottom: 4px solid #1dbf74;
}

.testimonial-content {
    padding: 24px 30px;
    border-bottom: 1px solid #edebe7;
}

.testimonial-title {
    color: var(--dark-200);
    font-size: 18px;
}

.testimonial-feedback {
    color: var(--dark-200);
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
}

.testimonial-meta {
    padding: 20px 30px;
}

.testimonial-author-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.testimonial-author-name {
    font-size: 18px;
    color: var(--dark-300);
}

.testimonial-author-title {
    color: var(--dark-200);
    font-size: 14px;
}

.testimonialsSlider .swiper-wrapper,
.testimonialsSliderBottom .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}


/*******************
Testimonial End
********************/


/* Service Details Grid */

.grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.main-item {
    grid-row: span 2;
    border-radius: 12px;
    max-width: 656px;
    height: 500px;
}

.main-item img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-item {
    border-radius: 12px;
    max-width: 328px;
    height: 240px;
}

.small-item img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .main-item {
        grid-row: span 1;
    }
    .small-item {
        max-width: 100%;
    }
    .small-item img {
        width: 100%;
    }
}


/*******************
Service Card
********************/


/* Service Filter */

.service-filter-btn {
    padding: 14px 20px;
    border: 1px solid #1dbf74;
    border-radius: 30px;
    height: 46px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: var(--dark-300);
    transition: all 0.3s ease;
}

.service-filter-btn:hover {
    background-color: #1dbf74;
    color: var(--white);
}

.service-filter-btn.active {
    background-color: #1dbf74;
    color: var(--white);
    border-color: transparent;
}


/* Service Card Two */

.service-card-two {
    border-radius: 8px;
    transition: all 0.4s ease;
    background-color: var(--white);
    min-height: 400px;
    max-height: 420px;
    transition: all 0.4 ease-in;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
}

.service-card-two-img {
    border-radius: 8px;
}

.service-card-two.style-three .service-card-two-img-thumb {
    height: 250px;
    width: 100%;
}

.service-card-two.style-three .service-card-two-img-thumb .service-card-two-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-card-two-body {
    padding: 25px 20px;
}


/* Service Card One */

.service-card {
    border-radius: 3px;
    min-height: 395px;
    max-height: 440px;
    padding: 8px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.06);
}

.service-card.w-shadow .freelancer-service-thumb {
    height: 230px;
}

.service-card.w-shadow .freelancer-service-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-card.admin-end {
    max-height: 600px;
    min-height: auto;
}

.service-card.admin-end .service-thumb {
    height: 200px;
    width: 100%;
}

.service-card.admin-end .service-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-card:hover {
    border-color: #1dbf74;
}

.service-card-wishlist-btn {
    background-color: var(--white);
    color: #1dbf74;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: 16px;
}

.recently-view-card-thumb {
    height: 200px;
}

.recently-view-card-img {
    border-radius: 12px;
   padding-bottom:20px;
    width: 100%;
    object-fit: cover;

}

.service-card-content {
    padding: 0px 12px 12px;
}

.service-card-price {
    color: #1dbf74;
    font-size: 20px;
}

.service-card-rating {
    font-size: 16px;
    color: var(--dark-200);
    line-height: 1;
}

.service-card-title {
    line-height: 1.4;
    padding: 50px 0;
    color: var(--dark-300);
    font-size: 18px;
}

.service-card-title a {
    position: relative;
    background-image: linear-gradient(#000000, #000000), linear-gradient(#ffffff, #ffffff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.service-card-title a:hover {
    background-size: 100% 1px;
}

.service-card-author {
    padding-top: 16px;
    border-top: 1px solid #edebe7;
    gap: 12px;
}

.service-card-author.style-two {
    padding: 16px 0;
    border-top: 1px solid #edebe7;
    border-bottom: 1px solid #edebe7;
}

.service-card-author.horizontal {
    border: 0;
    padding: 0;
}

.service-card-author-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.service-card-author-name {
    font-size: 18px;
    color: var(--dark-300);
    line-height: 1;
}

.service-card-author-name:hover {
    color: #1dbf74;
}

.service-card-horizontal {
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.service-card-horizontal:hover {
    border: 1px solid #1dbf74;
}

.wishlist-btn-horizontal {
    background-color: #f7f5f0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #1dbf74;
}


/* Service Card Horizontal */

.service-payment-btn {
    border-radius: 4px;
    background-color: var(--white);
    padding: 14px 30px;
    border: 1px solid transparent;
    position: relative;
    min-width: 180px;
}

.service-payment-btn.active {
    border: 1px solid #1dbf74;
}

.payment-checked-icon {
    position: absolute;
    left: 10px;
    /* padding-right: 10px; */
}


/*******************
Service Card End
********************/


/* Translation */

.crancy-product-card__title {
    font-weight: 700;
    font-size: 20px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1dbf74;
    border-color: #1dbf74;
}

/*******************
About Pages
********************/


/*******************
Privacy Pages Start
********************/

.legal-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #06131c;
}

.legal-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #06131c;
}

.legal-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #06131c;
}

.legal-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #06131c;
}

.legal-content h5,
h6 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #06131c;
    font-weight: 600;
}

.legal-content .content-details p {
    margin-bottom: 20px;
    color: #5b5b5b;
}

.legal-content .content-details ul {
    margin: 20px 0;
}

.legal-content .content-details ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.legal-content .content-details ul li {
    padding: 5px 0;
    font-size: 16px;
    color: #5b5b5b;
}

.legal-content .content-details img {
    height: 618px;
    max-height: 620px;
    border-radius: 8px;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .legal-content .content-details img {
        height: auto;
    }
}



/*******************
Privacy Pages End
********************/


/* Gallery Start*/

.gallery-img-item {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.gallery-img-item-thumb img {
    width: 100px;
    height: 100px;
}

.gallery-img-item-thumb .car-delet-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    border: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.gallery-img-item-thumb {
    border-radius: 8px;
    position: relative;
    border: 1px solid #ededed;
    padding: 10px;
    height: 150px;
    width: 150px;
}

.gallery-img-item-thumb img {
    width: 100%;
    height: 100%;
}


/* Gallery End */


/***********************
Service Details Start
***********************/

.job-details-slider-img {
    border-radius: 3px;
    width: 100%;
    object-fit: cover;
    height: 756px;
}

.job-details-slider-img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.service-details-content {
    padding: 20px;
    border-radius: 3px;
}

.service-details-title {
    font-size: 40px;
    line-height: 50px;
}

.service-details-subtitle {
    font-size: 24px;
    line-height: 26px;
    color: var(--dark-300);
}

.service-title-secondary {
    font-size: 18px;
}

.service-thumb-sm .job-details-slider-img-thumb {
    width: 100%;
    height: 130px;
}

.service-thumb-sm .job-details-slider-img-thumb img {
    border-radius: 3px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper-nav-btn .swiper-button-next,
.swiper-nav-btn .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swiper-nav-btn .swiper-button-next::after,
.swiper-nav-btn .swiper-button-prev::after {
    font-size: 16px;
    color: var(--dark-200);
}

.service-review-count {
    width: 200px;
    height: 190px;
}

.review-progress-wrapper {
    background-color: #d2d2d2;
    height: 12px;
    border-radius: 30px;
    width: 100%;
}

.review-progress-bar {
    background-color: #1dbf74;
    height: 12px;
    border-radius: 30px;
}

.review-card {
    padding: 40px;
    border-radius: 10px;
}

.reply-btn {
    background-color: var(--dark-50);
    color: var(--green-300);
    padding: 8px 16px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s;
}

.review-card i {
    color: #1dbf74;
}

.reply-btn:hover {
    background-color: var(--green-300);
    color: var(--white);
}

.vendor-reply {
    border-top: 1px solid var(--dark-50);
}


/*Package Tabs
 */

.package-tabs {
    background-color: var(--dark-50);
    padding: 16px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-tab-content {
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.package-tab-btn {
    color: var(--dark-300);
    font-size: 18px;
    font-family: var(--main-font-family);
}

.package-tab-btn.active {
    color: #1dbf74;
    text-decoration: underline;
}

.package-name {
    font-size: 18px;
}

.package-price {
    font-size: 24px;
}

.package-title {
    font-size: 18px;
    color: var(--dark-200);
}


/***********************
Service Details End
***********************/


/***********************
Freelancer Details Start
***********************/

.freelancer-avatar {
    width: 110px;
    height: 110px;
}

.freelancer-name a {
    font-size: 24px;
    line-height: 26px;
}

.freelancer-sidebar-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.freelancer-single-info {
    border-color: var(--dark-50);
}

.single-skill {
    background-color: #f7f5f0;
    color: #333;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
}

.freelancer-university-name {
    font-size: 18px;
}

.freelancer-tab {
    border-radius: 3px;
}

.freelancer-tab .tab-btn {
    border: 1px solid #1dbf74;
    padding: 14px 28px;
    border-radius: 30px;
    color: var(--dark-300);
}

.freelancer-tab .tab-btn.active {
    background-color: #1dbf74;
    color: var(--white);
}

.freelancer-tab-content {
    border-radius: 3px;
}

.freelancer-tab-content.for_buyer {
    padding: 0 !important;
}

.portfolio-card {
    border-radius: 3px;
    background-color: var(--white);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.06);
    position: relative;
    width: 100%;
    background-color: #1bbe73;

}

.portfolio-card img {
    border-radius: 12px;
    width:100%;
    height:auto;


}

.portfolio-card-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 3px;
    transform: scale(0.3);
    transition: all 0.5s ease-in-out;
    background-color: rgba(6, 19, 28, 0.5);
}

.portfolio-card:hover .portfolio-card-overlay {
    transform: scale(1);
    opacity: 1;
}

.portfolio-card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


/**********************
Freelancer Details End
***********************/


/*******************
Job Details
********************/

.job-posts-container {
    padding: 40px;
    border-radius: 10px;
}

.job-post-details {
    border-top: 1px solid #edebe7;
}

.company-icon {
    width: 128px;
    height: 128px;
    background-color: var(--green-300);
    border-radius: 5px;
}

.job-type {
    color: var(--dark-200);
    font-size: 14px;
}

.job-type span {
    color: var(--dark-300);
    font-size: 14px;
}

.job-post-title {
    font-size: 24px;
    color: var(--dark-300);
    line-height: 26px;
}

.job-company {
    font-size: 16px;
    color: var(--dark-300);
}

.job-post-date,
.job-location {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.job-post-date {
    background-color: #e3ffdf;
    color: #1dbf74;
}

.job-location {
    background-color: #edebe7;
    color: var(--green-300);
}

.job-wage {
    font-size: 24px;
    color: var(--dark-300);
}

.job-description-title {
    font-size: 18px;
    color: var(--dark-300);
    margin-bottom: 10px;
}

.job-desc {
    color: var(--dark-200);
    font-size: 16px;
    line-height: 26px;
}


/* Job Modal */

.company-profile-card {
    padding: 30px;
    border-radius: 10px;
}

.company-profile-card-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #edebe7;
}

.company-profile-card-icon img {
    width: 78px;
    height: 78px;
}

.company-profile-card-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #06131c;
}

.company-card-list li {
    border-bottom: 1px solid var(--dark-50);
    padding: 16px 0;
}

.company-card-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.proposal-container {
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--dark-50);
}

.proposal-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--dark-50);
}

.proposal-input-container .proposal-form-label {
    color: var(--dark-300);
    margin-bottom: 10px;
    display: block;
}

.proposal-input-container .form-select,
.proposal-input-container .form-control {
    border: 1px solid var(--dark-50);
    border-radius: 50px;
    padding: 16px 30px;
    height: 56px;
}

.proposal-input-container .form-textarea {
    border: 1px solid var(--dark-50);
    border-radius: 30px;
    padding: 16px 30px;
    height: 156px;
    width: 100%;
    resize: none;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-size: 14px;
    padding: 34px 40px;
    border-radius: 50px;
    border: 1px dashed #c9c9c9;
    background: #f7f5f0;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}


/*******************
Job Details End
********************/


/* Latest Features */

.feature-card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px;
    min-height: 250px;
}

.feature-card-title {
    margin-top: 30px;
    font-size: 24px;
    white-space: wrap;
}


/* About Company */

.about-desc p {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 26px;
}

.about-list {
    column-gap: 40px;
    border-bottom: 1px solid rgba(0, 35, 90, 0.15);
}

.about-list-item {
    color: var(--dark-200);
}

.ceo-avatar {
    width: 60px;
    height: 60px;
}

.about-img-group li img {
    border-radius: 3px;
}


/*******************
Feature Tab Start
********************/

.feature-tab {
    padding: 15px;
    border-radius: 3px;
}

.feature-tab {
    background-color: transparent;
    margin-bottom: 20px;
}

.feature-tab:hover {
    background-color: var(--off-white);
}

.feature-tab.feature-tab-two:hover {
    background-color: var(--white);
}

.feature-tab-img-one {
    top: 22%;
    right: 0;

}

.feature-tab-img-two {
    left: -6%;
    top: 50%;
}


/*******************
Feature Tab End
********************/


/*******************
Accordion Start
********************/

.faq-accordions .accordion .accordion-item {
    background-color: var(--white);
    border: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.faq-accordions .accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    padding: 20px 30px;
}

.faq-accordions .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #1dbf74;
    background-color: white;
}

.accordion-body {
    border-top: 1px solid #ededed;
    padding: 20px 30px;
}

.accordion-body p {
    columns: var(--dark-100);
    line-height: 26px;
}


/*******************
Accordion End
********************/


/*******************
About Pages End
********************/


/*******************
Blog Page Start
********************/

.blog-card {
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.4s ease;
    border-radius: 3px;
}

.blog-card:hover {
    background-color: var(--white);
}

.blog-thumb-wrapper {
    height: 220px;
}

.blog-thumb {
    border-radius: 10px;
}

.blog-thumb {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-date {
    background-color: #1dbf74;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px;
    color: var(--white);
    padding: 6px 12px;
    bottom: 184px;
    right: 7px;
}

.blog-meta {
    padding: 0px 20px;
}

.blog-title a {
    font-size: 20px;
    line-height: 1.3;
    color: var(--dark-300);
    position: relative;
    background-image: linear-gradient(#000000, #000000), linear-gradient(#ffffff, #ffffff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.blog-title a:hover {
    background-size: 100% 1px;
}

.blog-link:hover {
    color: #1dbf74;
}

.pagination-link {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--dark-50);
    color: var(--dark-200);
}

.pagination-link:hover {
    background-color: #1dbf74;
    color: var(--white);
    border: transparent;
}

.pagination-link.active {
    background-color: #1dbf74;
    border: transparent;
    color: var(--white);
}

.pagination-item:first-child span,
.pagination-item:last-child span {
    border: none;
}


/* Blog Details */

.blog-details-title {
    font-size: 40px;
}

.blog-highlight {
    background-color: var(--green-300);
    padding: 30px 40px;
    border-radius: 6px;
}

.blog-highlight svg {
    position: absolute;
    left: 20px;
    top: 20px;
}

.blog-highlight p {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--white);
}

.blog-tags-wrapper {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.blog-tags-wrapper .blog-tag {
    color: var(--dark-200);
    font-size: 16px;
}

.blog-tags-wrapper .blog-tag:hover {
    color: #1dbf74;
}


/* Social Links */

.social-links a {
    color: var(--dark-200);
}

.social-links a:hover {
    color: #1dbf74;
}

.blog-single-comment {
    border-radius: 10px;
    padding: 40px;
}

.comment-reply-btn {
    color: #1dbf74;
}

.comment-reply {
    border-top: 1px solid var(--dark-50);
}


/* Comment Form */

.comment-form {
    padding: 40px;
    border-radius: 3px;
}

.comment-form-input .form-control {
    border-radius: 3px;
    padding: 14px 28px;
    border: 1px solid #ededed;
    color: var(--dark-300);
}

.comment-form-input .form-control::placeholder {
    color: #b1b1b1;
}

.comment-form-input .form-control.form-textarea {
    border-radius: 3px;
    height: 110px;
    resize: none;
}

.comment-form-btn {
    background-color: #1dbf74;
    color: var(--white);
    padding: 16px 32px;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
}


/*******************
Blog Page End
********************/


/**********************
Subscription Plan Start
***********************/

.price-tabs .price-tab-link {
    background-color: var(--white);
    color: var(--dark-200);
    padding: 12px 24px;
}

.price-tabs .price-tab-link.active {
    background-color: #1dbf74;
    color: var(--white);
}

.plan-table {
    border-radius: 3px;
    padding: 30px;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    position: relative;
}

.plan-table:hover {
    border-color: #1dbf74;
}

.plan-header {
    padding: 16px 24px;
    border-radius: 3px;
}

.plan-footer-btn {
    background-color: transparent;
    padding: 16px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #a1a1aa;
    font-family: var(--main-font-family);
    font-size: 18px;
    width: 100%;
}

.plan-footer-btn:hover {
    background-color: #1dbf74;
    color: var(--white);
}

.popular-plan {
    background-color: #1dbf74;
    position: absolute;
    display: inline-block;
    top: 11px;
    right: -38px;
    transform: rotate(45deg);
    padding: 10px 30px;
    color: var(--white);
    font-size: 14px;
    font-family: var(--main-font-family);
}


/**********************
Subscription Plan End
**********************/


/*******************
Job Post
********************/

.job-post-input {
    padding: 0 16px;
    border-right: 1px solid var(--dark-100);
}

.job-post-filter {
    gap: 10px;
    border-radius: 50px;
}

.job-post-input .form-control,
.job-post-input .form-select {
    border: none;
}

.job-filter-btn {
    padding: 16px 30px;
    border-radius: 30px;
    height: 48px;
    color: var(--white);
    background-color: #1dbf74;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tab-link {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green-300);
    color: var(--white);
}

.tab-link.active {
    background-color: #1dbf74;
    color: var(--white);
}


/*******************
Job Post End
********************/


/*******************
Contact Page
********************/

.contact-widget-item .contact-widget-title {
    color: var(--dark-300);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-widget-item .contact-widget-info {
    color: var(--dark-200);
    font-size: 18px;
    line-height: 28px;
}

.contact-form-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-300);
}

.contact-form-desc {
    color: var(--dark-200);
    font-size: 16px;
    line-height: 26px;
}

.contact-form-input .form-control {
    background-color: var(--white);
    border-radius: 50px;
    border: 1px solid transparent;
    padding: 16px 30px;
    height: 56px;
}

.contact-form-input .form-textarea {
    background-color: var(--white);
    border-radius: 30px;
    border: 1px solid transparent;
    padding: 16px 30px;
    height: 156px;
    width: 100%;
    resize: none;
}

.w-form-btn-inline {
    display: inline-block;
    background-color: #1dbf74;
    border-radius: 30px;
    color: var(--white);
    padding: 14px 28px;
}

.contact-map {
    border-radius: 30px;
    width: 100%;
}

.contact-map iframe {
    filter: grayscale(100%) invert(92%) contrast(83%);
}

.contact-social-links a {
    color: var(--dark-300);
}

.contact-social-links a:hover {
    color: #1dbf74;
}


/*******************
Contact Page End
********************/


/*******************
Login Pages Start
********************/

.form-input .form-label {
    font-size: 18px;
    margin-bottom: 10px;
}

.form-input .form-control,
.form-input .form-select {
    border-radius: 50px;
    border: 1px solid #edebe7;
    padding: 16px 30px;
    height: 56px;
}

.form-input .form-control::placeholder {
    color: #b1b1b1;
}

.form-input .form-check-label {
    color: var(--dark-200);
}

.form-forget-pass {
    color: #1dbf74;
}

.form-divider {
    border-bottom: 1px solid #edebe7;
}

.w-form-btn {
    width: 100%;
    border-radius: 30px;
    background-color: #1dbf74;
    color: var(--white);
    padding: 14px 20px;
    display: block;
    text-align: center;
}

.w-form-btn-outline {
    width: 100%;
    border-radius: 30px;
    background-color: transparent;
    color: var(--dark-300);
    border: 1px solid #1dbf74;
    padding: 14px 20px;
    display: block;
    text-align: center;
}

.form-divider-text {
    background: var(--white);
    position: absolute;
    color: #06131c;
    width: 30px;
    padding: 4px;
}

.social-login .social-login-item {
    background-color: #f7f5f0;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    color: #06131c;
}

.social-login .social-login-item:hover {
    background-color: var(--green-300);
    color: var(--white);
}

.form-text a {
    color: var(--dark-200);
}

.form-text a {
    color: var(--dark-300);
}


/*******************
Login Pages End
********************/


/*******************
Dashboard CSS Start
********************/

.dashboard-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    z-index: 20;
    top: 0;
    background-color: #14212b;
    overflow-y: scroll;
    height: calc(100vh - 80px);
    scrollbar-width: none;
    font-family: "DM Sans", sans-serif;
}

.sidebar-nav-link {
    display: flex;
    padding: 15px 30px;
    border-radius: 5px;
    gap: 16px;
    font-size: 18px;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.sidebar-nav-link.active {
    color: #1dbf74;
}
.sidebar-nav-link:hover {
    color: #1dbf74;
}

.sidebar-nav-link svg {
    color: #ddd6d6;
}

.sidebar-nav-link.active svg {
    color: #1dbf74;
}

.dashboard-main {
    background-color: var(--off-white);
    padding: 30px;
    margin-left: 300px;
}

.dashboard-widget-title {
    font-size: 40px;
}

.dashboard-widget-icon {
    background-color: var(--green-300);
    border-radius: 8px;
    padding: 20px;
}

.dashboard-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.dashboard-table&gt;thead&gt;tr&gt;th {
    background-color: rgba(34, 190, 13, 0.2);
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-300);
    padding: 20px 10px;
    white-space: nowrap;
    font-family: var(--main-font-family);
}

.dashboard-table.job-table&gt;thead&gt;tr&gt;th {
    padding: 20px 25px;
}

.dashboard-table.applicant-table&gt;thead&gt;tr&gt;th,
.dashboard-table.subscription-table&gt;thead&gt;tr&gt;th,
.dashboard-table.withdraw-table&gt;thead&gt;tr&gt;th {
    padding: 20px 35px;
}

.dashboard-table&gt;thead&gt;tr&gt;th:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dashboard-table&gt;thead&gt;tr&gt;th:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dashboard-table tbody {
    background-color: var(--white);
    border-radius: 10px;
}

.dashboard-table tbody tr {
    border-bottom: 1px solid var(--dark-50);
}

.dashboard-table tbody tr td {
    padding: 10px;
    white-space: normal;
}

.dashboard-table.applicant-table tbody tr td {
    padding: 10px 35px;
}

.dashboard-table.subscription-table tbody tr td,
.dashboard-table.withdraw-table tbody tr td {
    padding: 20px 35px;
}

.dashboard-table tbody tr td:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dashboard-table tbody tr td:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.admin-job-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.project-name img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}

.order-img img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}

.order-category li {
    font-size: 14px;
}

.applicant-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2ffde;
    border-radius: 30px;
    color: var(--dark-200);
}

.applicant-link:hover {
    background-color: #e0fddc;
    color: #22be0d;
}

.project-link {
    color: var(--dark-200);
}

.project-link:hover {
    text-decoration: underline;
    color: var(--dark-300);
}


/* Dashboard Header */

.dashboard-header {
    margin-left: 280px;
}

.dashboard-header-btns .dashboard-header-btn {
    position: relative;
    background-color: var(--off-white);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    align-self: center;
}

.dashboard-header-btns .dashboard-header-btn i {
    color: #1dbf74;
    font-size: 20px;
}

.header-btn-badge {
    position: absolute;
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-radius: 50%;
    color: var(--white);
    background-color: #1dbf74;
    top: 0;
}

.dashboard-profile .dashboard-profile-item.dropdown-item {
    color: var(--dark-200);
    padding: 10px;
}

.dashboard-profile .dashboard-profile-item.dropdown-item:hover {
    background-color: var(--off-white);
}

.dashboard-header-btn.dropdown-toggle::after {
    display: none;
}

.dashboard-notification {
    width: 300px;
}

.notification-bell {
    background-color: var(--off-white);
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.notification-item.dropdown-item {
    padding: 10px;
    cursor: pointer;
}

.notification-item.dropdown-item:hover {
    background-color: var(--off-white);
}

.notification-item.dropdown-item:hover .notification-bell {
    background-color: var(--white);
}

.see-notification-btn {
    background-color: #1dbf74;
    color: var(--white);
    padding: 12px 20px;
    border-radius: 5px;
    width: 100%;
    transition: all 0.3s;
}

.see-notification-btn:hover {
    opacity: 0.8;
}

.offcanvas-backdrop {
    width: 100%;
    height: 100%;
}

.offcanvas-body {
    z-index: 20;
}

.offcanvas-body .btn-close {
    background-color: var(--dark-50);
    position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}


/* Create Gigs */

.gig-title-switch .form-check-input {
    background-color: transparent;
}

.gig-status .form-check-input:checked,
.gig-title-switch .form-check-input:checked {
    background-color: #1dbf74;
    border-color: #1dbf74;
}

.gig-info-header,
.profile-info-header {
    padding: 20px 30px;
    background-color: rgba(34, 190, 13, 0.2);
    border-radius: 8px 8px 0 0;
}

.profile-info-body,
.gig-info-body {
    padding: 20px 30px 30px;
    border-radius: 0 0 8px 8px;
}

.tagify tag&gt;div::before {
    box-shadow: none;
    background-color: #e5e5e5;
}


/* Manage Gig */

.gig-edit-btn {
    background-color: var(--blue-300);
    border-radius: 30px;
    padding: 10px 18px;
    line-height: 1;
    color: var(--white);
    font-size: 14px;
    display: inline-block;
}


/* Quill */

.w-editor-wrapper {
    border: 1px solid var(--dark-50);
    border-radius: 30px;
    padding: 20px;
    width: 100%;
}

.w-editor-wrapper .ql-toolbar.ql-snow {
    background-color: var(--dark-50);
    border: 0;
    border-radius: 30px;
}

.w-editor-wrapper .ql-container.ql-snow {
    border: 0;
}

.w-editor-wrapper .ql-editor {
    padding: 12px 0;
    height: 150px;
}


/* Price */

.price-pack-wrapper {
    border: 1px solid var(--dark-50);
    border-radius: 4px;
}

.pricing-pack-name {
    /* margin: 10px; */
    border-radius: 5px;
    padding: 10px;
    display: block;
    background-color: var(--dark-50);
}

.pack-description textarea {
    resize: none;
}

.pack-description textarea:focus {
    border: none;
}

.gig-file-upload {
    width: 130px;
    height: 130px;
    border-radius: 6px;
    padding: 8px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gig-img-icon {
    width: 80px;
    width: 80px;
}

.gig-media-thumb {
    border-radius: 6px;
    border: 1px solid var(--dark-50);
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.gig-img-delete-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ff3838;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 12px;
    right: 12px;
}


/* Dashboard Action */

.dashboard-action-btn {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-50);
    border-radius: 50%;
}

.dashboard-action-btn.dropdown-toggle::before {
    display: none;
}

.dropdown-menu.table-dropdown {
    background-color: #dcdcdc;
    border-radius: 8px;
    border: 0;
    min-width: 80px;
}

.dropdown-menu.table-dropdown .dropdown-item {
    color: #5b5b5b;
    font-size: 14px;
}

.dropdown-menu.table-dropdown .dropdown-item:hover {
    color: #1dbf74;
    background: none;
}


/* Dashboard Badge */

.status-badge {
    padding: 8px 16px;
    line-height: 1;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
}

.status-badge.pending {
    background-color: #fff0e2;
}

.status-badge.in-progress {
    background-color: #e2ffde;
    color: var(--dark-200);
}

.status-badge.canceled {
    background-color: #ffe2e2;
    color: var(--dark-200);
}

.status-badge.active {
    color: #22be0d;
    background-color: #ddffe6;
}

.status-badge.expired {
    color: #4b83fc;
    background-color: #eaf0ff;
}

.status-badge.in-active {
    color: #ff3838;
    background-color: #fde1e1;
}


/* Dashboard Tab */

.dashboard-tab-btn {
    background-color: var(--white);
    border-radius: 30px;
    padding: 16px 32px;
    color: var(--dark-200);
    font-size: 18px;
    line-height: 1;
}

.dashboard-tab-btn.active {
    background-color: #1dbf74;
    color: var(--white);
}


/* Profile Settings */

.form-container {
    position: relative;
}

.form-container .form-label {
    font-size: 18px;
    color: var(--dark-300);
    line-height: 18px;
    margin-bottom: 10px;
}

.form-container .form-control {
    border: 1px solid #edebe7;
    border-radius: 3px;
    padding: 16px;
    min-height: 52px;
}

.form-container .form-control.tags {
    padding: 4px 8px;
}

.form-container .form-control::placeholder {
    color: #b1b1b1;
}

.form-container .form-select {
    border: 1px solid #edebe7;
    border-radius: 3px;
    font-size: 16px;
    height: 52px;
    padding: 0 16px;
}

.form-container .form-control.form-textarea {
    height: 120px;
    resize: none;
}

.skill-cloud {
    border-radius: 30px;
    padding: 20px;
    border: 1px solid var(--dark-50);
}

.skill-cloud-item {
    background-color: #f8f8f8;
    padding: 12px 16px;
    border-radius: 30px;
    border: 1px solid #ededed;
    line-height: 1;
    font-size: 14px;
}


/* Message */

.message-sidebar-header {
    padding: 20px;
}

.message-search .form-control {
    height: 44px;
    padding: 12px 12px 12px 40px;
    background-color: #f3f9ff;
    border: 0;
}

.message-search-icon {
    left: 16px;
}

.message-person {
    border-top: 1px solid var(--dark-50);
    transition: all 0.3s ease;
    cursor: pointer;
}

.message-person:hover {
    background-color: #f3f3f3;
}

.conversation-text li {
    justify-content: end;
    margin: 20px 0;
}

.conversation-text li.left-side {
    justify-content: start;
}

.conversation-text li.left-side p {
    background-color: #f9fafb;
    color: #5b5b5b
}

.msg-write-input .form-control {
    height: 50px;
    padding-left: 30px;
}

.text-p-message {
    max-width: fit-content !important;
}

.msg-send-btn {
    background-color: #1dbf74;
    padding: 16px 28px;
    border-radius: 30px;
    color: var(--white);
    height: 50px;
    line-height: 1;
}

.body-h-535 {
    height: 535px;
}

.person-list-h-535 {
    height: 535px;
}

.input-icon-end {
    right: 16px;
}


/*******************
Dashboard CSS End
********************/


/*******************
Footer
********************/


/* Newsletter */

.footer-newsletter {
    border-bottom: 1px solid #2c4253;
}

.footer-newsletter-desc {
    font-size: 14px;
    color: #fff3ed;
}

.footer-newsletter-form {
    border: 1px solid #2c4253;
    border-radius: 3px;
    padding: 10px;
    gap: 20px;
}

.footer-newsletter-form .form-control {
    background-color: #22323f;
    border-radius: 3px;
    border: 1px solid #22323f;
    padding: 16px 32px;
    color: var(--white);
}

.footer-newsletter-form .form-control:focus {
    border: 1px solid #22be0d;
}

.footer-newsletter-form .form-control::placeholder {
    color: #5e7080;
}

.footer-newsletter-btn {
    background-color: #1dbf74;
    color: var(--white);
    padding: 16px 32px;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Footer Widgets */

.footer-info-widget-item {
    color: var(--dark-100);
    font-size: 16px;
}

.footer-widget-title {
    color: var(--white);
    font-size: 24px;
}

.footer-nav-list .footer-nav-list-item .footer-nav-link {
    font-size: 18px;
    color: var(--dark-100);
    transition: all 0.3s ease-in-out;
}

.footer-nav-list .footer-nav-list-item .footer-nav-link:hover {
    color: #1dbf74;
}

.footer-nav-list .footer-nav-list-item .footer-nav-link svg {
    transition: all 0.3s ease-in-out;
}

.footer-nav-list .footer-nav-list-item .footer-nav-link:hover svg {
    transform: rotate(-20deg);
}


/* Footer Copyright */

.footer-copyright {
    background-color: var(--dark-400);
}

.footer-social-link {
    color: #5b7081;
}

.footer-social-link:hover {
    color: var(--white);
}


/* Modal */
.report-modal-btn {
    background-color: #22be0d !important;
    color: #fff !important;
    border: 1px solid #22be0d !important;
}

.report-modal-btn.cookie_consent_decline_btn {
    background-color: transparent !important;
    color: #22be0d !important;
    border: 1px solid #22be0d !important;
}

.toTopBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.person-image {
    width: 40px;
    height: 40px;
}

.no-message {
    font-size: 37.98px;
    line-height: 53.8px;
    color: #06131C;
    text-align: center;
    margin-top: 20px;
}

.no-message-des {
    font-size: 25.32px;
    line-height: 41.14px;
    text-align: center;
    color: #5B5B5B
}

.unread-message-qty {
    width: 20px;
    height: 20px;
    background: #14a800;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99999999px;
    position: absolute;
    right: -7px;
    top: -5px;
}

.unread-message-qty span {
    color: white;
    font-size: 10px;
}


/*******************
Footer   End
********************/


/* Custom Drop zone */

.custom-dropzone .dropzone {
    max-width: 100%;
    margin: 0;
}

.gslide-description.description-bottom {
    display: none !important;
}

.varified-badge {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    top: 175px;
}

.varified-badge.detail-varified-badge {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: -28px;
    top: 10px;
}

.varified-badge span {
    margin: 0;
    color: #1dbf74;
    background: none;
    display: inline;
    padding: 0;
}

.varified-badge svg {
    width: 24px;
    height: 24px;
}


.varified-badge1 {
    padding: 0;
    border: none;
    background: none;
    position: relative;
    right: 11px;
    top: -5px;
}

.varified-badge1.detail-varified-badge {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: -28px;
    top: 10px;
}

.varified-badge1 span {
    margin: 0;
    color: #1dbf74;
    background: none;
    display: inline;
    padding: 0;
}

.varified-badge1 svg {
    width: 24px;
    height: 24px;
}

.varified-badge2 {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    top: 147px;
}

.varified-badge2.detail-varified-badge {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: -28px;
    top: 148px;
}

.varified-badge2 span {
    margin: 0;
    color: #1dbf74;
    background: none;
    display: inline;
    padding: 0;
}

.varified-badge2 svg {
    width: 24px;
    height: 24px;
}

.vendor-profile-img {
    position: relative;
}

.service-card-author {
    position: relative;
}

.custom-reletive {
    position: relative;
    width:fit-content;
}

.online-indicator {
    width: 15px;
    height: 15px;
    background-color: #4CAF50;
    border-radius: 50%;
    position: absolute;
    top: 78px;
    right: 3px;
    border: 2px solid white; /* Adds a white border around the dot */
}

.online-indicator1 {
    width: 15px;
    height: 15px;
    background-color: #4CAF50;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 10px;
    border: 2px solid white; /* Adds a white border around the dot */
}
.online-indicator2 {
    width: 12px;
    height: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: -2px;
    border: 2px solid white;
}


/* toggle button  */
.nav-toggle{
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 12 12'%3e%3ccircle r='6' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e) !important;
    width: 3em !important;
    border-radius: 3em !important;
    height: 25px !important;
    margin-left: 27px !important;
}

.nav-toggle&gt;input{
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 12 12'%3e%3ccircle r='6' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e) !important;
    width: 3em !important;
    border-radius: 3em !important;
    height: 25px !important;
}

.nav-toggle&gt; .form-check-input:checked{
    background-color: #1dbf74 !important;
    border-color: #1dbf74 !important;
}

.li-line {
    width: 100%;
    height:1px;
    background:#e9ecef
}

.li-activation {
    margin-top:10px;
    margin-left:27px
}
.footer-newsletter a img{
    width: 200px;
}
.chat-message-item-content.text-start,
.chat-message-item-content.text-end {
    max-width: 80%;
    border-radius: 20px;
    padding: 10px 20px;
    width: fit-content;
}
.user-notification-icon a {
    display: block;
    padding: 18px;
}
.user-notification-icon .badge.badge-pill{
    background-color: color(srgb 0.1128 0.7482 0.4566);
    position: absolute;
    top: 0;
}
.dashboard-sidebar .site-logo img {
    max-width: 100%;
}
.dashboard-sidebar .site-logo span {
    font-size: 20px;
    position: absolute;
    right: 0;
}
.dashboard-sidebar .site-logo {
    position: relative;
}
div .select2-container--default .select2-selection {
    border: 1px solid #198754;
    height: 38px;
}
/* swiper pagination */
.swiper-container::part(pagination) {
    --swiper-pagination-color: #1DBF74; /* Green color for active dot */
    --swiper-pagination-bullet-inactive-color: #ccc; /* Inactive dots color */
    --swiper-pagination-bullet-inactive-opacity: 0.6;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-container {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: auto;
}

/* index directories */
.company-card {
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd; /* Default border color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Default box shadow */
}

.company-card:hover {
    border-color: #21c077; /* Green border color on hover */
    background-color: #f1f8f3; /* Light green background on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
    transform: translateY(-5px); /* Slight upward movement on hover */
}

.company-tagline a:hover {
    color: #21c077; /* Green text color for company name on hover */
}
@media (max-width: 768px) {
    #Mobile-responsive-buyers-guide{
        margin-left: 40px;
    }
    #category-btnFilter
    {
        margin-left: 40px;
    }
}

@media (max-width: 400px) {
    .fbf-rating-fliter-dropdown{
        margin-top: 23px;
        margin-left: 19px;
    }

}
.company-card .ratings i {
    transition: color 0.3s ease;
}

.company-card:hover .ratings i {
    color: #21c077; /* Green stars on hover */
}

/* search bar */
.search-form {
    max-width: 600px;
    width: 100%;
    position: relative;
}

.search-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    color: #333;
    text-decoration: none;
    display: block;
}

.search-item:hover,
.search-item:focus {
    background-color: #21c077; /* Green */
    color: white; /* White text */
    transform: translateX(5px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    /* margin-top:20px; */
}

.search-item:last-child {
    border-bottom: none;
}

.search-item h6 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c3e50;
}

.search-item h6:hover,
.search-item:focus h6 {
    color: white; /* White text on hover/click */
}

.search-item p {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.4;
}

#search-results {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 #fff;
    top: 36px;
}

#search-results::-webkit-scrollbar {
    width: 6px;
}

#search-results::-webkit-scrollbar-track {
    background: #fff;
}

#search-results::-webkit-scrollbar-thumb {
    background-color: #dee2e6;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .search-container {
        display: none !important;
    }
}
 /* servoices */
 .categories-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Category card */
.category-card {
    min-height: 420px;
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border-radius: 3px;

}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #1dbf74;
}

.category-card h5 {
    margin: 10px 0;
    color: black;

    margin-bottom: 20px;
    padding: 10px;
}

.category-card h5:hover {

    color: #1dbf74;
}

.category-card p {
    padding: 0 15px 20px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.subcategory-item {
    padding: 5px 0;
}
.subcategories-list {
flex-grow: 1; /* Ensures it takes available space */
}



.w-btn-secondary-lg {
    border-radius:3px;
    background-color: #1dbf74;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 100%;

    margin-top: auto; /* Pushes the button to the bottom */
}

.w-btn-secondary-lg:hover {
    background-color: #149e5c;
}
.icon-wrapper {
    border: 3px solid #f0f0f0;
    padding: 10px;
    background: #f9f9f9;

}

.subcategories-list .subcategory-item:nth-child(n+4) {
    display: none;
}

/* Jab card pe hover karein, tab sab dikhein */
.category-card:hover .subcategories-list .subcategory-item {
    display: block;
}

/* category page */
.header {
    display: flex;
    align-items: center;

    column-gap: 10px;
    flex-wrap: wrap;

}

.header img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
}
.company-logo img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.company-logo-inner img {
    width: auto;
    height: 90px;
    max-width: 150px;
    object-fit: contain;
}


.rating {
    color:rgb(243, 114, 9);
    font-size: 16px;
}

.badge {
color: #000;
background: #d6f1e7;
border-radius: 10px;
margin-bottom: 0px;
font-size: 12px;
letter-spacing: 0.1px;

align-items: center;
}

.badge.not-verified{
background: #f1d6d6;
}

.badge img {
width: 20px;
height:20px;
margin-right: 5px;
}



.button_section {
    padding: 50px;
}

.button_section button {
    background-color:  #1dbf74;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    color:white;
    padding: 8px;
    border: none;
    margin: 10px auto;
    width: 150px;
    position: relative;
    border-radius: 3px;
}

.button_section button:hover {
    background-color:#00253f;
    color: white;
}
/* Section Styling */

.section-quotes .card {
    margin-top: 200px;
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
}

.section-quotes .row {
    margin: 20px;
    padding: 20px;
}

.section-quotes .col-md-8 h2 {
    font-weight: 700;
    color: #1db66f;
}

.section-quotes .col-md-8 p {
    margin-top: 2px;
}

.section-quotes .col-md-4 img {
width: 100%; /* Make the image take the full width of its container */
max-width: 660px; /* Set a maximum width for the image */
height: auto; /* Maintain aspect ratio */
position: absolute;
top: -202px;
right: -150px;
z-index: value; /* Adjust as needed */
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
.section-quotes .col-md-4 img {
    top: -100px; /* Adjust top position */
    right: -50px; /* Adjust right position */
    max-width: 100%; /* Ensure it scales down */
}
.text-position{
    text-align: left;
}
.badge img {
    width: 15px;
    height:15px;
    margin-right: 5px;
    }
}
.text-position{
    text-align: center;
}

/* Media Query for Extra Small Screens */
@media (max-width: 480px) {
.section-quotes .col-md-4 img {
    top: -50px; /* Adjust top position */
    right: 0; /* Center the image */
    max-width: 90%; /* Shrink image further */
    left: 50%;
    transform: translateX(-50%);
}
}
/* FAQ Section Styling */
.section-faq{
    margin:50px 0px;
}

.section-faq .container {
    margin-bottom: 20px;
}

.section-faq h2 {
    font-weight: 700;
    color: #1db66f;
}

.section-faq .accordion-item {
    margin-top: 10px;
    border: 1px solid black;
}

.section-faq .accordion-header button {
    font-weight: 600;
}

.section-faq .accordion-body {
    padding: 15px;
}
#category-profile-icon-section {
    width: 400px;
}
#service-responsive{
    flex: 0 0 auto;
    width: 25%;
}
/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .header img {
        width: 90px;
        height: 90px;
    }
    #category-icon-section {
        width: 300px;
    }
    #service-responsive{
        flex: 0 0 auto;
        width: 33.33%;
    }
    #category-profile-icon-section {
        width: 330px;
    }
    .description_section {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .card-custom {
        margin: 20px;
        padding: 25px;
    }
    .header {
        flex-direction: column;
    }
    .header img {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
    #service-responsive{
        flex: 0 0 auto;
        width: 50%;
    }
    .icon_section {
        height: auto;
        width: 90%;
        margin: 20px 40px;
    }
    .button_section button {
        width: 100%;
    }
    #category-profile-icon-section {
        width: 670px;
    }
}

@media (max-width: 768px) {
    .card-custom {
        margin: 20px;
        padding: 15px;
    }

    .header img {
        width: 80px;
        height: 80px;
    }

    .button_section {
        padding: 15px;
    }

    .button_section button {
        width: 100%;
    }

    .icon_section {
        width: 90%;
        padding: 15px;
        height: auto;
    }

    .description_section {
        padding: 20px;
    }

    .section-quotes .col-md-4 img {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }

    .section-faq .accordion-item {
        font-size: 14px;
    }
}
.vendor_responsive {
    flex: 0 0 auto;
    width: 16.666667%;
}
@media (max-width: 1200px) {
    .vendor_responsive {
        flex: 0 0 auto;
        width: 32.666667%;
    }
}
@media (max-width: 425px) {
    .vendor_responsive {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 320px) {
    .vendor_responsive {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .card-custom {
        margin: 10px;
        padding: 10px;
    }
    #service-responsive{
        flex: 0 0 auto;
        width: 100%;
    }
    .header img {
        width: 60px;
        height: 60px;
    }
    #category-profile-icon-section {
        width: 280px;
    }
    .icon_section {
        width: 100%;
        height: auto;
    }

    .button_section button {
        width: 100%;
        margin: 10px 0;
    }

    .description_section {
        padding: 15px;
    }

    .section-quotes .card {
        margin: 10px;
    }
}
 /* Hide on screens smaller than 768px */
 @media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}

/* Show on screens larger than or equal to 769px */
@media (min-width: 769px) {
    .desktop-only {
        display: inline-block;
    }
}

/* Optional: Reset margins and paddings for better alignment */
.desktop-only {
    margin: 0;
    padding: 0;
    float: right;
}
.agency-inner-banner {
    position: relative;
    background-image: url('https://dev.findbestfirms.com/uploads/website-images/breadcrumb-image-2024-05-17-11-50-01-3653.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.agency-inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 39, 67, 1) 69%, rgba(29, 191, 116, 0.3) 100%);
    opacity: 0.7;
    /* Adjust opacity as needed */
    z-index: 1;
}

.agency-inner-banner .container {
    position: relative;
    z-index: 2;
}

.agency-inner-banner h1 {
    color: #fff;
}

.about-agency .profile-card {
    border: 1px solid #e5e5e5;
    /* border-radius: 20px; */
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    margin-top: 70px;
    border-radius: 3px;
}

.about-agency .profile-header {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
    margin-left: 0;
}

.about-agency .profile-body .row {
    margin-right: 0;
    margin-left: 0;
}

.about-agency .company-info {
    gap: 15px;
    /* border-right: 1px solid #e5e5e5; */
    display: flex;
    padding: 20px  10px 20px;
}

.about-agency .compony-achievement {
    gap: 15px;
    justify-content: end;
}

.about-agency .company-logo {

    /* padding: 16px ;
    background: #fff; */
}

/* .about-agency .company-logo img {
    width: 100px;
    border-radius: 70%;
} */

.about-agency .company-details h5 {
    display: flex;
    gap: 10px;
}

.about-agency .badge {
    color: #000;
    background: #d6f1e7;
    border-radius: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: 0.1px;
    display: inline-flex;
    align-items: center;
}

.about-agency .badge.not-verified {
    background: #f1d6d6;
}

.about-agency .badge img {
    width: 20px;
    margin-right: 5px;
}

.about-agency .stars {
    font-size: 20px;
    color: #079a6b;
}

.about-agency .company-des {
    padding: 30px 30px 15px 30px;
    border-right: 1px solid #e5e5e5;
}

.about-agency .company-inquiry {
    padding: 30px 30px 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

/* CSS */
.button-88 {
    border-radius: 3px;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    padding: 8px;
    color: white;
    background: #1dbf74;
    border: none;

    letter-spacing: 0.05em;
    border-radius:3px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.button-88:hover {
    background: #002743;
    color: white;
    box-shadow: 0 0.5em 1.5em -0.5em #002743cc;

}

.button-88:active {
    box-shadow: 0 0.3em 1em -0.5em #079a6b9f;
}

.button-blue {
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #002743;
    border: none;

    letter-spacing: 0.05em;
    border-radius: 20em;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.button-blue:hover {
    background: #079a6b;
    color: white;
    box-shadow: 0 0.5em 1.5em -0.5em #079a6b5e;
}

.button-blue:active {
    box-shadow: 0 0.3em 1em -0.5em #3d93d1cc;
}

.button-outline {
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0px;
    color: #1dbf74;
    border: 2px solid #1dbf74;

    letter-spacing: 0.05em;
    border-radius:3px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.button-outline:hover {
    color: #002743;
    border-color: #002743;
    box-shadow: 0 0.5em 1.5em -0.5em #002743cc;
}

.button-outline:active {
    box-shadow: 0 0.3em 1em -0.5em #079a6b9f;
}

/*&lt;!-- ---&gt;*/
.agency-info {
    padding: 50px 0;
    position: relative;
}

.agency-info-left,
.agency-info-right {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
    min-height: auto;

}

.agency-info .col-md-8 {
    position: relative;
}

.address-box p svg {
    margin-right: 10px;
}
.address-box p svg path {
    fill: #4CAF50;
}

.dot-left {
    left: 2px;
    top: 10%;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: #4CAF50;
    border-radius: 50%;
    position: absolute;
}

.agency-services {
    padding: 0 0 50px 0;
}

.agency-services-info,
.agency-industry-info {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
}

.agency-services-info h2,
.agency-industry-info h2{
    margin-bottom: 30px;
}

.agency-portfolio .card-portfolio {
    border-radius: 20px;
    background: #fff;
    box-shadow: #22a87a 0px 0px 0px 2px, #22a87a 0px 4px 6px -1px, #22a87a 0px 1px 0px inset;
    padding: 30px;
}

.port-feature-image {
    margin-bottom: 20px;
}

.agency-portfolio .card-portfolio .img-fluid {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.agency-accordion {
    padding: 70px 0;
}

/* Accordion Container */
.accordion-item {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }

  /* Accordion Button */
  .accordion-button {
    background-color: #f7f7f7;
    color: #333;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
  }

  .accordion-button:focus {
    outline: none;
    box-shadow: none;
    border: none;
  }

  .accordion-button:not(.collapsed) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
        color: #079a6b;
    }

  /* Accordion Body */
  .accordion-collapse {
    background-color: #f4f4f4;
    border-radius: 8px;
  }
  .btn-primary {
    --bs-btn-hover-bg: #22b917;
    --bs-btn-hover-border-color: #22b917;
    --bs-btn-active-bg: #22b917;
    --bs-btn-active-border-color: #22b917;
    border-radius: 3px;
    --bs-btn-border-color: #22b917;
    border: 1px solid #14212B;
  }
  .btn-primary :hover{
    background-color: #22b917;
    border-color: #22b917;
    color: #fff;
  }
  .btn-outline-primary{

    border-radius: 3px;

  }
  .card-body {
    border-radius: 3px;

  }

  .btn-outline-danger {
    border-radius: 3px;

  }

  .form-control {
    border-radius: 3px;
    border: 1px solid #14212B;
  }

  /* Review Card */
  .card_review {
    margin-top:20px;
    background-color: #fff;
    padding: 37px;
    border-radius: 8px;
    min-height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  /* Reviewer Info */
  .icon-badge {
    background-color: #079a6b;
    color: #fff;
    padding: 8px 14.6px;
    border-radius: 50%;
    font-size: 16px;
  }

  .agency-accordion h5 {
    margin: 0;
  }

  .short-description {
    font-size: 14px;
    color: #666;
  }

  .full-description {
    display: none;
    font-size: 14px;
    color: #333;
  }

  .read-more-link {
    color: #007bff;
    cursor: pointer;
  }

  .read-more-link:hover {
    text-decoration: underline;
  }

  /* Ratings Section */
  .ratings-card {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    width: 300px;

    background-color:white;
}

.ratings-title {
    background-color: #f1f1f1;
    color: #333;
    border: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 38px;
    margin-bottom: 5px;
}

.rating-label {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
}

.stars {
    flex: 1;
    text-align: right;
}

.fa-star {
    color: lightgray;
    font-size: 16px;
}

.fa-star.filled {
    color: rgb(247, 103, 8);
}

.no-ratings {
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

  .card_review .badge {
        color: #000;
        background: #d6f1e7;
        border-radius: 10px;
        margin-bottom: 0px;
        font-size: 12px;
        letter-spacing: 0.1px;
        display: inline-flex;
        align-items: center;
    }
@media (max-width: 768px) {
    .card_review .badge {
            font-size: 10px;
        }

}
    .card_review .badge.not-verified {
        background: #f1d6d6;
    }

    .card_review .badge img {
        width: 20px;
        margin-right: 5px;
    }





  /* Social Icons */
  .social-icons img {
    width: 25px;
    margin-right: 10px;
  }

  .social-icons {
    margin-top: 10px;
  }




@media (min-width: 992px) {
    .agency-inner-banner {
        padding-top: calc(4rem + 104px);
        padding-bottom: 4rem;
    }
}

@media (max-width: 768px) {

    .agency-inner-banner {
        padding-top: calc(3rem + 75px);
        padding-bottom: 3rem;
    }

    .about-agency .profile-header {
        padding-bottom: 10px;
    }

    .about-agency .company-info {
        gap: 10px;
        border-right: none;
    }

    .about-agency .company-logo {
        padding: 10px;
        margin-bottom: 0;
    }

    .about-agency .company-logo img {
        width: 50px;
    }

    .about-agency .company-details h5 {
        display: block;
        font-size: 16px !important;
    }

    .about-agency .company-details h5 span:first-child {
        width: 100%;
        display: block;
    }

    .about-agency .badge {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .about-agency .stars {
        font-size: 12px;
    }

    .about-agency .compony-achievement {
        padding: 10px 10px 0px 10px;
        justify-content: center;
    }

    .about-agency .compony-achievement .me-4 {
        margin-right: 10px !important;
    }

    .about-agency .compony-achievement div {
        font-size: 14px !important;
    }

    .about-agency .compony-achievement img {
        width: 30px !important;
        height: 30px !important;
    }

    .about-agency .company-des {
        padding: 20px 10px 15px 10px;
    }

    .about-agency .company-inquiry {
        padding: 20px 10px 20px 10px;
    }

    .agency-info-right {
        margin-top: 10px;
    }
    .accordion-body {
        padding: 0px;
    }

    .agency-industry-info {
        margin-top: 30px;
    }

    .agency-info-mobile {
        display: grid !important;
    }

    .ratings-card {
        padding: 10px;
        margin-top: 30px;
    }

    .ratings-card p {
        font-size: 13px;
    }


}
/* Vendor Welcome Screen Css */
.welcome-box {
    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontally center */
    justify-content: center; /* Vertically center within the box */
    text-align: center; /* Center text */
    min-height: 70vh; /* Full viewport height to center vertically on page */
    max-width: 600px; /* Limits the width of the content */
    margin: 0 auto; /* Centers the box horizontally */
}

/* Style the image */
.welcome-box img {
    max-width: 100%;
    height: auto;
    width: 400px; /* Adjust based on your image size */
}

/* Style the welcome title */
.welcome-title {
    font-size: 1.8rem; /* Larger font for the welcome message */
    font-weight: bold;
    color: #333; /* Dark color for the text */
    margin: 10px 0;
}

/* Style the welcome message */
.welcome-message {
    font-size: 1.2rem;
    color: #666; /* Lighter color for the description */
    margin: 10px 0 20px 0;
}

/* Style the button */
.fbf-btn.fbf-btn-primary {
    background-color: #28a745; /* Green color like in the image */
    color: white;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 3px; /* Rounded button */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover effect for the button */
.fbf-btn.fbf-btn-primary:hover {
    background-color:#000; /* Slightly darker green on hover */
}



</pre></body></html>