/*
@File: Medzo Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Navbar CSS
** - Buttons
** - Topbar Area CSS
** - Select Area CSS
** - Navbar Area CSS
** - Popup Area CSS
** - Header Responsive Area CSS
** - Copy Right Area CSS
** - Go Top CSS
** - Default button Area CSS
** - Default Section Title Area CSS
** - Index 01 Banner Area CSS
** - Index 01 Services Area CSS
** - Index 01 Who We Are Area CSS
** - Index 01 Fun Facts Area CSS
** - Index 01 Upcoming Events Area CSS
** - Index 01 Explore Events Area CSS
** - Index 01 Feedback Area CSS
** - Index 01 team Area CSS
** - Index 01 Process Area CSS
** - Index 01 Blog Area CSS
** - Index 02 Banner Area CSS
** - Index 02 Process Area CSS
** - Index 02 About Area CSS
** - Index 02 Services Area CSS
** - Index 02 Video Area CSS
** - Index 02 Fun Facts Area CSS
** - Index 02 Explore City Area CSS
** - Index 02 Feedback Area CSS
** - Index 03 Banner Area CSS
** - Index 03 About Area CSS
** - Inner Area CSS
** - Inner Service area CSS
** - FAQ Area CSS
** - Pagination area CSS
** - Log In Page CSS
** - Terms & Privacy area CSS
** - Error Area CSS
** - Details Page Area CSS
** - Sidebar Area CSS
** - Inner Projects Area CSS
** - Blog Details Page CSS
** - Contact Page CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
:root {
  --fontFamily2: "Roboto", sans-serif;
  --fontFamily: "Montserrat", sans-serif;
  --ebenezer-secondary-color: #1eb2a6;
  --whiteColor: #ffffff;
  --blackColor: #1f2428;
  --secondColor: #00aa5530;
  --paragraphColor: #666666;
  --card-title-fontSize: 22px;
  --fontSize: 16px;
  --boxShadow: rgba(80, 79, 79, 0.1) 0px 0px 16px;
  --transition: 0.5s;
}
:root {
    --event-primary: #2563eb; /* Modern Blue */
    --event-primary-hover: #1d4ed8;
    --event-dark: #1e293b;
    --event-muted: #64748b;
    --event-bg-light: #f8fafc;
    --event-border: #e2e8f0;
    --event-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
    --event-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.12), 0 10px 10px -5px rgba(0, 0, 0, 0.06);
    --event-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}




a {
  transition: var(--transition);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.pb-70 {
  padding-bottom: 70px;
}

.pt-30 {
  padding-top: 0px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

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

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

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

.section-content {
  margin-top: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

.sticky {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 0px;
  background-color: var(--whiteColor) !important;
  transition: 0.5s ease-in-out;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.plr-100 {
  padding-left: 50px;
  padding-right: 50px;
}

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

.bg-black {
  background-color: var(--blackColor);
}

.bg-f9fbfe {
  background-color: #f9fbfe;
}

.bg-222222 {
  background-color: #222222;
}
.bg-hero{
  background-color: #EEF3FC;
}
.feature-wrapper {
  background: #0b1e33;
  position: relative;
  border-radius: 2rem;
}


.feature-box.feature-box2 {
  background: rgb(249, 255, 224);
}
.feature-box {
  padding: 20px 20px;
  border-radius: 16px;
  margin-bottom: 5px;
}
.feature-box.feature-box1 {
    background: rgb(217, 243, 251);

}



 
.sect-services {
  background-color: #FDF8EA;
  position: relative;
}
 /* Service Card ---------------------------------- */
.service-bg-shape1-2 .color-masking .masking-src {
  background: var(--ebenezer-primary-color);
}

.service-bg-shape1-3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 185px;
  height: 70%;
  background: var(--ebenezer-secondary-color);
  z-index: 1;
  border-radius: 0 0 0 400px;
}

.service-bg-shape1-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 254px;
  height: 30%;
  background: var(--ebenezer-primary-color);
  z-index: 1;
  border-radius: 400px 0 0 0;
}

.service-card {
  position: relative;
  padding: 0;
  text-align: center;
}
.service-card .box-thumb {
  background: white;
  border-radius: 30px;
  padding: 20px 20px 0;
  margin-bottom: -80px;
}
.service-card .box-thumb img {
  border-radius: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.service-card .box-icon {
  background-color: white;
  display: inline-block;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  width: 160px;
  height: 80px;
  line-height: 100px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.service-card .box-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 10px solid var(--ebenezer-primary-color);;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  border-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.3;
}
.service-card .box-icon img {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-card .box-content {
  background-color: white;
  padding: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
          box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
}
.service-card .box-title {
  margin-bottom: 14px;
}
.service-card .box-title a {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
}
.service-card .box-title a:hover {
  color: var(--ebenezer-secondary-color);
}
.service-card .box-text {
  margin-bottom: 23px;
}
.service-card .th-btn {
  padding: 16px 40px;
  background: var(--ebenezer-secondary-color);
  color: #fff;
  border-radius: 16px;
}
.service-card:hover .box-thumb img {
  -webkit-filter: grayscale(9);
          filter: grayscale(9);
}
.service-card:hover .box-icon img {
  -webkit-transform: translate(0, 10px) rotateY(180deg);
          transform: translate(0, 10px) rotateY(180deg);
}
.service-card:hover .box-icon:after {
  border-color: var(--ebenezer-primary-color);
}
.service-card:hover .th-btn {
  background: var(--ebenezer-primary-color);
}
.service-card.style2 .box-icon:after {
  opacity: 1;
}



.action-card {
  background: #fefefe;
  width: 48px;
  height: 48px;
  margin: 0 7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  visibility: hidden; }
  .action-card:first-child {
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .action-card:last-child {
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .action-card:nth-child(2) {
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.product-card:hover .action-card {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%); }

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9; }

.badge-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding: 4px 12px;
  letter-spacing: 0.03em;
  color: #FEFEFE;
  background-color: var(--primary-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  .badge-label + .badge-label {
    margin-top: 8px;
    background-color: var(--secondary-color); }

.tab-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
  padding: 15px 20px 4px; }
  .tab-link:hover, .tab-link:focus, .tab-link.active {
    opacity: 1;
    color: var(--secondary-color); }

.collection-tab-list {
  padding-top: 10px; }

.view-all {
  margin-top: 50px; }

.collection-tab-inner {
  margin-top: -15px; }

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (300px)[2];
  grid-template-rows: repeat(2, 300px);
  grid-gap: 24px; }

.grid-item {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .grid-item:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9); }

.action-btn {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .action-btn:hover {
    color: var(--secondary-color); }

.grid-item.grid-item-1 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 2;
  grid-row: span 2; }

.grid-item.grid-item-2,
.grid-item.grid-item-3 {
  -ms-grid-column-span: 4;
  grid-column: span 4; }

.grid-item.grid-item-4 {
  -ms-grid-column-span: 3;
  grid-column: span 3; }

.grid-item.grid-item-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5; }

.grid-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom; }

.shop-category-inner {
  margin-top: 48px; }

.grid-container-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (250px)[2];
  grid-template-rows: repeat(2, 250px);
  grid-gap: 24px;
  grid-auto-flow: column; }
  .grid-container-2 .grid-item.grid-item-1,
  .grid-container-2 .grid-item.grid-item-2 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    grid-row: auto; }
  .grid-container-2 .grid-item.grid-item-3 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    -ms-grid-row-span: 2;
    grid-row: span 2; }

.scattered-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .scattered-item:nth-child(odd) .scattered-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.scattered-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 48.21% 0 0 0; }

.scattered-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 1; }

