@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
  
  /* Header Styles */
  header{
    background-color: #ffffff;
    color: #fc9d04;

  }
  
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  header .container10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  
  header .logo h1 {
    font-size: 24px;
  }
  header .logo1 h1 {
    font-size: 24px;
  }
  
  header nav ul {
    display: flex;
    list-style-type: none;
    margin-top: 15px;
  }

  header .g{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  
  header nav li:hover{
    transform: scale(1.1);
  }

  header nav ul li {
    margin: 0 15px;
  }
  
  header nav ul li a {
    color: #184d47;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
  header a h3 {
      color: #fc9d04;
      margin-left: -15px;
  }
a:hover{
   color: #fc9d04;
   
}

/* Responsive Styles */
@media (max-width: 768px) {
  .container10 {
    /* flex-direction: column; */
    align-items: flex-start;
    margin-left: -10px;
  }
  .logo1{
    margin-left: -50px;
  }
  
  nav {
    display: none;
    width: 100%;
  }

  nav.active {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
  }

  .nav-links li {
    text-align: left;
    margin: 10px 0;
  }
}

/* 
.popup-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
} 

 .popup-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-nav li {
  margin: 15px 0;
}

.popup-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.popup-nav.d-none {
  display: none;
}


@media (max-width: 1024px) { 
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .popup-nav {
    display: flex;
  }
}

@media (min-width: 1025px) { 
  .popup-nav {
    display: none !important;
  }
}  */



/* General Styles */


.desktop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.desktop-nav li {
  margin: 0 10px;
}



.menu-toggle {
  position: absolute;
  right: 5px;
  top: 25px;
  width: 50px;
  height: 50px;
  color: #184d47;
  background-color: transparent;
  border: none;
  display: none; /* Default hidden */
}

.popup-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}

.popup-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-nav li {
  margin: 15px 0;
}

.popup-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

/* Responsive Styles */
@media (max-width: 991.98px) { /* Tablets and smaller devices */
  .desktop-nav {
    display: none; /* Hide desktop navigation */
  }

  .menu-toggle {
    display: block; /* Show toggle button */
  }

  .popup-nav {
    display: none; /* Hidden by default */
  }

  .popup-nav.show {
    display: flex; /* Show popup when toggled */
  }
}

@media (min-width: 992px) { /* Large screens */
  .menu-toggle {
    display: none; /* Hide the toggle button */
  }

  .popup-nav {
    display: none !important; /* Ensure popup is always hidden */
  }

  .desktop-nav {
    display: flex; /* Show desktop navigation */
  }
}

/* General Header Styles */
  
  /* Hero Section */
  /* .hero {
    background-color: #184d47;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
  }
  
  .hero h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .hero p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .cta-button {
    background-color: #ff8c00;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
  }
  .container {
    padding: 20px;
} */
.hero {
    /* background-image: url('https://img.freepik.com/free-photo/standard-quality-control-collage-concept_23-2149595847.jpg?t=st=1734685747~exp=1734689347~hmac=11ef5ca13abf5134ddfaa90535efa0dc611647dd6cb0fd7fa56dba9ded2634b3&w=1060');  */
    background-size: cover;
    background: url('/images/services3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0; /* Adjust as necessary */
    color: #184d47; /* Text color to ensure visibility on the background */
    text-align: center;
}

.hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    
}
.hero .container:hover{
  transform: scale(1.1);
}

.hero .cta-button {
    padding: 15px 30px;
    font-size: 1.2em;
    background-color: #fc9d04; /* Example button color */
    color: white;
    text-decoration: none;
    border-radius: 5px;

}

.hero .cta-button:hover {
    background-color: #fc9d04; /* Darker shade for hover effect */
}

.services {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
    margin-top: 80px;
}

.service-option {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 85%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-option:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
}

.service-content {
    display: none;
    margin: 30px 30px 30px 30px;
}

.service-content.active {
    display: block;
}

.service-title {
    font-size: 24px;
    color: #fc9d04;
    margin-bottom: 10px;
}

.service-option:hover{
    color: #fc9d04;
}
.service-title h3::after{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background-color: #fc9d04;
    margin: 10px auto 0;
}
.service-description {
    font-size: 16px;
    color: #555;
}

.video-container {
  text-align: center;
  margin: 20px 0;
 
}

video {
  width: 100%;
  /* max-width: 800px; */
  height: auto;
  border: 1px solid #ddd; /* Optional: Add a border for better visibility */
  border-radius: 8px; /* Optional: Rounded corners */
}

     /* Healthcare */

.revenue-cycle {
        display: flex;
       
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 20px 20px 20px 20px;
        margin-left: -10px;
        text-align: center;
 }
    .cycle-section:hover{
      transform: scale(1.1);
    }
    .revenue-cycle .col-md-6 {
        width: 340px;
        height: 200px;
        
    }
    .revenue-cycle .row{
        gap: 15px;
        margin: 50px 50px 50px 50px;
       
    }
   
    .cycle-section .col-md-6 {
        flex: 1;
        padding: 20px;
        color: white;
        background: #ccc;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
        height: 250px; 
        width: 50px;
        box-sizing: border-box;
        gap: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        
    }
      /*
    .cycle-section h3 {
        font-size: 1.2em;
        margin-bottom: 25px;
    }
    
    .cycle-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
        flex-grow: 1;
    }
    
    .cycle-section ul li {
        margin-bottom: 10px;
        font-size: 0.9em;
    } */





.cycle-section {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    width: calc(50% - 10px); /* Default to 2 columns */
    box-sizing: border-box;
    margin-left: 290px;
}

.cycle-section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: white;
}

