
  
  .container1 {
      width:1200px;
      margin:0 auto;
        display:flex;
        padding:50px 0px !important;
  }
  .container {
      width:1200px;
      margin:0 auto;
    
  }
  .text-primary {
    --bs-text-opacity: 1;
    color: #1D5CAC !important;
}
  .container-outsource {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
  .section-title1 {
      padding-bottom:0px;
      margin-bottom:0px;
        font-size: 36px !important;
   text-align:center;
   
    font-family: montserrat !important;
    font-weight: 700 !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #0d6efd !important;
}

.mb-4 {
    margin-bottom: 0px !important;
    padding: 10px 0px;
}
.mb-8 {
    font-size: 18px;
      line-height: 1.6;
        font-family:montserrat;
      color:#444 !important;
      padding-top:20px;
}
  .main-text {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
      font-family:montserrat;
      color:#444;
  }
   .text-secondary {
      font-size: 18px;
      line-height: 1.6;
      
      font-family:montserrat;
      color:#444 !important;
  }
  .py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
 .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
} 
 .primary-heading {
    font-size: 36px !important;
   
    margin-bottom: 20px;
    font-family: montserrat !important;
    font-weight: 700 !important;
}

.section-title {
    font-size: 36px !important;
   text-align:left;
    margin-bottom: 20px;
    font-family: montserrat !important;
    font-weight: 700 !important;
}
  .why-steps {
          display: flex;
    gap: 20px;
  }
  .why-item {
    display: flex;
    align-items: flex-start;
    border: 1px solid grey;
    padding: 20px;
        margin: 10px;
    border-radius: 15px;
    width: 50%;
}
  .why-image {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
  .mb-5 {
    margin-bottom: 1rem !important;
}
  .mb-4 {
    margin-bottom: 0px !important;
    padding: 20px;

}
  .why-heading {
  font-weight: 700;
}
.why-subheading {
  font-size: 1.1rem;
}

/* Steps layout */
.why-item {
  display: flex;
  align-items: flex-start;
}
.why-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 3px solid #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.why-item h5 {
  margin-bottom: 6px;
}
.why-item p {
  color: #555;
}


 .benefits-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #0d6efd; /* Bootstrap primary color */
  transform: translateX(-50%);
}

/* Step positioning */
.benefits-step {
  position: relative;
  width: 50%;
  padding: 20px 40px;
}
.benefits-step.benefits-left {
  left: 0;
  text-align: right;
}
.benefits-step.benefits-right {
  left: 50%;
}
.benefits-card {
  position: relative;
}
.benefits-step::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: #0d6efd;
  border-radius: 50%;
  z-index: 1;
}
.benefits-step.benefits-left::before {
  right: -10px;
}
.benefits-step.benefits-right::before {
  left: -10px;
}

 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: linear-gradient(90deg, #0d6efd, #0dcaf0);
  margin-top: 8px;
  border-radius: 2px;
  animation: growLine 1.2s ease forwards;
}

@keyframes growLine {
  from { width: 0; }
  to { width: 60px; }
}
 
  .content-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

  .glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

  
   .benefit-card {
    border-radius: 14px;
    background: #fff;
    transition: all 0.3s ease;
  }
  .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  }
  .benefit-icon {
    width: 50px;
    height: 50px;
    background: #ff6600;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
  }
  
   .hr-advisory h2 {
    color: #002147; /* dark blue */
  }

  .advisory-card {
    border-radius: 16px;
    background: #fff;
    transition: all 0.3s ease;
  }

  .advisory-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    background: #ff6600;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .why-choose-ga h2 {
    color: #002147; /* Dark Blue Heading */
  }

  /* TIMELINE WRAPPER */
  .timeline {
    position: relative;
    padding-left: 40px;
  }

  /* VERTICAL LINE */
  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 60px; /* aligns with circles */
    width: 2px;
    height: 80%;
    background-color: #ddd;
  }

  /* ITEM */
  .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
  }

  /* NUMBERED CIRCLE */
  .number-circle {
    width: 40px;
    height: 40px;
    background-color: #ff6600;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    z-index: 1;
    flex-shrink: 0;
  }

  .timeline-item:last-child {
    margin-bottom: 0; /* remove space after last */
  }
    :root{
  --bg: #ffffff;
  --text-main: #1a1a1a;
  --text-muted: #555;
  --accent: #0d6efd; /* Bootstrap primary blue */
  --card-bg: #ffffff;
  --card-border: rgba(0,0,0,0.08);
}

