:root {
  /**************Ebenezer Fonts*****************/
  --global-body-font-family: "Poppins", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial,sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  --bs-font-sans-serif: "Manrope", sans-serif;
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);

  --global-heading-font-family: Nunito;
  --global-fallback-font: sans-serif;
  --global-display-fallback-font: sans-serif;
  --ebenezer-icon-font: bootstrap-icons;

  /*************Ebenezer BG Colors****************/
  --ebenezer-color-dominant: #000;
  --ebenezer-color-on-dominant: #000;
  --ebenezer-color-sub-dominant: #000;
  --ebenezer-color-on-sub-dominant: #000;
  --ebenezer-subtitle-color: #007aff;
  --ebenezer-color-less-dominant: #000;
  --ebenezer-primary-color: #116aef;
  --ebenezer-primary-rgb: rgb(12, 11, 95);
  --ebenezer-on-primary-color: #fff;
  --ebenezer-hover-color: #769e97;
  --ebenezer-footer-bg: #181818;
  --ebenezer-footer-color: var(--ebenezer-on-primary-color);
  --primary-soft-color: #edf9f3;
  --ebenezer-nav-color: var(--ebenezer-primary-color);
  --ebenezer-nav-text: #282b2d;
  --ebenezer-hover-on-primary-color: var(--ebenezer-hover-color);

  --ebenezer-warning-text-color: #ff7029;
  --ebenezer-warning-bg: #faeac8fe;
  --ebenezer-overlay: rgba(5, 33, 60, 0.5);
  --ebenezer-secondary-color: #0ebb13;
  --ebenezer-text-on-secondary-color: var(--ebenezer-white);

  --ebenezer-dark-color: #00234d;
  --ebenezer-dark-rgb: 40, 55, 52;
  --ebenezer-text-on-dark-color: #f5f4f4;
  --ebenezer-header-on-light-color: #283734;
  --ebenezer-extra: #f1f7ff;
  --ebenezer-extra-rgb: 249, 244, 232;
  --ebenezer-on-extra: #006dfc;

  /*************Ebenezer Text Colors ****************/
  --ebenezer-white: #ffffff;
  --ebenezer-danger: #dc3545;
  --ebenezer-white-rgb: 255, 255, 255;
  --ebenezer-font-color: #191d20;
  --ebenezer-black: #000000;
  --ebenezer-black-rgb: 0, 0, 0;
  --ebenezer-bdr-color: #f0f8ff;
  --ebenezer-bdr-color-rgb: 240, 248, 255;
  --ebenezer-bdr-radius: 20px;
  /****************Ebenezer Forms***************/
  --bs-gray-100: #f2f2f2;
  --bs-gray-300: #dcdcdc;
  --bs-gray-500: #525252;
  --ebenezer-card-one-bg: #edf9f3;
  --ebenezer-form-bg: rgb(251, 251, 251);
  --ebenezer-form-border: rgb(235, 235, 235);
  --placeholder-color: #636b6a;
}

/**************************************/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  background-color: var(--ebenezer-white);
  font-family: var(--bs-body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--ebenezer-primary-color);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #363d47;
}

/****************************/

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/*******************************Navigation*******************************************/
.dropdown-toggle::after {
  display: none;
  border: none;
}

.header-topbar {
  color: var(--ebenezer-white)
}

/****************************/

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/*******************************Navigation*******************************************/
.dropdown-toggle::after {
  display: none;
  border: none;
}

.header-topbar {
  color: var(--bs-white) !important;
  background-color: #071024bf !important;
  border-bottom: 1px solid rgba(247, 250, 253, 0.12);

}

.header-topbar .contact-info li:not(:last-child) {
  margin-right: 40px;
}

.header-topbar .contact-info li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-topbar .contact-info {
  display: flex;
  align-items: center;
}

.header-topbar .contact-info li .contents {
  margin-left: 15px;
}

.navbar.fixed-top {

  background-color: white;
}


.header-topbar .contact-info li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.header-topbar .contact-info li .icon span {
  position: relative;
  display: inline-block;
  font-size: 29px;
}

.header-topbar .contact-info li .contents p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.header-topbar .contact-info li .contents h5,
.header-topbar .contact-info li .contents p,
.header-topbar .contact-info li .contents p a {
  color: var(--ebenezer-white);

}

