/* Myriad Pro */
@font-face {
    font-family: 'MyriadPro';
    src: url('/newdesign/fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-style: normal;
}

/* American Typewriter */
@font-face {
    font-family: 'AmericanTypewriter';
    src: url('/newdesign/fonts/AmericanTypewriterStd-Med.ttf') format('truetype');
    font-style: normal;
}

:root {
  --theme-clr: #FAA950;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;

}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'AmericanTypewriter', serif;

}


/*loader css start*/

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--theme-clr);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -1s;
}

.custom-button {
  background-color: #f7dc7f !important;
  color: #000 !important;
  border: none !important;
}

.custom-button a {
  background-color: #f7dc7f !important;
  color: #000 !important;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


/*loader css end*/


/*global css start*/

html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000000;
  background: #fff;
  font-family: 'MyriadPro', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  overflow-x: hidden;
}

main {
  background-color: #fff;
  min-height: calc(calc(var(--vh, 1vh) * 100) - 90px);
}

.fix-height {
  max-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
}

main,
footer {
  margin: 0 auto;
  /*  max-width: 1440px;*/
}

svg {
  color: inherit;
  fill: currentColor;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
 -webkit-transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  outline: none;
  box-shadow: none;
  color: inherit;
  color: #F7941D;
  transition: 0.5s;
 -webkit-transition: 0.5s;
}


/*bootstrap grid css*/

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px;
    }
}

.container,
.container-fluid {
  --bs-gutter-x: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}


/*bootstrap grid css end*/

.ic {
  width: 24px;
  min-width: 24px;
  height: 24px;
}


ul {
  list-style-type: none;
}


/*button css start*/

button:focus {
  outline: none;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  box-shadow: none;
  border-radius: 8px;
  background: #F7941D;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 45px;
  transition: 0.5s;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #FFFFFF;
  color: #F7941D;
  border: 1px solid #F7941D;
  transition: 0.5s;
}

.btn-white {
  background: #FFFFFF;
  color: #000000;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background: #F7941D;
  color: #FFFFFF;
  border: 1px solid #F7941D;
}
.btn-black {
  background: #FFFFFF;
  color: #121212;
  border: 1px solid #121212;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background: #F7941D;
  color: #FFFFFF;
  border: 1px solid #F7941D;
}
.btn-trasperent {
  background: transparent;
  border: 1px solid #FFFFFF;
}

.btn-trasperent:hover,
.btn-trasperent:active,
.btn-trasperent:focus {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btnwidth {
  width: 120px;
}
.btnwidth-lg {
  width: 190px;
}
.btn-view {
  border-radius: 18px;
  width: 140px;
  height: 40px;
      padding: 8px 20px;
}

/*button css end*/


/*scrollbar css start*/

* {
  scrollbar-color: #DCE0E7 #f8fafc;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
  background-color: #f8fafc;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
  background-color: #DCE0E7;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}

.active-role-card {
  scrollbar-color: transparent transparent;
}

/*scrollbar css end*/

/* form css start */

.form-control::-webkit-input-placeholder {
  font-weight: 400;
font-size: 17px;
line-height: 25px;
  color: #DDDDDD;
}
.form-control::-moz-placeholder {
  font-weight: 400;
font-size: 17px;
line-height: 25px;
  color: #DDDDDD;
}
.form-control:-ms-input-placeholder {
  font-weight: 400;
font-size: 17px;
line-height: 25px;
  color: #DDDDDD;
}
.form-control:-moz-placeholder {
  font-weight: 400;
font-size: 17px;
line-height: 25px;
  color: #DDDDDD;
}

.form-control,
.form-control:focus,
.form-control:active,
.form-control:hover {
  box-shadow: none;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  height: 50px !important;
}

.form-label {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-bottom: 5px;
}

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

textarea.form-control,
textarea.form-control:focus,
textarea.form-control:active,
textarea.form-control:hover {
  height: 100px;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; /* space for arrow */
  background: none;
      color: #DDDDDD;
}

/* Custom arrow */
.custom-select-wrapper::after {
  content: "";
  position: absolute;
  top: 66%;
  right: 15px;
      width: 24px;
    height: 24px;
  transform: translateY(-50%);
  
  background: url(/newdesign/img/svg/ic-dropdown.svg) no-repeat center;
  background-size: contain;
  
  pointer-events: none;
}

/* custom checkbox */
.custom-control-label:before, .custom-control-label:after, .custom-control-input:checked~.custom-control-label:before, .custom-control-input:checked~.custom-control-label:after { display: none; }
.custom-checkbox .custom-control-input { height: 18px; width: 18px; z-index: 1; cursor: pointer; }
.custom-checkbox .custom-control-label { background-image: url(/newdesign/img/svg/checkbox-light.svg); background-repeat: no-repeat; padding-left: 27px;      font-size: 17px;
    line-height: 21px; cursor: pointer; }
 .custom-checkbox .custom-control-input:checked~.custom-control-label { background-image: url(/newdesign/img/svg/checkbox-dark-selected.svg); }
.custom-checkbox .custom-control-input:checked~.custom-control-label { background-image: url(/newdesign/img/svg/checkbox-dark-selected.svg); color: #262F37; }

.custom-control {
    padding: 0;}

.invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 14px;
}

select.form-control {
  height: 50px !important;
  appearance: auto;
}

/* form css end */



/*header css start*/

.navbar-expand-lg {
  height: 80px;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #FAA950;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #7F00FF;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #FAA950;
}

header .nav-link:hover,
.nav-link:focus {
  color: #C4D82E;
}

header .nav-item.active .nav-link {
  color: #C4D82E;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  max-width: 500px;
  min-width: 500px;
}

.nav-logo {
  display: none;
}

/*header css start*/

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  line-height: 25px;
      font-weight: 400;
}

header .nav-link {
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #111111;
  background-color: #dddddd;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-menu {
  padding: 0;
  min-width: 6rem;
}

.dropdown-menu li:last-child>a {
  border-radius: 0 0 4px 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  margin-top: 0;
}

.caret.dropdown-toggle {
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-logo {
  display: none;
}

.btn-transparent.dropdown-toggle {
  background: transparent url(/newdesign/img/svg/ic_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding-right: 35px !important;
  height: auto;
  font-weight: 400;
}

.btn-transparent.dropdown-toggle:after {
  content: none !important;
}

.dropdown-item {
  font-size: 15px;
  line-height: 23px;
  padding: 4px 20px;
  color: #111111;
  margin-bottom: 10px;
}

.dropdown-item:last-child {
  border: 0;
}

.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 27px;
  width: 30px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 6px 0;
}

.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #111111;
  width: 30px;
  height: 2px;
  display: block;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}

.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}