html, body { 
  height: 100%; 
  background: var(--bg); 
  color: var(--text-main); 
  scroll-behavior: smooth; 
}

/* NAVBAR */

.navbar .nav-link { color: var(--text-main); }
.navbar .nav-link:hover { color: var(--accent); }
.navbar-brand { font-weight: 700; color: var(--accent); }

/* HERO */
.hero {
  padding:  6rem 6rem 0rem 6rem;
  background: #e7eefc;
}
.hero h1 span { color: var(--accent); }
.hero .lead { color: var(--text-muted); }

/* CARDS */
.glass-card{
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.glass-card:hover{ 
  transform: translateY(-6px); 
  border-color: var(--accent); 
  box-shadow: 0 12px 28px rgba(13,110,253,.2); 
}

/* Section titles */
.section-title { font-weight: 700; color: var(--text-main); }
.section-subtitle { color: var(--text-muted); }

/* Feature bullets */
.icon-bullet { 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  width: 40px; height: 40px; 
  border-radius: 12px; 
  background: #eaf2ff; 
  border: 1px solid var(--accent); 
  color: var(--accent); 
  margin-right: .6rem; 
}

/* Divider */
.soft-divider { 
  height: 1px; 
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.12), transparent); 
  border: 0; 
}

/* Footer */
footer { background: #f8f9fa; color: var(--text-muted); }

/* Back-to-top */
#backToTop { 
  position: fixed; right: 18px; bottom: 18px; 
  z-index: 999; opacity: 0; 
  visibility: hidden; transform: translateY(12px); 
  transition: all .3s ease; 
}
#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.shadow {
     box-shadow: none !important; */
    height: 400px !important;
}
.hero {
    background: #e5effc !important;
    padding: 0px 40px 40px 40px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fw-semibold {
    color: #052c65 !important;
    font-size: 20px;
    font-weight: 550 !important;
}
.accordion-button:not(.collapsed) {
    color: #052c65 !important;
    background-color: var(--bs-accordion-active-bg);
     !important
    font-weight: 550 !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 20px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
#team-gallery img {
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
#team-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}



/* Responsive */
@media (max-width: 767px) {
    .section-title {
        text-align: center;
        padding-bottom: 0px;
        margin-top: 10px; 
    }
  .benefits-timeline::before {
    left: 8px;
  }
    .hero {
    background: #e5effc !important;
    padding: 0px 20px 40px 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .benefits-step {
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
    text-align: left;
  }
  .benefits-step.benefits-left,
  .benefits-step.benefits-right {
    left: 0;
  }
  .benefits-step::before {
    left: 0;
  }
  
   .header-btn {
        margin-top: 10px;
        text-align: right; /* Aligns navbar links to the right */
        width: 100%; /* Ensure full width for responsiveness */
    }
    .menu-toggle {
        display: block;
        margin-left: auto; /* Align to the right */
        cursor: pointer;
    }
  
  body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 0px;
}
 .navbar {
        display: flex;
        justify-content: flex-end; /* Right-align the menu items */
        width: 100%;
    }

    /* Center the 'Upload Resume' button */
    .header-btn {
        text-align: center;
        margin: 0 auto;
    }
      .hero {
        background: #e5effc !important; /* Force this background style */
        padding: 20px 20px 40px 20px !important; /* Force padding */
        display: flex !important; /* Force flexbox display */
        align-items: center !important; /* Force alignment */
        justify-content: space-between !important; /* Force content distribution */
    }
    .primary-heading1 {
    font-size: 36px !important;
    margin-bottom: 20px;
    font-family: montserrat !important;
    font-weight: 700 !important;
}
.primary-heading {
        font-size: 32px !important;
        margin-bottom: 20px;
        font-family: montserrat !important;
        font-weight: 700 !important;
    }
.hero {
        padding: 20px 15px; /* Add padding to the hero section */
    }

    /* Stack content vertically */
    .hero {
        flex-direction: column; /* Stack items on top of each other */
        align-items: left; /* Center items horizontally */
        justify-content: flex-start; /* Align items to the top */
    }
        .hero .container {
        align-items: left;
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    /* Adjust Hero Text (Heading) */
    .hero-text {
        text-align: left; /* Center the text */
        margin-bottom: 20px; /* Adjust margin for spacing */
        width: 100%; /* Full width for the text */
    }

    

    .highlight {
        color: #FFA500; /* Maintain the highlighted color */
    }

    /* Adjust Paragraph */
    .hero-text p {
        font-size: 16px !important; /* Adjust paragraph font size */
        margin-bottom: 20px;
        line-height: 1.6; /* Readable line height */
        width: 100%; /* Full width for the paragraph */
    }

    /* Adjust Hero Image (Video) */
    .hero-img {
        width: 100%; /* Ensure the video takes full width */
        margin-top: 20px; /* Add margin for spacing */
    }

    /* Ensure the video is responsive */
    .hero-img video {
        width: 100%; /* Make video responsive */
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px; /* Optional: add border radius for styling */
    }

    /* Button adjustments */
    .hero-text .btn {
        font-size: 1rem;
        width: 100%; /* Full width for button */
        padding: 12px 20px; /* Adjust padding for the button */
        margin-top: 20px; /* Margin to separate the button */
    }
    .main-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: montserrat;
    color: #444;
}
    .hero .container {
        align-items: left;
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .text-secondary {
    font-size: 16px;
    line-height: 1.6;
    text-align:left;
    font-family: montserrat;
    color: #444 !important;
}
.py-7 {
    padding: 20px !important;
}
  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 80%;
    background-color: #ddd;
}
.timeline {
    position: relative;
    padding-left: 0px;
}
.section-title1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 32px !important;
    text-align: left;
    font-family: montserrat !important;
    font-weight: 700 !important;
}
    .text-secondary1 {
        font-size: 16px;
        line-height: 1.6;
        font-family: montserrat;
        color: #444 !important;
        text-align: left;
    }
    .fw-semibold {
    color: #052c65 !important;
    font-size: 20px;
    font-weight: 550 !important;
    text-align: left;
}
    .container {
        width: 100%;
        padding: 10px 20px;
    }
    .benefits-step.benefits-right::before {
    left: 0px;
}
    .benefits-timeline::before {
        left: 10px !important;
    }
    .container-outsource {
    padding: 20px 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.text-center {
    text-align: left !important;
}
.why-steps {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
}
.why-item {
    display: flex;
    align-items: flex-start;
    border: 1px solid grey;
    padding: 20px;
    margin: 0px; 
    border-radius: 15px;
    width: 100%;
}
}

 

@media (max-width: 600px) {
    .why-steps {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.why-item {
    display: flex;
    align-items: flex-start;
    border: 1px solid grey;
    padding: 20px;
    margin: 0px; 
    border-radius: 15px;
    width: 100%;
}
    .benefits-step.benefits-right::before {
    left: 0px;
}
    .benefits-timeline::before {
        left: 10px !important;
    }
        .text-secondary1 {
        font-size: 16px;
        line-height: 1.6;
        font-family: montserrat;
        color: #444 !important;
        text-align: left;
    }
    .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 80%;
    background-color: #ddd;
}
.timeline {
    position: relative;
    padding-left: 0px;
}
    .section-title {
        text-align: center;
        padding-bottom: 0px;
        margin-top: 10px; 
    }
    .benefits-timeline::before {
        left: 8px !important; /* Ensure the style is applied */
    }
    .hero-text {
    max-width: 100% !important;
}

    .hero {
        background: #e5effc !important; /* Force this background style */
        padding: 20px 20px 40px 20px !important; /* Force padding */
        display: flex !important; /* Force flexbox display */
        align-items: center !important; /* Force alignment */
        justify-content: space-between !important; /* Force content distribution */
    }
    .primary-heading1 {
    font-size: 36px !important;
    margin-bottom: 20px;
    font-family: montserrat !important;
    font-weight: 700 !important;
}
.hero {
        padding: 20px 15px; /* Add padding to the hero section */
    }

    /* Stack content vertically */
    .hero .container1 {
        flex-direction: column; /* Stack items on top of each other */
        align-items: left; /* Center items horizontally */
        justify-content: flex-start; /* Align items to the top */
    }
        .hero .container {
        align-items: left;
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    /* Adjust Hero Text (Heading) */
    .hero-text {
        text-align: left; /* Center the text */
        margin-bottom: 20px; /* Adjust margin for spacing */
        width: 100%; /* Full width for the text */
    }

    .primary-heading {
        font-size: 1.8rem; /* Adjust heading size */
        line-height: 1.4; /* Line height for readability */
    }

    .highlight {
        color: #FFA500; /* Maintain the highlighted color */
    }

    /* Adjust Paragraph */
    .hero-text p {
        font-size: 16px; /* Adjust paragraph font size */
        margin-bottom: 20px;
        line-height: 1.6; /* Readable line height */
        width: 100%; /* Full width for the paragraph */
    }

    /* Adjust Hero Image (Video) */
    .hero-img {
        width: 100%; /* Ensure the video takes full width */
        margin-top: 20px; /* Add margin for spacing */
    }

    /* Ensure the video is responsive */
    .hero-img video {
        width: 100%; /* Make video responsive */
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px; /* Optional: add border radius for styling */
    }

    /* Button adjustments */
    .hero-text .btn {
        font-size: 1rem;
        width: 100%; /* Full width for button */
        padding: 12px 20px; /* Adjust padding for the button */
        margin-top: 20px; /* Margin to separate the button */
    }
    .primary-heading {
        font-size: 32px !important;
        margin-bottom: 20px;
        font-family: montserrat !important;
        font-weight: 700 !important;
    }
  .main-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: montserrat;
    color: #444;
}
.text-secondary {
    font-size: 16px;
    line-height: 1.6;
    text-align:left;
    font-family: montserrat;
    color: #444 !important;
}
.py-7 {
    padding: 20px !important;
}
.section-title1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 32px !important;
    text-align: left;
    font-family: montserrat !important;
    font-weight: 700 !important;
}
.fw-semibold {
    color: #052c65 !important;
    font-size: 20px;
    font-weight: 550 !important;
    text-align: left;
}
    .container {
        width: 100%;
        padding: 10px 20px;
    }
    .container-outsource {
    padding: 20px 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.text-center {
    text-align: left !important;
}
}


/* ==========================================================================
   Responsive Fix for "Why Choose GA Consulting Services?"
   ========================================================================== */
@media (max-width: 768px) {
  /* Fix the outer block alignment */
  .hero {
    padding: 30px 15px !important;
    display: block !important; /* Switch from flex to standard block layout */
  }

  /* Reset the fixed width container so it fits mobile screens perfectly */
  .hero .container1 {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important; /* Stack vertically */
    padding: 10px 0 !important;
  }

  /* Scale the text block to full viewport width */
  .hero-text {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .hero-text h1 {
    font-size: 26px !important; /* Prevents long titles from being cut off */
    line-height: 1.3 !important;
  }

  /* Adapt the image block to be fully responsive */
  .hero-img-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 20px auto 0 auto;
    text-align: center;
  }

  /* Prevent the image from running over 500px width on mobile view */
  .hero-img-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Fix the background decorative box size */
  .blue-bg-box {
    width: 100% !important;
    height: 100% !important;
    top: -10px !important;
    left: 10px !important;
  }
}
  