.header-topbar .contact-info li .contents h5 {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.header-topbar p,
.header-topbar h5 {
  margin: 0;
}

.header-topbar .social-icons li {
  display: inline-block;
}

.header-topbar .social-icons {
  margin: 5px 2px;
}

.fixed-top-header .fixed-top {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: all 500ms ease;
  animation: 300ms ease-in-out 0s normal none 1 running slideDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-brand img {
  width: 70px;
  /* height: 55px; */
}


/*************************************************************/

/* Desktop layout */
@media (min-width: 992px) {
  header {
    display: flow-root;
    width: -moz-available;
    position: absolute !important;
    z-index: 999;
    width: 100%;
  }

  .navbar-expand-lg:not(.fixed-top) .btn-text,.navbar-expand-lg:not(.fixed-top) .navbar-nav a.nav-link {
    color: var(--ebenezer-white);
  }

  .navbar {
    transform: translateY(0);
    padding: 0px;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-duration: 0.3s;
    transition-duration: 500ms;
    background: rgba(0, 0, 0, 0.3);
  }

  .content {
    padding: 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 21px 0.5rem;
  }

  .navbar-nav .dropdown-menu::before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    transform: rotate(-45deg) translateY(1rem);
    background: #fff;
    box-shadow: none;
  }

  .dropdown-menu {
    background-color: #fff;
    z-index: 101;
    min-width: 300px;
    text-align: left;
    margin: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 0;
    border-radius: .9rem;
    padding: .5rem;
    box-shadow: 0 25px 60px rgba(10, 31, 25, .22);
  }

  li a.dropdown-item {
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    display: block;
    font-size: 15px;
    padding: 10px 12px;
  }

  .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #fff;
    border: 0;
    background-color: transparent;
  }

  .dropdown-menu .list-group {

    border-radius: var(--bs-list-group-border-radius) !important;
  }

  .nav-link.dropdown-toggle:hover::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  li:first-child .dropdown-item {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }

  li:last-child .dropdown-item {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }

  .fixed-top.navbar-expand-lg .navbar-nav a.nav-link {
    font-size: 15px;

  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    text-decoration: none;
    color: #f2f6fd;
    font-weight: 600;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-nav li.nav-link :hover>a.dropdown-item {
    color: #0c5adb;
  }

  .navbar-nav a.dropdown-item {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .navbar-nav a.dropdown-item:hover {
    padding-left: 15px;
  }

  nav.fixed-top .collapse .navbar-nav .dropdown-menu::before {
    display: none;
  }

  nav.fixed-top .collapse .navbar-nav .dropdown-menu {
    background-color: #fff;
    border: #fff;
  }

  nav.fixed-top .collapse .navbar-nav .dropdown-menu .dropdown-item {
    color: #000;
    border: 0;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }

  .navbar-nav .dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
  }

  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }


}

/* Mobile layout */

