.container {
  /* max-width: 1472px; */
  padding: 0 16px;
  margin: 0 auto;
}
a {
  color: var(--bs-primary);
}
.list-type-dot li {
  display: flex;
  gap: 8px;
  align-items: start;
}
.list-type-dot li::marker {
  display: none;
}
.list-type-dot li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 16px;
  flex-shrink: 0;
  background: var(--bs-content);
  margin-top: 8px;
}
.list-typt-none {
  padding: 0;
  list-style: none;
}
.bg-gray-light {
  background: #f8f8f8 !important;
}
.section-padding {
  padding: 50px 0;
}
.section-padding-lg {
  padding: 100px 0;
}
.subtitle {
  font-size: 16px;
  line-height: 25px;
}

.subtitle-lg {
  font-size: 20px;
  line-height: 28px;
}

.subtitle-xl {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
}

h1, .h1 { font-size: 28px; line-height: 36px; }
h2, .h2 { font-size: 24px; line-height: 32px; }
h3, .h3 { font-size: 20px; line-height: 28px; }
h4, .h4 { font-size: 18px; line-height: 24px; }
h5, .h5 { font-size: 16px; line-height: 22px; }
h6, .h6 { font-size: 14px; line-height: 20px; }

.btn {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 21px;
}

header .navbar-collapse .nav-item .dropdown-menu .link {
  font-size: 18px;
  line-height: 28px;
}

header .navbar-collapse .nav-item .dropdown-menu p {
  font-size: 16px;
  line-height: 30px;
}

header .navbar-collapse .nav-link {
  font-size: 18px;
  line-height: 28px;
}

header .navbar-collapse .nav-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

header .navbar-collapse .nav-link.show {
  transform: none;
}

header .navbar-collapse .nav-link.show i {
  transform: rotate(180deg);
}

footer .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 24px;
}

.social_icons .nav-link img {
  min-width: 14px;
  height: 14px;
}

