html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  display: none;
}

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

a:focus,
a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.color-main {
  color: #1d5d9d;
}

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

svg {
  vertical-align: middle;
}

input {
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
  border: none;
  outline: none;
  width: 100%;
}

textarea {
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
}

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

body {
  width: 100%;
  /* height: 100% !important; Removed to allow JS to set height */
  font-family: "Manrope", sans-serif;
}

/* .data-project-sport {
  overflow: hidden;
} */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #1d5d9d 0%, #004cdb 100%);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-track {
  background-color: #14203d;
}

.container {
  width: 1290px;
  margin: auto;
}


/* --------------------- [ Scroll Offset Fix ] --------------------- */
#railway,
#roads-highway,
#renewable-energy,
#gasPowerPlant,
#lng,
#hfo-power-plant {
  scroll-margin-top: 140px;
}

.fade_up,
.fade_down,
.zoom_in,
.zoom_out {
  opacity: 0;
  transition: all 2s;
}

.fade_up {
  transform: translateY(-100%);
}

.fade_down {
  transform: translateY(100%);
}

.zoom_in {
  transform: scale(0.5);
}

.zoom_out {
  transform: scale(1.5);
}

.fade_right {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 2s;
}

.fade_left {
  opacity: 0;
  transform: translateX(100%);
  transition: all 2s;
}

.flip_left {
  opacity: 0;
  transform: perspective(400px) rotateY(-90deg);
  transition: all 2s;
}

.flip_right {
  opacity: 0;
  transform: perspective(400px) rotateY(90deg);
  transition: all 2s;
}

.flip_up {
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transition: all 2s;
}

.flip_down {
  opacity: 0;
  transform: perspective(400px) rotateX(90deg);
  transition: all 2s;
}

.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.flag img,
.only-image-about img,
.image-blog img,
.image-data-about img,
.partner-item img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.flag img:hover,
.only-image-about img:hover,
.image-blog img:hover,
.image-data-about img:hover,
.partner-item img:hover {
  transform: scale(1.03) translateY(-5px);
  z-index: 2;
}

.flag img,
.only-image-about img,
.image-blog img,
.image-data-about img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.flag img:hover,
.only-image-about img:hover,
.image-blog img:hover,
.image-data-about img:hover {
  transform: scale(1.03) translateY(-5px);
  z-index: 2;
}

.animation-data {
  animation: drop-in 5s ease 500ms backwards;
  transition: all 0.2s ease;
  overflow: hidden;
}

@keyframes drop-in {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    transform: translate(0px);
  }
}

