@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');

body {
  font-size: .875rem;
font-family: 'Montserrat', sans-serif;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

p {
  font-size: 16px;
}

/*
 * sidebar
 
 */
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     color:#203378;
 }
.sidebar {

  /* position: fixed;*/
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background: #1c2d73;
}

h6 span b {
  font-size: 20px;
}

.sidebar-sticky {
  position: relative;
  top: 0;  /*height: calc(100vh - 48px);*/
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.signup {
  background-image: linear-gradient(to right, #1cbca0, #00c093, #00c383, #06c570, #2cc758);
  padding: 10px 30px;
  border-radius: 0px 15px 0px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition:all 0.5s;
}

.signup:hover {
  background-image: linear-gradient(to left, #1cbca0, #00c093, #00c383, #06c570, #2cc758);
  padding: 10px 30px;
  border-radius: 15px 0px 15px 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 14px;
}

.sidebar ul li {
  padding-bottom: 20px;
}

.sidebar .form-control {
  color: #0f3dde;
  background-color: #192b6b;
  border: 0 none;
  border-radius: 25px;
}

.why-benir span b {
  font-size: 28px;
  color: #fa7530;
}

.why-benir span {
  color: #fa7530;
}

/*
* Content
*/
[role="main"] {
  padding-top: 30px;
}

/*@media (min-width: 768px) {
 [role="main"] {
 padding-top: 135px; 
 }
}*/

/*
* Navbar
*/

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 5px;
}

.search_input {
  color: #000;
  border: 0;
  outline: 0;
  background: none;
  width: 450px;
  line-height: 40px;
  transition: width 0.4s linear;
  padding: 0 10px;
}

.search_icon i {
  color: #000;
}

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  align-items: center;
  border-radius: 50%;
}

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.fixed-top ul li a {
  display: block;
  padding: 35px 0 40px 0;
  font-size: 16px;
}

.fixed-top ul li a span {
  position: absolute;
  color: #ccc;
  left: 30%;
}

.fixed-top ul li a i {
  font-size: 20px;
}

.cart {
  background: #fa7530
}

.user {
  background: #1c2d73;
  position: relative;
}

.fixed-top ul .w-50 {
  width: 49.2% !important;
}

.lists table td {
  font-weight: 700;
}

.quantity {
  position: relative;
}

.quantity-left-minus {
  position: absolute;
  left: 0px;
  z-index: 9;
}

.quantity-right-plus {
  position: absolute;
  right: 0px;
  z-index: 9;
}

.lists table .form-control,
.grid-add-to-cart .form-control {
  border-radius: 25px !important;
}

.lists table button:focus,
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: none;
  outline: none;
}

.advertisement {
  border: 2px solid #112261;
  padding: 25%;
  height: 30%;
  background: #112261;
  text-align: center;
  color: #ccc;
}

.benir-about-bg {
  background: url("../../images/abt-bg.png")no-repeat;
  background-size: 100% 90%;
  padding: 135px 0 185px 0 !important;
}

.blue-text {
  color: #203378;
}

.page-link {
  border: 0 none;
  color: #000;
  padding: 10px 14px;
}

.page-link:hover {
  z-index: 2;
  color: #fff !important;
  text-decoration: none;
  background-color: #1c2d73;
  border-color: #1c2d73;
  border-radius: 100%;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  margin-left: 0;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.page-item:last-child .page-link {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.next {
  border: 2px solid #000;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: -5px;
  left: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider {
  background: #e8e6e6;
}

.list-page {
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 9;
}

.grid-page {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 9;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sort-by .form-control,
.sort-by li {
  font-weight: 700;
  color: #b2b7bb;
}

.btn-number {
  color: #a9a5a5 !important;
}

.cart-hover-btn {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.cart-hover-btn .button {
  position: relative;
  background: white;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  -webkit-transition: width .25s;
  transition: width .25s;
  transition: width .25s;
  background: #fa7530;
  color: #fff;
  border-radius: 25px;
  padding: 0px 2px;
}

.cart-hover-btn .button:hover {
  width: 100%;
}

.form-control:focus {
  box-shadow: none;
}

.cart-hover-btn .text {
  overflow: hidden;
  padding-right: 10px;
}

.cart-hover-btn .icon {
  float: left;
  margin: 0 10px 0px 8px;
}

/*grid view page styles */

/*.regional span{
 font-size: 12px;
}*/
.shadow {
  position: relative;
}

.cart-bg {
  display: block;
  width: 100%;
  height: auto;
}

.heart-o i {
  position: absolute;
  bottom: 65%;
  left: 47%;
}

.orange-text {
  color: #fa7530;
}

.benir-about-bg span b {
  font-size: 28px;
}

/*about page styles*/
#testimonials .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  background-color: #000000;
  border-radius: 3px;
}

#testimonials .carousel-indicators li.active {
  background-color: #fff;
}

#testimonials .carousel-inner {
  padding: 0px 0px 50px 0px;
  width: 90%;
  margin: 0 auto;
}

#testimonials .carousel-item {
  margin-top: 50px;
}

#testimonials .testi-text {
  color: #000;
  font-size: 20px;
  margin-right: 10;
}

@media (max-width:992px) {
  #testimonials .testi-text {
    width: 90%;
    font-size: 20px;
    margin-right: 5%;
  }

  #testimonials .testi-footer {
    height: auto;
    padding: 10px;
  }

  .blog .carousel-indicators {
    bottom: 0px;
  }

  .cust-pro-info {
    float: left;
    color: #fff;
    width: auto;
    margin-right: 0;
    padding-top: 10px;
    margin-left: 15px;
  }

}

.quote {
  position: absolute;
  top: 38%;
  left: 13%;
}

section {
  position: relative;
}

.benir-top-clients {
  background: #f5fafe;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.login-form form {
  background: #1c2d73;
  padding: 18px 18px;
}

.login-form form button,
.login-form form .form-control {
  border-radius: 25px;
}

#sel1,
#quantity {
  color: #1c2d73;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.login-form form i {
  font-size: 30px;
}

.arrival-product .arrival-item ul {
  margin: 0;
  padding: 0;
}

.arrival-product .arrival-item ul li {
  float: left;
  list-style: none;
  width: 23%;
  margin: 1%;
}

.arrival-product .arrival-item ul li:last-child {
  margin-right: 0;
}

.orange {
  color: #fa7530;
}

.next-back span a {
  background: #1c2d73;
  padding: 10px 15px;
  border-radius: 10px;
}

.next-back i {
  color: #fff;
}

.next-back {
  margin-top: 30px;
}

.secure-payment {
  background: #354ea7
}

.secure-payment li {
  font-size: 16px;
}

.b-img {
  position: relative;
}

.b-img a {
  position: absolute;
  top: 15%;
  right: 6%;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10) !important;
}
/*mega menu on hover*/
.navbar {
  background-color: #fff;
}
.navbar-nav{
      padding-top:5px !important;
}

.navbar a {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 30px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 16%;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #fff;
}

.column h4 {
  color: #1c2d73;
  font-size: 18px;
  font-weight: 700;
}