@media (max-width: 767.98px) {
  .header {
    padding: 10px 16px;
    background: rgb(255, 255, 255);
    color: #c6bdbd;
    position: relative;
    z-index: 99;
  }

  .navbar-expand-lg:not(.fixed-top) .navbar-nav a.nav-link {

    color: var(--ebenezer-primary-color);
  }

  header {
    display: flow-root;
    width: -moz-available;
  }

  header.header-v1 .top-bar {
    border-bottom: 1px solid rgba(247, 250, 253, 0.12);
    background-color: #000;
    text-align: center;
  }

  img.custom-logo {
    width: 30px;
    height: 30px;
  }

  .navbar .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: rgb(247, 250, 253);
  }

  .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .navbar-toggler {
    cursor: pointer;
    margin-top: 0px;
    border-color: transparent;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: 0;
  }

  /***************************************************/
  .navbar-dark .navbar-toggler,
  .navbar-link-white .navbar-toggler {
    color: #fff
  }

  .navbar-toggler {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent
  }

  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none
  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    transition: all .5s ease;
    vertical-align: middle;
    font-size: 0;
    cursor: pointer
  }

  .navbar-toggler .navbar-toggler-icon>i {
    width: 27px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-color: var(--ebenezer-primary-color);
    transition: background-color 0s .3s
  }

  .navbar-toggler .navbar-toggler-icon>i::after,
  .navbar-toggler .navbar-toggler-icon>i::before {
    content: "";
    width: 27px;
    height: 2px;
    position: absolute;
    display: block;
    left: 0;
    background-color: var(--ebenezer-primary-color);
  }

  .navbar-toggler .navbar-toggler-icon>i::before {
    top: 8px;
    transition: top .3s .3s, transform .3s 0s, background-color .3s 0s
  }

  .navbar-toggler .navbar-toggler-icon>i::after {
    bottom: 8px;
    transition: bottom .3s .3s, transform .3s 0s, background-color .3s 0s
  }

  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i {
    background-color: transparent;
    transition: background-color 0s .2s
  }

  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i:before {
    top: 0;
    transform: rotate(45deg);
    background-color: var(--ebenezer-danger);

    transition: top .2s 0s, transform .3s .2s, background-color .2s 0s
  }

  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i::after {
    bottom: 0;
    transition: bottom .2s 0s, transform .2s .2s, background-color .2s 0s;
    transform: rotate(-45deg);
    background-color: var(--ebenezer-danger);

  }

  .navbar-dark .navbar-toggler .navbar-toggler-icon i::before,
  .navbar-dark .navbar-toggler .navbar-toggler-icon>i,
  .navbar-dark .navbar-toggler .navbar-toggler-icon>i::after {
    background-color: #fff
  }

  .navbar-dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i {
    background-color: transparent
  }










  .navbar .navbar-toggler {
    border-color: transparent;
  }

  .navbar .navbar-toggler:hover,
  .navbar .navbar-toggler:focus {
    background-color: transparent;
  }

  .navbar-toggler {
    cursor: pointer;
    padding: 15px 15px 10px;
    margin-top: 0px;
  }

  .navbar-nav {
    margin: 6px -15px;
    background: rgb(247, 250, 253);
    border-radius: 10px;
  }

  .fs-8 {
    font-size: 15px !important;
  }



  .navbar ul.navbar-nav li.nav-item {
    background: rgb(247, 250, 253);
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid rgb(255, 255, 253);
  }

  .navbar .navbar-nav a.nav-link {

    background: rgb(247, 250, 253);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    position: relative;
    padding: 10px 15px;
    justify-content: space-between;
  }

  .navbar .navbar-nav .nav-link {
    display: flex;
    color: #6e84a3;
    align-items: center;
  }

  .dropdown-menu {
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
  }

  .dropdown-menu .dropdown-item,
  .dropdown-menu li a.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.75;
    padding: 0.6em 3em;
    text-shadow: none !important;
    text-transform: capitalize;
    border-top: 2px solid rgb(247, 250, 253);
    border-radius: 0;
  }

  .navbar .navbar-nav .nav-link.dropdown-toggle[data-toggle="dropdown"][aria-expanded="true"]::after {
    transform: rotate(90deg);
    transition: transform 0.2s;
  }

  .navbar .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
  }

  a.nav-link {
    display: flex;
  }



}




.dropdown-menu strong {
  display: block;
  line-height: 1;
  font-size: .92rem;
  margin-bottom: 0 !important;
}

.dropdown-menu .dropdown-icon {
  width: 34px;
  height: 34px;
  border-radius: .5rem;
  object-fit: contain;
  background: rgba(76, 201, 240, 0.15);
  flex: none;
  display: flex;
  margin-right: 1rem;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
}

.dropdown-menu .dropdown-icon i {
  color: rgb(76, 201, 240);

}

.dropdown-menu .list-group-item {
  padding: 0.3em !important;


}

.dropdown-menu .list-group-item a {
  padding: 0.3em 0.5em !important;
  border-radius: 0.65rem;
  border: 1px solid transparent;

}

.dropdown-menu .list-group-flush>.list-group-item {
  border: 0 !important;
}

.dropdown-menu .list-group-item a:hover {
  background: rgba(76, 201, 240, 0.15);
  border: 1px solid rgba(76, 201, 240, 0.55);

}



/******************************************/

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(247, 250, 253, 0.91);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-clip: border-box;
  border: 0;
}

.card .card-header {
  border-bottom: 1px solid rgb(240, 248, 255);
}

/******The Donate Button*************/
.donate-btn {
  color: var(--ebenezer-on-primary-color);
  background-color: var(--ebenezer-primary-color);
  border-left: 6px solid var(--ebenezer-secondary-color);

}

.span-text-primary {
  color: var(--ebenezer-subtitle-color);
}

.contact-btn:hover {
  background-color: var(--ebenezer-secondary-color);
  color: var(--ebenezer-on-secondary-color);
}