/* --------------------- [ Header Section Design ] --------------------- */
.header {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: fixed;
  top: 10px;
  left: 0px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.data-separate {
  position: relative;
  top: 0;
  margin-top: 10px;
}

.data-separate.active {
  position: fixed;
  top: 10px;
  animation: slideIn 0.5s ease forwards;
}

.design-data.active {
  background-color: #14203d;
  animation: slideIn 0.5s ease forwards;
  transform: translateY(-100%);
}

.data-all-page {
  background-color: #14203d;
}

.design-data {
  padding: 14px 24px;
  margin: 0 20px;
  border-radius: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(20, 32, 61, 0.90);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.design-data:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.logo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.logo-data img {
  width: 200px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-data:hover img {
  transform: scale(1.05);
}

.ul-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.li-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}

.navbar-anchor {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  letter-spacing: 0.5px;
  padding: 8px 0;
}

.navbar-anchor::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: linear-gradient(90deg, #1d5d9d 0%, #004cdb 100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
  border-radius: 2px;
}

.navbar-anchor:hover {
  color: #1d5d9d;
  text-shadow: 0 0 20px rgba(29, 93, 157, 0.3);
  transform: translateY(-1px);
}

.navbar-anchor:hover::after {
  width: 100%;
}

.li-nav:hover .navbar-anchor {
  color: #1d5d9d;
  text-shadow: 0 0 20px rgba(29, 93, 157, 0.3);
}

.li-nav:hover .navbar-anchor::after {
  width: 100%;
}

.li-nav i {
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.li-nav:hover i {
  transform: rotate(180deg);
  color: #1d5d9d;
}

.ul-design {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 20px;
  padding: 14px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  opacity: 0;
  transform-origin: top center;
  transform: rotateX(-15deg) translateY(10px) scale(0.95);
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  visibility: hidden;
  margin-top: 15px;
}

.ul-design::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

.ul-design.show,
.li-nav:hover .ul-design {
  opacity: 1;
  transform: rotateX(0) translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

.li-design {
  width: 100%;
  padding: 0;
  border-bottom: none;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateX(-10px);
}

.li-nav:hover .li-design {
  opacity: 1;
  transform: translateX(0);
}

.li-nav:hover .li-design:nth-child(1) {
  transition-delay: 0.05s;
}

.li-nav:hover .li-design:nth-child(2) {
  transition-delay: 0.08s;
}

.li-nav:hover .li-design:nth-child(3) {
  transition-delay: 0.11s;
}

.li-nav:hover .li-design:nth-child(4) {
  transition-delay: 0.14s;
}

.li-nav:hover .li-design:nth-child(5) {
  transition-delay: 0.17s;
}

.li-nav:hover .li-design:nth-child(6) {
  transition-delay: 0.2s;
}

.li-design:last-child {
  border-bottom: none;
}

.li-design:hover {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
  transform: translateX(5px) translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 76, 219, 0.08);
}

.anchor-design {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
  line-height: 20px;
  color: #14203d;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.anchor-design:hover {
  color: #1d5d9d;
  padding-left: 24px;
}

.ul-design-submenu {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 20px;
  padding: 14px;
  position: absolute;
  top: -10px;
  left: calc(100% + 20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  opacity: 0;
  transform: translateX(-15px) scale(0.95);
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.ul-design-submenu::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  background: transparent;
}

.li-design:hover>.ul-design-submenu {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

/* Nested menu arrow rotation */
.li-design .ri-arrow-right-s-line {
  transition: transform 0.3s ease;
  display: inline-block;
}

.li-design:hover .ri-arrow-right-s-line {
  transform: rotate(90deg);
}

.contact-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* Accordion Experience Styles */
.accordion-experience {
  width: 100%;
}

.accordion-item-exp {
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.accordion-item-exp:hover {
  border-color: #004cdb;
  box-shadow: 0 4px 12px rgba(0, 76, 219, 0.1);
}

.accordion-header-exp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;
  user-select: none;
}

.accordion-header-exp:hover {
  background-color: #f8f9fa;
}

.accordion-item-exp.active .accordion-header-exp {
  background-color: #1d5d9d;
}

.accordion-title-exp {
  font-size: 18px;
  font-weight: 600;
  color: #14203d;
  margin: 0;
  transition: color 0.3s ease;
}

.accordion-item-exp.active .accordion-title-exp {
  color: #fff;
}

.accordion-icon-exp {
  font-size: 24px;
  color: #1d5d9d;
  transition: all 0.3s ease;
  display: inline-block;
}

.accordion-item-exp.active .accordion-icon-exp {
  transform: rotate(45deg);
  color: #fff;
}

.accordion-content-exp {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 24px;
}

.accordion-item-exp.active .accordion-content-exp {
  max-height: 1000px;
  padding: 0 24px 20px 24px;
}

.accordion-content-exp .service-ul {
  margin-top: 16px;
}

.accordion-content-exp .services-li {
  padding: 8px 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .accordion-header-exp {
    padding: 14px 16px;
  }

  .accordion-title-exp {
    font-size: 16px;
  }

  .accordion-icon-exp {
    font-size: 20px;
  }

  .accordion-content-exp {
    padding: 0 16px;
  }

  .accordion-item-exp.active .accordion-content-exp {
    padding: 0 16px 16px 16px;
  }
}

.button-design {
  position: relative;
  padding: 15px 30px;
  border-radius: 30px;
  height: 48px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #14203d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.button-design:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.button-design:active {
  transform: scale(0.96) translateY(0);
}

.button-design img {
  width: 100%;
  max-width: 30px;
}

.button-design:before,
.button-design:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button-design:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #fff 20%, transparent 30%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button-design:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%),
    radial-gradient(circle, #fff 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.menu-design {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.menu-design:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.menu-design:active {
  transform: scale(0.95);
}

.menu-design img {
  width: 100%;
  max-width: 24px;
}

/* ----- [ menubar design ] ----- */
.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu.active {
  opacity: 1;
  visibility: visible;
}

.left-design {
  width: 60%;
  background-color: #14203d;
  height: 100%;
  padding: 60px;
  transform: translateY(-100%);
  overflow-y: scroll;
  transition: transform 0.4s ease;
}

.menu.active .left-design {
  transform: translateY(0);
}

.right-design {
  width: 40%;
  background-color: #ffff;
  height: 100%;
  padding: 60px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.menu.active .right-design {
  transform: translateY(0);
}

.left-design .logo-data img {
  max-width: 200px;
  width: 100%;
}

.logo-data {
  display: inline-flex;
}

.close-btn {
  background-color: transparent;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.close-btn img {
  width: 100%;
  max-width: 30px;
}

.data-close {
  text-align: end;
}

.data-closed {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(0px);
}

.close-btn:hover .data-closed {
  transition: 0.3s;
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.docts-responsive {
  display: none;
}

.data-btn {
  color: #ffff;
}

.data-page {
  width: 100%;
  padding: 100px;
}

.menu-ul {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.menu-li {
  width: 100%;
  position: relative;
}

.menu-anhor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-menu {
  font-size: 33px;
  font-weight: 500;
  line-height: 55px;
  color: #fff;
  transition: all 0.5s ease;
}

.menu-anhor:hover .text-menu {
  color: #004cdb;
  transition: all 0.5s ease;
}

.menu-anhor:hover i {
  color: #004cdb;
  transition: all 0.5s ease;
}

.menu-anhor i {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  transition: transform 0.4s ease;
}

.under-menu-li {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 10px;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.ander-li-achor {
  font-size: 24px;
  font-weight: 600;
  padding: 6px 7px;
  line-height: 32px;
  color: #fff;
  transition: all 0.5s ease;
  display: flex;
}

.ander-li-achor:hover {
  color: #004cdb;
  transition: all 0.5s ease;
}

.data-contact {
  height: 100%;
  padding-top: 100px;
}

.title-get-data {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  color: #000;
  margin-bottom: 15px;
}

.design-call {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2px;
  margin-top: 20px;
}

.design-call p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #717172;
}

.call-data {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  max-width: 200px;
  width: 100%;
}

.social-data-design {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.social-design {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #000;
  transition: all 0.35s ease;
}

.social-design i {
  font-size: 20px;
  color: #14203d;
}

.social-design:hover {
  background-color: #14203d;
  transition: all 0.35s ease;
}

.social-design:hover i {
  color: #fff;
  transition: all 0.35s ease;
}

.data-main-contact {
  display: none;
  padding: 0 100px;
}

.mex-tilte {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  color: #fff;
}

.design-call-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2px;
  margin-top: 20px;
}

.design-call-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #717172;
}

.call-data-left {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  max-width: 200px;
  width: 100%;
}

/* --------------------- [ hero Section Design ] --------------------- */
.bg-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
  padding: 20px;
}

.left-data {
  width: 100%;
  background-color: #14203d;
  border-radius: 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.left-data::after {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/hero/left-mask.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.data-gap .data-hero-sport {
  padding: 0;
  width: calc(50% - 10px);
}

.data-gap .data-hero-sport-two {
  padding: 0;
  width: calc(50% - 10px);
}

.spect-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.spect-text {
  font-size: 24px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: normal;
  color: #fff;
}

.spect-data img {
  width: 100%;
  max-width: 100px;
}

.hero-title {
  font-size: 64px;
  font-weight: normal;
  line-height: 80px;
  color: #fff;
}

.hero-title span {
  font-weight: 800;
  color: #004cdb;
}

.hero-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-top: 40px;
  max-width: 730px;
}

.button {
  position: relative;
  padding: 10px 40px;
  border-radius: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #1d5d9d;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 11;
  /* margin-top: 40px; */
}

.btn-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  white-space: nowrap;
}

.btn-text-dark {
  color: #000000;
}

.button img {
  width: 100%;
  max-width: 30px;
}

.button:active {
  transform: scale(0.96);
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #1d5d9d 20%, transparent 30%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #1d5d9d 15%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #1d5d9d 15%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%),
    radial-gradient(circle, #1d5d9d 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.text-design-font {
  margin: auto;
  margin-top: 128px;
  width: 100%;
}

.text-font {
  font-size: 140px;
  font-weight: 800;
  line-height: 123px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: linear-gradient(181deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgb(255 255 255 / 0%) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShimmer 3s linear infinite;
}

@keyframes gradientShimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.data-left {
  padding: 100px;
  padding-top: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  margin-top: -80px;
}

.right-data {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.right-data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* --------------------- [ services Section Design ] --------------------- */
.data-box-services {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  background-color: #000;
}

.services {
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  background-image: url(../images/services/bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.overlay-data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.data-design-margin {
  margin-top: 300px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.main-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-design {
  padding: 7px 20px 7px 20px;
  border: 2px solid #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 20px;
}

.title-font {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #888888;
}

.max-width-data {
  margin: auto;
  text-align: center;
  max-width: 980px;
  margin-bottom: 30px;
}

.title-font-sec {
  font-weight: 700;
  transform: none !important;
  transition: none !important;
}

.services-btn:hover {
  transition: all 0.5s ease;
  color: #14203d;
  background-color: #fff;
  border: 3px solid #fff;
}

.services-btn:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(16%) saturate(1693%) hue-rotate(102deg) brightness(91%) contrast(91%);
}

.boxdesign-services-center {
  background-color: #ffff;
  border-radius: 20px;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 40px;
  gap: 20px;
  flex-direction: column;
  height: 350px;
}

.boxdesign-services-center img {
  width: 100%;
  max-width: 60px;
}

/* Our Business section spacing fix: reduce bottom gap between sections */
.our-business-data {
  margin-bottom: 300px !important;
}

.our-business-data .row.mb-5.pb-5 {
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
}

.our-business-data .row.align-items-center {
  margin-bottom: 30px;
}

.solar-services-center {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #14203d;
}

.solar-desc-center {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #888888;
}

.services-btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 40px;
  border: 3px solid #14203d;
  width: 100%;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #14203d;
  transition: all 0.5s ease;
}

.services-btn-center img {
  width: 100%;
  max-width: 30px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(16%) saturate(1693%) hue-rotate(102deg) brightness(91%) contrast(91%);
}

.services-btn-center:hover {
  transition: all 0.5s ease;
  color: #004cdb;
  background-color: #14203d;
  border: 3px solid #14203d;
}

.services-btn-center:hover img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(4%) saturate(4766%) hue-rotate(43deg) brightness(101%) contrast(103%);
}

.box-services {
  row-gap: 30px;
  align-items: center;
  justify-content: center;
}

/* --------------------- [ About Section Design ] --------------------- */
.about-data {
  padding: 100px 0;
}

.about-detail {
  row-gap: 30px;
}

.box-data-design {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #888888;
  padding: 7px 20px 7px 20px;
  border-radius: 50px;
}

.dot-data {
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 20px;
}

.title-about {
  font-size: 48px;
  font-weight: normal;
  line-height: 64px;

  margin-top: 20px;
  display: inline-block;


  color: #14203d;
 

}

.title-about span {
  font-weight: 800;
}

.tile-data-about {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  margin-top: 30px;
  margin-bottom: 20px;
}

.margin-about {
  margin-top: 0;
  margin-bottom: 0;
}

.image-data-about {
  margin-top: 60px;
  position: relative;
}

.image-data-about img {
  width: 100%;
  max-width: 410px;
}

.data-experience {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 50px;
  background-color: #fff;
  border: 5px solid #e7f0e9;
  width: 370px;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.font-about-exper {
  position: relative;
  z-index: 0;
}

.font-exper {
  font-size: 160px;
  font-weight: 800;
  line-height: 160px;
  color: #14203d;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-about {
  background-color: #e7f0e9;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  right: -20%;
  top: -15%;
  z-index: -1;
}

.year-exper {
  position: absolute;
  right: -50%;
  top: 0%;
  z-index: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  max-width: 98px;
}

.deta-right-design {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  row-gap: 60px;
}

.experience-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.palate-exper-left {
  width: 330px;
  height: 330px;
  background-color: #fff;
  border: 2px solid #e7f0e9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.palate-exper-right {
  width: 330px;
  height: 330px;
  background-color: #fff;
  border: 2px solid #e7f0e9;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.palate-exper-bottom {
  width: 330px;
  height: 330px;
  background-color: #fff;
  border: 2px solid #e7f0e9;
  border-radius: 50%;
  z-index: 1;
  margin-top: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-tpo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.data-bto {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  width: 100%;
}

.data-bto img {
  width: 100%;
  max-width: 550px;
}

.subscribe-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}

.mega-counter {
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #14203d;
}

.descr-index {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
}

.title-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  margin-top: 20px;
}


.data-max {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  width: 100%;
}

.input-appoint input {
  border: 2px solid #e7f0e9;
  border-radius: 30px;
  background-color: #fff;
  padding: 15px;
  padding-left: 60px;
}

.property-detail {
  position: absolute;
  top: 13px;
  left: 15px;
}

.property-detail img {
  width: 100%;
  max-width: 30px;
}

.name-class {
  position: relative;
}


.data-relative img {
  max-width: 24px;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(10%) sepia(11%) saturate(1925%) hue-rotate(176deg) brightness(97%) contrast(100%);
}

.data-relative {
  position: absolute;
  display: flex;
  justify-content: start;
  gap: 10px;
  top: 42px;
  padding-left: 5px;
}

.data-relative p {
  font-size: 16px;
  font-weight: 500;
  color: #0e121d;
  line-height: normal;
}

.appoint-ment form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}

.select-home {
  width: 100%;
  border: 2px solid #e7f0e9;
  border-radius: 30px;
  background-color: #fff;
  padding: 15px;
  padding-left: 60px;
  color: #888888;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-home:focus {
  outline: none;
  border-color: #e7f0e9;
}

.down-btn {
  position: absolute;
  right: 20px;
  top: 17px;
}

.down-btn img {
  width: 100%;
  max-width: 24px;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.input-appoint-data {
  padding: 0;
}

.textarea-box {
  width: 100%;
  border: 2px solid #e7f0e9;
  border-radius: 30px;
  background-color: #fff;
  padding: 15px;
  padding-left: 60px;
  color: #888888;
  max-height: 60px;
}

textarea {
  resize: none;
}

.butn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------- [ Why choose us Section Design ] --------------------- */
.data-why {
  align-items: end;
  row-gap: 30px;
  justify-content: end;
}

video {
  width: 100%;
  height: 100%;
}

.video-data {
  width: 100%;
  max-height: 275px;
  overflow: hidden;
}

.why-choose-desc {
  margin-bottom: 0px;
}

.why-choose-data {
  margin-top: 60px;
  align-items: start;
  justify-content: center;
  row-gap: 30px;
}

.why-detail-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  flex-direction: column;
}

.top-tilte {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  width: 100%;
}

.top-tilte img {
  width: 100%;
  max-width: 40px;
}

.title-top {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #14203d;
}

.title-desc-why {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #888888;
}

/* --------------------- [ Our Success Section Design ] --------------------- */
.success-detail {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.design-slick-succes-main {
  display: flex;
  padding-top: 60px;
  align-items: center;
  justify-content: center;
}

.success-data-design {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
}

.image-data-succes {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-data-succes img {
  width: 100%;
  object-fit: cover;
}

.overlay-succes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 85%;
  background: linear-gradient(180deg, rgba(20, 32, 61, 0) 0%, rgba(20, 32, 61, 0.95) 30%, rgba(20, 32, 61, 0.98) 100%);
  padding: 30px 25px;
  display: flex;
  align-items: start;
  justify-content: flex-end;
  flex-direction: column;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
}

.image-data-succes:hover .overlay-succes {
  background: linear-gradient(180deg, rgba(20, 32, 61, 0.1) 0%, rgba(20, 32, 61, 0.98) 20%, rgba(20, 32, 61, 1) 100%);
  padding: 35px 25px;
}

.sucess-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  margin-bottom: 12px;
}

.success-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  max-height: 110px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

/* Custom scrollbar for description */
.success-desc::-webkit-scrollbar {
  width: 4px;
}

.success-desc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.success-desc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.success-desc::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.data-sucess {
  margin-top: 20px;
}

.slick-slide {
  margin: 0 15px;
}

/* --------------------- [ Testimonial Section Design ] --------------------- */
.testimonial-main {
  padding-top: 60px;
}

.image-data-test {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}

.client-says {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  border-radius: 20px;
  background-color: #e7f0e9;
  padding: 60px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/testimonial/trac-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: luminosity;
}

.main-testimonail-data {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.star-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.star-data img {
  width: 100%;
  max-width: 24px;
}

.client-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #14203d;
  margin-top: 20px;
}

.client-desc {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  color: #14203d;
  margin-top: 40px;
}

.message-data {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}

.message-data img {
  width: 100%;
  max-width: 80px;
}

.message-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #14203d;
}



.slick-dots {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: -18px;
  align-items: center;
  position: relative;
  z-index: 11;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #888888;
  border: none;
  color: #fff;
  font-size: 0;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}

li.slick-active button {
  background: #14203d;
  mix-blend-mode: normal;
}

li.slick-active {
  width: 20px;
  height: 19px;
  border-radius: 50px;
  border: 2px solid #14203d;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* --------------------- [ Working Prosess Section Design ] --------------------- */
.work-data {
  background-color: rgb(0 76 219 / 5%);
}

.prosess-main-data {
  row-gap: 30px;
}

.work-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(16, 39, 29, 0.08);
}

.work-detail:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 40px rgba(16, 39, 29, 0.12);
}

.image-prosess {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.image-prosess img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: transform 0.4s ease;
}

.work-detail:hover .image-prosess img {
  transform: scale(1.05);
}

.proses-detail {
  width: 100%;
  padding: 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.number-proses {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d5d9d;
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  border-radius: 100px;
  position: absolute;
  top: -12%;
}

.title-proses {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #14203d;
  margin-top: 15px;
}

.prosess-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #888888;
  margin-top: 10px;
  min-height: 192px;
}


.prog-main {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #14203d;
}

.mailup {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #14203d;
}

/* --------------------- [ Team Members Section Design ] --------------------- */
.team-all {
  row-gap: 80px;
}

.data-team-biggest {
  padding-bottom: 65px;
}

.team-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.image-team-data {
  width: 100%;
  overflow: hidden;
}

.image-team-data img {
  width: 100%;
  object-fit: cover;
}

.data-team {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin-bottom: 5px;
}

.box-content {
  position: absolute;
  bottom: -15%;
  display: flex;
  padding: 20px;
  background-color: #14203d;
  transition: 0.4s ease-in-out;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  border-bottom: 6px solid transparent;
}



.box-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #888888;
}


.team-data:hover .box-content {
  bottom: -22%;
  border-bottom: 6px solid #004cdb;
}


/* --------------------- [ Bloge Section Design ] --------------------- */
.blog-data {
  row-gap: 30px;
}

.blog-detail {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
  transition: all 0.45s ease-in-out;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(20, 32, 61, 0.06);
}

.image-blog {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.image-blog img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.blog-detail:hover .image-blog img {
  opacity: 1;
  transform: scale(1.03) translateY(-2px);
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.date-time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 12px 0;
}

.blog-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog-date img {
  width: 100%;
  max-width: 24px;
}

.blog-date-font {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #6b7280;
}

.blog-line {
  width: 100%;
  height: 1px;
  background-color: #eef2f7;
  margin: 6px 0 8px;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #0f1724;
  padding-top: 10px;
  padding-bottom: 8px;
  width: 100%;
}

.main-title-blog {
  min-height: 60px;
  overflow: hidden;
  margin-bottom: 6px;
}

.blog-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6b7280;
  overflow: hidden;
  min-height: 60px;
}

.upcoming-projects {
  padding-bottom: 204px;
}

/* --------------------- [ Footer Section Design ] --------------------- */
.footer {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1128 0%, #14203d 100%);
  position: relative;
  overflow: visible;
  /* ALLOW TOP OVERLAP TO SHOW */
  color: #fff;
}

.footer-appointment-data {
  background-color: #14203d;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center;
  overflow: hidden;
  border-radius: 20px;
  padding: 60px;
  margin-top: -132px;
  /* POSITION STRICTLY PRESERVED */
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-top {
  row-gap: 30px;
}

.data-footer-left-appoint {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.left-apooitn {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.last-title {
  font-size: 48px;
  font-weight: normal;
  line-height: 64px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.last-title span {
  color: #1d5d9d;
  display: inline;
}

.dotter {
  font-weight: 800;
  display: contents;
}

.last-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
}

.last-image-data {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.last-image-data img {
  width: 100%;
  object-fit: cover;
}

/* Restored & Premium Styled Manual Classes */
.footer-main {
  padding-top: 100px;
  row-gap: 30px;
  position: relative;
  z-index: 1;
}

.left-main-footer {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: translateY(-3px);
}

.main-footer-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  margin-bottom: 30px;
  width: 90%;
}

.social-footer {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

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

.social-data-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #888888;
  border-radius: 12px;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-data-footer:hover {
  background-color: #1d5d9d;
  color: #fff;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 20px rgba(29, 93, 157, 0.3);
  border-color: #1d5d9d;
}

.line-footer-center {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.center-footer-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.center-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #1d5d9d;
  border-radius: 2px;
}

.footer-ul {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.footer-li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #888888;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-li a:hover {
  color: #fff;
  transform: translateX(8px);
}

/* Contact Card Premium Styling */
.last-data-footer {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 35px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  border-radius: 24px;
  color: #fff;
  transition: all 0.4s ease;
}

.last-data-footer:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(29, 93, 157, 0.3);
}

.data-contact-footer {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.data-flex-footer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 15px;
  gap: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.data-flex-footer:hover {
  transform: translateX(5px);
}

.icon-box-footer {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 93, 157, 0.15);
  color: #1d5d9d;
  border-radius: 10px;
  font-size: 18px;
}

.text-box-footer span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}

.text-box-footer p {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

.last-main-data {
  position: relative;
}

.data-appoint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d5d9d;
  color: #fff;
  padding: 12px 25px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s ease;
  margin-top: 25px;
}

.data-appoint:hover {
  background: #004cdb;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 76, 219, 0.3);
}

.copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.dato-copy {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #888888;
}

.dato-copy a {
  color: #888888;
  transition: all 0.5s ease-in;
}

.dato-copy a:hover {
  color: #fff;
}

.data-bottm-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.data-bottm-text a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #888888;
  transition: color 0.3s ease;
}

.data-bottm-text a:hover {
  color: #fff;
}

/* Decoration */
.footer-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  /* CONTAIN CIRCLES WITHOUT CLIPPING CTA */
}

.deco-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
}

.circle-1 {
  width: 400px;
  height: 400px;
  background: #1d5d9d;
  top: -100px;
  right: -100px;
}

.circle-2 {
  width: 300px;
  height: 300px;
  background: #004cdb;
  bottom: -50px;
  left: -50px;
}

/* ------------------------ [ Loader Section Start ] */
.preloader {
  position: fixed;
  background-color: #14203d;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.loader img {
  width: 200px;
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.5);
  }
}


/* ------------------------ [ hero section all separate section ] */
/* ------------------------ [ hero section all separate section ] */
.services-home-hero {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 160px 20px;
  position: relative;
  transition: transform 0.5s ease;
  z-index: 0;
}

.services-home-hero::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(20, 32, 61, 0.85) 0%,
      rgba(20, 32, 61, 0.4) 50%,
      rgba(0, 76, 219, 0.3) 100%);
  z-index: 1;
}


.title-of-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  gap: 20px;
  position: relative;
  z-index: 2;

  /* Glassmorphism Effect */
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 40px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);

  /* Animation */
  animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-of-hero p {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.title-of-hero span {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.title-of-hero span:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}


.title-of-hero a {
  color: #fff;
}

/* Responsive Adjustments */
@media only screen and (max-width: 991px) {
  .title-of-hero {
    padding: 40px 30px;
    max-width: 90%;
  }

  .title-of-hero p {
    font-size: 42px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .services-home-hero {
    padding: 100px 15px;
    border-radius: 15px;
  }

  .title-of-hero {
    padding: 30px 20px;
    border-radius: 20px;
    gap: 15px;
  }

  .title-of-hero p {
    font-size: 32px;
    line-height: 1.2;
  }

  .title-of-hero span {
    font-size: 14px;
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .services-home-hero {
    padding: 80px 10px;
  }

  .title-of-hero {
    padding: 25px 15px;
  }

  .title-of-hero p {
    font-size: 28px;
  }

  .title-of-hero span {
    font-size: 12px;
    padding: 6px 12px;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.services-separate .title-about {
  max-width: 980px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.separte-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  margin: auto;
  max-width: 1070px;
  margin-top: 30px;
}

.services-boxe .boxdesign-services-center {
  background-color: rgb(0 76 219 / 5%);
}

.services-boxe .boxdesign-services-center .services-btn-center {
  background-color: rgb(0 76 219 / 5%);
}

.services-boxe .boxdesign-services-center .services-btn-center:hover {
  transition: all 0.5s ease;
  color: #004cdb;
  background-color: #14203d;
  border: 3px solid #14203d;
}

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

.data-sevices-sec {
  row-gap: 30px;
  align-items: center;
  justify-content: center;
}

.services-sec {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.services-image {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.services-image img {
  width: 100%;
  object-fit: cover;
}

.services-second-text {
  padding: 0 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: -50px;
}

.box-data-services {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background-color: #14203d;
}

.box-data-services img {
  width: 100%;
  max-width: 80px;
}

.services-sec-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #14203d;
  margin-top: 30px;
}

.services-sec-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #888888;
  margin-top: 10px;
}

.services-second-text .button {
  margin-top: 30px;
}

.services-padding-data {
  padding: 100px;
  width: 100%;
  height: 100%;
  background-image: url(../images/services/bg-image-sec.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 265px;
}

.services-padding-data::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.services-main-separate {
  align-items: center;
  justify-content: start;
  position: relative;
  z-index: 1;
}


.second-services-data-title {
  color: #fff !important;
}

.services-detail-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 64px;
  color: #14203d;
}

.detail-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
}

.main-services-iomages {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin: 40px 0;
}

.main-services-iomages img {
  width: 100%;
  object-fit: cover;
}

.services-detail-title-sec {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #14203d;
  margin-top: 40px;
  margin-bottom: 20px;
}



.service-ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 15px;
}

.services-ul-para .services-li {
  justify-content: end !important;
}

.services-li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 100%;
}

.services-li img {
  width: 100%;
  max-width: 30px;
}

.services-li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #14203d;
}

.data-all-services-contact {
  width: 100%;
}

.all-services-box {
  background-color: #e7f0e9;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.serives-title-detail-box {
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  color: #14203d;
}

.all-box-services {
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.all-services-box li {
  width: 100%;
}

.services-box-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  transition: all 0.5s ease-in;
}

.services-box-link p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #14203d;
}

