/* footer */
.bottom-footer {
    background: #1151d3;
    color: white;
    padding: 19px 15px 20px !important;
}

.footer-top {
    background: rgba(250, 250, 250, 1);
    color: rgb(0, 0, 0);
    padding: 30px 15px 70px !important;
    box-shadow: 0 20px 10px -25px rgba(0, 0, 0, 0.45) inset !important;
}

@media (min-width: 992px) {
    .topnav {
      height: 80px;
    }
    .menu-height{
        padding: 10px !important;
    }
}

@media (min-width: 400px) {
    .sell{
        margin-right: 20px !important;
    }
}
@media (min-width: 370px) {
    .sell{
        margin-right: 10px !important;
    }
}
.topnav .navbar-nav .nav-link.active, .topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
    color: #1151d3 !important;
}


.footer {
    padding: 0px !important;
}

.footer ul {
    list-style: unset;
}

.theme-text {
    color: #1151d3 !important;
}

.content-page {
    padding: 0px 10px 235px 10px;
}

@media (min-width: 992px) {
    body[data-layout-mode="horizontal"] .content-page {
      padding: 55px 15px 250px 15px;
    }
}

/* menu */
.topnav .navbar-nav .nav-link {
    padding: calc(33px / 2) 2rem !important;
}

#topnav-dashboard{
	text-decoration: none;
}

.topnav {
    background-color: #ebf6ff !important;
}

.menu.input-form {
    background: #c5e1fc;
    border: 1px solid #1151d3;
}
.menu.form-select{
    color: #1151d3 !important;
}

/* content page */

.content-page {
    background: white !important;
}

/* header */

.logo-lg img{
    height: 68px !important;
}

.topnav {
    box-shadow: none !important;
}

body[data-topbar-color="dark"] .navbar-custom {
    background: #1151d3 !important;
}

.topnav-menu .btn:hover {
    color: #fff;
}

.topnav-menu .sell.btn:hover {
    color: #1151d3 !important;
}

.theme-commom-color {
    background: #1151d3;
    color: white;
}

.theme-outline-commom-color {
    color: #1151d3;
    background: white;
    border: 1px solid #1151d3;
}

/* header search */
.app-search-box #top-search {
    color: #1151d3;
    background-color: #c5e1fc;
    border-color: #c5e1fc;
}

body[data-topbar-color="dark"] .navbar-custom .app-search .btn {
    background-color: #c5e1fc !important;
    color: rgb(8, 64, 118) !important;
}

.navbar-custom .app-search .form-control {
    border-radius: 10px 0 0 10px !important;
}

.navbar-custom .app-search .btn {
    border-radius: 0 10px 10px 0 !important;
}

.navbar-custom .app-search {
    max-width: 240px !important;
}

.btn-outline-white {
    color: #fdfdfd;
    border: 2px solid #fff;
    border-radius: 8px;
}

.btn-outline-white.sell {
    color: #1151d3;
    border-color: #fff;
    border-radius: 8px;
    outline: 2px solid white;
    outline-offset: 2px;
    background: #c5e1fc;
    height: 35px;
    margin-top: 15px;
}

#top-search::placeholder,
.login-input-phone::placeholder {
    color: rgb(10, 10, 10) !important;
}

/* index */
.banner .carousel-item img {
    height: 150px !important;
    width: 100% !important;
}

.product-slide .carousel-item img {
    height: 300px !important;
    width: 100% !important;
}

.card-shadow {
    box-shadow: 0px 4px 8px -2px rgba(9, 30, 66, 0.25), 0px 0px 0px 1px rgba(9, 30, 66, 0.08) !important;
}

.compressor-index .card-footer {
    background: #ebf6ff;
}

/* login */
.login-input {
    border-radius: 8px;
}

.login-input-phone {
    background: #f0f0f0;
}


/* contact */
.contact-card {
    background: #fafafa;
}

