/* ===================================
    Crafto - Seo agency
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {      
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: 'Atkinson Hyperlegible', sans-serif;
    --base-color: #ff4106;
    --orange-color: #fa9039;
    --dark-gray: #2a2b3f;
    --medium-gray: #797a8c;
}   
/* reset */
body{
    font-size: 17px;
    line-height: 30px; 
}
.placeholder-medium-gray::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.3;
}
.placeholder-medium-gray::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.3;
}
.placeholder-medium-gray:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.3;
}
/* bg color */
.bg-sea-buckthorn {
    background-color: #ec954d;
}
/* bg transparent color */
.bg-dark-gray-transparent {
    background-color: rgba(42, 43, 63,.8);
}
/* bg gradient color */
.bg-gradient-chablis-red-quartz-white {
    background-image: linear-gradient(to right, #fce7e1, #fce7e1, #efe2ea, #dcdaf5, #dcdaf5);
    background: #000;
    color: #fff;
}
.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(to top, #f4f7fd, #f4f7fd, #f9fbff, #f9fbff, #ffffff);
}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f36b4a, #c26772, #6256c8, #6256c8, #6256c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* btn */
.btn {
    font-weight: 600;
}
.btn-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f36b4a, #5b3fc0, #5b3fc0);
    background-size: 200% auto;
    color: var(--white);
    background: #ff4106;
    background: #FC4B00;
    background: linear-gradient(
90deg, rgba(252, 75, 0, 1) 0%, rgba(228, 120, 22, 1) 100%);
}
/* heading */
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.375rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* opacity */
.opacity-05 {
    opacity: .05;
}
/* header */
header .navbar-brand img {
    max-height: 64px;
}
header .btn.btn-rounded.btn-very-small{
    font-size: 12px;
    font-weight: 600;
    padding: 8px 25px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 18px;
}
header .left-nav .navbar-nav:before {
    background: rgba(0,0,0,.3); 
}
/* footer */
footer .nav-link {
    color: var(--dark-gray);  
}
.nav-link {
    padding: 0.5rem 1.5rem;
}
footer.half-footer {
    padding: 40px 0 40px 0;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
/* page title */
.page-title-large h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
}
.page-title-large h2 {
    font-size: 20px;
    line-height: 30px;
}
/* media query responsive */
@media (max-width: 991px) {
    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 20px;
    }
    .process-step-style-02 .progress-step-separator {
        display: block;
    }
    footer .nav-link {
        padding: 0.5rem 1rem; 
    }
}
 
@media (max-width: 768px) {
    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 10px;
    }
    .header-button  a.btn.btn-small.btn-dark-gray.btn-box-shadow.btn-rounded
    {
        display: none;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator {
        display: none;
    }
    .background-position-center-bottom {
        background-position: center bottom -1px !important;
    }
}

.features-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-right: 40px;
}
.features-icon {
    float: left;
    display: block;
    margin-right: 20px;
}
.single-features {
    border-radius: 5px;
    transition: .3s;
    margin: 30px 0;
    border-radius: 20px;
}
.features-icon img {
    filter: invert(2);
    width: 46px;
}

.single-pricing ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #52525273;
}
.single-pricing ul {
    text-align: left;
    max-width: 340px;
    margin: 30px 0;
}
.single-pricing ul li i {
    font-size: 10px;
    display: flex;
    width: 19px;
    height: 19px;
    background-color: #ff4106;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.single-pricing ul {
    text-align: left;
    max-width: 340px;
    margin: 30px 0;
    padding: 0;
}

.single-pricing p{
    color: #f5f5f5;
    font-weight:200;
    font-size: 16px;
    line-height: 20px;
    margin: 8px 3px;
}