/*header css end*/


/*common class start*/

.mb-60 {
  margin-bottom: 60px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
} 
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
} 
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.gap-20 {
  gap: 20px;
}
.w-61 {
  width: 61%;
}
.d-grid {
  display: grid;
}
.bor-left {
  border-left: 1px solid #DDDDDD;
}
hr { border-top: 1px solid #DDDDDD;}
/*font size class start*/

.sm-font {
  font-size: 16px;
  line-height: 25px;
}

.md-font {
  font-size: 48px;
  line-height: 64px;
}

.lg-font {
  font-size: 54px;
  line-height: 70px;
}

.lg-font2 {
  font-size: 34px;
  line-height: 50px;
}

.xl-font {
  font-size: 70px;
  line-height: 80px;
}

.font-30 {
  font-size: 30px;
  line-height: 40px;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

.font-17 {
  font-size: 17px;
  line-height: 25px;
}

.font-20 {
  font-size: 20px;
  line-height: 30px;
}

/*font size class end*/


/*font weight*/

.fw-300 {
  font-weight: 300
}

.font-regular,
.fw-400 {
  font-weight: 400
}

.font-medium,
.fw-500 {
  font-weight: 500
}

.font-semibold,
.fw-600 {
  font-weight: 600
}

.font-bold,
.fw-700 {
  font-weight: 700
}
.white-clr {
  color: #FFFFFF;
}
.orange-clr {
  color: #F7941D;
}
.gray-clr {
  color: #58595B;
}

.bg-transparent {background-color: transparent;}

.truncate-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/*links css end*/

.fullheight {
  min-height: calc(calc(var(--vh, 1vh) * 100));
}


/* Header css start */

.navbar-light .navbar-brand {
  color: #2D72BB;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  padding-top: 0;
}

.dropdownimg {
  padding-left: 5px;
}


/* Header Css End */

/* index css start */


.bannercontent {
  padding-top: 7rem;

}

.hero-video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.hero.hero--no-radius .hero-video-wrapper,
.hero.hero--no-radius .hero-video-wrapper::before,
.hero.hero--no-radius .video-color-overlay {
  border-radius: 0;
}

.hero-video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 2;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: background 0.3s ease;
}

.hero.hero-zone-active .hero-video-wrapper::before {
  background: rgba(0, 0, 0, 0.45);
}

.myVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: filter 0.3s ease;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 2;
      border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.video-color-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: background 0.3s ease;
  background: transparent;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero > .container-fluid {
  width: 100%;
}

.second-video-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 40px;
}

.hero-second-video {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  z-index: 0;
}

.baneerzindex {
  position: relative;
  z-index: 4;
}

/* Hero image – 3 color zones (Green, Orange, Blue) */
.hero-image-wrap {
  max-width: 70%;
  margin-top: 0;
}

.hero-logo {
  display: inline-block;
  max-width: 100%;
}

.hero-logo__mark {
  display: block;
  width: 100%;
}

.hero-logo__text-slot {
  position: relative;
  width: 100%;
  margin-top: 1.35rem;
  line-height: 0;
}

.hero-logo__wordmark {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}

.hero.hero-zone-active .hero-logo__wordmark {
  filter: brightness(0) invert(1);
}

.hero-default-text,
.hero-hover-text {
  pointer-events: none;
  padding: 0;
  transition: opacity 0.2s ease;
}

.hero-default-text {
  position: relative;
  bottom: auto;
  opacity: 1;
}

.hero-hover-text {
  position: relative;
  margin-top: 1rem;
  z-index: 2;
  line-height: 1.35;
  color: #ffffff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 2px 10px rgba(0, 0, 0, 0.65),
    0 0 24px rgba(0, 0, 0, 0.45);
  font-family: 'AmericanTypewriter', serif;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-height 0.25s ease;
}

.hero-hover-text__value {
  display: block;
  font-size: 35px;
  line-height: 1.2;
}

.hero-hover-text.is-visible {
  opacity: 1;
  max-height: 20rem;
}

.hero-video-wrapper .hero-video-zone {
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: 0;
}

.hero-video-wrapper .hero-video-default {
  z-index: 0;
}

.hero-video-wrapper .hero-video-zone.is-active {
  z-index: 1;
  display: block !important;
}

.hero-color-zone {
  z-index: 5;
}

.hero-color-zone:hover {
  background: none;
}
.learn-more {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'MyriadPro', sans-serif;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 2px 8px rgba(0, 0, 0, 0.6);
}
.fix-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fix-top:not(.scrolled) .btn-trasperent {
  border-color: #000000;
  color: #000000;
}

.fix-top:not(.scrolled) .btn-trasperent:hover,
.fix-top:not(.scrolled) .btn-trasperent:active,
.fix-top:not(.scrolled) .btn-trasperent:focus {
  background: transparent;
  color: #000000;
  border-color: #000000;
}

/* Candidate & Client hero: white nav, logo, and CTA until scroll */
.fix-top.header-hero-light:not(.scrolled) .navbar-expand-lg .navbar-nav .nav-link,
.fix-top.header-hero-light:not(.scrolled) .navbar-light .navbar-nav .nav-link,
.fix-top.header-hero-light:not(.scrolled) header .nav-link,
.fix-top.header-hero-light:not(.scrolled) header .nav-item.active .nav-link {
  color: #FFFFFF;
}

