/*
Template name: Alvorcen Style.css
Template author: VFL Brand
Author website: Alvorcen Technologies Pvt. Ltd.
*/
:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #21345c;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #0c56be;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #aecfea;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
  --white-rgb: 255,255,255;
}

html, body {
  overflow-x: hidden;
}

body {
  font: 1rem/1.7 "Inter", sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}

.container {
  max-width: 1140px;
}

.section {
  padding: 70px 0;
  scroll-margin-top: 60px;
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}
.section.first-section {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}
.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}
.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
}
.btn:hover, .btn:active, .btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}
.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}
.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}
.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:focus, .btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* =========================
        Nav Bar
========================= */

/* =========================
        Nav Bar
========================= */

:root {
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
}

/* -------------- initial state (top of page) -------------- */
.fbs__net-navbar {
  background: transparent !important;
  transition: background 300ms ease, color 300ms ease, box-shadow 300ms ease;
}

.fbs__net-navbar .navbar-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fbs__net-navbar .navbar-nav > li {
  margin: 0 15px;
}

/* desktop nav links — WHITE by default */
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    color: rgba(var(--white-rgb), 1) !important;
    transition: color 0.3s ease;
  }

  /* hover color when on top (white bg not active yet) */
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover {
    color: #a3c0ff !important;
  }

  /* after scroll (navbar active) — BLACK text */
  .fbs__net-navbar.active .navbar-nav > li > .nav-link,
  .fbs__net-navbar.scrolled .navbar-nav > li > .nav-link {
    color: rgba(var(--black-rgb), 1) !important;
  }

  .fbs__net-navbar.active .navbar-nav > li > .nav-link:hover,
  .fbs__net-navbar.scrolled .navbar-nav > li > .nav-link:hover {
    color: #21345c !important;
  }
}

/* -------------- scrolled state -------------- */
.fbs__net-navbar.active,
.fbs__net-navbar.scrolled {
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* logo (always visible) */
.fbs__net-navbar .navbar-brand .logo {
  display: block !important;
}

/* ============ OFFCANVAS (mobile menu) ============ */
@media (max-width: 991px) {
  .offcanvas {
    background: #ffffff !important;
  }

  .offcanvas .navbar-nav {
    text-align: left !important;
    align-items: flex-start !important;
    padding-left: 1.5rem;
  }

  .offcanvas .navbar-nav .nav-link {
    color: rgba(var(--black-rgb), 0.9) !important; /* BLACK text in mobile */
    text-align: left !important;
    width: 100%;
    justify-content: flex-start !important;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .offcanvas .navbar-nav .nav-link:hover {
    color: #21345c !important;
  }

  .offcanvas .navbar-brand img {
    filter: none !important;
    max-width: 140px;
  }
}

/* ---------------------------------------------------------------------------------- */
/* =======================
NEW ADDED FOR navbar
======================= */
/* ======== LOGO + TEXT STYLES ======== */
/* ======== NAVBAR BRAND STYLE ======== */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.navbar-brand .logo {
  width: 42px;
  height: auto;
  transition: transform 0.5s cubic-bezier(.19,1,.22,1), filter 0.4s ease;
  filter: brightness(0) invert(1); /* shows white version by default */
}

.navbar-brand .brand-name {
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(.19,1,.22,1), color 0.4s ease;
}

/* ======== ANIMATION ON SCROLL ======== */
.fbs__net-navbar.active .logo {
  transform: rotateY(180deg) scale(1.05);
  filter: none; /* restore original colors of logo-color.svg */
}

.fbs__net-navbar.active .brand-name {
  color: #051b34; /* replace with your brand blue */
  transform: translateY(-3px);
}

/* ======== HOVER EFFECT ======== */
.navbar-brand:hover .logo {
  transform: rotateY(180deg) scale(1.1);
}

.navbar-brand:hover .brand-name {
  transform: translateY(-2px);
  letter-spacing: 1px;
}

/* ======== TRANSITION BETWEEN LOGO STATES ======== */
.fbs__net-navbar.active .logo {
  content: url("..//images/logo/logo2.png");
}

.fbs__net-navbar:not(.active) .logo {
  content: url("..//images/logo/logo3.png");
}


/* ==================================
        NEW ADDED END
================================== */


.fbs__net-navbar {
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 99999;
  width: 100%;
  background-color: transparent !important;
  border: none;
}
@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fbs__net-navbar > .container {
  position: relative;
}
.fbs__net-navbar.relative {
  position: absolute;
}
.fbs__net-navbar .navbar-brand {
  color: var(--bs-white);
  font-size: 30px;
  font-weight: bold;
}
.fbs__net-navbar .navbar-brand .logo.dark {
  display: none;
}
.fbs__net-navbar .navbar-brand .logo.light {
  display: block;
}
.fbs__net-navbar .navbar-nav > li > .nav-link {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9375rem;
  color: rgba(var(--bs-white-rgb), 1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  left: 10px;
  background:#1e90ff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
    color: var(--inverse-color) !important;
  }
}
@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link.active {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-menu {
  background-color: var(--nav-bg);
}
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--inverse-color);
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-left: 0.5rem;
}
.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color: var(--bs-black);
  color: var(--bs-white);
  border: none;
  display: none;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fbs__net-navbar .navbar-brand {
  margin-right: 0 !important;
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    border: none;
  }
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .nav-link {
  font-size: 0.875rem;
  padding: 10px 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
            animation: fadeInUp 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
            animation: fadeInRight 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
            animation: fadeInLeft 0.3s ease;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a,
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a .bi,
.fbs__net-navbar .navbar-nav li.dropstart > a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav li.dropend > a .bi,
  .fbs__net-navbar .navbar-nav li.dropstart > a .bi {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -10px;
  }
}
.fbs__net-navbar .navbar-nav li.dropend > a::after,
.fbs__net-navbar .navbar-nav li.dropstart > a::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropend > a .caret {
  position: absolute;
  right: 10px;
}
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropstart > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropstart > a .caret {
  position: absolute;
  left: 10px;
}
.fbs__net-navbar .navbar-toggler:hover, .fbs__net-navbar .navbar-toggler:focus, .fbs__net-navbar .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fbs__net-navbar .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
}
.fbs__net-navbar .header-social a:hover {
  background-color: rgba(var(--bs-white-rgb), 0.1);
}

