.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: right 0.4s ease;
  overflow-y: auto;
}
.sidebar-menu.open {
  right: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.animated-menu {
  width: 28px;
  height: 21px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.animated-menu span {
  display: block;
  height: 2px;
  width: 100%;
  background: #111;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  transform-origin: center;
}

/* When open */
.animated-menu.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.animated-menu.open span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.animated-menu.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.lang-btn {
  background-color: white;
  color: var(--bs-gray-dark);
  border: 1px solid var(--bs-gray-dark);
  border-radius: 15px;
  font-weight: 500;
  padding: 3px 13px;
  font-size: 0.725rem;
  transition: all 0.5s ease;
}

.lang-btn:hover {
    background-color: #ed9c75;
    color: white;
}
.lang-btn.active {
    background-color: #f26522;
    color: white;
    box-shadow: 0 0 0 1px rgb(123 57 26);
}

footer {
  background-color: #6a6e71;
  color: white;
  padding: 1px 0;
}
.hero-section {
  position: relative;
  background-position: center;
  background-size: cover;
}

.hero-section .hero-content {
  padding: 100px 0;
}

.banner-img {
  position: relative;
  z-index: 1;
}

.banner-bg img {
  max-width: 100%;
  height: auto;
}

.floating-y {
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.banner-bg .banner-bg-02 {
    top: 80px;
    right: -62px;
}
.banner-bg img {
    position: absolute;
    z-index: -1;
}
.banner-bg .banner-bg-01 {
    top: -73px;
    right: 32px;
}
.banner-bg .banner-bg-03 {
    bottom: 40px;
    left: 0;
    z-index: 1;
}
.banner-tag-info {
    border: 1px solid #E5E7EB;
    border-radius: 30px;
    padding: 8px 10px;
}
.banner-tag-info span {
    background: #F26522;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 30px;
    font-size: 13px;
}
.hero-section .hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.hero-section .hero-content h1 span {
    position: relative;
}
.text-primary {
    color: #F26522 !important;
    opacity: 1;
}
.custom-padding {
    padding-bottom: 36px;
    padding-top: 36px;
}

.choose-template {
    background: #F26522;
    position: relative;
    z-index: 1;
}
.choose-template .sec-bg-1 {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
}
.section-header {
    margin-bottom: 40px;
}
.section-header h2 {
    font-size: 24px;
}
.choose-template-card .card-body {
    padding: 15px;
}
.card-hover {
    transition: 0.5s all !important;
}
.card-hover:hover {
    transform: translateY(-10px);
    transition: 0.5s all;
}
.card {
    margin-bottom: 1.5rem;
    background-color: #FFF;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E8E9EA;
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
    color: inherit !important;
}
.choose-template-card .card-body {
    padding: 15px;
}
.choose-icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #F8F9FA;
}
.text-truncate.line-clamb-2 {
    -webkit-line-clamp: 12;
}
p:last-child {
    margin-bottom: 0;
}
.text-truncate {
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.section {
    padding: 60px 0;
}
.demo-sec {
    position: relative;
    z-index: 1;
}
.demo-sec .sec-bg-1 {
    position: absolute;
    left: 50px;
    top: 15%;
    z-index: -1;
}
.demo-sec .sec-bg-2 {
    position: absolute;
    right: 50px;
    bottom: 100px;
    z-index: -1;
}
.section-header {
    margin-bottom: 40px;
}
.section-header h2 {
    font-size: 24px;
}
.nav-pills {
    --bs-nav-pills-link-active-bg: $primary;
}
.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.template-inner-tab ul li button {
    border: 1px solid #E5E7EB !important;
    color: #111827;
    font-weight: 500;
    transition: 0.5s all;
    background: #FFF;
}
.template-inner-tab ul li button.active {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
    color: #FFF;
}
.template-inner-tab ul li button:hover {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
    color: #FFF;
    transition: 0.5s all;
}
.template-inner-tab ul li button.active {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
    color: #FFF;
}
.card-hover {
    transition: 0.5s all;
}
.card {
    margin-bottom: 1.5rem !important;
    background-color: #FFF !important;
    transition: all 0.5s ease-in-out !important;
    position: relative !important;
    border-radius: 10px !important;
    border: 1px solid #E8E9EA !important;
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922) !important;
    color: #6b7280 !important;
}
.dashboard-img {
    padding: 20px;
    background: #FEF1EB;
}
.rounded-top {
    border-radius: 10px 10px 0 0 !important;
}
a {
    color: #111827;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.choose-template .sec-bg-1 {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
}
.bg-primary {
    background-color: #F26522 !important;
    border: 1px solid #F26522 !important;
    color: #FFF;
}
.support-section .horizontal-slide {
    transform: skewY(179.5deg);
    transform-origin: center;
}
.horizontal-slide[data-direction=left] {
    --_animation-direction: forwards;
}
.horizontal-slide {
    overflow: hidden;
}
.bg-secondary {
    background-color: #3B7080 !important;
    border: 1px solid #3B7080 !important;
    color: #FFF;
}
.horizontal-slide .slide-list {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}
h2, .h2 {
    font-size: 32px;
    font-weight: 700;
}
.card-hover {
    transition: 0.5s all;
}
.rounded {
    border-radius: 10px !important;
}
.bg-light {
    color: #6B7280;
}
.bg-light {
    background-color: #F8F9FA !important;
    border: 1px solid #F8F9FA !important;
    color: #FFF;
}
.framework-features span {
    display: flex
;
    align-items: center;
    justify-content: center;
    min-height: 72px;
}
.counter-sec {
    background: #212529;
    padding: 40px 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.counter-sec .sec-bg-1 {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: -1;
}
.counter-sec .sec-bg-2 {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -1;
}
.feature-pages .features-padding {
    padding-bottom: 60px;
}
.img-bg-box {
    border-radius: 10px;
    padding: 0 20px;
    /* background: #FEF1EB; */
    margin-bottom: 30px;
}
.layouts-sec .sec-bg-1 {
    position: absolute;
    right: 0;
    /* top: 20px;
    z-index: -1; */
}
.layouts-sec .sec-bg-2 {
    position: absolute;
    left: 30px;
    /* bottom: 17px;
    z-index: 4; */
}
.rounded-bottom {
    border-radius: 0 0 10px 10px !important;
}
.fs-12 {
    font-size: 0.75rem;
}
.faq-sec {
    background: #FAFBFB;
}
.accordion-button:not(.collapsed) {
    color: #111827;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button {
    background-color: #FFF;
    /* color: #f2642281 !important; */
    padding: 1rem 1rem;
    font-size: 16px;
    font-weight: 600;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #f26522 !important;
    outline: 0;
    box-shadow: 0 0 0 .15rem #f2642281;
}
img {
    max-width: 100%;
    height: auto;
}
.custom-design-sec {
    background: #F26522;
    padding: 40px 0 16px;
}
.subscribe form {
    background: #FFFFFF;
    border-radius: 30px;
    margin: auto;
    padding: 10px 10px 10px 20px;
}
.input-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.subscribe .input-group-addon button {
    background: #F9531D;
    border: transparent;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.subscribe .input-group > .form-control {
    color: #212529;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none;
    padding: 0;
}
/* .bg-secondary {
    background-color: #111827 !important;
    border: 1px solid #d4d9e3  !important;
    color: #FFF;
} */
footer .footer-bottom .menu-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
footer .footer-bottom .menu-links li {
    margin-bottom: 8px;
}footer .footer-bottom .menu-links li a {
    position: relative;
    padding-right: 10px;
    margin-right: 8px;
    color: #FFF;
}
footer .footer-bottom {
    border-top: 1px solid #4B5563;
    padding-top: 18px;
}
.footer .a {
    color: #eeeff0 !important;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bg_secondary {
    background-color: #0b2a41  !important;
    border: 1px solid #d4d9e3 !important;
    color: #FFF;
}
.btn_warning{
    color:white !important;
    background:#f26522;
}
.feature-card{
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
    transition: all 0.5s ease-in-out;
    border: 1px solid #0000000f;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-content {
    padding: 33px 0;
}
.feature-pages .features-padding {
    padding-bottom: 10px;
}
    
}