:root {
  --primary-rgb: 228, 53, 88;
  --primary-bg-color: rgb(var(--primary-rgb));
  --primary01: rgba(var(--primary-rgb), 0.1);
  --primary02: rgba(var(--primary-rgb), 0.2);
  --primary03: rgba(var(--primary-rgb), 0.3);
  --primary04: rgba(var(--primary-rgb), 0.4);
  --primary05: rgba(var(--primary-rgb), 0.5);
  --primary06: rgba(var(--primary-rgb), 0.6);
  --primary07: rgba(var(--primary-rgb), 0.7);
  --primary08: rgba(var(--primary-rgb), 0.8);
  --primary09: rgba(var(--primary-rgb), 0.9);
  --primary005: rgba(var(--primary-rgb), 0.05);
}

body {
  font-size: 14px;
  font-family: "Corbel", sans-serif;
  color: #262626;
  background-color: #f0f0f5;
}

a {
  text-decoration: none;
  color: var(--primary-bg-color);
}

a:hover {
  color: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-end: 0;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

p {
  color: #8392a5;
}

/***************
 36 LANDING PAGE
****************/
.space-py-100 {
  padding-block-start: 100px;
  padding-block-end: 100px;
}

.space-pt-100 {
  padding-block-start: 100px;
}

.space-pb-100 {
  padding-block-end: 100px;
}

.land-title {
  margin-block-end: 40px;
  text-align: center;
}

.land-title h2 {
  color: var(--primary-bg-color);
  font-size: calc(32px + 8 * (100vw - 420px) / 1500);
  font-weight: 700;
  text-transform: capitalize;
  margin-block-end: 0;
}

.land-title p {
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: 5px;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
}

.landing-logo {
  max-width: 225px;

}

.land-header {
  padding-block-start: 20px;
  padding-block-end: 20px;
}

.land-header.fixed {
  position: fixed;
  width: 100%;
  background-color: transparent;
  animation: none;
  transition: all 0.5s ease;
  z-index: 9999;
}

.land-header.fixed .menu-action span {
  background-color: #ffffff;
}

.land-header.fixed .menu-action span::after,
.land-header.fixed .menu-action span::before {
  background-color: #ffffff;
}

.land-header.fixed .menu-action.toggle-active span {
  background-color: transparent;
}

.land-header.fixed.sticky {
  background-color: #ffffff;
  animation: fadeInDown 1s ease;
}

.land-header.fixed.sticky .codex-brand img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(7404%) hue-rotate(4deg);
}

.land-header.fixed.sticky .menu-list a {
  background: #e43558;
  color: #ffffff;
}

.land-header.fixed.sticky .menu-action i {
  color: #051722;
}

.land-header .header-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.land-header .menu-list li {
  display: inline-block;
}

.land-header .menu-list li+li {
  margin-inline-start: 30px;
}

.land-header .menu-action {
  margin-inline-start: 15px;
}

.land-header .menu-action i {
  color: #ffffff;
  font-size: 24px;
}


/**landing responive**/
@media screen and (max-width: 1199px) {

  /*header*/
  header.land-header .menu-list li .close-menu .menu-brand svg {
    color: #051722;
  }

  header.land-header.fixed .menu-list li {
    display: block;
  }

  header.land-header.fixed .menu-list li+li {
    margin-inline-start: unset;
  }

  .menu-list.open {
    right: 0;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #e5e5e5;
  }

  .menu-list li {
    display: block;
    position: relative;
  }

  .menu-list li .close-menu {
    padding: 25px 20px;
  }

  .menu-list li .close-menu .menu-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .menu-list li .close-menu .menu-brand img {
    width: 130px;
    height: auto;
  }

  .menu-list li .close-menu .menu-brand svg {
    width: 30px;
    height: 30px;
  }

  .menu-list li+li {
    border-top: 1px solid #e5e5e5;
  }

}

