/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */
@font-face {
    font-family: 'oswaldlight';
    src: url(../fonts/oswald-light-webfont.woff2) format('woff2'), url(../fonts/oswald-light-webfont.woff) format('woff'), url(../assets/fonts/oswald-light-webfont.ttf) format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Oswald-Regular.ttf) format('woff2');
    /* unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F; */
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    /* color: #818181; */
    /* font-family: 'oswaldlight', sans-serif !important; */
    /* background-color: #292c32; */
    line-height: 24px;
    /* font-weight: 300; */
    font-size: 13px;

}

.oswaldLight {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}

figure,
p,
address {
    margin: 0;
}

p {
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

/* 
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
} */

main>section {
    padding: 70px 0;
    /* changed by ileaf 70px */
    margin-bottom: 30px;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(0, 158, 227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
    color: #009EE3;
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 1px solid #CB7F5A;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 1px;
    height: 100px;
    left: 50%;
    margin-left: -64px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 128px;
}

.battery {
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
    -moz-animation: charge 5s linear infinite;
    animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
    background-color: #2E2E2E;
    border-radius: 0 1px 1px 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 3px;
}

@-webkit-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #2E2E2E;
    }

    100% {
        box-shadow: inset 60px 0px 0px #2E2E2E;
    }
}

@-moz-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #2E2E2E;
    }

    100% {
        box-shadow: inset 60px 0px 0px #2E2E2E;
    }
}

@keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #2E2E2E;
    }

    100% {
        box-shadow: inset 60px 0px 0px #2E2E2E;
    }
}





/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;

    background-color: rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}

/* added by ileaf commented in homepage.blade 05/11/25/ */
#navigation {
    background-color: #DB3f49 !important;
    box-shadow: 0 1px 4px #DB3f49 !important;
}

/* added by ileaf commented in login.blade admin and engineer 05/11/25/ */
.login-container .panel.login-form {
    background-color: #DB3f49 !important;
}

/* added by ileaf commented in header.blade admin and engineer 05/11/25/ */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fcfcfc !important;
    /* background-color: #3fab3c !important; */
    background-color: #e31837 !important;

}

/* 
#navigation.animated-header {
    padding: 20px 0;
} */

#navigation.animated-header {
    padding: 4px 0 !important;
    min-height: 40px !important;
}


h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.navbar-inverse {
    /* background-color: #007BB8 !important;
  border-color: #007BB8 !important; */
    background-color: #DB3f49 !important;
    border-color: #DB3f49 !important;

  }

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    /* 15px changed by ileaf on 26-02-26 */
    text-transform: uppercase;
}

/*navigation*/
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fbfbfb !important;
}

.panel-body .glyphs>div:hover {
    /*  background-color: #43a047 !important; */
    background-color: #ff6868;
    color: #fff;
    border-radius: 2px;
}

.glyphs>div {
    cursor: auto !important;
    font-size: 14px !important;
}

  .buttons-html5 {
    background-color: #ff2727 !important;
    color: white !important;
  }

  div.dt-buttons {
    position: relative !important;
    float: left !important;
    margin-left: 5px !important;
  }

  .dataTables_info {
    float: left !important;
    padding: 12px 10px !important;
    margin-bottom: 27px !important;
  }

  .dataTables_paginate {
    margin: 10px 7px 25px 20px !important;
  }

  .panel>.table-responsive {
    margin-top: 7px !important;
  }

   .dataTables_paginate .paginate_button.current,
    .dataTables_paginate .paginate_button.current:hover,
    .dataTables_paginate .paginate_button.current:focus {
      color: #fafafa !important;
      /*  background-color: #43a047 !important; */
      background-color: #e31837 !important;

    }
  .dataTables_paginate .paginate_button.current,
  .dataTables_paginate .paginate_button.current:hover,
  .dataTables_paginate .paginate_button.current:focus {
    color: #fff !important;
    background-color: #ff2727 !important;
  }

  
  @media (max-width: 768px) {
    .navbar-nav:last-child {
      border-bottom: 0;
      margin-right: 26%;
    }
  }

  /*upload genset form*/
    .form-input, .form-select {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 14px;
  }
  .form-input:disabled {
    background-color: #eee;
    color: #666;
    cursor: not-allowed;
  }
  /* Submit button style */
  .submit-btn {
    padding: 10px 25px;
    font-size: 16px;
    /* background-color: #0078d7; */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .submit-btn:hover {
    background-color: #F25C4F;
    color: white;
  }

  .btn:hover {
    background-color: #F25C4F;
    color: white;
  }


  /* For Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.no-spinner {
  -moz-appearance: textfield;
}

/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content>span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
	About
==================================================================*/

#about {
    background-color: #009EE3;
    color: #fff;
}

