@charset "UTF-8";
/*@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");*/

body,html{
    padding-top:30px;
}
@media (max-width: 768px),(max-width: 834px) and (min-width: 769px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #1E3A8A;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
    z-index: 1000;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
    
  .offcanvas-collapse{
        font-size:1.5em;
  }
    .offcanvas-collapse .nav-link{
        padding-left: 12px;
    }
	
	.offcanvas-collapse .show{
       background-color: #cccccc;
	   border: none;
       font-size:0.95em;
    }
}

/* unvisited link grey */
a:link {
	color:#4DBCE9;
	text-decoration:none;
}
/* visited link grey */
a:visited {
	color:#4DBCE9;
	text-decoration:none;
}
/* mouse over link blue */
a:hover {
	color:#4DBCE9;
	text-decoration:none;
}
/* selected link blue */
a:active {
	color:#4DBCE9;
	text-decoration:none;
}


/*.sidebar{
    background-color: #202428;
    padding-right: 20px;
    padding-top: 20px;
    min-height: calc(100vh);
    max-width: calc(30vh);
}*/

.sidebar {
 background-color: #F2F2F2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding-right: 20px;
  padding-top: 20px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

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

.pagination>li.active>a {
  background-color: #e9212d !important;
  border-color:#FFFFFF !important;
}

.pagination>li>a{
  background-color: #202428 !important; 
  color:aliceblue;
}
.pagination>li>a:hover{
    color:aliceblue;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em transparent;
  border-radius: .1em;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* zaqistmy chatgpt */

 body {
      font-family: 'Inter', sans-serif;
      background: #f8fafc;
      color: #1e293b;
    }

    .navbar {
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,0.9);
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .hero {
      background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
      color: white;
      padding: 120px 0 100px;
      overflow: hidden;
      position: relative;
    }

    .hero::before {
      content: '';
      position: absolute;
      width: 500px;
      height: 500px;
      background: rgba(255,255,255,0.05);
      border-radius: 50%;
      top: -200px;
      right: -150px;
    }

    .hero-title {
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .hero-subtitle {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.8);
      margin-top: 20px;
    }

    .dashboard-card {
      background: white;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }

    .dashboard-top {
      height: 12px;
      width: 12px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
    }

    .stat-box {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 16px;
      padding: 20px;
      text-align: center;
      backdrop-filter: blur(8px);
    }

    .section-title {
      font-size: 2.3rem;
      font-weight: 800;
      margin-bottom: 15px;
    }

    .section-subtitle {
      color: #64748b;
      max-width: 700px;
      margin: auto;
    }

    .service-card {
      border: none;
      border-radius: 20px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
      height: 100%;
    }

    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    }

    .icon-box {
      width: 65px;
      height: 65px;
      border-radius: 16px;
      background: #dbeafe;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 20px;
    }

    .feature-box {
      background: white;
      border-radius: 18px;
      padding: 30px;
      height: 100%;
      box-shadow: 0 5px 18px rgba(0,0,0,0.05);
    }

    .portfolio-card {
      overflow: hidden;
      border-radius: 20px;
      background: white;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    .portfolio-image {
      height: 220px;
      background: linear-gradient(135deg, #1e3a8a, #3b82f6);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 1.3rem;
      font-weight: 700;
    }

    .process-step {
      text-align: center;
      position: relative;
    }

    .process-circle {
      width: 70px;
      height: 70px;
      background: #2563eb;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .pricing-card {
      border-radius: 24px;
      border: none;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      transition: 0.3s;
    }

    .pricing-card:hover {
      transform: translateY(-8px);
    }

    .pricing-highlight {
      background: #2563eb;
      color: white;
    }

    .testimonial-box {
      background: white;
      border-radius: 18px;
      padding: 30px;
      box-shadow: 0 5px 18px rgba(0,0,0,0.05);
    }

    .contact-section {
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
      color: white;
      border-radius: 30px;
      padding: 70px 50px;
    }

    footer {
      background: #0f172a;
      color: rgba(255,255,255,0.7);
      padding: 30px 0;
    }

    .btn-primary {
      padding: 12px 28px;
      border-radius: 12px;
      font-weight: 600;
    }

    .btn-outline-light {
      padding: 12px 28px;
      border-radius: 12px;
      font-weight: 600;
    }