.contact-card.card-shadow,
.payment-card {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.input-form {
    height: 40px;
    border-radius: 10px;
    background: #ecececa3;
}

/* product */
.post-create .dropify-wrapper {
    height: 100px !important;
}

.post-create .dropify-wrapper .dropify-message span.file-icon {
    font-size: 15px;
}

/* profile image */

.profile-pic {
    width: 80px;
    max-height: 80px;
    display: inline-block;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 100% !important;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}

.p-image {
    position: absolute;
    left: 110px;
    bottom: 200px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    width: 25px !important;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

/* payment */

.vertical {
    border-left: 6px solid rgb(190, 190, 190);
    height: 200px;
    position: absolute;
    left: 50%;
}

.payment-header {
    background: rgba(197, 225, 252, 0.5);
}

/* button hover */
.theme-commom-color.btn:hover {
    color: #f4f5f7;
}

/* profile-edit input-form */
.profile-edit.input-form {
    background: #fff;
}

.profile-edit-card {
    background: #ecedee;
}

.edit-p-image {
    position: absolute;
    left: 125px;
    bottom: 30px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.edit-profile-pic {
    width: 140px;
    max-height: 140px;
    display: inline-block;
}

.edit.upload-button {
    width: 40px !important;
}

/* tab */
.nav-bordered li a.tab-view {
    padding: 40px 50px 15px 0px;
}

.nav-bordered {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
}

/* product details slider */
.uk-width-1-2 {
    width: 100% !important;
}



/* related product slider */
.card-slider {
    max-width: 1150px;
    margin: 0 auto;

    @media screen and (max-width: 2400px) {
        width: 80%;
    }


    .slick-prev-icon,
    .slick-next-icon {
        color: black;
    }

    .slick-slide {
        padding: 0 10px;
    }

    .card {
        position: relative;
        display: flex !important;
        flex-direction: column;
        border-radius: 3px;
        border: 1px solid rgba(0, 0, 0, .2);
        background-color: white;
        text-decoration: none;
        color: rgba(0, 0, 0, .9);
        transition: all .1s linear;
        @media screen and (max-width: 600px) {
            height: auto;
        }
    }

    /** Hover state = add box shadow, underline the title */
    .card:hover {
        border-color: rgba(0, 0, 0, .4);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    }

    .card:hover .image img,
    .card:focus .image img {
        filter: grayscale(0);
    }

    .card a:focus {
        outline: none;
    }
}


/* otp feild */
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
  }
  .otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .otp-field input::-webkit-inner-spin-button,
  .otp-field input::-webkit-outer-spin-button {
    display: none;
  }

  .resend {
    font-size: 12px;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
  }
.post-image{
    flex: 0 0 auto;
    width: 19.999%;
}

.dropify-wrapper ~ .invalid-feedback{
    display: block !important;
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: none !important;
}

.slider-area, .single-banner {position: relative; overflow: hidden}
.single-slide:after, .banner-area:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.32);
    width: 100%;
    height: 100%;
}
.two .single-slide:after{
    background: rgba(0, 0, 0, 0.55);
}
.three .single-slide:after, .banner-area:after{
    background: rgba(0, 0, 0, 0.80);
}
.slider-img{z-index: 1; position: relative; margin-right: -25px}
.slider-area img {width: 100%;}
.slide-content, .text-content{z-index: 99; position: relative}
.text-content-wrapper, .slider-area img {width: 100%;}
.slide-content-wrapper {
    display: inline-table;
    width: 100%;
}
.slide-content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.slider-area.two .slide-content{
    text-align: center;
}
.slide-content h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 58px;
    padding-top: 80px;
    text-transform: capitalize;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}
.slider-img{
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}
.slide-content h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 64px;
    text-transform: capitalize;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}
