/* Home Page CSS*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');


* {
  font-family: "Montserrat", serif;
}
.mobile-menu { display: none; }

.desktop-menu { display: flex; gap: 15px; }
.desktop-menu .nav-link { color: #ffffff!important;}
.desktop-menu .nav-link:hover {color:#6ac244!important;}

@media (max-width: 768px) {
    .mobile-menu { display: block; }
    .desktop-menu { display: none; }
}

body {
    width:100%;
    margin: 0;
    padding:0;
    font-family: Arial, sans-serif;
    background-color: #f3f3f3;
}

.typer_1 {
    position: absolute;
    top: 50px;
    left: 45px;
    font-size: 12px;
    color: #b6b6b7;*/
}

.menu-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    background: #333;
    color: white;
    padding: 15px 15px;
    border: none;
    cursor: pointer;
    z-index: 1001;
    border-radius: 3px;
    opacity:0.5;
    transition: 0.5s;
}

.close-btn {
    opacity: 0;
}

.close-btn:hover, .menu-btn:hover {
    opacity: 1 ;
}

.menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 40px 0;
    transition: left 0.3s ease;
    z-index: 1000;
}

.menu.open {
    left: 0px;
}

.menu-body .nav-item {
    padding: 15px 20px;
    transition: 0.5s;
    border-radius: 0 25px 25px 0;
    width: 80%;
}

.menu-body .nav-item:hover {
    background-color: #8b6ad2;
    color: #ffffff;
    box-shadow: 0 0 10px #8a8a8a;
}

.menu-footer {
    display:flex;
    position: fixed;
    bottom:0;
    width:100%;
    
}

.menu-footer h5 {
    color:#8a8a8a;
}
.menu a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: black;
}
.slider {
    width: 100%;
    margin-top: 0px;
}
.content {
    text-align: center;
    padding: 20px;
}
.logo-slider {
    background: black;
    padding: 20px;
    margin-top: 20px;
}
.logo-slider img {
  max-height: 30px;
}
img.bid {
    position: absolute;
    top: -10px;
    max-width: 105px;
    z-index: 18;
    transform:  rotate(16deg);
    
}
img.avail {
    position: absolute;
    top: -10px;
    max-width: 105px;
    z-index: 18;
    transform:  rotate(-16deg);
    
}        

.testimonial-item {
    color: #808080;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background-color: #efefef;
    /*box-shadow: 0 5px 50px #dac1ff;*/
}

#testimonial-carousel {
    /* background-image: url(https://quotigo.live/assets/img/img-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.testimonial-content {
    font-size: 1rem;
}

.testimonial-signature {
    float: right;
}

.testimonial-avatar {
    margin: 10px 0 0 10px;
    max-width:40px;
    border-radius:20px;
}

.owl-carousel .item {
    background: #ffffff;
    color: #808080;
    padding: 0;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    transition: 0.5s;
}

.owl-carousel .item:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #00000076;
}

.owl-carousel .item-box {
    background: rgb(68 77 90);
    color: rgb(255 255 255);
    padding: 0;
    text-align: center;
    font-size: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-carousel .item-box-title {
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    background-color: #8a2be2;
    color: inherit;
    top: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .2rem;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.owl-carousel .item-box-content {
    display: flex;
    height: 350px;
    padding: 0 20px;
    top: 0;
    font-size: 18px;
    justify-content: space-evenly;
    align-items: center;
}

.owl-carousel .item-box-price
{
    background-color:#1e293b !important;
    color: #aeaeae !important;
    padding:10px 20px;
    top:0;
    font-size:18px;
    border-radius: 0 0 5px 5px;
}
.pils {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

a.pile {
    padding: 10px 15px;
    background-color: #925dde;
    color: #ffffff;
    border-radius: 22px;
    white-space: nowrap;
    line-height: 1;
    margin: 7px 5px 0px 5px;
    transition: 0.2s;
}

a.pile:hover {
    transform: scale(1.25);
    cursor: pointer;
    z-index: 2;
}

.rating {
    color: #6ac244;
    font-size
}

.job-box {
    display: inline-grid;
    font-size:2rem;
}

.inner-job-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 0px #6ac244;
    background-color: #f8f9fa;
    padding: 2rem;
    font-weight: bold;
    color: #333;
}

.job-box-circle {
    display: inline-flex;
    font-size: 90px;
    width: 170px;
    height: 170px;
    border-radius: 85px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

p.blog-item {
    min-height: 100px;
}

.company-box {
    padding: 10px;
}

.company-box-title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 3px solid #774ed0;
    display: block;
    height: 55px;
}

.company-box-number {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    right: 10px;
}

.company-rating {
    position: absolute;
    top:5px;
    right: 10px;
    font-size:20px;
    color:#6ac244;
}

.company-type {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #6ac244;
}

.company-postal-code {
    font-weight:600;
}

.company-inner-box {
    position: relative;
    display: flow;
    padding: 10px;
    font-size:12px;
    background-color: #dddddd;
    border-radius: 5px;
    height:200px;
    max-height: 200px;
    transition: 0.5s;
}

.company-inner-box:hover {
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0 0 15px #925dde;
}
.desktop-menu {
    background-color: #000000;
}
.desktop-menu > .logo {
    padding-left:30px;
}

a.nav-link.sign-up {
    border: 1px solid #67c23a;
    color: #67c23a!important;
    border-radius: 5px;
}

a.nav-link.sign-up:hover {
    border: 1px solid #774dd3;
    color: #774dd3!important;
    border-radius: 5px;
}

.menu-tab {
    position: absolute;
    right: -31px;
    color: #ffffff;
    background-color: #8b6ad2;
    padding: 35px 13px;
    border-radius: 0 5px 5px 0;
    top: 45%;
    cursor: pointer;
    text-shadow: 0 0 3px black;
}

.job-badge {
    position: absolute;
    padding: 10px;
    width: 140px;
    height: 140px;
    border-radius: 75px;
    border-width: 10px;
    border: solid;
    z-index: 6;
    box-shadow: 0 3px 10px #001A34;
}

.note {
    box-shadow: 0 5px 14px #00000076;
    background-image: url(https://quotigo.live/assets/img/img-10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Prevent scrolling on the body when menu is open */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Style for the placeholder option */