.donate-btn:hover {
  background-color: var(--ebenezer-secondary-color);
  color: var(--ebenezer-on-secondary-color);
  border-radius: 5px;
}

.contact-btn {
  color: var(--ebenezer-black);
  background-color: var(--ebenezer-white);
}

.humble-btn.btn-white {
  background-color: var(--ebenezer-white);
  color: var(--ebenezer-primary-color);
  border-left: 6px solid var(--ebenezer-primary-color);

}

.humble-btn.md {
  padding: 12px 25px 12px 50px !important;
  font-size: 14px !important;
}

.humble-btn {
  display: inline-block;
  padding: 14px 25px 14px 55px;
  position: relative;
  /* background: #ffc107; */
  border-radius: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.5s;
}

/*************Social Buttons***************/
.social-icons.social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--ebenezer-white);
  color: var(--ebenezer-primary-color);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.5s all ease;
}

.social-icons.social-links a:hover {
  background: var(--ebenezer-primary-color);
  color: var(--ebenezer-white);
  text-decoration: none;
}


/*******************************
*
* *Page Menu Updates************
*
********************************/

.ebenezer-menu {
  transition: 0.5s all ease;
}

.height-40 {
  height: 40px !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.w-auto {
  width: auto !important;
}

.navbar-expand-lg:not(.fixed-top) .navbar-nav a.nav-link {
  display: block;
  padding: 21px 0.5rem;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.navbar-nav a.nav-link {
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 21.86px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.nav-item a.nav-link:hover,
.nav-item a.nav-link:active {
  color: var(--ebenezer-black);
}

.partners-logos .logo img {
  width: auto;
  height: 200px;
}



.carousel-item.h-10 {
  height: 13rem;
}

.h-10 .carousel-caption {
  left: 0px !important;
  right: 0px !important;
}

.footer-logo {
  max-width: 114px;
  width: 100%;
  display: inline-block;
}
/**************************Carousel*****************************/
 
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* ---------------------------------------------------------
   1. LIGHTER, PROFESSIONAL OVERLAY
   --------------------------------------------------------- */
.ebenezer-banner .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Light gradient overlay using rgb(247, 250, 253) */
  background: linear-gradient(90deg, rgba(247, 250, 253, 0.36) 0%, rgba(247, 250, 253, 0.25) 40%, rgba(247, 250, 253, 0.1) 100%);
  z-index: 1;
}

.carousel-fade .carousel-inner .active {
  opacity: 0.9;
}

/* Zoom Animation Kept Intact */
@-webkit-keyframes zoom {
  0%, 100% { -webkit-transform: scale(1, 1); opacity: 1; }
  45%, 55% { -webkit-transform: scale(1.5, 1.5); opacity: 1; }
  50%, 54% { opacity: 0.2; }
}

@keyframes zoom {
  0%, 100% { transform: scale(1, 1); opacity: 1; }
  45%, 55% { transform: scale(1.5, 1.5); opacity: 1; }
  50%, 54% { opacity: 0.2; }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}

/* Consistent Height & Overflow Handling */
.ebenezer-banner {
  position: relative;
  top: 0;
  overflow: hidden;
}

.ebenezer-banner .carousel-item.h-32 {
  height: 85vh; /* Standardized tall height */
  min-height: 600px;
  max-height: 900px;
  overflow: hidden; /* Hides overflowing parts of very tall images */
  background-color: #f7fafe; /* Fallback color matching overlay */
}

.ebenezer-banner .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

/* ---------------------------------------------------------
   2. CLEAN CAPTION LAYOUT
   --------------------------------------------------------- */
.ebenezer-banner .carousel-caption {
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  text-align: left;
  left: 0;
  right: 0;
  z-index: 5;
  padding-bottom: 0;
}

.h-32 .carousel-caption {
  text-align: left !important;
}

.banner-text-part {
  position: relative;
  padding: 2rem 2.5rem;
  max-width: 680px;
}

/* ---------------------------------------------------------
   3. PROFESSIONAL TYPOGRAPHY (NO BACKGROUNDS)
   --------------------------------------------------------- */
.banner-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ebenezer-secondary-color);
  background: transparent;
  padding: 0;
  margin-bottom: 18px;
  border: none;
}

/* Applying #00234d color and responsive 72px font size */
.banner-heading {
  color: #00234d;
  font-size: clamp(2.25rem, 5.5vw, 4.5rem); /* Responsively scales up to 72px */
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
  text-shadow: none;
}