.slider-area.two .slide-content h2 {
    line-height: 82px;
}
.slider-area.two .slide-content p {
    margin-bottom: 40px;
}
.slide-content p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}
.slider-area .default-btn{
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.slider-area .owl-item.active .slide-content h2, .slider-area .owl-item.active .slide-content h3, .slider-area .owl-item.active .slide-content p,  .slider-area .owl-item.active .default-btn{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
.slider-area .owl-item.active .default-btn{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
.slider-area .owl-item.active .slider-img img{
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInRight;
}
.owl-item.active .slider-img {
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.single-banner .slide-content h2, .single-banner .slide-content h3, .single-banner .slide-content p, .single-banner .banner-btn{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
.slider-area .owl-item.active .slide-content h3 {-webkit-animation-delay: 500ms;animation-delay: 500ms}
.slider-area .owl-item.active .slide-content h2 {-webkit-animation-delay: 750ms;animation-delay: 750ms}
.slider-area .owl-item.active .slide-content p {-webkit-animation-delay: 1100ms;animation-delay: 1100ms}
.slider-area .owl-item.active .slide-content .banner-btn {-webkit-animation-delay: 1700ms;animation-delay: 1700ms}
.owl-nav div {
    background: rgba(236, 28, 35, 0.64);
    color: #ddd;
    font-size: 18px;
    border-radius: 3px;
    height: 40px;
    left: -46px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 35px;
    z-index: 999;
}
.owl-dots{
    display: none;
}
.owl-nav .owl-next {left: auto; right: -46px;}
/* .slider-area:hover .owl-nav div {left: 0;}
.slider-area:hover .owl-nav .owl-next {left: auto;  right: 0;} */
.owl-nav div:hover{ color: #fff}
.single-slide{background-position: top center; background-size: cover}
.animated.infinite {
    animation-iteration-count: infinite;
}
.fadeInDown {
    animation-name: fadeInDown;
}
.slider-area{
    height: 100vh;
}
.slider-area div{height: 100%}
.fix{overflow: hidden}
.slider-area .owl-nav div{
  height: auto;
}
.owl-carousel .owl-item .slider-img > img {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 70%;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;

}
.banner-height{
    margin-top: 800px !important;
}
.login-popup-text{
    margin-left: 40px;
}
.about-card{
    background-image: url('../img/about.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.feature-header {
    text-align: center;
    padding: 20px;
  }
  .feature-header_subtitle {
    font-size: 1.5em;
    color: #333;
  }
  .feature-header_title {
    font-size: 1.2em;
    color: #666;
  }
  .feature-card_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
  }
  .feature-card {
    flex: 1 1 calc(25% - 40px);
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
  }
  .feature-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .feature-card_title {
    font-size: 1.2em;
    color: #333;
    margin: 10px 0;
  }
  .feature-card_content {
    font-size: 1em;
    color: #666;
  }
  @media (max-width: 1200px) {
    .feature-card {
      flex: 1 1 calc(33.333% - 40px);
    }
  }
  @media (max-width: 992px) {
    .feature-card {
      flex: 1 1 calc(50% - 40px);
    }
  }
  @media (max-width: 576px) {
    .feature-card {
      flex: 1 1 calc(100% - 40px);
    }
    .feature-card img {
      width: 40px;
      height: 40px;
    }
    .feature-card_title {
      font-size: 1em;
    }
    .feature-card_content {
      font-size: 0.9em;
    }
  }
  .full-width{
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
}
.about-margin {
    margin-top: 590px;
}
@media (max-width: 1200px) {
    .about-margin {
        margin-top: 780px;
    }
}
@media (max-width: 1024px) {
    .about-margin {
        margin-top: 800px;
    }
}

@media (max-width: 768px) {
    .about-margin {
        margin-top: 862px;
    }
}

@media (max-width: 576px) {
    .about-margin {
        margin-top: 1180px;
    }
}
.beni-card {
    margin-top: 460px;
}
@media (max-width: 1200px) {
    .beni-card {
        margin-top: 480px;
    }
}
@media (max-width: 1024px) {
    .beni-card {
        margin-top: 800px;
    }
}

@media (max-width: 768px) {
    .beni-card {
        margin-top: 862px;
    }
}

@media (max-width: 576px) {
    .beni-card {
        margin-top: 880px;
    }
}
.footer-bottom{
    bottom: -490px !important;
}

.single-slide::after {
    background: none !important;
}

.single-slide {
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.last-content {
    margin-top: 414px;
}
.benifits-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benifits-card-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.benifits-card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    /* Set desired width */
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s;
    /* Optional: Add border or shadow for better visual separation */
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benifits-card-box img {
    max-width: 100%;
    height: auto;
}

.benifits-card-box:hover {
    transform: scale(1.05);
}

/* Remove specific styles for each card color */
.benifits-card-box-cyan {
    border-top: 4px solid cyan;
}

.benifits-card-box-red {
    border-top: 4px solid red;
}

.benifits-card-box-orange {
    border-top: 4px solid orange;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .benifits-card-box {
        /* width: 100%;  */
        height: auto;
        /* Auto height to maintain aspect ratio */
    }

    .benifit-card {
        margin-top: 820px !important;
        margin-bottom: 100px;
    }
}

@media (max-width: 790px) {

    .benifit-card {
        margin-top: 550px !important;
        margin-bottom: 100px;
    }
}

@media (max-width: 577px) {

    .benifit-card {
        margin-top: 7800px !important;
        margin-bottom: 100px;
    }
}

.benifit-card {
    margin-top: 470px;
    margin-bottom: 100px;
}
.sm-logo{
    width: 69px;
  height: 40px;
}
.lg-logo{
    height: 50px !important;
}
@media (max-width: 950px){
    .slider-area {
        height: 55vh !important;
    }
    .banner-height {
        margin-top: 450px !important;
    }
}
@media (max-width: 500px){
    .slider-area {
        height: 30vh !important;
    }
    .banner-height {
        margin-top: 220px !important;
    }
    /* .about-us-res{
        text-align: center !important;
    } */
}
@media (max-width: 576px){
    .benifit-card {
        margin-bottom: 240px;
        margin-top: 760px !important;
      }
}
