body { 
    overflow-x: hidden;
    /* font-family: "Helvetica Neue" !important;  */
  }


  :root{
    --primary-color: #ff8e3e;
    --secondary-color: #2C5785;
    --bg-color: #FFFAF0;
    --black: #222222;
    --white: #fff;

  }
  h1,h2,h3,h4,h5,h6{
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
    font-weight: 500;
  }

  body p {
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: Bold;
    font-style: normal;
    font-display: swap;
  }
  
  body {
    overflow-x: hidden;
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  }
  body p {
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  }
  @font-face {
    font-family: "Airbnb Cereal VF";
    src:
      url("/fonts/AirbnbCerealVF.woff2") format("woff2"),
      url("/fonts/AirbnbCerealVF.woff") format("woff"),
      url("/fonts/AirbnbCerealVF.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Circular";
    src:
      url("/fonts/Circular.woff2") format("woff2"),
      url("/fonts/Circular.woff") format("woff"),
      url("/fonts/Circular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }



 
   /* for all css start */
   .heading{
    font-size:33px ;
    font-weight: bold;
    color: #10253b;  
  } 

   section {
    max-width: 100%;
    overflow-x: hidden;
    color: #3a3c3d;
  } 

  .text-justify{
    text-align: justify;
  }
  .card-title{
    margin: 15px 0;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.btn-all {
  display: inline-block;
  padding: 7px 12px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  border: none;
  text-align: center;
  transition:
    background-color 0.5s ease,
    color 0.5s ease;
  min-width: 40%;
  border: #000 0.5px solid;
  background-color: #ffffff;
}

.btn-all:hover {
  background-color: #000000;
  color: #ffffff;
}

.accordion-button{
  background-color: white;
  color: #2c5785;
}

.accordion-button:not(.collapsed) {
  color: #2c5785;
  background-color: white;
}

 /* Breadcrumb styling */
 .breadcrumb {
  display: flex; 
  justify-content: left;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 0.95rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›"; /* Chevron-style separator */
  color: #fff;
  padding: 0 0.5rem;
}

.breadcrumb a {
  color: #ffffff; /* Light text for dark background */
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.breadcrumb a:hover {
  color: #0dcaf0; /* Light blue on hover */
}

.breadcrumb-item.active {
  color: #bbb; /* Muted for active breadcrumb */
}

.hero-pages-heading { 
  font-weight: 600;
  color: #ffffff; 
}

  /* for all css end  */
  

 
  .collab-contact-form {
    background: #fff;
    padding: 20px 20px 35px 20px;
    border-radius: 1rem;
}
.collab-contact-form h2{
  padding-left: 15px;
  margin-bottom: 20px;
  color: #222;
  font-size: 1.5rem;
}
.contact-form-right-side{
  margin-top: 10px;
}


  /* Nav Bar start*/
  
  .logo {
    height: 50px;   
    width: auto;    
    max-width: 100%; 
     }
  
    .navbar-nav {
        margin: 0 auto;  
    }
    .navbar-nav .nav-item {
    margin: 0 20px; /* Add horizontal spacing */
  }
    .nav-item a {
        color: #000000;  
        font-weight: 500;
    }
    .nav-item a:hover {
        color: #EC4814; 
    }
    .navbar-brand img {
        height: 40px;  
    }
    .language-dropdown {
        margin-left: auto;
    }
     
    .globe-icon {
    color: var(--black);  
    font-size: 1.2em; 
    }
    .navbar-toggler, .navbar-toggler:focus {
      border: none !important;
      box-shadow: none;
    }
  
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; 
        background-color: white;
        padding: 5px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      } 

      .nav-item.dropdown {
        position: relative;
    }

      .nav-item a {
        color: #000;
        font-weight: 500;
        transition: color 0.3s ease-in-out;
    }

    .nav-item .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: var(--white);
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      min-width: 200px;
      z-index: 1000;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
      
  }

  .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
} 
.mobile-dropdown-toggle {
  margin-left: 5px;
  cursor: pointer;
} 
    .nav-item a:hover {
        color: #EC4814;
    } 
    .navbar-brand img {
      height: 50px;
  } 

  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #fff;
}
    /* Nav Bar end*/


    /* new home page hero section start */
     
    .hero-section {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), 
      url('../images/webposter.jpg') no-repeat center bottom;
      background-size: auto;
      background-position: center;
      /*margin-top: 25px;*/
      height: 100vh;
      display: flex;
      align-items: center;
    }

    .hr-section {
      /* background: url('https://img.freepik.com/free-photo/gradient-dark-blue-futuristic-digital-grid-background_53876-129728.jpg?t=st=1744655086~exp=1744658686~hmac=61b08785d085f86a1b041e2044be0d105a8a459ef917f0fa7f8a628c0f7def1c&w=1380') no-repeat center bottom; */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), 
      url('../images/webposter-internal-pages.jpg') no-repeat center bottom;
      background-size: cover;
      background-position: center;
      /* margin-top: 25px; */
      height: 100vh;
      display: flex;
      align-items: center;
    }

    .hr-section-sam {
      background: url(https://img.freepik.com/free-photo/gradient-dark-blue-futuristic-digital-grid-background_53876-129728.jpg?t=st=1744655086~exp=1744658686~hmac=61b0878…&w=1380) no-repeat center bottom;
      background-size: cover;
      background-position: center;
      /* margin-top: 25px; */
      height: 70vh;
      display: flex
  ;
      align-items: center;
  }
     
    .heading-home{
      font-size: 40px;
    }
    .hero-icon svg {
      width: 24px;
      height: 24px;
    }
    .text-sb-orange {
      color: #EC4814;
    }
    .bg-btn-wrapper {
      position: relative;
      display: inline-block;
      border-radius: 5px; 
    }
    .bg-btn-wrapper::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: #EC4814;
      transition: height 0.3s ease;
      z-index: 0;
      border-radius: 5px;
    }
    .bg-btn-wrapper:hover::before {
      height: 0%;
    }
    .bg-btn {
      background-color: transparent;
      color: white;
      border: 1px solid transparent;
      border-radius: 5px;
      position: relative;
      z-index: 1;
      transition: color 0.3s ease, border 0.3s ease;
    }
    .bg-btn:active, .bg-btn:focus, .bg-btn:focus-visible {
      color: #ffffff !important;
      background-color: #ec4814 !important;
      border-color: #ec4814 !important;
      box-shadow: none !important;
  }
    .bg-btn:hover {
      border: 1px solid #EC4814;
      color: #EC4814;
    }


    .heroform{
      background-color: #fff;
      margin-bottom: 5px;
    }
    .form-box {
      background-color: #ecececcc;
      padding: 30px;
      border-radius: 10px;
    }
    /* new home page hero section end */

   




  /*home page Hero Section Styles */
  /* .hero-section {
    background-color:  var(--primary-color);
    min-height: 80vh;
  }

  .left-section {
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    height: 100vh;
}

 
  .about-page{
    margin-top: 60px;
  }
  .job-opening-page{
    margin-top: 60px;
  }
  .contact-page{
    margin-top: 60px;
  }

  .sercard{
    margin-top: 0px;
  }


  .product{
    padding: 1rem;
  }
  
  .product-main-btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    border: none;
    text-align: center;
    transition:
      background-color 0.5s ease,
      color 0.5s ease;
    min-width: 20%; 
    background-color: var(--black);
    color: #fff;
  }


  .first-col {
    margin-top: 60px;
    text-align: left;
    padding: 0px 100px;
  }
  .hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .hero-heading {
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 20px;
  }
  
  .hero-subheading {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 20px;
  }
  
  .main-btn {
    display: inline-block;
    padding: 7px 15px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    border: none;
    text-align: center;
    transition:
      background-color 0.5s ease,
      color 0.5s ease;
    min-width: 40%;
    border: #000 0.5px solid;
    background-color: #ffffff;
  }
  
  .main-btn:hover {
    background-color: #ffffff;
    color: #000000;
  }
 
  .hero-btn button{
    background-color: #000;
    color: #fff;
  }
  
  .asterisk {
    color: red;
    height: auto;
    width: 4px;
  }
  .hero-image img {
    width: 100%;
    height: 80vh;
  } */
  /*home page  hero section end */
  



  /*home page our services start */
  .our-services { 
    overflow-y: hidden
  }

  .sercard {
    margin-top: 0px;
  }

  .our-services-div h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
  }

  .services-subheading {
    margin-bottom: 50px;
    text-align: center;
  }

  .product-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px; 
    transition: transform 0.3s ease;
    height: 100%;
    text-align: left; 
    background-color: white;
  }

  

  .card-image {
    height: 150px;
    position: relative;
  }

  .card-image img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    border-radius: 12px;
  }

  .card-title-overlay {
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #EC4814;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 0px 10px;
  }

  .card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: white;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    padding: 20px;
    text-align: justify;
  }

  .product-card:hover .card-content {
    transform: translateY(0);
  }

  .card-text {
    color: #555;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .btn-all {
    padding: 8px 16px;
    background-color: #EC4814;
    color: white;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .btn-all:hover { 
    border: 2px solid #EC4814;
    background-color: transparent;
    color: #cf3d0c; 
  }
 
    .product-card::before,
    .product-card::after {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      background-color: #EC4814;
      transition: all 0.5s ease;
    }

    .product-card::after {
      right: 0;
      bottom: 0;
    }

    .product-card::before {
      left: 0;
      top: 0;
    }

    .product-card:hover::before {
      width: 100%;
      transition-delay: 0s;
    }

    .product-card:hover::after {
      width: 100%;
      transition-delay: 0.2s;
    }

/*   
  .our-services {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sercard{
    margin-top: 0px;
  }
  
  .our-services-div h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
  }
  .services-subheading {
    margin-bottom: 50px;
    text-align: center;
  }
   
  .main-card {
    display: flex;
    align-items: flex-start;  
    gap: 25px;
    max-width: 800px;
    margin: 15px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
   
  .main-card:hover {
    transform: translateY(-5px);
  }
   
  .card-image {
    flex: 0 0 40%;  
    border-radius: 6px;
    overflow: hidden;
    height: 200px;
  }
  
  .card-image img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    border-radius: 15px;
  }
   
  .card-content {
    flex: 1;  
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
   
  
  .card-text {
    margin: 0 0 20px 0;
    color: #666;
    line-height: 1.6;
    font-size: 16px;
  } */
    /* our home page services end */ 






    /* home page our team start */
    .team-card {
      position: relative;
      overflow: hidden; 
      border-radius: 20px;
      background: #fff;
      transition: all 0.3s ease;
    }
    .social-links {
      position: absolute;
      bottom: 80px;
      right: -100%;
      background: white;
      border-top-left-radius: 1rem;
      border-bottom-left-radius: 1rem;
      transition: right 0.3s ease;
      display: flex;
      flex-direction: column;
      padding: 1rem;
    }
    .team-card:hover .social-links {
      right: 0;
    }
    .social-links a {
      padding: 1rem;
      transition: color 0.3s ease;
      color: #000;
      border-bottom: 1px solid #EC4814;
    }
    .social-links a:hover {
      color: #EC4814;
    }
    .team-img {
      width: 100%;
      border-radius: 20px 20px 0 0;
    }
    .team-info h1 {
      font-size: 1.25rem;
      font-weight: 700;
      color: #1F2937;
    }
    .team-info p {
      font-size: 1rem;
      margin-top: 0.5rem;
    }
















    .team-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      height: 100%; /* Force full height */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .team-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .social-links {
      padding: 10px;
      text-align: center;
      background-color: #ebebeb;
    }

    .team-info {
      text-align: center;
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .team-info h1 {
      font-size: 1.25rem;
      margin-bottom: 5px;
    }

    .team-info p {
      margin: 0;
      color: gray;
    }

    .arrow-link {
      text-align: center;
      padding: 0px 0px 10px 0;
    }
    /* home page our team end */







































    /* services Overview start */

    .overview-text{
      text-align: justify;
    }
    .overview-img {
      width: 100%;
      height: 500px;
      object-fit: cover;
      border-radius: 1rem;
    }
   
    .services-overview-sec{
        padding: 64px 0px;
    }
    .services-overview-div p{ 
        text-align: justify; 
    }
    .services-overview-div h2{ 
        padding: 0px 10px 10px 10px; 
        font-weight: 500;
        font-size: 2rem;
    }
    /* services Overview end */



    /* various offerings start */
    /* .various-offerings-sec{
        padding: 64px 0px;
    } */

    .nav-link {
      width: 100%;
      text-align: left; 
    }

    .nav-pills {
      overflow-x: scroll;
      scrollbar-width: none; /* Firefox */
    }
    .nav-item-tab{
      width: 95%;
    }
    .nav-pills::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera */
    }
    







    .nav-pills .nav-link.active { 
      background-color: var(--primary-color); 
      border: 1px solid #EC4814;
        color: #fff;
    }
    .nav-pills .nav-link {
      border: 1px solid #EC4814;
        color: #EC4814; 
        margin: 10px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nav-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling */
    }
    .nav-item {
        flex: 1 0 auto; /* Ensures tabs don't shrink too much */
    }
    .tab-pane p{ 
        text-align: justify;
    }
    .offering-heading{ 
        font-weight: 500; 
        padding: 10px 0px;
        font-size: 2.5rem;
    }
    .various-offering-img{
      height: 350px;
      max-height: 400px;
      object-fit: cover;
      object-position: center
    } 
    /* various offerings end  */


    /* why us start */
      /* Custom card styling */

      /* new */
      .reason-card {
        position: relative;
        overflow: hidden;
        border-radius: 0.5rem;
        height: 150px;
      }
  
      .reason-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
        z-index: 1;
      }
  
      .reason-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.8;
        position: relative;
        z-index: 0;
      }
  
      .title-overlay {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
        z-index: 2;
      }
  
      .reason-number {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #ff5722;
        color: white;
        padding: 5px 14px;
        border-radius: 50%;
        font-size: 1rem;
        font-weight: bold;
        z-index: 3;
      }
  
      .reason-text {
        font-size: 0.95rem;
        color: #333;
      }
  
      .text-sb-orange {
        color: #ff5722;
      }
  
      .heading {
        font-size: 1.75rem;
        font-weight: bold;
      }

      .reason-card-one{
        order: 1;
      }
      .reason-card-two{
        order: 2;
      }
      .reason-card-three{
        order: 3;
      }
      .reason-card-four{
        order: 4;
      }
      .reason-card-five{
        order: 5;
      }
      .reason-card-six{
        order: 6;
      }
      .reason-card-seven{
        order: 7;
      }
      .reason-card-eight{
        order: 8;
      }
      /* new */

      
      






























      .why-heading { 
        padding: 0px 10px 10px 10px;
        font-weight: 500;
        font-size: 2.5rem;
    }
    .why-subheading {
        padding: 0px 10px; 
    }
    .Why-us h3 { 
        font-weight: 500; 
    }
    .why-us-heading{ 
      font-weight: 500; 
      padding: 10px 0px;
      font-size: 2.5rem;
  }




 


    /* Custom Card Styling */
    .custom-card {
        background-color: rgb(243 244 246 / 31%); /* Light gray */
        border-radius: 12px;
        padding: 20px;
        transition: transform 0.3s ease-in-out;
    }
    .custom-card:hover {
        transform: scale(1.02);
    }

    /* Number Box */
    .number-box {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 24px; 
        color: #ff8e3e;  
        border: #ff8e3e solid 2px;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    /* Support Container */
    

    /* Text Content */
    .text-content {
        width: 100%;
    }
    .text-content h3 {
        font-size: 20px;
        font-weight: 500;
        color: #374151; /* Dark gray */
    }
    .text-content p {
        font-size: 1rem;
        color: #4B5563; /* Medium gray */
    }
    /* why us end */


    /* association model start */
    .association-card {
      position: relative;
      overflow: hidden;
      border-radius: 0.5rem;
      height: 250px;
  }
  .association-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.association-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  position: relative;
  z-index: 0;
}
.title-overlay-association {
  position: absolute;
  top: 30%;
  left: 15px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 2;
}

