
/*# sourceMappingURL=maps/custom.css.map */

#mouseScroll {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    /*border: 2px solid #696871;
    border-radius: 50px;*/
}

.scroll-arrow {
    display: block;
    width: 70px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}

#mouseScroll a span {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    margin-left: -14px;
    border-left: 3px solid #93919e;
    border-bottom: 3px solid #93919e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .scroll-link {
      display: none;
    }
    .scroll-arrow {
        display: none;
    }
}


.spin {
transition: transform .7s ease-in-out;
}
.spin:hover {
transform: rotate(180deg);
}



.auto-spin {
    transition: transform .7s ease-in-out;
    transform: rotate(180deg);
}


/* Hide all steps by default: */
.tab {
display: none;
}
.tab-main {
display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #5a5a5a;
border: none;  
border-radius: 50%;
display: inline-block;
opacity: 0.4;
}
.step-main {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #5a5a5a;
border: none;  
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}

.step.active {
opacity: 1;
}
.step-main.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #59ba49;
}
.step-main.finish {
background-color: #59ba49;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd !important;
}

.desktop { display: inline-block; }
.mobile { display: none; }

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

.brand-logo {
    width: 350px;
    margin-top: 10px;
}

@media (max-width: 1411px) {
    .brand-logo {
        width: 220px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .brand-logo {
        width: 240px;
        margin-top: 10px;
    }
}

.flip {
    width: 70px;
}

@media (max-width: 991px) {
    .flip {
        width: 45px;
        margin-top: 5px;
    }
}

.flooring {
    width: 143px;
}

@media (max-width: 991px) {
    .flooring {
        width: 143px;
    }
}

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

.bg-dark-green {
    background-color: rgb(84, 84, 212);
    color: #59ba49;
  }

.landing-nav-bg {
    background:rgb(255, 255, 255, 0);
}

.white-text {
    color: white !important;
  }

  .black-text {
      color: #000 !important;
  }

.landing-form {
    margin-left: 40px !important;
    margin-top: 0px !important;
    padding-top: 10px !important;
    max-height: 3000px;
}

@media (max-width: 1515px) {
    .landing-form {
        margin-left: 10px !important;
        margin-top: 30px !important;
        padding-top: 0px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 1411px) {
    .landing-form {
        margin-left: 40px !important;
        margin-top: 0px !important;
        padding-top: 10px !important;
        padding-right: 100px !important;
    }
}

@media (max-width: 1295px) {
    .landing-form {
        margin-left: 20px !important;
        margin-top: 0px !important;
        padding-top: 10px !important;
        padding-right: 140px !important;
    }
}

@media (max-width: 991px) {
    .landing-form {
        margin-left: 10px !important;
        margin-top: 10px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
    }
}

.landing-container {
    margin-left: 170px !important;
    margin-top: 10px;
}

@media (max-width: 1411px) {
    .landing-container {
        margin-left: 150px !important;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .landing-container {
        margin-left: 0px !important;
        margin: 0 auto !important;
    }
}


.get-a-quote-form {
    margin: 0 auto;
    padding-top: 5em;
}

@media (max-width: 1411px) {
    .get-a-quote-form {
        margin: 0 auto;
        padding-top: 5em;
    }
}

@media (max-width: 991px) {
    .get-a-quote-form {
        margin: 0 auto;
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .omga-01__hero-content {
        padding: 10px;
    }
}

.omga-02__content-section1 {
    padding-top: 100px !important;
}

@media (max-width: 1411px) {
    .omga-02__content-section1 {
        padding-top: 100px !important;
    }
}

@media (max-width: 991px) {
    .omga-02__content-section1 {
        padding-top: 0px !important;

    }
}

.bg-blue {
    background-color: #413e65;
  }
.red {
    color: #f04037;
}
.blue {
    color: #3d3dad;
}
.green {
    color: #59ba49;
}
.yellow {
    color: #fedc5a;
}


@media (max-width: 1411px) {
    .omega-contact-form input {
        min-height: 63px;
    }
    .omega-contact-form .form-control {
        text-indent: 15px;
    }
}

@media (max-width: 991px) {
    .omega-contact-form input {
        min-height: 63px;
    }
    .omega-contact-form .form-control {
        text-indent: 15px;
    }
}

.services-title {
    color: #19191b;
    font-family: "CircularStd", sans-serif;
    font-weight: 700;
    letter-spacing: -2.81px;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 30px;
  }
  
  @media (min-width: 576px) {
    .services-title {
      font-size: 60px;
      line-height: 70px;
    }
  }
  
  @media (min-width: 992px) {
    .services-title {
      font-size: 50px;
      line-height: 60px;
    }
  }
  
  @media (min-width: 1200px) {
    .services-title {
      font-size: 60px;
      line-height: 70px;
    }
  }
  
  @media (min-width: 1411px) {
      .services-title {
        font-size: 80px;
        line-height: 84px;
      }
    }

    .form-check {
        display: flex;
        align-items: center;
    }

    .light-link {
        color: #fff;
    }
    .light-link:hover {
        color: #C7681A;
    }

    .dark-link {
        color: #333;
    }
    .dark-link:hover {
        color: #C7681A;
    }

    .scroll-link:hover {
        color: #C7681A;
    }

    .orange-link {
        color: #C7681A;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    

    .corner-banner {
        position: fixed; /* Changed from absolute to fixed */
        top: 90px; /* Align to the top */
        left: 0; /* Align to the left */
        width: 100%; /* Set the width to full viewport width */
        border-radius: 0; /* Optional: remove if you want sharp corners */
        background-color: #C7681A; /* Your desired banner color */
        color: white; /* Text color */
        text-align: center;
        font-size: 19px; /* Adjust font size as needed */
        padding: 8px;
        z-index: 98;
        animation: fadeIn 2s; /* Apply the animation, adjust 2s (2 seconds) as needed */
        -webkit-animation: fadeIn 2s; /* For Safari and Chrome */
        -moz-animation: fadeIn 2s; /* For Firefox */
        -ms-animation: fadeIn 2s; /* For IE */
        -o-animation: fadeIn 2s; /* For Opera */
    }

    @media (max-width: 991px) {
        .corner-banner {
            position: fixed;
            top: 70px;
            left: 0px;
            border-radius: 0;
            font-size: 15px; /* Adjust font size as needed */
            padding: 8px;
        }
    }

    @media (min-width: 1200px) {
        .location-container {
            max-width: 1238px;
        }
    }

    @media (min-width: 1200px) {
        .landing-text {
            height: 100vh !important;
        }
    }

    .form-group {
        position: relative;
        margin-top: 20px;
    }
    
    .form-control {
        height: 60px;
        border-radius: 5px;
        border: 1px solid #ccc;
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
        outline: none;  /* Optional, removes the focus border */
    }
    
    .form-label {
        position: absolute;
        left: 25px;
        top: 18px;  /* Positioned inside the input initially */
        color: #999;
        transition: all 0.3s ease;
        pointer-events: none; /* Allows click to pass through to input */
    }
    
    .form-control:focus + .form-label {
        transform: translateY(-40px); /* Adjust this value as needed */
        left: 15px;
        font-size: 12px;
        color: #333;
    }

    .form-control-input {
        padding-left: 0px !important;
    }
    @media (max-width: 1300px) {
        .form-control-input {
            padding-left: 10px !important;
        }
    }

    .border-top {
        border-top: 1px solid #ccc;
        margin-top: 10px;
        padding-top: 20px !important;
    }
    @media (max-width: 991px) {
        .border-top {
            border-top: none;
            padding-top: 0px !important;
            margin-top: 0px;
        }
    }

    .landing-subtitle {
        font-size: 22px !important;
    }
    @media (max-width: 1441px) {
        .landing-subtitle{
            font-size: 22px !important;
        }
    }

    .orange {
        color: #C7681A !important;
    }

    .white-text {
        color: #fff !important;
    }

    .bg-orange {
        background-color: #C7681A !important;
    }
    
.case-study-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid transparent;
}

.case-study-card {
    border-top: 3px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-top 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.case-study-card::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1%;
    width: 98%;
    height: 6px;
    background: #C7681A;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case-study-card:hover::after {
    opacity: 1;
}

.case-study-card .card-img img {
    transition: transform 0.3s ease;
}

.case-study-card:hover .card-img img {
    transform: scale(1.08);
}

.pricing-title span {
    position: absolute;
    left: -5px;
    top: -20px;
    font-size: 100px;
    font-weight: 900;
    color: #C7681A;
    opacity: 0.15;
    line-height: 1;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.case-study-card:hover .pricing-title span {
    opacity: 0.25;
}

.trust-title {
    color: #1d293f;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.03px;
    line-height: 1.2;
}

.pricing-title, .pricing-title-1 {
    transition: padding-left 0.3s ease;
}

.case-study-card:hover .pricing-title {
    padding-left: 55px;
}
.case-study-card:hover .pricing-title-1 {
    padding-left: 40px;
}

.pricing-list {
    margin-left: 65px;
    text-align: left;
    color: #19191b;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 36px !important;
    margin-top: 20px;
    margin-bottom: 30px;
   
}

.pricing-paragraph {
    text-align: left;
    color: #19191b;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 34px !important;
    margin: 20px 30px 5px 30px;
}

@media (max-width: 991px) {
    .omga-01__hero-area {
        height: 100vh;
    }
}

.menu-dropdown.dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.menu-dropdown.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.menu-dropdown.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu-dropdown.dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.menu-dropdown.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 991px) {
    .menu-dropdown.dropdown-menu {
        max-height: none;
    }
}