#about h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#about .welcome-block h3 {
    margin: 0 0 65px;
}

#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;
}

#about .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons>div {
    display: inline-block;
    padding: 0 5px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
	Services
==================================================================*/

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;

    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
}

.service-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}

/*=================================================================
	Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*=================================================================
	Testimonials
==================================================================*/


#testimonials {
    background-image: url(../img/parallax/testimonial.jpg);
    padding: 0;
    color: #fff;
}

#testimonials .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#testimonials .overlay {
    background-color: rgba(15, 155, 224, 0.78);
    padding: 70px 0 40px;
}

.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;
}

.testimonial-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}

.testimonial-item>div {
    line-height: 30px;
    position: relative;
}

.testimonial-item>div:before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 33px;
    left: -35px;
    position: absolute;
    width: 45px;
}

.testimonial-item>div:after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
}

.testimonial-item>div>span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
    text-transform: uppercase;
}

#testimonials .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

#testimonials .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
    color: #fff;
}

.price-table {
    border: 1px solid #e3e3e3;
}

.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
}

.price-table>span {
    color: #252525;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}

.price-table .value {
    background-color: #f8f8f8;
    color: #727272;
    padding: 20px 0;

    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.price-table.featured .value {
    background-color: #009EE3;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.price-table ul li a {
    display: block;
    text-transform: uppercase;
}

.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
    background-color: #009EE3;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
    color: #fff;
}


/*=================================================================
	Price
==================================================================*/

#social {
    background-image: url(../img/slider/banner.jpg);
    padding: 0;
}

#social .overlay {
    background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
}

.social-button li:nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    /*  height: 50px; by ileaf */
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #fff;
}

#submit:before {
    background-color: #0A85BB;
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/*============================================================
	Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}


/*============================================================
	Footer
==============================================================*/

/* #footer {
    background-color: #2E2E2E;
   
    padding: 70px 0;  /* added by ileaf
    color: #fff;
} */

/* added by ileaf on 27/02/26 */
#footer {
    width: 100%;
    background-color: #1e2126;
    flex-shrink: 0;
    padding: 7px 0;
    display: block;
}

#footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: clamp(9px, 0.9vw, 12px);
    margin: 0;
    letter-spacing: 0.5px;
}

/*=========*/

.footer-content {
    width: 390px;
    margin: 0 auto;
}

.footer-content>div {
    margin-bottom: 40px;
}

.footer-content>div>p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

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

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;

    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content>p {
    color: #ababab;
    font-size: 12px;
}



/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

    /*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

    /* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    .testimonial-item>div:after {
        bottom: -40px;
    }
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

    /* home slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

    /* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }

    /* testimonial */
    .testimonial-item {
        width: 100%;
    }

    .testimonial-item {
        width: 80%;
    }

    .testimonial-item>div:after {
        bottom: -35px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .parallax {
        background-position: centet tip !important;
    }

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 30%;
    }

    /* slider */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content>span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

    /* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }

    /* service */
    .service-item {
        width: 100%;
    }

    /*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

    /* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

    /* testimonial */
    .testimonial-item {
        width: 95%;
    }

    .testimonial-item>div:before,
    .testimonial-item>div:after {
        background-image: none;
    }

    .testimonial-item>div>span {
        margin: 30px 0 20px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

    /* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .sec-title h2:after {
        left: 38%;
    }

    /* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

    /*about*/

    #about .welcome-block h3 {
        margin: 0 0 35px;
    }

    /* service */

    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -132px;
    }

    /* testimonial */
    .testimonial-item {
        width: 80%;
    }

    .testimonial-item>div:before {
        bottom: 160px;
    }

    /* social */
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

    /* footer */
    /* .footer-content {
        width: 380px;
    } */
}

.bgGrey {
    background: #292c32;
}


/* added by ileaf on 25-02-26  */
/* #intro-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
} */

#intro-section .row {
    width: 100%;
    display: flex;
    align-items: center;
    /* center columns vertically */
}

#intro-section .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* center content vertically */
    align-items: center;
    /* center content horizontally */
    text-align: center;
}

#intro-section ul {
    list-style-position: inside;
    /* moves bullets inside */
    padding-left: 0;
    text-align: left;
    /* center text */
    display: inline-block;
    /* prevents full width stretch */
}

#intro-section ul li {
    margin-bottom: 10px;
}