.associate-sec-one{
  order: 1;
}
.associate-sec-two{
  order: 2;
}
.associate-sec-three{
  order: 3;
}
.associate-sec-four{
  order: 4;
}
.associate-sec-five{
  order: 5;
}
.associate-sec-six{
  order: 6;
}
    /* association model end */




    /* faq start */
    .faq-header {
      cursor: pointer;
    }
    .faq-icon {
      width: 30px;
      height: 30px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ec4814;
      color: white;
      font-size: 20px;
    }
    .faq-section {
      background-color: #f8f9fa;
    }
      
    .accordion-button:not(.collapsed) {
      background-color: transparent;
      color: inherit;
      box-shadow: none;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    .accordion-item {
      margin-bottom: 10px;
      border-radius: 10px;
      overflow: hidden;
    }
    .faq-image {
      border-radius: 16px;
      height: 400px; 
      max-height: 450px;
    }
    /* faq end */


    /* process start */ 


    .arrow-container {
      display: flex;
      align-items: center;
      width: fit-content;
      margin-bottom: 15px;
      border-radius: 10px; 
    }
    .arrow-text {
      border: 1px solid #EC4814;
      padding: 10px 15px;
      border-radius: 10px;
    }
    .arrow-text p{
     margin: 0px;
    }

    .arrow-label {
      background: var(--secondary-color);
      color: #fff;
      padding: 25px 38px;
      line-height: 1.3;
      text-align: left;
      clip-path: polygon(0 0, 65% 0, 100% 50%, 65% 100%, 0 100%, 30% 50%);
  }
  
  

    .arrow-label p {
      margin: 0;
    }

    .arrow-content {
      background-color: var(--primary-color);
      color: white;
      padding: 10px 45px;
      clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 11% 50%);
      font-weight: bold;
      min-width: 250px;
      margin-right: 20px;
      position: relative;
      left: -17px;
      min-height: 70px;
      align-items: center;
      display: flex;
  }

    .step-section {
      display: flex;
      align-items: flex-start;
      margin-top: 20px;
    }

    .step-badge {
      width: 30px;
      height: 30px;
      background-color: #5c9c4d;
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      font-weight: bold;
      margin-right: 15px;
    }

    .step-content p {
      margin: 0;
    }

    .step-content strong {
      display: block;
    } 

























    .process-image {
      height: 100%;
      min-height: 370px;
      max-height: 100%;
    }

    .step-badge {
      width: 35px;
      height: 35px;
    }
    .badge{
      background-color: #EC4814;
      border-radius: 50%;
      padding: 0px 13px;
    }


    .step-toggle svg {
      transition: transform 0.3s ease;
    }
    .step-toggle {
      color: black;
      text-decoration: none;
    }
    .step-toggle:hover {
      color: black;
      text-decoration: none;
    }
    .toggle-icon {
      display: inline-block;
      vertical-align: middle;
      transition: transform 0.3s ease;
    }
    .step-toggle.collapsed .icon-up {
      display: none;
    }
    .step-toggle:not(.collapsed) .icon-down {
      display: none;
    }





















    .process-heading { 
      padding: 0px 10px 10px 10px;
      font-weight: 500;
      font-size: 2.5rem;
  }

  .Industries-heading { 
    padding: 0px 10px 10px 10px;
    font-weight: 500;
    font-size: 2.5rem;
}
  .process-subheading {
      padding: 0px 10px; 
  }
  .process-us h3 { 
      font-weight: 500; 
  }
  .process-us-heading{ 
    font-weight: 500; 
    padding: 10px 0px;
    font-size: 2.5rem;
}

    .step-line {
      width: 2px;
      height: 40px;
      background-color: #ff8e3e;
      flex-grow: 1;
      margin-top: 10px;
  }
  .step-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #ff8e3e;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
  }
  .step-container {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
    /* process end */



    



    /* technology start */
    
    .commonSection {
      background-color: #fff;
  }
  
  .blue-text {
      color: #005eb8;
  }
  
  .ui_ux_design{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .blue-border-line {
      height: 4px;
      width: 100px;
      background-color: var(--primary-color); 
      display: block;
      margin: 0 0 10px;
  }
  
  .technology_box {
      border: 1px solid #e9ecef;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
      border-radius: 8px;
      padding: 10px;
      margin: 10px;
      min-width: 120px;
      transition: all 0.3s ease;
  }

  .technology_box_new {
    border: 1px solid #e9ecef;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
    border-radius: 8px;
    padding: 10px;
    margin: 10px;
    min-width: 100px;
    transition: all 0.3s ease;
}
/* .technology-logo{
  border: 0.5px solid rgb(209, 209, 209);
  border-radius: 5px;
} */
  
  .technology_box:hover { 
      transform: translateY(-5px);
  }
  
  .technology_box img {
      margin-bottom: 10px;
  }
  
  .technology-heading {
      font-size: 18px;
      line-height: 30px; 
      font-weight: 500;
      text-align: left;
  }
  
  .subtech-heading {
      font-size: 18px;
      font-weight: 600;
      margin-top: 20px;
      color: #333;
  }
  
  /* Desktop tabs styling */
  .operations__tab-container {
      position: relative;
  }
  .operations__tab--active{
    background-color: var(--primary-color);
    border: 1px solid #EC4814;
    color: #fff;
    
  }
  .operations__tab--active h3{
    color: #ffffff !important;
  }
  .operations__tab {
      padding: 5px 0;
      position: relative;   
      border: 1px solid #EC4814;
    color: #EC4814;
    margin: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
  }




  .operations__tab-container ul{
    margin-bottom: 0px;
  }
  .operations__tab--active .font-bd, 
  .operations__tab:hover .font-bd {
      color: #005eb8;
      font-weight: 600;
  }
  
  .operations__tab--active:before {
      content: "";
      display: none;
      height: 30px;
      right: -17px;
      position: absolute;
      top: 15px;
      width: 30px;
      border-radius: 20px;
      background: #ff8e3e 0 0 no-repeat padding-box;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      border: 5px solid #fff;
      opacity: 1;
      z-index: 2;
  }
  
  .technologies-right {
      /* border: 2px solid #dadfe3; */
      border: 1px solid #d4d4d4;
      border-radius: 8px;
      z-index: 1;
  }
  /* .technologies-left{
    border-top: 2px solid #dadfe3;
    border-bottom: 2px solid #dadfe3;
    border-left: 2px solid #dadfe3;
 
  }
   */
  .operations__content {
      display: none;
  }

  /* .operations__content {
    border: 1px solid #e9ecef;
    border-radius: 8px;
} */

  
  .operations__content--active {
      display: block;
  }
  
  /* Mobile view */
  .custom-icon-wrap {
      margin-bottom: 15px;
  }
  
  .circle-border {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #f8f9fa;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      border: 1px solid #e9ecef;
  }
  
  /* Tooltip styling */
  .tooltip {
      visibility: hidden;
      width: 120px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -60px;
      opacity: 0;
      transition: opacity 0.3s;
  }
  
  .technology_box:hover .tooltip {
      visibility: visible;
      opacity: 1;
  }
  .engagem-content h3 {
    padding: 0px 0px 0px 10px;
    color: #212529;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
}
    /* technology end */



    /*home page industries start */  




    /* Industry Card Styles */
 .industry-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.industry-card:hover {
  border: 1px solid #EC4814;
}

.industry-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
}

.industry-card p {
  color: #6c757d;
  font-size: 1rem;
  margin-top: 1rem;
}

.industry-icon {
  border-radius: 5px;
  background-color: #FFFAF0;
  border: 1px solid #EC4814;
}

.industry-card::before,
.industry-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 12px;
  transition: all 0.4s ease;
  pointer-events: none;
}