@media (min-width: 992px) {
  .fbs__net-navbar .header-social a {
    color: var(--bs-white);
  }
}
.fbs__net-navbar .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}
.fbs__net-navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--nav-bg) !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}
.fbs__net-navbar.active .navbar-brand {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.active .nav-link {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--inverse-color);
}
.fbs__net-navbar.active .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar.active .header-social a {
    color: rgba(var(--inverse-color-rgb), 1) 
  }
}
.fbs__net-navbar.active .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .dropdown-toggle:hover {
  color: var(--inverse-color) 
}
.fbs__net-navbar.active .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}
.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}
.fbs__net-navbar.dark {
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
          box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}
.fbs__net-navbar.dark .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}
.fbs__net-navbar.dark .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.dark ul li a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .navbar-nav > li > .nav-link {
  color: rgba(var(--bs-white-rgb), 1);
}
.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.dark {
  display: block;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.light {
  display: none;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero__v6 {
  padding: 10rem 0 !important;
}
.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.hero__v6 .hero-title {
  font-size: 48px;
}
@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}
.hero__v6 .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero__v6 .logos img {
  width: 140px;
}
.hero__v6 .hero-img {
  position: relative;
}
.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}
.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  /* -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1); */
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
  border: 7px solid #ffffff; /* Add width and style */
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}
@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}

.about__v4 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}
.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}
.about__v4 .mission-statement p {
  color: var(--bs-white);
}
.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}
.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}
.pricing__v2 .price-table .price strong {
  font-size: 40px;
}
.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}
.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}
.pricing__v2 .popular h3 {
  color: var(--bs-white);
}
.pricing__v2 .popular p {
  color: var(--bs-white);
}
.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

.services__v3 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
  width: 50px;
}
.services__v3 .service-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.faq__v2 {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}
.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "\f2ea";
}
.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
          box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}
.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}
.stats__v3 .content h3 {
  color: var(--bs-secondary);
}
.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}
.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}
.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}
/* 
.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
} */

.contact__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}

/* ===========================
   Contact Section Layout Fix
=========================== */
.contact__v2 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px; /* space between columns */
}

/* Left side (contact info) */
.contact__v2 .col-md-6:first-child {
  flex: 1 1 40%; /* Take 40% width */
  min-width: 320px;
}