@media screen and (max-width: 991px) {
  .land-title {
    margin-block-end: 30px;
  }

  /*landing hero*/
  .intro {
    background-position: left !important;
  }

  .intro .intro-contain {
    text-align: center;
  }

  .intro .intro-contain .btn {
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-block-start: 30px;
  }

  /*header option*/
  .landheader-comp .header-detail {
    margin-block-start: unset;
    position: static;
    padding-inline-end: unset;
    margin-block-end: 40px;
  }

  .landheader-comp .header-detail h2 {
    margin-block-end: 5px;
  }

  .landheader-comp .header-detail p+p {
    margin-block-start: 10px;
  }

  .landheader-comp .header-detail .btn {
    margin-block-start: 25px;
  }

  /*landing footer*/
  .lan-footer .codex-brand {
    margin-block-end: 20px;
  }

  .lan-footer .codex-brand img {
    width: 180px;
  }

  .lan-footer .support-contain .btn {
    margin-block-start: 30px;
  }
}

@media screen and (max-width: 575px) {
  .land-title {
    margin-block-end: 20px;
  }

  .intro .intro-contain h1 {
    margin-block-end: 10px;
  }

  .intro .intro-contain .btn {
    margin-block-start: 25px;
  }

  /*demo grid*/
  .demo-grid .demo-detail {
    margin-block-start: 15px;
  }

  /*feathurs*/
  .feathure-grid {
    padding: 30px 10px;
    background-color: #ffffff;
  }

  .feathure-grid .icon-wrap {
    width: 60px;
    height: 60px;
  }

  .feathure-grid .icon-wrap img {
    height: 24px;
  }

  .feathure .cdx-row {
    margin-block-end: -30px;
  }

  .feathure .cdx-row>div {
    margin-block-end: 30px;
  }

  /*fotoer*/
  .lan-footer .codex-brand img {
    width: 160px;
  }
}


/* NEW CSS START */
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  color: white;
  z-index: 9999;
}

.navbar nav a {
  margin: 0 15px;
  color: white;
  text-decoration: none;
}

.land-header.fixed .menu-list a {
  background: white;
  color: black;
  padding: 10px 20px;
  border-radius: 8px;
}

.land-header.fixed .menu-list a:hover {
  background: #c61639;
  color: white;
}


/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 60px 72px;
  color: white;

  background:
    linear-gradient(rgba(78, 0, 122, 0.1), rgba(15, 57, 129, 0.1)),
    url("../../images/landing/herointro.png") no-repeat;

  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 650px;
}

.hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.1;
}

.hero p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #ffffffe6;
  margin-bottom: 35px;
  max-width: 42rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btn-advisory {
  background: #ef4444;
  padding: 20px 28px;
  font-size: 1.125rem;
  border-radius: 10px;
  color: white;
}

.btn-expertize {
  border: 1px solid grey;
  color: white;
  font-size: 1.125rem;
  padding: 20px 28px;
  border-radius: 10px;
}

.btn-advisory:hover {
  color: white;
  background: rgb(196, 63, 63);
}

.btn-expertize:hover {
  color: white;
  background: #8080804a;
}

p {
  font-size: 18px;
  line-height: 1.55;
}


/* SERVICES */
.services {
  padding: 100px 80px;
  background: #f5f7fb;
  text-align: center;
}

.services .container-fluid {
  max-width: 1200px;
  padding: 0;
}

.services h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.card:hover {
  transform: translateY(6px);
  transition: 0.3s;
  border-top: #d50032 4px solid;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(217, 34, 34, 0.08);
}

.icon-wrapper {
  width: 64px;
  height: 64px;
  background: #e7e7ea;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  margin-top: 24px;
}

.img-fluid {
  font-size: 35px;
}

h5 {
  margin-top: 24px;
  font-weight: 600;
}

.marine-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Inter, sans-serif;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: auto;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header p {
  color: #6b7280;
  font-size: 17px;
}

.insurance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.insurance-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 30px;
  border-radius: 12px;
  transition: all .25s ease;
}

.insurance-card:hover {
  border-color: #d1d5db;
}

.insurance-card:hover {
  border: 2px solid #ef4444;
}

