html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 1320px;
}

.section-subtext {
  color: #252525a5;
  font-weight: 600;
  font-size :12px;
}

.section-text {
  font-size: 18px;
  font-weight: 400;
  color: #1b84ff;
  text-transform: uppercase;
}

.slider-bg {
  background: url(../../../media/landing-images/slider-bg2.png) no-repeat 0 0/100% auto, linear-gradient(180deg, #ebf8fe 28%, #fff 100%);
 font-family: "Outfit", sans-serif;
}

.logo img {
  height: 70px;
}

.slider-bg .nav-link {
  font-weight: 500;
  color: #252525;
  padding: 0 5px;
}

/* Buttons */
.btn-login {
  text-decoration: none;
  font-weight: 500;
  color: #1b84ff !important;
  margin-left: 10px;
}

.btn-signup {
  background: #1b84ff !important;
  color: #fff !important;
  border-radius: 6px;
  padding: .4rem 1rem .5rem !important;
}

.btn-demo {
  background: #04b440 !important;
  padding: .4rem 1rem .5rem !important;
  color: #fff !important;
  border-radius: 6px;
}

/* Mobile menu button */
.menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
}

.offcanvas .nav-link {
  font-size: 1.1rem;
}


/* slider-section */
.slider-section {
  padding: 50px 0 0;
   font-family: "Outfit", sans-serif;
  overflow-x: hidden;
}

.slider-section h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

.slider-inner {
  position: relative;
}

.slider-inner .container {
  position: absolute;
  width: max-content;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

/* feature-section */
.feature-section {
  padding: 100px 0;
  font-family: "Outfit", sans-serif;
  overflow: hidden;
  position: relative;
  background: #1b84ff;
  z-index: 1;
}

.feature-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.feature-img img {
  height: 500px;
  width: auto;
  border-radius: 10px;
}

.feature-content {
  position: relative;
  z-index: 3;
}

.feature-img:hover .feature-text {
  transform: translate(-50%, -50%) scale(1);
  color: #fff;
  text-decoration: none;
}

.feature-img:hover img {
  filter: brightness(0.9);
}

.feature-text {
  padding: 10px 20px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  width: max-content;
  font-weight: 600;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  transition: .50s;
}

.feature-slider-1 img{
  height: 412px;
  border-radius: 20px;
  object-fit: cover;
  padding: 5px;
  opacity: 0.5;
}

.feature-slider img {
  height: 412px;
  border-radius: 20px;
  object-fit: cover;
  padding: 5px;
}
.feature-slider-1 {
  direction: rtl;
}

.feature-slider-1 .slick-slide {
  direction: ltr;
}

/* facility-section */
.facility-section {
  padding: 50px 0;
  font-family: "Outfit", sans-serif;
  background: #FFFBFB;
  overflow-x: hidden;
}

.facility-inner {
  position: relative;
}

.facility-card {
  position: absolute;
}

.facility-1 {
  bottom: 2rem;
}

.facility-2 {
  bottom: 11rem;
}

.facility-3 {
  bottom: 23rem;
}

.facility-content {
  margin-top: 6rem;
}

.facility-num {
  font-size: 8rem;
  color: #ccccccb5;
  font-weight: bold;
}

/* divider-section */
.divider-section {
  padding: 50px 0;
  font-family: "Outfit", sans-serif;
  background: #FFFBFB;
}

.divider-section .nav-pills {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  width: max-content;
  box-shadow: 0px 0px 2px 0px #cccccc9c;
}

.divider-section .nav-pills .nav-link {
  font-weight: 400;
  padding: 5px 16px;
  color: #252525;
}

.tab-content h6 {
  line-height: 1.8;
  color: #374151;
  font-weight: 400;
}

.divider-section .nav-pills .nav-link.active {
  font-weight: 500;
  color: #fff;
}

.divider-btn1 {
  margin: 10px 0 0 30px;
  background: #1b84ff;
  color: #fff !important;
  border-radius: 6px;
  padding: 10px 40px;
  text-decoration: none !important;
}

.divider-btn2 {
  border-radius: 6px;
  padding: 10px 40px;
  text-decoration: none !important;
  background: #fff;
  color: #252525 !important;
  border-radius: 6px;
  width: max-content;
  box-shadow: 0px 0px 2px 0px #cccccc9c;
}

/* benefit-section */
.benefit-section {
  padding: 50px 0;
  background: #071437;
  font-family: "Outfit", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.benefit-inner img {
  padding: 20px 10px;
  height: 480px !important;
  border-radius: 30px !important;
}

.benefit-content img {
  padding: 10px;
  height: 530px !important;
  border-radius: 30px !important;
}


/* app-section */
.app-section {
  padding: 7rem 0 9rem;
  font-family: "Outfit", sans-serif;
  background: url(../../../media/landing-images/app-bg.png) no-repeat 0 0/100% 100%;
}

/* pricing-section */

.pricing-section {
  padding: 80px 0;
  font-family: "Outfit", sans-serif;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: #eef4ff;
  border-radius: 30px;
  color: #2563eb;
  font-weight: 600;
  font-size: 14px;
}

.section-tag::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #2563eb;
  border-radius: 50%;
}

.pricing-title {
  font-size: 56px;
  font-weight: 600;
  color: #0b1533;
}

.pricing-subtitle {
  color: #667085;
  font-size: 22px;
  max-width: 600px;
  margin: auto;
}

.customer-switch {
  background: #fff;
  border-radius: 50px;
  display: inline-flex;
  padding: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.customer-switch .btn {
  min-width: 190px;
  border-radius: 40px;
  padding: 12px 20px;
  border: none;
}

.customer-switch .active-btn {
  background: #2563eb;
  color: #fff;
}

.pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  position: relative;
  transition: .3s;
  overflow: hidden;
}

.pricing-wrapper{
  position: relative;
}

.pricing-card {
  border: 1px solid #e5e7eb !important;
}

.pricing-card:hover {
  transform: translateY(-5px);
  border: 2px solid #2563eb !important;
}

.ribbon {
    position: absolute;
    top: 15px;
    right: -40px;
    background: #22c55e;
    color: #fff;
    padding: 6px 40px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 600;
}


.popular {
  /* border: 1px solid #2563eb; */
}

.popular-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #fff;
  padding: 10px 24px;
  border-radius: 10px;
  z-index:10;
  font-weight: 600;
}