/* New page css */
.inner-page-hero-sec {
  min-height: 80vh;
  padding-block: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inner-page-hero-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(104deg, #000000 30%, rgba(0, 0, 0, 0.9) 46%, rgba(0, 0, 0, 0) 100%);
}

.inner-page-hero-sec .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inner-page-hero-sec>div {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 1;
}

.text-white-sec *:not(button, a, .btn) {
  color: #fff;
}

.section-title {
  font-weight: bold;
  margin-bottom: 18px;
}

.section-paragraph:not(:last-child) {
  margin-bottom: 18px;
}
p,li{
  line-height: 1.6;
}
.section-paragraph {
  line-height: 1.8;
}
.section-paragraph.hero-section-paragraph {
  font-size: 18px;
  line-height: 1.8;
}
.sec-title-dec {
  margin-bottom: 42px;
}
.why-us-sec {
  position: relative;
}
.sticky-top-100{
  position: sticky;
  top: 100px;
}
.why-us-sec .why-us-img-wrap img{
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 8px;
}
.card-box{
  padding: 24PX;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 10px -6px #0000007a;
}
.card-box:last-child{
  margin-bottom: 0;
}
.list-box {
  padding: 24px;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.list-box > div:not(:last-child){
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--bs-border-color);
}
.list-dot {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.case-study-slider .cs-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.slick-slider{
  margin-bottom: 0;
  padding-bottom: 52px;
}
.slick-dots {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.slick-dots li{
  margin: 0;
  height: auto;
  width: auto;
}
.slick-dots li button{
  padding: 0;
  height: 10px;
  width: 10px;
  background: var(--bs-primary);
  border-radius: 50px;
  position: relative;
  opacity: 0.5;
  transition: ease-in all 0.3s;
}
.slick-dots li button:before {
  content: "";
  opacity: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid var(--bs-primary);
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease-in all 0.3s;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button{
  opacity: 0.9;
}
.tech-stack-sec .tech-stack-box:not(:last-child) {
  margin-bottom: 24px;
}
.tech-stack-sec .tech-name {
  width: fit-content;
  font-weight: 700;
  padding: 16px;
  background: var(--bs-primary-700);
  color: var(--bs-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tech-stack-sec .tech-list{
  display: flex;
  flex-wrap: wrap;
  background: var(--bs-white);
  padding: 16px;
  box-shadow: 0px 4px 8px -4px #00000080;
  gap: 16px 0;
}
.tech-stack-sec .tech-list span:not(:first-child){
  border-left: 1px solid var(--bs-content);
  margin-left: 16px;
  padding-left: 16px;
}
.cta-sec .cta-box{
  padding: 32px;
  background: var(--bs-primary-700);
  color: var(--bs-white);
  text-align: center;
}
.accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--bs-border-color);
  border-radius: 0;
  padding-bottom: 18px;
  margin-bottom: 18px;
  background: transparent;
}
.accordion .accordion-button {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.accordion .accordion-body {
  padding: 16px 0 0;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.5;
}
.accordion-button:not(.collapsed),
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 0;
}
.form-section {
  background: var(--bs-primary-700);
  color: var(--bs-white);
}
.form-section .wpcf7-form textarea,
.form-section .wpcf7-form .form-control{
  padding: 8px 16px;
  min-height: unset;
  border-radius: 8px;
  margin: 0;
  color: var(--bs-black);
}
.form-section .wpcf7-form .subtitle {
  color: var(--bs-white) !important;
}
.form-section .wpcf7-form .wpcf7-not-valid-tip{
  margin-top: 6px;
}
.form-section .wpcf7-form .wpcf7-submit{
  padding: 8px 16px;
  font-size: 14px;
    line-height: 21px;
    color: #000000;
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
    transition: 0.5s;
  }
.form-section .wpcf7-spinner,
.form-section .wpcf7-response-output{
  display: none;
}
.form-section .wpcf7-form .wpcf7-submit:hover{
  background: #d3d4d5;
  border-color: #d3d4d5;
}
.price-sec .price-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  background: var(--bs-primary-700);
  color: var(--bs-white);
  border: 1px solid var(--bs-gray-500);
  border-radius: 12px;
  text-transform: capitalize;
  line-height: 1.6;
}
.price-sec .price-card .price{
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
}
.price-sec .price-card .time{
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  opacity: 0.7;
  font-weight: 700;
  border-bottom: 1px solid var(--bs-gray-500);
}

.three-box-slider {
  display: flex;
}

.three-box-slider .slick-slider {
  display: flex !important;
}

.three-box-slider .slick-track {
  display: flex !important;
}

.three-box-slider .slick-box {
  padding: 20px;
  border: 1px solid var(--bs-border-color);
  margin: 0 10px;
  border-radius: 10px;
}
/* Responsive */
@media (min-width: 576px) {
  h1, .h1 { font-size: 32px; line-height: 40px; }
  h2, .h2 { font-size: 28px; line-height: 36px; }
  h3, .h3 { font-size: 24px; line-height: 32px; }
  h4, .h4 { font-size: 20px; line-height: 28px; }
  h5, .h5 { font-size: 18px; line-height: 26px; }
  h6, .h6 { font-size: 16px; line-height: 22px; }
}

@media (min-width: 992px) {
  h1, .h1 { font-size: 40px; line-height: 52px; }
  h2, .h2 { font-size: 36px; line-height: 48px; }
  h3, .h3 { font-size: 30px; line-height: 42px; }
  h4, .h4 { font-size: 24px; line-height: 34px; }
  h5, .h5 { font-size: 20px; line-height: 28px; }
  h6, .h6 { font-size: 18px; line-height: 26px; }
}

@media (min-width: 1400px) {
  h1, .h1 { font-size: 48px; line-height: 60px; }
  h2, .h2 { font-size: 42px; line-height: 56px; }
  h3, .h3 { font-size: 36px; line-height: 48px; }
  h4, .h4 { font-size: 30px; line-height: 40px; }
  h5, .h5 { font-size: 20px; line-height: 28px; }
  h6, .h6 { font-size: 18px; line-height: 26px; }

  .subtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .subtitle-lg {
    font-size: 24px;
    line-height: 40px;
  }

  .subtitle-xl {
    font-size: 32px;
    line-height: 40px;
  }
  .social_icons .nav-link img {
    min-width: 18px;
    height: 18px;
  }

  .social_icons .nav-link {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 991.99px) {
  .inner-page-hero-sec::after {
    background: var(--bs-black);
    opacity: 0.9;
  }
  .sticky-top-100 {
    position: static;
  }
  .case-study-slider .cs-img {
    max-height: 250px;
  }
}
@media (max-width: 767.99px) {
  .inner-page-hero-sec{
    padding-block: 50px;
  }
  .sectionPadding,
  .section-padding {
    padding-block: 30px;
  }
  .sec-title-dec {
    margin-bottom: 24px;
  }
  .card-box {
    margin-bottom: 16px;
    padding: 16px;
  }
  .list-box {
    padding: 16px;
  }
  .section-title {
    margin-bottom: 12px;
  }
  .tech-stack-sec .tech-list,
  .tech-stack-sec .tech-name {
    padding: 10px 16px;
  }
  .cta-sec .cta-box {
    padding: 24px;
  }
  .accordion .accordion-button {
    font-size: 15px;
    line-height: 1.5;
  }
  .accordion .accordion-body {
    font-size: 16px;
  }
   .price-sec .price-card {
    padding: 16px;
    font-size: 14px;
  }
  .price-sec .price-card .price {
    font-size: 24px;
    margin: 0;
  }
  .price-sec .price-card .time {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}