    body {
      font-family: 'Segoe UI', sans-serif;
    }

    html {
      scroll-behavior: smooth;
    }

    .top-bar {
      background: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ccc;

    }

    .top-bar .logo img {
      width: 300px;
    }

    /* Logo image responsiveness inside navbar-brand */
    .navbar-brand img {
      width: 180px;
      height: auto;
    }

    @media (max-width: 991.98px) {
      .navbar-brand img {
        width: 140px;
      }

    }

    @media (max-width: 575.98px) {
      .navbar-brand img {
        width: 120px;
      }
    }


    /* Navbar Custom Theme */
    .navbar {
      background-color: #009cde !important;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .navbar-brand {
      color: white !important;
      font-weight: 700;
      font-size: 22px;
    }

    .navbar-brand:hover {
      color: #ffd700 !important;
      /* Optional: golden hover */
    }

    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 500;
      margin-left: 20px;
      font-size: 16px;
    }

    .navbar-nav .nav-link:hover {
      color: #ffd700 !important;
      transition: color 0.3s ease-in-out;
    }

    .navbar-toggler {
      border-color: white;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .company-logo {
      width: 150px;
    }

    .call-btn {
      background-color: #009cde;
      color: white;
      padding: 10px 20px;
      font-size: 20px;
      font-weight: 600;
    }

    .call-btn:hover {
      border: 2px solid #009cde;
      color: #009cde;
    }

    .top-bar .call-text {
      color: #009cde;
      font-weight: bold;
      font-size: 14px;
    }


  


    .hero-section {
      position: relative;
      height: 100vh;
      color: #fff;
      overflow: hidden;
    }
    .hero-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      animation: slideZoom 24s infinite;
      opacity: 0;
      z-index: 1;
    }
    .hero-slide:nth-child(1) {
      background-image: url('../images/image003.jpg');
      animation-delay: 0s;
    }
    .hero-slide:nth-child(2) {
      background-image: url('../images/image003.jpg');
      animation-delay: 8s;
    }
    .hero-slide:nth-child(3) {
      background-image: url('../images/image003.jpg');
      animation-delay: 16s;
    }

    @keyframes slideZoom {
      0% {
        opacity: 0;
        transform: scale(1) translateY(100%);
      }

      5% {
        opacity: 1;
        transform: scale(1.05) translateY(0);
      }

      30% {
        opacity: 1;
        transform: scale(1.1) translateY(0);
      }

      35% {
        opacity: 0;
        transform: scale(1.1) translateY(-100%);
      }

      100% {
        opacity: 0;
      }
    }
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
    }
    .hero-content {
      position: relative;
      z-index: 3;
      top: 50%;
      transform: translateY(-50%);
    }
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgb(0 0 0 / 40%);
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero h1 {
      font-size: 32px;
      font-weight: bold;
      color: #fff;
      background: rgba(0, 147, 221, 0.8);
      display: inline-block;
      padding: 10px 20px;
    }
    .consultation-form,
    .consultation-form2 {
      background-color: #ffffff;
      border: 3px solid #009cde;
      padding: 20px;
      border-radius: 5px;
      margin-top: 20px;
    }
    .consultation-form h4,
    .consultation-form2 h4 {
      background-color: #009cde;
      color: white;
      text-align: center;
      padding: 10px;
      border-radius: 3px;
      font-size: 18px;
    }
    .consultation-form p {
      color: black;
      text-align: center;
    }
    .consultation-form .form-control,
    .consultation-form2 .form-control {
      margin-bottom: 10px;
    }
    .btn-black {
      background-color: black;
      color: white;
      width: 100%;
    }

    .btn-black:hover,
    .btn-black:focus {
      background-color: #009cde;
      color: white;
    }

    .bg-tro {
      background: #009cdeab;
      padding: 25px;
    }

    .bg-tro h1 {
      font-family: " Sans-serif";
      font-size: 50px;
      font-weight: 600;
      line-height: 70px;
      color: #FFFFFF;
    }
    .consultation-form {
      margin-right: 70px;
    }







    .icon a {
      background: #009cde;
      border-radius: 50%;
      padding: 11px 15px;
      font-size: 15px !important;
    }

    .hero-content a:hover {
      color: #ffd700;
      transition: color 0.3s;
    }

    .aboo h3 {
      font-family: "Times New Roman", Sans-serif;
      font-size: 49px;
      font-weight: 600;
      line-height: 36px;
      color: #2A2424;
    }

    .section-title {
      font-family: "Cinzel Decorative", serif;
      font-size: 42px;
      font-weight: 600;
      color: #231f20;
      margin-bottom: 0.5rem;
    }

    .shape-divider {
      display: flex;
      align-items: center;
      margin-top: 10px;
      gap: 10px;
    }

    .shape-divider .line {
      width: 40px;
      height: 3px;
      background-color: #29aaf2;
    }

    .shape-divider .icon {
      font-size: 20px;
      color: #555;
    }

    .aboo p {
      font-size: 22px;
      margin-top: 30px;
    }

    h3.fw-bold {
      font-family: "Times New Roman", Sans-serif;
      font-size: 49px;
      font-weight: 600;
      line-height: 36px;
      color: #FFFFFF;
    }

    p.proo {
      font-size: 18px;
      margin-top: 20px;
    }

    .bg-primary {
      --bs-bg-opacity: 1;
      background-color: #38b6ff !important;
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }

    .propp {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .cort {
      padding: 20px;
    }

    .cort h6 {
      font-family: "Alata", Sans-serif;
      font-size: 26px;
      font-weight: 600;
      line-height: 33px;
      color: #FFFFFF;
    }

    .cort p {
      font-size: 18px;
    }

    .loonnn {
      position: relative;
      background-image: url(../images/bg-loan.jpg);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #121010;
      z-index: 1;
      padding: 60px 20px;
    }

    .loonnn::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      /* Black with 20% opacity */
      z-index: 2;
    }

    .loonnn>* {
      position: relative;
      z-index: 3;
      /* Ensure your content sits above the black overlay */
    }

    h6.fw-bold {
      font-family: "Alata", Sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      color: #38B6FF;
    }

    .loonnn p {
      text-align: center;
      color: #595959;
      font-family: "Nunito", Sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
    }

    a.btn.btn-primary.px-4 {
      background: #38b6ff !important;
      font-size: 20px !important;
      padding: 11px 0px;
      border: double !important;
    }

    a.btn.btn-primary:hover {
      background-color: #121010 !important;
      border: 0 !important;

    }

    /* For Mobile Responsive  */
    @media (max-width: 767.98px) {
      .top-bar .logo img {
        width: 150px;
      }

      .small-none {
        display: none;
      }

      .call-btn {
        padding: 10px 15px;
        font-size: 15px;
      }

      .company-logo {
        display: none;
      }

      .bg-tro h1 {

        font-size: 22px;
        line-height: 40px;
        text-align: center;

      }

      .d-flex.justify-content-end.gap-3.mt-4.icon {
        justify-content: center !important;
      }

      .row {
        padding-left: 15px;
        padding-right: 15px;
      }

      h3.fw-bold.mb-4.bg-primary {
        width: 100% !important;
      }

      .consultation-form {
        margin-right: 0px !important;
      }

      .loonnn {
        padding: 60px 0;
      }

      .card img {
        width: 100%;
      }

      .card-body h6 {
        font-size: bold !important;
      }

      a.btn.btn-primary.px-4 {
        margin: 10px;
      }

      .aboo h3,
      h3.fw-bold {
        font-size: 40px;
      }

      #contact h3 {
        font-size: 25px;
      }

      .cort {
        padding: 0;
      }

      .hero-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;

        margin-bottom: 30px;
        height: 105vh !important;
      }
    }

    .f-link {
      color: white;
      text-decoration: none;
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .top-bar .logo img {
        width: 200px;
      }

      .small-none {
        display: none;
      }

      .bg-tro {
        padding: 15px;
      }

      .bg-tro h1 {
        font-size: 30px;
        line-height: 45px;
      }

      .consultation-form {
        min-width: 100%;
        margin-right: 10px;
        margin-left: -80px;
      }

      .consultation-form h4 {
        font-size: 16px;
      }

      .cort h6 {
        font-size: 24px;
      }

      .cort {
        padding: 5px;
      }

      #contact h3 {
        font-size: 25px;
        width: 10%;
      }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
      .consultation-form {
        min-width: 100%;
        margin-right: 20px;
        margin-left: -70px;
      }

      .bg-tro {
        padding: 25px;
      }

      .bg-tro h1 {
        font-size: 38px;
        line-height: 50px;
      }
    }


/* ✅ Full Landscape Orientation Fix */
@media screen and (orientation: landscape) and (max-width: 991.98px) {
  
  /* Hero Section flexible height */
  .hero-section {
    height: auto !important;
    min-height: 100vh;
    padding: 40px 0 !important;
  }

  /* Hero content no vertical centering */
  .hero-content {
    top: unset !important;
    transform: none !important;
    margin-top: 20px !important;
  }

  /* Stack text + form vertically */
  .hero-section .row {
    flex-direction: column !important;
  }

  /* Form full width + auto height */
  .consultation-form {
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    margin: 20px auto !important;
  }

  /* About section safe margin */
  #about {
    margin-top: 50px !important;
    position: relative;
    z-index: 5;
  }
}