/* Right side (form) */
.contact__v2 .col-md-6:last-child {
  flex: 1 1 55%; /* Take 55% width */
  min-width: 340px;
}

/* Form wrapper styling */
.contact__v2 .form-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/* Inputs and textarea */
.contact__v2 form .form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 18px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact__v2 form .form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 8px rgba(var(--bs-primary-rgb), 0.25);
  outline: none;
}

.contact__v2 form textarea.form-control {
  height: 130px;
  resize: none;
}

/* Button */
.contact__v2 .btn {
  background-color: var(--bs-primary);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact__v2 .btn:hover {
  background-color: #052c65;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .contact__v2 .row {
    flex-direction: column;
    gap: 10px;
  }
  .contact__v2 .col-md-6 {
    width: 100%;
  }
}

/* Make all form fields full width on desktop */
@media (min-width: 992px) {
  .contact__v2 form .form-group.row .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.footer {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
  font-size: 15px;
}

.footer h2, .footer h3, .footer h4 {
  font-size: 16px;
}
.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
.footer a {
  color: rgba(var(--inverse-color-rgb), 0.6);
  text-decoration: none;
}
.footer a:hover {
  color: var(--inverse-color);
}
.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}
.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}
.footer .quick-contact i {
  color: var(--inverse-color);
}
.footer .credits {
  font-size: 13.5px;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/* ========= New CSS style added ========== */

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card {
  --bs-card-spacer-y: 30px;
  --bs-card-spacer-x: 30px;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: #1F2A2E;
  --bs-card-subtitle-color: var(--bs-body-color);
  --bs-card-border-width: 0px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0px;
  --bs-card-cap-padding-y: 15px;
  --bs-card-cap-padding-x: 30px;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-6 {
  padding-bottom: 20px !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.gap-6 {
  gap: 20px !important;
}

.pt-6 {
  padding-top: 20px !important;
}

.gap-7 {
  gap: 30px !important;
}

/* Home section video and Headings*/
p span.text-primary {
  color: #64afff !important; /* replace with your desired color */
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-70 {
  --bs-text-opacity: 0.70;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-16 {
  font-size: calc(1.925rem + 8.1vw) !important;
}

.lh-1 {
  line-height: 1 !important;
}

.d-flex {
  display: flex !important;
}

.gap-3 {
  gap: 1rem !important;
}

.z-1 {
  z-index: 1 !important;
}

.pb-8 {
  padding-bottom: 70px !important;
}

.flex-column {
  flex-direction: column !important;
}
/* =====================================
            Hero Section
===================================== */

#heroCarousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video,
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.text-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 700px;
}

.text-content .highlight {
  color: #4aa3ff; /* your brand color */
  font-weight: 700;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

@media (max-width: 768px) {
  .text-content {
    text-align: center;
    padding: 0 1rem;
  }
  .text-content h1 {
    font-size: 2rem;
  }
  .text-content p {
    font-size: 1rem;
  }
}

.carousel-labels {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 3;
  text-align: center;
  flex-wrap: wrap;
}

.carousel-labels button {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.carousel-labels button:hover {
  color: #fff;
}

.carousel-labels button.active {
  color: #fff;
  border-color: #fff;
}

/* Adjust for mobile */
@media (max-width: 768px) {
  .carousel-labels {
    gap: 1rem;
    bottom: 20px;
  }

  .carousel-labels button {
    font-size: 0.85rem;
  }
}

/* Desktop alignment: text left-aligned */
@media (min-width: 769px) {
  .text-content {
    text-align: left;
    margin-left: 6rem; /* optional: moves text inward from edge */
  }

  .text-content h1 {
    font-size: 3rem; /* ensure bold, clean desktop sizing */
    line-height: 1.2;
  }

  .text-content p {
    font-size: 1.1rem;
    max-width: 600px; /* keeps paragraph readable */
  }
}

/* =================================== 
              Hero End 
================================== */


/* ========= Trends - Start ======== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.modern-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 4rem 6%;
  background-color: #21345c;
}

/* --- Card --- */
.card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.3s ease;
}

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

/* --- Image background --- */
.card-image {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

/* --- Gradient Overlay (on hover) --- */
.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.25));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.card:hover .card-image::after {
  opacity: 1;
}

/* --- Text --- */
.card-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 1.5rem;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.card-content .tag {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #e0dddd;
  margin-bottom: 0.4rem;
}

.card-content h3 {
  font-size: 1.3rem;
  margin: 0 0 0.6rem;
  font-weight: 700;
  color: #f1f1f1;
}

.card-content .description {
  font-size: 1rem;
  color: #f3f3f3;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease;
  max-width: 90%;
}

/* --- Show description on hover --- */
.card:hover .description {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .card-image {
    height: 360px;
  }

  .card-content h3 {
    font-size: 1.1rem;
  }

  .card-content .description {
    font-size: 0.95rem;
  }
}

/* ========= Trends - End ======== */

/* ==================================
          Planning to do
================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap');

:root {
  --white: hsl(0, 0%, 100%);
  --light-gray: hsl(0, 0%, 81%);
  --light-grayish-blue: hsl(210, 46%, 95%);
  --very-dark-grayish-blue: hsl(217, 19%, 35%);
  --very-dark-blackish-blue: hsl(219, 29%, 14%);
  --moderate-violet: hsl(263, 55%, 52%);
}

.testimonial-section {
  max-width: 100%;
  padding: 0 2rem; /* even spacing on both sides */
  box-sizing: border-box;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.testimonial-card {
  border-radius: 12px;
  padding: 1.5rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Optional: keep the heading width consistent */
.testimonial-heading {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}

#testimonials {
  display: grid;
  gap: 1.45rem;
  grid-template-columns: 1fr;
  grid-template-areas:
    "daniel"
    "jonathan"
    "jeanette"
    "patrick"
    "kira";
  max-width: 1200px;          /* Prevents cards from stretching too wide */
  margin: 0 auto;             /* Centers the section */
  padding: 2rem 1rem;         /* Adds breathing space */
  box-sizing: border-box;
}

/* Responsive Layouts */
@media (min-width: 35.65rem) {
  #testimonials {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "daniel daniel"
      "jonathan jeanette"
      "patrick patrick"
      "kira kira";
  }
}

@media (min-width: 53.35rem) {
  #testimonials {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "daniel daniel jonathan"
      "jeanette patrick patrick"
      "kira kira kira";
  }
}

@media (min-width: 75rem) {
  #testimonials {
    grid-template-columns: repeat(4, 16.25rem);
    grid-template-areas:
      "daniel daniel jonathan kira"
      "jeanette patrick patrick kira";
  }
}

.testimonial-section {
  max-width: 100%;
  padding: 0 2rem; /* even spacing on both sides */
  box-sizing: border-box;
}

.testimonial {
  padding: 1.6rem;
  border-radius: 0.5rem;
  box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.05);
}