.banner-heading span {
  color: var(--ebenezer-secondary-color);
}

.h-32 .carousel-caption p.slider-short-desc {
  font-size: 1.15rem;
  color: #fff; /* Muted professional navy/slate for paragraphs */
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 2rem;
  max-width: 520px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-shadow: none;
}

/* ---------------------------------------------------------
   4. PROFESSIONAL BUTTON STYLING
   --------------------------------------------------------- */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  border: 1.5px solid #00234d;
  background-color: #00234d;
  color: #ffffff;
  padding: .9rem 2rem;
  border-radius: 3rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: transparent;
  border-color: #00234d;
  color: #00234d;
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   5. INTACT STAGGERED ANIMATIONS
   --------------------------------------------------------- */
.carousel-fade .carousel-item .banner-text-part > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-fade .carousel-item.active .banner-text-part > * {
  opacity: 1;
  transform: translateY(0);
}

.carousel-fade .carousel-item.active .banner-text-part > *:nth-child(1) { transition-delay: 0.4s; } /* Eyebrow */
.carousel-fade .carousel-item.active .banner-text-part > *:nth-child(2) { transition-delay: 0.6s; } /* Title */
.carousel-fade .carousel-item.active .banner-text-part > *:nth-child(3) { transition-delay: 0.8s; } /* Description */
.carousel-fade .carousel-item.active .banner-text-part > *:nth-child(4) { transition-delay: 1.0s; } /* Button */

/* ---------------------------------------------------------
   INDICATORS & CONTROLS (Kept Intact)
   --------------------------------------------------------- */
.carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 90%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
  display: flex;
  background-color: var(--ebenezer-primary-color);
  border-radius: 20px;
  padding: 4px 6px;
  z-index: 10;
}

.carousel-indicators [data-bs-target] {
  display: block;
  height: 20px;
  width: 20px;
  margin: 3px 5px;
  border: 2px solid var(--ebenezer-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease;
}

.carousel-indicators [data-bs-target].active {
  border: 2px solid var(--ebenezer-white);
  background: rgba(255, 255, 255, 0.3);
}

.carousel-indicators [data-bs-target]::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--ebenezer-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-indicators [data-bs-target].active::after {
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  border: 2px solid var(--ebenezer-white);
  padding: 9px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  position: relative;
  display: flex;
  background: rgba(10, 31, 25, 0.5) !important;
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.carousel-control-prev-icon::before {
  content: "\f284";
  font-family: var(--ebenezer-icon-font);
  color: var(--ebenezer-white);
  font-size: 32px;
}

.carousel-control-next-icon::before {
  content: "\f285";
  font-family: var(--ebenezer-icon-font);
  color: var(--ebenezer-white);
  font-size: 32px;
}

.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

.footer-logo {
  max-width: 114px;
  width: 100%;
  display: inline-block;
}

.services-add-sec .row {
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.services-add-sec h1,
.services-add-sec p {
  color: var(--ebenezer-white);
}

.services-add-sec h1 {
  margin-bottom: 8px;
}

.services-add-sec .btn {
  background: var(--ebenezer-white);
  font-size: 20px;
  font-weight: 700;
  color: var(--ebenezer-primary-color);
  border-radius: 30px;
  padding: 8px 30px;
  transition: all 0.5s;
  border: solid 2px var(--ebenezer-white);
}

.services-add-sec .btn:hover {
  background: none;
  color: var(--ebenezer-white);
}

@media (min-width: 768px) {
  .ebenezer-banner .carousel-caption h5 {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 2px 30px 2px 30px;
    color: white;
  }
  .ebenezer-banner .carousel-caption h1 {
    font-weight: 300;
    color: white;
    line-height: 46px;
    text-transform: capitalize;
    font-size: 3.5rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  }
  .ebenezer-banner .carousel-caption span {
    text-transform: uppercase;
    font-weight: 600;
  }
}

/* ---------- Services / benefits cards ---------- */

.services-add-sec {
  padding: 60px 0;
}

.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.25s ease, background 0.25s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
}

.benefit-icon-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--ebenezer-primary-color);
}

.benefit-icon-wrap i {
  font-size: 24px;
}

.benefit-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-text p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}



/* Custom Css */
.benifits-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.bi-2x {
  font-size: 2em;
}