.column a {
  float: none;
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* clear floats after the columns */
.dropdown-content .row:after {
  content: "";
  display: table;
  clear: both;
}

/*intermediate page*/
.need-help {
  color: #fa7530;
  font-size: 20px;
}

.time-b {
  color: #bdbcbc;
}

.stationery,
.housekeeping {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
}

.nav-tabs .nav-link {
  color: #9d9a9a;
}

.nav-tabs .active {
  color: #1c2d73 !important;
  font-weight:500;
}

/*.stationery {*/

/*  background: #1c2d73; */

/*}*/

/*.housekeeping{*/

/* background: #e6e6e6;*/

/*}*/
.see-all-stationery {
  padding: 5px 40px;
  border-radius: 25px;
  background: #fa7530;
}

/*side navigation*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #203378;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s all;
}

.sidenav a:hover {
  color: #f1f1f1;
  background: #112261;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height:450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }

}

/*cart page styles*/
.cart-department .shadow {
  border-radius: 15px;
  margin-top: 6px;
}

.edit {
  color: #778ff3;
  cursor: pointer;
}

.save {
  display: none;
  color: green;
  cursor: pointer;
}

.editable {
  background: #e6e6e6;
}

#Department {
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.billing .col-md-4 {
  border-right: 1px solid #ccc;
}

.cart-table-title {
  color: #fa7530;
}

.table-responsive table {
  font-weight: 600;
}

.purchase-order .form-control {
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
}

.input-number,
.select-level {
  border-radius: 25px !important;
}

.select-level {
  font-size: 12px;
}

.continue-shopping {
  border: 1px solid #1c2d73;
  padding: 10px 8px;
}

.check-out {
  border: 1px solid #fa7530;
  padding: 11px 22px;
  background: #fa7530;
}

.total-amt {
  font-size: 18px;
}

.delete-cart {
  color: #a99999;
  padding-right: 10px;
  cursor: pointer;
}

td .fa-minus,
td .fa-plus {
  color: #000;
  font-size: 10px;
}

td .form-control {
  color: #000 !important;
  font-weight: 400 !important;
}

td .fa-trash,
.add-wishlist {
  cursor: pointer;
}

.cart-department .col-md-9 {
  min-height: 550px;
  height: 550px;
  overflow-y: scroll;
}

.myTab .nav-item.show .nav-link,
#myTab .nav-link.active {
  background: #e6e6e6;
  border-radius: 25px;
}

.myTab .nav-link:focus,
#myTab .nav-link:hover {
  border-color: transparent;
}

.myTab {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
}

.view-list-grid {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.single-product-img {
  border: 1px solid #ccc
}

select {
  border-radius: 25px !important;
}

.add-to-cart,
.buy-now {
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.add-to-cart {
  background: #fa7530;
}

.buy-now {
  background: #1c2d73;
}

.spec-table {
  margin-left: -8px;
}

.sidenav .closebtn:hover {
  background: none;
}

.sidebar-sticky .form-control {
  color: #fff !important;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  padding: 10px 0;
  width: 82% !important;
}

/*footer styles*/
footer {
  background: #1c2d73;
  background-size: cover;
}

footer ul li a,
footer h5,
address,
footer ul li {
  color: #a6c4de;
  transition:all 0.5s;
}

footer ul li a:hover{
    color:#fff;
}

footer ul li {
  line-height: 32px;
}



/*login popup*/
.login-modal .modal-dialog, #Signup .modal-dialog{
    max-width: 800px;
}
.login-modal .modal-body h4 span, #Signup .modal-body h4 span{font-size: 18px;}
.login-modal .col-md-4, #Signup .col-md-4{border-right: 1px solid #ececec;}
.login-modal ul li, #Signup ul li{
    line-height: 38px;
}
.login-modal .btn, #Signup .btn{background: #1c2d73;border-radius: 25px; }
/*#Signup .btn{background-image: linear-gradient(to right, #1cbca0, #00c093, #00c383, #06c570, #2cc758);border-radius:;}*/
.login-modal input, #Signup input{
    background-color: #fff;
    border-radius: 30px;
    border: 0 none;
    padding: 25px 18px;
}
.login-modal .fa-2x, #Signup .fa-2x {font-size: 3rem; color: #1c2d73 ;}
.login-modal .close, #Signup .close{
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 99;
}

.modal-logo{

   padding:25px;
}

.login-modal .modal-content, #Signup .modal-content{border-radius: 25px;}


/*login popup*/
#Login .modal-dialog,
#Signup .modal-dialog {
  max-width: 800px;
}

#Login .modal-body h4 span,
#Signup .modal-body h4 span {
  font-size: 18px;
}

#Login .col-md-4,
#Signup .col-md-4 {
  border-right: 1px solid #ececec;
}

#Login ul li,
#Signup ul li {
  line-height: 38px;
}

#Login .btn,
#Signup .btn {
  background: #1c2d73;
  border-radius: 25px;
}

/*#Signup .btn{background-image: linear-gradient(to right, #1cbca0, #00c093, #00c383, #06c570, #2cc758);border-radius:;}*/
#Login input,
#Signup input {
  background-color: #fff;
  border-radius: 30px;
  border: 0 none;
  padding: 25px 18px;
}

#Login .fa-2x,
#Signup .fa-2x {
  font-size: 3rem;
  color: #1c2d73;
}

#Login .close,
#Signup .close {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 99;
}

.cart-department .col-md-7 {
  min-height: 450px;
  height: 450px;
  overflow-y: scroll;
}

#cmt {
  border-bottom: 1px solid #ccc !important;
}

.cursor {
  cursor: pointer;
}

#Login .modal-content,
#Signup .modal-content {
  border-radius: 25px;
}

.brand-name {
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  color: #a8a0a0;
}

#search-autocomplete {
  position: relative;
  width: 75%;
}

.search-products {
  position: absolute;
  background: #fff;
  width: 94%;    /*padding: 10px 18px 30px 18px;*/

  /*box-shadow: 0px 0px 10px 2px #f1f1f1;*/
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 0 17px;
  z-index: -1;
}

.bg-search .h-100 {
  background: #fff;
  padding: 5px;
}

.bg-search .quantity {
  width: 112% !important;
}

.bg-search #sel1,
.bg-search #quantity {
  font-size: 14px;
}

.bg-search {
  background: #f4f4f4;
  padding: 10px
}

.bg-search select {
  width: 88%;
}

.search-products .shadow {
  margin: 10px;
}

.search-products ul {
  padding: 12px;
  margin: 0;
}

.search-products #cart-button {
  right: 14px;
}

/*data tables style for report page*/
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table th {
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 18px;
  content: "\2191";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

.report-form .shadow {
  border-radius: 25px;
}

#example_wrapper .col-md-6 {
  display: none;
}

#example_wrapper .next {
  border: 0 none;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1c2d73;
  border-color: #1c2d73;
  border-radius: 100%;
}

.reports {
  font-size: 26px;
  color: #000;
}

.approved .form-control {
  border-radius: 25px;
}

.share-print li a {
  font-size: 18px;
}

/*changes 20-2-1010 */
.shadow:hover .overlay {
  height: 44%;
}

.grid-add-to-cart {

  /*height: 70px;*/

  /*max-height: 70px;*/
  position: relative;
  z-index: 99999;
}

.advertisement {
  border: 2px solid #112261;
  padding: 30%;
  height: 30%;
  background: #112261;
  text-align: center;
  color: #ccc;
  max-height: 20%;
}

.card-title_product {
  height: 60px;
  min-height: 60px;
  display: block;
}

.strike-rate {
  color: #a8a0a0;
}

.text1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -6%);
  -ms-transform: translate(-50%, -6%);
  transform: translate(-50%, -6%);
  text-align: center;
  width: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 60px;
  transition: .5s ease;
  z-index: 2;
}

.cart-count {
  top: 15%;
  left: 12% !important;
  width: 24px;
  height: 23px;
  background: #1c2d73;
  border-radius: 100%;
  color: #fff !important;
}

.text1 {
  cursor: pointer;
  width: 100% !important;
}

.text1:hover .overlay {
  z-index: 9999 !important;
}

.text1:hover .grid-add-to-cart {
  z-index: -2 !important;
}