.testimonial figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1.2rem;
}

.testimonial figcaption img {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
  width: 2.1875rem;
  height: auto;
  border-radius: 50%;
}

.testimonial .name {
  align-self: end;
  font-weight: 600;
}

.testimonial .quote-part-1 {
  font-size: 1.4rem;
  line-height: 1.3em;
  margin: 1.5rem 0;
}

.testimonial .quote-part-2 {
  line-height: 1.5em;
}

.testimonial.daniel {
  background-color: var(--moderate-violet);
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='102' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M104 102V59.727H84.114c0-5.871.689-11.182 2.068-15.933 1.379-4.75 3.42-9.287 6.125-13.61C95.01 25.86 98.909 22.257 104 19.375V0c-9.758 4.27-17.712 9.874-23.864 16.813-6.151 6.939-10.712 14.545-13.681 22.818C63.485 47.904 62 59.941 62 75.74V102h42zm-62 0V59.727H22.114c0-5.871.689-11.182 2.068-15.933 1.379-4.75 3.42-9.287 6.125-13.61C33.01 25.86 36.909 22.257 42 19.375V0c-9.652 4.27-17.58 9.874-23.784 16.813C12.01 23.752 7.424 31.358 4.455 39.631 1.485 47.904 0 59.941 0 75.74V102h42z' fill='%23A775F1' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 0%;
  grid-area: daniel;
}

.testimonial.jonathan {
  background-color: var(--very-dark-grayish-blue);
  grid-area: jonathan;
}

.testimonial.jeanette {
  background-color: var(--white);
  grid-area: jeanette;
}

.testimonial.patrick {
  background-color: var(--very-dark-blackish-blue);
  grid-area: patrick;
}