/* Icon */
.icon-box {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-box.red {
  background: #fde8e8;
}

.icon-box i {
  font-size: 22px;
  color: #ef4444;
}

/* Title */
.insurance-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Description */
.insurance-card p {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 15px;
}

/* List */
.insurance-card ul {
  list-style: none;
  padding: 0;
}

.insurance-card ul li {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.insurance-card ul li i {
  color: #ef4444;
  font-size: 18px;
  margin-top: 2px;
  margin-right: 6px;
}

/* EXPERTISE */

.expertise {
  padding: 100px 80px;
  text-align: center;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.expert {
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  border-radius: 10px;
}

/* Container */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  font-family: Inter, sans-serif;
}

.advisory-section {
  padding: 90px 0;
  background: #f8fafc;
  text-align: center;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header p {
  color: #6b7280;
  font-size: 16px;
}

/* Grid */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Step */
.process-step h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 14px;
  color: #6b7280;
}

/* Step Number */
.step-number {
  width: 55px;
  height: 55px;
  background: #e5e7eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  margin: auto;
  margin-bottom: 18px;
}

.process-step.active .step-number {
  background: #fbe3e6;
  color: #d50032;
}

.consultation-section {
  position: relative;
  padding: 120px 0;
  background: url('../../images/landing/consultation_bg.png') center/cover no-repeat;
}

.consultation-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(10, 20, 35, 0.95),
      rgba(10, 20, 35, 0.85));
}

.consultation-content {
  position: relative;
  text-align: center;
  color: white;
}

.consultation-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.consultation-content p {
  max-width: 700px;
  margin: auto;
  margin-bottom: 35px;
  font-size: 18px;
  color: #e5e7eb;
}

/* Button */
.consultation-btn {
  display: inline-block;
  background: #d50032;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all .25s ease;
}

.consultation-btn:hover {
  background: #b30029;
}

/* FOOTER */
.site-footer {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  margin-top: 80px;
  font-family: Inter, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

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

.footer-about p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Lists */
.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Links */
.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  transition: color .2s ease;
}

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

/* Contact */
.footer-contact li {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}

.footer-contact .email {
  margin-top: 10px;
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}

@media (max-width:900px) {
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width:768px) {
  .landing-logo {
    max-width: 170px;
  }

  .land-header {
    padding-block-start: 14px;
    padding-block-end: 14px;
  }

  .land-header .menu-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .land-header.fixed .menu-list a {
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  .navbar {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
  }

  .navbar nav a {
    margin: 0 10px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
    padding: 120px 20px 56px;
    text-align: left;
    justify-content: flex-end;
    background-position: 60% center;
  }

  .hero h1 {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }

  .hero p {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .services {
    padding: 60px 20px;
  }

  .services h2,
  .section-header h2,
  .consultation-content h2 {
    font-size: 2rem;
  }

  .section-header {
    margin-bottom: 28px;
  }

  .card,
  .insurance-card,
  .process-step {
    padding: 22px;
  }

  .marine-section,
  .advisory-section {
    padding: 64px 0;
  }

  .consultation-section {
    padding: 88px 0;
  }

  .insurance-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}

@media (max-width:600px) {
  body {
    font-size: 13px;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding: 0 16px;
  }

  .land-header .menu-list {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
  }

  .land-header.fixed .menu-list a {
    width: auto;
    text-align: center;
  }

  .hero {
    padding: 108px 16px 40px;
    text-align: center;
    background-position: 62% center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .btn-advisory,
  .btn-expertize {
    width: 100%;
    padding: 16px 18px;
    font-size: 16px;
    text-align: center;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .consultation-content h2 {
    font-size: 28px;
  }

  .services {
    padding: 52px 16px;
  }

  .services h2,
  .section-header h2,
  .consultation-content h2 {
    font-size: 1.75rem;
  }

  .services .card-body p,
  .insurance-card p,
  .process-step p,
  .consultation-content p,
  .footer-about p,
  .footer-contact li,
  .footer-links a {
    font-size: 15px;
  }

  .icon-wrapper {
    margin-top: 0;
  }

  .insurance-card ul li {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .consultation-section {
    padding: 72px 0;
  }

  .footer-container {
    padding: 48px 16px 24px;
  }

  .footer-about,
  .footer-links,
  .footer-contact {
    text-align: center;
  }

  .footer-logo {
    margin-inline: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

}

/*# sourceMappingURL=style.css.map */