.cycle-section ul {
    list-style-type: none;
    padding-left: 0;
}

.cycle-section ul li {
    font-size: 1rem;
    margin-bottom: 5px;
}
    
    .front-end {
        background: #1e73be;
        /* margin-left: 285px; */
    }
    
    .mid-revenue {
        background: #f79e1b;
    }
    
    .back-end {
        background: #c0392b;
    }
    
    .consultative-support {
        background: #2b865f;
    }

    @media (max-width: 768px) {
      .row.g-3 {
          display: flex;
          flex-direction: column;
          margin-left: -210px;
      }
  
      .cycle-section {
          width: 100%;
      }
      
  }

  @media (max-width: 768px) {
    .service-option h5{
      margin-left: 190px;
    }
  }
    
      .container44{
        margin-left: 65px;
      }
    
    .phases {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 20px;
        /* margin-left: 60px; */
    }

    .phases .col-md-6 {
       width: 585px;
    }
    .phases .row{
        gap: 15px;
    }
    
    .phase-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    
    .phase-box {
        background-color: #fc9d04;
        color: white;
        padding: 20px;
        border-radius: 10px;
        flex: 1;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        height: 320px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .phase-box:hover{
      transform: scale(1.1);
    }
    
    .phase-box h3 {
        background-color: #102039;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    
    .phase-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .phase-box ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 20px;
    }
    
    .phase-box ul li::before {
        content: "►";
        position: absolute;
        left: 0;
        color: #fff;
        font-size: 0.9em;
    }

  
    

  
    
    .timeline {
        text-align: center;
        margin: 30px auto;
        padding: 20px;
        width: 90%;
        max-width: 1200px;
       
    }
    
    .timeline-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-left: 25px;
    }
    
    .timeline-step {
        text-align: center;
        flex: 1;
        position: relative;
    }
    
    .timeline-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 3px;
      
        z-index: 0;
        transform: translateY(-50%);
    }
    
    .circle {
        width: 50px;
        height: 50px;
        background-color: #004b7c;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    
    .timeline-box {
        height: 300px;
        width: 200px;
        border: transparent !important; 
    }
    
    .week-title {
        color: #d1262f;
        font-size: 1.2em;
        font-weight: bold;
        margin: 10px 0 5px;
    }
    
    .week-desc {
        font-size: 0.9em;
        margin: 0;
        padding: 0 10px;
        color: #555;
    }
    
    .timeline-footer {
        margin-top: 20px;
        background-color: #fce4e4;
        padding: 10px;
        color: #d1262f;
        font-size: 0.9em;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #d1262f;
    }
    

/* Service Boxes Container */
.service-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Individual Service Box */
.service-box {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  flex: 1 1 calc(50% - 20px); /* Responsive two-column layout */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Service Box Title */
.service-box h4 {
  font-size: 1.5rem;
  color: #184d47;
  margin-bottom: 15px;
}

/* Service Box Paragraph */
.service-box p {
  font-size: 1rem;
  color: #555;
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
  .service-box {
      flex: 1 1 100%; /* Stacks boxes on smaller screens */
  }


  .service-box h4 {
      font-size: 1.3rem;
  }
}

    /* General Reset */


.container11{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 20px auto;
    padding: 10px;
    gap: 20px;
}

.box11 {
    flex: 1;
    width: 95%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: start;
    height: 375px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.container11  .box11:hover{
    background-color: #fc9d04;
    transform: scale(1.1);
}

.box11 h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.box11 p {
    font-size: 1em;
    color: #555;
    line-height: 1.5;
    
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .box {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
    }
    .service-option {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .service-option {
        flex: 1 1 100%; /* Each item will take full width */
    }
}

@media (max-width: 480px) {
    .service-option {
        padding: 15px;
        font-size: 16px;
    }
}

/* Mobile view: Stacks all sections vertically */
@media (max-width: 768px) {
    .cycle-section {
        width: 100%; /* Stacks sections on mobile */
    }
}

/* Extra small screens (phone in portrait mode) */
@media (max-width: 480px) {
    .cycle-section {
        padding: 15px; /* Adjust padding for smaller screens */
    }
    .cycle-section h3 {
        font-size: 1.3rem; /* Adjust heading size */
    }
    .cycle-section ul li {
        font-size: 0.9rem; /* Adjust list item font size */
    }
}

/* General Styles */

  
  h1, h2, h3 {
    text-align: center;
    margin: 10px 0;
  }
  
 
  
 
  /* Main Content */
  .contact-page {
    padding: 20px;
  }
  
  /* Addresses Section */
  .addresses {
    margin-bottom: 30px;
  }
  .addresses h2{
    color: #fc9d04;
        font-weight: bold;
  }

  .addresses h2::after{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background-color: #fc9d04;
    margin: 10px auto 0;
  }
  
  .address-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
  }
  
  .address-item {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 30%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .address-item:hover{
    transform: scale(1.1);
  }
  .address-item h6 {
    color: #fc9d04;
  }

   
  /* Responsive Styles */
  @media (max-width: 768px) {
    .address-item {
      width: 45%;
    }
  }
  
  @media (max-width: 480px) {
    .address-item {
      width: 100%;
    }
  }
  

  /* About Section */
.about {
    padding: 50px 0;
  }
  
  .about h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .about .features {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 25px;
  }
  
  .feature-box {
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .feature-box:hover{
    transform: scale(1.1);
  }
  
  .feature-box i {
    font-size: 3rem;
    color: #fc9d04;
    margin-bottom: 10px;
  }
  
  .feature-box h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  /* Job Openings */
  .job-openings {
    padding: 50px 0;
    background-color: #f9f9f9;
  }
  
  .job-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: left;
    height: 235px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .job-card:hover {
    transform: scale(1.1);
  }
  
  .job-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .job-card p {
    text-align: center;
  }
  
  .job-card .apply-btn {
    background-color: #fc9d04;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 90px;
  }
  
  .job-card .apply-btn:hover {
    background-color: #184d47;
  }
  
  /* Culture Section */
  .culture {
    padding: 50px 0;
   
  }
  .culture ul {
    list-style-type: none;
  }
  
  .culture img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  
  /* Call to Action */
  .cta {
    background: #fc9d04;
    color: #fff;
    padding: 50px 0;
  }
  
  .cta h2 {
    font-size: 2.5rem;
  }
  
  .cta .btn {
    background-color: #fff;
    color: #fc9d04;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
  }
  
  .cta .btn:hover {
    background-color: #184d47;
    color: #fff;
  }
  .service-title1 h2::after{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background-color: #fc9d04;
    margin: 10px auto 0;
  }

  .service-title1 {
    font-size: 24px;
    color: #fc9d04;
    margin-bottom: 10px;
}

.abc{
    
    margin: 30px 30px 30px 30px;
}






.service-boxes1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}



.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 15px;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate:nth-child(1) { animation-delay: 0.1s; }
.animate:nth-child(2) { animation-delay: 0.2s; }
.animate:nth-child(3) { animation-delay: 0.3s; }
.animate:nth-child(4) { animation-delay: 0.4s; }
.animate:nth-child(5) { animation-delay: 0.5s; }
.animate:nth-child(6) { animation-delay: 0.6s; }
.animate:nth-child(7) { animation-delay: 0.7s; }
.animate:nth-child(8) { animation-delay: 0.8s; }