.alert-success {
  position: fixed;
  top: 2%;
  z-index: 9999;
  left: 35%;
  width: 35%;
}

.clear-filter {
  border: 1px solid #fff;
  border-radius: 25px;
}

@media screen and (min-width:1400px) {
  .grid-add-to-cart {
    height: 90px !important;
    max-height: 90px !important;
  }

  .shadow:hover .overlay {
    height: 53% !important;
  }

  .overlay {
    height: 90px !important;
  }

}

/*/*media queries*/
@media screen and (max-width:767px) {
    .categorytabs li{

width: 45% !important;
font-size:16px !important;
margin-left:1px !important;
}
.categorytabs {

top: -25px !important;

}
  #carouselExampleCaptions img {
    height: auto !important;
  }

  [role="main"] {
    padding: 0 !important;
  }

  .searchbar {
    display: inherit;
    width: 58%;
    margin-bottom: 30px;
  }

  .login-form {
    padding-right: 15px !important;
    margin-top: 20px;
  }

  .arrival-product .arrival-item ul li {
    width: 45%;
    margin: 2%;
  }

  .next-back {
    margin-bottom: 25px;
  }

  .regional img {
    width: 100%;
  }

  .search_input {
    padding: 0;
  }

  .cate {
    padding-left: 0 !important;
  }

  .b-img a {
    position: initial;
    background-image: linear-gradient(to right, #1cbca0, #00c093, #00c383, #06c570, #2cc758);
  }

  .add-to-cart,
  .buy-now {
    width: auto !important;
  }

  .fixed,
  .text1 {
    position: initial;
    transform: initial;
  }

  .shadow:hover .overlay,
  .overlay {
    height: 35px !important;
  }

  .text1 {
    width: 100%;
  }

  .overlay .heart-o i {
    display: none;
  }

  .bd-example {
    margin-top: 15px;
  }

}

*/

/*new styles are added*/
a:hover {
  text-decoration: none;
}

.text-orange {
  color: #fa7530;
}

.textorange {
  color: #fa7530;
}

.text-blue {
  color: #203378;
}

.bgblue {
  background: #b7cee1;
  border: 1px solid #203378;
  height: 40px;
}

.bg-solution {
  background: url("../../images/bgsol.png")no-repeat;
}

.bg-form {
  background: url("../../images/bgform.png")no-repeat;
  /*background-position: 0px -20px;*/
}

.bgindexhead {
  background: url("../../images/bgindex1.png")no-repeat;
  background-position: right;
  position: relative;
  height: 705px;
  overflow: hidden !important;
}

.bg-sub {
  background: #e8f4ff;
}

.linkedbg::after {
  position: absolute;
  content: '';
  top: 63px;
  left: 97px;
  width: 86px;
  border: 3px solid #fa7530;
}

.owl-carousel,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.slideowl {
  position: absolute;
  content: '';
  left: 100px;
  bottom: 0;
}
.slideconty{
    padding-top:130px;
}
.slideowl .owl-dots {
  transform: rotate(90deg);
  position: absolute;
  top: 44%;
  left: -71px;
}

.slideowl .owl-theme .owl-dots .owl-dot span,
.slideowl .owl-theme .owl-dots .owl-dot span {
  background: #203378 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fa7530 !important;
}

.simpleowl .owl-dots {
  transform: rotate(90deg);
  position: absolute;
  top: 44%;
  right: -71px;
}

.simpleowl .owl-theme .owl-dots .owl-dot span,
.simpleowl .owl-theme .owl-dots .owl-dot span {
  background: #203378 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fa7530 !important;
}

.shopbtn,.shopbtn1 {
  padding: 13px 20px;
  background: #fa7530;
  color: #fff;
  border-radius: 0 18px 0 18px;
  transition:all 0.5s;
  text-decoration:none;
  font-size:18px;
}
.shopbtn:hover,.shopbtn1:hover {
     background: #203378;
border-radius: 18px 0px 18px 0;
text-decoration:none;
color:#fff;
}



.bg1 {
  position: absolute;
  content: '';
  top: 23%;
  left: 0px;
}

.paratitle {
  font-size: 30px;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
  font-weight: 500;
  font-size:14px;
}

.supportab {
  position: relative;
  font-size: 2.5rem;
}

.supportba::before {
  position: absolute;
  content: '';
  top: 90%;
  left: 25%;
  border-bottom: 2px solid #203378;
  width: 290px;
}

.supportba::after {
  position: absolute;
  content: '';
  top: 85%;
  left: 65%;
  border-bottom: 2px solid #fa7530;
  width: 63px;
}

.formbtn {
  padding: 15px 40px;
  background: #fa7530;
  color: #fff;
  font-size: 16px;
  border-radius: 0 18px 0 18px;
  transition:all 0.5s;
}

.formbtn:hover {
  color: #fff;
  text-decoration: none;
   border-radius: 18px 0 18px 0;
   background:#203378;
}

.form-control {
  padding: 20px 0;
  padding-left: 30px;
  border-radius: 10px;
  border: 2px solid #96aaf1;
 padding: 25px .75rem;
background: none;
margin-bottom: 35px !important;
}

.contadd {
  border-radius: 20px;
  padding: 25px 20px;
}

.line {
  border-bottom: 1px solid #fa7530;
  padding-top: 12px;
}

.copy {
  font-size: 12px;
}

.bg-grey {
  background: #f5f5f5;
}

.collapsed {
  cursor: pointer;
}
.contadd  p.add{
    font-size:14px;
    font-weight:400;
    line-height: 22px;
        color: #555;
}
.contadd h3{
    font-weight:600;
}
.secure-payment .h6{
    font-size:14px;
    padding-top:5px;
}
.subfooter p.text-white{
    color: #96aaf1 !important;
    display:inline;
}
/*mediaqueries*/
@media(min-width:300px) and (max-width:575px) {
  .bg-head .h1 {
    font-size: 30px;
  }

  .bgindexhead {
    background-position: center center;
  }

  .bgindexhead .slideowl {
    position: absolute;
    content: '';
    top: 200px;
    left: 50px;
    bottom: 0;
  }

  .bgindexhead .text-blue,
  .bgindexhead .orange-text {
    color: #fff !important;
  }

  .bgindexhead .item .h1 {
    font-size: 27px !important;
  }

  .bgindexhead .item .h5 {
    font-size: 18px !important;
    padding-right: 10px;
  }

  .bgindexhead .navbar {
    background: #fff !important;
  }

  .bgindexhead .navbar a {
    color: #000 !important;
  }

  .slideowl .owl-dots {
    transform: rotate(90deg);
    position: absolute;
    top: 28%;
    left: -71px;
  }

  .bgindexhead .navbar .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
  }

  .simpleowl .owl-dots {
    transform: unset;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .bg-solution {
    background: #e8f5ff;
  }

  .bg-solution .accordion .h3 {
    font-size: 30px !important;
  }

  .supportab {
    font-size: 1.5rem !important;
  }

  .supportba::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 10%;
    border-bottom: 2px solid #203378;
    width: 290px;
  }

  .supportba::after {
    position: absolute;
    content: '';
    top: 108%;
    left: 73%;
    border-bottom: 2px solid #fa7530;
    width: 63px;
  }

  .bg-form {
    background: none;
  }

}

