/* new ecom page css 01.08.25 */

.user-login-btn {
    color: #fff;
    text-decoration: none;
}

.login-btn {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.page-node-type-e-commerce .home-slider {
    margin-top: 0px;
}

.ban-bottom-para {
    margin: 3rem 0;
}
/* flip card css start */

section.explore-our-solutions-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.para2-bg .card{
    height: 270px;
    opacity: 0.8;
    perspective: 1000px; /* Remove this if you want a flat flip */

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
    box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -webkit-box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -moz-box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
    -webkit-transition: all .2s ease-in-out;
    transition: all .7s ease-in-out;
    border: 1px solid #ffc7cd;
    background-color: #fff3f4;
    opacity: 1;
    min-height: 270px;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  height: 440px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-node-type-e-commerce .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-node-type-chemical-logistics .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 440px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    display: flex;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
}

.flip-card-back {
    background-color: #fff3f4;
    transform: rotateY(180deg);
    display: flex;
    padding: 20px;
    border-radius: 20px;
    overflow-y: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.flip-card-back ul li::before
 {
    content: '';
    display: inline-block;
    height: 21px;
    width: 15px;
    background-image: url(../img/bullet.png);
    position: absolute;
    left: 24px;
    background-repeat: no-repeat;
    margin-top: 7px;
}

.page-node-type-chemical-logistics .flip-card-back ul li::before
 {
    display: none;
    content: '';
    height: 21px;
    width: 15px;
    background-image: url(../img/bullet.png);
    position: absolute;
    left: 24px;
    background-repeat: no-repeat;
    margin-top: 7px;
}

.flip-card-back ul li {
    list-style: none;
    margin-bottom: 18px;
    color: #000;
}

.flip-card-back .col-lg-12{margin: 0;text-align: left;}

/* flip card css start */
.ban-content {
    background: rgb(255 255 255 / 62%);
    padding: 4%;
    border-radius: 0 !important;
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-left: 8px solid #b8152a !important;
}

.ban-content h1 {
    font-weight: 800;
    font-size: 25px;
    width: 75%;
}

/* make old css changes 01.08.25 */

header{margin-top: 0;}

/* make old css changes */
.navbar.fixed-top{top: 94px;margin-right: 1%;}
/* .navbar{background-color: rgb(255 255 255) !important;} */

.btn-danger:hover{background-color: #00205b;transition: ease-in-out .4ms;border-color: #00205b;}
.btn-danger{background-color: #b2041a;}

/* .navbar-brand{padding-left: 2%;} */
/* .navbar-brand img{width: 100%;} */
/* .enquire-now{text-align: center;} */
/* .enquire-btn{
    background-color: #efefef;
    padding: 16px 26px;
    color: #0d2c6c;
    font-weight: 700;
    border-radius: 40px;
    border: 0;
    font-size: 18px;
} */

/* .navbar{padding: 0;background: transparent !important;}
.navbar-collapse{background-color: #efefef;padding: 9px 0;border-radius: 40px;}
.nav-link{color: #0d2c6c;font-weight: 700;}
.nav-link.active, .nav-link:hover, .nav-link:focus {
    color: #b8152a !important;
}
li.nav-item {
    padding: 0 8px;
} */
/* Navigation css end */

/* banner css start */
.ban-content {
    padding-left: 4%;
}

/* .dwn-arrow {
    position: absolute;
    bottom: -5px;
    left: 49%;
} */

/* banner css end */

/* ban-bottom-para 2 css start */

.para2-bg{
    /* background: url(../img/mid-bg.jpg); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

/* h4, p{color: #000;} */

.para2-bg .card h3 {color: #00205b;}

.sol-img{width: 80%; margin-bottom: 30px;}

.get-started-btn {
    padding: 15px 90px;
    font-size: 30px;
    border-radius: 40px;
    margin-top: 15px;
    font-weight: 500;
}

.why-choose-us-section {
    margin-bottom: 3rem !important;
}

footer :where(h4, p) {
    color: #fff;
}

/* Tracking search box start */
.search-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
    display: flex;
    width: 50%;
}

.search-btn{
    text-align: left;
}

.search-icon{
    width:20px;
    height: 20px;
    margin-right: 10px;

}

.search-btn .btn-danger {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 22px !important;
    display: flex;
    align-items: center;

}

.search-box input{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;

}

.search-box label{
    text-transform: uppercase;
}
/* Tracking search box end */

@media screen and (max-width: 1920px)  {
    .search-box {
        bottom: 50%;
    }
    .page-node-type-e-commerce input#floatingInputGrid {
        width: 369px;
    }
    .page-node-type-e-commerce .ban-bottom-para {
        margin-top: 4rem !important;
    }
    .page-node-type-e-commerce .dwn-arrow {
        margin-top: 0px;
    }
    .sol-img {
        width: 70%;
    }
    .page-node-type-e-commerce .flip-card-front .col-12 {
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 480px)  {

    .page-node-type-e-commerce .navbar.fixed-top {
        top: 34px;
        background: #fff !important;
    }

    .sol-img {
        width: 20%;
        margin-bottom: 10px;
    }

    .flip-card-front{
        flex-direction: column;
        min-height: 285px;
    }

    .search-btn .btn-danger{
        display: block;
        border-radius: 30px;
        margin: 0 auto;
        width: 50%;
    }

    .search-box {
        display: block;
        width: 100%;
        bottom: 70%;
        top: 22%;
    }

    .search-box input {
       border-radius: 30px !important;
    }

    .search-btn .btn-danger {
        font-size: 16px;
        padding: 10px 0px !important;
    }
    .ban-bottom-para {
        margin-top: 9rem !important;
    }
}

/* new ecom page css 06.08.25 end */