.scattered-item {
  display: block;
  margin-top: 30px; }
  .scattered-item:nth-child(odd) .scattered-details {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .scattered-item:nth-child(n+3) .scattered-details {
    top: 25%;
    right: 16%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }
  .scattered-item:first-child {
    padding-right: 8%; }
  .scattered-item:nth-child(even) {
    margin-top: -10%; }
    .scattered-item:nth-child(even) .scattered-details {
      margin-top: 40px;
      position: relative;
      z-index: 9; }
  .scattered-item:nth-child(n+3) {
    margin-top: -25%; }
  .scattered-item .scattered-details {
    max-width: 445px; }

.scattered-heading {
  font-size: 42px; }

.banner-section {
  overflow: hidden; }

.banner-section-inner {
  margin-top: -24px; }

.banner-img {
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.banner-item {
  display: block;
  margin-top: 24px;
  overflow: hidden; }
  .banner-item:hover .banner-img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.single-banner-text {
  margin-top: 24px; }

.single-banner-btn {
  margin-top: 44px; }

.single-banner-content {
  max-width: 410px; }

img.single-banner-img {
  height: 490px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center; }

.promotinal-product-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.promotinal-product-section {
  background: url("../img/banner/tools-bg.jpg") no-repeat center center/cover; }

.promotinal-product-section > div {
  position: relative;
  z-index: 9; }

.promotinal-product-container {
  background-color: #6fa9a9;
  padding: 110px 90px;
  height: 100%; }
  .promotinal-product-container .product-card {
    margin-top: 0; }
  .promotinal-product-container .arrow-prev {
    left: 25px; }
  .promotinal-product-container .arrow-next {
    right: 25px; }

.core-features-container {
  margin-left: 1px;
  margin-top: 29px; }

.core-features-inner {
  margin-top: -17px; }

.core-features img {
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.core-features {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  margin-top: -1px;
  padding: 25px 32px 28px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .core-features:hover {
    background-color: rgba(0, 0, 0, 0.05); }
    .core-features:hover img {
      -ms-animation: upDown 0.4s;
      -webkit-animation: upDown 0.4s;
      animation: upDown 0.4s; }

.core-heading {
  margin-top: 20px; }

.core-text {
  margin-top: 8px; }

.core-link {
  display: block;
  margin-top: 25px; }

.video-container {
  position: relative;
  z-index: 9; }

.video-tools {
  min-height: 600px; }

.video-section {
  overflow: hidden; }

.video-button,
.video-button:hover,
.video-button:focus {
  width: 140px;
  height: 140px;
  border: 2px solid #fefefe;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.latest-blog-inner {
  margin-top: -17px; }

.article-card-container {
  margin-top: 18px; }

.article-card-heading,
.article-card-heading a {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .article-card-heading:hover,
  .article-card-heading a:hover {
    color: var(--secondary-color); }

.article-card-heading,
.article-card-published {
  margin-top: 15px; }

.article-card-published {
  line-height: 1; }

.article-card-read-more {
  display: block;
  margin-top: 28px;
  opacity: 0.6; }

.article-card {
  margin-top: 24px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 16px 58px -8px rgba(139, 139, 139, 0.14);
  box-shadow: 0px 16px 58px -8px rgba(139, 139, 139, 0.14);
  border-radius: 12px;
  padding: 13px 13px 24px; }

.article-card-img-wrapper {
  position: relative;
  display: block; }

.article-tag {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #000; }

.article-tag-absolute {
  color: #fff;
  background-color: var(--primary-color);
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: -10px;
  padding: 6px 12px;
  display: inline-block; }

.article-card-published {
  margin-top: 20px; }

.article-card-published a {
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.article-card-published a:hover {
  color: var(--secondary-color); }

.article-img {
  margin-bottom: 30px; }

.article-meta {
  margin-bottom: 48px; }

blockquote {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.25px; }

.blockquote {
  padding: 40px;
  padding-left: 60px;
  margin: 40px 0;
  border-radius: 4px;
  background: var(--primary-color);
  color: #FFFFFF;
  border-left: 10px solid var(--secondary-color); }

.article-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13.5px 24px;
  height: 44px;
  border: 2px solid var(--primary-color) !important;
  border-radius: 4px;
  color: #000;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.article-btn:hover,
.article-btn.active {
  color: #fff;
  background: var(--primary-color); }

.comments-date {
  line-height: 1; }









.section-pad {
  padding: 5.5rem 0;
}
.section-head {
  max-width: 640px;
}
.section-head p.lead{
  
  color: #5B6981;

}
.section-head h2 {
   font-weight: 700;
  color: #081228;
  margin-bottom: 20px;
 
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--ebenezer-warning-text-color);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--ebenezer-warning-text-color);
  display: inline-block;
}
/*================================================
Topbar Area CSS
=================================================*/
.topbar-left-area ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.topbar-left-area ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0px;
  font-size: 15px;
  font-family: var(--fontFamily2);
}
.topbar-left-area ul li a {
  color: var(--whiteColor);
}
.topbar-left-area ul li i {
  margin-right: 3px;
  font-size: 14px;
  color: var(--ebenezer-secondary-color);
}

.topbar-right-area ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}
.topbar-right-area ul li {
  display: inline-block;
  margin-left: 15px;
  padding: 10px 0px;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--fontFamily2);
}
.topbar-right-area ul li a {
  color: var(--whiteColor);
}
.topbar-right-area ul li i {
  font-size: 14px;
  margin-right: 3px;
  color: var(--ebenezer-secondary-color) !important;
}

/*================================================
Select Area CSS
=================================================*/
.nice-select {
  border: 0px;
  background-color: transparent;
  height: auto;
  width: 100%;
  line-height: 1;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 23px;
  padding-right: 15px;
}
.nice-select .selected {
  color: var(--ebenezer-secondary-color);
}
.nice-select .list {
  width: 100%;
  z-index: 999;
}
.nice-select .list li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.option-select-area {
  position: relative;
  display: inline-block;
  max-width: 100%;
  top: 3px;
  color: var(--paragraphColor);
}
.option-select-area .fa-globe {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 99;
  color: var(--whiteColor);
}
.option-select-area .nice-select .list {
  width: 85px;
  z-index: 9999;
}
.option-select-area .nice-select .list li {
  margin-left: 0px;
  display: block !important;
}
.option-select-area .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: var(--whiteColor);
}
.option-select-area .nice-select .current {
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 400;
  font-family: var(--fontFamily2);
}

/*================================================
Navbar Area CSS
=================================================*/
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 20px 0 0;
  z-index: 2;
  height: 60px;
  text-transform: capitalize;
  box-sizing: content-box;
}
.mean-container .mean-bar * {
  box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  color: var(--ebenezer-secondary-color);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--ebenezer-secondary-color);
  height: 4px;
  margin-top: 5px;
  border-radius: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: var(--whiteColor);
  margin-top: 64px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #677294;
  border-top: 1px solid #dbeefd;
  text-decoration: none;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
  background: var(--whiteColor);
}
.mean-container .mean-nav ul li a.active {
  color: var(--whiteColor);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #677294;
  border-top: 1px solid #dbeefd;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent !important;
  border: none !important;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav .navbar-nav {
  overflow-y: scroll;
  height: 100%;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-nav .dropdown-toggle::after {
  display: none;
}

.mean-remove {
  display: none !important;
}

.mobile-nav {
  display: none;
  position: relative;
}
 

.mobile-nav.mean-container .mean-nav ul li a.active {
  color: var(--ebenezer-secondary-color);
}

/* Fix for box sizing on Foundation Framework etc. */
.main-nav {
  background-color: transparent;
}
.main-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
  padding: 0;
  transition: 0.5s;
  position: relative;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily);
  margin-left: 14px;
  margin-right: 14px;
}
.main-nav nav .navbar-nav .nav-item a i {
  right: 0;
  top: 7px;
  font-size: 12px;
  position: absolute;
}
.main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--ebenezer-secondary-color);
  transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 15px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  right: 0;
  border: 0px;
  font-size: 13px;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: var(--ebenezer-secondary-color);
  transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: var(--ebenezer-secondary-color);
}
.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  transform: rotateY(0deg);
  visibility: visible;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 60px;
  opacity: 0;
  z-index: 99;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0px;
  visibility: hidden;
  position: absolute;
  transform: rotateX(-20deg);
  transform-origin: top;
  background: var(--whiteColor);
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  margin: 0;
  display: block;
  padding: 7px 20px;
  color: var(--blackColor);
  border-bottom: 1px dashed transparent;
  font-size: 15px;
  font-weight: 400;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  top: 50%;
  position: absolute;
  right: 10px !important;
  transform: translateY(-50%);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "\f0da";
  font-size: 0px;
  font-weight: 600;
  color: var(--ebenezer-secondary-color);
  transition: 0.2s ease;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 99;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--ebenezer-secondary-color);
  padding-left: 25px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 101%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 20px;
  left: 100%;
  position: absolute;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--ebenezer-secondary-color);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: var(--ebenezer-secondary-color);
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-light .navbar-brand {
  color: var(--ebenezer-secondary-color);
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-light .navbar-brand:hover {
  color: var(--ebenezer-secondary-color);
  font-weight: bold;
  text-transform: uppercase;
}

.mean-container .mean-bar {
  position: relative;
}

.mobile-nav .menu-sidebar-small-device {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 47px;
}
.mobile-nav .menu-sidebar-small-device .uni-button {
  padding: 5px 10px;
}

.menu-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.menu-sidebar ul li {
  display: inline-block;
  margin-left: 15px;
}

.menu-small-device {
  display: none;
  position: absolute;
  right: 80px;
  top: 14px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu-small-device li {
  list-style: none;
  display: inline-block;
}
.menu-small-device li {
  display: inline-block;
  margin-left: 0px;
  position: relative;
  padding: 0px 5px;
  font-size: 14px;
  font-family: var(--fontFamily2);
}
.menu-small-device li a {
  color: var(--whiteColor);
}
.menu-small-device li a:hover {
  color: var(--ebenezer-secondary-color);
}
.menu-small-device li i {
  font-size: 20px;
}
.menu-small-device li span {
  width: 15px;
  height: 15px;
  line-height: 1.1;
  font-size: 10px;
  padding-bottom: 0px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
  position: absolute;
  right: 0;
  bottom: 0;
}
.menu-small-device li .popup-button {
  width: unset;
  height: unset;
  position: relative;
  top: -11px;
  right: -10px;
}
.menu-small-device li .popup-button i {
  font-size: 16px;
}

.main-nav nav .navbar-nav {
  margin-right: 0;
}

/*================================================
Popup Area CSS
=================================================*/
.popup-button {
  border: 0px;
  font-size: 18px;
  border-radius: 0px;
  transition: 0.5s ease-in-out;
  background-color: transparent;
  color: var(--blackColor);
  width: 50px;
  height: 41px;
  display: inline-block;
}

.popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.831372549);
}
.popup .popup-content {
  width: 0%;
  height: 100%;
  opacity: 0;
  margin-left: 0;
  margin-right: auto;
}
.popup .popup-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: red;
  border: 0px;
  font-size: 30px;
}
.popup .popup-content form {
  top: 20%;
  left: 50%;
  width: 80%;
  visibility: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
}
.popup .popup-content form .search-box {
  border-radius: 10px;
  border: 1px solid var(--ebenezer-secondary-color);
}
.popup .popup-content form .search-box input {
  padding: 5px 20px;
}
.popup .popup-content form .search-box .form-control {
  border-radius: 10px;
  border: 0px solid transparent !important;
}
.popup .popup-content form .search-box .btn {
  padding: 5px 15px;
  color: var(--whiteColor);
  border-radius: 10px;
  background-color: var(--ebenezer-secondary-color);
  font-size: 25px;
}
.popup .hi {
  transition: 0.5s ease-in-out;
  transition-delay: 0.2s;
  opacity: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup .hi form {
  visibility: visible;
  top: 50% !important;
  transition: 1s ease-in-out;
}

/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
  .topbar-right-side {
    justify-content: center;
  }
  .topbar-left-side {
    text-align: center;
  }
  .topbar-left-side ul li {
    margin-right: 7px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-right-area {
    justify-content: center;
  }
  .topbar-right-area ul {
    text-align: center;
  }
  .topbar-right-area ul li {
    padding-top: 0px;
  }
  .topbar-left-area {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    background-color: #ffffff;
    height: 65px;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    top: 18px;
    left: 0px;
    z-index: 999;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-nav nav .navbar-nav {
    max-height: 64vh;
    overflow-y: scroll;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mean-container .mean-bar {
    background-color: #ffffff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 2px 0 0;
    transition: 0s !important;
  }
  .main-nav {
    display: none !important;
  }
  .menu-sidebar {
    display: none;
  }
  .menu-small-device {
    z-index: 2;
    right: 50px;
    top: 14px;
    display: block !important;
  }
  .menu-small-device .default-button {
    padding: 7px 10px;
    font-size: 14px;
  }
  .meanclose {
    top: 60% !important;
  }
  .topbar-left-area {
    text-align: center;
  }
  .topbar-left-area ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
               
/*================================================ 
CopyRight Area CSS
=================================================*/
.copyright {
  text-align: center;
  color: var(--whiteColor);
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
}
.copyright p {
  padding-top: 20px;
  color: #dfdfdf;
  border-top: 1px solid rgba(238, 238, 238, 0.1254901961);
  font-size: 15px;
}
.copyright p a {
  font-weight: 600;
  text-decoration: none;
  color: var(--ebenezer-secondary-color);
}
.copyright p strong {
  color: var(--whiteColor);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0px;
  right: 20px;
  border-radius: 5px;
  color: var(--ebenezer-secondary-color);
  z-index: 99;
  height: 40px;
  width: 50px;
  display: inline-block;
  padding: 0 10px 45px;
  text-align: center;
  opacity: 1;
  visibility: hidden;
  font-size: 25px;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 3px 10px 2px rgba(7, 7, 7, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go-top:hover {
  transition: all 0.5s linear;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 65px;
  animation: top-bottom 5s infinite linear;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
}

/*================================================
Default button Area CSS
=================================================*/
.default-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid color-mix(in srgb, var(--ebenezer-primary-color), transparent 50%);
  color: var(--ebenezer-primary-color);
  padding: 11px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.default-button i {
  transition: 0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 5px;
}
.default-button::before {
  content: "";
  width: 0px;
  height: 100%;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  background-color: var(--ebenezer-secondary-color);
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  z-index: 0;
  transform-origin: right;
}
.default-button span {
  position: relative;
  z-index: 1;
}
.default-button:hover {
  border-radius: 20px 5px 20px 5px;
  color: var(--whiteColor);
  background-color: var(--ebenezer-primary-color);
}

.default-button-2 {
  border-radius: 25px;
}

.default-button-3 {
  background-color: var(--whiteColor);
  color: var(--ebenezer-secondary-color);
}
.default-button-3:hover {
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}
.default-button-3:hover i {
  color: var(--whiteColor) !important;
}

.read-more-btn {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}
.read-more-btn i {
  font-size: 14px !important;
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.default-button-middle {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Default Section Title Area CSS
=================================================*/
.default-section-title span {
  color: var(--bs-grey);
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}
.default-section-title h3 {
  margin-bottom: 0px;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 500;
}
.default-section-title p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 28px;
}

.default-section-title-middle {
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.default-section-title-2 a {
  float: right;
  line-height: 1;
  color: var(--ebenezer-secondary-color);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}

/*================================================
Index 01 Banner Area CSS
=================================================*/
.banner-text-area h6 {
  color: var(--ebenezer-secondary-color);
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}
.banner-text-area h1 {
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-size: 54px;
  font-weight: 700;
}
.banner-text-area p {
  color: rgba(255, 255, 255, 0.8);
}
.banner-text-area .default-button {
  margin-top: 10px;
}

.banner-text-area-1 {
  max-width: 850px;
}
.banner-text-area-1 h1, .banner-text-area-1 p {
  color: var(--blackColor);
}
.banner-text-area-1 p {
  max-width: 720px;
}

.banner-img-area-1 {
  position: relative;
  z-index: 1;
}
.banner-img-area-1 a {
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ebenezer-secondary-color);
  animation: pulse 2s infinite linear forwards;
  background-color: var(--whiteColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 7.5px;
  transition: var(--transition);
}
.banner-img-area-1 a:hover {
  background-color: var(--ebenezer-secondary-color);
  color: var(--whiteColor);
}

.main-banner {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-banner::before {
  content: "";
  height: 100%;
  width: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/banner/banner-1-bg.jpg");
  position: absolute;
  top: 0;
  right: 0;
}
.main-banner::after {
  content: "";
  height: 100%;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  right: 0;
}
.main-banner .banner-social-icons {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  z-index: 1;
}
.main-banner .banner-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.main-banner .banner-social-icons ul a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin: 5px 0px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ebenezer-secondary-color);
  border: 1px solid #3d2828;
  transition: 0.5s ease-in-out;
}
.main-banner .banner-social-icons ul a:hover {
  color: var(--whiteColor);
  border-color: var(--ebenezer-secondary-color);
  background-color: var(--ebenezer-secondary-color);
}
.main-banner .banner-comment {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--fontFamily2);
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
}
.main-banner .banner-comment a {
  color: var(--paragraphColor);
}



/*================================================
Savings Accounts Page CSS (Professional Polish)
=================================================*/

.savings-section {
  background-color: #ffffff;
}

/* Alternating Horizontal Card */
.savings-card {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.savings-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.15);
  border-color: rgba(30, 178, 166, 0.3);
}

.savings-card.reverse {
  flex-direction: row-reverse;
}

/* Image Side */
.savings-card-image {
  flex: 1;
  min-height: 350px;
  position: relative;
  background: #f8f9fa;
}

.savings-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.6s ease;
}

.savings-card:hover .savings-card-image img {
  transform: scale(1.05);
}

.savings-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 35, 77, 0.3) 0%, transparent 60%);
  z-index: 1;
}

/* Content Side */
.savings-card-content {
  flex: 1.2; /* Slightly larger than image to give text room */
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.savings-title {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  color: #00234d;
  line-height: 1.3;
}

.savings-details-text {
  color: #4a5e75;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Clean up details list if WYSIWYG outputs <ul> */
.savings-details-text ul, .savings-details-text ol {
  padding-left: 1.2rem;
  margin-top: 1rem;
}

.savings-details-text li {
  margin-bottom: 0.5rem;
}

/* Features List */
.savings-features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.savings-features-list li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #00234d;
}

.savings-features-list li i {
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

/* Learn More Link */
.savings-card-content .product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ebenezer-primary-color, #1eb2a6);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: gap 0.3s ease;
  align-self: flex-start;
  margin-top: 1rem;
}

.savings-card-content .product-link:hover {
  gap: 0.8rem;
  color: #00234d;
}

/* Responsive: Stack vertically on mobile */
@media (max-width: 767.98px) {
  .savings-card,
  .savings-card.reverse {
    flex-direction: column;
  }
  
  .savings-card-image {
    min-height: 250px;
    width: 100%;
  }
  
  .savings-card-content {
    padding: 1.5rem;
  }
}

/*================================================
Call To Action (CTA) Section CSS
=================================================*/

.cta-section {
  background-color: #00234d; /* Deep Navy */
}

.cta-wrapper {
  position: relative;
  padding: 3rem 2rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(30, 178, 166, 0.15) 0%, rgba(0, 35, 77, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

/* Decorative background shapes */
.cta-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(30, 178, 166, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.cta-btn {
  color: #00234d;
  font-weight: 700;
  padding: 0.8rem 2.5rem;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: var(--ebenezer-primary-color, #1eb2a6);
  color: #ffffff;
  transform: translateY(-2px);
}

/*================================================
Muno Mukabi (Insurance) Section CSS
=================================================*/

.muno-mukabi-section {
  padding: 2rem 0;
}

/* Icon Anchor */
.muno-mukabi-section .feature-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(30, 178, 166, 0.1);
  border: 1px solid rgba(30, 178, 166, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-bottom: 1.5rem;
}


/* Reading Card (Reused from previous styles but localized) */
.muno-mukabi-section .feature-content-box {
  background: #f8f9fa;
  border-radius: 0px;
  padding: 2.5rem;
  border: 1px solid #e9ecef;
  border-left: 4px solid var(--ebenezer-primary-color, #1eb2a6);
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05);
}

.muno-mukabi-section .content-block-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 1.25rem;
}

.muno-mukabi-section .feature-content-box p {
  font-size: 1.05rem;
  color: #4a5e75;
  line-height: 1.8;
}

/* How It Works Grid */
.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.how-it-works-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.how-it-works-card:hover {
  transform: translateY(-5px);
  border-color: rgba(30, 178, 166, 0.3);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
}

.how-it-works-card .icon-circle {
  width: 60px;
  height: 60px;
  background: rgba(0, 35, 77, 0.05);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #00234d;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.how-it-works-card:hover .icon-circle {
  background: #00234d;
  color: #ffffff;
}

.how-it-works-card .card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.75rem;
}

.how-it-works-card p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}


/* Pricing Card Highlight */
.price-card {
  background: #00234d;
  border-color: #00234d;
}

.price-card .icon-circle {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.price-card .card-title {
  color: rgba(255, 255, 255, 0.8);
}

.price-card p {
  color: rgba(255, 255, 255, 0.7);
}

.price-tag {
  font-size: 2rem;
  font-weight: 800;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-bottom: 0.5rem;
}

/* Who is Covered Grid */
.coverage-area {
  margin-top: 2rem;
}

.coverage-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}

.coverage-card:hover {
  background: #ffffff;
  border-color: rgba(30, 178, 166, 0.3);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}

.coverage-card i {
  font-size: 2rem;
  color: var(--ebenezer-primary-color, #1eb2a6);
}

.coverage-card span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #00234d;
  text-align: center;
}

/* Responsive spacing */
@media (max-width: 767.98px) {
  .muno-mukabi-section .feature-content-box {
    padding: 1.5rem;
  }
}
/*================================================
Asset Security Content (Container Independent)
=================================================*/

.asset-security-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 15px;
}

.asc-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.asc-block {
  margin-bottom: 5rem;
}

.asc-block:last-child {
  margin-bottom: 0;
}

/* CSS Grid Layouts */
.asc-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.asc-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Icon Anchor */
.feature-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(30, 178, 166, 0.1);
  border: 1px solid rgba(30, 178, 166, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-bottom: 1.5rem;
}

/* Section Header */
.section-header .section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #00234d;
  margin-top: 0.5rem;
}

/* --- Security Framework Cards --- */
.security-framework-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.security-framework-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 35, 77, 0.1);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
}