.fix-top.header-hero-light:not(.scrolled) .nav-link:hover,
.fix-top.header-hero-light:not(.scrolled) .nav-link:focus,
.fix-top.header-hero-light:not(.scrolled) .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.fix-top.header-hero-light:not(.scrolled) .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #FAA950;
}

.fix-top.header-hero-light:not(.scrolled) .btn-trasperent {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.fix-top.header-hero-light:not(.scrolled) .btn-trasperent:hover,
.fix-top.header-hero-light:not(.scrolled) .btn-trasperent:active,
.fix-top.header-hero-light:not(.scrolled) .btn-trasperent:focus {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.fix-top.header-hero-light:not(.scrolled) .navbar-toggler span.icon-bar {
  background: #FFFFFF;
}

.fix-top.scrolled {
     background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
}

.fix-top.scrolled .nav-link,
.fix-top.scrolled .navbar-nav .nav-link,
.fix-top.scrolled .navbar-light .navbar-nav .nav-link {
  color: #111111;
}

.fix-top.scrolled .nav-link:hover,
.fix-top.scrolled .nav-link:focus,
.fix-top.scrolled .navbar-nav .nav-item:hover .nav-link,
.fix-top.scrolled .navbar-nav .nav-item.active .nav-link {
  color: #FAA950;
}

.fix-top.scrolled .navbar-toggler span.icon-bar {
  background: #111111;
}

.logo-sticky {
  display: none;
}

.fix-top.scrolled .logo-default {
  display: none;
}

.fix-top.scrolled .logo-sticky {
  display: inline-block;
}

.fix-top.scrolled .btn-trasperent {
  border: 1px solid #111111;
  color: #111111;
}

.fix-top.scrolled .btn-trasperent:hover,
.fix-top.scrolled .btn-trasperent:active,
.fix-top.scrolled .btn-trasperent:focus {
  background: transparent;
  color: #111111;
  border: 1px solid #111111;
}

/* Africa map */
.africa-map-wrap {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.africa-map-svg .map-region {
  cursor: pointer;
}

.africa-map-svg--roots {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1748px;
  background: transparent;
}

.africa-map-roots__visual {
  mix-blend-mode: multiply;
}

.africa-map-svg--roots .africa-map-roots__hits {
  pointer-events: none;
}

.africa-map-svg--roots .africa-map-roots__hits .map-region {
  pointer-events: all;
  cursor: pointer;
}

.africa-map-svg--roots .africa-map-roots__hits .map-region path {
  stroke: none;
}

/* Legacy map – image inside each path on hover */
.africa-map-svg:not(.africa-map-svg--roots) .region-hover-image {
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.section-border {    
    border-bottom: 1px solid #DDDDDD;
    /* border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px; */
}

.section-border-full {
  border-bottom: 2px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
    /* border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px; */
}

.candidate-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
}

.candidate-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 48%,
        rgba(55, 55, 55, 0.35) 62%,
        rgba(40, 40, 40, 0.62) 82%,
        rgba(30, 30, 30, 0.72) 100%
    );
    transition: background 0.5s ease;
}

/* IMAGE */

.card-img{
    width:100%;
    display: block;
    transition:0.6s ease;
    border-radius:20px;
}

/* OVERLAY */

.card-overlay{
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
    width:100%;
    height:100%;
    padding:clamp(20px,4vw,40px) 20px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

/* TITLE */

.title{
  font-size:clamp(30px,4vw,48px);
    line-height: 64px;
    margin-bottom:10px;
    transform:translateY(420px);
    transition:0.5s;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* DESCRIPTION */

.desc{
    font-size:24px;
    line-height: 36px;
    opacity:0;
    transform:translateY(40px);
    transition:0.5s;
}

/* BUTTON */

.explore-btn{
    width:103px;
    opacity:0;
    transform:translateY(40px);
    transition:0.5s;
    font-size: 20px;
    line-height: 30px;
    height: 50px;
}

/* HOVER EFFECT */

.candidate-card:hover::before {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.35) 45%,
        rgba(40, 40, 40, 0.55) 65%,
        rgba(30, 30, 30, 0.75) 100%
    );
}

.candidate-card:hover .card-img{
    transform:scale(1.1);
    filter:blur(3px) brightness(70%);
}

/* TITLE MOVES UP */

.candidate-card:hover .title{
    transform:translateY(0);
}

/* DESCRIPTION APPEARS */

.candidate-card:hover .desc{
    opacity:1;
    transform:translateY(0);
    transition-delay:0.2s;
}

/* BUTTON APPEARS LAST */

.candidate-card:hover .explore-btn{
    opacity:1;
    transform:translateY(0);
    transition-delay:0.4s;
}

/* index css end */

.project-logo img { filter: grayscale(100%); cursor: pointer; }
 .project-logo { filter: blur(0); padding: 5px 40px; height: auto; transition: all 500ms linear 0s; }
 .client-logo-listing:hover .project-logo { filter: blur(3px); }
 .client-logo-listing .project-logo:hover { filter: blur(0); }
 .client-logo-listing .project-logo:hover img { filter: grayscale(0) blur(0); transition: all 500ms linear 0s; }

 .project-logo img {
  height: 60px;
}
.client-logo-marquee--row-2 {
  margin-top: 28px;
}

/* Second row: same smooth translate as row 1; mirror wrapper reverses scroll direction */
.client-logo-opposite-direction {
  transform: scaleX(-1) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.client-logo-opposite-direction .item {
  transform: scaleX(-1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contactform {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 30px;
}

.contactform .row {
    --bs-gutter-x: 20px;
}

.contactform .form-label {
    font-family: 'MyriadPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-bottom: 5px;
}

.contactform .form-control,
.contactform .form-control:focus,
.contactform .form-control:active,
.contactform .form-control:hover {
    font-family: 'MyriadPro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.contactform .btn {
    font-family: 'MyriadPro', sans-serif;
    font-weight: 400;
    background: transparent;
    border: 1px solid #111111;
    color: #111111;
}

.contactform .btn:hover,
.contactform .btn:active,
.contactform .btn:focus {
    background: transparent;
    border: 1px solid #111111;
    color: #111111;
}

.modal-content {
  position: relative;
      border-radius: 16px;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  color: #58595B;
}

.modal-close-btn:hover {
  color: #000;
}

.modal-header { padding: 50px 80px 20px 80px;     border-bottom: 0;}

.modal-body { padding: 0 80px 50px 80px; }

.modal-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #58595B;
}
.modal-subtitle {
  font-size: 17px;
  line-height: 25px;
  color: #58595B;
}
.subtext-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #58595B;
  margin-bottom: 10px;
}
.subtext-desc {
  font-size: 14px;
  line-height: 20px;
  color: #58595B;
}

/* Hero color modal – stacked element copy (Earth / Fire / Water) */
.hero-element-detail {
  text-align: left;
  max-width: 100%;
}
.hero-element-detail__meta {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #4a4a4a;
  margin: 0 0 12px 0;
}
.hero-element-detail__meta--before-body {
  margin-bottom: 32px;
}
.hero-element-detail__body {
  font-size: 15px;
  line-height: 24px;
  color: #4a4a4a;
  margin: 0;
}

/* Hero color zone modal – matches comp: ~25% width, white card, generous padding */
#heroColorModal .modal-dialog {
  width: 25%;
  max-width: 25%;
}
#heroColorModal .modal-content.hero-color-modal__content {
  background: #ffffff;
  border: none;
  border-radius: 18px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
#heroColorModal .modal-header {
  display: none;
}
#heroColorModal .modal-body {
  padding: 48px 36px 40px 36px;
}
#heroColorModal .modal-close-btn {
  top: 18px;
  right: 20px;
  font-size: 22px;
  font-weight: 300;
  color: #8a8a8a;
  z-index: 2;
}
#heroColorModal .modal-close-btn:hover {
  color: #4a4a4a;
}
@media (max-width: 767.98px) {
  #heroColorModal .modal-dialog {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }
  #heroColorModal .modal-body {
    padding: 44px 24px 32px 24px;
  }
}