@media(min-width:576px) and (max-width:767px) {
  .supportab {
    font-size: 1.5rem !important;
  }

  .supportba::before {
    position: absolute;
    content: '';
    top: 83%;
    left: 10%;
    border-bottom: 2px solid #203378;
    width: 203px;
  }

  .supportba::after {
    position: absolute;
    content: '';
    top: 90%;
    left: 62%;
    border-bottom: 2px solid #fa7530;
    width: 63px;
  }

  .bg-form {
    background: none;
  }

  .bgindexhead {
    background-position: center center;
  }

  .bgindexhead .slideowl {
    position: absolute;
    content: '';
    top: 200px;
    left: 50px;
    bottom: 0;
  }

  .bgindexhead .text-blue,
  .bgindexhead .orange-text {
    color: #fff !important;
  }

  .bgindexhead .item .h1 {
    font-size: 27px !important;
  }

  .bgindexhead .item .h5 {
    font-size: 18px !important;
  }

  .bgindexhead .navbar {
    background: #fff !important;
  }

  .slideowl .owl-dots {
    transform: rotate(90deg);
    position: absolute;
    top: 28%;
    left: -71px;
  }

  .bgindexhead .navbar .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
  }

  .simpleowl .owl-dots {
    transform: unset;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

}

@media(min-width:768px) and (max-width:991px) {
  .supportba::before {
    top: 68%;
    left: 10%;
  }

  .bgindexhead {
    background-position: right;
  }

  .bgindexhead .slideowl {
    position: absolute;
    content: '';
    top: 200px;
    left: 100px;
    bottom: 0;
  }

  .bgindexhead .text-blue,
  .bgindexhead .orange-text {
    color: #fff !important;
  }

  .supportba::after {
    top: 73%;
    left: 73%;
  }

  .bg-form {
    background: none;
  }

  .linkedbg::after {
    left: 46px;
  }

}

@media(min-width:992px) and (max-width:1030px) {
  .supportba::before {
    top: 68%;
    left: 20%;
  }

  .supportba::after {
    top: 73%;
    left: 67%;
  }

}

.pricing{
    color:#fa7530;
}

.categorytabs li{
   list-style: none;
display: inline-block;
background: #ddd;
padding: 30px 25px 22px 25px;
color: #333;
width: 200px;
margin-left: 10px;
border-radius: 0px 0 40px 40px;
position: relative;
font-size: 18px;
cursor:pointer;
transition:all 0.5s;
}
.categorytabs li:hover{
border-radius: 0px 0 60px 60px;
}
.categorytabs li.active{
background: #fa7530;
color: #fff;

}
.categorytabs li a{
color: #333;
text-decoration:none;
}

.categorytabs li.active a{
color: #fff;
}
.categorytabs {
 text-align: center;
top: -52px;
position: relative;
margin-bottom: -45px;
padding:0;
}

.catselect{
    background:#0d194a;
    padding:12px;
}
.leftselect{
    padding-left:0;
}
.leftselect li{
    list-style:none;
    color:#fff;
    padding: 10px 15px !important;
}
.leftselect li a{
    color:#fff;
 text-decoration:none;
 text-transform:uppercase;
 font-size:16px;
}

.leftselect li.active{
    color:#0d194a !important;
    background:#fff;
}

.leftselect li.active a{
    color:#0d194a !important;
}
#accordionExample{
    border-radius:20px;
}
.aboutnavs p.h6{
    font-weight: 400;
line-height: 28px;
text-align: justify;
color: #666;
}
.aboutnavs .nav-tabs a{
    color:#888 !important;
    font-size: 20px;
font-weight: 500;
background: #eee;
    background-color: rgb(238, 238, 238);
margin-right: 2px;
border-radius: 0;
padding: 18px;
}

.aboutnavs .nav-tabs .nav-link.active{
      color:#1c2d73 !important;
      border:none;
}
.h1, h1 {
    font-size: 3rem;
    font-weight: 700;
}
.owl-item .h5{
    color:#666;
    font-size: 16px;
    line-height:30px;
}
.featurebox{
    padding: 15px 25px !important;
}
.bg-features .h5,.bg-simple .h5,.bg-solution .h5,.bg-increase .h5{
    color: #666;
font-size: 16px;
line-height: 30px;
}
.h1.orange-text {
    color: #fa7530;
    font-size: 40px !important;
    font-weight: 600 !important;
}
.solutionstabs{
    margin-top:50px;
}
.solutionstabs .nav-tabs,.solutionstabs .nav-tabs .nav-link:focus,.solutionstabs .nav-tabs .nav-link:hover{
    border:none;
}

.solutionstabs .nav-tabs .nav-link {
    color: #6a8fde;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.solutionstabs .nav-tabs .nav-item.show .nav-link,.solutionstabs .nav-tabs .nav-link.active{
    background:none;
    border:none;
    border-bottom:3px solid #fa7530;
    
}

.solutionstabs .tab-content{
    margin-top:50px;
}
.solutionstabs .tab-content p{
    color: #666;
font-size: 16px;
line-height: 30px;
}
.bg-sub .h1.orange-text{
    font-size:36px !important;
    font-weight:500 !important;
}
.carrerbox{
    padding: 20px 40px;
border-radius: 25px;
}

.carrerbox h2{
    color: #fa7530;
font-size: 20px;
font-weight: 500;
}
.carrerbox  h5{
    color: #203378;
font-size: 16px;
}

.carrerbox h6{
font-size: 14px;
font-weight: 400;
color: #555;
}
.carrerbox p{
color: #fa7530;
font-weight: 600;
font-size: 14px;
}


.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 20px 1.25rem;
    border:none;
    margin:10px 0;
}
.card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 00px;
    color:#195C9D;
}
.card-header i{
    float:right;        
    font-size:30px;
    width:1%;
    margin-top:8px;
    margin-right:10px;
}
.card-header a{
    width:97%;
    float:left;
    color:#565656;
    text-decoration:none;
}
.card-header p{
    margin:0;
}

.card-header h3{
    margin:0 0 0px;
    font-size:20px;
    font-weight:600;
    color:#fa7530;
    margin-top: 5px;
margin-left: 31px;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}

.featurebox  .h5{
    color:#fa7530;
   font-weight: 700;
   font-size: 22px;
}

.featurebox img{
   position: absolute;
right: 10px;
}

.bgptn{
    background:#fafafa;
}

.bgptn .h1{
    font-size:40px !important;
    font-weight:700 !important;
}

.featsec .h2feat
{
color: #2326a0 !important;
font-weight: 600  !important;
font-size: 24px  !important;
}

.featsec p{
    font-size: 16px;
color: #666;
text-align: justify;
line-height: 30px;
}

.featsec ul{
    font-size: 16px;
color: #666;
text-align: justify;
line-height: 30px;
}
}


/* =========================================
   CONTACT PAGE STYLES
   ========================================= */

/* Hero section */
.be-contact-hero {
    background: #fff;
}