.industry-card::before {
  top: 0;
  left: 0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.industry-card::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

.industry-card:hover::before {
  width: 100%;
  height: 100%;
  border-top: 1px solid rgb(236, 72, 20);
  border-left: 1px solid rgb(236, 72, 20);
  border-top-left-radius: 12px;
}

.industry-card:hover::after {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgb(236, 72, 20);
  border-right: 1px solid rgb(236, 72, 20);
  border-bottom-right-radius: 12px;
}
 
.arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #EC4814;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.arrow-icon svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.industry-card:hover .arrow-icon {
  background-color: #fff;
  border: 1px solid #EC4814;
}

.industry-card:hover .arrow-icon svg path {
  fill: #EC4814;
}

 
 

 
 

 
 

  





























  























    





   
/* Industry Box Common Styling */
/* .industry-box {
  text-align: center;
  padding: 40px 5px;
  color: white;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
 
.industry-box1 { background-color: hsla(0, 73%, 51%, 0.8); } 
.industry-box2 { background-color: hsla(198, 68%, 58%, 0.8); } 
.industry-box3 { background-color: hsla(28, 100%, 50%, 0.8); } 
.industry-box4 { background-color: hsla(76, 50%, 53%, 0.8); } 
.industry-box5 { background-color: hsla(278, 37%, 45%, 0.8); } 
 
.industry-box:hover {
  transform: scale(1.08);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
}
 
.industry-icon {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}
 
.industry-text {
  font-size: 18px;
  font-weight: 600;
}
 
.industry-box::after {
  content: "→"; 
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.industry-box:hover::after {
  opacity: 1;
  transform: translateX(8px);
}
 
a { 
  text-decoration: none;
}
 
.Industries {
  padding: 64px 0px; 
}
 
.Industries-heading {   
  padding: 10px 10px; 
}
 
.Industries-sub-heading {
  padding: 0px 10px; 
  font-size: 18px;
  color: #666;
}
.Industries-coloum{
  justify-content: space-between;
}
  
.industries-hero-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
 
.industries-main-btn {
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  transition: background-color 0.5s ease, color 0.5s ease;
  min-width: 40%;
  border: 0.5px solid #000;
  background-color: #fff;
  cursor: pointer;
}
 
.industries-main-btn:hover {
  background-color: #000;
  color: #fff;
}     */

