/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700&display=swap'); */

/* ================= RUBIK ================= */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('../lib/fonts/rubik/Rubik-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: url('../lib/fonts/rubik/Rubik-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../lib/fonts/rubik/Rubik-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('../lib/fonts/rubik/Rubik-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('../lib/fonts/rubik/Rubik-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url('../lib/fonts/rubik/Rubik-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('../lib/fonts/rubik/Rubik-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 600;
  src: url('../lib/fonts/rubik/Rubik-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../lib/fonts/rubik/Rubik-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: url('../lib/fonts/rubik/Rubik-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url('../lib/fonts/rubik/Rubik-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 800;
  src: url('../lib/fonts/rubik/Rubik-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('../lib/fonts/rubik/Rubik-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 900;
  src: url('../lib/fonts/rubik/Rubik-BlackItalic.ttf') format('truetype');
}

/* ================= MANROPE ================= */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  src: url('../lib/fonts/manrope/Manrope-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../lib/fonts/manrope/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../lib/fonts/manrope/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../lib/fonts/manrope/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../lib/fonts/manrope/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../lib/fonts/manrope/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../lib/fonts/manrope/Manrope-ExtraBold.ttf') format('truetype');
}


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

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a,
a:hover {
  text-decoration: none;
}

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

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


/*===== Variable Define =====*/
:root {
  /* font style */
  --primary-font: 'Rubik', sans-serif;
  --secondary-font: 'Manrope', sans-serif;

  /* ---------- Primary Blue ---------- */
  --primary-color: #111111;
  --color-primary: #0274F9;
  --color-blue-1: #F7FBFF;
  --color-blue-2: #005CC7;
  --color-blue-3: #0274F914;
  --color-blue-4: #DBE7F9;
  --color-blue-5: #FBFBFB;
  /* ---------- Grey Scale ---------- */
  --color-grey-1: #0F1A2A;
  --color-grey-2: #1E2A3B;
  --color-grey-3: #27364B;
  --color-grey-4: #475569;
  --color-grey-5: #64748B;
  --color-grey-6: #94A3B8;
  --color-grey-7: #CBD4E1;
  --color-grey-8: #E2E8F0;
  --color-grey-9: #F1F4F9;
  --color-grey-10: #F6F8FC;
  --color-grey-11: #F9FBFB;
  --color-grey-12: #22272F;
  --color-grey-13: #5A5A60;
  --color-grey-14: #828282;
  --color-grey-15: #E0E0E0;
  --color-grey-16: #201F1F;
  --color-grey-17: #4F4F4F;
  --color-grey-18: #3A4252;
  --color-grey-19: #191D23;
  --color-grey-20: #4B4B4B;
  /* ---------- Semantic Colors ---------- */
  --color-white: #FFFFFF;
  --color-black: #000000;
  --white-text: #F0F0F0;

  /* green */
  --green-50: #047857;
  --green-100: #27AE60;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  font-size: 100%;
  font-weight: 400;
}

/*
=========================================
    Custom Scrollbar
=========================================
*/

/* ::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background: var(--white-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
} */

/*
/* ========================================
   TYPOGRAPHY CLASSES
   ======================================== */

/* ---------- Heading Sizes ---------- */
.h1-text {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: var(--secondary-font);
}

.h2-text {
  font-family: var(--primary-font);
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}

.heading {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.04rem;
  margin-bottom: 0;
  font-family: var(--secondary-font);
}

.h3-text {
  font-family: var(--secondary-font);
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}

.h4-text {
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}

.h5-text {
  font-family: var(--secondary-font);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}

.h6-text {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: var(--primary-font);
}

.para {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: var(--secondary-font);
}

.fs-small {
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
}

.fs-xsmall {
  font-size: 12px;
}

/* ---------- Font Weight Classes ---------- */
/* .fw-light {
  font-weight: 300;
} */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

/* .fw-regular {
  font-weight: 400;
} */

/* .fw-medium {
  font-weight: 500;
} */

/* .fw-semibold {
  font-weight: 600;
} */

.fw-bold {
  font-weight: 700;
}

/* font family */
.ff-primary {
  font-family: var(--primary-font) !important;
}

.ff-secondary {
  font-family: var(--secondary-font) !important;
}

/* ========================================
 COLOR UTILITY CLASSES
   ======================================== */

/* ---------- Text Colors ---------- */
.text-primary {
  color: var(--color-primary) !important;
}

.blue-100 {
  background: var(--color-primary);
}

.blue-150 {
  color: var(--color-blue-4);
}

.blue-200 {
  color: var(--color-blue-5);
}

.text-grey-1 {
  color: var(--color-grey-1);
}

.text-grey-2 {
  color: var(--color-grey-2);
}



.grey-100 {
  color: var(--color-grey-4);
}

.grey-150 {
  color: var(--color-grey-12);
}

.grey-200 {
  color: var(--color-grey-13);
}

.grey-250 {
  color: var(--color-grey-14);
}

.grey-300 {
  color: var(--color-grey-15);
}

.grey-350 {
  color: var(--color-grey-16);
}

.grey-400 {
  color: var(--color-grey-17);
}

.grey-450 {
  color: var(--color-grey-18);
}

.grey-500 {
  color: var(--color-grey-19);
}

.grey-550 {
  color: var(--color-grey-20);
}

.black-50 {
  color: var(--primary-color);
}

.text-grey-200 {
  color: var(--color-grey-3);
}

.text-grey-5 {
  color: var(--color-grey-5);
}

.text-grey-6 {
  color: var(--color-grey-6);
}

.text-grey-7 {
  color: var(--color-grey-7);
}

.text-grey-8 {
  color: var(--color-grey-8);
}

.text-grey-9 {
  color: var(--color-grey-9);
}

.text-grey-10 {
  color: var(--color-grey-10);
}

.text-grey-11 {
  color: var(--color-grey-11);
}


.text-black {
  color: var(--color-black);
}

.white-50 {
  color: var(--color-white);
}

.white-100 {
  color: var(--white-text);
}

.green-50 {
  color: var(--green-50);
}
.green-100{
  color: var(--green-100);
}

/* background */
.bg-50 {
  background: var(--white-text);
}

.bg-100 {
  background: var(--color-white);
}

.bg-150 {
  background: var(--color-grey-16);
}

.bg-200 {
  background: var(--color-blue-1);
}

.bg-250 {
  background: var(--color-blue-3);
}

.bg-300 {
  background: var(--color-grey-8);
}

.bg-trans {
  background: transparent;
}

/* line height */
.lh-24 {
  line-height: 24px;
}

.lh-20 {
  line-height: 20px;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

/* letter-spacing */
.ls-05 {
  letter-spacing: -0.5px;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-07 {
  letter-spacing: 0.7px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-1-5 {
  letter-spacing: -1.5px;
}

.ls-3-6 {
  letter-spacing: -0.36px;
}

/* borders */
.border-100 {
  border: 1px solid var(--color-primary);
}


/* buttons */
.btn-main {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  border-radius: 4px;
  overflow: hidden;
  padding: 6px 16px;
  border: none;
  color: #FFFFFF;
}

.btn-main:hover {
  background: var(--color-blue-2);
}

.btn-primary {
  padding: 8px 12px;
  border-radius: 12px;
  overflow: hidden;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  border: none;
  transition: transform 0.2s ease-in-out;
}

.btn-primary:hover {
  transform: translateY(-4px);
  color: var(--color-primary);
}

.btn-secondary {
  padding: 7px 12px;
  border-radius: 12px;
  overflow: hidden;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  border: 1px solid #FFFFFF;
  background: transparent;
  transition: transform 0.2s ease-in-out;
}

.btn-secondary:hover {
  transform: translateY(-4px);
}

/* custom styling */
.content-conainer {
  padding: 50px 0;
}

.section-gap {
  gap: 48px;
}

.dashed-line {
  border: 1px dashed var(--color-grey-15);
}

.solid-line {
  border: 0.5px solid var(--color-grey-7);
  opacity: 0.5;
}

/* header */
.sticky-top {
  box-shadow: 0px 8px 24px 0px #959DA533;
}

.nav-container {
  padding: 3px 0 !important;
}

.navbar-nav .nav-link.active {
  color: var(--color-primary);
}

.nav-link:hover {
  /* color: var(--color-primary) !important; */
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.header-nav .nav-link {
  color: #111111;
}

.header-nav .navbar-toggler-icon {
  width: unset;
  height: unset;
  vertical-align: unset;
  background-image: unset;
  background-repeat: unset;
  background-position: unset;
  background-size: unset;
  align-items: center;
  justify-content: center;
  display: flex;
}

.header-nav .navbar-toggler {
  border: none;
}

.header-nav .navbar-toggler:focus {
  box-shadow: none;
}

.header-nav .navbar-nav {
  gap: 32px;
}


.offcanvas-contact-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offcanvas-contact-section .para {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.12px;
}


.input-grp {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.input-grp input {
  padding: 15px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-grey-1);
  max-height: 50px;
}

/* ================== Scoped Custom Dropdown ================== */
.input-grp .custom-dropdown {
  position: relative;
  width: 100%;
}

/* Selected box */
.input-grp .dropdown-selected {
  padding: 17px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  color: #94A3B8;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  font-family: var(--secondary-font);
  font-size: 14px;
}

/* Selected text when an option is chosen */
.input-grp .dropdown-selected.active {
  color: #333;
  /* Selected text color */
}

/* Arrow */
.input-grp .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  transition: transform 0.3s;
}

/* Rotate arrow when open */
.input-grp .dropdown-selected.open .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown options container */
.input-grp .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  margin-top: 4px;
}

/* Show dropdown */
.input-grp .dropdown-options.show {
  display: block;
}

/* Individual option */
.input-grp .dropdown-option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}

/* Hover effect */
.input-grp .dropdown-option:hover {
  background-color: #CBE3FF;
}

/* phone number */
.cust-phone-wrapper .cust-phone-input {
  width: 100%;
  padding: 15px 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.cust-phone-wrapper .cust-phone-input::placeholder {
  color: #BBB;
}

/* scope ITI generated container */
.cust-phone-wrapper .iti {
  width: 100%;
}

.cust-phone-wrapper {
  position: relative;
  display: inline-block;
  /* z-index: 9999; */
}



/* placeholder color */
#cust-phone-input::placeholder {
  color: #757575;
}


/* the dropdown list */
.cust-phone-wrapper .iti__country-list {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.iti--fullscreen-popup.iti--container {
  position: absolute !important;
  background: none;
  padding: 0;
}

.iti__search-input-wrapper {
  display: none;
}

.iti .iti__selected-dial-code {
  color: #94A3B8;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  height: 100%;
  align-items: center;
  display: flex;
  margin-top: 3px;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
}

#note {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  min-height: 100px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 16px;

}

#note::placeholder,
.input-grp ::-webkit-datetime-edit-fields-wrapper {
  color: #94A3B8;
}

.input-grp ::-webkit-input-placeholder {
  color: #94A3B8;
}

#cv {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #005BC5;
  margin-left: 4px;
}

.upload-cv ::file-selector-button {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #000000;
  background: #EDEDED;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #4B4B4B;
  margin-right: 8px;
}

/* date picker */
.ref-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.ref-form-group {
  width: 300px;

}

/* .ref-label, */
.ref-input {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
}

.input-grp input[type="date" i]::-webkit-calendar-picker-indicator {
  background-image: url(../images/contact/calendar.svg);
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: contain;
  block-size: 16px;
  inline-size: 16px;
  opacity: 1;
  outline: none;
  padding: 2px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none;
}


/* footer */
.footer-section {
  background: linear-gradient(266.7deg, rgba(0, 74, 211, 0.72) 0%, #004084 97.27%);
}

.footer-content {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  max-width: 140px;
  max-height: 46px;
}

.contact-icon {
  display: flex;
  align-items: center;
  max-width: 16px;
  max-height: 16px;
  overflow: hidden;
}

.footer-section a:hover {
  color: var(--white-text) !important;
}

.footer-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.social-icon {
  max-width: 24px;
  max-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section {
  max-width: 324px;
}

.contact-subsection {
  display: flex;
  gap: 224px;
}

.footer-bottom {
  margin-top: 56px;
}


/* Reponsive Break Points */
@media (min-width: 1400px) {

  .main-container,
  .nav-container {
    max-width: 1240px !important;
  }

  .footer-container {
    max-width: 986px;
    margin: 0 auto;
  }

}



@media (max-width:1199px) {
  .hide-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer-top {
    flex-direction: column;
    gap: 24px;
  }

  .footer-content {
    padding: 16px 0;
  }

  .contact-section {
    max-width: 100%;
  }

  .contact-subsection {
    gap: 24px;
    justify-content: space-between;
  }

  .footer-bottom {
    margin-top: 24px;
  }

  .footer-logo {
    max-width: 82px;
    max-height: 28px;
  }

  .input-grp input {
    font-size: 14px;
    padding: 12px 16px;
  }

  .input-grp .dropdown-selected {
    padding: 14px 16px;
  }
  .cust-phone-wrapper .cust-phone-input{
    padding: 12px 8px;
  }
}

/* ---------- Mobile Screens (≤ 768px) ---------- */
@media screen and (max-width: 768px) {
  .h1-text {
    font-size: 24px;
  }

  .h2-text {
    font-size: 20px;
  }

  .h3-text {
    font-size: 18px;
  }

  .h4-text {
    font-size: 18px;
  }

  .h5-text {
    font-size: 16px;
  }

  .h6-text {
    font-size: 16px;
  }

  .para {
    font-size: 14px;
  }

  .fs-small {
    font-size: 12px;
  }

  .fs-xsmall {
    font-size: 12px;
  }

  .header-nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-nav .btn-close {
    padding: 4px;
  }

  .header-nav .offcanvas-body {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .header-nav .nav-link {
    padding: 0;
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.12px;

  }

  .offcanvas-logo .navbar-brand {
    margin-right: 0;
  }


  .offcanvas-logo .navbar-brand img {
    max-width: 118px;
    max-height: 38px;
  }

  .content-conainer {
    padding: 16px 0;
  }

  .section-gap {
    gap: 16px;
  }

  .heading {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }

  .header-nav .nav-item {
    border-bottom: 1px solid var(--color-grey-9);
  }

}

@media screen and (max-width: 575px) {
  .main-container {
    padding: 0 16px !important;
  }

  .btn-primary {
    border-radius: 4px;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.12px;
    padding: 11px 12px;
  }

  .btn-secondary {
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.12px;
  }
}

@media (max-width:330px) {}