.security-framework-card .framework-icon {
  width: 65px;
  height: 65px;
  background: #00234d;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.security-framework-card:hover .framework-icon {
  background: var(--ebenezer-primary-color, #1eb2a6);
  transform: scale(1.05);
}

.security-framework-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.75rem;
}

.security-framework-card p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Wealth Protection Cards --- */
.wealth-protection-card {
  display: flex;
  align-items: flex-start;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.wealth-protection-card:hover {
  background: #ffffff;
  border-color: rgba(30, 178, 166, 0.3);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.wealth-protection-card .wp-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background: rgba(0, 35, 77, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #00234d;
  margin-right: 1.5rem;
  transition: all 0.3s ease;
}

.wealth-protection-card:hover .wp-icon {
  background: #00234d;
  color: #ffffff;
}

.wealth-protection-card .wp-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.5rem;
}

.wealth-protection-card .wp-content p {
  font-size: 0.95rem;
  color: #4a5e75;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Mobile Alignment for Wealth Cards */
@media (max-width: 767.98px) {
  .wealth-protection-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .wealth-protection-card .wp-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/*================================================
Savings & Credit Content (Container Independent)
=================================================*/

.savings-credit-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 15px;
}

.scc-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.scc-block {
  margin-bottom: 5rem;
}

.scc-block:last-child {
  margin-bottom: 0;
}

/* CSS Grid Layouts */
.scc-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.scc-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Icon Anchor (Shared) */
.feature-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(30, 178, 166, 0.1);
  border: 1px solid rgba(30, 178, 166, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-bottom: 1.5rem;
}

/* Section Header */
.section-header .section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #00234d;
  margin-top: 0.5rem;
}

/* --- Pillar Cards (Grid 4) --- */
.sc-pillar-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sc-pillar-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 35, 77, 0.1);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
}