.grad-heading {
    font-weight: 600;
    font-size: 36px;
    background: linear-gradient(90deg, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}


.powerol-heading {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
}

.subtext {
    color: #cccccc;
    font-size: 15px;
    font-weight: 300;
}

.saphalya-bullets {
    list-style: none;
}

.saphalya-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 16px;
}

.saphalya-bullets li::before {
    content: '';
    display: inline-block;
    min-width: 13px;
    height: 13px;
    margin-top: 4px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(253, 29, 29, 1) 0%, rgba(252, 176, 69, 1) 100%);
    flex-shrink: 0;
}


/********** added by ileaf on 26-02-26 **********/


#example1 {
    width: 100% !important;
    white-space: normal;
    /* Allow text wrapping */
}

#example1 th,
#example1 td {
    padding: 4px;
    font-size: 10px;
    border: 2px solid;
    align-items: center !important;
      vertical-align: middle !important;
}

table > thead > tr > th {
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;    
    background-color: #feebe7 !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #bbb;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 20px;
    line-height: 1.5384616;
}

.table>tbody>tr>td {
    text-align: center;
    font-size: 14px !important;
}

.navbar {
    height: 60px;
    align-items: center;
    /* padding: 10px 30px;   */
    justify-content: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0;
    /* Remove extra padding */
}

.nav .navbar-nav ul {
    align-items: center;
}


/* added by ileaf for login page on 27-02-26 */


/* Override external CSS that adds padding/margin/min-height */
.page-container,
.page-content,
.content-wrapper,
.content {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    /* padding: 0 !important; */
    /* by ileaf on 28/02/26*/
    min-height: unset !important;
    max-height: 100vh !important;
}

#intro-section {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

/* ── HEADING ── */
.heading-bar {
    width: 100%;
    text-align: center;
    padding: 14px 0 8px;
    flex-shrink: 0;
}

.heading-bar h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.sign-in h3 {
    color: #292c32;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 0;
}


/* ── MAIN CONTENT ── */
.main-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    width: 100%;
    padding: 0 4vw;
    gap: 3vw;
    overflow: hidden;
    min-height: 0;
}

/* LEFT: genset image */
.genset-col {
    flex: 0 0 60%;
    max-width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#genset {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 100%;
    display: block;
}

/* RIGHT: login panel */
.login-col {
    flex: 0 0 32%;
    max-width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Original panel color: #20988D */
.login-form-wrapper {
    width: 100%;
    max-width: 320px;
    background-color: #DB3F4A !important;
    border-radius: 10px;
    padding: clamp(18px, 3vh, 32px) clamp(18px, 1.8vw, 28px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .login-logo {
    margin-bottom: clamp(12px, 2vh, 22px);
} */

.login-logo img {
    width: auto;
    height: 50px;
    display: block;
}

/* 
.logo-shyam {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: auto;          
    overflow: visible; 
}

.logo-shyam img {
    height: 0px;
    width: auto;
    display: block;
    max-height: 100%;
} */

.logo-shyam {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 5px 15px 5px 10px; */
    padding-left: 0px;
    padding-right: 10px;
    /* extra right padding */
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 10;
    /* bring logo above red bar */
    flex-shrink: 0;
    /* prevent logo from being squeezed */
    border: 1px solid #cc2211;
}

.logo-shyam img {
    height: 50px;
    width: auto;
    display: block;
}

.field-group {
    width: 100%;
    margin-bottom: clamp(10px, 1.6vh, 16px);
    position: relative;
    justify-content: center;
    align-items: center;
}

.field-group input {
    width: 100%;
    height: clamp(34px, 4.5vh, 42px);
    background: rgba(255, 255, 255, 0.88);
    border: none;
    border-radius: 5px;
    padding: 0 12px 0 36px;
    font-size: clamp(12px, 1vw, 14px);
    color: #333;
    outline: none;
}

.field-group input::placeholder {
    color: #888;
}

.field-group input:focus {
    background: rgba(255, 255, 255, 0.98);
}

.field-icon {
    position: absolute;
    left: 11px;
    top: 40%;
    transform: translateY(-50%);
    color: #777;
    font-size: 13px;
    pointer-events: none;
    z-index: 1;

}

.field-error {
    color: #fff;
    font-size: 10px;
    min-height: 13px;
    display: block;
}

/* Original sign-in button color: #CB7F5A */
.signin-btn {
    width: 100%;
    height: clamp(34px, 4.5vh, 42px);
    background-color: #494949 !important;
    border: 1px solid #494949 !important;
    border-radius: 5px;
    color: #fff !important;
    font-size: clamp(12px, 1vw, 14px) !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 4px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.signin-btn:hover {
    background-color: #303030 !important;
    border-color: #303030 !important;
}

#loader {
    display: block;
    text-align: center;
    margin-top: 4px;
    min-height: 14px;
}

5

/* ── FOOTER: full width ── */
#footer {
    width: 100%;
    background-color: #1e2126;
    flex-shrink: 0;
    padding: 7px 0;
    display: block;
}

#footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: clamp(9px, 0.9vw, 12px);
    margin: 0;
    letter-spacing: 0.5px;
}

/* css for homepage by ileaf on 27-02-26 */
/* NAV */
#nav {
    /* position: fixed; */
    /* top: 0; left: 0; right: 0; */
    height: 38px;
    /* background: linear-gradient(to bottom, #cc2222, #991111);
			display: flex;
			align-items: center;
			justify-content: flex-end;
			padding: 0 16px;
			gap: 20px;
			z-index: 999;
			box-shadow: 0 2px 8px rgba(0,0,0,0.5); */
}