/* candidate page start */

.login-form {
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  box-shadow: 0px 1px 4px 0px #00000026;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 20px;
}

#registerFormFields {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

#registerFormFields::-webkit-scrollbar {
  width: 4px;
}
#registerFormFields::-webkit-scrollbar-track {
  background: transparent;
}
#registerFormFields::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);
  border-radius: 4px;
}
#registerFormFields::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.5);
}

.login-form .btn-group {
      border: 1px solid #DDDDDD;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.toggle-btn {
  background: transparent;
  border: 0;
  border-radius: 8px !important;
}
.active-btn {
  background: #fff;
  color: #F7941D;
  border-radius: 8px !important;
  border: 1px solid #FFFFFF;
}
.login-form-fields .form-label {color: #FFFFFF;}
.login-form-fields .form-control, .login-form-fields .form-control:focus, .login-form-fields .form-control:active, .login-form-fields .form-control:hover {    background: transparent; color: #fff;}
.login-form .custom-checkbox .custom-control-label {
  background-image: url(/newdesign/img/svg/checkbox-white.svg);
}
.login-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  background-image: url(/newdesign/img/svg/checkbox-white-selected.svg);
  color: #FFFFFF;
}

input:-webkit-autofill {
    background: transparent !important; color: #fff !important;
}

.or-divider {
  position: relative;
  text-align: center;
}

.or-divider span {
  padding: 0 15px;
  color: #FFFFFF;
}

.or-divider:before,
.or-divider:after {
  content: "";
  position: absolute;
  top: 56%;
  width: 45%;
  height: 1px;
  background: #DDDDDD;
}

.or-divider:before {
  left: 0;
}

.or-divider:after {
  right: 0;
}

.filter-card {
  background-color: #FAFAFA;
  border-radius: 6px;
  padding: 20px;
}

.roles-card {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 15px;
}

.active-role-card {
  height: 680px;
  overflow-y: scroll;
}

/* Background */
.bg-card img {
  border-radius: 10px;
}

/* Cards */
.expert-card {
  position: absolute;
      width: 275px;
  background: #fff;
  transition: 0.3s;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 10px 0px #0000001A;
}

.expert-card:hover {
  transform: translateY(-5px);
}

/* Profile */
.profile-img {
      width: 74px;
    height: 74px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 10px;
}

/* Tags */
.tags .badge {
      border-radius: 100px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    background: #DDDDDD;
}

/* Verified box */
.verified-box {
  margin-top: 20px;
  background: #fff;
  border-radius: 40px;
  padding: 10px 20px 10px 15px;
  display: inline-block;
}

.left-card {
  top: 50px;
  left: 40px;
}

.right-card {
  top: 120px;
  right: 0;
}

.specialist-card {
  background-color: #FAA95033;
  padding: 5px 11px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 10px;
}

.vector-position {
      position: absolute;
    left: 41px;
    top: -9px;
}

/*footer css start*/

.footerspacing {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-underline {
  text-decoration: underline;
}

/*footer css end*/


/*design page end*/


@media (min-width: 992px) {

  .cards-wrapper {
    position: absolute;
    top: 40px;
    width: 100%;
  }

  .cards-wrapper .col-lg-4:first-child {
    position: relative;
    left: -40px;
  }

  .cards-wrapper .col-lg-4:last-child {
    position: relative;
    right: -40px;
    top: 60px;
  }

  .verified-box {
    position: absolute;
        left: 10%;
        box-shadow: 0px 2px 10px 0px #0000001A;
  }
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 991px) {
  .cards-wrapper {
    margin-top: 20px;
  }

  .verified-box {
    display: block;
    margin: 30px auto 0;
    text-align: center;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 576px) {
  .expert-card {
    padding: 12px;
  }

  .tags .badge {
    margin-bottom: 5px;
  }

  .verified-box {
    font-size: 13px;
    padding: 10px 15px;
  }
}

/* end */


@media (min-width: 768px) {

  .collapse.dont-collapse-sm,
  .collapsing.dont-collapse-sm {
    display: flex;
    height: auto !important;
    visibility: visible;
  }
}


/* iPadPRO landscape style here */

@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) {

  .title {    transform: translateY(304px);}

  .underline-light-orange::before {
    left: 33px;
    top: 66%;
  }
   
  .myVideo {
    object-fit: cover;
  }

  .modal-dialog {
    max-width: 807px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl-font {
    font-size: 58px;
    line-height: 87px;
  }

  .lg-font {
    font-size: 42px;
    line-height: 65px;
  }

  .bannercontent {
    padding-top: 0;
  }

  .extraplan-box {
    padding: 20px;
  }

}

@media (max-width: 991.98px) {

  .myVideo {
    object-fit: cover;
  }

  .logores {
    width: 50px;
  }

  .navbar-brand {
    padding-top: 0;
  }


  /*.wizard > .content {     min-height: 44em; }*/
  .navbar-expand-lg {
    min-height: 59px;
    height: 59px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F7941D !important;
  }

  header {
    height: 60px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
  }


  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

  /*navabr for mobile css start*/
  #navbarNav {
    position: fixed;
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    display: block;
    width: 100%;
    z-index: 11;
    background: #F7941D;
    left: 0;
    bottom: 0;
    top: 59px;
    transform: translateX(-100%);
    transition: 0.3s;
    justify-content: center;
    overflow-y: auto;
  }

  #navbarNav.show {
    transform: translateX(0);
    transition: 0.3s;
  }
}


/* iPad landscape style here */

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {

  .card-overlay{
    padding:25px 20px;
  }

  /* TITLE FIX */
  .title{
    font-size:34px;
    line-height:44px;
    transform:translateY(210px); /* reduced from 420px */
  }

  /* DESCRIPTION */
  .desc{
    font-size:18px;
    line-height:28px;
    max-width:90%;
  }



  .hero-hover-text__value { font-size: 40px; }
 .modal-xl {
    max-width: 710px;
  }

  .modal-header {
    padding: 25px;}

  .modal-body {
    padding: 0 25px 25px 25px;
}

  .xl-font {
    font-size: 66px;
    line-height: 81px;
  }

  .lg-font {
    font-size: 40px;
    line-height: 52px;
  }

}


/*repsonsive css*/

@media (min-width: 576px) {
  .modal-sm {
    max-width: 381px;
  }
}

@media (min-width: 768px) {}

.card-group>.report-card:last-child {
  box-shadow: none;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 850px;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 12px;
  }
}