.sc-pillar-card .pillar-icon {
  width: 65px;
  height: 65px;
  background: #00234d;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.sc-pillar-card:hover .pillar-icon {
  background: var(--ebenezer-primary-color, #1eb2a6);
  transform: scale(1.05);
}

.sc-pillar-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.75rem;
}

.sc-pillar-card p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Detail Cards (Grid 2) --- */
.sc-detail-card {
  display: flex;
  align-items: flex-start;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.sc-detail-card:hover {
  background: #ffffff;
  border-color: rgba(30, 178, 166, 0.3);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.sc-detail-card .scd-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background: rgba(0, 35, 77, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #00234d;
  margin-right: 1.5rem;
  transition: all 0.3s ease;
}

.sc-detail-card:hover .scd-icon {
  background: #00234d;
  color: #ffffff;
}

.sc-detail-card .scd-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.5rem;
}

.sc-detail-card .scd-content p {
  font-size: 0.95rem;
  color: #4a5e75;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Mobile Alignment for Detail Cards */
@media (max-width: 767.98px) {
  .sc-detail-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .sc-detail-card .scd-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}


/* ========================================================================
   Variables & Theme Settings
   ======================================================================== */


 
/* ========================================================================
   2. Event Cards Section
   ======================================================================== */
.bg-light {
    background-color: var(--event-bg-light) !important;
}

.card {
    border: 1px solid var(--event-border) !important;
    border-radius: 16px !important;
    overflow: hidden;
    transition: var(--event-transition);
    background-color: #ffffff;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--event-shadow-hover) !important;
    border-color: rgba(37, 99, 235, 0.3) !important;
}

/* Card Image */
.card-img-top {
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

/* Card Body */
.card-body {
    padding: 1.5rem;
}

.text-muted.small {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem !important;
    color: var(--event-muted) !important;
}

.text-muted.small i {
    color: var(--event-primary);
}

/* Card Title */
.card-body a.text-primary {
    text-decoration: none;
    transition: var(--event-transition);
}

.card-body a.text-primary:hover {
    color: var(--event-primary-hover) !important;
}

.card-body h5 strong {
    font-size: 1.15rem;
    color: var(--event-dark);
    line-height: 1.4;
    display: inline-block;
}

/* Card Excerpt */
.text-secondary {
    color: var(--event-muted) !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ========================================================================
   3. Card Footer (Author & Button)
   ======================================================================== */
.card-footer {
    padding: 1rem 1.5rem !important;
    background-color: #ffffff !important;
    border-top: 1px solid var(--event-border) !important;
}

.avatar-container {
    display: inline-block;
}

.avatar-st {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border: 2px solid var(--event-border);
    transition: var(--event-transition);
}

.card:hover .avatar-st {
    border-color: var(--event-primary);
}

/* View Event Button */
.btn-outline-primary {
    color: var(--event-primary) !important;
    border-color: var(--event-border) !important;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 0.9rem;
    transition: var(--event-transition) !important;
}

.btn-outline-primary:hover {
    background-color: var(--event-primary) !important;
    color: #ffffff !important;
    border-color: var(--event-primary) !important;
}

/* Animated Arrow inside button */
.btn-outline-primary .d-inline-block {
    transition: transform 0.3s ease;
}

.btn-outline-primary:hover .d-inline-block {
    transform: translateX(4px);
}

/* ========================================================================
   4. Pagination
   ======================================================================== */
.pagination {
    gap: 8px;
}

.page-item .page-link {
    border: 1px solid var(--event-border) !important;
    color: var(--event-dark) !important;
    border-radius: 8px !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: var(--event-transition) !important;
}

.page-item .page-link:hover {
    background-color: var(--event-bg-light) !important;
    color: var(--event-primary) !important;
    border-color: var(--event-primary) !important;
}

.page-item.active .page-link {
    background-color: var(--event-primary) !important;
    color: #ffffff !important;
    border-color: var(--event-primary) !important;
}

.page-item.disabled .page-link {
    color: #cbd5e1 !important;
    background-color: #ffffff !important;
}

/*================================================
Index 01 Fun Facts Area CSS
=================================================*/
 
.fun-facts-1 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/fun-facts/fun-facts-bg.jpg");
}
.fun-facts-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fun-facts-1 .container {
  position: relative;
  z-index: 1;
}

.fun-facts-card {
  margin-top: 30px;
  padding-left: 85px;
  position: relative;
}
.fun-facts-card::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: rgba(0, 170, 85, 0.5);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.fun-facts-card i {
  width: 70px;
  height: 70px;
  font-size: 40px;
  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);
  position: absolute;
  left: 0;
}
.fun-facts-card h2 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 36px;
  font-weight: 700;
}
.fun-facts-card h2 .sign-icon {
  font-size: 30px;
  position: relative;
  top: 1.8px;
}
.fun-facts-card p {
  color: var(--whiteColor);
  font-size: 14px;
}
.fun-facts-card:hover i {
  transform: rotateY(180deg);
  transform-origin: center;
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}

.last-card::before {
  display: none;
}

/*================================================
Index 01 Upcoming Events Area CSS
=================================================*/
.events-card {
  position: relative;
  margin-top: 30px;
}
.events-card::before {
  content: "";
  width: 0%;
  height: 100%;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.7176470588), rgba(0, 0, 0, 0.1254901961));
  position: absolute;
  left: 0;
  bottom: 0;
}
.events-card .events-card-text {
  transition: 0.5s ease-in-out;
  padding: 30px 25px;
  position: absolute;
  opacity: 0;
  width: 100%;
  bottom: 0;
  left: 0;
}
.events-card .events-card-text ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.events-card .events-card-text ul li {
  display: inline-block;
  margin-right: 10px;
  color: var(--ebenezer-secondary-color);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}
.events-card .events-card-text ul li:last-child {
  margin-right: 0px;
  color: var(--whiteColor);
}
.events-card .events-card-text h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.events-card .events-card-text h4 a {
  color: var(--whiteColor);
}
.events-card .events-card-text h4 a:hover {
  color: var(--ebenezer-secondary-color);
}
.events-card .events-card-text p {
  color: var(--ebenezer-secondary-color);
  font-size: 14px;
  margin-bottom: 8px;
}
.events-card .events-card-text p i {
  margin-right: 3px;
  font-size: 13px;
}
.events-card .events-card-text p a {
  color: rgba(255, 255, 255, 0.8);
}
.events-card .events-card-text .read-more-btn {
  color: var(--whiteColor);
}
.events-card .events-card-text .read-more-btn:hover {
  color: var(--ebenezer-secondary-color);
}
.events-card:hover::before {
  width: 100%;
}
.events-card:hover .events-card-text {
  opacity: 1;
  transition-delay: 0.3s;
}

.events-slider-area {
  position: relative;
}
.events-slider-area .owl-nav {
  width: 106%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.events-slider-area .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;
}
.events-slider-area .owl-nav button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--ebenezer-secondary-color) !important;
}
.events-slider-area .owl-next {
  float: right;
}
/*================================================
Product Showcase CSS (Alternating Layout)
=================================================*/

.showcase-content {
  padding: 1rem 0;
}

.showcase-content .showcase-title {
  font-size: clamp(1.8rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #00234d;
  line-height: 1.3;
}

/* Image Styling */
.showcase-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
  aspect-ratio: 4 / 3; /* Prevents layout jumping if images are different sizes */
  background: #f8f9fa;
}

.showcase-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-showcase:hover .showcase-image-wrapper img {
  transform: scale(1.05);
}

.showcase-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 35, 77, 0.2) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

/* Details List Styling (Clean up whatever is inside {{ details }}) */
.product-details-list {
  margin-top: 1.5rem;
}

.product-details-list ul, 
.product-details-list ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product-details-list li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1rem;
  color: #4a5e75;
  font-size: 1rem;
  line-height: 1.6;
}

.product-details-list li::before {
  content: "\F26E"; /* Bootstrap Icon check-circle-fill */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--ebenezer-primary-color, #1eb2a6);
  font-size: 1.2rem;
}

