textarea {
    overflow: hidden;
}
button {
    outline: none !important;
    cursor: pointer;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
.owl-carousel img {
    width: auto !important;
    display: inline-block !important;
}
.owl-carousel .owl-item {
    opacity: 0;
}
.owl-carousel .owl-item.active {
    opacity: 1;
}
.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}
.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    color: #fff;
}
.dropup .dropdown-toggle::after {
    display: none;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}
.auto-container {
    position: static;
    max-width: 1300px;
    padding: 0px 10px;
    margin: 0 auto;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
figure {
    margin-bottom: 0;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.centered {
    text-align: center !important;
}
.gray-bg {
    background-color: #f4f4f4 !important;
}
.light-bg {
    background-color: #fff !important;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.dropdown-toggle::after {
    display: none;
}
.fa {
    line-height: inherit;
}
.owl-nav,
.owl-dots {
    display: none;
}


/* Btn style */
.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    z-index: 1;
}
.btn-style-one.style-two {
    background-color: #fff;
    color: #222 !important;
}
.btn-style-one.style-two:hover{
    background-color: var(--theme-color);
}
.btn-style-one i {
    margin-left: 8px;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-size: 12px;
    vertical-align: middle;
    position: relative;
}
.btn-style-one:hover {
    color: #fff !important;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #2B313E;
    transition: .5s;
    z-index: -1;
}
.btn-style-one:hover:before {
    width: 100%;
}
.btn-style-one span {
    position: relative;
}

.btn-two{
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    background-color: #2B313E;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    z-index: 1;
}
.btn-two i {
    margin-left: 8px;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-size: 12px;
    vertical-align: middle;
    top: 2px;
}
.btn-two:hover {
    color: #fff !important;
}
.btn-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #E85230;
    transition: .5s;
    z-index: -1;
}
.btn-two:hover:before {
    width: 100%;
}
.nice-select{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #B8B8B8;
    background: #383C45;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0px 20px;
}
.checkout-section .nice-select, .short-box .nice-select{
    background: transparent;
}
.nice-select:after{
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: #B8B8B8;
    top: 0px;
    right: 30px;
    margin: 0px;
    margin: 0px;
    border: none !important;
    transform: rotate(0deg) !important;
} 

/* common section title */
.section-title{
    display: flex;
    align-items: center;
    gap: 12px;
}
.section-title h4{
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #2B313E;
}
.common-section-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #E9ECEF ;
    margin-bottom: 40px;
}
.common-section-title-left{
    display: flex;
    align-items: center;
    gap: 40px;
}
/* common section title */

/* common more button */
.common-more-btn a{
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2B313E;
    transition: 0.5s;
}
.common-more-btn a i{
    margin-bottom: -5px;
    margin-left: 10px;
}
.common-more-btn a:hover{
    color: #E85230;
}
/* common more button */


/*harjeet*/
.dsk{display:black}
.mob{display:none}

.divider-container p{color:#fff}
/*search*/

.openBtn {  background: #f1f1f1;
    border: none;
    padding: 2px 11px;
    font-size: 18px;
  }
  
  .openBtn:hover {
    background: #bbb;
  }
  
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .overlay button:hover {
    background: #bbb;
  }

 

/*padding*/

.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt40{padding-top:40px}
.pt50{padding-top:50px}
.pt60{padding-top:60px}
.pt70{padding-top:70px}

.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pt40{padding-bottom:40px}
.pb50{padding-bottom:50px}
.pb60{padding-bottom:60px}
.pb70{padding-bottom:70px}


.about-para p{ margin-bottom:20px}

  .menu, .menu ul {
    margin:0;
    padding:0;
    list-style:none;
  }
  .menu li {
    position:relative;
    z-index:1;
  }
  .menu a {
    display:block;
    border-bottom:1px solid #fff;
    padding:5px 10px;
    color:#000;
    text-decoration:none;
    transition:all .3s ease;
  }
  .menu a:hover{background:#bbb}
  .menu ul {
    position:relative;
    left:0;
    top:-100%;
    z-index:-1;
    max-height:0;
    width:0;
    overflow:hidden;
    background:#aaa;
    opacity:0;
    transition:all .3s ease;
  }
  .menu li.active > ul {
    top:0;
    z-index:2;
    opacity:1;
    width:100%;
    max-height:50em;
    width:100%;
    overflow:visible;
    transition:all .3s ease;
  }
  li.active > a{background:#bbb}
















/*end*/
.test span{color: red;}




.popup-trigger {
       display: block;
    right: 2rem;
    font-size: 18px;
    text-decoration: none;
    transition: 300ms all;
    width: 50%;
    margin: 33px auto 0;
    /* margin-left: 192px; */
    right: 0;
}


  .popup-trigger:hover {
      opacity:.8;
  }

  .popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    transition:500ms all;

  }

  .popup.is-visible {
    opacity: 1;
    visibility: visible;
   transition:1s all;
  }

  .popup-container {
    transform:translateY(-50%);
    transition:500ms all;
    position: relative;
    width: 40%;
    margin: 2em auto;
    top: 5%;
    padding:2rem;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .is-visible .popup-container {
    transform:translateY(0);
    transition:500ms all;
  }

  .popup-container .popup-close {
    position: absolute;
    top: 8px;
    font-size:0;
    right: 8px;
    width: 30px;
    height: 30px;
  }


  .popup-container .popup-close::before,
  .popup-container .popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
  }

  .popup-container .popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }

  .popup-container .popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }


  .popup-container .popup-close:hover:before,
  .popup-container .popup-close:hover:after {
    background-color:#35a785;
    transition:300ms all;
  }

  .popup-container .contact-form-wrapper{
    
    max-width: 630px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    padding: 0;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
}
.popup-container .contact-input {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    margin-bottom: 12px;
    padding: 9px 8px;
    border: 1px solid #ccc;
}
.popup-container .contact-form{padding-bottom: 0;}


.footer-contact-widget ul li.hd{color: #fff;}

/*FAQ*/


.accordions {
  width: 100%;
  margin: 0 auto
}

.accordions h3 {  
  font-weight: 700
}

.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #f4933b;
  border-radius: 5px
}

.accordion-item .accordion-title {
  cursor: pointer;
  padding: 20px;
  transition: transform .4s ease-in-out
}

.accordion-item .accordion-title h3 {
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  font-weight: 700; text-align:left;
}

.accordion-item .accordion-title i.fa-chevron-down {
  transform: rotate(0);
  transition: .4s
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
  transform: rotate(-180deg);
  color: #f4933b
}

.accordion-item .accordion-content {
  display: none;
  line-height: 1.7;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  color: #100e34
}

.accordion-item .accordion-content p {
  margin: 0;
 
  font-size: 16px
}


  /* Style for custom alerts */
.custom-alert {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 10px 30px; /* 30px margin on left and right */
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.custom-alert i {
    font-size: 20px;
    margin-right: 15px;
}

.message {
    font-weight: bold;
    text-align: left;
    max-width: 80%;
}

/* Add some transitions for smooth appearance */
.custom-alert {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

/* Fade-in animation */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Optional: Add animations for hover effects */
.custom-alert:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.csss{
    color:black;
    font-size: 1.5em;
    font-weight: bold;
}

.call-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;      /* distance from bottom */
    left: 20px;        /* left side */
    background-color: transparent; /* optional, image covers button */
    border-radius: 50%;
    box-shadow: 2px 2px 5px #999;
    z-index: 1000;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden; /* ensure image fits inside rounded button */
}

.call-float img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover button fully */
    display: block;
}

.call-float:hover {
    transform: scale(1.1); /* optional hover effect */
}