@media (max-width: 767.98px) {
  .title {    line-height: 40px;}
.py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

  .gap-10 {
    gap: 10px;
  }

  .modal-close-btn {
    top: 7px;
    right: 15px;}

 .hero-hover-text__value { font-size: 32px; }

  .modal-header {
    padding: 15px;}

  .modal-body {
    padding: 0 15px 15px 15px;
}
.modal-title {
    font-size: 26px;
    line-height: 40px;}

    .hero-second-video {    height: 365px;}
.bor-left {
    border-left: 0;
}

  .lg-font {
    font-size: 39px;
    line-height: 52px;
  }

.xl-font {
        font-size: 42px;
        line-height: 55px;
    }

  .hero-responsive {        height: 1040px;}

  .myVideo {
    height: 100%;
    object-fit: cover;
  }

  .bannercontent {
    padding-top: 1rem;
  }

  .mbres-30 {
    margin-bottom: 30px;
  }

  .mbres-50 {
    margin-bottom: 50px;
  }

  .mbres {
    margin-bottom: 20px;
  }

  .navbar-toggler {
    margin-right: 0
  }

  .navbar-expand-lg {
    min-height: 56px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #F7941D !important;
  }

  header {
    height: 60px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px 30px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
  }


  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

}

/* The Movement Accordion Section */
.movement-accordion {
  display: flex;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  gap: 4px;
  background: #e0e0e0;
}

.accordion-item {
  position: relative;
  flex: 1;
  min-width: 50px;
  height: 280px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
}

.accordion-item.active {
  flex: 0 0 200px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}

.accordion-item:hover:not(.active) {
  text-decoration: none;
  flex: 1.2;
}

.accordion-item.active:hover {
  flex: 0 0 200px;
  width: 200px;
}

.accordion-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.accordion-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
  transition: opacity 0.6s ease;
}

.accordion-item:not(.active) .accordion-background::before {
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.85) 100%);
}

.accordion-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  filter: grayscale(100%);
}

.accordion-item.active .accordion-background img {
  filter: grayscale(0%);
}

.accordion-item:hover .accordion-background img {
  filter: grayscale(70%);
}

.accordion-item.active:hover .accordion-background img {
  filter: grayscale(0%);
}

.accordion-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px 18px;
}

/* Expanded Content */
.accordion-expanded-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  color: #fff;
  transform: translateY(10px);
}

.accordion-item.active .accordion-expanded-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.accordion-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accordion-author {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.accordion-author .author-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* Collapsed Title (Vertical) - Hidden */
.accordion-collapsed-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform-origin: center;
  width: 250px;
  text-align: center;
  pointer-events: none;
  display: none;
}