.product-details-list p {
  color: #4a5e75;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.product-details-list h4, 
.product-details-list h5 {
  color: #00234d;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

/*================================================
Feature Intro Block CSS
=================================================*/

.feature-intro {
  padding: 2rem 1rem;
}

/* Circular Icon Anchor */
.feature-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(0, 35, 77, 0.05);
  border: 1px solid rgba(0, 35, 77, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #00234d;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.feature-intro:hover .feature-icon-wrapper {
  background: #00234d;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px -10px rgba(0, 35, 77, 0.3);
}

/* Typography */
.feature-intro .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #00234d;
  line-height: 1.2;
}

/* Reading Card for Main Text */
.feature-content-box {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid #e9ecef;
  border-left: 4px solid var(--ebenezer-primary-color, #1eb2a6);
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05);
}

.feature-content-box p {
  font-size: 1.05rem;
  color: #4a5e75;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Responsive padding adjustment */
@media (max-width: 767.98px) {
  .feature-content-box {
    padding: 1.5rem;
  }
}
/*================================================
Properties Page CSS (Professional Polish)
=================================================*/

.properties-section {
  background-color: #f8f9fa;
}

/* Property Card Layout */
.property-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border-color: rgba(30, 178, 166, 0.3);
}

/* Image Wrapper */
.property-image-wrapper {
  position: relative;
  aspect-ratio: 4 / 3; /* Forces consistent image sizes */
  overflow: hidden;
  background: #e9ecef;
}

.property-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.property-card:hover .property-image-wrapper img {
  transform: scale(1.08);
}

.property-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 35, 77, 0.65) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

/* For Sale Tag */
.property-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background: var(--ebenezer-primary-color, #1eb2a6);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Location Glassmorphism Tag */
.property-location {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  color: #00234d;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.property-location i {
  color: var(--ebenezer-primary-color, #1eb2a6);
}

/* Card Body */
.property-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.property-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

.property-title a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.property-title a:hover {
  color: var(--ebenezer-primary-color, #1eb2a6);
}

/* Meta Details (Length, Width, Size) */
.property-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  margin-bottom: 1.25rem;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.property-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.property-meta i {
  font-size: 1.1rem;
  color: #6c757d;
}

.property-meta .meta-text {
  display: flex;
  flex-direction: column;
}

.property-meta .meta-text span {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.property-meta .meta-text strong {
  font-size: 0.9rem;
  color: #00234d;
  font-weight: 700;
}

/* Card Footer (Agent & Price) */
.property-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
}

.property-agent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agent-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e9ecef;
}

.agent-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4a5e75;
}

.property-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #00234d;
  letter-spacing: -0.5px;
}

/* Responsive Adjustments */
@media (max-width: 575.98px) {
  .property-meta {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .property-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/*================================================
Feature Image & List Block CSS
=================================================*/

/* Image Frame & Depth */
.feature-image-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.feature-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3; /* Maintains a consistent shape */
  transition: transform 0.6s ease;
}

.feature-image-frame:hover img {
  transform: scale(1.05);
}

/* Decorative Teal Shape Behind Image */
.feature-image-shape {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: var(--ebenezer-primary-color, #1eb2a6);
  border-radius: 16px;
  z-index: -1;
  opacity: 0.15;
}

/* Content Wrapper */
.feature-content-wrapper {
  padding: 1rem 0;
}

.feature-content-wrapper .section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #00234d;
  line-height: 1.3;
}

/* Feature Check List */
.feature-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-check-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  color: #4a5e75;
  line-height: 1.6;
}

.feature-check-list li:last-child {
  margin-bottom: 0;
}

.feature-check-list li i {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-right: 1rem;
  line-height: 1.4;
}

/* Responsive Alignment */
@media (max-width: 991.98px) {
  .feature-content-wrapper {
    text-align: center;
    padding: 1rem;
  }
  
  .feature-check-list {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
  }
  
  .feature-image-frame {
    max-width: 500px;
    margin: 0 auto;
  }
}
/*================================================
404 Error Page CSS (Fixed Layout & Organization)
=================================================*/

.error-404-wrapper {
  /* Deep Navy Background */
  background-color: #00234d;
  background-image: linear-gradient(135deg, #001a3d 0%, #00234d 50%, #001528 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0; /* Gives breathing room from header/footer */
  overflow: hidden;
}

.error-404-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Massive 404 Number */
.error-404-number {
  font-size: clamp(5rem, 20vw, 9rem); /* Perfectly scales from mobile to desktop */
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -2px;
}

/* The "0" colored teal */
.error-404-number span {
  color: var(--ebenezer-primary-color, #1eb2a6);
}

/* Typography */
.error-404-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.error-404-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 2.5rem;
}

/* Action Buttons Container */
.error-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* Primary Button */
.btn-404-primary {
  background-color: var(--ebenezer-primary-color, #1eb2a6);
  border: 1px solid var(--ebenezer-primary-color, #1eb2a6);
  color: #ffffff;
  font-weight: 600;
  padding: 0.8rem 2rem;
  transition: all 0.3s ease;
}

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

/* Outline Button */
.btn-404-outline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-weight: 600;
  padding: 0.8rem 2rem;
  transition: all 0.3s ease;
}

.btn-404-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive fixes for small mobile buttons */
@media (max-width: 575.98px) {
  .error-404-actions .btn {
    width: 100%; /* Forces buttons to full width on very small screens */
    display: block;
  }
}

/*================================================
Index 01 Feedback Area CSS
=================================================*/
.feedback-card {
  padding: 30px;
  margin-top: 30px;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: relative;
  border-radius: 5px;
}
.feedback-card .flaticon-quotation {
  font-size: 45px;
  color: var(--secondColor);
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 0;
}
.feedback-card p {
  margin-top: 15px;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
.feedback-card .feedback-intro-area {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
}
.feedback-card .feedback-intro-area img {
  margin-right: 15px;
  border-radius: 50%;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.feedback-card .feedback-intro-area h5 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.feedback-card .feedback-intro-area span {
  color: var(--ebenezer-secondary-color);
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.stars ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.stars ul li {
  display: inline-block;
  font-size: 14px;
  color: var(--ebenezer-secondary-color);
}

.feedback-slider-area {
  position: relative;
}
/*================================================
Team Section CSS (Modern & Professional)
=================================================*/

/* Section Headers */
.section-header {
  margin-bottom: 3rem;
}

.section-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #00234d;
  line-height: 1.2;
  margin-top: 1rem;
}

/* Team Card Layout */
.team-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* Consistent Image Sizing & Hover Zoom */
.team-image-wrapper {
  position: relative;
  aspect-ratio: 1 / 1; /* Forces perfect squares */
  overflow: hidden;
  background: #f8f9fa;
}

.team-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; /* Keeps faces visible */
  transition: transform 0.6s ease;
}

.team-card:hover .team-image-wrapper img {
  transform: scale(1.08);
}

/* Team Info Typography */
.team-info {
  padding: 1.5rem 1.5rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.team-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.25rem;
}

.team-position {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Dynamic Divider Colors */
.team-divider {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  margin: 0 auto 1.25rem;
  transition: width 0.3s ease;
}

.team-card:hover .team-divider {
  width: 60px;
}

.accent-success .team-position { color: #198754; } /* Bootstrap Success Green */
.accent-success .team-divider { background: #198754; }

.accent-primary .team-position { color: var(--ebenezer-primary-color, #1eb2a6); }
.accent-primary .team-divider { background: var(--ebenezer-primary-color, #1eb2a6); }

/* Team Bio */
.team-bio {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}
.bg-team2{
   background-color: #FFF3EA;
   padding-bottom: 60px;
  padding-top: 20px;
  position: relative;
}

.bg-team1{
  background-color: #BEE1E6;
  padding-bottom: 60px;
  padding-top: 20px;
  position: relative;
}
.bg-team1::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 651px;
  width: 859px;
  right: 10px;
  bottom: 0px;
  background: url(../images/bg-banner.svg) no-repeat;
}

/*================================================
About Story Page CSS (Professional Polish)
=================================================*/

/* Section Spacing & Typography */
.about-story-section {
  background-color: #ffffff;
}

.story-content .section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #00234d;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

/* Modern Objective Card */
.objective-card {
  display: flex;
  align-items: flex-start;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.5rem;
  border-left: 4px solid var(--ebenezer-primary-color, #1eb2a6);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.05);
}

.objective-card .objective-icon {
  flex-shrink: 0;
  font-size: 2rem;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-right: 1.25rem;
  line-height: 1;
}

.objective-card .objective-text h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.5rem;
}

.objective-card .objective-text p {
  font-size: 1rem;
  color: #4a5e75;
  line-height: 1.6;
}

/* Mission / Vision Tabs */
.mv-tabs .nav-pills {
  background: #f1f3f5;
  padding: 6px;
  border-radius: 12px;
  gap: 4px;
}

.mv-tabs .nav-link {
  border-radius: 8px;
  color: #6c757d;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.65rem 1rem;
  border: none;
  transition: all 0.3s ease;
}

.mv-tabs .nav-link.active {
  background: #00234d;
  color: #ffffff;
  box-shadow: 0 4px 10px -3px rgba(0, 35, 77, 0.3);
}

.mv-tabs .tab-content {
  margin-top: 1.5rem;
}

.mv-tabs .mv-content {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.05);
}

.mv-tabs .mv-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-bottom: 0.5rem;
}

.mv-tabs .mv-content p {
  font-size: 1.05rem;
  color: #4a5e75;
  line-height: 1.6;
}

/* Image Layout */
.story-image-wrapper {
  position: relative;
  padding: 1rem; /* Creates a border effect */
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.story-image-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 5; /* Forces a nice portrait shape */
  background: #f8f9fa;
}

.story-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; /* Keeps faces visible */
  transition: transform 0.6s ease;
}

.story-image-wrapper:hover .story-image-frame img {
  transform: scale(1.03);
}

.story-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 35, 77, 0.85) 0%, rgba(0, 35, 77, 0.2) 40%, transparent 70%);
  z-index: 1;
}

.story-image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.story-image-caption .name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #00234d;
  line-height: 1.2;
}

.story-image-caption .role {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ebenezer-primary-color, #1eb2a6);
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*================================================
Inner Content Layout (About Us / Background)
=================================================*/

.content-block {
  margin-bottom: 3rem;
}

.content-block-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
  position: relative;
}

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

/* Clean Ordered List */
.custom-ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.custom-ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  color: #4a5e75;
}

/* Highlight Box for Stats */
.highlight-stat-box {
  background: #f8f9fa;
  border-left: 4px solid #00234d;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  margin: 2rem 0;
  font-size: 1.1rem;
  color: #4a5e75;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.05);
}

.highlight-stat-box .stat-number {
  color: var(--ebenezer-primary-color, #1eb2a6);
  font-weight: 800;
  font-size: 1.4rem;
}

/* Objectives */
.objective-highlight {
  display: flex;
  align-items: flex-start;
  background: rgba(30, 178, 166, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 178, 166, 0.15);
}

.objective-highlight .objective-icon {
  font-size: 1.75rem;
  color: var(--ebenezer-primary-color, #1eb2a6);
  margin-right: 1rem;
  flex-shrink: 0;
}

.objective-highlight p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #00234d;
  margin: 0;
}

/* Custom Check List */
.custom-check-list {
  list-style: none;
  padding-left: 0;
}

.custom-check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  color: #4a5e75;
  font-size: 1rem;
}

.custom-check-list li::before {
  content: '\F26E'; /* Bootstrap Icons check-circle-fill */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--ebenezer-primary-color, #1eb2a6);
  font-size: 1.1rem;
}

/* Core Values Cards */
.value-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px -10px rgba(0,0,0,0.05);
}

