
*{
    padding: 0%;
    margin: 0%;
}
    .navbar {
      background-color: #1b1b1b;
      padding: 10px 0;
    }
    
    .navbar-toggler {
      background-color: transparent; 
  }
  
  .navbar-toggler-icon {
      color: #fff; 
      filter: invert(1); 
  }

  
    .navbar-brand img {
      margin-left: 50px; 
      max-width: 120px;
    }
    .navbar-nav {
      margin-right: 20px;
    }
    
    .nav-item .nav-link {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      margin-right: 50px;
      transition: color 0.3s;
    }
    
    .nav-item .nav-link:hover {
      color: rgb(230, 227, 227);
    }
.section {
  background-color: #1b1b1b;
}

.box h1 {
  color: #FFF;
  font-size: 68px;
  font-weight: 800;
  padding-top: 80px;
  padding-left: 120px;
}

.empty {
  background-color: #FFF;
  width: 64%;
  height: 50px;
  border-radius: 24px;
  margin-top: 10px;
  margin-left: 120px;
}

.boxOne h2 {
  color: #54a7f8;
  font-size: 68px;
  font-weight: 800;
}

.boxTwo {
  margin-top: 95px;
}

.boxThree h1 {
  color: #FFF;
  font-size: 68px;
  font-weight: 800;
  padding-left: 270px;
}

.one, .two {
  position: absolute;
}

.one {
  margin-left: 120px;
  margin-top: 20px;
}

.two {
  margin-left: 180px;
  margin-top: 20px;
}

.btn-light {
  background-color: #54a7f8 !important;
  border: none !important;
  font-size: 17px !important;
  padding: 14px 30px !important;
  font-weight: 600 !important;
  border-radius: 60px !important;
  margin-top: 30px;
  color: #FFF !important;
  margin-left: 110px !important;
}

.description {
  color: rgb(168, 166, 166);
  font-size: 14px;
  padding-top: 30px;
}

.boxFour h4 {
  color: rgb(168, 166, 166);
  font-size: 14px;
  padding-top: 35px;
}

.boxFour h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

/* Responsive Code */
@media (max-width: 768px) {
  .box, .boxOne, .boxTwo, .boxThree, .boxFour {
      text-align: center;
  }

  .box h1, .boxOne h2, .boxThree h1 {
      font-size: 36px;
      padding: 20px 10px;
      padding-left: 0;
      padding-right: 0;
  }

  .empty {
      width: 80%;
      height: 40px;
      margin: 10px auto;
  }

  .boxTwo {
      margin-top: 30px;
  }

  .one, .two {
      position: static;
      margin: 10px auto;
      display: inline-block;
  }

  .boxThree h1 {
      padding-left: 0px;
      padding-top: 20px;
  }

  .btn-light {
      margin: 20px auto;
      display: block;
      margin-left: 0px !important;
  }

  .description {
      text-align: center;
      padding: 10px 20px;
  }

  .boxFour h4, .boxFour h3 {
      text-align: center;
      padding-left: 0;
  }
}



.section_Two {
    background-color: #1b1b1b;
    padding: 20px 0;
}

marquee {
    background-color: #2a2a2a;
    margin-top: 30px;
    padding: 12px 10px;
    border-radius: 10px;
}

.section_Two b {
    color: #cecccc;
    font-size: 18px;
}


.section_Three h1 {
    color: #1b1b1b;
    font-size: 35px;
    font-weight: 800;
    padding-top: 60px;
    line-height: 1.3;
}

.section_Three span {
    color: #54a7f8;
}

.section_Three strong { 
    color: #ff8e50;
}

.section_Three p {
    color: rgb(36, 35, 35);
    font-size: 15px;
    padding-left: 30px;
    padding-top: 70px;
    font-weight: 500;
    line-height: 1.7;
}


