.jPhoneLink {
  text-decoration: none;
  color: white;
}

.jPhoneLink:hover {
  text-decoration: underline;
  color: white;
}

#header-title h1 {
  text-align: left !important;
  text-transform: uppercase;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: .2rem;
}

#header-title h4 {
  text-align: left !important;
  font-size: 1.4rem;
  font-weight: 400;
}

#header-cta {
  width: 350px;
  padding: 20px 30px 20px 20px;
}
#header-cta #title{
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#header-cta #text{
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#header-cta #text span{
  text-transform: uppercase;
  font-weight: 800;
}

.bg-gclarouche-green {
  background-color: #64a70b;
}
#cta-button {
  background-color: #64a70b;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.6rem;
  padding-top: 10px;
  cursor: pointer;
  border-radius: 10px;
}
#cta-button div {
  text-transform: uppercase;
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.service-items {
  min-height: 655px !important;
  max-height: 655px !important;
}
.service-items .title {
  font-size: 2em;
  font-weight: 200;
  text-transform: uppercase;
  min-height: 100px;
  line-height: 1.3em;
}
.service-items .text {
  padding: 15px 35px;
}
.service-items .croissance {
  background-image: url(/resources/public/img/GCLarouche-Croissance-20250824.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width:450px;  */
  height:300px;
}
.service-items .planification {
  background-image: url(/resources/public/img/GCLarouche-Planification-20250824.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width:450px;  */
  height:300px;
}
.service-items .management {
  background-image: url(/resources/public/img/GCLarouche-Management-20250824.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width:450px;  */
  height:300px;
}

.service-checklist {
  list-style: none;
  padding-left: 35px;
}

.service-checklist li {
  position: relative;
  padding-left: 35px;
  line-height: 1.6;
}

.service-checklist li::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #64a70b;
  font-size: 1.2em;
}

.service-checklist li strong {
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.team-member .name {
  text-transform: uppercase;
  font-size: 1.3rem;
}

.aboutUsIcon {
  font-size: 1.4rem;
  padding-right: 5px;
}

.card-accordion .card {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 8px;
}
.card-accordion .card-header {
    background-color: #f8f9fa;
    border-bottom: none;
}
.card-accordion .panel-title {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.card-accordion .panel-title:hover {
    color: #0056b3;
    background-color: #e9ecef;
}
.card-accordion .panel-title:not(.collapsed) {
    color: #0056b3;
    background-color: #e9ecef;
}
.card-accordion .card-body {
    padding: 20px;
    line-height: 1.6;
}
.text-slab {
    font-family: 'Roboto Slab', serif;
}
.emoji-icon {
    font-size: 1.5em;
    margin-right: 10px;
}
.section-intro {
    background-color: #f0f4f8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
  #header-title h1 {
    margin-top:20px;
    text-align: center !important;
    font-size: 2.2rem;
    font-weight: 600;
  }
  
  #header-title h4 {
    text-align: center !important;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  #header-cta {
    margin: 0 auto !important;
  }
  #header-cta #title{
    text-align: center !important;
    font-size: 1.2rem;
  }
  #header-cta #text{
    text-align: center !important;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  #header-cta #text span{
    text-transform: uppercase;
    font-weight: 800;
  }
  
  #cta-button {
    background-color: #64a70b;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-top: 10px;
    cursor: pointer;
  }
  #cta-button div {
    text-transform: uppercase;
    font-size: 1rem;
    padding-bottom: 10px;
  }
  .service-items {
    margin-left: 7px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
  #header-title h1 {
    margin-top: 0px;
    text-align: left !important;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .2rem;
  }
  
  #header-title h4 {
    text-align: left !important;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #header-cta #title{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  #header-cta #text{
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #cta-button {
    background-color: #64a70b;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 10px;
    cursor: pointer;
    border-radius: 10px;
  }
  #cta-button div {
    text-transform: uppercase;
    font-size: 1rem;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
  #header-title h1 {
    margin-top: 0px;
    text-align: left !important;
    text-transform: uppercase;
    font-size: 3.3rem;
    font-weight: 500;
    letter-spacing: .2rem;
  }
  
  #header-title h4 {
    text-align: left !important;
    font-size: 1.4rem;
    font-weight: 400;
  }
  #header-cta #title{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #header-cta #text{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #cta-button {
    background-color: #64a70b;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.6rem;
    padding-top: 10px;
    cursor: pointer;
    border-radius: 10px;
  }
  #cta-button div {
    text-transform: uppercase;
    font-size: 1.1rem;
    padding-bottom: 10px;
  }
}

/* max-width */
@media (max-width: 575.98px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
  .col-12 {
    padding-left: 0 !important;
  }
  #header-title h1 {
    text-align: center !important;
    font-size: 1.6rem;
    font-weight: 800;
  }
  
  #header-title h4 {
    text-align: center !important;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  #header-cta {
    margin: 0 auto !important;
  }
  #header-cta #title{
    text-align: center !important;
    font-size: 1.2rem;
  }
  #header-cta #text{
    text-align: center !important;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  #header-cta #text span{
    text-transform: uppercase;
    font-weight: 800;
  }
  
  #cta-button {
    background-color: #64a70b;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-top: 10px;
    cursor: pointer;
  }
  #cta-button div {
    text-transform: uppercase;
    font-size: 1rem;
    padding-bottom: 10px;
  }
  .service-items {
    margin-left: 7px;
    margin-bottom: 20px;
  }
  .footerContactMe {
    margin-left: 15px;
  }
  .aboutUsBox {
    margin-left: 7px;
  }
  .servicesBox {
    margin-left: 20px;
  }
}

@media (max-width: 767.98px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
}

@media (max-width: 991.98px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}

/* target one breakpoint */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up). Mixin: media-breakpoint-only(xl) */
}

/* span multiple screenwidths */
@media (min-width: 768px) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}

/* FAQ Page Fixes */
/* Fix for sticky header offset when navigating to sections */
html {
  scroll-padding-top: 120px;
}

#faq h4[id] {
  scroll-margin-top: 120px;
}

/* Fix for accordion icon positioning with long titles */
.card-accordion.card-accordion-icons-left .card-header a[data-toggle="collapse"] {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.6em !important;
  padding: 15px 20px !important;
}

.card-accordion.card-accordion-icons-left .card-header a[data-toggle="collapse"]:after {
  float: none !important;
  padding-right: 0 !important;
  flex-shrink: 0 !important;
  order: -1 !important;
  margin-top: 0 !important;
}

/* Mobile specific adjustments for accordion */
@media (max-width: 767.98px) {
  .card-accordion.card-accordion-icons-left .card-header a[data-toggle="collapse"] {
    flex-direction: row !important;
    align-items: flex-start !important;
    padding: 12px 15px !important;
  }
  
  .card-accordion.card-accordion-icons-left .card-header a[data-toggle="collapse"]:after {
    margin-top: 2px !important;
  }
}