.services-box-link i {
  font-size: 26px;
  line-height: normal;
  color: #14203d;
}

.services-box-link:hover {
  background-color: #004cdb;
  transition: all 0.5s ease-in;
}

.data-all-services-contact {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}

.all-contact p {
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  color: #14203d;
}

.all-contact {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.data-input-service {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.service-hight {
  max-height: 120px;
}

.input-submit {
  display: inline-flex;
  text-align: left;
  width: 100%;
}

.company-pro {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background-color: #e7f0e9;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
}

.data-spect {
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  color: #14203d;
}

.data-overan {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #14203d;
  margin-top: 20px;
}

.data-services-detail {
  row-gap: 30px;
}

.data-input-service .input-appoint {
  width: 100% !important;
  max-width: 100% !important;
}

.about-detail-data {
  row-gap: 30px;
  align-items: start;
  justify-content: center;
}

.all-left-about {
  width: 100%;
}

.only-image-about {
  width: 100%;
  margin-top: 30px;
}

.only-image-about img {
  width: 100%;
  object-fit: cover;
}

.all-right-about {
  width: 100%;
}

.about-detail-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  margin-top: 30px;
}

.data-about-ul {
  margin-top: 30px;
  row-gap: 20px;
}

.stoped-btn-about {
  margin-top: 30px;
}

.medal-about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.box-medal {
  width: 100%;
  max-width: 220px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(16, 39, 29, 0.1);
  border-top: 4px solid #14203d;
  padding: 20px;
  gap: 15px;
  text-align: left;
}

.box-medal img {
  width: 100%;
  max-width: 60px;
}

.box-medal p {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #14203d;
}

.team-sec-detail {
  row-gap: 100px;
}

.team-card {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
}

.team-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.team-image {
  display: block;
  position: relative;
  /* overflow: hidden; */
  border-radius: inherit;
  padding-bottom: 103%;
}

.team-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
}