.py-70 {
  padding: 70px 0px;
}
/*================================================
Modern Footer CSS
=================================================*/

.footer {
  background-color: #00234d; /* Deep Navy matching the site theme */
  color: #a3b3ce;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
}

/* --- Top Footer --- */
.footer-top {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo-img {
  max-height: 50px;
  width: auto;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social span {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  margin-right: 8px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--ebenezer-primary-color, #1eb2a6);
  transform: translateY(-3px);
}

/* --- Main Footer --- */
.footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--ebenezer-primary-color, #1eb2a6);
}

.footer-about-text {
  margin-bottom: 0;
  color: #a3b3ce;
}

/* Footer Links List */
.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #a3b3ce;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
  display: inline-block;
}

.footer-links li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

/* Contact List */
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #a3b3ce;
}

.footer-contact-list li:last-child {
  margin-bottom: 0;
}

.footer-contact-list li i {
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-right: 12px;
  font-size: 16px;
  line-height: 1.6;
  flex-shrink: 0;
}

.footer-contact-list li a {
  color: #a3b3ce;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-list li a:hover {
  color: #ffffff;
}

/* --- Bottom Footer --- */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  font-size: 14px;
  color: #8194ac;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom .designer-link {
  color: var(--ebenezer-primary-color, #1eb2a6);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-bottom .designer-link:hover {
  color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .footer-title {
    margin-top: 1.5rem;
  }
  
  .footer-top, .footer-bottom {
    text-align: center;
  }
  
  .footer-social, .footer-contact-list li {
    justify-content: center;
  }
}
/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--ebenezer-white);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f286";
  font-family: var(--ebenezer-icon-font) !important;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 900;
  color: var(--ebenezer-primary-color);
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: var(--ebenezer-white);
  box-sizing: border-box;
  stroke: var(--ebenezer-primary-color);
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}







/************************************************************/


/* === CTA Section === */
.cta-section {
  background: var(--bg-deep);
  color: var(--cream);
  padding: 140px 40px;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(20, 82, 54, 0.6), transparent 60%),
    radial-gradient(ellipse 50% 80% at 80% 50%, rgba(139, 112, 56, 0.3), transparent 60%);
}

.cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 28px;
}

.cta-eyebrow::before,
.cta-eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.cta-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  color: var(--cream);
}

.cta-title em {
  font-style: italic;
  background: linear-gradient(120deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-light);
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto 40px;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.cta-trust {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--border-subtle);
  font-size: 13px;
  color: var(--text-light);
  opacity: 0.7;
}

.cta-trust i {
  color: var(--gold);
  margin-right: 6px;
}


.bg-banner {
  background-color: #08080f !important;
  /* background-color: rgb(31, 38, 49) !important; */
  /* background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%) !important; */
  position: relative;
  top: 0;
  display: grid;
  align-content: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.service-title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}

.py-50 {
  padding: 5ch 0px;
}

p.service-description {
  font-size: 1.15rem;
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;

}

.service-icon {
  display: inline-flex;
  align-items: center;
  padding: 0.41rem;
  border-radius: 14px;
  background: rgba(239, 68, 68, .12);
  border: 1px solid rgba(239, 68, 68, .2);
  justify-content: center;
  margin-bottom: 18px;
}

.service-item {
  background: #16162a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  transition: opacity 0.65s, transform 0.65s;
  padding: 1rem;
  height: 100%;
}

.service-icon i {
  font-size: 2.5rem;
  color: #a78bfa;
  line-height: .05em;
}

.service-item:hover {
  border: 1px solid rgba(139, 92, 246, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
}

/* Equal height for all columns */
.row.justify-content-center {
  align-items: stretch;
}

.row.justify-content-center>[class*="col-"] {
  display: flex;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .row.justify-content-center>[class*="col-"] {
    margin-bottom: 0;
  }
}

/* Ensure equal width on all screen sizes */
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}



.bg-gradient-primary {
  background-color: #2759ab !important;
  color: #ffffff;
}

.text-subtitle {
  color: rgba(255, 255, 255, 0.75);
  padding: 0.2rem .3rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: fit-content;
}