.testimonial.kira {
  background-color: var(--white);
  grid-area: kira;
}

/* ====== Color Adjustments ====== */
.testimonial.daniel .name,
.testimonial.jonathan .name,
.testimonial.patrick .name {
  color: var(--light-gray);
}

.testimonial.daniel .title,
.testimonial.jonathan .title,
.testimonial.patrick .title {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial.daniel .quote-part-1,
.testimonial.jonathan .quote-part-1,
.testimonial.patrick .quote-part-1 {
  color: var(--white);
}

.testimonial.daniel .quote-part-2,
.testimonial.jonathan .quote-part-2,
.testimonial.patrick .quote-part-2 {
  color: rgba(255, 255, 255, 0.7);
}

.testimonial.jeanette .name,
.testimonial.kira .name {
  color: var(--very-dark-blackish-blue);
}

.testimonial.jeanette .title,
.testimonial.kira .title {
  color: rgba(33, 33, 33, 0.5);
}

.testimonial.jeanette .quote-part-2,
.testimonial.kira .quote-part-2 {
  color: rgba(33, 33, 33, 0.7);
}

.attribution {
  background-color: rgba(72, 85, 106, 0.1);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.7rem 0;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
}

.attribution a {
  color: rgba(167, 117, 241, 0.8);
  font-weight: 700;
  text-decoration: none;
}

.attribution a:hover {
  color: rgba(167, 117, 241, 0.6);
}

.font-heading {
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem auto;   /* Centers and adds spacing below */
  line-height: 1.25;
}

.tracking-sm {
  letter-spacing: -2.25px;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 1.2;
}

.mb-16 {
  margin-bottom: 4rem;
}

@media (min-width: 75rem) {
  #testimonials {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "daniel daniel jonathan kira"
      "jeanette patrick patrick kira";
  }
}

/* ======================================
               SERVICE
====================================== */


.pb-24 {
  padding-bottom: 6rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex {
  display: flex;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25;
}

.font-medium {
  font-weight: 500;
  color: #aecfea;
}

.border-t {
  border-top-width: 1px;
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.pt-14 {
  padding-top: 3.5rem;
}

.font-heading2 {
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #f1f1f1;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 1.2;
}

.mb-24 {
  margin-bottom: 6rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.w-full {
  width: 100%;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.3;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
  color: #aecfea;
}


/* =================================== 
          All Exploration
=================================== */

.gallery {
  display: flex;
  flex-wrap: wrap; 
  gap: 1.5rem; 
  justify-content: center;
  color: #fff;
  width: 100%;
  cursor: pointer;
}

.gallery > div {
  flex: 1 1 300px; 
  min-width: 250px;
  max-width: 400px;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border-radius: 1rem;
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery > div:hover {
  flex: 1 1 320px;
  filter: grayscale(0);
  transform: scale(1.03);
}

.gallery h1 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  opacity: 0.8;
  transition: 0.4s ease-in-out;
  color: #e0dddd;
}

.gallery h1::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  display: block;
  border-bottom: 3px solid #fff;
  width: 1.7em;
}

.gallery p {
  line-height: 1.4;
  margin-top: 25px;
  opacity: 0;
  transition: 0.4s ease-in;
  visibility: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.gallery > div:hover h1,
.gallery > div:hover p {
  opacity: 1;
}

.gallery > div:hover p {
  visibility: visible;
}

.gallery div:nth-of-type(1) {
  background: url("..//images/gai.jpg")
    no-repeat center/cover;
}

.gallery div:nth-of-type(2) {
  background: url("..//images/genai.jpg")
    no-repeat center/cover;
}

.gallery div:nth-of-type(3) {
  background: url("..//images/s.jpg")
    no-repeat center/cover;
}

::-webkit-scrollbar {
  height: 6px;
  width: 4px;
  border: 1px solid #d5d5d5;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery {
    flex-direction: column;
    align-items: center;
  }
  .gallery > div {
    width: 90%;
    height: 55vh;
  }
  .gallery h1 {
    font-size: 1.8rem;
  }
}


/* =================================== 
      Join us / Social Media
=================================== */
.join-section {
  background-color: #1d2e52;
  color: #fff;
  padding: 60px 40px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  max-width: 1200px;
  margin: 40px auto;
}

/* background circles - make them scale automatically */
.join-section::before,
.join-section::after {
  content: '';
  position: absolute;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  z-index: 0;
}

.join-section::before {
  width: 80vw;
  height: 80vw;
  right: -40vw;
  top: -40vw;
  opacity: 0.15;
}

.join-section::after {
  width: 100vw;
  height: 100vw;
  right: -50vw;
  top: -50vw;
  opacity: 0.1;
}

.join-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 80px;
}

.join-content,
.social-section {
  flex: 1;
  min-width: 280px;
}

.join-content h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.join-content p {
  color: #ccc;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.join-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.join-btn:hover {
  background: #1e90ff;
  border-color: #1e90ff;
}

/* divider */
.divider-vertical {
  width: 1px;
  height: 200px;
  background: #6ab5f7;
  opacity: 0.6;
}

/* social */
.social-section h4 {
  color: #bbb;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.social-section h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #6ab5f7;
}

.social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.social-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-5px);
}

