  html,
  body {
      min-height: 100%;
      margin: 0;
      padding: 0;
      position: relative;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
      display: none;
  }

  html,
  body {
      -ms-overflow-style: none;
      scrollbar-width: none;
  }


  li {
      margin-bottom: 0;
      font-size: 18px;
  }

  p {
      font-family: "HelveticaNowDisplay";
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 300;
  }

  .biggerh1 {
      font-size: 110px;
      letter-spacing: -2%;
      font-weight: 400;
      font-style: normal;
      line-height: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-family: "HelveticaNowDisplay";
  }

  h1 {
      font-size: 58px;
      font-style: normal;
      font-weight: 500;
      line-height: 110%;
      letter-spacing: -0.03em;
  }

  h2 {
      font-size: 44px;
      font-style: normal;
      font-weight: 500;
      line-height: 110%;
  }

  h3 {
      font-size: 36px;
      letter-spacing: -0.01em;
  }

  h4 {
      font-size: 32px;
      letter-spacing: -0.01em;
  }

  h5 {
      font-size: 26px;
      letter-spacing: -0.01em;
  }

  h6 {
      font-size: 16px;
  }

  img {
      width: 100%;
      height: auto;
  }

  .mt-35 {
      margin-top: 35px;
  }

  .mt-30 {
      margin-top: 30px;
  }




  /* ==========================================
                Home page css
  ============================================= */


  /* Hero Video  Area Styles */
  .hero_video_area {
      position: relative;
      width: 100%;
      height: 92vh;
      overflow: hidden;
      background-color: #000;
  }

  .hero_video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
  }

  .hero_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      pointer-events: none;
      z-index: 1;
  }

  .hero_content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px 80px;
      color: #FFFFFF;
  }

  .hero_content .biggerh1 {
      color: #FFFFFF;
  }

  .hero_footer {
      position: absolute;
      bottom: 40px;
      left: 80px;
      right: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 30px;
      border-bottom: 1px solid #CCCCCC;
  }

  .hero_badge span {
      align-items: center;
      color: #FFFFFF;
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 20%;
      text-transform: uppercase;
  }

  .dot {
      width: 15px;
      height: 15px;
      background-color: #FDB913;
      border-radius: 50%;
      margin-right: 18px;
      display: inline-block;
  }

  .hero_explore a {
      align-items: center;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 20%;
      text-transform: uppercase;
      color: #FFFFFF;
  }

  .hero_explore a img {
      width: 13px;
      height: 13px;
      margin-left: 10px;
  }






  /* Mission Content */
  .mission-content {
      padding-left: 90px;
      padding-top: 80px;
  }

  .mission_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      margin-bottom: 40px;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  /* Main Images */
  .mission-image {
      margin-top: 30px;
  }

  .main-image img,
  .mission-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
  }

  /* Mission Content (Right Side) */
  .mission_section_title h2 {
      color: #011D41;
      margin-bottom: 40px;
  }

  .mission-desc p {
      color: #606060;
      font-weight: 400;
      font-style: normal;
  }

  /* Values Section (Left Side Bottom) */
  .values-area {
      margin-top: 80px;
  }

  .values_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      margin-bottom: 40px;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .values-flex {
      display: flex;
      gap: 60px;
      align-items: flex-start;
  }

  .values-list {
      flex: 0 0 45%;
  }

  .values-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .values-list li {
      color: rgba(1, 29, 65, 0.3);
      padding: 18px 0;
      border-bottom: 1px solid rgba(169, 177, 188, 1);
      cursor: pointer;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 32px;
      line-height: 110%;
      letter-spacing: 0%;
      white-space: nowrap;
  }

  .values-list li.active {
      color: rgba(1, 29, 65, 1);
      border-bottom: 1px solid rgba(1, 29, 65, 1);
  }

  .values-list li:hover {
      color: rgba(1, 29, 65, 1);
      border-bottom: 1px solid rgba(1, 29, 65, 1);
  }

  .value-description {
      flex: 1;
      height: 100%;
      display: flex;
      align-items: flex-start;
      padding-top: 15px;
  }

  .value-description p {
      color: #606060;
      font-weight: 400;
      line-height: 130%;
  }


  /* Service Section */
  .searvice-area {
      position: relative;
      background-color: #fff;
  }

  .searvice_cards {
      display: flex;
      flex-direction: column;
  }

  .searvice_card {
      position: sticky;
      top: 0;
      height: 100vh;
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .searvice_card_inner {
      width: 100%;
      height: 100%;
      position: relative;
  }

  .searvice_card_image-container {
      width: 100%;
      height: 100%;
      position: relative;
  }

  .searvice_card_image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .searvice_card_title_text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 80px;
      z-index: 2;
      color: #FFFFFF;
  }

  .searvice_card_title_text h2 {
      max-width: 1050px;
      color: #FFFFFF;
      margin-bottom: 80px;
  }

  .searvice_card_title_text span {
      font-family: "HelveticaNowDisplay";
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 20%;
      text-transform: uppercase;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 15px;
      color: #FFFFFF;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .searvice_card_title_text span:hover {
      gap: 25px;
      opacity: 1;
      transform: translateY(-5px);
  }

  .searvice_card_title_text span img {
      width: 15px;
      height: 15px;
      filter: brightness(0) invert(1);
  }

  .searvice_card_mobile {
      display: none;
  }

  /* When card is at the top (active) */
  .searvice_card.is-active .searvice_card_title_text h2 {
      opacity: 1;
      transform: translateY(0);
  }

  .searvice_card.is-active .searvice_card_title_text span {
      opacity: 0.8;
      transform: translateY(0);
  }













  /* explore services css */
  .explore_services_area {
      display: flex;
      background: #FFFFFF;
      height: 100%;
  }

  .explore_services_img {
      flex: 0 0 45%;
      overflow: hidden;
  }

  .explore_services_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .explore_services_content {
      flex: 1;
      padding: 40px 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .explore_services_content h5 {
      color: #011D41;
      margin-bottom: 15px;
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      letter-spacing: -2%;
  }

  .explore_services_content p {
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0%;
      color: #606060;
      margin-bottom: 20px;
  }

  .explore_link {
      color: #FDB913;
      text-decoration: none;
      padding-bottom: 2px;
      border-bottom: 1px solid #FDB913;
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 120%;
      letter-spacing: 10%;
      text-transform: uppercase;
      max-width: 150px;
  }

  .explore_link:hover {
      color: #1e478e;
      border-bottom-color: #1e478e;
  }


  .years_of_experience_area {
      background: #FFFFFF;
      padding: 30px 40px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
  }

  .years_of_experience_count span {
      color: #011D41;
      /* display: block; */
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 90px;
      line-height: 110.00000000000001%;
      letter-spacing: -3%;
      text-align: center;
  }

  .years_of_experience_count p {
      color: #606060;
      margin-top: 15px;
      font-style: normal;
      font-size: 18px;
      line-height: 120%;
      letter-spacing: 0%;
      white-space: nowrap;
  }

  .years_of_experience_img {
      position: relative;
      top: 30px;
      display: flex;
      justify-content: center;
  }

  .years_of_experience_img img {
      width: 100%;
      height: auto;
  }

  .trusted_area {
      background: #FFFFFF;
      padding: 40px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .trusted_images {
      display: flex;
      margin-bottom: 16px;
      flex-wrap: wrap;
      align-items: center;
  }

  .trusted_images img {
      width: auto;
      height: 100%;
      object-fit: contain;
      margin-right: -24px;
  }

  .trusted_content h4 {
      color: #011D41;
      font-weight: 500;
      margin-bottom: 20px;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      line-height: 110.00000000000001%;
      letter-spacing: -2%;
  }

  .trusted_content p {
      color: #606060;
      font-family: "HelveticaNowDisplay";
      font-weight: 300;
      font-style: normal;
      font-size: 18px;
      line-height: 120%;
      letter-spacing: 0%;
  }











  /* why choose us area */
  .why_choose_us_area {
      padding-right: 90px;
      padding-top: 30px;
      padding-bottom: 30px;
  }


  .why_choose_us_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      margin-bottom: 40px;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
      margin-bottom: 35px;
  }

  .why_choose_us_section_title h2 {
      color: #011D41;
      margin-bottom: 150px;
      font-style: normal;
      line-height: 120%;
  }

  .why_choose_us_desc p {
      color: #011D41;
      margin-bottom: 55px;
      font-weight: 400;
      font-style: normal;
      line-height: 130%;
  }

  .why_choose_us_button_link {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: #011D41;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 20%;
      text-transform: uppercase;
  }

  .why_choose_us_button_link::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #011D41;
      transition: width 0.3s ease;
  }

  .why_choose_us_button_link:hover::after {
      width: 100%;
  }

  .why_choose_us_button_link img {
      width: 14px;
      height: 14px;
      filter: brightness(0) saturate(100%);
      transition: transform 0.3s ease;
  }

  .why_choose_us_button_link:hover img {
      transform: translateX(5px);
  }

  .why_choose_us_img img {
      width: 100%;
      height: auto;
  }















  /* By the numbers section */
  .numbers_flex_container {
      display: flex;
      border: 1px solid #CCCCCC;
      background: transparent;
      width: 100%;
  }

  .number_item {
      flex: 1;
      height: 330px;
      padding: 40px;
      display: flex;
      flex-direction: column;
      border-right: 1px solid #CCCCCC;
  }

  .number_item:last-child {
      border-right: none;
  }

  .number_item.title_item {
      justify-content: flex-start;
  }

  .number_item:not(.title_item) {
      justify-content: space-between;
  }

  .number_item h3 {
      color: #011D41;
      font-weight: 500;
      font-style: normal;
      line-height: 100%;
      letter-spacing: 0%;
      margin: 0;
  }

  .number_value {
      color: #011D41;
      font-family: "HelveticaNowDisplay";
      font-weight: 300;
      font-style: normal;
      font-size: 90px;
      line-height: 1;
      letter-spacing: -0.03em;
  }

  .number_label {
      color: #606060;
      text-transform: capitalize;
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: 0%;
      margin-top: auto;
  }



























  /* Main Footer Styles */
  .main_footer {
      background-color: #011D41;
      color: #FFFFFF;
      width: 100%;
  }

  .footer_top,
  .footer_bottom {
      display: flex;
      width: 100%;
  }

  .footer_top {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer_logo_section {
      flex: 0 0 280px;
      padding: 36px 40px;
      border-right: 1px solid rgba(255, 255, 255, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .footer_logo_section img {
      width: 220px;
      max-width: 100%;
      height: auto;
  }

  .footer_copyright_section {
      flex: 0 0 25%;
      padding: 40px;
      border-right: 1px solid rgba(255, 255, 255, 0.15);
      display: flex;
      align-items: flex-start;
  }

  .footer_nav_section {
      flex: 1;
      padding: 36px 40px;
      border-right: 1px solid rgba(255, 255, 255, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .footer_social_section {
      flex: 0 0 280px;
      padding: 36px 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
  }

  .footer_info_grid {
      flex: 1;
      display: flex;
      width: 100%;
  }

  .footer_nav_section ul {
      display: flex;
      gap: clamp(30px, 4vw, 120px);
      margin: 0;
      padding: 0;
      list-style: none;
      flex-wrap: wrap;
      justify-content: center;
  }

  .footer_nav_section ul li a {
      color: #FFFFFF;
      text-decoration: none;
      transition: opacity 0.3s;
      text-transform: uppercase;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.1em;
      white-space: nowrap;
  }

  .footer_nav_section ul li a:hover {
      opacity: 0.7;
  }

  .footer_social_section img {
      width: 28px;
      height: auto;
      transition: transform 0.3s;
  }

  .footer_social_section a:hover img {
      transform: translateY(-3px);
  }

  .footer_copyright_section a {
      text-decoration: none;
      margin: 0;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0;
      color: #FFFFFF;
  }

  .footer_copyright_section a span {
      text-decoration: none;
      margin: 0;
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0;
      color: rgba(255, 255, 255, 0.6);
      display: block;
      margin-top: 4px;
  }

  /* Info Items */
  .footer_contact_info_item,
  .footer_email_info_item,
  .footer_location_info_item {
      flex: 1;
      padding: 40px;
      display: flex;
      align-items: center;
      gap: 20px;
      border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer_location_info_item {
      border-right: none;
  }

  .info_icon {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
  }

  .info_text span {
      display: block;
      margin-bottom: 6px;
      font-family: "HelveticaNowDisplay";
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: rgba(255, 255, 255, 0.6);
  }

  .info_text a {
      color: #FFFFFF;
      text-decoration: none;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: 0.02em;
      transition: opacity 0.3s;
  }

  .info_text a:hover {
      opacity: 0.8;
  }





  /* ==========================================
                About page css
  ============================================= */

  .page_header_wrap {
      position: relative;
      width: 100%;
      overflow: hidden;
  }

  .header_area {
      position: relative;
      width: 100%;
      height: 92vh;
      overflow: hidden;
      background-color: #000;
  }

  .header_area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
  }

  .header_content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px 80px;
      color: #FFFFFF;
  }

  .header_content .biggerh1 {
      color: #FFFFFF;
  }


  .header_content span {
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #FDB913;
      display: inline-block;
      /* margin-bottom: 28px; */
  }


  .header_footer {
      position: absolute;
      bottom: 40px;
      left: 80px;
      right: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 30px;
      border-bottom: 1px solid #CCCCCC;
  }

  .header_badge span {
      align-items: center;
      color: #FFFFFF;
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 20%;
      text-transform: uppercase;
  }

  .dot {
      width: 12px;
      height: 12px;
      background-color: #FDB913;
      border-radius: 50%;
      margin-right: 12px;
      display: inline-block;
  }

  .header_explore a {
      align-items: center;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 20%;
      text-transform: uppercase;
      color: #FFFFFF;
  }

  .header_explore a img {
      width: 13px;
      height: 13px;
      margin-left: 10px;
  }



  /* About page intro section */
  .about_section_padding {
      background-color: #FFFFFF;
      padding: 100px 80px;
  }

  .about_section_title {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 60px;
  }

  .about_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .border_right {
      flex: 1;
      height: 1px;
      background-color: #CCCCCC;
  }

  .about_intro_content {
      display: flex;
      gap: 215px;
      margin-top: 120px;
  }

  .about_intro_left {
      flex: 0.30;
  }

  .about_intro_right {
      flex: 1;
  }

  .about_intro_left p {
      color: #606060;
      font-weight: 400;
      font-style: normal;
      line-height: 140%;
      letter-spacing: 0%;
  }

  .about_intro_right h4 {
      text-indent: 300px;
      font-weight: 400;
      font-style: normal;
      line-height: 130%;
      color: #011D41;
      text-align: justify;
  }

  .about_intro_right h4 span {
      color: #FDB913;
  }

  .about_timeline_area {
      padding-top: 120px;
  }

  .about_timeline_content {
      padding-top: 60px;
      padding-right: 60px;
  }

  .about_timeline_content p {
      font-weight: 400;
      font-style: normal;
      font-size: 22px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #011D41;
      padding-bottom: 30px;
  }

  .about_timeline_content span {
      font-family: "HelveticaNowDisplay";
      font-weight: 300;
      font-style: normal;
      font-size: 18px;
      line-height: 120%;
      letter-spacing: 0%;
      color: #606060;
  }


  /* foundation of unity section */
  .foundation_of_unity_section_padding {
      padding: 100px 80px;
  }

  .foundation_of_unity_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
      margin-bottom: 35px;
  }

  .foundation_of_unity_section_title h2 {
      color: #011D41;
      margin-bottom: 50px;
      font-style: normal;
      line-height: 120%;
  }

  .foundation_of_unity_section_content p {
      color: #606060;
      font-weight: 400;
      font-style: normal;
      line-height: 140%; 
  }

  .owner_details_padding {
      margin-top: 80px;
      justify-content: end;
  }

  .owner_details_area {
      display: flex;
      gap: 150px;
      background-color: #FFFFFF;
      padding: 40px 50px;
      margin-bottom: 10px;
  }

  .owner_name_content {
      flex: 1;
  }

  .owner_desc_content {
      flex: 1;
  }

  .owner_name_content h4 {
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      letter-spacing: -2%;
      color: #011D41;
  }

  .owner_desc_content p {
      font-weight: 300;
      font-style: normal;
      font-size: 18px;
      line-height: 120%;
      letter-spacing: 0%;
      color: #606060;
  }






  .purpose_image_area {
      display: block;
      position: relative;
      height: 100%;
  }

  .purpose_image_area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .purpose_section_title p,
  .commitment_section_title p,
  .future_goal_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      margin-bottom: 25px;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .purpose_content_area {
      padding: 80px;
      border: 1px solid #CCCCCC;
      height: 100%;
  }

  .purpose_content h2 {
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      color: #011D41;
      padding-bottom: 100px;
  }

  .purpose_content p {
      font-weight: 400;
      font-style: normal;
      line-height: 140%;
      letter-spacing: 0;
      color: #606060;
  }

  .mt-40 {
      margin-top: 40px;
  }

  .commitment_image_area {
      display: block;
      position: relative;
      text-align: end;
      height: 100%;
  }

  .commitment_image_area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .commitment_content_area {
      padding: 80px;
      border: 1px solid #CCCCCC;
      height: 100%;
  }

  .commitment_content h2 {
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      color: #011D41;
      padding-bottom: 100px;
  }

  .commitment_content p {
      font-weight: 400;
      font-style: normal;
      line-height: 140%;
      letter-spacing: 0;
      color: #606060;
  }









  .future_goal_image_area {
      display: block;
      position: relative;
      height: 100%;
  }

  .future_goal_image_area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .future_goal_content_area {
      padding: 80px;
      border: 1px solid #CCCCCC;
      height: 100%;
  }

  .future_goal_content h2 {
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      color: #011D41;
      padding-bottom: 100px;
  }

  .future_goal_content p {
      font-weight: 400;
      font-style: normal;
      line-height: 140%;
      letter-spacing: 0;
      color: #606060;
  }







  .csr_activities_area {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      min-height: 800px;
  }

  .csr_activities_content_area {
      flex: 1 1 50%;
      padding: 120px 98px 120px 180px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #011D41;
      position: relative;
  }

  .csr_activities_title p {
      color: #FFFFFF;
      margin-bottom: 70px;

      text-transform: uppercase;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .csr_activities_list {
      margin-bottom: 250px;
  }

  .csr_activities_list ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .csr_activities_list ul li {
      color: rgba(255, 255, 255, 0.3);
      padding-top: 10px;
      padding-bottom: 10px;
      cursor: pointer;
      transition: all 0.3s ease;
      padding-left: 25px;
      border-left: 4px solid rgba(30, 71, 142, 0.30);
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 44px;
      line-height: 110%;
      letter-spacing: 0%;
  }



  .csr_activities_list ul li.active {
      color: #FFFFFF;
      border-left: 4px solid #FDB913;
  }

  .csr_activities_list ul li:hover {
      color: #FFFFFF;
  }

  .csr_activities_content {
      margin-bottom: 40px;
      max-width: 600px;
      /* Slightly wider for better line breaks */
      height: 160px;
      /* Fixed height to prevent layout jumps during transitions */
      display: flex;
      align-items: flex-start;
  }

  .csr_activities_content p {
      color: #FFFFFF;
      font-size: 18px;
      line-height: 1.6;
      font-weight: 300;
  }

  .csr_activities_btn a {
      color: #FFFFFF;
      font-size: 14px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 15px;
      font-weight: 500;
      transition: opacity 0.3s ease;
  }

  .csr_activities_btn a:hover {
      opacity: 0.8;
  }

  .csr_activities_btn a img {
      width: 14px;
      height: auto;
  }

  .csr_activities_image_area {
      flex: 1 1 50%;
      display: flex;
      position: relative;
      overflow: hidden;
  }

  .csr_activities_image_area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }



  /* Associate Client Styles */
  .associate_client_section_title p {
      color: #1C1C1C;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .associate_client_section_title h2 {
      font-weight: 500;
      font-style: normal;
      line-height: 100%;
      color: #1C1C1C;
      margin-bottom: 0px;
  }

  .associate_client_images {
      display: flex;
      flex-wrap: wrap;
      margin-top: 80px;
      border-top: 1px solid #E0E0E0;
      border-left: 1px solid #E0E0E0;
      background-color: #FFFFFF;
  }

  .associate_client_logo {
      flex: 1 0 16.66%;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #E0E0E0;
      border-bottom: 1px solid #E0E0E0;
      padding: 30px;
      transition: all 0.3s ease;
  }

  .associate_client_logo img {
      max-width: 100%;
      max-height: 80px;
      object-fit: contain;
  }

  /* ==========================================
              Blog Page CSS
============================================= */

  .blog_section {
      background: #fff;
      padding-bottom: 80px;
  }

  .blog_section_title {
      text-align: center;
      margin-bottom: 60px;
  }

  .blog_section_title p {
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
      color: #1C1C1C;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-transform: uppercase;
  }

  .blog_section_title h2 {
      font-weight: 500;
      font-style: normal;
      line-height: 1.2;
      color: #1C1C1C;
      margin-bottom: 80px;
  }

  .blog_item_inner {
      border: 1px solid #CCCCCC;
      padding: 0;
      height: 100%;
      transition: all 0.3s ease;
  }

  .blog_item {
      margin-bottom: 30px;
  }

  .blog_item_inner:hover {
      background: #FFFFFF;
      border-color: #FDB913;
  }

  .blog_date {
      font-size: 14px;
      color: #FDB913;
      font-weight: 500;
      font-family: "HelveticaNowDisplay";
      display: block;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
  }

  .blog_card_image {
      width: 100%;
      height: auto;
      overflow: hidden;
  }

  .blog_card_content {
      padding: 30px;
  }

  .blog_card_image img {
      width: 100%;
      object-fit: cover;
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }

  .blog_item:hover .blog_card_image img {
      transform: scale(1.08);
  }

  .blog_card_content h5 {
      line-height: 1.3;
      margin-bottom: 18px;
      color: #011D41;
      font-weight: 500;
  }

  .blog_read_more {
      font-size: 14px;
      font-weight: 500;
      color: #011D41;
      text-decoration: none;
      letter-spacing: 0.1em;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      position: relative;
      padding-bottom: 4px;
      font-family: "HelveticaNowDisplay";
      text-transform: uppercase;
      transition: all 0.3s ease;
  }

  .blog_read_more img {
      width: 12px;
      height: 12px;
      filter: brightness(0);
      transition: transform 0.3s ease;
  }

  .blog_read_more:hover {
      color: #FDB913;
  }

  .blog_read_more:hover img {
      transform: translateX(5px);
      filter: brightness(0);
  }

  .blog_read_more::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #111;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.4s ease;
  }

  .blog_read_more:hover::after {
      transform: scaleX(1);
      transform-origin: left;
      background: #FDB913;
  }

  /* Blog Details Styles */
  .blog_details_content {
      margin: 0 auto;
  }

  .blog_details_text h2 {
      margin-top: 25px;
      margin-bottom: 25px;
      color: #011D41;
  }

  .blog_details_text p {
      margin-bottom: 25px;
      line-height: 1.8;
      color: #444;
      font-size: 19px;
  }

  .blog_details_text .intro {
      font-size: 24px;
      font-weight: 400;
      color: #011D41;
      line-height: 1.6;
      margin-bottom: 40px;
  }

  .blog_quote {
      background: #f9f9f9;
      padding: 25px 60px;
      border-left: 5px solid #FDB913;
      /* margin: 50px 0; */
      position: relative;
  }

  .blog_quote blockquote {
      font-size: 30px;
      font-weight: 500;
      line-height: 1.4;
      color: #011D41;
      margin-bottom: 20px;
      font-family: "HelveticaNowDisplay";
      border: none;
      padding: 0;
  }

  .blog_quote cite {
      font-style: normal;
      font-weight: 500;
      color: #666;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
  }

  .blog_inner_image {
      margin: 50px 0;
      border-radius: 12px;
      overflow: hidden;
  }









  /* Contact Page Styles */
  .contact_header p {
      text-transform: uppercase;
      color: #1C1C1C;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
      margin-bottom: 40px;
  }

  .contact_header h2 {
      color: #1C1C1C;
      padding-bottom: 20px;
  }

  .contact_form_content .contact_desc p {
      color: #606060;
      margin-bottom: 40px;
  }

  .contact_info {
      display: flex;
      gap: 50px;
  }

  .contact_info_item {
      display: flex;
      align-items: center;
      gap: 30px;
  }

  .contact_info_icon {
      width: 60px;
      height: 60px;
      background: #f9f9f9;
      border: 1px solid #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      transition: all 0.3s ease;
  }

  .contact_info_item:hover .contact_info_icon {
      background: #011D41;
      border-color: #011D41;
  }

  .contact_info_icon img {
      width: 24px;
      height: 24px;
      filter: brightness(0) saturate(100%);
      transition: all 0.3s ease;
  }

  .contact_info_item:hover .contact_info_icon img {
      filter: brightness(0) invert(1);
  }

  .contact_info_text span {
      display: block;
      font-family: "HelveticaNowDisplay";
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.20em;
      color: #888;
      margin-bottom: 5px;
  }

  .contact_info_text h6 {
      font-weight: 500;
      color: #011D41;
      margin: 0;
  }

  .contact_info_text h6 a {
      color: inherit;
      text-decoration: none;
  }

  .contact_info_item.card_style {
      display: flex;
      align-items: flex-start;
      background: #fdfdfd;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 30px;
      height: 100%;
      transition: all 0.3s ease;
  }

  .contact_info_item.card_style:hover {
      border-color: #FDB913;
  }


  .form-group {
      margin-bottom: 30px;
  }

  .unique_form_design {
      background: #FFFFFF;
      border-radius: 20px;
      padding: 60px 40px;
      border: 1px solid #EEEEEE;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
  }

  .form_top_content h3 {
      font-weight: 500;
      color: #011D41;
      margin-bottom: 10px;
  }

  .form_top_content p {
      color: #888;
      font-size: 16px;
  }

  .unique_input {
      position: relative;
  }

  .unique_form_design input,
  .unique_form_design textarea {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 1.5px solid #e0e0e0;
      border-radius: 0;
      padding: 15px 0 10px;
      color: #111;
      font-size: 16px;
      transition: all 0.3s ease;
  }

  .unique_form_design textarea {
      resize: none;
  }

  .unique_form_design input:focus,
  .unique_form_design textarea:focus {
      border-bottom-color: #FDB913;
      outline: none;
      background: transparent;
  }

  .unique_input label {
      position: absolute;
      top: 15px;
      left: 0;
      color: #999;
      font-size: 16px;
      pointer-events: none;
      transition: 0.3s ease all;
      font-weight: 400;
  }

  /* Floating label active state */
  .unique_form_design input:focus~label,
  .unique_form_design input:not(:placeholder-shown)~label,
  .unique_form_design textarea:focus~label,
  .unique_form_design textarea:not(:placeholder-shown)~label {
      top: -10px;
      font-size: 13px;
      color: #FDB913;
      font-weight: 500;
  }

  .unique_btn {
      background-color: #011D41;
      color: #FFFFFF;
      border: none;
      padding: 18px 50px;
      border-radius: 30px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      cursor: pointer;
      transition: all 0.4s ease;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }

  .unique_btn:hover {
      background-color: #FDB913;
      color: #000000;
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(253, 185, 19, 0.3);
  }


  .unique_btn:hover img {
      filter: brightness(0) !important;
  }

  .submit_btn {
      color: #FFFFFF;
      background-color: #011D41;
      border: none;
      padding: 15px 45px;
      border-radius: 10px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 16px;
  }

  .submit_btn:hover {
      background-color: #FDB913;
      color: #000000;
      transform: translateY(-3px);
  }

  .google_map {
      line-height: 0;
      border-top: 1px solid #eee;
  }

  .google_map iframe {
      filter: grayscale(0.5);
  }

  .contact_info_text a {
      color: #011D41;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }






  /* Services Page Styles */
  .services_section_padding {
      padding: 100px 120px;
      background-color: #FFFFFF;
  }

  .services_section_title {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 60px;
  }

  .services_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .border_right {
      flex: 1;
      height: 1px;
      background-color: #CCCCCC;
  }

  .services_intro_content {
      display: flex;
      gap: 215px;
      margin-top: 50px;
  }

  .services_intro_left {
      flex: 1;
  }

  .services_intro_right {
      flex: 0.50;
  }

  .services_intro_left h4 {
      font-weight: 400;
      font-style: normal;
      line-height: 130%;
      letter-spacing: 0%;
      color: #011D41;
      /* text-align: justify; */
  }

  .services_intro_right p {
      color: #606060; 
      font-weight: 400;
      font-style: normal;
      line-height: 140%;
      letter-spacing: 0%;
  }

  .services_card_top_padding {
      padding-top: 80px;
  }

  .service_card {
      display: block;
      position: relative;
      background-color: #F4F4F2;
      border-radius: 12px; 
          justify-content: space-around;
  }

  .service_card_image {
      display: block;
      position: relative;
  }

  .service_card_image img {
      width: 100%;
  }

  .service_top_content {
      padding: 30px;
      border-bottom: 1px solid #DDDDDD;
  }

  .service_short_name {
      margin-bottom: 20px;
  }

  .service_short_name span {
      background-color: #E5E7F0;
      color: #1E478E;
      padding: 4px 14px;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0%;
      border-radius: 5px;
  }

  .service_top_content h5 {
      font-weight: 500;
      font-style: normal;
      line-height: 120%; 
      color: #1C1C1C;
      margin: 0;
  }

  .service_bottom_content {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
      align-items: center;
      padding: 25px 30px 30px 30px;
  }

  .services_read_more_content h4 {
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      line-height: 120%;
      letter-spacing: 0%;
      color: #1C1C1C;
      margin-bottom: 5px;
  }

  .services_read_more_content h6 {
      font-weight: 400;
      font-style: normal;
      line-height: 120%;
      letter-spacing: 0%;
      color: #86868B;
      margin: 0;
  }

  .service_read_more_button a {
      background-color: #1E478E;
      color: #FFFFFF;
      padding: 12px 22px;
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 13px;
      line-height: 120%;
      letter-spacing: 24%;
      text-transform: uppercase;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border-radius: 6px;
  }

  .service_read_more_button a:hover {
      background-color: #011D41;
      color: #FFFFFF;
  }

  /* customer requirement banner */

  .servicse_customer_requirement_banner_area {
      position: relative;
      display: block;
  }

  .servicse_customer_requirement_banner_area img {
      width: 100%;
      height: auto;
  }

  .servicse_customer_requirement_banner_content {
      position: absolute;
      top: 50%;  
      z-index: 10;
          transform: translate(-0%, -50%);
  }

  .servicse_customer_requirement_banner_content h2 {
      font-weight: 300;
      font-style: normal; 
      line-height: 110%;
      letter-spacing: 0%;
      color: #FFFFFF;
      margin: 0;
  }

  .servicse_customer_requirement_banner_content h2 span {
      font-weight: 500;
      color: #FFFFFF;
  }

  .servicse_customer_requirement_banner_content button {
      display: flex;
      align-items: center;
      gap: 30px;
      color: #FFFFFF;
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0%; 
      margin-top: 60px;
      border: 1px solid #FDB913;
      border-radius: 12px;
      padding: 18px;
      max-width: 235px;
      cursor: pointer;
  }

  .servicse_customer_requirement_banner_content button img {
      width: 24px;
      height: 24px;
      display: block;
  }






  .machinery_section_padding {
      padding: 100px 120px;
      background-color: #FFFFFF;
  }

  .machinery_section_title {
      margin-bottom: 80px;
  }

  .machinery_section_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      margin-bottom: 40px;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .machinery_section_title h2 {
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      letter-spacing: 0%;
      color: #011D41;
      margin: 0;
  }

  .machinery_card {
      position: relative;
      border-radius: 8px;
      display: block;
  }

  .machinery_card_image img {
      width: 100%;
  }

  .machinery_card_content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      z-index: 3;
  }

  .machinery_card_content h4 {
      color: #FFFFFF;
      font-weight: 500;
      font-style: normal;
      line-height: 120%;
      letter-spacing: 0%;
      margin-bottom: 10px;
  }

  .machinery_card_content p {
      color: rgba(255, 255, 255, 0.8);
      font-weight: 400;
      font-style: normal;
      line-height: 100%;
      letter-spacing: 0%;
      margin: 0;
  }




  /* servises details page */
  .service_details_section_padding {
      padding: 100px 120px;
  }

  .service_details_header {
      background-image: url(../upload/services/service-header.webp);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 160px 20px;
      border-radius: 16px;
      position: relative;
      overflow: hidden;
  }

  .service_details_header h2 {
      font-weight: 500;
      font-style: normal;
      font-size: 48px;
      line-height: 120%;
      letter-spacing: 0%;
      text-align: center;
      margin: 0;
      color: #FFFFFF;
      position: relative;
      z-index: 2;
  }

  .service_details_title {
      margin-bottom: 40px;
  }

  .service_details_title p {
      text-transform: uppercase;
      color: #1C1C1C;
      margin-bottom: 50px;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.20em;
  }

  .service_details_title h2 {
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      letter-spacing: 0%;
      color: #011D41;
      margin-bottom: 40px;
  }

  .service_details_title span {
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #606060;
  }

  .service_details_img {
      display: block;
      position: relative;
      margin-bottom: 50px;
  }

  .service_details_img img {
      width: 100%;
  }

  .service_details_content h4 {
      font-weight: 500;
      font-style: normal;
      line-height: 110%;
      letter-spacing: 0%;
      color: #011D41;
      margin-bottom: 30px;
  }

  .service_details_content ul {
      margin-bottom: 30px;
      padding-left: 40px;
  }

  .service_details_content ul li {
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 140%;
      letter-spacing: 0%;
      color: #606060;
      list-style: square;
  }

  .service_details_content p {
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #606060;
      margin-bottom: 30px;
  }

  .service_contact_area {
      background-color: #FFFFFF;
      padding: 30px;
      border-radius: 16px;
  }

  .service_contact_title h5 {
      font-weight: 500;
      font-style: normal;
      line-height: 120%;
      letter-spacing: 0%;
      color: #1C1C1C;
      margin-bottom: 15px;
  }

  .service_contact_title p {
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 130%;
      letter-spacing: 0%;
      color: #606060;
      margin-bottom: 30px;
  }

  .service_contact_title a {
      font-family: "HelveticaNowDisplay";
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 120%;
      letter-spacing: 24%;
      text-align: center;
      color: #FFFFFF;
      background-color: #1E478E;
      padding: 13px 0;
      border-radius: 6px;
      display: block;
  }








  .service_contact_email_area {
      margin-top: 20px;
      padding: 30px;
      border: 1px solid #DDDDDD;
      border-radius: 12px;
  }

  .service_contact_email_title h5 {
      font-weight: 500;
      font-style: normal;
      line-height: 120%;
      letter-spacing: 0%;
      color: #1C1C1C;
      margin-bottom: 15px;
  }

  .service_contact_email_title p {
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 130%;
      letter-spacing: 0%;
      color: #606060;
      margin-bottom: 45px;
  }

  .service_contact_email_title a {
      font-family: "HelveticaNowDisplay";
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 130%;
      letter-spacing: 0%;
      text-decoration: underline;
      color: #0666B4;
  }

  /* Inquiry Modal Styles */
  .custom_modal_content {
      border-radius: 24px;
      padding: 20px;
      border: none;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }

  .modal_body_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 35px;
      padding: 0 10px;
  }

  .modal_body_title {
      font-size: 32px;
      font-weight: 500;
      color: #011D41;
      margin: 0;
  }

  .modal_custom_close {
      background: #f1f3f7;
      border: none;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      cursor: pointer;
  }

  .modal_custom_close:hover {
      background: #e2e5ea;
      transform: scale(1.1);
  }

  .custom_form label {
      font-weight: 500;
      font-size: 13px;
      color: #4B5563;
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
  }

  .custom_form .form-control {
      border-radius: 12px;
      padding: 15px 20px;
      border: 1.5px solid #E5E7EB;
      font-size: 15px;
      color: #111827;
      background-color: #F9FAFB;
      transition: all 0.2s ease-in-out;
  }

  .custom_form .form-control:focus {
      box-shadow: 0 0 0 4px rgba(30, 71, 142, 0.08);
      border-color: #1E478E;
      background-color: #FFFFFF;
      outline: none;
  }

  .custom_form .form-control::placeholder {
      color: #9CA3AF;
      font-weight: 400;
  }

  .inquiry_submit_btn {
      font-family: "HelveticaNowDisplay";
      background-color: #FDB913;
      color: #011D41;
      border: none;
      border-radius: 12px;
      padding: 12px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      width: 100%;
  }

  .inquiry_submit_btn:hover {
      background-color: #011D41;
      color: #FFFFFF;
      transform: translateY(-2px);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }

  .inquiry_submit_btn:active {
      transform: translateY(0);
  }

  .hero_video_area img {
      height: 100%;
      /* width: auto; */
      object-fit: cover;
  }

  .pure_white_bg {
    background-color: #fff;
  }

  .pr-80 {
    padding-right: 80px;
  }