  :root {
      --primary-color: #3dd5d5;
      --dark-bg: #2c3e50;
  }

  body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .navbar {
      padding: 8px 20px;
  }

  .navbar-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1.5rem;
      font-weight: 600;
      color: white !important;
  }
    .navbar-nav {
    margin-left: auto;
}
.navbar-nav {
    display: flex;
    align-items: center;
}
.phone-number {
    display: flex;
    align-items: center;
}
.btn-apply {
    display: flex;
    align-items: center;
}

  .logo-icon {
      width: 47px;
      height: 47px;
      background: var(--primary-color);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
  }

  .nav-link {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.85) !important;
      margin: 0 10px;
      font-weight: 500;
      transition: color 0.3s;
  }

  .nav-link:hover {
      color: var(--primary-color) !important;
  }

  .phone-number {
      color: white;
      margin-right: 15px;
  }

  .phone-number:hover {
      color: var(--primary-color);
  }

  .btn-apply {
      background: transparent;
      font-size: 14px;
      border: 1px solid var(--primary-color);
      color: var(--primary-color);
      padding: 12px 8px;
      border-radius: 5px;
      font-weight: 600;
      transition: all 0.3s;
  }

  .btn-apply:hover {
      background: var(--primary-color);
      color: white;
  }

  .hero-section {
      background: linear-gradient(rgb(44 62 80 / 79%), rgb(44 62 80 / 90%)),
          url('people-working-tech-brand-together_23-2150966141.avif') no-repeat center center;
      background-size: cover;
      background-position: center;
      min-height: 134vh;
      display: flex;
      align-items: center;
      color: white;
      position: relative;
      padding: 120px 0 60px;
  }

  .hero-content h1 {
      font-weight: 400 !important;
      font-size: 3.5rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 2rem;
  }

  .btn-how-it-works {
      background: var(--primary-color);
      color: white;
      padding: 15px 40px;
      border: none;
      border-radius: 5px;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.3s;
  }

  .btn-how-it-works:hover {
      background: #2ab8b8;
      transform: translateY(-2px);
  }

  .loan-calculator {
      background: white;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }

  .loan-calculator h3 {
      color: #2c3e50;
      font-size: 1.8rem;
      margin-bottom: 10px;
  }

  .loan-calculator p {
      color: #7f8c8d;
      margin-bottom: 30px;
  }

  .form-select,
  .form-control {
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 20px;
  }

  .payment-info {
      padding: 15px;
      border-radius: 5px;
      margin: 20px 0;
  }

  .payment-info span {
      color: #7f8c8d;
  }

  .btn-continue {
      background: var(--primary-color);
      color: white;
      width: 100%;
      padding: 15px;
      border: none;
      border-radius: 5px;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.3s;
  }

  .btn-continue:hover {
      background: #2ab8b8;

  }

  .navbar.scrolled {
      background-color: rgb(49 49 49 / 96%);
      transition: background-color 0.3s ease;
  }

  .offer-section {
      padding: 118px 0;
  }

  .section-header {
      margin-bottom: 60px;
  }

  .section-header h2 {
      font-size: 2.5rem;
      color: #2c3e50;
      font-weight: 600;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
  }

  .section-header h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: var(--primary-color);
  }

  .section-header p {
      color: #7f8c8d;
      font-size: 1.1rem;
      margin-top: 25px;
  }

  .offer-card {
      background: linear-gradient(135deg, #0891e3 0%, #1e3c72 100%);
      border-radius: 10px;
      padding: 40px 30px;
      text-align: center;
      color: white;
      transition: transform 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .offer-card:hover .offer-icon {
      background: var(--primary-color);

  }

  .offer-icon {
      width: 80px;
      height: 80px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px;
      font-size: 2rem;
      transition: 0.3s;
  }

  .offer-card h3 {
      font-size: 1.5rem;
      margin-bottom: 15px;
      font-weight: 600;
  }


  .loan-amount {
      font-size: 1.8rem;
      font-weight: 400;
      margin-bottom: 30px;
      padding-bottom: 25px;
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px;
      color: #3dd5d5;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }


  .loan-details {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
      text-align: left;
  }


  .loan-details li {
      padding: 6px 0;
      font-size: 0.95rem;
      position: relative;
      padding-left: 45px;
  }

  .loan-details li:last-child {
      border-bottom: none;
  }

  .loan-details li::before {
      content: '•';
      position: absolute;
      left: 25px;
      color: var(--primary-color);
      font-size: 30px;
      bottom: -3px;
  }

  .btn-apply-now {
      background: var(--primary-color);
      color: white;
      border: none;
      padding: 15px 40px;
      border-radius: 5px;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s;
      margin-top: auto;
      cursor: pointer;
  }

  .btn-apply-now:hover {
      background: #2ab8b8;
      transform: scale(1.05);
  }

  /* How It Works Section */
  .how-it-works-section {
      padding: 100px 0;
      background: #e0e9f1;
  }

  .how-section-header {
      text-align: center;
      margin-bottom: 80px;
  }

  .how-section-header h2 {
      font-size: 3rem;
      color: #2c3e50;
      font-weight: 600;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
  }

  .how-section-header h2::before {
      content: '';
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: var(--primary-color);
  }

  .how-section-header p {
      color: #7f8c8d;
      font-size: 1.1rem;
      margin-top: 0px;
  }

  .step-card {
      padding: 20px;
      transition: transform 0.3s;
  }

  .step-card:hover {
      transform: translateY(-10px);
  }

  .step-number {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #e3f8ff 0%, #cef2ff 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      font-size: 1.5rem;
      color: #86b7fe;
      font-weight: 400;
  }

  .step-card h3 {
      font-size: 1.8rem;
      color: #2c3e50;
      font-weight: 600;
      margin-bottom: 20px;
  }

  .step-card p {
      color: #7f8c8d;
      font-size: 1.05rem;
      line-height: 1.7;
  }

  .faq-wrapper {
      background: #fff;
  }

  .faq-image {
      min-height: 100vh;
      background-image: url('men.png');
      background-size: cover;
      background-position: center;
  }

  .faq-content {
      padding: 80px 70px;
      max-width: 600px;
  }

  .faq-content h2 {
      font-size: 42px;
      font-weight: 600;
      margin-bottom: 40px;
      color: #0b1c39;
  }

  .faq-item {
      border-bottom: 1px solid #eee;
      padding: 18px 0;
  }

  .faq-question {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 17px;
      font-weight: 500;
      color: #0b1c39;
      cursor: pointer;
  }

  .faq-question i {
      font-size: 14px;
      transition: 0.3s;
  }

  .faq-answer {
      display: none;
      padding-left: 28px;
      margin-top: 15px;
      color: #7a7a7a;
      line-height: 1.7;
      max-width: 480px;
  }

  .faq-item.active .faq-answer {
      display: block;
  }

  .faq-item.active .fa-chevron-down {
      transform: rotate(180deg);
  }

  .testimonial-wrapper {
      background: #e0e9f1;
      padding: 100px 0;
      position: relative;
  }

  .testimonial-box {
      display: flex;
      align-items: center;
      gap: 50px;
  }

  .profile-wrap {
      position: relative;
      width: 255px;
      height: 277px;
  }

  .profile-wrap img {
      width: 276px;
      height: 276px;
      border-radius: 50%;
      object-fit: cover;
  }

  .quote-badge {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 60px;
      height: 60px;
      background: #1fc8c8;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
  }

  .testimonial-text {
      width: 61%;
      font-size: 18px;
      line-height: 1.8;
      color: #2c3e50;
      margin-left: 54px;
  }

  .author {
      margin-top: 15px;
      color: #7f8c8d;
  }

  /* arrows */
  .slider-arrows {
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
  }

  .arrow-btn {
      width: 44px;
      height: 44px;
      background: #eaf6ff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  }

  .arrow-btn svg {
      width: 18px;
      height: 18px;
      stroke: #4da3ff;
  }

  .icoun {
      font-size: 40px;
      margin-top: 12px;
  }

  .carousel-item {
      transition: transform 0.6s ease-in-out;
  }


  .slider-arrows {
      position: absolute;
      right: 63px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 10;
  }

  .arrow-btn {
      width: 53px;
      height: 53px;
      background: #eaf6ff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      border: none;
  }

  .arrow-btn:hover {
      background: #4da3ff;
  }

  .arrow-btn svg {
      width: 18px;
      height: 18px;
      stroke: #4da3ff;
      transition: stroke 0.3s ease;
  }

  .arrow-btn:hover svg {
      stroke: #fff;
  }

  .logo-section {
      width: 100%;
      margin-top: 10px;
      background: white;
      overflow: hidden;
      margin-bottom: 10px;
  }

  .logo-slider {
      display: flex;
      animation: scroll 25s linear infinite;
      width: fit-content;
  }

  .logo-slide {
      display: flex;
      gap: 100px;
      align-items: center;
  }

  .logo-item {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-shrink: 0;
      opacity: 0.4;
      transition: opacity 0.3s ease;
      white-space: nowrap;
  }

  .logo-item:hover {
      opacity: 0.8;
  }

  .logo-icon-2 {
      color: #ddd;
      width: 114px;
      height: 86px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
  }

  .logo-icon-2 svg {
      width: 100%;
      height: 100%;
      fill: #d0d0d0;
  }

  .logo-name {
      font-size: 36px;
      font-weight: 400;
      color: #d0d0d0;
      letter-spacing: -0.5px;
  }

  @keyframes scroll {
      0% {
          transform: translateX(0);
      }

      100% {
          transform: translateX(-50%);
      }
  }

  .logo-slider:hover {
      animation-play-state: paused;
  }

  .loan-cta-section {
      position: relative;
      width: 100%;
      min-height: 345px;
      display: flex;
      align-items: center;
      background: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1200') center/cover;
      background-attachment: fixed;
  }

  .loan-cta-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
  }

  .cta-content-wrapper {
      position: relative;
      z-index: 2;
  }

  .cta-heading {
      font-size: 45px;
      font-weight: 400;
      color: white;
      line-height: 1.3;
      margin-bottom: 0;
  }

  .apply-btn {
      background: #1fc8c8;
      color: white;
      font-size: 17px;
      font-weight: 600;
      padding: 11px 25px;
      border: none;
      border-radius: 7px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(31, 200, 200, 0.4);
  }

  .apply-btn:hover {
      background: #17b3b3;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(31, 200, 200, 0.5);
  }

  .footer-area {
      padding: 164px 0 30px;
      background: #fff;
  }

  .footer-area h5 {
      font-weight: 600;
      margin-bottom: 50px;
  }

  .footer-list {
      list-style: none;
      padding: 0;
  }

  .footer-list li {
      margin-bottom: 29px;
  }

  .footer-list a {
      color: #6c757d;
      text-decoration: none;
  }

  .footer-list a:hover {
      color: #007bff;
  }

  .social-links a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #eee;
      border-radius: 50%;
      text-align: center;
      color: #aaa;
      margin-right: 8px;
  }

  .subscribe-form {
      display: flex;
      border: 1px solid #e5e2e2;
      border-radius: 6px;
      overflow: hidden;
  }

  .subscribe-form input {
      border: none;
      padding: 15px;
      width: 100%;
      outline: none;
  }

  .subscribe-form button {
      border-radius: 7px;
      margin: 6px 6px;
      background: #0d6efd;
      color: #fff;
      border: none;
      padding: 0px 20px;
  }

  .small-text {
      color: #6c757d;
      font-size: 14px;
      margin-top: 15px;
  }

  .footer-bottom {
      padding-top: 20px;
      font-size: 14px;
      color: #6c757d;
  }



  @media (max-width: 991px) {
      .footer-section {
          padding: 60px 0 0;
      }

      .footer-heading {
          margin-top: 40px;
      }
  }

  @media (max-width: 768px) {
      .footer-section {
          padding: 50px 0 0;
      }
      .footer-area {
        padding: 80px 0 30px;
      }

      .logo-text {
          font-size: 24px;
      }

      .footer-heading {
          font-size: 17px;
          margin-top: 35px;
      }


      .subscribe-btn {
          width: 100%;
      }

      .social-links {
          margin-bottom: 20px;
      }

      .copyright-section {
          margin-top: 50px;
          padding: 30px 0;
      }
  }

  /* Tablet Responsive */
  @media (max-width: 1024px) {
      .loan-cta-section {
          min-height: 500px;
      }

      .cta-heading {
          font-size: 42px;
      }

      .apply-btn {
          font-size: 18px;
          padding: 16px 40px;
      }
  }

  /* Mobile Responsive */
  @media (max-width: 768px) {
      .loan-cta-section {
          min-height: 450px;
          background-attachment: scroll;
      }

      .cta-heading {
          font-size: 34px;
          text-align: center;
          margin-bottom: 30px;
      }

      .apply-btn {
          font-size: 18px;
          padding: 15px 35px;
      }
  }

  /* Small Mobile */
  @media (max-width: 480px) {
      .loan-cta-section {
          min-height: 400px;
      }

      .cta-heading {
          font-size: 28px;
      }

      .apply-btn {
          font-size: 16px;
          padding: 14px 30px;
      }
  }

  /* Tablet Responsive */
  @media (max-width: 1024px) {
      .logo-slide {
          gap: 80px;
      }

      .logo-name {
          font-size: 32px;
      }

      .logo-icon-2 {
          width: 60px;
          height: 60px;
      }
  }

  /* Mobile Responsive */
  @media (max-width: 768px) {
      .logo-section {
          padding: 40px 0;
      }

      .logo-slide {
          gap: 60px;
      }

      .logo-name {
          font-size: 24px;
      }

      .logo-icon-2 {
          width: 45px;
          height: 45px;
      }

      .logo-item {
          gap: 12px;
      }

      .logo-slider {
          animation: scroll 20s linear infinite;
      }
  }

  /* Small Mobile */
  @media (max-width: 480px) {
      .logo-slide {
          gap: 40px;
      }

      .logo-name {
          font-size: 20px;
      }

      .logo-icon-2 {
          width: 35px;
          height: 35px;
      }

      .logo-item {
          gap: 10px;
      }
  }

  @media (max-width: 768px) {
      .testimonial-box {
          flex-direction: column;
          text-align: center;
          gap: 30px;
      }

      .slider-arrows {
          position: static;
          transform: none;
          flex-direction: row-reverse;
          justify-content: center;
          margin-top: 30px;
      }
  }

  @media (max-width: 991px) {
      .faq-image {
          min-height: 300px;
      }

      .faq-content {
          padding: 30px 0px;
      }
      .testimonial-text {
        width: 100%;
        margin-left: 0px;
      }
  }


  /* Responsive */
  @media (max-width: 768px) {
      .how-it-works-section {
          padding: 70px 0;
      }

      .how-section-header h2 {
          font-size: 2.2rem;
      }

      .how-section-header {
          margin-bottom: 50px;
      }

      .step-card {
          margin-bottom: 0px;
      }

      .step-card h3 {
          font-size: 1.5rem;
      }
  }

  @media (max-width: 576px) {
      .how-section-header h2 {
          font-size: 1.8rem;
      }

      .how-section-header p {
          font-size: 1rem;
      }

      .step-number {
          width: 70px;
          height: 70px;
          font-size: 1.3rem;
      }

      .step-card h3 {
          font-size: 1.3rem;
      }

      .step-card p {
          font-size: 0.95rem;
      }
  }

  /* Responsive Styles */
  @media (max-width: 1200px) {
      .navbar-nav .nav-item:nth-last-child(3) {
          margin-right: 20px !important;
      }

      .offer-section {
          padding: 70px 0;
      }

      .hero-content h1 {
        margin-top: 33px;
        font-size: 3rem;
      }
  }

  @media (max-width: 1040px) {
      .hero-section {
          min-height: auto;
          padding: 100px 0 60px;
      }

      .navbar-nav .nav-item:nth-last-child(3) {
          margin-right: 10px !important;
      }
  }

  @media (max-width: 991px) {
      .navbar-brand {
          margin-left: 15px;
      }

      .navbar-collapse {
          background: rgba(44, 62, 80, 0.95);
          padding: 20px;
          border-radius: 10px;
          margin-top: 15px;
      }

      .nav-link {
          margin: 5px 0;
          padding: 10px 0 !important;
      }

      .phone-number {
          display: block;
          margin: 15px 0;
          margin-right: 20px;
      }

      .btn-apply {
          width: calc(100% - 30px);
          margin-top: 10px;
          margin-left: 15px;
          margin-right: 15px;
      }

      .navbar-nav .nav-item:nth-last-child(3) {
          margin-right: 0 !important;
      }

      .hero-section {
          min-height: auto;
          padding: 100px 0 40px;
      }

      .hero-content {
          text-align: center;
          margin-bottom: 40px;
      }

      .hero-content h1 {
          font-size: 2.5rem;
          margin-top: 33px;
      }
  }

  @media (max-width: 768px) {
      .hero-content h1 {
          font-size: 2rem;
          margin-top: 33px;
      }

      .loan-calculator {
          padding: 30px 20px;
      }

      .loan-calculator h3 {
          font-size: 1.5rem;
      }

      .btn-how-it-works {
          padding: 12px 30px;
          font-size: 1rem;
      }

  }

  @media (max-width: 768px) {

      .loan-amount {
          font-size: 1.5rem;
          padding-bottom: 20px;
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
      }
  }

  @media (max-width: 576px) {
      .navbar-brand {
          font-size: 1.2rem;
          margin-left: 10px;
      }


      .logo-icon {
          width: 35px;
          height: 35px;
          font-size: 1rem;
      }

      .hero-section {
          padding: 80px 0 30px;
      }

      .hero-content {
          padding: 0 15px;
      }

      .hero-content h1 {
          font-size: 1.75rem;
          margin-bottom: 1.5rem;
          margin-top: 35px;

      }

      .btn-how-it-works {
          padding: 10px 25px;
          font-size: 0.95rem;
      }

      .loan-calculator {
          padding: 25px 15px;
          margin: 0 15px;
      }

      .loan-calculator h3 {
          font-size: 1.3rem;
      }

      .loan-calculator p {
          font-size: 0.9rem;
      }

      .form-select,
      .form-control {
          padding: 12px;
          font-size: 0.95rem;
      }

      .btn-continue {
          padding: 12px;
          font-size: 1rem;
      }
  }

  @media (max-width: 400px) {
      .hero-content h1 {
          font-size: 1.5rem;
          margin-top: 36px;
      }

      .loan-calculator h3 {
          font-size: 1.2rem;
      }
      .section-header h2 {
        font-size: 29px;
      }
      .profile-wrap img  {
        width: 266px;
      }
  }

  /* Responsive Styles */
  @media (max-width: 1200px) {
      .navbar-nav .nav-item:nth-last-child(3) {
          margin-right: 20px !important;
      }

      .hero-content h1 {
          font-size: 3rem;
          margin-top: 37px;
      }
  }

  @media (max-width: 1040px) {
      .hero-section {
          min-height: auto;
          padding: 100px 0 60px;
      }

      .navbar-nav .nav-item:nth-last-child(3) {
          margin-right: 10px !important;
      }
  }

  @media (max-width: 991px) {
      .navbar-brand {
          margin-left: 15px;
      }

      .navbar-collapse {
          background: rgba(44, 62, 80, 0.95);
          padding: 20px;
          border-radius: 10px;
          margin-top: 15px;
      }

      .nav-link {
          margin: 5px 0;
          padding: 10px 0 !important;
      }

      .phone-number {
          display: block;
          margin: 15px 0;
      }

      .btn-apply {
          width: 100%;
          margin-top: 10px;
      }

      .navbar-nav .nav-item:nth-last-child(3) {
          margin-right: 0 !important;
      }

      .hero-section {
          min-height: auto;
          padding: 100px 0 40px;
      }

      .hero-content {
          text-align: center;
          margin-bottom: 40px;
      }

      .hero-content h1 {
          font-size: 2.5rem;
      }
  }

  @media (max-width: 768px) {
      .hero-content h1 {
          font-size: 2rem;
      }

      .loan-calculator {
          padding: 30px 20px;
      }

      .loan-calculator h3 {
          font-size: 1.5rem;
      }

      .btn-how-it-works {
          padding: 12px 30px;
          font-size: 1rem;
      }
  }

  @media (max-width: 576px) {
      .navbar-brand {
          font-size: 1.2rem;
          margin-left: 10px;
      }

      .logo-icon {
          width: 35px;
          height: 35px;
          font-size: 1rem;
      }

      .hero-section {
          padding: 80px 0 30px;
      }

      .hero-content {
          padding: 0 15px;
      }

      .hero-content h1 {
          font-size: 1.75rem;
          margin-bottom: 1.5rem;
      }

      .btn-how-it-works {
          padding: 10px 25px;
          font-size: 0.95rem;
      }

      .loan-calculator {
          padding: 25px 15px;
          margin: 0 15px;
      }

      .loan-calculator h3 {
          font-size: 1.3rem;
      }

      .loan-calculator p {
          font-size: 0.9rem;
      }

      .form-select,
      .form-control {
          padding: 12px;
          font-size: 0.95rem;
      }

      .btn-continue {
          padding: 12px;
          font-size: 1rem;
      }
  }

  @media (max-width: 400px) {
      .hero-content h1 {
          font-size: 1.5rem;
      }

      .loan-calculator h3 {
          font-size: 1.2rem;
      }
  }



  .why-choose-section {
      padding: 0px 0;
      background: white;
      margin-bottom: 160px;
  }

  .why-choose-image img {
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      width: 98%;
      height: 100vh;
      object-fit: cover;
  }

  .why-choose-content {
      padding-left: 40px;
  }

  .why-choose-content h2 {
      font-size: 46px;
      color: #2c3e50;
      font-weight: 400;
      margin-bottom: 25px;
  }

  .lead-text {
      color: #727373;
      font-size: 1.05rem;
      line-height: 1.7;
      margin-bottom: 19px;
  }

  .features-list {
      list-style: none;
      padding: 0;
      margin: 0 0 70px 0;
  }

  .features-list li {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      font-size: 1.05rem;
      color: black;
  }

  .features-list li i {
      color: #0000ff85;
      font-size: 0.6rem;
      margin-right: 15px;
      flex-shrink: 0;
  }

  .btn-about-us {
      background: var(--primary-color);
      color: white;
      padding: 15px 45px;
      border: none;
      border-radius: 5px;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.3s;
      cursor: pointer;
  }

  .btn-about-us:hover {
      background: #2ab8b8;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(61, 213, 213, 0.4);
  }






  @media (max-width: 768px) {

      .why-choose-section {
          padding: 70px 0;
      }

      .why-choose-content {
          padding-left: 0;
          margin-top: 30px;
      }

      .why-choose-content h2 {
          font-size: 2.2rem;
      }
  }

  @media (max-width: 576px) {

      .why-choose-section {
          padding: 0px 0;
          margin-bottom: 50px;
      }
      .why-choose-image img {
        width: 100%;
      }

      .why-choose-content h2 {
          font-size: 1.8rem;
      }

      .lead-text {
          font-size: 0.95rem;
      }

      .features-list li {
          font-size: 0.95rem;
          margin-bottom: 15px;
      }

      .btn-about-us {
          padding: 12px 35px;
          font-size: 1rem;
      }
  }