.value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(30, 178, 166, 0.3);
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
}

.value-card .value-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 35, 77, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #00234d;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.value-card:hover .value-icon {
  background: #00234d;
  color: #ffffff;
}

.value-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.5rem;
}

.value-card p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}

/*================================================
Contact Page CSS (Professional Polish)
=================================================*/

 
/* --- Left Side: Dark Info Card --- */
.contact-info-wrapper {
  background: #00234d;
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 20px 40px -15px rgba(0, 35, 77, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-header h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.contact-info-item .icon-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  margin-right: 1.25rem;
}

.contact-info-item .content {
  display: flex;
  flex-direction: column;
}

.contact-info-item .content .label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  font-weight: 600;
}

.contact-info-item .content a,
.contact-info-item .content p {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}

.contact-info-item .content a:hover {
  color: #1eb2a6; /* Brand teal on hover */
}

/* --- Right Side: Clean White Form Card --- */
.contact-form-wrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}

.contact-form-wrapper .form-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #00234d;
}

/* Form Input Refinements */
.contact-form-wrapper .form-control {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #00234d;
  border-radius: 8px;
  padding: 1rem 0.75rem;
  transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus {
  background-color: #ffffff;
  border-color: #1eb2a6;
  box-shadow: 0 0 0 0.2rem rgba(30, 178, 166, 0.15);
  color: #00234d;
}

.contact-form-wrapper .form-floating>label {
  color: #6c757d;
  padding: 1rem 0.75rem;
}

/* Button Polish */
.contact-form-wrapper .btn-success {
  background-color: #00234d;
  border-color: #00234d;
  font-size: 1rem;
  padding: 0.8rem 2.5rem;
  transition: all 0.3s ease;
}

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

/* Responsive Padding */
@media (max-width: 991.98px) {
  .contact-info-wrapper,
  .contact-form-wrapper {
    padding: 2rem;
  }
}



/********************************************/
.feedback-slider-area .owl-nav {
  width: 106%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feedback-slider-area .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;
}
.feedback-slider-area .owl-nav button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--ebenezer-secondary-color) !important;
}
.feedback-slider-area .owl-next {
  float: right;
}

/*================================================
Index 01 team Area CSS
=================================================*/
.team-card {
  margin-top: 30px;
}
.team-card .team-card-img {
  position: relative;
}
.team-card .team-card-img::before {
  content: "";
  width: 100%;
  height: 0%;
  transition: 0.5s ease-in-out;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.3137254902), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.team-card .team-card-img .team-social-icons {
  width: 100%;
  opacity: 0;
  transition: 0.5s ease-in-out;
  text-align: center;
  position: absolute;
  bottom: 0px;
  z-index: 0;
}
.team-card .team-card-img .team-social-icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.team-card .team-card-img .team-social-icons ul li {
  display: inline-block;
}
.team-card .team-card-img .team-social-icons ul li a {
  width: 30px;
  height: 30px;
  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);
}
.team-card .team-card-img .team-social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}
.team-card .team-card-text {
  text-align: center;
  padding: 25px 25px 0px;
}
.team-card .team-card-text h4 {
  margin-bottom: 8px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.team-card .team-card-text p {
  font-size: 14px;
  color: var(--ebenezer-secondary-color);
}
.team-card:hover .team-card-img::before {
  height: 100%;
}
.team-card:hover .team-card-img .team-social-icons {
  transition-delay: 0.3s;
  bottom: 25px;
  opacity: 1;
}

/*================================================
Index 01 Process Area CSS
=================================================*/
.process-card {
  margin-top: 30px;
  padding: 30px 25px 25px;
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
  position: relative;
  padding-left: 105px;

}

.process-card i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ebenezer-secondary-color);
  transition: 0.5s ease-in-out;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: absolute;
  left: 25px;
}
.process-card h4 {
  margin-bottom: 10px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.process-card:hover i {
  transform: rotateY(180deg);
  transform-origin: center;
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}

/*================================================
Index 01 Blog Area CSS
=================================================*/
.blog-card {
  margin-top: 30px;
}
.blog-card .blog-card-img {
  overflow: hidden;
}
.blog-card .blog-card-img img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.blog-card .blog-card-text-area {
  padding: 30px 25px;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}
.blog-card .blog-card-text-area h4 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.blog-card .blog-card-text-area p {
  margin-bottom: 12px;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.1) rotate(2deg);
}

.blog-date ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blog-date ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  font-family: var(--fontFamily2);
}
.blog-date ul li i {
  margin-right: 3px;
  color: var(--ebenezer-secondary-color);
}
.blog-date ul li:last-child {
  margin-right: 0px;
}
.blog-date ul li:last-child::before {
  display: none;
}
.blog-date ul li::before {
  content: "/";
  position: absolute;
  right: -12px;
}

/*================================================
Index 02 Banner Area CSS
=================================================*/
.home-banner {
  background-color: #222222;
}
.home-banner .banner-text-area h1 {
  font-size: 48px;
}
.home-banner .banner-text-area p {
  max-width: 720px;
}

.home-banner-area {
  padding: 0px 20px 20px;
  position: relative;
  margin-left: 30px;
}
.home-banner-area::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 10px;
}
.home-banner-area img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

/*================================================
Index 02 Process Area CSS
=================================================*/
.process-card-2 {
  transition: 0.5s ease-in-out;
}
.process-card-2 h4, .process-card-2 a, .process-card-2 p {
  transition: 0.5s ease-in-out;
}
.process-card-2:hover {
  background-color: var(--ebenezer-secondary-color);
}
.process-card-2:hover i {
  color: var(--ebenezer-secondary-color);
  background-color: var(--whiteColor);
}
.process-card-2:hover h4, .process-card-2:hover a, .process-card-2:hover p {
  color: var(--whiteColor);
}

/*================================================
Index 02 About Area CSS
=================================================*/
.about-text-area-2 {
  padding: 0px;
  margin: 0;
  background-color: transparent;
  padding-left: 25px;
}

.about-img {
  position: relative;
  height: 100%;
}
.about-img .a-img-1 {
  position: relative;
  max-width: 60%;
}
.about-img .a-img-2 {
  position: absolute;
  max-width: 55%;
  right: 0;
  bottom: 0;
}
.about-img .a-img-3 {
  position: absolute;
  top: 0%;
  right: 5%;
  border-radius: 50%;
}

/*================================================
Index 02 Services Area CSS
=================================================*/
.service-2 .default-section-title h3, .service-2 .default-section-title p {
  color: var(--whiteColor);
}

.service-card-2 {
  padding: 0px 25px 25px;
  margin-top: 60px;
  background-color: var(--whiteColor);
}
.service-card-2 i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ebenezer-secondary-color);
  box-shadow: var(--boxShadow);
  transition: 0.5s ease-in-out;
  background-color: var(--whiteColor);
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
}
.service-card-2 h4 {
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.service-card-2 p {
  margin-bottom: 12px;
}
.service-card-2:hover i {
  transform: rotateY(180deg);
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}

.service-slider-area {
  position: relative;
}
.service-slider-area .owl-nav {
  width: 106%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-slider-area .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  color: var(--ebenezer-secondary-color) !important;
  background-color: var(--whiteColor) !important;
}
.service-slider-area .owl-nav button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--ebenezer-secondary-color) !important;
}
.service-slider-area .owl-next {
  float: right;
}

/*================================================
Index 02 Video Area CSS
=================================================*/
.video {
  position: relative;
}
.video::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #222222;
  position: absolute;
  left: 0;
  top: 0;
}

.video-area {
  position: relative;
  z-index: 1;
}
.video-area a {
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ebenezer-secondary-color);
  background-color: var(--whiteColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite linear forwards;
  padding-left: 10px;
}

/*================================================
Index 02 Fun Facts Area CSS
=================================================*/
.fun-facts-card-2 i {
  box-shadow: var(--boxShadow);
}
.fun-facts-card-2 h2 {
  color: var(--blackColor);
}
.fun-facts-card-2 p {
  color: var(--paragraphColor);
}

/*================================================
Index 02 Explore City Area CSS
=================================================*/
.about-img-2 .a-img-1 {
  float: right;
  max-width: 50%;
}
.about-img-2 .a-img-2 {
  left: 0;
  right: unset;
  max-width: 60%;
}
.about-img-2 .a-img-3 {
  bottom: 0;
  top: unset;
}

.explore-2 .default-section-title-middle {
  display: block;
  margin-bottom: 40px;
}

/*================================================
Index 02 Feedback Area CSS
=================================================*/
.feedback-card-2 {
  padding: 30px;
  margin-top: 30px;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: relative;
}
.feedback-card-2 .flaticon-quotation {
  font-size: 45px;
  color: var(--secondColor);
  position: absolute;
  bottom: 0px;
  right: 30px;
  z-index: 0;
}
.feedback-card-2 p {
  margin-top: 10px;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
.feedback-card-2 .feedback-intro-area {
  margin-top: 0px;
  display: inline-flex;
  align-items: center;
}
.feedback-card-2 .feedback-intro-area img {
  margin-right: 15px;
  border-radius: 50%;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: 0.5s ease-in-out;
  border: 2px solid var(--blackColor);
}
.feedback-card-2 .feedback-intro-area h5 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.feedback-card-2 .feedback-intro-area span {
  color: var(--blackColor);
  transition: 0.5s ease-in-out;
  font-size: 14px;
  font-family: var(--fontFamily2);
}
.feedback-card-2:hover .feedback-intro-area span {
  color: var(--ebenezer-secondary-color);
}
.feedback-card-2:hover .feedback-intro-area img {
  border-color: var(--ebenezer-secondary-color);
}

.feedback-slider-area-2 .owl-dots {
  text-align: center;
}
.feedback-slider-area-2 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0px 3px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  border: 1px solid var(--blackColor) !important;
}
.feedback-slider-area-2 .owl-dots .active {
  border-color: var(--ebenezer-secondary-color) !important;
}