.team-content {
  position: relative;
  display: flex;
  padding: 25px 10px 15px 15px;
  align-items: start;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
  /* text-align: center; */
}

.name {
  font-size: 17px;
  font-weight: 700;
  color: #14203d;
  text-transform: capitalize;
  transition: all 0.35s ease-in;
  margin-bottom: 10px;
}

.team-content .role {
  display: inline-block;
  padding: 6px 16px;
  background-color: #e9ecef;
  border-radius: 50px;
  font-size: 12px !important;
  color: #495057 !important;
  margin-bottom: 8px;
}

.team-description {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
  text-align: left;
  color: #212529;
  line-height: 22px;
}

.team-item-socials {
  position: absolute;
  width: 104px;
  left: 8.5%;
  bottom: calc(100% - 15px);
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.socials-trigger-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  margin: 0 19px;
  border-radius: 50px 50px 0 0;
  background-color: #ffffff;
}

.socials-trigger-wrapper::before {
  right: calc(100% - 1px);
  border-bottom-right-radius: 20px;
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 15px;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
}

.socials-trigger-wrapper:after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 15px;
  height: 40px;
  box-shadow: 0 20px 0 0 #ffffff;
  left: calc(100% - 1px);
  border-bottom-left-radius: 20px;
  width: 20px;
}