.section_Four {
    margin-top: 50px;
  }
  
  .card {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 30px 20px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .card-dark {
    background-color: #000 !important;
  }
  
  .card-light {
    background-color: #e4e1e1 !important;
  }
  .card-body {
    position: relative;
  }
  .icon {
    position: absolute;
 
  }
  
  .section_Four h1, .section_Four h2 {
    font-size: 41px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1d1c1c;

  }
  
  .card-dark h1 {
    color: #FFF;
  }
  
  .section_Four span, 
  .section_Four b {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    display: block;
    margin-top: 8px;
    line-height: 1.5;
    padding: 0 10px;
    text-align: center;
  }
  
  /* Responsive Adjustment */
  @media (max-width: 768px) {
    .section_Four h1, .section_Four h2 {
      font-size: 32px;
    }
    .icon {
      width: 50px;
      height: 50px;
    }
  }
  
  .section_Five {
    margin-top: 60px;
  }
  
  .section_Five h1 {
    color: #1b1b1b;
    font-size: 41px;
    font-weight: 800;
    padding-top: 30px;
    padding-left: 10px;
    text-transform: uppercase;
  }
  
  .section_Five span {
    color: #54a7f8;
  }
  
  .section_Five b {
    color: #ff8e50;
  }
  
  .section_Five h2 {
    padding-top: 36px;
    font-size: 18px; 
    padding-left: 50px;
    color: #1b1b1b; 
    font-weight: 600; 
  }
  
  .section_Five button {
    background-color: #54a7f8;
    border: none;
    font-size: 17px;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 60px;
    margin-top: 15px;
    margin-left: 50px;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.3s ease; 
  }
  
  .section_Five button:hover {
    background-color: #3c8bd4; 
  }
  
  /* Responsive Media Queries */
  @media (max-width: 992px) {
    .section_Five h1 {
      font-size: 36px;
      padding-left: 0;
      text-align: center;
    }
  
    .section_Five h2 {
      font-size: 16px;
      padding-left: 0;
      text-align: center;
      margin-top: 20px;
    }
  
    .section_Five button {
      display: block;
      margin: 20px auto 0 auto;
    }
  }
  
  @media (max-width: 768px) {
    .section_Five h1 {
      font-size: 30px;
    }
  
    .section_Five h2 {
      font-size: 15px;
    }
  }
  
  @media (max-width: 576px) {
    .section_Five h1 {
      font-size: 26px;
      padding-top: 20px;
    }
  
    .section_Five h2 {
      font-size: 14px;
    }
  
    .section_Five button {
      font-size: 16px;
      padding: 10px 24px;
    }
  }
  
  .section_Six {
    margin-top: 50px;
  }
  
  .section_Six h1, 
  .section_Six h2 {
    padding-top: 10px;
    padding-left: 10px;
    font-weight: 700;
  }
  
  .section_Six h1 {
    font-size: 32px;
    color: #fff;
  }
  
  .section_Six span {
    font-size: 14px;
    font-weight: 400;
    color: #b0b0b0;
    display: block;
    margin-top: 10px;
    padding-left: 10px;
  }
  
  .section_Six h2 {
    font-size: 28px;
    color: #1d1c1c;
  }
  
  .section_Six b {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    display: block;
    margin-top: 10px;
    padding-left: 10px;
  }

  @media (max-width: 768px) {
    .section_Six h1, .section_Six h2 {
      font-size: 24px;
    }
    .section_Six span, .section_Six b {
      font-size: 12px;
    }
    .section_Six svg {
      width: 48px;
      height: 48px;
    }
  }
  
  
  .section_Seven {
    margin-top: 50px;
  }
  
  .section_Seven h1 {
    color: #1b1b1b;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;
  }
  
  .section_Seven span {
    color: #54a7f8;
  }
  
  .section_Seven b {
    color: #ff8e50;
  }
  
  .section_Seven .icons-box {
    background-color: #000;
    border-radius: 30px;
    margin-top: 50px;
    padding: 10px;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  

  @media (max-width: 992px) {
    .section_Seven h1 {
      font-size: 34px;
      text-align: center;
    }
  
    .section_Seven .icons-box {
      width: 80%;
      margin: 30px auto 0 auto;
    }
  }
  
  @media (max-width: 768px) {
    .section_Seven h1 {
      font-size: 28px;
      padding-top: 20px;
    }
  
    .section_Seven .icons-box {
      width: 90%;
      padding: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .section_Seven h1 {
      font-size: 24px;
      padding-top: 15px;
    }
  
    .section_Seven .icons-box {
      width: 95%;
      gap: 10px;
      padding: 10px;
    }
  
    .section_Seven .icons-box svg {
      width: 36px;
      height: 36px;
    }
  }
  

.section_Eight {
    margin-top: 50px;
}

.section_Eight .card-custom {
    width: 100%;
    background-color: #7e8492;
    border: none;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.section_Eight img {
    width: 100%;
    height: auto;
    max-width:100px;
    margin: 0 auto;
    display: block;
}

.section_Eight p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
    padding-left: 20px;
}

.section_Eight .learn-more-btn {
    background-color: #54a7f8;
    border: none;
    font-size: 17px;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 60px;
    color: #FFF;
    transition: background-color 0.3s ease;
    margin-left: 20px;
}

.section_Eight .learn-more-btn:hover {
    background-color: #3d8ee6;
}


@media (max-width: 768px) {
    .section_Eight .card-custom {
        margin-bottom: 30px;
    }

    .section_Eight p {
        font-size: 13px;
        text-align: center;
    }

    .section_Eight .learn-more-btn {
        display: block;
        margin: 0 auto;
    }
}

.section_Nine {
    margin-top: 60px;
    background-color: #1b1b1b;
    padding: 0px 20px;
  }
  
  .section_Nine h1 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    padding-top: 30px;
  }
  
  .profile-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    position: relative;
  }
  
  .emptyone {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  .elexa {
    color: #FFF;
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
  }
  
  .elexa b {
    font-size: 18px;
  }
  
  .section_Nine img {
    width: 100%;
    max-width: 290px;
    margin-top: 250px;

  }
  
  @media (max-width: 768px) {
    .section_Nine h1 {
      font-size: 22px;
      padding: 0 10px;
    }
  
    .elexa b {
      font-size: 16px;
    }
  
    .elexa span {
      font-size: 14px;
    }
  
    .section_Nine img {
      max-width: 100%; 
    }
  }
  
  
  .section_Ten {
    background-color: #54a7f8;
 
  }
  
  .section_Ten img {
    width: 100%;
    max-width: 310px;
    margin-right: 0%;
   
  }
  
  .section_Ten h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 80px;
  }
  
  .section_Ten button {
    background-color: #FFF;
    border: none;
    font-size: 17px;
    padding: 12px 28px;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 5px;
    margin-left: 20px;
    color: #54a7f8;
    margin-bottom: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .section_Ten button:hover {
    background-color: #e1e1e1; 
  }
  

  @media (max-width: 992px) {
    .section_Ten h1 {
      font-size: 32px;
      text-align: center;
    }
  
    .section_Ten button {
      display: block;
      margin: 10px auto;
    }
  
    .section_Ten img {
      max-width: 80%; 
      margin-top:0px;
    }
  }
  
  @media (max-width: 768px) {
    .section_Ten h1 {
      font-size: 28px;
      text-align: center;
    }
  
    .section_Ten img {
      max-width: 100%; 
    }
  
    .section_Ten button {
      font-size: 15px;
      padding: 10px 24px;
    }
  }
  
  @media (max-width: 576px) {
    .section_Ten h1 {
      font-size: 24px;
      padding-left: 0;
    }
  
    .section_Ten button {
      font-size: 14px;
      padding: 10px 20px;
      margin-left: 0;
    }
  
    .section_Ten img {
      max-width: 90%; 
    }
  }
  
  .section_Last {
    margin-top: 30px;
    background-color: #FFF; 
    padding: 40px 20px;
  }
  
  .section_Last img {
    max-width: 150px;
  }
  
  .section_Last p {
    font-size: 14px;
    padding-top: 15px;
    color: #333;
  }
  
  .section_Last ul {
    list-style: none;
    padding: 0;
  }
  
  .section_Last ul li {
    font-size: 14px;
    padding: 6px 0;
    color: #333;
    cursor: pointer;
  }
  
  .section_Last h2 {
    font-size: 13px;
    color: #777;
    margin-top: 20px;
  }
  
  /* Responsive tweaks */
  @media (max-width: 768px) {
    .section_Last p {
      text-align: center;
      padding-left: 0;
    }
  
    .section_Last ul {
      text-align: center;
    }
  
    .section_Last img {
      margin: 0 auto;
      display: block;
    }
  
    .section_Last h2 {
      font-size: 12px;
    }
  }
  