.wrapper {
  overflow: hidden;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.lead {
  line-height: 1.7;
}

.btn-light {
  background-color: #ffffff;
  color: #0b4f3c;
  border: 2px solid transparent;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-light:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

figcaption {
  font-style: italic;
  letter-spacing: 0.3px;
}

.btn.btn-success {
  background: #1eb2a6 !important;
  border: 1px solid #1eb2a6 !important;
  color: #fff !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .text-lg-start {
    text-align: center !important;
  }

  figure img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}


.btn,
.dropdown-item,
.nav-link {
  letter-spacing: normal;
}
/*================================================
Button CSS (Cleaned & Optimized)
=================================================*/

/* Base Button Styles */
.btn {
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease; /* Smooth hover transition */
}

.btn span {
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}

/* Accessibility: Replace outline with a subtle shadow ring */
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09), 0 0 0 0.25rem rgba(30, 178, 166, 0.25);
}

/* 
   Primary Button (Using Bootstrap 5 variables prevents needing !important) 
*/
.btn-primary {
  --bs-btn-bg: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-border-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-hover-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-active-color: var(--ebenezer-primary-color, #1eb2a6);
}

.btn-primary span {
  color: #fff;
}

/* Outline Primary Button */
.btn-outline-primary {
  --bs-btn-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-border-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-hover-bg: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-hover-border-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-active-border-color: var(--ebenezer-primary-color, #1eb2a6);
  --bs-btn-active-color: #fff;
}

/* White Button */
.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: var(--ebenezer-primary-color, #1eb2a6);
}

.btn-white span {
  color: var(--ebenezer-primary-color, #1eb2a6);
}

.btn-white:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-white:hover span {
  color: #fff;
}

/* Utilities */
.rounded-pill {
  border-radius: 50rem !important;
}

.bg-gradient-reverse-primary {
  background: linear-gradient(0deg, #fff8ee, rgba(255, 255, 255, 0) 100%);
}

.wrapper.angled {
  position: relative;
  border: 0
}

.wrapper.angled:after,
.wrapper.angled:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
  border-width: 0;
  border-style: solid;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important
}

.wrapper.angled.lower-end:after {
  border-left-color: transparent !important;
  border-right-width: 100vw;
  border-bottom-width: 4rem;
  bottom: -4rem
}

.wrapper.angled.lower-start:after {
  border-right-color: transparent !important;
  border-left-width: 100vw;
  border-bottom-width: 4rem;
  bottom: -4rem
}

.wrapper.angled.upper-end:before {
  border-left-color: transparent !important;
  border-right-width: 100vw;
  border-top-width: 4rem;
  top: -4rem
}

.wrapper.angled.upper-start:before {
  border-right-color: transparent !important;
  border-left-width: 100vw;
  border-top-width: 4rem;
  top: -4rem
}

footer.bg-dark.angled.lower-end:after,
footer.bg-dark.angled.upper-end:before {
  border-right-color: #21262c !important
}

footer.bg-dark.angled.lower-start:after,
footer.bg-dark.angled.upper-start:before {
  border-left-color: #21262c !important
}

@media (min-width:1550px) {
  .box-layout {
    position: relative;
    background: #edeef1
  }

  .box-layout .content-wrapper,
  .box-layout footer:not(.blockquote-footer) {
    width: 100%;
    max-width: 1550px !important;
    margin: 0 auto;
    position: relative
  }
}


/***************************************/
.fs-16 {
  font-size: .8rem !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #aab0bc !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase {
  letter-spacing: .02rem;
}



p {
  margin-top: 0;
  margin-bottom: 1rem;
}



.shadow {
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04) !important
}

.shadow-sm {
  box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .02) !important
}

.shadow-lg {
  box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important
}

.shadow-xl {
  box-shadow: rgba(30, 34, 40, .02) 0 2px 1px, rgba(30, 34, 40, .02) 0 4px 2px, rgba(30, 34, 40, .02) 0 8px 4px, rgba(30, 34, 40, .02) 0 16px 8px, rgba(30, 34, 40, .03) 0 32px 16px !important
}

.shadow-none {
  box-shadow: none !important
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-13 {
    margin-left: 4rem !important;
  }
}

.mt-6 {
  margin-top: 1.5rem !important;
}

@media (min-width: 992px) {
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}


@media (min-width: 1200px) {

  .btn-group-lg>.btn.btn-circle,
  .btn.btn-circle.btn-lg {
    font-size: 1.3rem;
  }
}

.btn-group-lg>.btn.btn-circle,
.btn.btn-circle.btn-lg {
  width: 3rem;
  height: 3rem;
  font-size: calc(1.255rem + .06vw);
}

.btn.btn-circle {
  padding: 0;
  border-radius: 100% !important;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  backface-visibility: hidden;
}

.card-style1 {
  background: rgba(76, 201, 240, 0.15);
  border: 1px solid rgba(76, 201, 240, 0.55);
}

.card-style1 h4 {
  display: block;
  line-height: 1;
  font-size: .92rem;
  margin-bottom: 0 !important;
}












.get_started_area {
  display: block;
  overflow: hidden;
  background: url("../images/bajaj.png") no-repeat center fixed;
  background-size: auto;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 0 100px;
  text-align: center;
}



.get_started_area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: rgba(10, 22, 43, 0.89);
}