/*home page industries end */




    /* Association start */

    
.Association-sec{
  padding: 64px 0px;
}
.Association-div p{ 
  text-align: justify;
  padding: 0px 10px;
}
.Association-div h2{ 
  padding: 0px 10px 10px 10px; 
  font-weight: 500;
  font-size: 2rem;
}

/* Association end */








  



  /* our product start*/

  .listing-subheading{
    text-align: justify !important;
  }

  .our-product {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #f3ede721;
  }
  
  .our-product-div h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
  }
  .product-subheading {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .product-section {
    padding-bottom: 3rem;
  }
   
  
  .product-wrapper {
    margin-top: 2rem;
  }
  
  .product-image-wrapper {
    position: relative;
    width: 100%;
  }
  
  .product-mobile-image {
    width: 100%;
    height: 24rem;
    border-radius: 0.75rem;
    object-fit: cover;
  }
  
  .product-desktop-image {
    width: 100%;
    height: 600px;
    border-radius: 0.75rem;
    object-fit: cover;
  }
  
  .product-content {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2.5rem;
    margin-top: 1.25rem;
    position: relative;
  }
  
  .product-heading {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .product-paragraph {
    color: #4b5563;
    font-weight: 500;
    margin: 0;
  }
  .product-image-wrapper {
    position: relative;
    width: 100%;
  }
  
  .product-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    border-radius: 0.75rem; /* Match the image border radius */
    z-index: 1;
  }
  
  .product-mobile-image,
  .product-desktop-image {
    width: 100%;
    height: 24rem; /* Adjust for mobile */
    border-radius: 0.75rem;
    object-fit: cover;
    position: relative;
    z-index: 0; /* Ensures the image is below the gradient overlay */
  }
  
  .product-desktop-image {
    height: 600px; /* Adjust for desktop */
  }
  
  /* our product end */
  



  /* product listing page start */
  
  .product-card {
    max-width: 800px;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06), 0 -2px 4px rgba(0,0,0,0.04), 2px 0 4px rgba(0,0,0,0.04), -2px 0 4px rgba(0,0,0,0.04);
    transition: transform 0.3s ease;
}

    .product-card-title{
        margin: 15px 0 10px 0;
        font-size: 23px;
        color: #333;
        font-weight: 500;
 
    }


    
    
  /* product listing page end */



  /* our team start */
  .our-team {
    margin-top: 60px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  
  .our-team-div h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
  }
  .team-subheading {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .team-card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .team-img {
    width: 100%;
    height: 270px; 
    object-position: top;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
  }
  .team-head-text {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .team-cta {
    display: flex;
    justify-content: center;
  }
  .team-cta button {
    min-width: 20%;
  }
  .team-cta button:hover {
    background-color: #000;
    color: white;
  }





  .team-card {
    position: relative;
    overflow: hidden; 
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: transform 0.3s ease;
    background-color: #fff;
  }
  
  .team-img {
    width: 100%;
    border-radius: 0px 0px 80px 0px;
  }
  
  .linkedin-hover {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  
  .linkedin-icon-bg {
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
  
  .linkedin-icon-bg img {
    width: 20px;
    height: 20px;
  }
  
  .team-card:hover .linkedin-hover {
    opacity: 1;
  }
  
  /* our team end */
  



  /* form start*/
  .from-sec {
    min-height: 100vh; 
  }
  
  .left-content {
    background: white;
    padding: 80px 64px;
    border-radius: 10px;
    text-align: left;
    max-width: 70%;
    margin: 20px;
  }
  
  .left-content .icon {
    background: #ff8000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .contact-p {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
  }
  .contact-p1 {
    font-weight: bold;
    line-height: 45px;
    font-size: 32px;
  }
  .contact-p2 {
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    font-style: normal;
  }
  
  .left-section { 
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    height: 100vh;
  }
  
  .right-section {
    background-color: #f3ede721;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  form {
    width: 100%; 
  }
  
  label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  
  input,
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #232323;
    border-radius: 5px;
  }
  
  .icons {
    display: flex;
    flex-direction: column;
  }
  
  .icon-container {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  
  .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .icon-container span,
  .icon-container p {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
  }
  /* form end */
  


  /*home page footer start*/
  footer {
    color: white;
    padding: 20px 30px;
    position: relative;
  } 

  .footetr-bg-img {
     background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/footer-bg.jpg');  
 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
  }
  /* .footer-container { 
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
  } */
  
  .footer-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
    color: #f6f6f6;
  }
  
  .footer-section h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #ff9f1c;
    border-radius: 10px;
  }
  
  .footer-section p {
    color: #f6f6f6;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  
  .footer-section ul {
    list-style: none;
  }
  
  .footer-section ul li {
    margin-bottom: 12px;
  }
  
  .footer-section ul li a {
    color: #f6f6f6;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  
  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(246, 237, 237, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6f6f6;
  }
  
  .subscribe-form {
    display: flex;
    margin-top: 20px;
    position: relative;
  }
  
  .subscribe-form input {
    flex-grow: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #f6f6f6;
    transition: var(--transition);
  }
  
  .subscribe-form input::placeholder {
    color: #f6f6f6;
  }
  
  .subscribe-form input:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  .subscribe-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background-color: #ff9f1c;
    color: white;
    border: none;
    border-radius: 30px;
    width: 40px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .subscribe-form button:hover {
    background-color: #842d13;
  }
  
  .copyright {
    text-align: center; 
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #f6f6f6;
    font-size: 14px;
  }
  
  .copyright a {
    color: var(--accent-color);
    text-decoration: none;
  }
  
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #3a6ea5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }
  
  .back-to-top.visible {
    opacity: 1;
    visibility: visible;
  }
  
  .back-to-top:hover {
    background-color: #004e98;
    transform: translateY(-5px);
  }
  ol,
  ul {
    padding-left: 0px;
  }
  /*home page footer end */



  /*home page contact form start */


  .contact-section .rounded-pill {
    border-radius: 50rem;
  }
  .contact-section .form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
  }
  .contact-section .btn-warning {
    background-color: #EC4814;
    border: none;
  }
  .contact-section .btn-warning:hover {
    background-color: #d44110;
  }
  .contact-section .shadow {
    background-color: #fff;
  }
  .contact-section .border {
    border: 2px solid #EC4814 !important;
  }
  .contact-form{
    /* background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0)), 
  url('https://i.pinimg.com/736x/92/70/c1/9270c19eb7d37366c20da05e28844248.jpg') 
  no-repeat center bottom;  */
    background: #f8f9fa;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 -2px 4px rgba(0, 0, 0, 0.04), 2px 0 4px rgba(0, 0, 0, 0.04), -2px 0 4px rgba(0, 0, 0, 0.04);
    padding: 65px 50px;
  }
   .formbtn-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
    transition: border 0.3s ease;
    border: 1px solid transparent;
    color: #fff;
  }  
   .formbtn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #EC4814;
    transition: height 0.3s ease;
    z-index: 0;
    border-radius: 5px;
    color: white;
  }  
  .formbtn:hover::before {
    height: 0%;
  }
  .formbtn:hover { 
    color: #ffffff;
  }
  .formbtn { 
    background-color: #EC4814;
    color: white;  /* Set default text color to white */
    width: 100%;
    padding: 15px;
    border: 1px solid #EC4814;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, border 0.3s ease;
    text-align: center;
  }
  .formbtn:hover {
    color: #EC4814; /* Change text color on hover */
  }

  a {
    text-decoration: none;
  }  
  
  .contact-form h5, .contact-form p, .contact-form h4, .contact-form h6{
    color: #222;
  }
  .contact-form p a{
    color: #EC4814 !important;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.form-select{
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 20px;
}
.contact-form .bg-btn{
  background: #EC4814 !important;
}
.contact-form-right-side .rounded-circle {
  padding: 6px 9px !important;
  border-color: #EC4814 !important;
}
.contact-form .bg-btn:hover{
  background: #fff !important;
  color: #EC4814 !important;
  border-color:#EC4814 !important;
}
  

  











  /* .contact-section {
    background-color: rgba(243, 244, 246, 0.75);
    padding: 5rem 0;
}
.contact-form {
     background: white;
    border-radius: 1rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); 
    margin: auto;  
}
.contact-form div{
  padding: 0px 3rem; 
}
.contact-btn {
    background-color: #000000;
    color: white;
    font-size: 1.25rem;
    padding: 0.75rem;
    transition: background-color 0.5s ease, color 0.1s ease;
}
.contact-btn:hover {
    background-color: #ffffff;
}
.contact-heading {
    font-size: 3rem;
    font-weight: bold;
}
.contact-info {
    font-size: 1.25rem;
    margin-top: 1rem;
}
.form-control {
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 4px;
}


.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; 
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
} */
  /* contact form end */


  /* career page start */
 
.job-header {
    text-align: center;
    padding: 15px 20px;
}
.jon-header h2 {
    font-weight: bold;
    color: #212529;
}
.filters { 
    margin-bottom: 30px;
}
.filters .btn {
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.job-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 -2px 4px rgba(0, 0, 0, 0.04), 2px 0 4px rgba(0, 0, 0, 0.04), -2px 0 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    display: none;
}
.apply-link {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.apply-link:hover {
    text-decoration: underline;
}
.badge {
    font-size: 0.9rem;
    margin-right: 5px;
}
.read-more {
    background-color: #EC4814;
    color: white;
    border: 1px solid #EC4814;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.read-more:hover {
    background-color: transparent;
    color: #EC4814;
    border: #EC4814 1px solid;
}

.btn-carrer {
  background-color: transparent;
  color: #EC4814;
  border: 1px solid #EC4814;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-carrer.active {
  background-color: #FF8E3E;
  color: #fff;
  border: 1px solid #EC4814;
}


 


.job-description {
    display: none;
    margin-top: 10px;
    color: #333;
}
.job-description-title{ 
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.careers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.careers-header-img {
  flex: 1;
  min-width: 300px;
}
.careers-header-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.job-header {
  flex: 1;
  text-align: left;
}



.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 1000px;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}







.btn1{
  background-color: #2B5785;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn1:hover{
  color: white;
}



#whatsappBtn {
  position: fixed;
  bottom: 80px;
  right: 18px;
  z-index: 1000;
  background-color: #25D366;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
#whatsappBtn i {
  color: white;
  font-size: 24px;
}


  /* career page end */



  /* about page start */
  .about-div{
    padding: 0px 10px;
  }
    .about-heading{ 
      font-weight: 500;
      font-size: 2.5rem;
    }

    .mission-section {
      color: #2C5785;
  }
  .mission-card-text{
     color: #080707;
    }
  .mission-card-text h3{
    padding: 5px 0px;
    margin-bottom: 0px;
  }
  .mission-card {
      background: white;
      border-radius: 12px;
      padding: 40px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
      border-left: 5px solid #2C5785;
      position: relative;
  }
  .vision-section {
      color: #ff8e3e;
  }
  .vision-card-text{
    color: #080707;
   }
 .vision-card-text h3{
   padding: 5px 0px;
   margin-bottom: 0px;
 }
  .vision-card {
      background: white;
      border-radius: 12px;
      padding: 30px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
      border-left: 5px solid #ff8e3e;
      position: relative;
  }
  .values-section {
      color: #2C5785;
  }
  .values-card-text{
    color: #080707;
   }
 .values-card-text h3{
   padding: 5px 0px;
   margin-bottom: 0px;
 }
  .values-card {
      background: white;
      border-radius: 12px;
      padding: 30px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
      border-left: 5px solid #2C5785;
      position: relative;
  }
  .about-team-heading{
    font-weight: 500;
    font-size: 2.5rem;
  }
    
  .mission-card::before, .mission-card::after,
  .vision-card::before, .vision-card::after,
  .values-card::before, .values-card::after {
      content: "";
      position: absolute;
      width: 50px;
      height: 4px;
      background: currentColor;
      top: 50%;
      transform: translateY(-50%);
  }
  .mission-card::before, .vision-card::before, .values-card::before { left: -50px; }
  .mission-card::after, .vision-card::after, .values-card::after { right: -50px; }
  

 
  .pages-hero-section {
    position: relative;
    margin-top: 70px;
    background-color: #ff8e3e;
    text-align: center;
    padding: 25px 0 25px;
}
.product-head nav{
  padding-top: 0px !important;
}
.inline-cta {
    position: relative;
    margin: -35px auto 0;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 
    text-align: center;
    z-index: 10; 
}

.inline-cta h2 {
    color: #333;
    margin-bottom: 10px;
}

.inline-cta input,
.inline-cta textarea {
    background: #f8f8f8;
    border: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 5px;
}





#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 7px 15px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}

#scrollTopBtn:hover {
  background-color: #555;
}


  /* Responsive Design */




  @media (max-width: 767px) {
    .hero-section {
      background-color: var(--primary-color);
      min-height: 70vh;
  }
  .contact-form div {
    padding: 0px 1rem;
}
      .row {
          flex-direction: column;
          display: flex;
          align-items: center;
      }
      
      .mission-card::before, .mission-card::after,
      .vision-card::before, .vision-card::after,
      .values-card::before, .values-card::after {
            display: none;
      }

      .arrow-container { 
        flex-direction: column;
      }





      
  }
  /* about page end */
   
  /* Media Queries for Responsiveness */
  @media (max-width: 1200px) {
    .navbar-nav .nav-item {
    margin: 10px 10px; /* Add horizontal spacing */
    }
  }
  @media (max-width: 1024px) {
    .left-content {
      padding: 60px 48px;
      max-width: 70%;
    }
  
    .contact-p1 {
      font-size: 28px;
      line-height: 40px;
    }
  
    .contact-p2 {
      font-size: 16px;
      line-height: 28px;
    }
  }
  
  @media (max-width: 992px) {


    .dropdown-toggle::after {
      display: none !important;
    }

    .nav-item a:hover {
      color: #080808; 
  }

    .navbar-collapse {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      height: 100vh;
      background-color: #fff;
      transition: left 0.3s ease-in-out;
      z-index: 1000;
      padding-top: 60px;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
      left: 0;
    }

    .navbar-nav .nav-item {
      margin: 5px 30px;
    }

    .dropdown-menu {
      display: none !important;
      position: relative !important;
      transform: none !important;
      width: 100%;
      padding-left: 20px;
      border-left: 2px solid #ff8e3e;
      margin-top: 5px;
      background: rgba(255, 142, 62, 0.05);
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out, padding 0.3s ease;
      border: none;
      box-shadow: none;
    }

    .nav-item.dropdown.show .dropdown-menu {
      display: block !important;
      max-height: 500px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .dropdown-item {
      padding: 8px 15px;
      transform: translateX(-20px);
      opacity: 0;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .nav-item.dropdown.show .dropdown-item {
      transform: translateX(0);
      opacity: 1;
    }

    .nav-item.dropdown.show .dropdown-item:nth-child(1) { transition-delay: 0.1s; }
    .nav-item.dropdown.show .dropdown-item:nth-child(2) { transition-delay: 0.15s; }
    .nav-item.dropdown.show .dropdown-item:nth-child(3) { transition-delay: 0.2s; }
    .nav-item.dropdown.show .dropdown-item:nth-child(4) { transition-delay: 0.25s; }
    .nav-item.dropdown.show .dropdown-item:nth-child(5) { transition-delay: 0.3s; }

    .nav-item.dropdown.show .fa-plus:before {
      content: "\f068";
    }
    .first-col {
      margin-top: 60px;
      text-align: left;
      padding: 30px;
    }
    .hero-heading {
      font-size: 2rem;
    }
    .hero-subheading {
      font-size: 1rem;
    }
    .hero-content {
      text-align: center;
    }
    .hero-image {
      margin-top: 20px;
    }
    .hero-image img {
      width: 100%;
      height: auto;
    }
    .d-lg-block.d-none {
      display: none !important;
  }
  }
  
  @media (min-width: 992px) {

    .overview-img {
      position: sticky;
      top: 2rem;
    }

    .product-wrapper {
      margin-top: 2rem;
    }
  
    .product-image-wrapper {
      width: 75%;
    }
  
    .product-content {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 50%;
      margin-top: 0;
      padding: 2.5rem;
      z-index: 1;
    }
  
    .product-desktop-image {
      width: 100%;
      height: 450px;
    }
  
    .product-button {
      width: auto;
      padding: 1rem 3.5rem;
    }
    .product-head {
        text-align: center;
        padding: 0px 100px;
      }
      .services-overview-div h2{
        font-size: 2.5rem;
    }
    .from-sec { 
      margin-top: 50px;
    }
    .d-lg-none {
      display: none !important;
  }
  }
  
  @media (max-width: 768px) {
 
    .heading{
      font-size:30px ;
    } 

    .sercard{
      margin-top: 0px;
    }


    .navbar-nav .nav-item {
        margin: 4px 30px;  
        }
    .from-sec .row {
      flex-direction: column;
    }
  
    .left-section,
    .right-section {
      width: 100%;
    }
  
    .left-section {
      padding: 20px;
      text-align: center;
    }
  
    .right-section {
      padding: 50px 30px;
    }
  
    .footer-container {
      margin-top: 20px;
      padding-bottom: 20px;
    }
  
    .service-card-main {
      padding: 0px 20px;
    }
  
    .left-content {
      padding: 40px 32px;
      max-width: 80%;
      border-radius: 30px;
    }
  
    .contact-p {
      font-size: 20px;
    }
  
    .contact-p1 {
      font-size: 24px;
      line-height: 36px;
    }
  
    .contact-p2 {
      font-size: 14px;
      line-height: 24px;
    }
  
    .left-content .icon {
      width: 35px;
      height: 35px;
      margin-bottom: 15px;
    }
    .main-card {
        flex-direction: column;
        gap: 5px;
      }
      .card-image {
        flex: 0 0 auto;
        width: 100%;
      }
      .service-btn {
        width: 100%;
      }
      .card-title {
        margin: 15px 0 15px 0;
      }
      .services-subheading {
        margin-bottom: 0px;
        text-align: left;
        padding: 0px 10px;
      }
      .card {
        margin-top: 0px;
      }
      .our-services-div h2 {
        text-align: left; 
        font-size: 2rem;
        padding: 0px 10px;
      }
      .our-product-div h2 {
        text-align: left; 
        font-size: 2rem;
        padding: 0px 10px;
      }
      .product-subheading { 
        text-align: left;
        padding: 0px 10px;
      }
      .product-content {
        padding: 15px 0px; 
    }
    .our-team-div h2 {
        text-align: left; 
        padding: 0px 10px;
        font-size: 2rem;
    }
    .team-subheading { 
        text-align: left;
        padding: 0px 10px;
    }
    .copyright {
        margin-top: 0px;
        text-align: left;
        padding: 0px 10px;
    }
    .offering-heading{ 
      font-weight: 500; 
      padding: 0px 10px 10px 10px;
      font-size: 2rem;
  }
  .why-us-heading{ 
    font-weight: 500; 
    padding: 0px 0px 10px 0px;
    font-size: 2rem;
    
}

.about-team-heading{
  font-weight: 500;
  font-size: 2rem;
}
.our-team-title{
  padding: 0px 10px;
}
    
  .custom-card {
    background-color: rgba(243, 244, 246, 0.208); 
    border-radius: 12px;
    padding: 15px;
    flex: 0 0 auto;  
  } 
  .Industries-coloum {
    justify-content: normal;
}

.contact-heading {
  font-size: 2rem; 
 font-weight: bold;
}
.contact-form { 
padding: 1.5rem;    
}   
.about-heading{  
  font-size: 2rem;
}
.product-card { 
  padding: 10px 20px 25px 20px; 
}
.form-box {
  background-color: #ecececcc;
  padding: 15px;
  border-radius: 10px;
}
.faq-image { 
  height: 250px; 
}

 
  }

  @media (min-width: 768px) {
    .product{
        padding: 2rem;
      }
      .hero-pages-heading {
        font-size: 28px;
        font-weight: 600;
        color: #ffffff;
        padding-bottom: 5px;
    }
    .hero-pages-secondheading {
      font-size: 1.5rem;
      font-weight: 500;
      color: #ffffff;
      padding-bottom: 5px;
  }

      .hero-heading {
        font-size: 3rem;
        font-weight: bold;
        color: #ffffff;
        padding-bottom: 20px;
    }
    .product-hero-btn{
        display: flex;
        justify-content: center;
      }
      .scroll-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 20px;
        overflow-x: hidden; /* Disable scrolling on desktop */
    }
    .custom-card {
        min-width: auto; /* Ensures proper width inside grid */
    }
    .support-container {
      display: flex;
      align-items: start;
      gap: 15px;
  }
  .Why-us-div-second h2{
    padding: 10px 10px;
  }
    .filters {
    text-align: center;
    margin-bottom: 30px;
    }
    .footer-section h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 40px;
      height: 3px;
      background-color: #EC4814;
      border-radius: 10px;
    }
   
  
      
  }
  
  @media (max-width: 576px) {
    .left-section {
      background: #ff8000;
      display: flex;
      justify-content: center;
      align-items: center;
      color: black;
      max-height: 50vh;
    }
  
    .left-content {
      padding: 20px 15px;
      max-width: 100%;
      border-radius: 15px;
    }
  
    .contact-p {
      font-size: 18px;
    }
  
    .contact-p1 {
      font-size: 20px;
      line-height: 32px;
    }
  
    .contact-p2 {
      font-size: 12px;
      line-height: 20px;
    }
  
    .left-content .icon {
      width: 30px;
      height: 30px;
      margin-bottom: 10px;
    }
    footer {
      padding: 30px 10px;
      position: relative;
    }
    .copyright {
      margin-top: 0px;
    }
    .services-overview-sec {
      padding: 48px 0px;
  }
  .various-offerings-sec {
    padding: 0px 0px;
}
.Why-us-div-second {
  padding: 0px 10px;
}
.Why-us-div-fifth{
padding: 0px 0px;
}
.Why-us-div-sixth{
padding: 0px 0px;
}
.Why-us-div-seventh{
padding: 0px 0px;
}
.Why-us-div-eighth{
padding: 0px 0px;
}
.values-card-text h3 {
  font-size: 1.3rem; 
}
.associate-sec-three{
  order: 4;
}
.associate-sec-four{
  order: 3;
}



  
.reason-card-three{
  order: 4;
}
.reason-card-four{
  order: 3;
}
  
.reason-card-seven{
  order: 8;
}
.reason-card-eight{
  order: 7;
}


 
.model-three{
  order: 4;
}
.model-four{
  order: 3;
}
 
.model-seven{
  order: 8;
}
.model-eight{
  order: 7;
}


.association-three{
  order: 4;
}
.association-four{
  order: 3;
}
.association-five{
  order: 6;
}
.association-six{
  order: 7;
}


.modal-content{
  margin-top: 825px;
  margin-bottom: 40px;
}

 

  }