/* Info cards (Phone / Email / Address) */
.be-cinfo-card {
    background: #fff;
    border-radius: 14px;
    padding: 36px 24px 28px;
    box-shadow: 0 4px 24px rgba(26,58,107,0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.be-cinfo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(26,58,107,0.15);
    border-top-color: #fa7530;
}

.be-cinfo-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 26px;
    color: #fff;
}
.be-cinfo-orange { background: linear-gradient(135deg, #fa7530, #e05510); }
.be-cinfo-blue   { background: linear-gradient(135deg, #1a3a6b, #2a5298); }

.be-cinfo-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-cinfo-val {
    font-size: 15px;
    color: #444;
    text-decoration: none;
    line-height: 1.7;
}
a.be-cinfo-val:hover { color: #fa7530; text-decoration: none; }
.be-cinfo-hours {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Form section */
.be-contact-form-section {
    background: #f7f9fc;
}

.be-form-card {
    background: #fff;
    border-radius: 14px;
    padding: 36px 32px;
    box-shadow: 0 4px 28px rgba(26,58,107,0.09);
}

.be-form-group {
    margin-bottom: 20px;
}
.be-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1a3a6b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.be-form-control {
    width: 100%;
    padding: 11px 16px;
    font-size: 14px;
    border: 1.5px solid #dce3f0;
    border-radius: 8px;
    color: #333;
    background: #fafbff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.be-form-control:focus {
    border-color: #fa7530;
    box-shadow: 0 0 0 3px rgba(250,117,48,0.12);
    background: #fff;
}
.be-form-control::placeholder { color: #bbb; }
textarea.be-form-control { resize: vertical; min-height: 110px; }

.be-submit-btn {
    background: linear-gradient(135deg, #fa7530, #e05510);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px 44px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(250,117,48,0.35);
}
.be-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(250,117,48,0.45);
}

/* Side info cards */
.be-side-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 24px;
    box-shadow: 0 3px 16px rgba(26,58,107,0.08);
}

/* Social buttons */
.be-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.be-social-btn:hover { transform: scale(1.12); opacity: 0.88; color: #fff; text-decoration: none; }

/* =========================================
   EXISTING be-contact-info-card (legacy)
   ========================================= */
.be-contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
    border-left: 4px solid #fa7530;
}
.be-contact-icon {
    font-size: 22px;
    color: #fa7530;
    margin-top: 3px;
    min-width: 24px;
}
.be-contact-info-label {
    font-size: 12px;
    font-weight: 700;
    color: #1a3a6b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}
.be-contact-info-val {
    font-size: 14px;
    color: #444;
}
.be-contact-info-val a { color: #1a3a6b; }
.be-contact-info-val a:hover { color: #fa7530; }
/* =============================================
   ABOUT PAGE — Balaji Enterprises
   ============================================= */

/* Hero Banner */
.be-about-hero {
    background: linear-gradient(135deg, #0d2550 0%, #1a3a6b 55%, #1f4b8a 100%);
    position: relative;
    overflow: hidden;
}
.be-about-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: rgba(250,117,48,0.10);
    pointer-events: none;
}
.be-about-hero::after {
    content: '';
    position: absolute;
    bottom: 60px; left: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
.be-about-hero-overlay {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.be-about-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.be-about-breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 13px;
}
.be-about-breadcrumb .breadcrumb-item.active,
.be-about-breadcrumb .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
}
.be-about-hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}
.be-about-hero-accent { color: #fa7530; }
.be-about-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.82);
    max-width: 520px;
    line-height: 1.7;
}
.be-about-btn-primary {
    display: inline-block;
    background: #fa7530;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.25s, transform 0.2s;
    box-shadow: 0 4px 16px rgba(250,117,48,0.35);
}
.be-about-btn-primary:hover {
    background: #e0621f;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.be-about-btn-ghost {
    display: inline-block;
    color: rgba(255,255,255,0.88);
    padding: 11px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.35);
    transition: all 0.25s;
}
.be-about-btn-ghost:hover {
    border-color: #fa7530;
    color: #fa7530;
    text-decoration: none;
}
.be-about-hero-img {
    max-height: 300px;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}

/* Stats Band */
.be-stats-band {
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 28px 0;
}
.be-stat-item {
    padding: 12px 8px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.be-stat-item:last-child { border-right: none; }
.be-stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fa7530;
    line-height: 1;
}
.be-stat-num span { font-size: 1.5rem; }
.be-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 5px;
}

/* Section common */
.be-section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fa7530;
    margin-bottom: 6px;
}
.be-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-title-white { color: #fff !important; }
.be-section-divider {
    width: 52px; height: 4px;
    background: linear-gradient(90deg, #fa7530, #ffa066);
    border-radius: 4px;
    margin-bottom: 20px;
}

/* Our Story */
.be-about-story {
    padding: 80px 0;
    background: #fff;
}
.be-story-img-wrap { position: relative; display: inline-block; }
.be-story-img {
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(26,58,107,0.18);
    width: 100%;
}
.be-story-badge {
    position: absolute;
    bottom: -18px; right: -18px;
    background: #fa7530;
    color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 6px 20px rgba(250,117,48,0.35);
}
.be-story-text {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}
.be-story-highlight {
    background: #f0f5ff;
    border-left: 4px solid #fa7530;
    padding: 12px 18px;
    border-radius: 0 8px 8px 0;
    color: #1a3a6b;
    font-size: 14px;
    font-weight: 600;
}

/* What We Offer */
.be-offer-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a3a6b 0%, #0d2550 100%);
    position: relative;
    overflow: hidden;
}
.be-offer-section::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='40' cy='40' r='1' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/g%3E%3C/svg%3E");
}
.be-offer-sub {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    margin-top: 10px;
}
.be-offer-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s;
    cursor: default;
}
.be-offer-card:hover {
    background: rgba(250,117,48,0.18);
    border-color: rgba(250,117,48,0.5);
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}
.be-offer-icon {
    width: 54px; height: 54px;
    background: linear-gradient(135deg, #fa7530, #e0621f);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(250,117,48,0.4);
}
.be-offer-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}
.be-offer-desc {
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Mission & Vision */
.be-mv-section {
    padding: 80px 0;
    background: #f7f9fc;
}
.be-mv-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    height: 100%;
    box-shadow: 0 6px 30px rgba(26,58,107,0.10);
    border-top: 4px solid transparent;
    transition: box-shadow 0.3s, transform 0.3s;
}
.be-mv-card:hover {
    box-shadow: 0 16px 50px rgba(26,58,107,0.16);
    transform: translateY(-4px);
}
.be-mv-mission { border-top-color: #fa7530; }
.be-mv-vision  { border-top-color: #1a3a6b; }
.be-mv-icon-wrap {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, #fa7530, #e0621f);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(250,117,48,0.35);
}
.be-mv-icon-blue {
    background: linear-gradient(135deg, #1a3a6b, #0d2550);
    box-shadow: 0 6px 18px rgba(26,58,107,0.35);
}
.be-mv-heading {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 14px;
}
.be-mv-text {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
}
.be-mv-list {
    list-style: none;
    padding: 0; margin: 0;
}
.be-mv-list li {
    color: #1a3a6b;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
}
.be-mv-list li .fa-check { color: #fa7530; }

/* Core Values */
.be-values-section {
    padding: 80px 0;
    background: #fff;
}
.be-value-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid #e8eef8;
    box-shadow: 0 4px 20px rgba(26,58,107,0.07);
    height: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.be-value-card::before {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fa7530, #ffa066);
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}
.be-value-card:hover {
    box-shadow: 0 16px 50px rgba(26,58,107,0.14);
    transform: translateY(-6px);
    border-color: #fa7530;
}
.be-value-card:hover::before { transform: scaleX(1); }
.be-value-icon-wrap {
    width: 68px; height: 68px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #fff5ef, #ffe0cc);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fa7530;
    box-shadow: 0 4px 16px rgba(250,117,48,0.2);
    transition: background 0.3s;
}
.be-value-card:hover .be-value-icon-wrap {
    background: linear-gradient(135deg, #fa7530, #e0621f);
    color: #fff;
}
.be-value-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-value-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* Founder Section */
.be-founder-section {
    padding: 80px 0;
    background: #f7f9fc;
}
.be-founder-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow: 0 10px 50px rgba(26,58,107,0.12);
    position: relative;
    overflow: hidden;
}
.be-founder-card::after {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 6px; height: 100%;
    background: linear-gradient(180deg, #fa7530, #1a3a6b);
    border-radius: 4px 0 0 4px;
}
.be-founder-img-wrap {
    position: relative;
    display: inline-block;
}
.be-founder-img {
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(26,58,107,0.2);
    max-height: 320px;
    object-fit: cover;
    width: 100%;
}
.be-founder-contact {
    background: #f0f5ff;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 14px;
    color: #1a3a6b;
}
.be-founder-contact .fa { color: #fa7530; }
.be-founder-contact a { color: #1a3a6b; text-decoration: none; }
.be-founder-contact a:hover { color: #fa7530; }
.be-founder-name {
    font-size: 1.9rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 4px;
}
.be-founder-role {
    color: #fa7530;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.be-founder-bio {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}
.be-founder-quote {
    border-left: 4px solid #fa7530;
    padding: 16px 20px;
    background: #fff9f5;
    border-radius: 0 10px 10px 0;
    margin-top: 20px;
    position: relative;
}
.be-quote-icon {
    color: #fa7530;
    font-size: 18px;
    margin-right: 8px;
    opacity: 0.6;
}
.be-founder-quote p {
    font-style: italic;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
}
.be-founder-quote footer {
    color: #1a3a6b;
    font-size: 13px;
}

/* About CTA Strip */
.be-about-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #fa7530 0%, #e0621f 100%);
    position: relative;
    overflow: hidden;
}
.be-about-cta::before {
    content: '';
    position: absolute; top: -60px; right: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    pointer-events: none;
}
.be-cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.be-cta-sub {
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    margin-bottom: 0;
}
.be-about-btn-ghost-dark {
    display: inline-block;
    color: #fff;
    padding: 11px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.6);
    transition: all 0.25s;
}
.be-about-btn-ghost-dark:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .be-about-hero-title { font-size: 1.8rem; }
    .be-stats-band .be-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 10px 0; }
    .be-stats-band .be-stat-item:last-child { border-bottom: none; }
    .be-story-badge { display: none; }
    .be-founder-card { padding: 28px 20px; }
    .be-founder-card::after { display: none; }
}

/* =============================================
   CSR PAGE — Balaji Enterprises
   ============================================= */

/* CSR Hero */
.be-csr-hero {
    background: linear-gradient(135deg, #0d3320 0%, #1a5c38 45%, #0f4a2a 100%);
    position: relative;
    overflow: hidden;
}
.be-csr-hero::before {
    content: '';
    position: absolute; top: -80px; right: -80px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: rgba(40,167,69,0.12);
    pointer-events: none;
}
.be-csr-hero::after {
    content: '';
    position: absolute; bottom: 60px; left: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
.be-csr-hero-overlay {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.be-csr-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 10px;
}
.be-csr-hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}
.be-csr-hero-accent { color: #5cba7d; }
.be-csr-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    line-height: 1.75;
}

/* Floating initiative pills */
.be-csr-hero-badge-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
}
.be-csr-pill {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    white-space: nowrap;
}
.be-csr-pill-green  { background: rgba(40,167,69,0.45); }
.be-csr-pill-orange { background: rgba(250,117,48,0.45); }
.be-csr-pill-blue   { background: rgba(26,58,107,0.55); }
.be-csr-pill-red    { background: rgba(231,76,60,0.45); }

/* Commitment Statement */
.be-csr-statement {
    padding: 70px 0;
    background: #f7f9fc;
}
.be-csr-statement-card {
    background: #fff;
    border-radius: 18px;
    padding: 48px 52px;
    box-shadow: 0 8px 40px rgba(26,58,107,0.10);
    text-align: center;
    position: relative;
    border-top: 5px solid #28a745;
    max-width: 860px;
    margin: 0 auto;
}
.be-csr-quote-icon {
    font-size: 2.8rem;
    color: #28a745;
    opacity: 0.3;
    margin-bottom: 16px;
    line-height: 1;
}
.be-csr-statement-text {
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
}
.be-csr-statement-footer {
    font-size: 14px;
    color: #1a3a6b;
    font-weight: 600;
}

/* Initiative Sections */
.be-csr-initiative {
    padding: 80px 0;
}
.be-csr-init-light { background: #fff; }
.be-csr-init-dark  { background: linear-gradient(135deg, #0d2550 0%, #1a3a6b 100%); }

/* Visual block */
.be-csr-init-visual {
    border-radius: 20px;
    aspect-ratio: 1/1;
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.be-csr-init-green  { background: linear-gradient(135deg, #1a5c38 0%, #28a745 100%); }
.be-csr-init-orange { background: linear-gradient(135deg, #c0541a 0%, #fa7530 100%); }
.be-csr-init-blue   { background: linear-gradient(135deg, #0d2550 0%, #2e5da8 100%); }
.be-csr-init-red    { background: linear-gradient(135deg, #9b1a12 0%, #e74c3c 100%); }
.be-csr-init-icon-big {
    font-size: 6rem;
    color: rgba(255,255,255,0.9);
    z-index: 2;
}
.be-csr-init-num {
    position: absolute;
    bottom: -10px; right: -10px;
    font-size: 7rem;
    font-weight: 900;
    color: rgba(255,255,255,0.08);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

/* Initiative text */
.be-csr-init-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.be-csr-tag-green  { background: #e8f8ed; color: #1a5c38; }
.be-csr-tag-orange { background: rgba(250,117,48,0.2); color: #fa7530; }
.be-csr-tag-blue   { background: rgba(26,58,107,0.12); color: #1a3a6b; }
.be-csr-tag-red    { background: rgba(231,76,60,0.12); color: #c0392b; }
.be-csr-init-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-init-title-white { color: #fff !important; }
.be-csr-init-text {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}
.be-csr-init-text-white {
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}

/* Bullet lists */
.be-csr-bullets { margin-top: 16px; }
.be-csr-bullet {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 8px;
    margin-bottom: 8px;
}
.be-csr-bullet-green  { background: #e8f8ed; color: #1a5c38; }
.be-csr-bullet-orange { background: rgba(250,117,48,0.12); color: #c0541a; }
.be-csr-bullet-blue   { background: rgba(26,58,107,0.08); color: #1a3a6b; }
.be-csr-bullet-red    { background: rgba(231,76,60,0.08); color: #c0392b; }

/* CSR CTA */
.be-csr-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #28a745 0%, #1a5c38 100%);
    position: relative;
    overflow: hidden;
}
.be-csr-cta::before {
    content: '';
    position: absolute; top: -60px; right: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    pointer-events: none;
}

/* CSR responsive */
@media (max-width: 767px) {
    .be-csr-hero-title { font-size: 1.8rem; }
    .be-csr-statement-card { padding: 28px 20px; }
    .be-csr-init-visual { max-width: 220px; }
    .be-csr-init-icon-big { font-size: 4rem; }
}

/* =============================================
   INDEX PAGE — Balaji Enterprises
   ============================================= */

/* Hero Section */
.be-index-hero-section {
    background: linear-gradient(135deg, #0d2550 0%, #1a3a6b 55%, #1f4b8a 100%) !important;
    position: relative;
    overflow: hidden;
}
.be-index-hero-section::before {
    content: '';
    position: absolute; top: -100px; right: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: rgba(250,117,48,0.08);
    pointer-events: none;
}
.be-index-hero-section::after {
    content: '';
    position: absolute; bottom: 80px; left: -80px;
    width: 350px; height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
.be-index-hero-wrap { position: relative; z-index: 2; }
.be-index-hero-row {
    min-height: calc(100vh - 72px);
    padding: 100px 0 100px;
}
.be-index-hero-eyebrow {
    display: inline-block;
    background: rgba(250,117,48,0.18);
    border: 1px solid rgba(250,117,48,0.35);
    color: #fa7530;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding: 7px 16px;
    border-radius: 24px;
    margin-bottom: 20px;
}
.be-index-hero-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
}
.be-index-hero-accent { color: #fa7530; }
.be-index-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.80);
    line-height: 1.8;
    max-width: 540px;
    margin-bottom: 0;
}
.be-index-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.be-index-hero-btn-primary {
    display: inline-block;
    background: #fa7530;
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.25s, transform 0.2s;
    box-shadow: 0 6px 20px rgba(250,117,48,0.4);
}
.be-index-hero-btn-primary:hover {
    background: #e0621f;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.be-index-hero-btn-ghost {
    display: inline-block;
    color: rgba(255,255,255,0.88);
    padding: 13px 26px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.35);
    transition: all 0.25s;
}
.be-index-hero-btn-ghost:hover {
    border-color: #fa7530;
    color: #fa7530;
    text-decoration: none;
}
.be-index-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}
.be-index-trust-item {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
}
.be-index-trust-item .fa-check-circle { color: #5cba7d; }
.be-index-hero-img-wrap {
    position: relative;
    display: inline-block;
}
.be-index-hero-img {
    filter: drop-shadow(0 15px 40px rgba(0,0,0,0.25));
    max-height: 420px;
}
.be-index-hero-float-card {
    position: absolute;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 30px;
    white-space: nowrap;
}
.be-float-card-1 { bottom: 10%; right: -20px; }
.be-float-card-2 { top: 15%; left: -20px; }

/* Features Section */
.be-features-section {
    padding: 80px 0;
    background: #f7f9fc;
}
.be-features-sub {
    color: #666;
    font-size: 15px;
    max-width: 620px;
    margin: 10px auto 0;
    line-height: 1.7;
}
.be-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 26px;
    height: 100%;
    border: 1px solid #e8eef8;
    box-shadow: 0 4px 20px rgba(26,58,107,0.06);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.be-feature-card::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}
.be-feature-card:hover {
    box-shadow: 0 16px 50px rgba(26,58,107,0.14);
    transform: translateY(-6px);
    border-color: rgba(26,58,107,0.15);
}
.be-feature-card:hover::after { transform: scaleX(1); }
.be-feature-icon-wrap {
    width: 58px; height: 58px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    font-size: 22px;
    flex-shrink: 0;
}
.be-fi-green  { background: linear-gradient(135deg,#1a5c38,#28a745); }
.be-fi-blue   { background: linear-gradient(135deg,#0d2550,#2e5da8); }
.be-fi-purple { background: linear-gradient(135deg,#5b21b6,#7c3aed); }
.be-fi-orange { background: linear-gradient(135deg,#c0541a,#fa7530); }
.be-fi-red    { background: linear-gradient(135deg,#9b1a12,#e74c3c); }
.be-fi-teal   { background: linear-gradient(135deg,#0d5f5f,#0fa3a3); }
/* Bottom bar colours per card position */
.be-features-section .col-lg-4:nth-child(1) .be-feature-card::after,
.be-features-section .col-lg-4:nth-child(4) .be-feature-card::after { background: linear-gradient(90deg,#28a745,#5cba7d); }
.be-features-section .col-lg-4:nth-child(2) .be-feature-card::after,
.be-features-section .col-lg-4:nth-child(5) .be-feature-card::after { background: linear-gradient(90deg,#1a3a6b,#2e5da8); }
.be-features-section .col-lg-4:nth-child(3) .be-feature-card::after,
.be-features-section .col-lg-4:nth-child(6) .be-feature-card::after { background: linear-gradient(90deg,#fa7530,#ffa066); }
.be-feature-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-feature-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 16px;
    flex: 1;
}
.be-feature-footer { margin-top: auto; }
.be-feature-tag {
    display: inline-block;
    background: #f0f5ff;
    color: #1a3a6b;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Simplified Process Section */
.be-process-section {
    padding: 80px 0;
    background: #fff;
}
.be-process-sub {
    color: #666;
    font-size: 15px;
    max-width: 600px;
    margin: 10px auto 0;
    line-height: 1.7;
}
.be-process-step {
    background: #fff;
    border: 1px solid #e8eef8;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 20px rgba(26,58,107,0.06);
    position: relative;
    transition: all 0.3s;
}
.be-process-step:hover {
    box-shadow: 0 16px 50px rgba(26,58,107,0.14);
    transform: translateY(-6px);
    border-color: rgba(250,117,48,0.3);
}
.be-process-num {
    position: absolute;
    top: 14px; right: 18px;
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(26,58,107,0.07);
    line-height: 1;
    user-select: none;
}
.be-process-icon-wrap {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, #1a3a6b, #2e5da8);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    margin: 0 auto 16px;
    font-size: 22px;
    box-shadow: 0 6px 20px rgba(26,58,107,0.25);
    transition: background 0.3s, box-shadow 0.3s;
}
.be-process-step:hover .be-process-icon-wrap {
    background: linear-gradient(135deg, #fa7530, #e0621f);
    box-shadow: 0 6px 20px rgba(250,117,48,0.35);
}
.be-process-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-process-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* Solutions Section */
.be-solutions-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a3a6b 0%, #0d2550 100%);
    position: relative;
    overflow: hidden;
}
.be-solutions-section::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.be-solutions-sub {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    max-width: 600px;
    margin: 10px auto 0;
    line-height: 1.7;
}
.be-solution-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 30px 24px;
    height: 100%;
    position: relative;
    transition: all 0.3s;
    cursor: default;
}
.be-solution-card:hover {
    background: rgba(255,255,255,0.10);
    border-color: rgba(250,117,48,0.5);
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}
.be-solution-num {
    position: absolute;
    top: 12px; right: 16px;
    font-size: 2.2rem;
    font-weight: 900;
    color: rgba(255,255,255,0.06);
    line-height: 1;
    user-select: none;
}
.be-solution-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.be-sol-blue   { background: linear-gradient(135deg,#2e5da8,#1a3a6b); }
.be-sol-green  { background: linear-gradient(135deg,#28a745,#1a5c38); }
.be-sol-orange { background: linear-gradient(135deg,#fa7530,#c0541a); }
.be-sol-purple { background: linear-gradient(135deg,#7c3aed,#5b21b6); }
.be-sol-red    { background: linear-gradient(135deg,#e74c3c,#9b1a12); }
.be-sol-teal   { background: linear-gradient(135deg,#0fa3a3,#0d5f5f); }
.be-solution-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.be-solution-desc {
    color: rgba(255,255,255,0.72);
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: 14px;
}
.be-solution-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.be-solution-tags span {
    display: inline-block;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.80);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

/* Index page responsive */
@media (max-width: 991px) {
    .be-index-hero-row { min-height: auto; padding: 100px 0 60px; }
    .be-index-hero-title { font-size: 2rem; }
}
@media (max-width: 575px) {
    .be-index-hero-title { font-size: 1.65rem; }
    .be-index-hero-actions { flex-direction: column; }
    .be-index-hero-actions a { text-align: center; }
    .be-float-card-1, .be-float-card-2 { display: none; }
}

/* =============================================
   WHY BALAJI ENTERPRISES — index page
   ============================================= */
.be-why-section {
    padding: 80px 0;
    background: #f7f9fc;
}
.be-why-sub {
    color: #666;
    font-size: 15px;
    max-width: 580px;
    margin: 10px auto 0;
    line-height: 1.7;
}
.be-why-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 26px;
    height: 100%;
    border: 1px solid #e8eef8;
    box-shadow: 0 4px 20px rgba(26,58,107,0.06);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.be-why-card:hover {
    box-shadow: 0 16px 50px rgba(26,58,107,0.13);
    transform: translateY(-6px);
    border-color: rgba(250,117,48,0.3);
}
.be-why-icon-wrap {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.be-why-blue   { background: linear-gradient(135deg,#0d2550,#2e5da8); }
.be-why-orange { background: linear-gradient(135deg,#c0541a,#fa7530); }
.be-why-green  { background: linear-gradient(135deg,#1a5c38,#28a745); }
.be-why-purple { background: linear-gradient(135deg,#5b21b6,#7c3aed); }
.be-why-red    { background: linear-gradient(135deg,#9b1a12,#e74c3c); }
.be-why-teal   { background: linear-gradient(135deg,#0d5f5f,#0fa3a3); }
.be-why-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-why-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.78;
    margin-bottom: 16px;
    flex: 1;
}
.be-why-highlight {
    margin-top: auto;
    background: #f0f5ff;
    border-left: 3px solid #fa7530;
    padding: 8px 12px;
    color: #1a3a6b;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0 6px 6px 0;
}
.be-why-highlight .fa-check { color: #28a745; }

/* Stats strip inside why section */
.be-why-stats-strip {
    background: linear-gradient(135deg, #1a3a6b 0%, #0d2550 100%);
    border-radius: 20px;
    padding: 36px 24px;
    box-shadow: 0 12px 40px rgba(26,58,107,0.25);
}
.be-wstat {
    padding: 12px 8px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.be-wstat:last-child { border-right: none; }
.be-wstat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #fa7530;
    line-height: 1;
    margin-bottom: 6px;
}
.be-wstat-num span { font-size: 1.4rem; }
.be-wstat-label {
    font-size: 11.5px;
    color: rgba(255,255,255,0.72);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* =============================================
   OUR LOCATIONS — index page
   ============================================= */
.be-locations-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0d2550 0%, #1a3a6b 100%);
    position: relative;
    overflow: hidden;
}
.be-locations-section::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.be-oe-white { color: rgba(255,255,255,0.65) !important; }
.be-locations-sub {
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    max-width: 480px;
    margin: 10px auto 0;
    line-height: 1.7;
}
.be-loc-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 18px;
    padding: 36px 28px 28px;
    height: 100%;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.be-loc-card:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(250,117,48,0.5);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.be-loc-card-hq {
    background: rgba(250,117,48,0.14);
    border-color: rgba(250,117,48,0.4);
    box-shadow: 0 12px 40px rgba(250,117,48,0.2);
}
.be-loc-card-hq:hover {
    background: rgba(250,117,48,0.22);
    border-color: #fa7530;
}
.be-loc-hq-badge {
    position: absolute;
    top: 16px; right: 16px;
    background: #fa7530;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
}
.be-loc-num {
    position: absolute;
    bottom: -10px; left: -6px;
    font-size: 6rem;
    font-weight: 900;
    color: rgba(255,255,255,0.05);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}
.be-loc-icon-wrap {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
.be-loc-blue   { background: linear-gradient(135deg,#2e5da8,#0d2550); }
.be-loc-orange { background: linear-gradient(135deg,#fa7530,#c0541a); }
.be-loc-green  { background: linear-gradient(135deg,#28a745,#1a5c38); }
.be-loc-city {
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}
.be-loc-role {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.70);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.be-loc-address {
    font-size: 14px;
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
    margin-bottom: 18px;
}
.be-loc-address .fa-map-marker { color: #fa7530; }
.be-loc-tag {
    display: inline-block;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.80);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.be-loc-tag-orange {
    background: rgba(250,117,48,0.20);
    border-color: rgba(250,117,48,0.45);
    color: #ffb07a;
}

@media (max-width: 767px) {
    .be-why-stats-strip .be-wstat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .be-why-stats-strip .be-wstat:last-child { border-bottom: none; }
    .be-loc-city { font-size: 1.4rem; }
}

/* ==============================================
   POLICY PAGES (disclaimer, privacy, shipping,
   terms, cancellation-returns)
   ============================================== */

/* Hero */
.be-policy-hero {
    background: linear-gradient(135deg, #0d2550 0%, #1a3a6b 100%);
    padding: 110px 0 68px;
    position: relative;
    overflow: hidden;
}
.be-policy-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}
.be-policy-hero-title {
    font-size: 2.9rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.1;
}
.be-policy-hero-sub {
    color: rgba(255,255,255,0.72);
    font-size: 16.5px;
    max-width: 530px;
    margin: 0 auto 16px;
    line-height: 1.65;
}
.be-policy-meta {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
}

/* Content section */
.be-policy-section {
    padding: 60px 0 80px;
    background: #f7f9fc;
}
.be-policy-wrap {
    max-width: 860px;
    margin: 0 auto;
}

/* Cards */
.be-policy-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 26px 26px 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(26,58,107,0.07);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-left: 4px solid #e0e8f5;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.be-policy-card:hover {
    border-left-color: #fa7530;
    box-shadow: 0 10px 36px rgba(26,58,107,0.13);
    transform: translateY(-3px);
}
.be-policy-icon-wrap {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.be-pi-blue   { background: linear-gradient(135deg, #0d2550, #2e5da8); }
.be-pi-orange { background: linear-gradient(135deg, #c0541a, #fa7530); }
.be-pi-green  { background: linear-gradient(135deg, #1a5c38, #28a745); }
.be-pi-purple { background: linear-gradient(135deg, #5b21b6, #7c3aed); }
.be-pi-red    { background: linear-gradient(135deg, #9b1a12, #e74c3c); }
.be-pi-teal   { background: linear-gradient(135deg, #0d5f5f, #0fa3a3); }

.be-policy-heading {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.be-policy-text {
    font-size: 14.5px;
    color: #555;
    line-height: 1.82;
    margin-bottom: 0;
}
.be-policy-text ul {
    padding-left: 18px;
    margin-top: 10px;
}
.be-policy-text ul li {
    margin-bottom: 6px;
}
.be-policy-sub-section {
    margin-top: 16px;
}
.be-policy-sub-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a3a6b;
    margin-bottom: 4px;
}

/* Contact box at bottom */
.be-policy-contact-box {
    background: linear-gradient(135deg, #0d2550 0%, #1a3a6b 100%);
    border-radius: 16px;
    padding: 28px 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 8px;
    box-shadow: 0 8px 28px rgba(26,58,107,0.22);
}
.be-policy-contact-icon {
    font-size: 2rem;
    color: #fa7530;
    flex-shrink: 0;
    margin-top: 4px;
}
.be-policy-contact-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.be-policy-contact-text {
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    margin-bottom: 16px;
}

/* Cancellation summary strip */
.be-policy-summary-strip {
    display: flex;
    background: linear-gradient(135deg, #fa7530, #c0541a);
    border-radius: 14px;
    padding: 26px 16px;
    margin-bottom: 28px;
    gap: 8px;
    box-shadow: 0 8px 28px rgba(250,117,48,0.28);
}
.be-ps-item {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.25);
    padding: 4px 6px;
}
.be-ps-item:last-child { border-right: none; }
.be-ps-num {
    font-size: 1.9rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.be-ps-label {
    font-size: 11px;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 767px) {
    .be-policy-hero-title { font-size: 2rem; }
    .be-policy-card { flex-direction: column; gap: 12px; padding: 22px 20px; }
    .be-policy-contact-box { flex-direction: column; gap: 12px; padding: 22px 20px; }
}
@media (max-width: 575px) {
    .be-policy-summary-strip { flex-wrap: wrap; }
    .be-ps-item { flex-basis: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 12px; }
    .be-ps-item:nth-child(3), .be-ps-item:last-child { border-bottom: none; }
}

/* =============================================
   CONTACT FORM — Alert feedback bar
   ============================================= */
.be-form-alert {
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 22px;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.5;
}
.be-form-alert-success {
    background: #d4edda;
    border: 1px solid #b8dacc;
    color: #1a6232;
}
.be-form-alert-error {
    background: #fde8e8;
    border: 1px solid #f5c6c6;
    color: #8b1c1c;
}