.social-icons a:nth-child(1):hover { color: #1877f2; }
.social-icons a:nth-child(2):hover{ color: #000000; }
.social-icons a:nth-child(3):hover{ color: #ff0000; }
.social-icons a:nth-child(4):hover{ color: #e1306c; }
.social-icons a:nth-child(5):hover{ color: #0a66c2; }

.social-icons a:hover {
  transform: translateY(-3px);
  text-shadow: 0 0 8px currentColor;
}


/* ✅ Responsive for tablets & mobile */
@media (max-width: 1024px) {
  .join-container {
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
  }

  .divider-vertical {
    display: none;
  }

  .join-section {
    padding: 50px 20px;
    border-radius: 16px;
  }

  .join-content h2 {
    font-size: 2rem;
  }

  .join-content p {
    font-size: 1rem;
  }

  .social-section h3 {
    font-size: 1.4rem;
  }

  .social-icons {
    gap: 1.2rem;
  }
}

@media (max-width: 600px) {
  .join-section {
    padding: 40px 16px;
    border-radius: 0;
  }

  .join-container {
    gap: 5rem;
    padding: 0 10px;
  }

  .join-content h2 {
    font-size: 1.8rem;
  }

  .join-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }

  .social-icons a i {
    font-size: 1.5rem;
  }
}

/* =================================== 
              Insights
=================================== */
.insight-section {
  position: relative;
  background-image: url("../images/IB3.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  color: #fff;
  overflow: hidden;
}

/* Optional dark overlay to make text readable */
.insight-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.insight-section * {
  position: relative;
  z-index: 2;
}

.insight-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 50px;
    color: #fff;
    font-family:Arial, Helvetica, sans-serif
  }

  .insights-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    
  }

  .card2 {
    background-color: #ffffff;
    border-radius: 12px;
    width: 260px;
    padding: 25px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }

  .card2:hover {
    transform: translateY(-10px);
    border-color: #052569;
    box-shadow: 0 8px 25px rgba(0, 186, 255, 0.2);
  }

  .card2 h3 {
    color: #052569;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }

  .card2 p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
  }

  .view-link {
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #2395ff;
    text-decoration: none;
    font-weight: 500;
  }

  .view-link:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .card2 {
      width: 100%;
    }
  }
/* =================================== 
           Insights - End
=================================== */


/* ===================================
         New Service Section
==================================== */
.lg-6 {
    flex  : none;
    width : 50%;
}

@media screen and (max-width: 800px) {
    .s-folio {
        padding-top    : var(--vspace-4);
        padding-bottom : var(--vspace-4_5);
    }
}

.bricks {
    max-width     : var(--width-wide);
    margin-top    : var(--vspace-3);
    margin-bottom : var(--vspace-3);
}

.bricks .masonry {
    overflow : hidden;
}

.bricks-wrapper {
    display  : block;
    position : relative;
}

.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
    width : 25%;
}

.bricks-wrapper .grid-sizer--double,
.bricks-wrapper .brick--double {
    width : 50%;
}

.bricks-wrapper .brick {
    float   : left;
    padding : 0;
}

.bricks-wrapper .entry {
    overflow : hidden;
    position : relative;
}

.bricks-wrapper .entry__link {
    display  : block;
    position : relative;
}

.bricks-wrapper .entry__link img {
    vertical-align : bottom;
    transition     : all 0.3s ease-in-out;
    margin         : 0;
}

.bricks-wrapper .entry__link::after {
    z-index        : 1;
    display        : block;
    content        : "...";
    font-family    : georgia, serif;
    font-size      : 2.4rem;
    height         : 90px;
    width          : 90px;
    letter-spacing : .2rem;
    line-height    : 90px;
    margin-left    : -45px;
    margin-top     : -55px;
    text-align     : center;
    color          : white;
    opacity        : 0;
    visibility     : hidden;
    transform      : scale(0.5);
    transition     : all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position       : absolute;
    left           : 50%;
    top            : 50%;
}

/* Fix inconsistent padding on double bricks */
.brick--double .entry__info {
  bottom: var(--vspace-0_75, 12px);
  left: var(--vspace-0_75, 12px);
  right: var(--vspace-0_75, 12px);
  padding: 0.5rem; 
}

/* Optional: improve uniform hover text look across all bricks */
.bricks-wrapper .entry__info {
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}

.bricks-wrapper .entry {
    position : relative;
}

.bricks-wrapper .entry {
  position: relative;
  overflow: hidden;
}

.bricks-wrapper .entry__link {
  display: block;
  position: relative;
  overflow: hidden;
}

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

/* Zoom on hover */
.bricks-wrapper .entry:hover .entry__thumb img {
  transform: scale(1.08);
}

.bricks-wrapper .entry__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0,0,0,0.9));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.bricks-wrapper .entry:hover .entry__link::before {
  opacity: 1;
}