.socials-trigger-wrapper i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 8px 8px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50px;
  background-color: #14203d;
  color: #ffffff;
}

.social-team {
  max-width: 50px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50px;
  pointer-events: auto;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  transform: translateY(100%);
  padding: 15px;
  position: relative;
  max-width: 100%;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.01, 0.98);
  background-color: #14203d;
  border-radius: 15%;
}

.team-card:hover .social-icon {
  transform: translateY(0%);
}

.social-icon a {
  text-decoration: none;
  color: #ffffff;
}

.social-icon a:hover {
  color: #004cdb;
  transition: all 0.4s ease;
}

.team-content span {
  font-size: 16px;
  font-weight: 500;
  color: #888888;
}

.team-sec-deta {
  row-gap: 30px;
}


.detail-image-team {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}

.detail-image-team img {
  width: 100%;
  object-fit: cover;
}

.desc-team {
  width: 100%;
}


.social-icon-team {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.social-icon-team a {
  width: 44px;
  height: 44px;
  background-color: #e7f0e9;
  color: #14203d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;
  font-size: 20px;
}

.social-icon-team a:hover {
  background-color: #14203d;
  color: #004cdb;
}



.info-card {
  border: 2px solid #e7f0e9;
  border-radius: 20px;
  margin-top: 60px;
}



.border-data {
  border-bottom: 2px solid #e7f0e9;
  border-right: 2px solid #e7f0e9;
}

.border-data-sec {
  border-bottom: 2px solid #e7f0e9;
}

.border-data-right {
  border-right: 2px solid #e7f0e9;
}

.design-boder-width {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #e7f0e9;
  border-radius: 100px;
}

.design-boder-width img {
  width: 100%;
  max-width: 24px;
}


.data-progress-single-design {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.skill-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  gap: 10px;
}

.skill-box.active {
  border: 2px solid #007bff;
}

.skill-title {
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.skill-percent {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #888888;
  transition: transform 0.3s ease, opacity 0.5s ease;
  display: inline-block;
}

.progress {
  height: 8px;
  background: #e5efe7;
  border-radius: 0px;
  overflow: hidden;
  padding: 2px;
  width: 100%;
}

.progress-bar {
  height: 100%;
  width: 0;
  background: #004cdb;
  transition: width 1.5s ease;
}


.image-data-faq {
  position: relative;
}

.sec-faq-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.first-faq-image {
  display: block;
}


.testimonial-seprate {
  row-gap: 30px;
}



.review-data {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.title-seprate {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #14203d;
  margin: 20px 0;
}

.desc-title-testimonial {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #14203d;
}

.last-ntesti {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 60px;
  gap: 15px;
}

.last-ntesti img {
  width: 100%;
  max-width: 48px;
}

.last-ntesti p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #14203d;
}

.data-spot-testimonial {
  margin: auto;
  text-align: center;
}

.load-more {
  cursor: pointer;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0f1724;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(15, 23, 36, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  text-decoration: none;
}

.load-more img {
  width: 18px;
  height: auto;
  opacity: 0.95;
}

.load-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(15, 23, 36, 0.14);
}

.testimonial-bg {
  background-image: url(../images/hero/beadcamp-1.webp);
}

.error-bg {
  background-image: url(../images/hero/beadcamp-1.jpg);
}

.error-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}



.round-image img {
  width: 100%;
  max-width: 500px;
}



@keyframes smooth-left-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(40px);
  }
}

@keyframes smooth-right-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-40px);
  }
}

.error-text-desxc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  margin-top: 20px;
  text-align: center;
}

.error-btn {
  margin-top: 0;
}



.hero-data-bottom {
  padding-bottom: 0px;
}

.project-two {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}

.project-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.project-image img {
  width: 100%;
  object-fit: cover;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.overlay-project {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.714) 0,
      #0000002c 100% 100%);
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.project-two:hover .overlay-project {
  opacity: 1;
}

.pro-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(10px);
  width: 90%;
  height: 90%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  transition: all 0.7s ease-in-out;
  backdrop-filter: blur(5px);
  background-color: #ffffff1c;
  border-radius: 20px;
}

.project-two:hover .pro-detail {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.project-title-two {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #004cdb;
  margin-bottom: 10px;
}

.project-desc-two {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.project-two {
  display: none;
}

/* --------------------- slider */
.split-slideshow {
  position: relative;
  height: 100vh;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow .slider {
  width: 100vw;
  height: 100vh;
}

.slideshow .item {
  width: 100% !important;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slideshow .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

/* Right mirrored slideshow (narrow) */
.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}

.slideshow-right .slider {
  position: absolute;
  left: 0;
}

/* Center big text */
.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 78px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 15px;
  line-height: 0.9;
}

.slideshow-text a {
  color: #fff;
}

/* small credit badge */
.the-most {
  position: fixed;
  z-index: 150;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}

.the-most img {
  max-width: 100%;
  display: block;
}

.dowing-seted .slick-vertical .slick-slide {
  border: none;
}

.dowing-seted .slick-slide {
  margin: 0;
}

.dowing-seted .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -50px;
  align-items: center;
  position: relative;
  z-index: 11;
}

.dowing-seted li.slick-active {
  width: 20px;
  height: 19px;
  border-radius: 50px;
  border: 2px solid #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dowing-seted li.slick-active button {
  background: #fff;
  mix-blend-mode: normal;
}

.dowing-seted .slick-dots li button {
  background: #ffff;
}

.project-3-color {
  background-color: transparent;
}

#main {
  display: flex;
}

#main .part {
  flex: 1;
}

#main .part .section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#main .part .section img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: var(--x);
  pointer-events: none;
}

.project-four-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 35px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 0.8;
}

.about-seprate-detail {
  row-gap: 30px;
  justify-content: center;
}

.separte-about {
  margin-top: 20px;
}

.about-slider-design {
  border-radius: 20px;
  overflow: hidden;
}

.about-slider-design img {
  width: 100%;
}



.foren-about {
  margin-top: 20px;
}

.data-about-setedf {
  row-gap: 15px;
  margin-top: 30px;
}

.about-text-spotry {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #14203d;
}

.all-box-about {
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.all-box-about .lock-about {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 15px 30px;
  gap: 6px;
  border-radius: 20px;
  transition: all 0.5s ease-in;
}

.lock-about span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #888888;
}

.lock-about p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #14203d;
}

.pro-detail-bg {
  background-image: url(../images/hero/image-data-about-6.png);
}

.main-location iframe {
  border-radius: 20px;
  width: 100%;
}

.main-location {
  width: 100%;
}

/* ========================= [ Contact Modern System ] ========================= */
/* ========================= [ Contact Modern System ] ========================= */
.contact-modern-section {
  padding: 80px 0;
  background: #fff;
  /* Reverted to White */
}

.contact-modern-section .title-our-business {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 30px !important;
  color: #14203d;
  /* Ensure dark header */
}