/* PAGE */
/* Fix: push page content below fixed navbar */
#page {
    padding-top: 70px;
}

#page {
    position: fixed;
    top: 38px;
    bottom: 38px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

/* TITLE */
#title-section {
    text-align: center;
    padding: 14px 0 6px;
    flex-shrink: 0;
}

#title-section h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(22px, 2.8vw, 38px);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(to right, #e83030 0%, #e85c20 55%, #e87020 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 6px;
}

#title-section p {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(12px, 1.1vw, 15px);
    font-weight: 300;
    color: #d4d4d4;
    letter-spacing: 0.06em;
}

/* CONTENT ROW */
#content-row {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 2% 0 4%;
}

/* LEFT BULLETS */
.left-col {
    flex: 0 0 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1%;
}

.bullet-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bullet-list li {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(13px, 1.25vw, 16px);
    font-weight: 300;
    color: #d4d4d4;
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
}

.bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff6030 0%, #cc2211 100%);
    box-shadow: 0 0 6px rgba(255, 80, 30, 0.8), 0 0 12px rgba(255, 60, 20, 0.4);
}

/* RIGHT IMAGE */
.right-col {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.right-col::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(20, 120, 110, 0.35) 0%, rgba(10, 60, 55, 0.15) 50%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.right-col img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter:
        drop-shadow(0 0 28px rgba(20, 160, 140, 0.55)) drop-shadow(0 0 60px rgba(10, 100, 90, 0.30)) drop-shadow(0 16px 40px rgba(0, 0, 0, 0.7));
    animation: floatGenset 3.8s ease-in-out infinite;
}

@keyframes floatGenset {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* FOOTER */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    background: #2e3139;
    border-top: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer p {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #888;
    text-transform: uppercase;
}




/* Align UL items in one row */
.navbar-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    /* space between items */
}

/* Remove default extra spacing */

/* Proper logo size */
.login-logo img {
    height: 35px;
    width: auto;
    display: block;
}

.navbar-header {
    min-height: 40px !important;
}

.navbar-nav>li>a {
    padding-top: 4px;
    padding-bottom: 4px;
    justify-content: center;
}

.navbar-header {
    justify-content: center;
}

/*  commented by ileaf on 05/11/25 and added in main.css */
#navigation {
    height: auto;
    /* background-color: #20988D !important; */
    /* box-shadow: 0 1px 4px #20988d !important; */
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    color: #353333 !important;
}

@media only screen and (max-width: 768px) {
    #logoimg {
        margin-top: -12px !important;
    }

    #logokoel {
        margin-left: -35px !important;
        height: 135px !important;
        width: 250px !important;
    }
}

/* ── FIX 1: Reduce gap between fixed header and title section ── */
#page {
    padding-top: 20px !important;
    /* was larger; pulls title up closer to navbar */
}

#title-section {
    padding-top: 10px !important;
    /* reduce top breathing room above title */
    margin-top: 0 !important;
}

/* ── FIX 2: Bigger genset image + retain float animation ── */
.right-col img,
#content-row .right-col img {
    width: 100% !important;
    max-width: 500px !important;
    /* increased from whatever main.css sets */
    height: auto !important;
    /* retain floating animation from main.css; add fallback if not defined */
    animation: homepageFloat 4s ease-in-out infinite !important;
    filter: drop-shadow(0 16px 45px rgba(0, 0, 0, 0.55));
}

@keyframes homepageFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }
}

/* glow under genset */
.right-col {
    position: relative;
}