.bricks-wrapper .entry__info {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  z-index: 2;
}

/* --- TITLE (ALWAYS VISIBLE, TOP-LEFT) --- */
.bricks-wrapper .entry__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  margin: 0;
  max-width: 80%;
}

/* --- CATEGORY (BOTTOM-LEFT, HIDDEN INITIALLY) --- */
.bricks-wrapper .entry__cat {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease;
  margin: 0;
  max-width: 90%;
  text-align: left;
}

/* --- ON HOVER: REVEAL CATEGORY --- */
.bricks-wrapper .entry:hover .entry__cat {
  opacity: 1;
  transform: translateY(0);
}


/* .bricks-wrapper .entry:hover .entry__info {
    opacity    : 1;
    visibility : visible;
    transform  : translateY(0);
} */

@media screen and (max-width: 1200px) {
    .bricks-wrapper .entry__cat {
        font-size : calc(var(--text-size) * 0.6667);
    }

    .bricks-wrapper .entry__title {
        font-size : calc(var(--text-size) * 0.8333);
    }
}

@media screen and (max-width: 1000px) {

    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width : 50%;
    }
}

@media screen and (max-width: 800px) {
    .s-folio {
        padding-top    : var(--vspace-4);
        padding-bottom : var(--vspace-4_5);
    }

    .bricks {
        margin-top    : var(--vspace-1_75);
        margin-bottom : var(--vspace-2);
    }
}

@media screen and (max-width: 550px) {

    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width : 100%;
        float : none;
    }
}

/* column
 */
.column {
    display : block;
    flex    : 1 1 0%;
    padding : 0 var(--gutter);
}

.collapse>.column,
.column.collapse {
    padding : 0;
}


.bricks-wrapper .entry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === Modal Layout Fixes === */
.bricks-wrapper .entry__thumb {
  aspect-ratio: 16 / 9; /* Choose 1/1 for square look */
  overflow: hidden;
}

.bricks-wrapper .entry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-wrapper {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  z-index: 2000;
  padding: 1.5rem;
}

.modal-wrapper.active {
  display: flex;
}

.modal-popup {
  background: #fff;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 12px;
  position: relative;
  padding: 1.5rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Image responsive fix */
.modal-popup img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.25rem;
}

/* Text inside popup */
.modal-popup__desc {
  text-align: center;
  padding: 0 1rem;
}

.modal-popup__desc h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #000;
}

.modal-popup__desc p {
  color: #444;
  line-height: 1.6;
}

.modal-popup__cat {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  color: #666;
}

.modal-popup__cat li {
  display: inline-block;
  margin: 0 0.3rem;
}

.modal-popup__details {
  display: inline-block;
  background: var(--color-gray-19, #111);
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  margin-top: 1rem;
  transition: background 0.3s;
}

.modal-popup__details:hover {
  background: #000;
}

/* Close button */
.modal-close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
}