.accordion-item.active .accordion-collapsed-title {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.accordion-collapsed-title span {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
}

/* Explore Item Styles */
.accordion-item.explore-item {
  flex: 1;
  min-width: 80px;
  height: 280px;
}

.accordion-item.explore-item.active {
  flex: 1;
  width: auto;
  min-width: 80px;
  max-width: none;
}

.accordion-item.explore-item:hover {
  flex: 1.2;
}

.accordion-item.explore-item .accordion-background {
  background: linear-gradient(135deg, #F7941D 0%, #E67E22 100%);
}

.accordion-item.explore-item .accordion-background::before {
  display: none;
}

.accordion-item.explore-item .explore-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.accordion-item.explore-item .explore-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.accordion-item.explore-item .explore-content h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0 8px;
  line-height: 1.3;
}

.accordion-item.explore-item .accordion-content {
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

.accordion-item.explore-item .accordion-collapsed-title span {
  font-size: 13px;
  font-weight: 600;
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .movement-accordion {
    height: 280px;
  }

  .accordion-item {
    flex: 1;
    min-width: 45px;
    height: 280px;
  }

  .accordion-item.active {
    flex: 0 0 200px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }

  .accordion-title {
    font-size: 15px;
  }

  .accordion-collapsed-title {
    width: 250px;
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .accordion-collapsed-title span {
    font-size: 12px;
    display: none;
  }
}

@media (max-width: 992px) {
  .movement-accordion {
    height: 280px;
  }

  .accordion-item {
    flex: 1;
    min-width: 40px;
    height: 280px;
  }

  .accordion-item.active {
    flex: 0 0 180px;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }

  .accordion-content {
    padding: 18px 15px;
  }

  .accordion-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .accordion-collapsed-title {
    width: 250px;
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .accordion-collapsed-title span {
    font-size: 11px;
    display: none;
  }

  .accordion-author {
    font-size: 11px;
  }

  .accordion-item.explore-item {
    flex: 1;
    min-width: 60px;
    height: 280px;
  }

  .accordion-item.explore-item.active {
    flex: 1;
    width: auto;
  }
}

@media (max-width: 768px) {
  .movement-accordion {
    flex-direction: column;
    height: auto;
    gap: 3px;
    width: 100%;
  }

  .accordion-item {
    flex: 1;
    min-height: 60px;
    height: auto;
    width: 100%;
  }

  .accordion-item.active {
    flex: 0 0 280px;
    height: 280px;
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .accordion-item:hover:not(.active) {
    flex: 1.2;
    width: 100%;
  }

  .accordion-item.active:hover {
    flex: 0 0 280px;
    height: 280px;
  }

  .accordion-content {
    padding: 20px;
    align-items: flex-end;
  }

  .accordion-collapsed-title {
    transform: translate(-50%, -50%) rotate(0deg);
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    text-align: left;
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .accordion-title {
    font-size: 18px;
  }

  .accordion-collapsed-title span {
    font-size: 13px;
    display: none;
  }

  .accordion-item.explore-item {
    flex: 1;
    min-height: 60px;
    width: 100%;
  }

  .accordion-item.explore-item.active {
    flex: 1;
    height: auto;
    width: 100%;
  }
}

/* CV Builder Section */
.cv-builder-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.cv-builder-section h2 {
  font-size: 48px;
  /* font-weight: 700; */
  color: #1a1a1a;
  margin-bottom: 20px;
}

.pt-100 {
  padding-top: 100px;
}

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

.cv-builder-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 40px;
}
/* 
.cv-builder-section .btn {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.cv-builder-section .btn-black {
  background: #1a1a1a;
  color: #fff;
  border: 2px solid #1a1a1a;
}

.cv-builder-section .btn-black:hover {
  background: #fff;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} */

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

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

.cv-builder-image-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cv-builder-image-wrapper img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: contain;
}

/* Responsive Styles for CV Builder */
@media (max-width: 1200px) {
  .cv-builder-section h2 {
    font-size: 42px;
  }

  .cv-builder-section p {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .cv-builder-section h2 {
    font-size: 36px;
  }

  .cv-builder-section p {
    font-size: 16px;
    padding: 0 20px;
  }

  .cv-builder-section .btn {
    padding: 12px 35px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .cv-builder-section {
    padding: 60px 0;
  }

  .cv-builder-section h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .cv-builder-section p {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .cv-builder-section .btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .cv-builder-image-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .cv-builder-section h2 {
    font-size: 28px;
  }

  .cv-builder-section p {
    font-size: 14px;
  }
}

/* Client Strategy Section */
.client-strategy-image {
  position: relative;
  width: 100%;
  text-align: center;
}

.client-strategy-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

/* Responsive Styles for Client Strategy Section */
@media (max-width: 992px) {
  .client-strategy-image img {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .client-strategy-image {
    margin-top: 30px;
  }

  .client-strategy-image img {
    max-width: 100%;
  }
}

/* Theory of Transformation Section */
.transformation-triangle {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.transformation-triangle img {
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* Responsive Styles for Transformation Triangle */
@media (max-width: 992px) {
  .transformation-triangle img {
    max-width: 600px;
  }
  
  .transformation-triangle {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .transformation-triangle img {
    max-width: 500px;
  }
  
  .transformation-triangle {
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .transformation-triangle img {
    max-width: 100%;
  }
}

/* Service Cards Section */
.service-card {
  position: relative;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 250px;
}

.service-card:hover {
  background: #FFF5E6;
  box-shadow: 0 8px 20px rgba(247, 148, 29, 0.15);
  transform: translateY(-5px);
  border-color: #F7941D;
}

.service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-number {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 48px;
  font-weight: 300;
  color: #e5e5e5;
  line-height: 1;
  font-family: 'Courier New', monospace;
}

.service-card h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.service-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive Styles for Service Cards */
@media (max-width: 992px) {
  .service-card {
    padding: 25px;
    min-height: 220px;
  }

  .service-number {
    font-size: 40px;
    top: 25px;
    right: 25px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .service-card {
    padding: 20px;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .service-number {
    font-size: 36px;
    top: 20px;
    right: 20px;
  }

  .service-icon {
    width: 45px;
    height: 45px;
  }

  .service-card h5 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 14px;
  }
}

/* Empower Logos Evolution Section */
.empower-logos-evolution {
  position: relative;
  width: 100%;
  text-align: center;
}

.empower-logos-evolution img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

/* Responsive Styles for Empower Logos */
@media (max-width: 992px) {
  .empower-logos-evolution img {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .empower-logos-evolution {
    margin-top: 30px;
  }

  .empower-logos-evolution img {
    max-width: 100%;
  }
}

/* Timeline Section */
.timeline-section {
  background: #fff;
  overflow: hidden;
}

.timeline-wrapper {
  position: relative;
  width: 100%;
}

.timeline-content-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ddd #f5f5f5;
  padding-bottom: 20px;
}

.timeline-content-scroll::-webkit-scrollbar {
  height: 8px;
}

.timeline-content-scroll::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

.timeline-content-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.timeline-content-scroll::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.timeline-items {
  display: flex;
  gap: 80px;
  padding: 20px 0 40px;
  min-width: max-content;
}

.timeline-item {
  flex: 0 0 auto;
  width: 100%;
  min-width: 900px;
  max-width: 1200px;
}

.timeline-item .row {
  margin: 0;
}

.timeline-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.timeline-item:hover .timeline-image img {
  transform: scale(1.05);
}

.timeline-content {
  padding: 0 0 0 40px;
}

.timeline-year {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1;
}

.timeline-title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.timeline-description {
  font-size: 17px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.timeline-tag {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}

/* Timeline Bar */
.timeline-bar {
  margin-top: 40px;
  padding: 0;
  position: relative;
  overflow: visible;
}

.timeline-track {
  position: relative;
  height: 2px;
  background: #D0D0D0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
}

.timeline-marker {
  position: relative;
  width: 2px;
  height: 30px;
  background: #D0D0D0;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 1px;
  transform-origin: bottom;
}

.timeline-marker:nth-child(2n) {
  height: 45px;
}

.timeline-marker:nth-child(3n) {
  height: 20px;
}

.timeline-marker:nth-child(5n) {
  height: 38px;
}

.timeline-marker[data-year] {
  height: 50px;
  cursor: pointer;
}

.timeline-marker:hover {
  background: #999;
  height: 60px;
}

.timeline-marker[data-year]:hover {
  background: #666;
  height: 65px;
}

.timeline-marker.active {
  background: #1a1a1a;
  height: 75px;
  width: 3px;
}

.timeline-marker:first-child {
  margin-left: 0;
}

.timeline-marker:last-child {
  margin-right: 0;
}

.timeline-marker::after {
  content: '';
  display: none;
}

/* Responsive Timeline */
@media (max-width: 1200px) {
  .timeline-item {
    min-width: 800px;
  }

  .timeline-image {
    height: 280px;
  }

  .timeline-content {
    padding: 0 0 0 30px;
  }

  .timeline-year {
    font-size: 42px;
  }

  .timeline-title {
    font-size: 24px;
  }

  .timeline-description {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .timeline-item {
    min-width: 700px;
  }

  .timeline-image {
    height: 250px;
  }

  .timeline-content {
    padding: 0 0 0 25px;
  }

  .timeline-year {
    font-size: 38px;
  }

  .timeline-title {
    font-size: 22px;
  }

  .timeline-description {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .timeline-item {
    min-width: 90vw;
    display: block;
  }

  .timeline-item .row {
    flex-direction: column;
  }

  .timeline-item .col-md-5,
  .timeline-item .col-md-7 {
    max-width: 100%;
    padding: 0;
  }

  .timeline-image {
    height: 250px;
    margin-bottom: 20px;
  }

  .timeline-content {
    padding: 0;
  }

  .timeline-year {
    font-size: 36px;
  }

  .timeline-title {
    font-size: 22px;
  }

  .timeline-description {
    font-size: 15px;
  }

  .timeline-bar {
    margin-top: 30px;
  }

  .timeline-marker {
    height: 25px;
  }

  .timeline-marker:nth-child(2n) {
    height: 35px;
  }

  .timeline-marker:nth-child(3n) {
    height: 18px;
  }

  .timeline-marker:nth-child(5n) {
    height: 30px;
  }

  .timeline-marker[data-year] {
    height: 40px;
  }

  .timeline-marker:hover {
    height: 45px;
  }

  .timeline-marker[data-year]:hover {
    height: 50px;
  }

  .timeline-marker.active {
    height: 60px;
    width: 3px;
  }
}

@media (max-width: 576px) {
  .timeline-image {
    height: 220px;
  }

  .timeline-year {
    font-size: 32px;
  }

  .timeline-title {
    font-size: 20px;
  }

  .timeline-description {
    font-size: 14px;
  }

  .timeline-bar {
    margin-top: 25px;
  }

  .timeline-marker {
    height: 20px;
  }

  .timeline-marker:nth-child(2n) {
    height: 30px;
  }

  .timeline-marker:nth-child(3n) {
    height: 15px;
  }

  .timeline-marker:nth-child(5n) {
    height: 25px;
  }

  .timeline-marker[data-year] {
    height: 35px;
  }

  .timeline-marker.active {
    height: 50px;
    width: 2px;
  }
}

/* Leadership Section - Flip Cards */
.leadership-card {
  perspective: 1000px;
  height: 550px;
  cursor: pointer;
}

.leadership-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.leadership-card:hover .leadership-card-inner {
  transform: rotateY(180deg);
}

.leadership-card-front,
.leadership-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
}

.leadership-card-front {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}

.leadership-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-front-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
  color: #fff;
}

.leadership-name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.leadership-position {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.linkedin-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0077B5;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.linkedin-icon:hover {
  transform: scale(1.1);
}

.linkedin-icon img {
  width: 60px;
  height: 60px;
}

.leadership-card-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.leadership-green {
  background: #D2E095;
}

.leadership-yellow {
  background: #F3DD8C;
}

.leadership-blue {
  background: #D7ECF9;
}

.leadership-back-content {
  text-align: left;
  position: relative;
  width: 100%;
}

.leadership-card-back .leadership-name {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.leadership-card-back .leadership-position {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.leadership-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

.linkedin-icon-back {
  position: absolute;
  top: -10px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0077B5;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.linkedin-icon-back:hover {
  transform: scale(1.1);
}

.linkedin-icon-back img {
  width: 24px;
  height: 24px;
}

/* Responsive Leadership Cards */
@media (max-width: 992px) {
  .leadership-card {
    height: 500px;
  }

  .leadership-front-info,
  .linkedin-icon {
    padding: 20px;
  }

  .leadership-name {
    font-size: 22px;
  }

  .leadership-card-back .leadership-name {
    font-size: 24px;
  }

  .leadership-back-content {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .leadership-card {
    height: 450px;
    margin-bottom: 30px;
  }

  .leadership-front-info {
    padding: 20px;
  }

  .leadership-name {
    font-size: 20px;
  }

  .leadership-position {
    font-size: 14px;
  }

  .leadership-card-back .leadership-name {
    font-size: 22px;
  }

  .leadership-card-back .leadership-position {
    font-size: 15px;
  }

  .leadership-bio {
    font-size: 14px;
  }

  .leadership-back-content {
    padding: 25px;
  }
}

/* Board of Directors Section */
#BoardOfDirectors {
  background: #fff;
}

.board-members-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.board-member-card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
}
/* 
.board-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */

.board-member-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  border-radius: 20px 20px 0 0;
}

.board-member-image img {
  width: 150px;
  height: auto;
  object-fit: cover;
  display: block;
}

.board-member-info {
  padding: 20px 0;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.board-member-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.board-member-position {
  font-size: 17px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Board of Directors */
@media (max-width: 1200px) {
  .board-members-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .board-member-name {
    font-size: 17px;
  }

  .board-member-position {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .board-members-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .board-member-info {
    padding: 18px 12px;
  }

  .board-member-name {
    font-size: 16px;
  }

  .board-member-position {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .board-members-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .board-member-info {
    padding: 15px 10px;
  }

  .board-member-name {
    font-size: 15px;
  }

  .board-member-position {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .board-members-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .board-member-info {
    padding: 20px 15px;
  }

  .board-member-name {
    font-size: 18px;
  }

  .board-member-position {
    font-size: 14px;
  }
}

/* Our Sister Companies Section */
#SisterCompanies {
  background: #f8f9fa;
}

.sister-companies-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.sister-companies-grid > [class*="col-"] {
  display: flex;
}

.sister-company-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
}

.sister-company-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.company-card-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  transition: all 0.3s ease;
}

.sister-company-card:hover .company-card-border {
  background: linear-gradient(90deg, #F5A623 0%, #FFD700 100%);
  height: 6px;
}

.company-logo {
  margin-bottom: 25px;
  height: 60px;
  display: flex;
  align-items: center;
}

.company-logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.company-name {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.company-description {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  flex: 1;
}

.company-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #1a1a1a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.company-btn:hover {
  background: #333;
  transform: translateX(5px);
  color: #fff;
  text-decoration: none;
}

.company-btn svg {
  transition: transform 0.3s ease;
}

.company-btn:hover svg {
  transform: translateX(3px);
}

/* Responsive Sister Companies */
@media (max-width: 992px) {
  .sister-companies-grid {
    gap: 25px;
  }

  .sister-company-card {
    padding: 35px 30px;
  }

  .company-logo {
    height: 50px;
    margin-bottom: 20px;
  }

  .company-name {
    font-size: 24px;
  }

  .company-description {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .company-btn {
    font-size: 15px;
    padding: 11px 22px;
  }
}

@media (max-width: 768px) {
  .sister-companies-grid {
    flex-direction: column;
    gap: 20px;
  }

  .sister-company-card {
    padding: 30px 25px;
  }

  .company-logo {
    height: 45px;
    margin-bottom: 18px;
  }

  .company-name {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .company-description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .company-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .sister-company-card {
    padding: 25px 20px;
  }

  .company-logo {
    height: 40px;
    margin-bottom: 15px;
  }

  .company-name {
    font-size: 20px;
  }

  .company-description {
    font-size: 14px;
  }

  .company-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}

/* Our Community Engagement Section */
#CommunityEngagement {
  background: #fff;
}

.community-engagement-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.community-engagement-grid > [class*="col-"] {
  display: flex;
}

.community-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  border: 1px solid #e5e5e5;
}

.community-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

.community-card-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  transition: all 0.3s ease;
}

.community-card:hover .community-card-border {
  background: linear-gradient(90deg, #F5A623 0%, #FFD700 100%);
  height: 6px;
}

.community-logo {
  margin-bottom: 25px;
  height: 60px;
  display: flex;
  align-items: center;
}

.community-logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.community-name {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.community-description {
  font-size: 17px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  flex: 1;
}

.community-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #1a1a1a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.community-btn:hover {
  background: #333;
  transform: translateX(5px);
  color: #fff;
  text-decoration: none;
}

.community-btn svg {
  transition: transform 0.3s ease;
}

.community-btn:hover svg {
  transform: translateX(3px);
}

/* Responsive Community Engagement */
@media (max-width: 1200px) {
  .community-engagement-grid {
    gap: 25px;
  }

  .community-card {
    padding: 35px 30px;
  }

  .community-logo {
    height: 55px;
    margin-bottom: 20px;
  }

  .community-name {
    font-size: 24px;
  }

  .community-description {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .community-btn {
    font-size: 15px;
    padding: 11px 22px;
  }
}

@media (max-width: 992px) {
  .community-engagement-grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .community-engagement-grid > [class*="col-"] {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .community-engagement-grid > [class*="col-"]:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .community-engagement-grid {
    flex-direction: column;
    gap: 20px;
  }

  .community-engagement-grid > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .community-card {
    padding: 30px 25px;
  }

  .community-logo {
    height: 45px;
    margin-bottom: 18px;
  }

  .community-name {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .community-description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .community-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .community-card {
    padding: 25px 20px;
  }

  .community-logo {
    height: 40px;
    margin-bottom: 15px;
  }

  .community-name {
    font-size: 20px;
  }

  .community-description {
    font-size: 14px;
  }

  .community-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}

/* Life at Empower Photo Gallery Section */
#LifeAtEmpower {
  background: #f8f9fa;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Gallery item sizes */
.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-medium {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-small {
  grid-column: span 1;
  grid-row: span 1;
}

/* Responsive Photo Gallery */
@media (max-width: 1200px) {
  .photo-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 140px;
    gap: 12px;
  }
}

@media (max-width: 992px) {
  .photo-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 130px;
    gap: 12px;
  }

  .gallery-large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-medium {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-small {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
    gap: 10px;
  }

  .gallery-large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-medium {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-small {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 576px) {
  .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    gap: 8px;
  }

  .gallery-large,
  .gallery-medium,
  .gallery-small {
    grid-column: span 1;
    grid-row: span 1;
  }
}
