h1,h2,h3,h4,h5{
        font-family: "Roboto Condensed";
}

.icon-list i{
  font-size: 17px;
}
      .boxes-bg {
        background-image:
          linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 40px 40px;
        padding: 100px 0;
      }
      body {
        font-family: "Open Sans", sans-serif;
        background: #f5f7fb;
        color: #1b1b1b;
        font-size: 15px;
      }
.social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #555;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #2f80ff;
  color: #fff;
  border-color: #2f80ff;
}
      /* HERO */
      .heroimage{
           position: absolute;
    top: -40px;
    
    width: 395px;
    height: auto;
      }
      .hero {
        background: linear-gradient(
          135deg,
          #1a1a2e 0%,
          #16213e 50%,
          #0f3460 100%
        );
        color: #fff;
      }

      .hero h1 {
        font-family: "Roboto Condensed";
        font-size: 55px;
        font-weight: 700;
      }

      .hero h1 span {
        color: #4da3ff;
      }

      .hero p {
        color: #fff;
        margin: 20px 0;
      }

      .btn-primary {
        background: #2f80ff;
        border: none;
      }

      .btn-outline-light {
        border: 1px solid #fff;
      }


      .home-btn{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 1;
    white-space: nowrap;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 12px;
    background: #0066cc;
    color: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 4px 24px rgba(0, 102, 204, 0.4);
      }
     .home-right-btn {
            display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 1;
    white-space: nowrap;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 12px;
    background: transparent;
    color: #ffffff;
    border: 2px solid #fff;
    backdrop-filter: blur(10px);
      }
      /* CARD RIGHT */
      .hero-card {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        padding: 30px;
        backdrop-filter: blur(10px);
      }

      .hero-card img {
        width: 100%;
      }

      /* SECTION */
      .section {
        padding: 80px 0;
      }

      .section-title {
        font-family: "Roboto Condensed";
        font-weight: 700;
        font-size: 32px;
      }

      /* FEATURE CARDS */
      .feature-card {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      }

      /* BENEFITS */
      .benefit-box {
        background: linear-gradient(135deg, #0b1f4b, #1c4ea1);
        color: #fff;
        padding: 25px;
        border-radius: 12px;
      }

      /* SMALL BOX */
      .mini-box {
        background: #fff;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      }

      /* FAQ */
      .accordion-button {
        font-weight: 600;
      }

      /* CTA */
      .cta {
        background: linear-gradient(135deg, #0b1f4b, #0e3a7a);
        color: #fff;
        text-align: center;
        padding: 80px 0;
      }

      .cta h2 {
        font-family: "Roboto Condensed";
        font-size: 32px;
      }

      /* RIGHT SIDEBAR */
      .sidebar {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      }

      footer{
        background-color: #090b19;
  padding-top: 30px !important;
        color:#fff;
      }
      
     
      .ft-logo{
        height: auto;
        width: 190px;
      }
      .icon-list-footer {
    text-decoration: none;
    font-family: "Roboto Condensed";
    color:white;
    font-weight: 500;
}
.copy{
        border-top: 1px solid rgba(255,255,255,0.08);
}

.ftsocial-icons a {
    display: inline-block;
  
   
    text-align: center;

    border-radius: 6px;
    color: #fff;
    transition: 0.3s;
}
.ftsocial-icons a:hover {

    color: #2f80ff;

}
footer li{
    padding-bottom: 10px;
}

.check-list div i { 
    color: #27ae60; font-size: 13px; 
}
.feature-check span{
    line-height: 25px;
}
    .feature-check i { 
        color: var(--blue-accent);
font-size: 10px;  
         margin-top: 6px; 
         flex-shrink: 0; 
        }
            .feature-check {     display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    background: #edf7ff;
    padding: 15px;
    border-radius: 6px;
}
    
    /* ── SECTION LABEL ─── */
    .section-label {
      font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--blue-accent);

    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    margin-bottom: 18px;
    background: #e1d9ff54;
     border-radius: 5px;
}
  .what-section p { font-size: 15px;  line-height: 1.8; margin-bottom: 24px; }

      /* ── WHAT IS ARCHICAD ─────────────────────────────────── */
    .what-section { padding: 70px 0; background: var(--white); }
    .what-section h2 {

      font-size: 43px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 16px;
    }

       .why-section h2 {font-size: 43px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: center;
}
    .benefit-big .big-icon { font-size: 38px; margin-bottom: 16px;  }