/* --- Clean Mobile Popup Layout (Stacked, Centered) --- */
@media (max-width: 768px) {
  .modal-popup {
    flex-direction: column;
    max-width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0;
  }

  .modal-popup img {
    width: 100%;
    height: auto;
    max-height: 50vh;
    object-fit: contain;
    border-radius: 8px 8px 0 0;
  }

  .modal-popup__desc {
    padding: 1rem 1.5rem 1.5rem;
    text-align: center;
  }

  .modal-popup__desc h5 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .modal-popup__desc p {
    font-size: 0.7rem;
    line-height: 1.5;
  }
}



/* --- Desktop Popup Layout Fix (Balanced Image & Text) --- */
@media (min-width: 1024px) {
  .modal-popup {
    display: flex;
    flex-direction: row;   /* image + text side by side */
    align-items: stretch;
    justify-content: space-between;
    max-width: 1000px;
    max-height: 60vh;
    overflow: hidden;
    padding: 0;            /* remove inner padding so image aligns perfectly */
  }

  .modal-popup img {
    width: 50%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;   /* prevents crop/stretch */
    border-radius: 0;
    margin: 0;
    flex-shrink: 0;
    background: #000;      /* optional: gives nice black bars for portrait images */
  }

  .modal-popup__desc {
    width: 50%;
    padding: 2rem;
    overflow-y: auto;      /* only text scrolls if very long */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .modal-popup__desc h5 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .modal-popup__desc p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
  }

  .modal-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

/* --- Add this override section BELOW everything --- */
.modal-popup * {
  box-sizing: border-box;
}

/* Fix popup image from stretching */

@media (min-width: 1024px) {
  .modal-popup.reverse {
    flex-direction: row-reverse; /* reverses the order */
    align-items: stretch;
  }

  .modal-popup.reverse img {
    width: 48%;
    height: auto;
    max-height: 75vh;
    object-fit: contain;
  }

  .modal-popup.reverse .modal-popup__desc {
    width: 50%;
    padding-right: 2rem; /* adds breathing room on reversed layout */
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


/* ===================================
       New Service Features
==================================== */

.featured-projects {
  position: relative;
  padding-top: 6%;
  padding-bottom: 80px; /* space for pagination dots */
}

.swiper {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px; /* ensures dots stay within section */
}

.swiper-pagination {
  position: absolute !important;
  bottom: 10px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-slide {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-slide:hover {
  transform: translateY(-5px);
}

.project-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.project-info {
  padding: 16px;
}

.project-info h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #222;
}

.tags {
  margin-top: 8px;
}

.tag {
  display: inline-block;
  background: #e5f3ff;
  color: #0073e6;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 12px;
  margin-right: 6px;
}

/* =================================== 
             Footer
===================================  */
.alvorcen-footer {
  background: #1d2e52;
  color: #e6f1f2;
  padding: 80px 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 60px;
  align-items: start;
}

.footer-left h2 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
}

.footer-left h2 span {
  color: #6bbaff;
}

.footer-left p {
  color: #b0c4c7;
  margin: 12px 0 24px;
  font-size: 1rem;
}

.footer-btn {
  background: #6bbaff;
  color: #142c47;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-btn:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 15px rgba(79, 205, 255, 0.6);
}

/* Navigation Links */
.footer-links h4,
.footer-social h4 {
  font-size: 1.1rem;
  color: #6bbaff;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #b0c4c7;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #6bbaff;
}

/* Social Icons */
.social-icons2 {
  display: flex;
  gap: 14px;
}

.social-icons2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15272a;
  color: #b0c4c7;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

/* Different hover colors */
.social-icons2 a:nth-child(1):hover { color: #1877F2; background: rgba(24, 119, 242, 0.15); }
.social-icons2 a:nth-child(2):hover { color: #000000; background: rgba(0, 0, 0, 0.15); }
.social-icons2 a:nth-child(3):hover { color: #E1306C; background: rgba(225, 48, 108, 0.15); }
.social-icons2 a:nth-child(4):hover { color: #0A66C2; background: rgba(10, 102, 194, 0.15); }
.social-icons2 a:nth-child(5):hover { color: #FF0000; background: rgba(255, 0, 0, 0.15); }

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #a0b5b8;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 680px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons2 {
    justify-content: center;
    text-align: center;
  }

  .footer-btn {
    display: inline-block;
    margin-top: 10px;
  }
}