section.terms_sec h1, h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

    .pattern-background {
  background-color: #ffffff;
  background-image: radial-gradient(44px at 16% 22%, rgba(199, 199, 199, 0.35), transparent);
  background-size: 56px 4px;
}
.bann-shape{
    position: absolute;
    top: 0;
    right: 0;
}

    .section-padding {
      padding: 80px 0;
    }

    .tag {
      display: inline-block;
      padding: 6px 14px;
      background: #fff;
      border-radius: 20px;
      font-size: 14px;
      border: 1px solid #ddd;
      margin-bottom: 20px;
    }

    .main-heading {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.3;
      color: #111;
    }

    .main-heading span {
      color: #000;
    }

    .desc {
      color: #666;
      margin: 20px 0;
      max-width: 500px;
    }

    .btn-orange {
      background: #ff6a00;
      color: #fff;
      padding: 12px 24px;
      border-radius: 8px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 500;
    }

    .btn-orange:hover {
      background: #e65c00;
    }

    .stat-card {
      background: #eeeeee;
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      text-align: left;
      height: 100%;
    }

    .stat-icon {
      font-size: 20px;
      margin-bottom: 15px;
      color: #555;
    }

    .stat-number {
      font-size: 28px;
      font-weight: 700;
    }

    .stat-text {
      color: #4b4a4a;
      font-size: 20px;
      font-weight: 600;
    }

    .center-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #ff6a00;
      color: #fff;
      height: 60px;
      width: 60px;
      padding: 12px;
      border-radius: 50%;
      font-size: 18px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .stats-wrapper {
      position: relative;
    }

    @media (max-width: 768px) {
      .main-heading {
        font-size: 28px;
      }

      .section-padding {
        padding: 50px 0;
      }
    }

    .stat-card .stat-icon img{
        width: 58px;
        background: #fff;
        border-radius: 50px;
        padding: 6px;
    }

    .project-section {

background-color: #000000;

background-image: radial-gradient(44px at 16% 22%, rgba(41, 41, 41, 0.35), transparent);

background-size: 56px 4px;

color: #fff;

padding: 80px 0;

position: relative;

overflow: hidden;

z-index: 0;
}

/* TAG */
.project-tag {
  display: inline-block;
  background: #1a1a1a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #333;
}

/* HEADING */
.project-heading {
  font-size: 3rem;
  font-weight: 600;
  text-align: right;
}

/* BIG BACKGROUND TEXT */
.bg-text {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 120px;
  font-weight: 800;
  color: rgba(255,255,255,0.05);
  letter-spacing: 10px;
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
}

/* CARD */
.project-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  color: #000;
  transition: 0.3s;
  margin-top: 70px;
}

.project-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.project-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* CARD BODY */
.project-body {
  padding: 25px;
}

.project-title {
  font-weight: 600;
  color: #ff6a00;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.project-sub {
  font-size: 16px;
  color: #777;
  white-space: nowrap;      /* Prevent text from wrapping */
  overflow: hidden;         /* Hide overflow */
  text-overflow: ellipsis;
}

.project-year {
  font-size: 12px;
  color: #999;
  float: right;
}

/* RESPONSIVE */
@media(max-width:768px){
  .project-heading{
    text-align: left;
    margin-top: 20px;
    font-size: 26px;
  }

  .bg-text{
    font-size: 60px;
    bottom: 80px;
  }
}

/* LEFT */
.faq-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 20px;
}

.faq-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.faq-desc {
  color: #666;
  margin: 20px 0;
  max-width: 450px;
}

.btn-orange {
  background: #ff6a00;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* RIGHT ACCORDION */
.faq-box {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.accordion-item {
  border: none;
  background: #f3f3f3;
  border-radius: 12px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-button {
  background: transparent;
  font-weight: 500;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #000;
}

.accordion-body {
  color: #666;
  font-size: 14px;
  background: #fff;
}

/* NUMBER STYLE */
.faq-number {
  color: #ff6a00;
  font-weight: 600;
  margin-right: 10px;
}

/* REMOVE DEFAULT ICON */
.accordion-button::after {
  background-image: none;
  content: '+';
  font-size: 20px;
  transform: rotate(0);
  width: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
}

/* RESPONSIVE */
@media(max-width:768px){
  .faq-title {
    font-size: 28px;
  }
}

.accordion-button:not(.collapsed)::after {
background-image: none !important;
}
.plan-box{

background-color: #000000;

background-image: linear-gradient(to right, rgba(10, 10, 10, 1) 1.5px, transparent 1.5px), linear-gradient(to bottom, rgba(10, 10, 10, 1) 1.5px, transparent 1.5px);

background-size: 34px 34px;

text-align: center;

padding: 30px;

border-radius: 5px;
}