.contact-info-card {
  background: #14203d;
  /* Premium Brand Dark */
  padding: 35px;
  border-radius: 30px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(20, 32, 61, 0.15);
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 76, 219, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-info-item .icon-box {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-info-item:hover .icon-box {
  background: #004cdb;
  transform: scale(1.05);
}

.contact-info-item .icon-box i {
  font-size: 20px;
  color: #fff;
}

.contact-info-item .text-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #fff;
}

.contact-info-item .text-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin: 0;
}

/* Form Styling - Premium Light Theme */
.contact-form-wrapper {
  padding: 40px;
  background: #f8faff;
  border-radius: 30px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

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

.form-group-modern input,
.form-group-modern textarea {
  width: 100%;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #eef2ff;
  border-radius: 12px;
  font-size: 15px;
  color: #14203d;
  transition: all 0.3s ease;
  outline: none;
}

.form-group-modern input:focus,
.form-group-modern textarea:focus {
  border-color: #004cdb;
  box-shadow: 0 10px 20px rgba(0, 76, 219, 0.05);
}

.form-group-modern textarea {
  height: 120px;
  resize: none;
}

/* Office Cards - Horizontal Split Layout */
.office-grid {
  margin-top: 60px;
}

.modern-office-card.horizontal-split {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #f0f4f8;
  display: flex !important;
  flex-direction: row;
  min-height: 280px;
}

.modern-office-card.horizontal-split:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 76, 219, 0.08);
  border-color: rgba(0, 76, 219, 0.2);
}

.office-map-v2 {
  flex: 0 0 45%;
  background: #eee;
  position: relative;
}

.office-map-v2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.office-content-v2 {
  flex: 0 0 55%;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8faff;
}

.office-content-v2 h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #14203d;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.office-details-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.office-flex-item {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
}

.office-flex-item:hover {
  transform: translateX(8px);
}

.office-icon-box {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 76, 219, 0.08);
  color: #004cdb;
  border-radius: 10px;
  font-size: 18px;
}

.office-text-box {
  flex-grow: 1;
}

.office-text-box span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(20, 32, 61, 0.5);
  margin-bottom: 4px;
}

.office-text-box p {
  font-size: 14px;
  line-height: 1.4;
  color: #14203d;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 991px) {
  .modern-office-card.horizontal-split {
    flex-direction: column;
  }

  .office-map-v2 {
    flex: 0 0 250px;
    height: 250px;
  }

  .office-content-v2 {
    flex: 1;
    padding: 30px;
  }

  .contact-info-card {
    padding: 30px;
    margin-bottom: 30px;
  }

  .contact-modern-section {
    padding: 60px 0;
  }

  .contact-modern-section .title-our-business {
    font-size: 26px;
    line-height: 36px;
  }
}

.contact-sperow {
  row-gap: 30px;
}

.data-blog-1 {
  display: block;
}

.blog-det {
  background-image: url(../images/hero/image-data-about-7.webp);
}

.contact-det {
  background-image: url(../images/hero/image-data-about-8.png);
}

.blog-separate-image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.blog-separate-image img {
  width: 100%;
  object-fit: cover;
}

.left-blog-data {
  width: 100%;
}

.blog-comment-bloger {
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 80px;
}

.bloge-date-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bloge-date-sep i {
  font-size: 24px;
  color: #14203d;
}

.bloge-date-sep p {
  color: #14203d;
  font-size: 16px;
  font-weight: 500;
}

.line_client {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.line {
  height: 2px;
  width: 60px;
  background-color: #14203d;
}

.wrapper {
  width: 100%;
  margin-top: 30px;
}


.number,
.separator {
  font-size: 70px;
  font-weight: 700;
  display: block;
  color: #004cdb;
  height: auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.separator {
  margin: 0;
  width: 2rem;
}


.comming-input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 550px;
}

.comming-input input {
  display: flex;
  width: 100%;
  border: 2px solid #fff;
  padding: 20px;
  background-color: transparent;
  border-radius: 100px;
  color: #fff;
  position: relative;
}

.comming-input input:-webkit-autofill,
.comming-input input:-webkit-autofill:hover,
.comming-input input:-webkit-autofill:focus,
.comming-input input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0s;
  background-color: transparent !important;
  color: #fff !important;
}

.comming-input input:focus {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.comming-input input:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}

.data-comming-soon-btn {
  position: absolute;
  right: 5px;
  margin-top: 0;
  max-width: 200px;
}

.line-comming {
  width: 100%;
  height: 1px;
  background-color: #ffffff64;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-coming {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.social-main-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.social-design-comming {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  font-size: 22px;
}

.social-design-comming:hover {
  background-color: #004cdb;
  color: #14203d;
  border: 2px solid #004cdb;
  transition: all 0.5s ease;
}

.copy-comming {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.copy-comming a {
  color: #fff;
}

/* ----------------------------------------- bottom to top page  */
#scroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #1d5d9d;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.5s ease-in;
}

#scroll:hover {
  background-color: #14203d;
  transition: all 0.5s ease-in;
  opacity: 1;
}

#scroll::before,
#scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #1d5b9b;
  animation: button-ripple-2 3s infinite;
  opacity: 0.6;
  z-index: 0;
}

@keyframes button-ripple-2 {
  0% {
    box-shadow: 0 0 0 0 #1d5d9d;
    opacity: 0.6;
  }

  70% {
    box-shadow: 0 0 0 var(--glow-size, 25px) #1d5d9d;
    opacity: 0;
  }

  100% {
    box-shadow: 0 0 0 0 #1d5d9d;
    opacity: 0;
  }
}