/*================================================
Index 03 Banner Area CSS
=================================================*/
.banner {
  overflow: hidden;
  padding-top: 25px;
}
.banner .container-fluid {
  padding-left: 70px;
  padding-right: 0;
}

.banner-img-3 {
  position: relative;
  z-index: 1;
}
.banner-img-3 img {
  width: 100%;
  position: relative;
  right: -50px;
}
.banner-img-3 a {
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  animation: pulse 2s infinite linear forwards;
  background-color: var(--ebenezer-secondary-color);
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  padding-left: 10px;
}

.banner-text-area-3 {
  position: relative;
  top: -15px;
}
.banner-text-area-3 h1 {
  font-size: 48px;
  color: var(--blackColor);
}
.banner-text-area-3 p {
  max-width: 720px;
  color: var(--blackColor);
}

/*================================================
Index 03 About Area CSS
=================================================*/
.about-img-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/a3-1.jpg");
  height: 100%;
  position: relative;
  z-index: 1;
}
.about-img-3 img {
  display: none;
}

.ai-2-2 {
  background-image: url("../images/about/a3-2.jpg");
  border-radius: 10px;
}

.about {
  position: relative;
}
.about .shape {
  position: absolute;
  top: 13%;
  left: 13%;
}

.about-3 .shape {
  left: unset;
  right: 13%;
  top: 26%;
}
.about-3 .section-content {
  margin-top: 50px;
}

/*================================================
Inner Area CSS (Improved & Professional)
=================================================*/
.uni-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

/* Deep Navy Overlay for guaranteed text readability */
.uni-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 35, 77, 0.88) 0%, rgba(0, 35, 77, 0.72) 50%, rgba(0, 35, 77, 0.92) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.uni-banner-text-area {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 130px 0 90px; /* Generous spacing */
  max-width: 850px;
  margin: 0 auto;
}

.uni-banner-text-area h1.uni-banner-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem); /* Fluidly scales from 35px to 56px */
  font-weight: 700;
  color: #ffffff;
  font-family: var(--fontFamily);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Modern Glassmorphism Breadcrumb Pill */
.uni-banner-text-area ul.uni-banner-breadcrumb {
  margin: 0px 0 25px;
  padding: 8px 20px;
  list-style: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.uni-banner-text-area ul li {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 15px;
  font-family: var(--fontFamily);
}

.uni-banner-text-area ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.uni-banner-text-area ul li a:hover {
  color: var(--ebenezer-secondary-color); /* Pop of brand color on hover */
}

.uni-banner-text-area ul li.active {
  color: var(--ebenezer-secondary-color);
}

/* Cleaner Chevron Separator */
.uni-banner-text-area ul li:not(:last-child)::after {
  content: "\f105";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Required for FA solid icons */
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.uni-banner-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto;
  font-weight: 400;
}

/* ---------------------------------------------------------
   Professional Page Load Animation
   --------------------------------------------------------- */
@keyframes uniFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.uni-banner-text-area > * {
  opacity: 0;
  animation: uniFadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Staggered Delays */
.uni-banner-text-area > *:nth-child(1) { animation-delay: 0.1s; } /* Title */
.uni-banner-text-area > *:nth-child(2) { animation-delay: 0.3s; } /* Breadcrumbs */
.uni-banner-text-area > *:nth-child(3) { animation-delay: 0.5s; } /* Description */

/* Responsive Padding Adjustment */
@media (max-width: 768px) {
  .uni-banner-text-area {
    padding: 90px 0 60px;
  }
}
/*================================================
Inner Service area CSS
=================================================*/
.service-4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/footer-bg.jpg");
  position: relative;
}
.service-4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.service-4 .container {
  position: relative;
  z-index: 1;
}
.service-4 .default-section-title h3, .service-4 .default-section-title p {
  color: var(--whiteColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq .accordion-item {
  background-color: transparent;
  margin-top: 15px;
  border: 1px solid #eeeeee !important;
}
.faq .accordion-item .accordion-body {
  background-color: transparent;
  padding-top: 15px;
}
.faq .accordion-item .accordion-body p {
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.faq .accordion-button {
  border: 0px !important;
  min-height: 55px;
  position: relative;
  color: var(--blackColor) !important;
  box-shadow: none !important;
  background-color: var(--whiteColor);
  padding: 15px 15px 15px 65px;
  border-radius: 5px !important;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}
.faq .accordion-button i {
  width: 50px;
  height: 100%;
  font-size: 25.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 0.5s ease-in-out;
  background-color: #020202;
  position: absolute;
  left: 0px;
}
.faq .accordion-button::after {
  display: none;
}
.faq .accordion-button .fa-minus-circle {
  opacity: 0;
}
.faq .accordion-button:not(.collapsed) {
  background-color: var(--ebenezer-secondary-color);
  color: var(--whiteColor) !important;
}
.faq .accordion-button:not(.collapsed) i {
  transform: rotateY(180deg);
  background-color: var(--ebenezer-secondary-color);
}
.faq .accordion-button:not(.collapsed) .fa-minus-circle {
  opacity: 1;
}

.faq-img-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/faq-bg.jpg");
  height: 100%;
  position: relative;
}
.faq-img-area img {
  display: none;
}
.faq-img-area a {
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ebenezer-secondary-color);
  background-color: var(--whiteColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 10px;
}

.faq-text-area {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 0px 50px 50px;
  background-color: var(--whiteColor);
  margin-left: -100px;
  position: relative;
  z-index: 1;
}

/*================================================
Pagination area CSS
=================================================*/
.paginations {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.paginations ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.paginations ul li {
  display: inline-block;
  text-align: center;
}
.paginations ul li a {
  width: 35px;
  height: 35px;
  margin: 0px 3px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blackColor);
  border: 1px solid var(--secondColor);
  background-color: var(--whiteColor);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}
.paginations ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}
.paginations ul li .active {
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}

/*================================================ 
Log In Page CSS
=================================================*/
.login-form {
  margin-top: 20px;
}
.login-form form .form-control {
  background-color: #f9f9f9;
  border: 0px solid var(--secondColor);
  padding: 10px 15px;
  margin-top: 20px;
}
.login-form form .form-check label {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--fontFamily2);
}
.login-form form .default-button {
  width: 100%;
}
.login-form p {
  font-size: 14px;
  font-style: italic;
  font-family: var(--fontFamily2);
}

.form-check-input:checked {
  border-color: var(--ebenezer-secondary-color);
  background-color: var(--ebenezer-secondary-color);
}

.log-in-card {
  padding: 30px;
  margin-top: 30px;
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
  border-radius: 10px;
}
.log-in-card .default-section-title h3 {
  font-size: var(--card-title-fontSize);
}
.log-in-card .login-p {
  margin-top: 15px;
  text-align: center;
}
.log-in-card .login-p a {
  color: var(--ebenezer-secondary-color);
}

.login-footer-area {
  text-align: center;
}
.login-footer-area span {
  text-align: center;
  position: relative;
  display: block;
  margin: 15px 0px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}
.login-footer-area span::before {
  content: "";
  width: 47%;
  height: 0.5px;
  background-color: rgba(112, 112, 112, 0.3137254902);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.login-footer-area span::after {
  content: "";
  width: 47%;
  height: 0.5px;
  background-color: rgba(112, 112, 112, 0.3137254902);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.login-footer-area button {
  border: 0px;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 15px;
  color: var(--ebenezer-secondary-color);
  border: 1px solid var(--secondColor);
  background-color: var(--whiteColor);
  font-size: 15px;
  font-weight: 0;
  font-family: var(--fontFamily2);
}
.login-footer-area p {
  font-size: 15px;
}
.login-footer-area p a {
  color: var(--ebenezer-secondary-color);
}

/*================================================
Terms & Privacy area CSS
=================================================*/
.terms {
  margin-bottom: -15px;
}
.terms strong {
  color: var(--blackColor);
}
.terms a {
  color: var(--ebenezer-secondary-color);
}
.terms h1, .terms h2, .terms h3, .terms h4, .terms h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: var(--fontFamily);
  font-weight: 600;
}
.terms h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.terms h1 {
  font-size: 30px;
}
.terms h2 {
  font-size: 28px;
}
.terms h3 {
  font-size: 26px;
}
.terms h4 {
  font-size: 24px;
}
.terms h5 {
  font-size: 22px;
}
.terms p {
  font-size: var(--fontSize2);
  font-family: var(--fontFamily2);
}
.terms ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.terms ul li {
  margin: 10px 0px;
  font-size: var(--fontSize);
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
}
.terms ul li span {
  font-weight: 700;
  margin-right: 8px;
  color: var(--blackColor);
}
.terms .payment li {
  position: relative;
  padding-left: 20px;
}
.terms .payment li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--ebenezer-secondary-color);
  position: absolute;
  left: 0;
  top: 6px;
}

/*================================================
Error Area CSS
=================================================*/
.error {
  border-top: 1px solid #eeeeee;
}

.error-content {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.error-content h4 {
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}
.error-content .default-button {
  margin-top: 8px;
}

/*================================================
Details Page Area CSS
=================================================*/
.mt-15 {
  margin-top: 25px;
}

.details-text-area h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}
.details-text-area ul {
  margin: 0 0px 5px;
}
.details-text-area ul li {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}

.details-map-area {
  width: 100%;
  height: 500px;
}
.details-map-area .d-map {
  width: 100%;
  height: 100%;
}
/*================================================
FAQ Page CSS (Professional Polish)
=================================================*/

.faq-section {
  background-color: #ffffff;
}

/* Intro Text Styling */
.faq-intro h2, .faq-intro h3 {
  color: #00234d;
  font-weight: 700;
  margin-bottom: 1rem;
}