.section-title h2 {
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
}

.display-4 strong {
  font-weight: 900;
}



.section-box {
  display: inline-block;
  width: 100%;
}

.bg-6 {
  background-color: #BEE1E6 !important;
}

/*================================================
Index 01 Services Area CSS
=================================================*/
.service-card {
  box-shadow: var(--boxShadow);
  margin-top: 30px;
}

.service-card .service-card-img {
  position: relative;
}

.service-card .service-card-img::before {
  content: "";
  width: 100%;
  height: 30px;
  /*! background-color: var(--whiteColor); */
  position: absolute;
  left: 0;
  bottom: -2px;
}

.service-card .service-card-img i {
  width: 60px;
  height: 60px;
  font-size: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ebenezer-secondary-color);
  transition: 0.5s ease-in-out;
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
}

.service-card .service-card-img i::after {
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--ebenezer-secondary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.service-card .service-card-img i::before {
  position: relative;
  z-index: 1;
}

.service-card .service-card-text {
  padding: 20px 25px 25px;
  background-color: var(--whiteColor);
}

.service-card .service-card-text h4 {
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.service-card .service-card-text p {
  margin-bottom: 12px;
}

.service-card:hover .service-card-img i {
  transform: rotateY(180deg);
  color: var(--whiteColor);
}

.service-card:hover .service-card-img i::after {
  height: 100%;
  width: 100%;
}

.service-slider-area-1 {
  position: relative;
}

.service-slider-area-1 .owl-nav {
  width: 106%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-slider-area-1 .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0px 20px -3px #d6d6d6;
  color: var(--ebenezer-secondary-color) !important;
  background-color: var(--whiteColor) !important;
}

.service-slider-area-1 .owl-nav button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--ebenezer-secondary-color) !important;
}

.service-slider-area-1 .owl-next {
  float: right;
}

/*================================================
Index 01 Who We Are Area CSS
=================================================*/
.why-we-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}


.why-we-text-area {
  padding: 30px 0px 30px 50px;
  border-bottom: 1px solid #f0f9ff !important;
  color: #f0f9ff !important;
  background: linear-gradient(45deg, #006dfe, #1407b3);
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -100px;
}

.bg-primary-gradient {
  background: linear-gradient(45deg, #006dfe, #1407b3);

}

.why-we-text-area .why-we-text-list {
  margin-top: 25px;
  position: relative;
  padding-left: 50px;
}

.why-we-text-area .why-we-text-list i {
  font-size: 35px;
  color: var(--ebenezer-secondary-color);
  position: absolute;
  left: 0;
}

.why-we-text-area .why-we-text-list h4 {
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.why-we-text-area .why-we-text-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.why-we-text-area .why-we-text-list ul li {
  margin-top: 12px;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.why-we-text-area .why-we-text-list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  border: 2px solid var(--ebenezer-secondary-color);
  background-color: var(--ebenezer-secondary-color);
  position: absolute;
  left: 0;
  top: 7px;
}

.why-we-text-area .why-we-text-list ul li:hover::before {
  background-color: var(--secondColor);
}


/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #ffb600;
}

.ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}
.service-box-title a {
  color: #333;
}
.service-box-title a:hover {
  color: #ffb600;
}

/* Service box bg */
.ts-service-box-bg {
  background: #252525;
  color: #fff;
  padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
  color: #fff;
}

/* Service box */

.ts-service-box .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: var(--ebenezer-primary-color);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.ts-service-box .ts-service-box-content {
  margin-left: 80px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 90px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #333;
}

.service-box-title a:hover {
  color:  var(--ebenezer-primary-color);
}

.service-center-img {
  padding: 0 20px;
}