/* ----------------------------- bg-home Index.html image */
.image-home {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-image: url(../images/hero/image-home-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.image-home::after {
  position: absolute;
  content: " ";
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 1;
  pointer-events: none;
  top: 0;
  left: 0;
}

.data-hero-home {
  position: relative;
  z-index: 995;
  width: 100%;
  max-width: 750px;
}

.home-made-services {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.home-made-services img {
  width: 100%;
  max-width: 100px;
}

.home-made-title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.home-hero-title {
  font-size: 64px;
  font-weight: normal;
  line-height: 80px;
  color: #fff;
  margin-top: 20px;
}

.home-hero-title span {
  color: #1d5d9d;
  font-weight: 800;
}

.home-desc-made {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-top: 40px;
}

.text-relable-data {
  position: absolute;
  width: 100%;
  margin: auto;
  text-align: center;
  bottom: -2%;
  left: 0;
  z-index: 1;
}

.home-renewable {
  font-size: 290px;
  line-height: 290px;
  pointer-events: none;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ------------------------------------ Video-home Index.html video */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.data-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.video-home {
  background-image: none;
}

/* ------------------------------------ slider-home Index.html slider */
.video-slider-slider {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.slider-under-home {
  width: 100%;
  position: relative;
  height: 100%;
}

.bg-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-height: 600px;
}

.slide-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-content .home-made-services {
  transition-delay: 0.2s;
}

.slide-content .home-hero-title {
  transition-delay: 0.3s;
}

.slide-content .home-desc-made {
  transition-delay: 0.5s;
}

.slide-content .slider-btn {
  transition-delay: 0.7s;
}

.slick-active .slide-content,
.slick-active .slide-content .provide,
.slick-active .slide-content .quality,
.slick-active .slide-content .residents,
.slick-active .slide-content .btn-cutomer-main {
  opacity: 1;
  transform: translateY(0);
}

.slider-under-home {
  margin: 0;
}


.services-detail-title {
  color: #88888817;
  background: linear-gradient(to right, #14203d, #14203d) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 30% 100%;
  transition: background-size 0.5s cubic-bezier(0.1, 0.5, 0.5, 1);
  display: inline-block;
}

/* ---------------------- bottom fixed */
.bottom-line-scotter {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 50px;
  left: 0;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
}

#scroll {
  display: none;
}

.navbar-anchor.active {
  color: #1d5d9d;
}

.ul-design li a.active {
  color: #1d5d9d !important;
}


.flag img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #e7f0e9;
  border-radius: 50%;
}

.flag img:nth-child(2) {
  margin-left: -36px;
  z-index: -1;
  opacity: 1;
}

.flag img:nth-child(3) {
  margin-left: -36px;
}


@keyframes scroll-text-color {
  to {
    background-size: 100%;
  }
}


#scroll {
  display: none;
}

.navbar-anchor.active {
  color: #1d5d9d;
}

.ul-design li a.active {
  color: #1d5d9d !important;
}



#whatwedo::before,
#vission-mission::before,
#leadership::before {
  content: "";
  display: block;
  height: 100px;
  /* same as your navbar height */
  margin-top: -100px;
  scroll-margin-top: 100px;
}

/* --------------------- [ Our Business Page Design ] --------------------- */
.services-separate {
  margin-bottom: 100px;
  margin-top: 80px;
}

.our-business-data {
  width: 100%;
}

.title-our-business {
  font-size: 34px;
  font-weight: normal;
  line-height: 48px;
  margin-top: 20px;
  display: inline-block;
  color: #14203d;
}

.title-our-business span {
  font-weight: 800;
}

/* Responsive styles for title-our-business */
@media (max-width: 991px) {
  .title-our-business {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .title-our-business {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 575px) {
  .title-our-business {
    font-size: 24px;
    line-height: 32px;
  }
}

.our-business-detail-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
  text-align: left !important;
}

.our-business-list {
  list-style: disc;
  padding-left: 20px;
  text-align: left !important;
}

.our-business-list li {
  text-align: left !important;
  list-style: disc !important;
}

.business-img-box {
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
}

.business-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.success-detail {
  margin: auto;
  text-align: left !important;
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: column;
}

/* Restored/New classes */

.solar-service-card {
  background-color: rgba(0, 76, 219, 0.05);
  border-radius: 20px;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 40px;
  gap: 20px;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.solar-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.solar-service-card img {
  width: 100%;
  max-width: 30px;
  transition: transform 0.3s ease;
}

.solar-service-card:hover img {
  transform: scale(1.1);
}

.infrastructure-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
  height: 100%;
  width: 100%;
}

.infrastructure-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.infrastructure-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

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

.infrastructure-bottom-spacing {
  margin-bottom: 250px;
}

/* Contact Page Typography Improvements */
.data-contact-left {
  margin: auto;
  margin-top: -60px;
  width: 90%;
  background-color: #14203d;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  min-height: 315px;
}

.contatc-name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.contact-anchor {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.contact-anchor p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.contact-anchor:hover p {
  color: #fff;
}

.contact-anchor img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.contact-anchor:hover img {
  opacity: 1;
}

/* --------------------- [ Green Hydrogen Page Styles ] --------------------- */
.green-hydrogen-data {
  padding: 80px 0;
  margin-bottom: 230px;
  position: relative;
  background-image: url(../images/separate-image/image--bg-all.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.green-hydrogen-card {
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  height: 100%;
}

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

.green-hydrogen-card .card {
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  min-height: 380px;
}

.green-hydrogen-card:hover .card {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.green-hydrogen-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 123, 255, 0.1);
  transition: all 0.3s ease;
}

.green-hydrogen-card:hover .green-hydrogen-icon {
  transform: scale(1.1);
}

.green-hydrogen-card .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #14203d;
  transition: all 0.3s ease;
}

.green-hydrogen-card:hover .card-title {
  color: #1d5d9d;
}

.green-hydrogen-card .card-text {
  font-size: 15px;
  line-height: 1.6;
}

.green-hydrogen-card .btn {
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 25px;
}

.green-hydrogen-card:hover .btn-outline-success {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

.green-hydrogen-card:hover .btn-outline-primary {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.hover-lift {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.green-hydrogen-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
}

.green-hydrogen-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.green-hydrogen-image-wrapper:hover img {
  transform: scale(1.02);
}

/* Responsive adjustments for Green Hydrogen page */
@media (max-width: 991px) {
  .green-hydrogen-data {
    margin-bottom: 150px;
    padding: 60px 0;
  }

  .green-hydrogen-card .card {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .green-hydrogen-data {
    margin-bottom: 100px;
    padding: 40px 0;
  }

  .green-hydrogen-card .card {
    min-height: 320px;
  }

  .green-hydrogen-card .card-title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .green-hydrogen-data {
    margin-bottom: 80px;
    padding: 30px 0;
  }

  .green-hydrogen-card .card {
    min-height: auto;
  }
}

/* --------------------- [ Green Hydrogen Market Page Styles ] --------------------- */
.green-hydrogen-market-data {
  padding: 80px 0;
  margin-bottom: 230px;
}

.green-hydrogen-market-data .row.mb-5.pb-5 {
  margin-bottom: 5rem !important;
  padding-bottom: 5rem !important;
}

/* Tablet responsive */
@media (max-width: 991px) {
  .green-hydrogen-market-data {
    padding: 60px 0;
    margin-bottom: 150px;
  }

  .green-hydrogen-market-data .row.mb-5.pb-5 {
    margin-bottom: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .green-hydrogen-market-data .our-business-detail-desc {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Mobile responsive */
@media (max-width: 767px) {
  .green-hydrogen-market-data {
    padding: 40px 0;
    margin-bottom: 100px;
  }

  .green-hydrogen-market-data .row.mb-5.pb-5 {
    margin-bottom: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .green-hydrogen-market-data .title-font {
    font-size: 12px;
  }

  .green-hydrogen-market-data .our-business-detail-desc {
    font-size: 15px;
    line-height: 24px;
  }

  .green-hydrogen-market-data .our-business-list li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

/* Small mobile responsive */
@media (max-width: 575px) {
  .green-hydrogen-market-data {
    padding: 30px 0;
    margin-bottom: 80px;
  }

  .green-hydrogen-market-data .row.mb-5.pb-5 {
    margin-bottom: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .green-hydrogen-market-data .title-font {
    font-size: 11px;
  }

  .green-hydrogen-market-data .our-business-detail-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .green-hydrogen-market-data .our-business-list li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .green-hydrogen-market-data .box-data-design {
    margin-bottom: 15px;
  }

  .green-hydrogen-market-data .mb-3 {
    margin-bottom: 1rem !important;
  }

  .green-hydrogen-market-data .mt-3 {
    margin-top: 1rem !important;
  }
}

[id] {
  scroll-margin-top: 100px;
  /* Adjust to your header height + some padding */
}

/* Or target specific sections if you prefer */
#renewable-energy,
#gas-power-plant,
#lng,
#hfo-power-plant {
  scroll-margin-top: 100px;
}


/* --------------------- [ Partners Section ] --------------------- */
.partners-data {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}

.partner-item {
  flex: 0 0 calc(25% - 50px);
  max-width: calc(25% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 120px;
}

.partner-item:hover {
  box-shadow: 0 15px 40px rgba(0, 76, 219, 0.1);
  transform: translateY(-5px);
}

.partner-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.4s ease;
}

.partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .partner-item {
    flex: 0 0 calc(33.33% - 50px);
    max-width: calc(33.33% - 50px);
  }
}

@media (max-width: 768px) {
  .partner-item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    gap: 30px;
  }

  .partner-grid {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .partner-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* ------------------ Global Focus Section ------------------ */
.global-focus-data {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.global-focus-data::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(159, 212, 86, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(0, 120, 215, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.focus-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.focus-grid>div {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  min-width: 280px;
}

.focus-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 25px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.focus-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      transparent 30%,
      rgba(159, 212, 86, 0.05) 50%,
      transparent 70%);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.focus-card:hover::before {
  opacity: 1;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }

  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.focus-card:hover {
  transform: translateY(-15px) scale(1.03);
  border-color: rgba(159, 212, 86, 0.5);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(159, 212, 86, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, rgba(159, 212, 86, 0.08) 0%, rgba(0, 120, 215, 0.05) 100%);
}

.focus-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(159, 212, 86, 0.2);
  position: relative;
}

.focus-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #9FD456 0%, #0078D7 100%);
  transition: width 0.5s ease;
}

.focus-card:hover .focus-header::after {
  width: 100%;
}

.focus-header i {
  font-size: 48px;
  background: linear-gradient(135deg, #9FD456 0%, #7AB83D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  transition: all 0.4s ease;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

.focus-card:hover .focus-header i {
  transform: scale(1.15) rotate(5deg);
  filter: drop-shadow(0 0 20px rgba(159, 212, 86, 0.6));
}

.focus-header h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.focus-card:hover .focus-header h3 {
  background: linear-gradient(135deg, #9FD456 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.focus-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.focus-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(159, 212, 86, 0.1) 0%, transparent 100%);
  transition: width 0.4s ease;
  z-index: -1;
}

.focus-list li:hover::before {
  width: 100%;
}

.focus-list li:hover {
  color: #fff;
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.03);
}

.focus-list li i {
  color: #9FD456;
  font-size: 20px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 8px rgba(159, 212, 86, 0.4));
}

.focus-list li:hover i {
  transform: scale(1.2) rotate(360deg);
  filter: drop-shadow(0 0 12px rgba(159, 212, 86, 0.8));
}

/* Stagger animation for list items */
.focus-card:hover .focus-list li:nth-child(1) {
  transition-delay: 0.05s;
}

.focus-card:hover .focus-list li:nth-child(2) {
  transition-delay: 0.1s;
}

.focus-card:hover .focus-list li:nth-child(3) {
  transition-delay: 0.15s;
}

.focus-card:hover .focus-list li:nth-child(4) {
  transition-delay: 0.2s;
}

.focus-card:hover .focus-list li:nth-child(5) {
  transition-delay: 0.25s;
}

.focus-card:hover .focus-list li:nth-child(6) {
  transition-delay: 0.3s;
}

.focus-card:hover .focus-list li:nth-child(7) {
  transition-delay: 0.35s;
}

.focus-card:hover .focus-list li:nth-child(8) {
  transition-delay: 0.4s;
}

.focus-card:hover .focus-list li:nth-child(9) {
  transition-delay: 0.45s;
}

/* ========================= [ Power Finance Section Styles ] ========================= */
.power-finance-section {
  background: linear-gradient(135deg, #0a1628 0%, #14203d 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.power-finance-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(0, 76, 219, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(29, 93, 157, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.power-finance-section .title-about {
  color: #fff;
}

.power-finance-section .tile-data-about {
  color: rgba(255, 255, 255, 0.9);
}

/* New Eye-Catching Finance Card Design */
.finance-card-new {
  background: #fff;
  border-radius: 25px;
  padding: 45px 35px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
}

.finance-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #004cdb 0%, #1d5d9d 50%, #004cdb 100%);
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.finance-card-new:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 76, 219, 0.25);
  border-color: #004cdb;
}


/* SVG Icon Container */
.finance-icon-new {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 76, 219, 0.1) 0%, rgba(29, 93, 157, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1;
}

.finance-icon-new::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #004cdb, #1d5d9d);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  filter: blur(15px);
}

.finance-card-new:hover .finance-icon-new {
  transform: scale(1.15) rotate(-5deg);
  background: linear-gradient(135deg, rgba(0, 76, 219, 0.15) 0%, rgba(29, 93, 157, 0.15) 100%);
}

.finance-card-new:hover .finance-icon-new::before {
  opacity: 0.4;
}

.finance-icon-new svg {
  width: 55px;
  height: 55px;
  color: #004cdb;
  transition: all 0.5s ease;
}

.finance-card-new:hover .finance-icon-new svg {
  color: #1d5d9d;
  transform: scale(1.1);
}

/* Card Title */
.finance-card-new h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #14203d;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.finance-card-new:hover h3 {
  color: #004cdb;
}

/* Card Description */
.finance-card-new p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #888888;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  margin-bottom: 0;
}

.finance-card-new:hover p {
  color: #14203d;
}

/* Animated Glow Effect */
.finance-card-glow {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 76, 219, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: all 0.6s ease;
  pointer-events: none;
}

.finance-card-new:hover .finance-card-glow {
  opacity: 1;
  bottom: -30%;
}

/* Responsive Styles for New Finance Cards */
@media (max-width: 1200px) {
  .finance-card-new {
    padding: 40px 30px;
    min-height: 360px;
  }


  .finance-icon-new {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }

  .finance-icon-new svg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 992px) {
  .finance-card-new {
    min-height: 340px;
  }
}

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

  .finance-card-new {
    padding: 35px 25px;
    min-height: 320px;
    margin-bottom: 25px;
  }


  .finance-icon-new {
    width: 80px;
    height: 80px;
    margin-bottom: 22px;
  }

  .finance-icon-new svg {
    width: 45px;
    height: 45px;
  }

  .finance-card-new h3 {
    margin-bottom: 15px;
  }

  .finance-card-new p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 576px) {
  .finance-card-new {
    padding: 30px 20px;
    min-height: auto;
  }


  .finance-icon-new {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
  }

  .finance-icon-new svg {
    width: 42px;
    height: 42px;
  }

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

/* ========================= [ End Power Finance Section Styles ] ========================= */



@media (max-width: 1200px) {
  .focus-card {
    padding: 22px 25px;
  }

  .focus-header i {
    font-size: 36px;
  }

  .focus-header h3 {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .global-focus-data {
    padding: 60px 0;
  }

  .focus-grid {
    gap: 20px;
    flex-wrap: nowrap;
  }

  .focus-grid>div {
    flex: 1 1 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    min-width: 250px;
  }

  .focus-card {
    padding: 20px 22px;
  }

  .focus-header i {
    font-size: 34px;
  }

  .focus-header h3 {
    font-size: 18px;
  }

  .focus-list li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .global-focus-data {
    padding: 50px 0;
  }

  .focus-grid {
    gap: 18px;
    flex-wrap: wrap;
  }

  .focus-grid>div {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: auto;
  }

  .focus-card {
    padding: 18px 18px;
  }

  .focus-header {
    gap: 12px;
    margin-bottom: 18px;
  }

  .focus-header i {
    font-size: 32px;
  }

  .focus-header h3 {
    font-size: 17px;
  }

  .focus-list li {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 4px 8px;
  }
}

@media (max-width: 480px) {
  .global-focus-data {
    padding: 40px 0;
  }

  .focus-card {
    padding: 16px 16px;
  }

  .focus-header i {
    font-size: 28px;
  }

  .focus-header h3 {
    font-size: 16px;
  }

  .focus-list li {
    font-size: 13px;
    gap: 10px;
  }
}

#pdf-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#pdf-canvas {
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.pdf-controls {
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
}

.pdf-controls button {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.pdf-controls button:hover {
  background: #0056b3;
}

.pdf-controls button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.pdf-controls span {
  margin: 0 15px;
  font-weight: bold;
  color: #333;
}

#pdf-loader {
  text-align: center;
  padding: 40px;
  font-size: 18px;
  color: #666;
}

/* --------------------- [ Modern Gallery Redesign ] --------------------- */
.visual-diary-header .diary-subtitle {
    font-weight: 700;
    color: #004cdb;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.visual-diary-header .diary-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.visual-diary-header .diary-title span {
    color: #004cdb;
}

.visual-diary-header .diary-desc {
    font-size: 17px;
    color: #777;
    max-width: 650px;
    margin: 0 auto;
}

/* Premium Filter Bar */
.gallery-filters-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px !important;
}

.filter-controls {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px;
    border-radius: 100px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 76, 219, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-btn {
    padding: 10px 25px;
    border-radius: 100px;
    border: none;
    background: transparent;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.filter-btn:hover {
    color: #004cdb;
}

.filter-btn.active {
    background: #004cdb;
    color: #fff;
    box-shadow: 0 8px 15px rgba(0, 76, 219, 0.2);
}

/* Gallery Grid Styling */
.gallery-grid {
    margin-top: 30px;
}

.gallery-item {
    margin-bottom: 30px;
}

.blog-separate-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.blog-separate-image .image-wrapper {
    height: 280px; /* Reduced for better density */
}

.blog-separate-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top; /* Better framing for people */
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-separate-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 76, 219, 0.12);
}

.blog-separate-image:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 76, 219, 0.85) 0%, transparent 70%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.overlay-content {
    text-align: center;
    color: #fff;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.overlay-content i {
    font-size: 24px;
    margin-bottom: 8px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

.overlay-content p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-separate-image:hover .gallery-overlay {
    opacity: 1;
}

.blog-separate-image:hover .overlay-content {
    transform: translateY(0);
}

/* Magnific Popup Theme Customization */
.mfp-bg {
    background: #0b0b0b;
    opacity: 0.95;
}

.mfp-image-holder .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #004cdb;
    border-radius: 50%;
    color: #fff;
    top: 20px;
    right: 20px;
    padding-right: 0;
    text-align: center;
}

/* Responsive Grid Adjustments */
@media (max-width: 991px) {
    .visual-diary-header .diary-title {
        font-size: 2.5rem;
    }
    .blog-separate-image .image-wrapper {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .visual-diary-header .diary-title {
        font-size: 2rem;
    }
    .filter-btn {
        padding: 8px 15px;
        font-size: 12px;
    }
    .blog-separate-image .image-wrapper {
        height: 250px;
    }
}