.right-col::after {
    content: '';
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    height: 18px;
    background: radial-gradient(ellipse, rgba(192, 57, 43, 0.35) 0%, transparent 70%);
    filter: blur(10px);
    animation: homepageGlow 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes homepageGlow {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

/* Fix per_page dropdown width */
#per_page {
    width: auto !important;
    display: inline-block;
}

/* Align to right (Bootstrap 3 compatible) */
.per-page-container {
    text-align: right;
}


/* css added for new bootstrap version */
#navbarNav .nav-link {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ff2727;
    border-color: #ff2727;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 12px;
    line-height: 1.5384616;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.panel {
    margin-bottom: 20px;
    border-color: #ddd;
    color: #333333;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


#per_page{
    width:70px;
}

#per_page.form-select{
    background-position: right 0.4rem center;
    padding-right: 1rem;
}

#nav_view li .nav-link{
    font-size:18px;
}

#nav_view .nav-link:hover{
    background-color: #e31837;  /* hover background */
    color: #fcfcfc !important;  /* text color */
    border-radius: 4px;
}

#nav_view .nav-item.active .nav-link{
    background-color:#DB3f49;
    color:#fff !important;
    border-radius:4px;
}

#downloadBtn
{
    background-color:#DB3f49;
    color:#fff !important;
    border-radius:4px;
}

.navbar .container-fluid {
        margin-left: -20px;
        margin-right: 30px;
    }


/* added by ileaf */
.bg-coral-red-light {
 background-color:#e31837;
 color: #fcfcfc;
}

.bg-coral-red {
 background-color:#DB3f49;
 color: #fcfcfc;
}

.border-coral-red
{
  border-color: #DB3f49;
}

.border-coral-red-light
{
 border-color: #e31837;
}

.text-coral-red-light
{
 color: #e31837;
}

.text-coral-red
{
 color: #DB3f49;
}

.bg-carbon-gray
{
  background-color: #484d57;
  color:#fcfcfc;
}

.label-warning {
  border-color: #FF5722;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #FF5722;
}
.label-danger {
  border-color: #F44336;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #F44336;
}

.navbar-expand-lg .navbar-nav .nav-link .user {
    font-size: 16px;
    color: #fff;
}

/* added by ileaf on 10/03/26*/
/* Fix DataTables Show dropdown layout */
.dt_length label{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Fix dropdown */
.dt-length select{
    padding: 4px 30px 4px 10px !important;
    border: 1px solid #ced4da;
    border-radius: 6px;
    min-width: 55px;
    background-position: right 8px center;
    margin-left: .5em;
}

/* Prevent arrow overlapping value */
.dt-length select.form-select{
    padding-right: 15px !important;
}

#example5 th,
#example5 td{
    text-align: center;
}

#example6 th,
#example6 td{
    text-align: center;
}

.active>.page-link, .page-link.active {
    background-color: #e31837;
    border-color: #e31837;
}

.page-link {
    color: #1e2126;
}


.bg-soft-pitchs {
    background-color: #FFD6CC ;
}

.bg-charcoal-black {
  background-color: #1C1C1C;
}
.excel-table {
    border-collapse: collapse;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.excel-table thead th {
    font-weight: 600 ;
    color: #ffffff !important;
    user-select: none;
    /* background-color: #1055C9; */
    background-color: #f50000 !important;
}

.excel-table.table-bordered > thead > tr > th {
    background-color: #f50000 !important;
    color: #ffffff !important; /* white text */
}

.excel-table th, .excel-table td {
    border: 1px solid #1055C9;
    padding: 8px 12px;
    text-align: CENTER;
    /* background-color: #c4d6eb; */
    background-color: #F7E9DE;
    /* color: #fcfcfc; */
    font-size: 18px;
    font-weight: bold;
}

.label-flat {
    background-color: transparent;
    border: 1px solid #e31837;
    border-width: 2px;
    border-radius: 0;
    padding: 10px;
}

/* added by ileaf */
.alert-light-red {
  background-color: #ffc2c2;
  border-color: #c00;
  color: #fd0000;
  /* color:#fcfcfc */
}


.dropdown-menu[data-bs-popper] {
    left: 50%;
    transform: translateX(-50%);
    margin-top: var(--bs-dropdown-spacer);
}

.bg-dark-custom {
    background-color: #292c32 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.glyphs > div {
    padding: 7px 12px;
    cursor: pointer;
}

#example2 {
    width: 100% !important;
    white-space: normal;
    /* Allow text wrapping */
}

#example2 th,
#example2 td {
    padding: 4px;
    font-size: 10px;
    border: 2px solid;
    align-items: center !important;
      vertical-align: middle !important;
}

.dt-length select{
border:1px solid #ced4da;
border-radius:4px;
padding:4px 8px;
}