#serviceSelect option[value=""]:disabled {
    color: #999; /* Change to desired color for the placeholder */
}

/* Style for the other options */
#serviceSelect option {
    color: #000; /* Change to desired color for the other options */
}

/* Default styling */
#sticky-search {
    display: flex;
    padding: 20px 0px 0px 0px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    justify-content: center;
    margin-bottom: 0px;
}

/* Invisible spacer to track original position */
#sticky-placeholder {
    height: 0;
}

/* Sticky class with slide-down effect */
.stuck {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 101%;
    z-index: 1000;
    background: #1e293b;
    box-shadow: -5px 20px 20px rgb(119 77 211);
    opacity: 0;
    transform: translateY(-20px);
}

.stuck.visible {
    opacity: 1;
    transform: translateY(0);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.line {
  flex: 1;
  height: 2px;
  background-color: #774dd3;
}

.circle {
  width: 12px;
  height: 12px;
  background-color: #67c23a;
  border-radius: 50%;
  margin: 0 10px; /* Space between circle and lines */
}

img.img-box {
    display: block;
    width: 100%;
}

/* When the element is stuck and visible */
#sticky-search.stuck.visible {
    opacity: 1;
}

/* When the element is stuck but not yet visible */
#sticky-search.stuck {
    opacity: 0.5; /* A little transparent until fully visible */
}

.home-likes {
    position: absolute;
    right: 7px;
    font-size: 14px;
    top: 7px;
}

span.company-box-count {
    display: flow-root;
    position: absolute;
    font-size: 242px;
    top: 0px;
    left: -10px;
    z-index: 0;
    color: #0000000b;
    font-family: fantasy;
    line-height: 0.8;
    overflow: hidden;
}

p.small
{
    padding: 0;
    margin: 0;
    text-align: -webkit-center;
}

span.stamp {
    position: absolute;
    border: 5px solid #ff0000;
    border-radius: 5px;
    padding: 10px;
    font-weight: 900;
    font-size: 21px;
    color: #ff0000;
    transform: rotate(-45deg);
    top: 145px;
    left: -15px;
    text-align: center;
    letter-spacing: 5px;
    /* text-shadow: 0 0 10px #df1b1b; */
    backdrop-filter: drop-shadow(4px 2px 4px #000000);
}

.job-card {
    min-height: 390px !important;
    display: block;
    transition: 0.5s;
}

.job-card:hover {
	cursor: pointer;
	box-shadow: 5px 5px 15px #000000!important;
}

button.fetch-contact-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    border-radius: 5px;
    padding: 10px;
    min-width: 110px;
}

div#contactModal {
    border: 0px;
    border-radius: 5px;
    border-color: transparent !important;
    min-width: 400px;
    max-width: 500px;
    box-shadow: 0 0 50px #000000;
}

.contactModal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
    z-index: 9999;
}

.contactModal-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    min-width: 280px;
    max-width: 90%;
    text-align: center;
}

div#contactModal button {
    border-color: transparent;
    border-radius: 5px;
    padding: 7px;
    min-width: 140px;
    background-color: #774dd3;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.newjob.badge {
    position: absolute;
    top: 15px;
    padding: 7px;
    width: 25px;
    border: solid 1px #ff0000;
    color: #ffffff;
    background: #ff0000;
    height: 25px;
    font-weight: 900;
    font-size: 11px;
}

.newjob-mobile.badge {
    position: absolute;
    top: -10px;
    padding: 7px;
    width: 25px;
    border: solid 1px #ff0000;
    color: #ffffff;
    background: #ff0000;
    height: 25px;
    font-weight: 900;
    font-size: 11px;
    left: 40px;
}


/* Mobile (Up to 600px) */
@media (max-width: 600px) {
    /* Mobile-specific rules */
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .rating {
        font-size: 20px;
        letter-spacing: -2px;
        text-shadow: 0 0 2px black;
    }
    .company-box {
        margin-bottom: 15px;
    }
}

/* Tablet (601px - 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
    /* Tablet-specific rules */
    .rating {
        font-size: 20px;
        letter-spacing: -2px;
        text-shadow: 0 0 2px black;
    }
}

/* Desktop (1025px and above) */
@media (min-width: 1025px) {
    /* Desktop-specific rules */
    .rating {
        font-size: 22px;
        letter-spacing: -2px;
        text-shadow: 0 0 2px black;
    }
}