.plan-title {
  font-size: 42px;
  font-weight: 600;
  color: #0b1533;
}

.plan-desc {
  color: #667085;
  margin-bottom: 20px;
}

/* Buttons */
.btn-primary {
  background: #1b84ff;
  border: none;
  width: max-content;
  border-radius: 6px;
  font-size: 14px;
}


.pricing-card-enterprise {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
   border-radius: 20px;
  padding: 28px;
  min-height: 500px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;

}

.pricing-card-enterprise:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.pricing-card-enterprise h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.pricing-card-enterprise p {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}



.pricing-btn {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}

._mb-10{
  margin-bottom: 10px !important;
}

.pricing-features {
  margin: 30px auto 0;
  text-align: left;
}

.pricing-features li {
  padding: 10px 0;
  font-size: 16px;
  color: #374151;
  border-bottom: 1px solid #f1f5f9;
}

.pricing-features li:last-child {
  border-bottom: none;
}



.detail-head {
  background: #f2f5ff;
  padding: 10px 15px;
  border-radius: 8px;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 10px;
}

.table {
  font-size: 14px;
}

.included-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #edf0f7;
}

.included-header {
  background: #f3f6ff;
  color: #3b82f6;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.feature-block {
  margin-bottom: 22px;
}

.feature-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 8px;
}

.feature-title i {
  color: #3b82f6;
  font-size: 18px;
}

.feature-block ul {
  margin: 0;
  padding-inline-start: 15px;
}

.feature-block ul li {
  color: #667085;
  font-size: 15px;
  line-height: 1.8;
}

.border-end {
  border-color: #e5e7eb !important;
}

.bottom-note {
  background: #eef4ff;
  padding: 12px 20px;
  border-radius: 10px;
  display: inline-block;
  color: #667085;
}

.included-list li {
  list-style-type: none;
  line-height: 2;
}

.mobile-section {
  position: relative;
    font-family: "Outfit", sans-serif;
}

.mobile-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -350px;
}

.mobile-img img{
  border-radius: 36px;
}

.mobile-card {
  background: #fff !important;
  border-radius: 8px;
  margin-bottom: 5px;
  text-align: left !important;
  padding: 10px;
  color: #222 !important;
}

.mobile-card img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mobile-card h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.mobile-card p {
  margin: 0;
  color: #666;
}

.mobile-card.active {
  background: #fff !important;
  border-color: #0d6efd !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.mobile-card .text-title{
  font-size : 16px;
  font-weight :600;
}

.phone-area .tab-pane {
    text-align: center;
}

.phone-area .tab-pane img {
    max-width: 170px;
    max-height: 374px;
    width: 100%;
    display: inline-block;
}

.mobile-card .text-subtitle{
 font-size : 12px;
  font-weight :400;
  line-height: 20px;
}

.mobile-section .section-text{
  font-size: 18px;
  font-weight: 400;
  color: #1b84ff;
  text-transform: uppercase;
}

/* Check icon */
.check {
  color: #17C653;
  font-size: 16px;
  font-weight: 700;
}

/* footer-section */

.footer-section {
  font-family: "Outfit", sans-serif;
  background: linear-gradient(180deg, #0b63e5, #0a5bd4);
  padding: 60px 0 10px;
  color: #fff;
}

.footer-top {
  border-bottom: 1px solid #ffffffc6;
  margin-bottom: 20px;
}

/* Titles */
.footer-title {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Lists */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.footer-list a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.footer-list a:hover {
  text-decoration: underline;
}


/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.95;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin-left: 8px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #0d6efd;
}

/* Bottom */
.footer-bottom {
  font-size: 13px;
  opacity: 0.9;
  padding-top: 12px;
}

/* media */
@media(max-width:992px) {
  .divider-section .nav-pills {
    display: block;
  }

  .facility-line {
    display: none;
  }

  .facility-card {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .facility-content {
    margin-top: 2rem;
  }
}