.faq-intro p {
  color: #4a5e75;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Accordion Wrapper */
.faq-accordion-wrapper {
  max-width: 850px;
  margin: 0 auto;
  box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #ffffff;
  padding: 1rem;
  border: 1px solid #e9ecef;
}

/* Accordion Items */
.faq-accordion-wrapper .accordion-item {
  border: none !important;
  background: transparent;
  margin-bottom: 0.75rem;
}

.faq-accordion-wrapper .accordion-item:last-child {
  margin-bottom: 0;
}

/* Accordion Buttons (Questions) */
.faq-accordion-wrapper .accordion-button {
  background: #f8f9fa;
  color: #00234d;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  border-radius: 10px !important;
  box-shadow: none;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
}

.faq-accordion-wrapper .accordion-button:hover {
  background: #eef2f7;
}

/* Active/Open State */
.faq-accordion-wrapper .accordion-button:not(.collapsed) {
  background: #00234d;
  color: #ffffff;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Custom Toggle Icon (Plus / Minus) */
.faq-accordion-wrapper .accordion-button::after {
  background-image: none;
  content: "\F4FE"; /* Bootstrap Icon: plus-circle-fill */
  font-family: "bootstrap-icons";
  color: var(--ebenezer-primary-color, #1eb2a6);
  font-size: 1.3rem;
  transition: all 0.3s ease;
  margin-left: auto;
}

.faq-accordion-wrapper .accordion-button:not(.collapsed)::after {
  content: "\F4FA"; /* Bootstrap Icon: dash-circle-fill */
  color: #ffffff;
  transform: rotate(180deg);
}

/* Accordion Body (Answers) */
.faq-accordion-wrapper .accordion-collapse {
  border: none;
}

.faq-accordion-wrapper .accordion-body {
  padding: 1.5rem;
  color: #4a5e75;
  font-size: 1rem;
  line-height: 1.7;
  background: #f8f9fa;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*================================================
Products Section CSS (Professional Polish)
=================================================*/

.products-section {
  background-color: #f8f9fa; /* Soft grey background to make cards pop */
}

/* Product Card Layout */
.product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  border: 1px solid #e9ecef;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
  border-color: rgba(30, 178, 166, 0.3);
}

/* Icon Box */
.product-icon-box {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: rgba(0, 35, 77, 0.05);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #00234d;
  transition: all 0.4s ease;
}

.product-card:hover .product-icon-box {
  background: #00234d;
  color: #ffffff;
  transform: scale(1.05);
}

/* Content Styling */
.product-content {
  flex-grow: 1;
}

.product-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.product-card:hover .product-title {
  color: var(--ebenezer-primary-color, #1eb2a6);
}

.product-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

/* Learn More Link */
.product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ebenezer-primary-color, #1eb2a6);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: gap 0.3s ease;
}

.product-link:hover {
  gap: 0.8rem;
  color: #00234d;
}

/* Responsive: Stack icon on top for small mobile */
@media (max-width: 575.98px) {
  .product-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .product-icon-box {
    margin-bottom: 0.5rem;
  }
}
/*================================================
Sidebar Area CSS
=================================================*/
.sidebar-card {
  padding: 25px;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  border-radius: 5px;
}
.sidebar-card h3 {
  margin-bottom: 20px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}
.sidebar-card p {
  margin-bottom: 18px;
}

.sidebar-area.events-details-sidebar h3 {
  margin-bottom: 12px;
}
.sidebar-area.events-details-sidebar .event-info-card h5 {
  margin-bottom: 3px;
}

.event-info-card {
  margin-top: 20px;
  position: relative;
  padding-left: 35px;
}
.event-info-card i {
  color: var(--ebenezer-secondary-color);
  position: absolute;
  left: 0;
  top: 1.2px;
  font-size: 25px;
}
.event-info-card h5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.event-info-card span {
  color: var(--paragraphColor);
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.search-box .input-group {
  border: 1px solid #eeeeee;
  border-radius: 0px;
}
.search-box .form-control {
  background-color: var(--whiteColor);
  border: 0px;
  padding: 10px;
  border-radius: 0px;
}
.search-box .btn {
  border-radius: 0px;
  color: var(--whiteColor);
  transition: 0.5s ease-in-out;
  background-color: var(--ebenezer-secondary-color);
}
.search-box .btn:hover {
  background-color: var(--blackColor);
}

.sidebar-category ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sidebar-category ul li {
  margin-top: 12px;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--fontFamily2);
}
.sidebar-category ul li i {
  margin-right: 3px;
  color: var(--ebenezer-secondary-color);
}
.sidebar-category ul li a {
  color: var(--paragraphColor);
}
.sidebar-category ul li a:hover {
  color: var(--ebenezer-secondary-color);
}

.sidebar-tag ul {
  margin: -10px 0 0;
  padding: 0px;
  list-style: none;
}
.sidebar-tag ul li {
  display: inline-block;
}
.sidebar-tag ul li a {
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #eeeeee;
  background-color: var(--whiteColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
  margin-right: 5px;
  margin-top: 10px;
}
.sidebar-tag ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}

/*================================================
Inner Projects Area CSS
=================================================*/
.service-card-4 {
  margin-top: 30px;
  position: relative;
}
.service-card-4::before {
  content: "";
  width: 100%;
  height: 0%;
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.service-card-4 .service-card-4-text {
  opacity: 0;
  transition: 0.5s ease-in-out;
  padding: 0px 25px 25px 0px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.service-card-4 .service-card-4-text span {
  color: var(--ebenezer-secondary-color);
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fontFamily2);
}
.service-card-4 .service-card-4-text h5 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}
.service-card-4 .service-card-4-text h5 a {
  color: var(--whiteColor);
}
.service-card-4 .service-card-4-text h5 a:hover {
  color: var(--ebenezer-secondary-color);
}
.service-card-4:hover::before {
  height: 100%;
}
.service-card-4:hover .service-card-4-text {
  opacity: 1;
  padding-left: 25px;
  transition-delay: 0.3s;
}

/*================================================ 
Blog Details Page CSS
=================================================*/
.recent-news-card {
  margin-top: 20px;
  min-height: 90px;
  position: relative;
  padding-left: 105px;
}
.recent-news-card img {
  position: absolute;
  left: 0;
  border-radius: 5px;
}
.recent-news-card h5 {
  line-height: 1.4;
  padding-top: 5px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px !important;
  font-size: var(--fontSize);
}
.recent-news-card p {
  font-size: 14px;
}

.blog-text-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0px;
  padding: 3px 15px 15px 15px;
  background-color: #f9fafb;
}
.blog-text-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blog-text-footer ul li {
  display: inline-block;
}
.blog-text-footer ul li span {
  font-weight: 600;
  margin-right: 10px;
  padding: 0px !important;
  background-color: transparent !important;
}
.blog-text-footer .tag-area {
  margin-top: 12px;
}
.blog-text-footer .tag-area ul li {
  margin-right: 5px;
  cursor: pointer;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}
.blog-text-footer .tag-area ul li i {
  color: var(--ebenezer-secondary-color);
}
.blog-text-footer .tag-area ul li:hover {
  transition: 0.5s ease-in-out;
  color: var(--ebenezer-secondary-color);
}
.blog-text-footer .tag-area ul li:first-child {
  padding: 0px;
}
.blog-text-footer .social-icons {
  margin-top: 12px;
}
.blog-text-footer .social-icons ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--ebenezer-secondary-color);
  background-color: white;
  box-shadow: var(--boxShadow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog-text-footer .social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--ebenezer-secondary-color);
}

.bd-comments {
  margin-top: 30px;
}
.bd-comments h3 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.comment-card {
  margin-top: 30px;
  position: relative;
  padding-left: 90px;
}
.comment-card img {
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.comment-card h5 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18.5px;
}
.comment-card span {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--fontFamily);
}
.comment-card p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-card a {
  color: var(--ebenezer-secondary-color);
  font-weight: 500;
}

.bd-form {
  margin-top: 30px;
  border-radius: 0px;
  background-color: #f9fafb;
  padding: 30px;
}
.bd-form h3 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
  margin-top: 0px;
}
.bd-form p {
  font-size: 14px;
  margin-bottom: 5px;
}
.bd-form .form-control {
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 0px;
  background-color: var(--whiteColor);
}
.bd-form .default-button {
  margin-top: 15px;
}

.blog-quote {
  background-color: #f9fafb;
  padding: 30px 30px 25px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}
.blog-quote i {
  font-size: 45px;
  color: var(--ebenezer-secondary-color);
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.blog-quote p {
  color: var(--blackColor);
  max-width: 650px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  font-weight: 600;
}

.blog-details-text-area h3 {
  margin-bottom: 12px;
}
.blog-details-text-area .blog-date {
  margin-top: 25px;
  margin-bottom: 0px;
}
.blog-details-text-area .blog-date ul {
  margin: 0px;
}
.blog-details-text-area .blog-date ul li {
  font-weight: 400;
}

/*================================================ 
Contact Page CSS
=================================================*/
.contact-card {
  margin-top: 30px;
  padding: 30px 20px 30px 100px;
  position: relative;
  transition: 0.5s ease-in-out;
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
}
.contact-card i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  transition: 0.5s ease-in-out;
  background-color: var(--ebenezer-secondary-color);
  position: absolute;
  left: 25px;
}
.contact-card h5 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.contact-card p {
  margin-bottom: 0px;
}
.contact-card p a {
  color: VAR(--paragraphColor);
}

.contact-form-text-area {
  padding: 30px;
  background-color: #f9fafb;
}
.contact-form-text-area form {
  margin-top: 15px;
}
.contact-form-text-area form .form-control {
  padding: 15px 15px;
  border: 1px solid #eeeeee;
  margin: 10px 0px;
}
.contact-form-text-area form .default-button {
  margin-top: 20px;
  border-radius: 5px;
  width: 100%;
}
.contact-form-text-area .form-check {
  margin-top: 10px;
  margin-bottom: 5px;
}
.contact-form-text-area .form-check .form-check-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--paragraphColor);
}
.contact-form-text-area .form-check .form-check-label a {
  color: var(--ebenezer-secondary-color);
}

.google-map {
  width: 100%;
  height: 100%;
}
.google-map .g-map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.with-errors ul li {
  color: red;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 170, 85, 0.7254901961);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 170, 85, 0.3098039216);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 170, 85, 0);
  }
}/*# sourceMappingURL=style.css.map */