/**
 * WEBSITE: https://hclapibd.com
 * TWITTER: https://hclapi.com/hclapi
 * FACEBOOK: https://facebook.com/hclapi
 * GITHUB: https://github.com/jakiarahman1028
 */

@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
html{
  overflow-x: hidden;
  font-size: 10px;
}
body{
  overflow-x: hidden;
  background-color: rgb(12 74 110 / 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  font-family: Merriweather, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
h1,
  .h1{
  font-size: 2.399798297585031rem;
}
@media (min-width: 768px){
  h1,
  .h1{
    font-size: 2.9997478719812887rem;
  }
}
h2,
  .h2{
  font-size: 1.9264502152066136rem;
}
@media (min-width: 768px){
  h2,
  .h2{
    font-size: 2.408062769008267rem;
  }
}
h3,
  .h3{
  font-size: 1.5464676491371294rem;
}
@media (min-width: 768px){
  h3,
  .h3{
    font-size: 1.9330845614214116rem;
  }
}
h4,
  .h4{
  font-size: 1.5517934041000003rem;
}
h5,
  .h5{
  font-size: 1.24571rem;
}
h6,
  .h6{
  font-size: 1rem;
}
.footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 767px) {
    #API\ Service .footer h1,#API\ Service 
  .footer h2,#API\ Service 
  .footer h3,#API\ Service 
  .footer h4,#API\ Service 
  .footer h5,#API\ Service 
  .footer h6 {
      font-size: 0.95rem;
    }
  }
@media (min-width: 768px) and (max-width: 1023px) {
    #API\ Service .footer h1,#API\ Service 
  .footer h2,#API\ Service 
  .footer h3,#API\ Service 
  .footer h4,#API\ Service 
  .footer h5,#API\ Service 
  .footer h6 {
      font-size: 1rem;
    }
  }
.footer p{
  font-size: 10px;
}
ul li a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
ul li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(13 36 44 / var(--tw-text-opacity, 1));
}
p, li{
  line-height: 1.625;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 540px){
  .container{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.row{
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.section{
  padding-top: 4rem;
  padding-bottom: 4rem;
    mix-blend-mode: multiply;
}
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1202px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.social-icons{
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.social-icons li{
  margin: 0.5rem;
  display: inline-block;
  line-height: 1;
}
.social-icons li a{
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.social-icons li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.social-icons li a svg{
  margin: auto;
  height: 2.75rem;
}
.social-icons li a path{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.social-icons li a:hover path{
  fill: #fff;
}
.notice .notice-body p{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.notice.note .notice-head{
  --tw-bg-opacity: 1;
  background-color: rgb(127 182 217 / var(--tw-bg-opacity, 1));
}
.notice.note .notice-body{
  background-color: rgb(127 182 217 / 0.25);
}
.notice.tip .notice-head{
  --tw-bg-opacity: 1;
  background-color: rgb(115 226 115 / var(--tw-bg-opacity, 1));
}
.notice.tip .notice-body{
  background-color: rgb(115 226 115 / 0.25);
}
.notice.info .notice-head{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 146 / var(--tw-bg-opacity, 1));
}
.notice.info .notice-body{
  background-color: rgb(240 179 126 / 0.25);
}
.notice.warning .notice-head{
  --tw-bg-opacity: 1;
  background-color: rgb(255 145 140 / var(--tw-bg-opacity, 1));
}
.notice.warning .notice-body{
  background-color: rgb(255 145 140 / 0.25);
}
.tab-nav-item.active {
    border-bottom: 3px solid #aaa;
    opacity: 1;
  }
.tab-content .tab-content-panel.active {
    display: block;
  }
.accordion {
    background-color: #fff;
  }
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-size: 1.6rem;
  }
.accordion-icon {
    width: 0.78em;
    height: 0.78em;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
  }
.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
  }
.accordion.active .accordion-icon {
    transform: rotate(180deg);
  }
.accordion.active .accordion-content {
    max-height: 100vh;
  }
select:invalid {
    color: #b0b0b0 !important;
  }
.content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17, 24, 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255, 255, 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.content{
  max-width: none;
}
.content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: .5em;
  margin-bottom: .9em;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 2.399798297585031rem;
}
@media (min-width: 768px){
  .content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 2.9997478719812887rem;
  }
}
.content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.9264502152066136rem;
}
@media (min-width: 768px){
  .content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 2.408062769008267rem;
  }
}
.content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.5464676491371294rem;
}
@media (min-width: 768px){
  .content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.9330845614214116rem;
  }
}
.content :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.25rem;
}
.content :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0.625rem;
}
.content :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.content :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.content :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 0px;
  border-width: 0px;
  padding-left: 0px;
  font-style: normal;
}
.content :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(13 36 44 / var(--tw-text-opacity, 1));
}
.content :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 0px;
}
.content :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(13 36 44 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  text-decoration-line: underline;
}
.content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.content * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker{
  color: rgb(34 34 34 );
}
.content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker{
  color: rgb(34 34 34 );
}
.content :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.content :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.content :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.content :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content h5 + p{
  margin-top: 0.625rem;
}
.content p + h5{
  margin-top: 1.25rem;
}
.content p + h4,
  .content ul + h4{
  margin-top: 2.5rem;
}
.content h4 + p,
  .content h4 + ul{
  margin-top: 1.25rem;
}
.key-feature-grid .\!icon{
  height: 1.5rem;
  width: 1.5rem;
}
.key-feature-grid .icon{
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 1024px) {
    .filter-list .relative.key-feature-grid .\!icon img.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .relative.w-3\/4.key-feature-grid .\!icon img img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.key-feature-grid .\!icon img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
    .filter-list .relative.key-feature-grid .icon img.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .relative.w-3\/4.key-feature-grid .icon img img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.key-feature-grid .icon img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
    .filter-list .video.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .video.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .video.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .video.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.video{
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.video.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .video {
      height: 16rem;
    }
  }
@media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .video {
      height: 14rem;
    }
  }
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .video {
      height: 12rem;
    }
  }
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .video {
      height: 11rem;
    }
  }
@media (max-width: 320px) {
    .api-service-card .video {
      height: 10rem;
    }
  }
@keyframes shadow-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(254, 96, 25, 0.7);
    }
    70% {
      box-shadow: 0 0 0 35px rgba(254, 96, 25, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(254, 96, 25, 0);
    }
  }
@keyframes shadow-pulse-2 {
    0% {
      box-shadow: 0 0 0 0px rgba(254, 96, 25, 0.7);
    }
    70% {
      box-shadow: 0 0 0 20px rgba(254, 96, 25, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(254, 96, 25, 0);
    }
  }
.reviews-carousel .swiper-pagination-bullet{
  height: 0.875rem;
  width: 0.875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity, 1));
}
.reviews-carousel .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(13 36 44 / var(--tw-bg-opacity, 1));
}
.services .tab-nav{
  display: inline-block;
}
.services .tab-nav-item{
  margin-bottom: 1rem;
  display: flex;
  border-radius: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.services .tab-nav-item.active{
  border-bottom-width: 0px;
  background-color: rgb(13 36 44 / 0.4);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.footer h6{
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px){
  .footer h6{
    margin-bottom: 2rem;
  }
}
.footer p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer li > a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(13 36 44 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
@media (max-width: 1024px) {
    .filter-list .\!card.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .\!card.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .\!card.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .\!card.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .relative.w-3\/4.\!card img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.\!card{
  position: relative;
  height: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.\!card.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
.relative.\!card.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .\!card {
      height: 16rem;
    }
  }
@media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .\!card {
      height: 14rem;
    }
  }
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .\!card {
      height: 12rem;
    }
  }
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .\!card {
      height: 11rem;
    }
  }
@media (max-width: 320px) {
    .api-service-card .\!card {
      height: 10rem;
    }
  }
@media (max-width: 1024px) {
    .filter-list .card.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .card.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .card.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .card.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .relative.w-3\/4.card img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.card{
  position: relative;
  height: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.card.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
.relative.card.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .card {
      height: 16rem;
    }
  }
@media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .card {
      height: 14rem;
    }
  }
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .card {
      height: 12rem;
    }
  }
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .card {
      height: 11rem;
    }
  }
@media (max-width: 320px) {
    .api-service-card .card {
      height: 10rem;
    }
  }
.tag{
  display: inline-block;
  height: 2rem;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 36 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 235 225 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(13 36 44 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.relative.bg-white.tag:hover .services-scroll {
    animation-play-state: paused;
  }
.tag:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 36 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.featured-posts .\!card{
  align-items: center;
}
@media (min-width: 1024px){
  .featured-posts .\!card{
    display: flex;
  }
}
.featured-posts .card{
  align-items: center;
}
@media (min-width: 1024px){
  .featured-posts .card{
    display: flex;
  }
}
.filter-btn-active, .filter-btn.active{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 10px 20px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.relative.filter-btn-active.rounded-3xl:hover .services-scroll,.relative .filter-btn.active.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
.panel .accordion-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.auth-banner .swiper-pagination-bullet{
  height: 15px;
  width: 15px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.auth-banner .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.relative.auth-banner .swiper-pagination-bullet-active.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
.faqs .accordion-icon{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.faqs .accordion.active .accordion-icon{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.faqs .accordion.active .accordion-content{
  padding-top: 0.25rem;
  padding-bottom: 1.5rem;
}
.faqs .accordion.active .accordion-content p + p{
  margin-top: 1.5rem;
}
.features-tab-penel.active{
  display: block;
}
.features-tab-item.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.features-tab-item.active h2{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.features-tab-item.active p{
  display: block;
}
@media (max-width: 1024px) {
    .filter-list .relative.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto !important;
    }
    .filter-list .relative.w-3\/4.h-full img {
      position: static !important;
      width: 100% !important;
      margin-bottom: 5rem;
    }
  }
input#nav-toggle:checked ~ label#show-button{
  display: none;
}
input.mobile-lang-dropdown#nav-toggle:checked ~ label#show-button {
    display: none;
  }
input.hcl-gallery-slide#nav-toggle:checked ~ label#show-button {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
input#nav-toggle:checked ~ label#hide-button{
  display: flex;
}
@media (min-width: 1024px){
  input#nav-toggle:checked ~ label#hide-button{
    display: none;
  }
  input#nav-toggle:checked ~ label#hide-button.mobile-lang-dropdown {
    display: none;
  }
  input#nav-toggle:checked ~ label#hide-button.hcl-gallery-slide {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
}
input#nav-toggle:checked ~ #nav-menu{
  display: block;
}
@media (min-width: 1024px){
  input#nav-toggle:checked ~ #nav-menu{
    display: flex;
  }
}
.header{
  position: sticky;
  top: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px){
  .header{
    background-color: transparent;
  }
}
.header-sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.05);
}
.relative.header-sticky.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (max-width: 1024px) {
    .filter-list .navbar.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .navbar.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .navbar.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .navbar.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.navbar{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .navbar {
      height: 16rem;
    }
  }
@media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .navbar {
      height: 14rem;
    }
  }
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .navbar {
      height: 12rem;
    }
  }
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .navbar {
      height: 11rem;
    }
  }
@media (max-width: 320px) {
    .api-service-card .navbar {
      height: 10rem;
    }
  }
@media (max-width: 1024px) {
    .filter-list .nav-link.active.w-full.lg\:w-1\/2.h-\[400px\],.filter-list  .nav-link:hover.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .nav-link.active.w-3\/4.h-full img,.filter-list  .nav-link:hover.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .nav-link.active.w-full.lg\:w-1\/2.h-\[400px\],.filter-list  .nav-link:hover.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .nav-link.active.w-3\/4.h-full img,.filter-list  .nav-link:hover.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.nav-link.active, .nav-link:hover{
  position: relative;
}
.nav-link.active.bg-white.rounded-3xl:hover .services-scroll, .nav-link:hover.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .nav-link.active,.api-service-card  .nav-link:hover {
      height: 16rem;
    }
  }
@media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .nav-link.active,.api-service-card  .nav-link:hover {
      height: 14rem;
    }
  }
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .nav-link.active,.api-service-card  .nav-link:hover {
      height: 12rem;
    }
  }
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .nav-link.active,.api-service-card  .nav-link:hover {
      height: 11rem;
    }
  }
@media (max-width: 320px) {
    .api-service-card .nav-link.active,.api-service-card  .nav-link:hover {
      height: 10rem;
    }
  }
.nav-link.active::after, .nav-link:hover::after{
  position: absolute;
  bottom: 0px;
  left: 0.5rem;
  right: 0.5rem;
  height: 0.125rem;
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  --tw-content: "";
  content: var(--tw-content);
    background-image: linear-gradient(184.78deg, #e0e7eb 7.64%, #99dbfa 120.07%);
}
@media (max-width: 1024px) {
    .filter-list .btn.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .btn.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .btn.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .btn.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .btn {
      height: 16rem;
    }
  }
@media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .btn {
      height: 14rem;
    }
  }
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .btn {
      height: 12rem;
    }
  }
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .btn {
      height: 11rem;
    }
  }
@media (max-width: 320px) {
    .api-service-card .btn {
      height: 10rem;
    }
  }
@media (max-width: 767px) {
    #API\ Service .btn {
      font-size: 0.95rem;
    }
  }
@media (min-width: 768px) and (max-width: 1023px) {
    #API\ Service .btn {
      font-size: 1rem;
    }
  }
.btn {
    color: #053535;
    border: 0;
    width: auto;
    z-index: 0;
  }
@media (max-width: 1024px) {
    .filter-list .btn span.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .btn span.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .btn span.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .btn span.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
.btn span{
  position: relative;
  z-index: 10;
  display: inline-block;
}
.btn span.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
@media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .btn span {
      height: 16rem;
    }
  }
@media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .btn span {
      height: 14rem;
    }
  }
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .btn span {
      height: 12rem;
    }
  }
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .btn span {
      height: 11rem;
    }
  }
@media (max-width: 320px) {
    .api-service-card .btn span {
      height: 10rem;
    }
  }
.btn .arrow{
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    transform: translateX(0);
}
.btn:hover {
    background-image: linear-gradient(184.78deg, #3a8af3 7.64%, #afd2dd 120.07%);
    color: #012d3f;
  }
.btn:hover .arrow {
    transform: translateX(5px);
  }
.btn::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0);
    z-index: 0;
    transition: background 0.3s ease;
  }
.btn:hover::before {
    background: rgba(255, 255, 255, 0.1);
  }
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-8{
  bottom: -2rem;
}
.-left-8{
  left: -2rem;
}
.-right-8{
  right: -2rem;
}
.-top-8{
  top: -2rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/3{
  left: 33.333333%;
}
.left-2\/3{
  left: 66.666667%;
}
.left-4{
  left: 1rem;
}
.left-80{
  left: 20rem;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-3{
  top: 0.75rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-\[387px\]{
  top: 387px;
}
.top-\[605px\]{
  top: 605px;
}
.top-full{
  top: 100%;
}
.-z-\[1\]{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.m-10{
  margin: 2.5rem;
}
.m-4{
  margin: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-6{
  height: 1.5rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[184px\]{
  height: 184px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[45vh\]{
  height: 45vh;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[80px\]{
  height: 80px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-1\/5{
  width: 20%;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[184px\]{
  width: 184px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[400px\]{
  width: 400px;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[883px\]{
  max-width: 883px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-12{
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-3{
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-6{
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-6{
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-80{
  gap: 20rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-cyan-700{
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-sky-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-sky-900\/40{
  border-color: rgb(12 74 110 / 0.4);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(13 36 44 / var(--tw-bg-opacity, 1));
}
.bg-sky-200\/10{
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/20{
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-600\/10{
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-800\/90{
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}
.bg-sky-950\/80{
  background-color: rgb(8 47 73 / 0.8);
}
.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-theme-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity, 1));
}
.bg-theme-dark\/20{
  background-color: rgb(26 32 44 / 0.2);
}
.bg-theme-light{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-black\/60{
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400{
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-900\/40{
  --tw-gradient-from: rgb(22 78 99 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50{
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400{
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-400{
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-950{
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-950\/70{
  --tw-gradient-from: rgb(8 47 73 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-50\/30{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sky-900{
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sky-950\/60{
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 47 73 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sky-950\/80{
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 47 73 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-gray-50{
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.to-indigo-600{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-sky-600{
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}
.to-sky-600\/20{
  --tw-gradient-to: rgb(2 132 199 / 0.2) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2\.5px\]{
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pr-12{
  padding-right: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-52{
  padding-top: 13rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.font-secondary{
  font-family: Merriweather, sans-serif;
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-base{
  font-size: 10px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-cyan-100{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(13 36 44 / var(--tw-text-opacity, 1));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-sky-950{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl{
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[3s\]{
  transition-duration: 3s;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* ==================== UTILITIES.SCSS - COMPLETE FILE ==================== */
/* ===== BASE STYLES ===== */
b,
  strong{
  font-weight: 600;
}
code::after{
  content: var(--tw-content);
  border-style: none;
}
.shadow-lg {
    box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
  }
/* ===== CUSTOM ANIMATIONS ===== */
@keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.slide-down {
    animation: slideDown 0.3s ease-out forwards;
  }
.expand-btn.rotated {
    transform: rotate(180deg);
  }
@keyframes scroll-up-loop {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
.services-scroll {
    position: absolute;
    width: 100%;
    animation: scroll-up-loop 20s linear infinite;
  }
.relative.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
/* ==================== HERO SECTION STYLES ==================== */
/* Default desktop diagonal */
.clip-diagonal-hero {
    clip-path: polygon(0 0, 60% 0, 45% 100%, 0 100%);
    transition: clip-path 0.4s ease-in-out;
  }
/* ==================== HERO SECTION RESPONSIVE ADJUSTMENTS ==================== */
/* ===== EXTRA LARGE DESKTOP (1920px+) ===== */
@media (min-width: 1920px) {
    .clip-diagonal-hero {
      clip-path: polygon(0 0, 55% 0, 42% 100%, 0 100%);
    }
    .hero-heading {
      font-size: 4rem;
      line-height: 1.1;
    }
    .hero-subheading {
      font-size: 1.5rem;
      line-height: 1.6;
    }
    .hero-cta {
      font-size: 1.25rem;
      padding: 1rem 2.5rem;
    }
  }
/* ===== LARGE DESKTOP (1440px - 1919px) ===== */
@media (min-width: 1440px) and (max-width: 1919px) {
    .clip-diagonal-hero {
      clip-path: polygon(0 0, 58% 0, 44% 100%, 0 100%);
    }
    .hero-heading {
      font-size: 3.5rem;
      line-height: 1.15;
    }
    .hero-subheading {
      font-size: 1.35rem;
      line-height: 1.5;
    }
    .hero-cta {
      font-size: 1.15rem;
      padding: 0.9rem 2.25rem;
    }
  }
/* ===== STANDARD DESKTOP (1200px - 1439px) ===== */
@media (min-width: 1200px) and (max-width: 1439px) {
    .clip-diagonal-hero {
      clip-path: polygon(0 0, 60% 0, 45% 100%, 0 100%);
    }
    .hero-heading {
      font-size: 3rem;
      line-height: 1.2;
    }
    .hero-subheading {
      font-size: 1.25rem;
      line-height: 1.5;
    }
    .hero-cta {
      font-size: 1.1rem;
      padding: 0.85rem 2rem;
    }
  }
/* ===== LAPTOPS & SMALL DESKTOPS (1024px - 1199px) ===== */
@media (min-width: 1024px) and (max-width: 1199px) {
    .clip-diagonal-hero {
      clip-path: polygon(0 0, 65% 0, 50% 100%, 0 100%);
    }
    .hero-heading {
      font-size: 2.75rem;
      line-height: 1.2;
    }
    .hero-subheading {
      font-size: 1.15rem;
      line-height: 1.5;
    }
    .hero-cta {
      font-size: 1.05rem;
      padding: 0.8rem 1.75rem;
    }
  }
/* ===== TABLETS & iPADS (768px - 1023px) ===== */
@media (min-width: 768px) and (max-width: 1023px) {
    .clip-diagonal-hero {
      clip-path: none; /* Remove diagonal clip */
    }
    .hero-bg-image {
      background-position: center center;
    }
    .hero-content {
      padding-left: 2rem;
      padding-right: 2rem;
      text-align: center;
      max-width: 100%;
    }
    .hero-heading {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .hero-subheading {
      font-size: 1.1rem;
      line-height: 1.5;
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .hero-cta {
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
      margin-top: 1rem;
    }
  }
/* ===== LARGE MOBILE (481px - 767px) ===== */
@media (min-width: 481px) and (max-width: 767px) {
    .clip-diagonal-hero {
      clip-path: none; /* Remove diagonal clip */
    }
    .hero-bg-image {
      background-position: center center;
    }
    .hero-content {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: center;
    }
    .hero-heading {
      font-size: 2rem;
      line-height: 1.2;
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .hero-subheading {
      font-size: 1rem;
      line-height: 1.4;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .hero-cta {
      font-size: 0.95rem;
      padding: 0.65rem 1.25rem;
      margin-top: 0.75rem;
    }
  }
/* ===== STANDARD MOBILE (376px - 480px) ===== */
@media (min-width: 376px) and (max-width: 480px) {
    .clip-diagonal-hero {
      clip-path: none; /* Remove diagonal clip */
    }
    .hero-bg-image {
      background-position: center center;
    }
    .hero-content {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      text-align: center;
    }
    .hero-heading {
      font-size: 1.85rem;
      line-height: 1.2;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .hero-subheading {
      font-size: 0.95rem;
      line-height: 1.4;
      margin-top: 0.4rem;
      margin-bottom: 0.4rem;
    }
    .hero-cta {
      font-size: 0.9rem;
      padding: 0.6rem 1.15rem;
      margin-top: 0.6rem;
    }
  }
/* ===== SMALL MOBILE (321px - 375px) ===== */
@media (min-width: 321px) and (max-width: 375px) {
    .clip-diagonal-hero {
      clip-path: none; /* Remove diagonal clip */
    }
    .hero-bg-image {
      background-position: center center;
    }
    .hero-content {
      padding-left: 1rem;
      padding-right: 1rem;
      text-align: center;
    }
    .hero-heading {
      font-size: 1.75rem;
      line-height: 1.2;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .hero-subheading {
      font-size: 0.9rem;
      line-height: 1.4;
      margin-top: 0.4rem;
      margin-bottom: 0.4rem;
    }
    .hero-cta {
      font-size: 0.85rem;
      padding: 0.55rem 1rem;
      margin-top: 0.5rem;
    }
  }
/* ===== EXTRA SMALL MOBILE (280px - 320px) ===== */
@media (max-width: 320px) {
    .clip-diagonal-hero {
      clip-path: none; /* Remove diagonal clip */
    }
    .hero-bg-image {
      background-position: center center;
    }
    .hero-content {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      text-align: center;
    }
    .hero-heading {
      font-size: 1.5rem;
      line-height: 1.2;
      margin-top: 0.4rem;
      margin-bottom: 0.4rem;
    }
    .hero-subheading {
      font-size: 0.85rem;
      line-height: 1.4;
      margin-top: 0.3rem;
      margin-bottom: 0.3rem;
    }
    .hero-cta {
      font-size: 0.8rem;
      padding: 0.5rem 0.9rem;
      margin-top: 0.5rem;
    }
  }
/* ==================== HEADER STYLES ==================== */
/* Header wrapper - controls padding */
.header {
    transition: padding 0s ease, top 0s ease;
  }
/* ===== LANDING PAGE - Default transparent navbar (ALL DEVICES) ===== */
body.landing-page .header {
    padding-top: 2.5rem;
    background-color: transparent;
  }
body.landing-page .navbar{
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.1);
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
body.relative.bg-white.landing-page .navbar:hover .services-scroll {
    animation-play-state: paused;
  }
body.landing-page .navbar {
    max-width: 1280px;
    margin: 0 auto;
  }
body.landing-page .navbar a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
body.landing-page .navbar h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.landing-page .navbar .navlist{
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
/* Navbar hover effects - Desktop only */
@media (min-width: 1024px) {
    body.landing-page .navbar > ul#nav-menu > li > a:hover,
    body:not(.landing-page) .navbar > ul#nav-menu > li > a:hover {
      font-weight: 300;
      text-shadow: 0 2px 8px rgba(72, 198, 236, 0.5) !important;
      color: #ffffff;
      background-color: transparent !important;
      text-decoration: underline;
      text-underline-offset: 6px;
      transition: all 0.3s ease;
    }
    body.landing-page .navbar .navlist a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      text-shadow: none;
      text-decoration: none;
      transition: all 0.3s ease;
    }
  }
/* ===== LANDING PAGE - After scroll (sticky state) - ALL DEVICES ===== */
body.landing-page .header.header-sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
    padding-top: 0;
    padding-bottom: 0;
}
body.landing-page .header.header-sticky .navbar{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}
body.landing-page .header.header-sticky .navbar a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.landing-page .header.header-sticky .navlist{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* ===== NON-LANDING PAGES - Solid navbar from start ===== */
body:not(.landing-page) .header{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
    padding-top: 0;
    padding-bottom: 0;
}
body:not(.landing-page) .header .navbar{
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
    border-radius: 0;
    max-width: 100%;
    margin: 0;
}
body:not(.landing-page) .header.header-sticky .navbar a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
body:not(.landing-page) .navbar > ul#nav-menu > li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration: underline;
    text-underline-offset: 6px;
    background-color: transparent;
}
body:not(.landing-page) .header.header-sticky .navbar h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body:not(.landing-page) .navlist{
  border-radius: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
body:not(.landing-page) .navbar .navlist a:hover{
  background-color: rgb(226 232 240 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* ===== RESPONSIVE STYLES - LANDING PAGE TRANSPARENT NAVBAR ===== */
/* Extra Large Desktop (1920px+) */
@media (min-width: 1920px) {
    body.landing-page .header {
      padding-top: 3rem;
    }
    body.landing-page .navbar {
      max-width: 1400px;
      padding: 1rem 2rem;
    }
  }
/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    body.landing-page .header {
      padding-top: 2.75rem;
    }
    body.landing-page .navbar {
      max-width: 1320px;
    }
  }
/* Standard Desktop (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    body.landing-page .header {
      padding-top: 2.5rem;
    }
    body.landing-page .navbar {
      max-width: 1180px;
    }
  }
/* Laptop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    body.landing-page .header {
      padding-top: 80rem 6rem;
    }
    body.landing-page .navbar {
      max-width: calc(100% - 6rem);
      margin: 0 1.5rem;
    }
    /* Ensure all navbar items stay in one line */
    body.landing-page .navbar,
    body:not(.landing-page) .navbar {
      display: flex;
      align-items: center;
      gap: 0.9rem;
      flex-wrap: nowrap;
    }
  }
/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    body.landing-page .header {
      padding-top: 1.5rem;
      background-color: transparent;
    }
    body.landing-page .navbar{
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: rgb(255 255 255 / 0.1);
    --tw-backdrop-blur: blur(16px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  body.relative.bg-white.landing-page .navbar:hover .services-scroll {
    animation-play-state: paused;
  }
    body.landing-page .navbar {
      max-width: calc(100% - 2.5rem);
      margin: 0 1.25rem;
    }
    #nav-toggle:checked ~ #nav-menu{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
  }
    #nav-toggle:checked ~ #nav-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
    #nav-toggle:checked ~ #nav-menu{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: rgb(8 47 73 / 0.95);
    padding: 1.5rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(24px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  }
/* Large Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    body.landing-page .header {
      padding-top: 1.25rem;
      background-color: transparent;
    }
    body.landing-page .navbar{
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: rgb(255 255 255 / 0.1);
    --tw-backdrop-blur: blur(16px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  body.relative.bg-white.landing-page .navbar:hover .services-scroll {
    animation-play-state: paused;
  }
    body.landing-page .navbar {
      max-width: calc(100% - 2rem);
      margin: 0 1rem;
    }
    #nav-toggle:checked ~ #nav-menu{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0px;
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
  }
    #nav-toggle:checked ~ #nav-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
    #nav-toggle:checked ~ #nav-menu{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: rgb(8 47 73 / 0.95);
    padding: 1.25rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(24px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  }
/* Standard Mobile (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
    body.landing-page .header {
      padding-top: 1rem;
      background-color: transparent;
    }
    body.landing-page .navbar{
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: rgb(255 255 255 / 0.1);
    --tw-backdrop-blur: blur(16px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  body.relative.bg-white.landing-page .navbar:hover .services-scroll {
    animation-play-state: paused;
  }
    body.landing-page .navbar {
      max-width: calc(100% - 1.75rem);
      margin: 0 0.875rem;
    }
    #nav-toggle:checked ~ #nav-menu{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0px;
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
  }
    #nav-toggle:checked ~ #nav-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
    #nav-toggle:checked ~ #nav-menu{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: rgb(8 47 73 / 0.95);
    padding: 1rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(24px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  }
/* Small Mobile (321px - 375px) */
@media (min-width: 321px) and (max-width: 375px) {
    body.landing-page .header {
      padding-top: 1rem;
      background-color: transparent;
    }
    body.landing-page .navbar{
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: rgb(255 255 255 / 0.1);
    --tw-backdrop-blur: blur(16px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  body.relative.bg-white.landing-page .navbar:hover .services-scroll {
    animation-play-state: paused;
  }
    body.landing-page .navbar {
      max-width: calc(100% - 1.5rem);
      margin: 0 0.75rem;
    }
    #nav-toggle:checked ~ #nav-menu{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0px;
    margin-top: 0.625rem;
    display: flex;
    flex-direction: column;
  }
    #nav-toggle:checked ~ #nav-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }
    #nav-toggle:checked ~ #nav-menu{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: rgb(8 47 73 / 0.95);
    padding: 1rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(24px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  }
/* Extra Small Mobile (280px - 320px) */
@media (max-width: 320px) {
    body.landing-page .header {
      padding-top: 0.875rem;
      background-color: transparent;
    }
    body.landing-page .navbar{
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: rgb(255 255 255 / 0.1);
    --tw-backdrop-blur: blur(16px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  body.relative.bg-white.landing-page .navbar:hover .services-scroll {
    animation-play-state: paused;
  }
    body.landing-page .navbar {
      max-width: calc(100% - 1.25rem);
      margin: 0 0.625rem;
    }
    #nav-toggle:checked ~ #nav-menu{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0px;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
  }
    #nav-toggle:checked ~ #nav-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
    #nav-toggle:checked ~ #nav-menu{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: rgb(8 47 73 / 0.95);
    padding: 0.875rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(24px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  }
/* Common mobile menu styles */
@media (max-width: 1023px) {
    #nav-menu{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  @media (max-width: 1024px) {
    .filter-list .nav-drop .navlist.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .nav-drop .navlist.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
    .filter-list .nav-drop .navlist.w-full.lg\:w-1\/2.h-\[400px\] {
      height: auto;
    }
    .filter-list .nav-drop .navlist.w-3\/4.h-full img {
      position: static;
      width: 100%;
      margin-bottom: 5rem;
    }
  }
    .nav-drop .navlist{
    visibility: visible;
    position: relative;
    margin-top: 0.5rem;
    width: 200px;
    opacity: 1;
  }
  .nav-drop .navlist.bg-white.rounded-3xl:hover .services-scroll {
    animation-play-state: paused;
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    /* Center the third card */
    .api-service-card .nav-drop .navlist {
      height: 16rem;
    }
  }
  @media (min-width: 481px) and (max-width: 767px) {
    /* Center the third card */
    .api-service-card .nav-drop .navlist {
      height: 14rem;
    }
  }
  @media (min-width: 376px) and (max-width: 480px) {
    .api-service-card .nav-drop .navlist {
      height: 12rem;
    }
  }
  @media (min-width: 321px) and (max-width: 375px) {
    .api-service-card .nav-drop .navlist {
      height: 11rem;
    }
  }
  @media (max-width: 320px) {
    .api-service-card .nav-drop .navlist {
      height: 10rem;
    }
  }
  .scroll-to-top.nav-drop .navlist {
    opacity: 1;
    visibility: visible;
  }
  }
/* ==================== SEARCH MODAL ==================== */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    backdrop-filter: blur(4px);
  }
.search-modal.active {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5rem;
  }
.search-content {
    background: #dbeafe;
    border-radius: 1.5rem;
    width: 90%;
    max-width: 700px;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
.search-result-item {
    transition: background 0.2s ease;
  }
.search-result-item:hover {
    background: #f0f9ff;
  }
/* ==================== MOBILE SIDEBAR ==================== */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #0d365d;
    z-index: 9998;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
  }
.mobile-sidebar.active {
    right: 0;
  }
.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9997;
  }
.mobile-overlay.active {
    display: block;
  }
/* ==================== DESKTOP LANGUAGE DROPDOWN ==================== */
.lang-switcher {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
.lang-switcher button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0rem 1rem;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
  }
.lang-switcher button:hover {
    color: #ffffff;
  }
.lang-switcher button svg {
    width: 2.25rem;
    height: 2.1rem;
    transition: all 0.3s ease;
  }
.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0rem;
    background: #082f49;
    color: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    z-index: 50;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
.lang-switcher:hover .lang-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
  }
.lang-dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }
.lang-dropdown a:hover {
    background: #b6b8b9;
    color: #082f49 !important;
    padding-left: 1rem;
  }
.lang-dropdown a:first-child {
    border-radius: 0.75rem 0.75rem 0 0;
  }
.lang-dropdown a:last-child {
    border-radius: 0 0 0.75rem 0.75rem;
  }
.lang-dropdown:hover {
    display: block;
    opacity: 1;
    visibility: visible;
  }
@media (max-width: 1024px) {
    .lang-switcher {
      display: none;
    }
  }
/* ==================== MOBILE LANGUAGE DROPDOWN ==================== */
.mobile-lang-dropdown {
    background: #adc7df;
    backdrop-filter: blur(10px);
    border-radius: 0.75rem;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    max-height: 300px;
    overflow-y: auto;
  }
.mobile-lang-dropdown.hidden {
    display: none;
  }
.mobile-lang-dropdown button {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #adc7df;
    border: none;
    color: #0d365d;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.5rem;
  }
.mobile-lang-dropdown button:hover {
    background: rgba(255, 255, 255, 0.2);
  }
/* ==================== SISTER CONCERNS DROPDOWN - DESKTOP & MOBILE ==================== */
/* ==================== SISTER CONCERNS DROPDOWN ==================== */
/* ===== DESKTOP STYLES (≥1024px) ===== */
@media (min-width: 1024px) {
    .sister-dropdown {
      position: relative;
      /* Mobile toggle hidden on desktop */
    }
    .sister-dropdown .sister-checkbox {
      display: none;
    }
    .sister-dropdown {
      /* Main toggle styling */
    }
    .sister-dropdown .sister-toggle {
      display: flex;
      align-items: center;
      padding: 0.75rem 1.25rem;
      font-size: 1.25rem;
      font-weight: 500;
      color: #fff;
      cursor: pointer;
      border-radius: 0.75rem;
      transition: all 0.3s ease;
    }
    .sister-dropdown .sister-toggle a {
      color: inherit;
      text-decoration: none;
    }
    .sister-dropdown .sister-toggle:hover {
      background: transparent;
      color: #ffffff;
    }
    .sister-dropdown .sister-toggle svg {
      transition: transform 0.3s ease;
    }
    .sister-dropdown .sister-toggle:hover svg {
      transform: rotate(180deg);
    }
    .sister-dropdown {
      /* Sister List - Submenu */
    }
    .sister-dropdown .sister-list {
      position: absolute;
      top: 0;
      left: 100%;
      margin-left: 0.5rem;
      background: #082f49;
      border-radius: 1.25rem;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      padding: 0.75rem 0;
      width: 22rem;
      opacity: 0;
      visibility: hidden;
      transform: translateX(10px);
      transition: all 0.3s ease;
      z-index: 150;
      color: white;
    }
    .sister-dropdown .sister-list li {
      list-style: none;
    }
    .sister-dropdown .sister-list li a {
      display: block;
      padding: 0.6rem 1.5rem;
      color: #fff;
      font-size: 1.3rem;
      font-weight: 400;
      border-radius: 0.5rem;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .sister-dropdown .sister-list li a:hover {
      background: #b0cdf3;
      color: #082f49;
    }
    .sister-dropdown {
      /* Show sister list on hover */
    }
    .sister-dropdown:hover .sister-list {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }
  }
/* ===== MOBILE STYLES (<1024px) - CSS-only toggle ===== */
@media (max-width: 1023px) {
    .sister-dropdown {
      position: relative;
      /* Hide the checkbox input */
    }
    .sister-dropdown .sister-checkbox {
      display: none;
    }
    .sister-dropdown {
      /* Default: hide sister list */
    }
    .sister-dropdown .sister-list {
      display: none;
      background: rgba(245, 247, 248, 0.8);
      padding-left: 1rem;
      margin-top: 0.5rem;
      color: #082f49 !important;
      border-radius: 1.25rem;
    }
    .sister-dropdown .sister-list li a {
      display: block;
      padding: 0.75rem 1rem;
      font-size: 1.25rem;
      color: #082f49;
      text-decoration: none;
      transition: background 0.2s ease;
    }
    .sister-dropdown .sister-list li a:hover {
      background: rgba(5, 107, 167, 0.2);
      color: #082f49;
      border-radius: 1.25rem;
    }
    .sister-dropdown {
      /* Show list when checkbox is checked */
    }
    .sister-dropdown .sister-checkbox:checked + .sister-toggle + .sister-list {
      display: block;
    }
    .sister-dropdown {
      /* Toggle button styling */
    }
    .sister-dropdown .sister-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 0.75rem 1rem;
      color: white;
      cursor: pointer;
      transition: background-color 0.2s;
    }
    .sister-dropdown .sister-toggle:hover {
      background: rgba(255, 255, 255, 0.1);
    }
    .sister-dropdown .sister-toggle svg {
      transition: transform 0.3s ease;
    }
    .sister-dropdown {
      /* Rotate arrow when expanded */
    }
    .sister-dropdown .sister-checkbox:checked + .sister-toggle svg {
      transform: rotate(180deg);
    }
    /* Small devices adjustments */
  }
@media (max-width: 1023px) and (max-width: 400px) and (max-height: 900px) {
    .sister-dropdown .sister-list li a {
      font-size: 0.85rem;
      padding: 0.6rem 0.8rem;
    }
    .sister-dropdown .sister-toggle {
      padding: 0.6rem 0.8rem;
      font-size: 0.9rem;
    }
  }
@media (max-width: 1023px) {
    /* Tablets */
  }
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .sister-dropdown .sister-list li a {
      font-size: 1rem;
      padding: 0.8rem 1.2rem;
    }
    .sister-dropdown .sister-toggle {
      padding: 0.8rem 1.2rem;
      font-size: 1.1rem;
    }
  }
/* ==================== END OF HEADER & NAVIGATION STYLES ==================== */
.certification-badge {
    animation: fadeInRight 1s ease-out forwards;
    opacity: 0;
  }
.certification-badge:nth-child(1) {
    animation-delay: 0.8s;
  }
.certification-badge:nth-child(2) {
    animation-delay: 1s;
  }
@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
.newsroom-card {
    background-color: rgb(189, 229, 245);
    border-radius: 0.5rem;
    border: 1px solid #78afe4;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
  }
.newsroom-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
.newsroom-card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 28rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
.newsroom-card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
  }
.newsroom-card:hover .newsroom-card-image {
    transform: scale(1.1);
  }
.newsroom-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  }
.newsroom-card-content {
    padding: 0.5rem;
  }
.newsroom-card-category {
    color: #e91e63;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
  }
.newsroom-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
    transition: color 0.2s ease;
    line-height: 1.4;
  }
.newsroom-card-title:hover {
    color: #e91e63;
  }
.newsroom-card-description {
    color: #3b3d41;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.newsroom-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
  }
.newsroom-card-date {
    color: #3b3d41;
    font-size: 1.1rem;
  }
.newsroom-card-link {
    color: #e91e63;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.2s ease;
  }
.newsroom-card-link:hover {
    color: #c2185b;
  }
.newsroom-sidebar-widget {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #e91e63;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    position: sticky;
    top: 1rem;
  }
.newsroom-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
.newsroom-sidebar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
  }
.newsroom-sidebar-toggle-btn {
    color: #e91e63;
    transition: color 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
.newsroom-sidebar-toggle-btn:hover {
    color: #c2185b;
  }
.newsroom-sidebar-toggle-btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
.newsroom-sidebar-scroll-area {
    position: relative;
    overflow: hidden;
    height: 37.5rem;
  }
.newsroom-sidebar-scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    background: linear-gradient(to top, #ffffff, #ffffff, transparent);
    padding-top: 2rem;
  }
.newsroom-sidebar-scroll-btn {
    color: #e91e63;
    transition: color 0.2s ease;
    animation: newsroom-bounce 1s infinite;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
.newsroom-sidebar-scroll-btn:hover {
    color: #c2185b;
  }
.newsroom-sidebar-scroll-btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
.newsroom-custom-scrollbar {
    overflow-y: auto;
    height: 100%;
    padding-right: 0.5rem;
  }
.newsroom-custom-scrollbar::-webkit-scrollbar {
    width: 6px;
  }
.newsroom-custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
.newsroom-custom-scrollbar::-webkit-scrollbar-thumb {
    background: #e91e63;
    border-radius: 10px;
  }
.newsroom-custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #c2185b;
  }
.newsroom-scroll-container {
    animation: newsroom-auto-scroll 20s linear infinite;
  }
.newsroom-scroll-container:hover {
    animation-play-state: paused;
  }
.newsroom-sidebar-item {
    display: flex;
    gap: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
    cursor: pointer;
    margin-bottom: 1rem;
  }
.newsroom-sidebar-item:hover {
    background-color: #f3f4f6;
  }
.newsroom-sidebar-item-image {
    width: 5rem;
    height: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.25rem;
    flex-shrink: 0;
  }
.newsroom-sidebar-item-content {
    flex: 1;
    min-width: 0;
  }
.newsroom-sidebar-item-title {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1f2937;
    margin-bottom: 0.25rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
  }
.newsroom-sidebar-item:hover .newsroom-sidebar-item-title {
    color: #e91e63;
  }
.newsroom-sidebar-item-date {
    font-size: 0.75rem;
    color: #9ca3af;
  }
.newsroom-newsletter-form {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
  }
.newsroom-newsletter-title {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
.newsroom-newsletter-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
.newsroom-newsletter-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    transition: all 0.3s ease;
  }
.newsroom-newsletter-input:focus {
    outline: none;
    border-color: #e91e63;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
  }
.newsroom-newsletter-input::-moz-placeholder {
    color: #9ca3af;
  }
.newsroom-newsletter-input::placeholder {
    color: #9ca3af;
  }
.newsroom-newsletter-submit {
    width: 100%;
    background-color: #e91e63;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
  }
.newsroom-newsletter-submit:hover {
    background-color: #c2185b;
  }
.newsroom-newsletter-submit:active {
    background-color: #ad1457;
  }
@keyframes newsroom-auto-scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
@keyframes newsroom-bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.5rem);
    }
  }
@media (max-width: 768px) {
    .newsroom-card-image-wrapper {
      height: 10rem;
    }
    .newsroom-card-title {
      font-size: 1.125rem;
    }
    .newsroom-sidebar-widget {
      position: static;
    }
    .newsroom-sidebar-scroll-area {
      height: 25rem;
    }
  }
.api-experience-section {
    padding: 100px 20px;
    background: #ffffff;
  }
.api-experience-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
/* Image Side */
.api-image-wrapper {
    position: relative;
  }
.api-experience-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 140px;
    height: 140px;
    background: #02274b;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
.api-experience-number {
    font-size: 5rem;
    font-weight: 900;
    color: #e9edf3;
    line-height: 1;
  }
.api-experience-label {
    font-size: 1.05rem;
    font-weight: 600;
    color: #c9d2df;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
  }
.api-image-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  }
.api-image-frame::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    background: linear-gradient(135deg, #06b6d4, #0891b2, #0e7490);
    border-radius: 28px;
    z-index: -1;
  }
.api-main-image {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 24px;
  }
/* Content Side */
.api-content-wrapper {
    padding-left: 20px;
  }
.api-section-label {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0891b2;
    margin-bottom: 16px;
  }
.api-main-heading {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1e293b;
    margin-bottom: 20px;
  }
.api-description {
    font-size: 1.3rem;
    line-height: 1.58;
    color: #64748b;
    margin-bottom: 10px;
  }
/* Feature List */
.api-features-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
.api-feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
.api-feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #024868, #012831);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
.api-feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 3;
  }
.api-feature-content {
    flex: 1;
  }
.api-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
  }
.api-feature-text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #64748b;
  }
/* ===== RESPONSIVE DESIGN ===== */
/* Extra Large Desktop (1920px+) */
@media (min-width: 1920px) {
    .api-experience-section {
      padding: 120px 40px;
    }
    .api-experience-container {
      max-width: 1400px;
      gap: 100px;
    }
    .api-main-heading {
      font-size: 3.5rem;
    }
    .api-description {
      font-size: 1.4rem;
    }
    .api-main-image {
      height: 480px;
    }
  }
/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .api-experience-section {
      padding: 110px 30px;
    }
    .api-experience-container {
      max-width: 1300px;
      gap: 90px;
    }
    .api-main-heading {
      font-size: 3.2rem;
    }
    .api-main-image {
      height: 450px;
    }
  }
/* Standard Desktop (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    .api-experience-section {
      padding: 100px 25px;
    }
    .api-experience-container {
      max-width: 1150px;
      gap: 80px;
    }
  }
/* Laptop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .api-experience-section {
      padding: 80px 20px;
    }
    .api-experience-container {
      max-width: 1000px;
      gap: 60px;
    }
    .api-main-heading {
      font-size: 2.5rem;
    }
    .api-description {
      font-size: 1.15rem;
    }
    .api-section-label {
      font-size: 1.1rem;
    }
    .api-main-image {
      height: 380px;
    }
    .api-feature-title {
      font-size: 1.3rem;
    }
    .api-feature-text {
      font-size: 1.05rem;
    }
    .api-content-wrapper {
      padding-left: 15px;
    }
  }
/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .api-experience-section {
      padding: 60px 10px;
    }
    .api-experience-container {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 550px;
    }
    .api-content-wrapper {
      padding-left: 0;
    }
    .api-main-heading {
      font-size: 2.25rem;
      margin-bottom: 16px;
    }
    .api-description {
      font-size: 1.1rem;
      margin-bottom: 20px;
    }
    .api-section-label {
      font-size: 1rem;
      margin-bottom: 12px;
    }
    .api-experience-badge {
      width: 120px;
      height: 120px;
      top: -15px;
      left: -15px;
    }
    .api-experience-number {
      font-size: 3rem;
    }
    .api-experience-label {
      font-size: 0.9rem;
    }
    .api-main-image {
      height: 200px;
    }
    .api-features-list {
      gap: 20px;
    }
    .api-feature-title {
      font-size: 1.25rem;
    }
    .api-feature-text {
      font-size: 1rem;
    }
    .api-feature-icon {
      width: 44px;
      height: 44px;
    }
    .api-feature-icon svg {
      width: 22px;
      height: 22px;
    }
  }
/* Large Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .api-experience-section {
      padding: 50px 15px;
    }
    .api-experience-container {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 500px;
    }
    .api-content-wrapper {
      padding-left: 0;
    }
    .api-main-heading {
      font-size: 1.85rem;
      margin-bottom: 14px;
    }
    .api-description {
      font-size: 1rem;
      margin-bottom: 18px;
      line-height: 1.5;
    }
    .api-section-label {
      font-size: 0.95rem;
      margin-bottom: 10px;
      letter-spacing: 1.5px;
    }
    .api-experience-badge {
      width: 100px;
      height: 100px;
      top: -12px;
      left: -12px;
    }
    .api-experience-number {
      font-size: 2.5rem;
    }
    .api-experience-label {
      font-size: 0.8rem;
    }
    .api-main-image {
      height: 280px;
    }
    .api-features-list {
      gap: 16px;
    }
    .api-feature-item {
      gap: 12px;
    }
    .api-feature-title {
      font-size: 1.15rem;
      margin-bottom: 6px;
    }
    .api-feature-text {
      font-size: 0.9rem;
      line-height: 1.45;
    }
    .api-feature-icon {
      width: 40px;
      height: 40px;
    }
    .api-feature-icon svg {
      width: 20px;
      height: 20px;
      stroke-width: 2.5;
    }
  }
/* Standard Mobile (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
    .api-experience-section {
      padding: 40px 12px;
    }
    .api-experience-container {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 320px;
    }
    .api-content-wrapper {
      padding-left: 0;
    }
    .api-main-heading {
      font-size: 1.65rem;
      margin-bottom: 12px;
    }
    .api-description {
      font-size: 0.9rem;
      margin-bottom: 16px;
      line-height: 1.45;
    }
    .api-section-label {
      font-size: 0.85rem;
      margin-bottom: 8px;
      letter-spacing: 1.2px;
    }
    .api-experience-badge {
      width: 90px;
      height: 90px;
      top: -10px;
      left: -10px;
    }
    .api-experience-number {
      font-size: 2.2rem;
    }
    .api-experience-label {
      font-size: 0.7rem;
    }
    .api-main-image {
      height: 250px;
    }
    .api-features-list {
      gap: 14px;
    }
    .api-feature-item {
      gap: 10px;
    }
    .api-feature-title {
      font-size: 1.05rem;
      margin-bottom: 5px;
    }
    .api-feature-text {
      font-size: 0.85rem;
      line-height: 1.4;
    }
    .api-feature-icon {
      width: 38px;
      height: 38px;
    }
    .api-feature-icon svg {
      width: 19px;
      height: 19px;
      stroke-width: 2.5;
    }
  }
/* Small Mobile (321px - 375px) */
@media (min-width: 321px) and (max-width: 375px) {
    .api-experience-section {
      padding: 35px 10px;
    }
    .api-experience-container {
      grid-template-columns: 1fr;
      gap: 22px;
      max-width: 300px;
    }
    .api-content-wrapper {
      padding-left: 0;
    }
    .api-main-heading {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }
    .api-description {
      font-size: 0.85rem;
      margin-bottom: 14px;
      line-height: 1.4;
    }
    .api-section-label {
      font-size: 0.8rem;
      margin-bottom: 8px;
      letter-spacing: 1px;
    }
    .api-experience-badge {
      width: 80px;
      height: 80px;
      top: -8px;
      left: -8px;
    }
    .api-experience-number {
      font-size: 2rem;
    }
    .api-experience-label {
      font-size: 0.55rem;
    }
    .api-main-image {
      height: 200px;
    }
    .api-features-list {
      gap: 12px;
    }
    .api-feature-item {
      gap: 10px;
    }
    .api-feature-title {
      font-size: 1rem;
      margin-bottom: 4px;
    }
    .api-feature-text {
      font-size: 0.8rem;
      line-height: 1.35;
    }
    .api-feature-icon {
      width: 36px;
      height: 36px;
    }
    .api-feature-icon svg {
      width: 18px;
      height: 18px;
      stroke-width: 2.5;
    }
  }
/* Extra Small Mobile (280px - 320px) */
@media (max-width: 320px) {
    .api-experience-section {
      padding: 30px 8px;
    }
    .api-experience-container {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 250px;
    }
    .api-content-wrapper {
      padding-left: 0;
    }
    .api-main-heading {
      font-size: 1.35rem;
      margin-bottom: 8px;
    }
    .api-description {
      font-size: 0.8rem;
      margin-bottom: 12px;
      line-height: 1.35;
    }
    .api-section-label {
      font-size: 0.75rem;
      margin-bottom: 6px;
      letter-spacing: 0.8px;
    }
    .api-experience-badge {
      width: 75px;
      height: 75px;
      top: -8px;
      left: -8px;
    }
    .api-experience-number {
      font-size: 1.8rem;
    }
    .api-experience-label {
      font-size: 0.5rem;
    }
    .api-main-image {
      height: 200px;
    }
    .api-features-list {
      gap: 10px;
    }
    .api-feature-item {
      gap: 8px;
    }
    .api-feature-title {
      font-size: 0.95rem;
      margin-bottom: 4px;
    }
    .api-feature-text {
      font-size: 0.75rem;
      line-height: 1.3;
    }
    .api-feature-icon {
      width: 34px;
      height: 34px;
    }
    .api-feature-icon svg {
      width: 17px;
      height: 17px;
      stroke-width: 2.5;
    }
  }
/* Animations */
@keyframes apiFadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
@keyframes apiFadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
.api-image-wrapper {
    animation: apiFadeInLeft 0.8s ease-out;
  }
.api-content-wrapper {
    animation: apiFadeInRight 0.8s ease-out;
  }
.api-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    width: 150%;
    margin: 0 auto;
  }
.api-service-container {
    display: grid;
    justify-content: center;
    align-items: start;
  }
.api-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
.api-service-card img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.api-service-card:hover img {
    transform: scale(1.1);
  }
/* ===== EXTRA LARGE DESKTOP (1920px+) ===== */
@media (min-width: 1920px) {
    .api-service-container {
      max-width: 1800px;
      margin: 0 auto;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem;
      padding: 0 2rem;
    }
    .api-service-card {
      border-radius: 32px;
      max-width: 500px;
      margin: 0 auto;
    }
    .api-service-card:hover {
      transform: translateY(-12px);
    }
    .api-service-card:hover img {
      transform: scale(1.12);
    }
  }
/* ===== LARGE DESKTOP (1440px - 1919px) ===== */
@media (min-width: 1440px) and (max-width: 1919px) {
    .api-service-container {
      max-width: 1400px;
      margin: 0 auto;
      grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem;
      padding: 0 2rem;
    }
    .api-service-card {
      border-radius: 30px;
      max-width: 450px;
      margin: 0 auto;
    }
    .api-service-card:hover {
      transform: translateY(-10px);
    }
    .api-service-card:hover img {
      transform: scale(1.1);
    }
  }
/* ===== STANDARD DESKTOP (1200px - 1439px) ===== */
@media (min-width: 1200px) and (max-width: 1439px) {
    .api-service-container {
      max-width: 1200px;
      margin: 0 auto;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      padding: 0 1.5rem;
    }
    .api-service-card {
      border-radius: 28px;
      max-width: 400px;
      margin: 0 auto;
    }
    .api-service-card:hover {
      transform: translateY(-10px);
    }
    .api-service-card:hover img {
      transform: scale(1.1);
    }
  }
/* ===== LAPTOP (1024px - 1199px) ===== */
@media (min-width: 1024px) and (max-width: 1199px) {
    .api-service-container {
      max-width: 1100px;
      margin: 0 auto;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      padding: 0 1.5rem;
    }
    .api-service-card {
      border-radius: 26px;
      max-width: 350px;
      margin: 0 auto;
    }
    .api-service-card:hover {
      transform: translateY(-8px);
    }
    .api-service-card:hover img {
      transform: scale(1.08);
    }
    .api-service-card h3 {
      font-size: 1.5rem;
    }
    .api-service-card p {
      font-size: 1rem;
    }
  }
/* ===== TABLET (768px - 1023px) ===== */
@media (min-width: 768px) and (max-width: 1023px) {
    .api-service-container {
      max-width: 750px;
      margin: 0 auto;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      padding: 0 1.5rem;
    }
    /* Center the third card */
    .api-service-card:nth-child(3) {
      grid-column: 1/-1;
      max-width: 350px;
      margin: 0 auto;
    }
    .api-service-card {
      border-radius: 24px;
      max-width: 350px;
      margin: 0 auto;
    }
    .api-service-card .relative {
      height: 16rem !important;
    }
    .api-service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    }
    .api-service-card:hover img {
      transform: scale(1.05);
    }
    .api-service-card h3 {
      font-size: 1.35rem;
    }
    .api-service-card p {
      font-size: 0.9rem;
      line-height: 1.5;
    }
    .api-service-content {
      padding: 1.25rem !important;
    }
  }
/* ===== LARGE MOBILE (481px - 767px) ===== */
@media (min-width: 481px) and (max-width: 767px) {
    .api-service-container {
      max-width: 600px;
      margin: 0 auto;
      grid-template-columns: 1fr;
      gap: 1.25rem;
      padding: 0 1.5rem;
    }
    .api-service-card {
      border-radius: 20px;
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
    }
    /* Center the third card */
    .api-service-card:nth-child(3) {
      grid-column: 1/-1;
      max-width: 350px;
      margin: 0 auto;
    }
    .api-service-card .relative {
      height: 14rem !important;
    }
    .api-service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }
    .api-service-card:hover img {
      transform: scale(1.04);
    }
    .api-service-card h3 {
      font-size: 1.25rem;
    }
    .api-service-card p {
      font-size: 0.875rem;
      line-height: 1.5;
    }
    .api-service-content {
      padding: 1rem !important;
    }
  }
/* ===== STANDARD MOBILE (376px - 480px) ===== */
@media (min-width: 376px) and (max-width: 480px) {
    .api-service-container {
      max-width: 450px;
      margin: 0 auto;
      grid-template-columns: 1fr;
      gap: 1rem;
      padding: 0 1.25rem;
    }
    .api-service-card {
      border-radius: 18px;
      max-width: 420px;
      width: 100%;
      margin: 0 auto;
    }
    .api-service-card .relative {
      height: 12rem !important;
    }
    .api-service-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }
    .api-service-card:hover img {
      transform: scale(1.03);
    }
    .api-service-card h3 {
      font-size: 1.15rem;
    }
    .api-service-card p {
      font-size: 0.8rem;
      line-height: 1.4;
    }
    .api-service-content {
      padding: 0.9rem !important;
    }
  }
/* ===== SMALL MOBILE (321px - 375px) ===== */
@media (min-width: 321px) and (max-width: 375px) {
    .api-service-container {
      max-width: 350px;
      margin: 0 auto;
      grid-template-columns: 1fr;
      gap: 0.9rem;
      padding: 0 1rem;
    }
    .api-service-card {
      border-radius: 16px;
      max-width: 340px;
      width: 100%;
      margin: 0 auto;
    }
    .api-service-card .relative {
      height: 11rem !important;
    }
    .api-service-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    }
    .api-service-card:hover img {
      transform: scale(1.02);
    }
    .api-service-card h3 {
      font-size: 1.05rem;
    }
    .api-service-card p {
      font-size: 0.75rem;
      line-height: 1.4;
    }
    .api-service-content {
      padding: 0.8rem !important;
    }
  }
/* ===== EXTRA SMALL MOBILE (280px - 320px) ===== */
@media (max-width: 320px) {
    .api-service-container {
      max-width: 300px;
      margin: 0 auto;
      grid-template-columns: 1fr;
      gap: 0.8rem;
      padding: 0 0.75rem;
    }
    .api-service-card {
      border-radius: 14px;
      max-width: 290px;
      width: 100%;
      margin: 0 auto;
    }
    .api-service-card .relative {
      height: 10rem !important;
    }
    .api-service-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    }
    .api-service-card:hover img {
      transform: scale(1.02);
    }
    .api-service-card h3 {
      font-size: 1rem;
    }
    .api-service-card p {
      font-size: 0.7rem;
      line-height: 1.35;
    }
    .api-service-content {
      padding: 0.7rem !important;
    }
  }
/* ===== SECTION HEADER RESPONSIVE ===== */
@media (max-width: 767px) {
    #API\ Service h2 {
      font-size: 1.75rem !important;
      line-height: 1.2;
    }
    #API\ Service .text-lg {
      font-size: 0.95rem !important;
    }
    #API\ Service .api-section-badge-dot + p {
      font-size: 0.875rem !important;
    }
  }
@media (min-width: 768px) and (max-width: 1023px) {
    #API\ Service h2 {
      font-size: 2.25rem !important;
      line-height: 1.2;
    }
    #API\ Service .text-lg {
      font-size: 1rem !important;
    }
  }
.api-service-content {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    margin: 1.5rem;
    position: relative;
    z-index: 10;
    margin-top: -3rem;
  }
@media (max-width: 768px) {
    .api-service-content {
      padding: 1.5rem;
      margin: 1rem;
      margin-top: -2rem;
      border-radius: 15px;
    }
  }
@media (max-width: 480px) {
    .api-service-content {
      padding: 1rem;
      margin: 0.75rem;
      margin-top: -1.5rem;
    }
  }
.api-section-badge-dot {
    width: 8px;
    height: 8px;
    background: #0891b2;
    border-radius: 50%;
  }
.api-process-step {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #a1e9ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
@media (max-width: 768px) {
    .api-process-step {
      width: 40px;
      height: 40px;
    }
  }
.api-process-number {
    color: #033744;
    font-weight: bold;
    font-size: 1.4rem;
  }
@media (max-width: 768px) {
    .api-process-number {
      font-size: 1rem;
    }
  }
.api-flow-card {
    background: rgb(2, 76, 105);
    backdrop-filter: blur(90px);
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
@media (max-width: 768px) {
    .api-flow-card {
      padding: 1rem;
    }
  }
.api-flow-icon-wrapper {
    width: 64px;
    height: 64px;
    background: #0891b2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
  }
@media (max-width: 768px) {
    .api-flow-icon-wrapper {
      width: 48px;
      height: 48px;
    }
  }
.api-stats-card {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
@media (max-width: 768px) {
    .api-stats-card {
      padding: 1rem;
    }
  }
.api-stats-card-primary {
    background: #0891b2;
    color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
@media (max-width: 768px) {
    .api-stats-card-primary {
      padding: 1rem;
    }
  }
.api-highlight-box {
    background: #ecfeff;
    border-left: 4px solid #0891b2;
    padding: 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
  }
@media (max-width: 768px) {
    .api-highlight-box {
      padding: 1rem;
      border-left-width: 3px;
    }
  }
.api-info-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
  }
@media (max-width: 768px) {
    .api-info-box {
      padding: 1.5rem;
    }
  }
@media (max-width: 480px) {
    .api-info-box {
      padding: 0.5rem;
    }
  }
.font-serif {
    font-family: "Playfair Display", serif;
  }
.image-container {
    position: relative;
    overflow: hidden;
  }
.image-container img {
    transition: transform 0.5s ease;
  }
.image-container:hover img {
    transform: scale(1.05);
  }
.mv-section-wrapper {
    padding: 10px 20px;
    padding-top: 130px;
    background: #dbeafe;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.mv-main-container {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
/* Header Section */
.mv-main-title h1 .highlight {
    color: #0891b2;
  }
/* Values Card */
.mv-values-card {
    background: #0d365d;
    border-radius: 40px;
    padding: 30px 40px;
    margin-bottom: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
.mv-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
.mv-value-item {
    text-align: center;
  }
.mv-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.mv-value-icon svg {
    width: 48px;
    height: 48px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
  }
.mv-value-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
  }
/* Mission Vision Grid */
.mv-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    background: #dbeafe;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
  }
.mv-content-box {
    background: #90bae2;
    padding: 20px;
    border-left: #012831;
    border-radius: 12px;
  }
.mv-box-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }
.mv-box-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.mv-box-icon svg {
    width: 28px;
    height: 28px;
    stroke: #0d365d;
    fill: none;
    stroke-width: 2;
  }
.mv-box-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #111827;
  }
.mv-box-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #252e42;
  }
/* CTA Button */
.mv-cta-wrapper {
    text-align: center;
  }
.mv-cta-button {
    display: inline-block;
    background: #0d365d;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 16px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
  }
.mv-cta-button:hover {
    background: #90bae2;
    color: #0d365d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 93, 86, 0.3);
  }
/* Responsive Design */
@media (max-width: 1024px) {
    .mv-values-card {
      padding: 50px 60px;
    }
    .mv-values-grid {
      gap: 30px;
    }
  }
@media (max-width: 768px) {
    .mv-section-wrapper {
      padding: 60px 20px;
    }
    .mv-main-title {
      font-size: 2rem;
    }
    .mv-description-text {
      font-size: 1rem;
    }
    .mv-values-card {
      padding: 40px 30px;
    }
    .mv-values-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
    .mv-content-grid {
      grid-template-columns: 1fr;
    }
    .mv-content-box {
      padding: 30px;
    }
    .mv-box-title {
      font-size: 1.5rem;
    }
  }
@media (max-width: 480px) {
    .mv-section-wrapper {
      padding: 40px 15px;
    }
    .mv-main-title {
      font-size: 1.75rem;
    }
    .mv-values-card {
      padding: 30px 20px;
    }
    .mv-values-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .mv-content-box {
      padding: 25px 20px;
    }
    .mv-box-title {
      font-size: 1.35rem;
    }
    .mv-box-text {
      font-size: 0.9rem;
    }
    .mv-cta-button {
      padding: 14px 32px;
      font-size: 0.95rem;
    }
  }
/* Animations */
@keyframes mvFadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.mv-header-section,
  .mv-values-card,
  .mv-content-grid,
  .mv-cta-wrapper {
    animation: mvFadeIn 0.8s ease-out forwards;
    opacity: 0;
  }
.mv-values-card {
    animation-delay: 0.2s;
  }
.mv-content-grid {
    animation-delay: 0.3s;
  }
.mv-cta-wrapper {
    animation-delay: 0.4s;
  }
.news-section {
    padding: 80px 20px;
    background: #dbeafe;
  }
.news-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
  }
.section-header h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.2;
  }
.section-header h2 .highlight {
    color: #0e7490;
  }
.section-header p {
    font-size: 1.125rem;
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
  }
/* News Grid Layout */
.news-grid-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
  }
/* Featured News - Left Side */
.featured-news-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
.featured-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  }
.featured-news-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.featured-news-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(1, 10, 20, 0.85) 30%, transparent 80%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
  }
.featured-category-badge {
    display: inline-block;
    background: #e91e63;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.5px;
  }
.featured-category-badge.category-industry {
    background: #0891b2;
  }
.featured-category-badge.category-manufacturing {
    background: #059669;
  }
.featured-category-badge.category-certification {
    background: #7c3aed;
  }
.featured-news-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 16px;
  }
.featured-news-title a {
    color: inherit;
    text-decoration: none;
  }
.featured-news-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
  }
.featured-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
  }
.featured-news-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 20px;
  }
.featured-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
  }
.featured-read-more:hover {
    gap: 12px;
  }
/* Side News - Right Side */
.side-news-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
.side-news-card {
    display: flex;
    gap: 20px;
    background: #012649;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(14, 116, 144, 0.1);
  }
.side-news-card:hover {
    transform: translateX(8px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    border-color: rgba(14, 116, 144, 0.3);
  }
.side-news-image {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
  }
.side-news-content {
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.side-category-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.5px;
  }
.category-industry {
    background: #fef3c7;
    color: #d97706;
  }
.category-manufacturing {
    background: #dbeafe;
    color: #2563eb;
  }
.category-certification {
    background: #fce7f3;
    color: #db2777;
  }
.side-news-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 12px;
  }
.side-news-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
  }
.side-news-title a:hover {
    color: #0891b2;
  }
.side-news-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.2rem;
    color: #d0d4d6;
  }
.side-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }
/* Fade transition */
.fade-transition {
    animation: fadeIn 0.6s ease-in-out;
  }
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.98);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
/* ========================================
     RESPONSIVE BREAKPOINTS
     ======================================== */
/* Extra Large Desktops (1400px and up) */
@media (min-width: 1400px) {
    .news-section {
      padding: 100px 40px;
    }
    .news-container {
      max-width: 1600px;
      padding: 0 40px;
    }
    .news-grid-layout {
      gap: 35px;
    }
    .featured-news-card {
      height: 600px;
      border-radius: 24px;
    }
    .featured-news-overlay {
      padding: 50px;
    }
    .featured-news-title {
      font-size: 2.5rem;
    }
    .section-header h2 {
      font-size: 4rem;
    }
    .side-news-image {
      width: 180px;
      height: 180px;
    }
    .side-news-card {
      border-radius: 18px;
    }
  }
/* Large Desktops (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .news-section {
      padding: 90px 30px;
    }
    .news-container {
      max-width: 1200px;
      padding: 0 30px;
    }
    .news-grid-layout {
      gap: 28px;
    }
    .featured-news-card {
      height: 350px;
    }
    .featured-news-overlay {
      padding: 40px;
    }
    .section-header h2 {
      font-size: 3.5rem;
    }
  }
/* Standard Desktops (1024px to 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .news-section {
      padding: 80px 25px;
    }
    .news-container {
      max-width: 1100px;
      padding: 0 25px;
    }
    .news-grid-layout {
      gap: 25px;
    }
    .featured-news-card {
      height: 350px;
    }
    .featured-news-title {
      font-size: 2rem;
    }
    .featured-news-overlay {
      padding: 35px;
    }
    .section-header h2 {
      font-size: 3rem;
    }
    .section-header p {
      font-size: 1.05rem;
    }
    .side-news-image {
      width: 150px;
      height: 150px;
    }
    .side-news-title {
      font-size: 1.05rem;
    }
  }
/* Tablets Landscape (900px to 1023px) */
@media (min-width: 900px) and (max-width: 1023px) {
    .news-section {
      padding: 70px 20px;
    }
    .news-container {
      max-width: 900px;
      padding: 0 20px;
    }
    .news-grid-layout {
      gap: 24px;
    }
    .featured-news-card {
      height: 330px;
    }
    .featured-news-title {
      font-size: 1.9rem;
    }
    .featured-news-overlay {
      padding: 32px;
    }
    .section-header {
      margin-bottom: 50px;
    }
    .section-header h2 {
      font-size: 2.8rem;
    }
    .section-header p {
      font-size: 1rem;
    }
    .side-news-list {
      gap: 20px;
    }
    .side-news-image {
      width: 140px;
      height: 140px;
    }
    .side-news-content {
      padding: 18px 18px 18px 0;
    }
  }
/* Tablets Portrait (768px to 899px) */
@media (min-width: 768px) and (max-width: 899px) {
    .news-section {
      padding: 60px 20px;
    }
    .news-container {
      max-width: 750px;
      padding: 0 20px;
    }
    .news-grid-layout {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .featured-news-card {
      height: 300px;
      border-radius: 18px;
    }
    .featured-news-title {
      font-size: 1.85rem;
    }
    .featured-news-overlay {
      padding: 30px;
    }
    .section-header {
      margin-bottom: 45px;
    }
    .section-header h2 {
      font-size: 2.5rem;
    }
    .section-header p {
      font-size: 1rem;
    }
    .side-news-list {
      gap: 22px;
    }
    .side-news-card {
      gap: 18px;
    }
    .side-news-image {
      width: 200px;
      height: 150px;
    }
    .side-news-content {
      padding: 18px 18px 18px 0;
    }
    .side-news-title {
      font-size: 1.1rem;
    }
  }
/* Large Mobile Landscape (640px to 767px) */
@media (min-width: 640px) and (max-width: 767px) {
    .news-section {
      padding: 50px 18px;
    }
    .news-container {
      max-width: 100%;
      padding: 0 15px;
    }
    .news-grid-layout {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .featured-news-card {
      height: 420px;
      border-radius: 16px;
    }
    .featured-news-title {
      font-size: 1.75rem;
    }
    .featured-news-overlay {
      padding: 28px;
    }
    .featured-news-description {
      font-size: 0.95rem;
    }
    .section-header {
      margin-bottom: 40px;
    }
    .section-header h2 {
      font-size: 2.25rem;
    }
    .section-header p {
      font-size: 0.95rem;
    }
    .side-news-list {
      gap: 20px;
    }
    .side-news-card {
      flex-direction: row;
      gap: 16px;
    }
    .side-news-image {
      width: 180px;
      height: 140px;
    }
    .side-news-content {
      padding: 16px 16px 16px 0;
    }
    .side-news-title {
      font-size: 1.05rem;
    }
    .side-news-meta {
      font-size: 0.85rem;
    }
  }
/* Standard Mobile (480px to 639px) */
@media (min-width: 480px) and (max-width: 639px) {
    .news-section {
      padding: 45px 15px;
    }
    .news-container {
      max-width: 100%;
      padding: 0 12px;
    }
    .news-grid-layout {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .section-header {
      margin-bottom: 35px;
    }
    .section-header h2 {
      font-size: 2rem;
    }
    .section-header p {
      font-size: 0.9rem;
      padding: 0 10px;
    }
    .featured-news-card {
      height: 400px;
      border-radius: 14px;
    }
    .featured-news-overlay {
      padding: 24px;
    }
    .featured-news-title {
      font-size: 1.6rem;
      margin-bottom: 12px;
    }
    .featured-news-description {
      font-size: 0.9rem;
      margin-bottom: 16px;
    }
    .featured-news-meta {
      flex-wrap: wrap;
      gap: 12px;
      font-size: 0.8rem;
    }
    .featured-category-badge {
      font-size: 0.7rem;
      padding: 5px 14px;
    }
    .side-news-list {
      gap: 18px;
    }
    .side-news-card {
      flex-direction: column;
      gap: 0;
      border-radius: 14px;
    }
    .side-news-image {
      width: 100%;
      height: 200px;
    }
    .side-news-content {
      padding: 18px;
    }
    .side-news-title {
      font-size: 1rem;
      margin-bottom: 10px;
    }
    .side-news-meta {
      font-size: 0.8rem;
      gap: 12px;
    }
    .side-category-badge {
      font-size: 0.65rem;
      padding: 4px 10px;
    }
  }
/* Small Mobile (375px to 479px) */
@media (min-width: 375px) and (max-width: 479px) {
    .news-section {
      padding: 40px 12px;
    }
    .news-container {
      max-width: 100%;
      padding: 0 8px;
    }
    .news-grid-layout {
      grid-template-columns: 1fr;
      gap: 22px;
    }
    .section-header {
      margin-bottom: 30px;
    }
    .section-header h2 {
      font-size: 1.75rem;
    }
    .section-header p {
      font-size: 0.85rem;
      padding: 0 8px;
    }
    .featured-news-card {
      height: 250px;
      border-radius: 12px;
    }
    .featured-news-overlay {
      padding: 20px;
    }
    .featured-news-title {
      font-size: 1.4rem;
      margin-bottom: 10px;
    }
    .featured-news-description {
      font-size: 0.85rem;
      margin-bottom: 14px;
    }
    .featured-news-meta {
      flex-wrap: wrap;
      gap: 10px;
      font-size: 0.75rem;
    }
    .featured-category-badge {
      font-size: 0.65rem;
      padding: 4px 12px;
      margin-bottom: 12px;
    }
    .featured-read-more {
      font-size: 0.9rem;
    }
    .side-news-list {
      gap: 16px;
    }
    .side-news-card {
      flex-direction: column;
      gap: 0;
      border-radius: 12px;
    }
    .side-news-image {
      width: 100%;
      height: 180px;
    }
    .side-news-content {
      padding: 16px;
    }
    .side-news-title {
      font-size: 0.95rem;
      margin-bottom: 8px;
    }
    .side-news-meta {
      font-size: 0.75rem;
      gap: 10px;
    }
    .side-category-badge {
      font-size: 0.6rem;
      padding: 3px 10px;
      margin-bottom: 10px;
    }
  }
/* Extra Small Mobile (320px to 374px) */
@media (min-width: 320px) and (max-width: 374px) {
    .news-section {
      padding: 35px 10px;
    }
    .news-container {
      max-width: 100%;
      padding: 0 6px;
    }
    .news-grid-layout {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .section-header {
      margin-bottom: 28px;
    }
    .section-header h2 {
      font-size: 1.6rem;
    }
    .section-header p {
      font-size: 0.8rem;
      padding: 0 5px;
    }
    .featured-news-card {
      height: 360px;
      border-radius: 10px;
    }
    .featured-news-overlay {
      padding: 18px;
    }
    .featured-news-title {
      font-size: 1.25rem;
      margin-bottom: 8px;
    }
    .featured-news-description {
      font-size: 0.8rem;
      margin-bottom: 12px;
    }
    .featured-news-meta {
      flex-wrap: wrap;
      gap: 8px;
      font-size: 0.7rem;
    }
    .featured-category-badge {
      font-size: 0.6rem;
      padding: 4px 10px;
      margin-bottom: 10px;
    }
    .featured-read-more {
      font-size: 0.85rem;
    }
    .side-news-list {
      gap: 14px;
    }
    .side-news-card {
      flex-direction: column;
      gap: 0;
      border-radius: 10px;
    }
    .side-news-image {
      width: 100%;
      height: 160px;
    }
    .side-news-content {
      padding: 14px;
    }
    .side-news-title {
      font-size: 0.9rem;
      margin-bottom: 8px;
    }
    .side-news-meta {
      font-size: 0.7rem;
      gap: 8px;
    }
    .side-category-badge {
      font-size: 0.55rem;
      padding: 3px 8px;
      margin-bottom: 8px;
    }
  }
/* Ultra Small Devices (below 320px) */
@media (max-width: 319px) {
    .news-section {
      padding: 30px 8px;
    }
    .news-container {
      max-width: 100%;
      padding: 0 4px;
    }
    .news-grid-layout {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .section-header {
      margin-bottom: 25px;
    }
    .section-header h2 {
      font-size: 1.4rem;
    }
    .section-header p {
      font-size: 0.75rem;
      padding: 0 4px;
    }
    .featured-news-card {
      height: 340px;
      border-radius: 8px;
    }
    .featured-news-overlay {
      padding: 15px;
    }
    .featured-news-title {
      font-size: 1.1rem;
      margin-bottom: 8px;
    }
    .featured-news-description {
      font-size: 0.75rem;
      margin-bottom: 10px;
    }
    .featured-news-meta {
      flex-wrap: wrap;
      gap: 6px;
      font-size: 0.65rem;
    }
    .featured-category-badge {
      font-size: 0.55rem;
      padding: 3px 8px;
      margin-bottom: 8px;
    }
    .featured-read-more {
      font-size: 0.8rem;
    }
    .side-news-list {
      gap: 12px;
    }
    .side-news-card {
      flex-direction: column;
      gap: 0;
      border-radius: 8px;
    }
    .side-news-image {
      width: 100%;
      height: 140px;
    }
    .side-news-content {
      padding: 12px;
    }
    .side-news-title {
      font-size: 0.85rem;
      margin-bottom: 6px;
    }
    .side-news-meta {
      font-size: 0.65rem;
      gap: 6px;
    }
    .side-category-badge {
      font-size: 0.5rem;
      padding: 2px 6px;
      margin-bottom: 6px;
    }
  }
.leaders-section {
    padding: 120px 20px;
    background: #ffffff;
    min-height: 50vh;
    display: flex;
    align-items: center;
  }
.leaders-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
.leaders-title {
    text-align: center;
    margin-bottom: 50px;
  }
.leaders-title h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #063957;
    margin-bottom: 20px;
    line-height: 1.2;
  }
.leaders-title h1 .highlight {
    color: #0891b2;
  }
.leaders-title .title-underline {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
.leaders-title .underline-bar {
    width: 48px;
    height: 4px;
    background: #06b6d4;
    border-radius: 2px;
  }
/* Introduction Section */
.bod-intro-section {
    padding: 60px 20px;
    background: #f8fafc;
  }
.bod-intro-container {
    max-width: 1000px;
    margin: 0 auto;
  }
.bod-intro-content {
    text-align: center;
  }
.bod-intro-content p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
    text-align: justify;
  }
.bod-intro-content p:last-child {
    margin-bottom: 0;
  }
.directors-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
.director-card {
    background: rgba(2, 41, 85, 0.9);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(56, 189, 248, 0.3);
    border-radius: 150px 40px 40px 150px;
    padding: 20px 40px 20px 20px;
    display: flex;
    width: 900px;
    max-width: 100%;
    align-items: center;
    gap: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
  }
.director-card:hover {
    transform: translateY(-5px);
    border-color: rgba(56, 189, 248, 0.6);
    box-shadow: 0 30px 80px rgba(56, 189, 248, 0.2);
  }
.director-card:nth-child(even) {
    flex-direction: row-reverse;
    border-radius: 40px 150px 150px 40px;
    padding: 20px 20px 20px 40px;
  }
/* Open second card by default */
.director-card:nth-child(2) {
    padding-bottom: 30px;
  }
.director-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
    border: 4px solid rgba(211, 232, 241, 0.5);
    box-shadow: 0 15px 40px rgba(56, 189, 248, 0.3);
    transition: all 0.4s ease;
  }
.director-card:hover .director-image {
    transform: scale(1.05);
    border-color: rgba(199, 225, 236, 0.8);
  }
.director-content {
    flex: 1;
    min-width: 0;
  }
.director-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #5dd9ff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
.director-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
.director-preview {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 15px;
  }
.expand-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(56, 189, 248, 0.2);
    color: #5dd9ff;
    border: 2px solid rgba(56, 189, 248, 0.4);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
.expand-button:hover {
    background: rgba(56, 189, 248, 0.3);
    border-color: rgba(56, 189, 248, 0.6);
    transform: translateX(5px);
  }
.toggle-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
.director-card.expanded .toggle-icon {
    transform: rotate(180deg);
  }
.director-card.expanded .expand-button {
    background: rgba(56, 189, 248, 0.3);
  }
.director-message {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, margin-top 0.4s ease, opacity 0.3s ease;
    opacity: 0;
  }
.director-card.expanded .director-message {
    max-height: 500px;
    margin-top: 15px;
    opacity: 1;
  }
.director-content p {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #e2e8f0;
    text-align: justify;
  }
.director-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.director-card {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
  }
.director-card:nth-child(1) {
    animation-delay: 0.1s;
  }
.director-card:nth-child(2) {
    animation-delay: 0.3s;
  }
.director-card:nth-child(3) {
    animation-delay: 0.5s;
  }
@media (max-width: 1024px) {
    .leaders-title h1 {
      font-size: 3rem;
    }
    .director-card {
      width: 100%;
      padding: 30px;
      gap: 30px;
    }
    .director-card:nth-child(even) {
      padding: 30px;
    }
    .director-image {
      width: 180px;
      height: 180px;
    }
    .director-content h2 {
      font-size: 1.6rem;
    }
    .director-content h3 {
      font-size: 1.3rem;
    }
    .director-preview {
      font-size: 1.1rem;
    }
    .director-content p {
      font-size: 1.1rem;
    }
  }
/* CTA Button */
@media (max-width: 768px) {
    .leaders-section {
      padding: 60px 20px;
    }
    .leaders-title h1 {
      font-size: 2.5rem;
    }
    .leaders-title .underline-bar {
      width: 36px;
    }
    .director-card,
    .director-card:nth-child(even) {
      flex-direction: column;
      padding: 40px 30px;
      gap: 30px;
      text-align: center;
      border-radius: 52px;
      width: 100%;
    }
    .director-image {
      width: 200px;
      height: 200px;
    }
    .director-content h3 {
      font-size: 1.2rem;
    }
    .director-content h2 {
      font-size: 1.5rem;
    }
    .director-preview {
      font-size: 1rem;
      text-align: center;
    }
    .director-content p {
      font-size: 1rem;
      text-align: center;
    }
    .expand-button {
      font-size: 0.9rem;
      padding: 8px 16px;
    }
  }
@media (max-width: 480px) {
    .leaders-section {
      padding: 40px 15px;
    }
    .leaders-title h1 {
      font-size: 2rem;
    }
    .director-card,
    .director-card:nth-child(even) {
      padding: 30px 20px;
    }
    .director-image {
      width: 160px;
      height: 160px;
    }
    .director-content h3 {
      font-size: 1rem;
      margin-bottom: 10px;
    }
    .director-content h2 {
      font-size: 1.3rem;
    }
    .director-preview {
      font-size: 0.9rem;
    }
    .director-content p {
      font-size: 0.9rem;
      line-height: 1.6;
    }
    .expand-button {
      font-size: 0.8rem;
      padding: 6px 12px;
    }
  }
.stats-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-image: url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=2000&q=80");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
  }
.stats-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(223, 232, 253, 0.95), rgba(30, 41, 59, 0.9));
    z-index: 1;
  }
.container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
.stats-card {
    background: rgba(5, 16, 36, 0.85);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(56, 189, 248, 0.3);
    padding: 40px 100px;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: 100px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    border-radius: 200px 0px 200px 0px;
    transition: all 0.3s ease-in-out;
  }
/* Corner Cutouts */
.stats-card::before,
  .stats-card::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 200px 0px 200px 0px;
  }
.stats-card::before {
    top: -2px;
    left: -2px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 20% 100%, 0 100%);
  }
.stats-card::after {
    bottom: -2px;
    right: -2px;
    clip-path: polygon(0 80%, 80% 0, 100% 0, 100% 100%, 0 100%);
  }
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
  }
.stat-item {
    text-align: center;
    position: relative;
  }
.stat-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(14, 165, 233, 0.3));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(56, 189, 248, 0.4);
    transition: all 0.4s ease;
  }
.stat-item:hover .stat-icon {
    transform: scale(1.1) rotate(1deg);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.4), rgba(14, 165, 233, 0.5));
    box-shadow: 0 10px 30px rgba(56, 189, 248, 0.3);
  }
.stat-icon svg {
    width: 40px;
    height: 40px;
    fill: #bedae5;
  }
.stat-number {
    font-size: 4rem;
    font-weight: 900;
    color: #38bdf8;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "Courier New", monospace;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
  }
.stat-label {
    font-size: 2.1rem;
    font-weight: 600;
    color: #f1f5f9;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
.stat-description {
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-top: 4px;
  }
/* Animation */
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.stat-item {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
  }
.stat-item:nth-child(1) {
    animation-delay: 0.1s;
  }
.stat-item:nth-child(2) {
    animation-delay: 0.2s;
  }
.stat-item:nth-child(3) {
    animation-delay: 0.3s;
  }
/* ========================================
     RESPONSIVE BREAKPOINTS
     ======================================== */
/* Extra Large Desktops (1400px and up) */
@media (min-width: 1400px) {
    .stats-card {
      max-width: 1000px;
      padding: 50px 120px;
    }
    .stat-number {
      font-size: 4.5rem;
    }
    .stat-label {
      font-size: 2.3rem;
    }
  }
/* Large Desktops (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .stats-card {
      max-width: 950px;
      padding: 45px 90px;
      margin-right: 80px;
    }
    .stat-number {
      font-size: 4rem;
    }
    .stat-label {
      font-size: 2.1rem;
    }
  }
/* Standard Desktops (1024px to 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .stats-card {
      max-width: 900px;
      padding: 40px 70px;
      margin: 0 auto;
    }
    .stats-grid {
      gap: 15px;
    }
    .stat-number {
      font-size: 3rem;
    }
    .stat-label {
      font-size: 1.5rem;
    }
    .stat-icon {
      width: 70px;
      height: 70px;
    }
    .stat-icon svg {
      width: 30px;
      height: 30px;
    }
  }
/* Tablets Landscape (900px to 1023px) */
@media (min-width: 900px) and (max-width: 1023px) {
    .stats-section {
      padding: 35px 20px;
    }
    .stats-card {
      max-width: 750px;
      padding: 38px 55px;
      margin: 0 auto;
      border-radius: 180px 0 180px 0;
    }
    .stats-grid {
      gap: 22px;
    }
    .stat-icon {
      width: 75px;
      height: 75px;
      margin-bottom: 20px;
    }
    .stat-icon svg {
      width: 34px;
      height: 34px;
    }
    .stat-number {
      font-size: 3.2rem;
    }
    .stat-label {
      font-size: 1.7rem;
    }
    .stat-description {
      font-size: 1rem;
    }
  }
/* Tablets Portrait (768px to 899px) */
@media (min-width: 768px) and (max-width: 899px) {
    .stats-section {
      padding: 30px 15px;
      min-height: 65vh;
    }
    .stats-card {
      max-width: 650px;
      padding: 35px 45px;
      margin: 0 auto;
      border-radius: 160px 0 160px 0;
    }
    .stats-card::before,
    .stats-card::after {
      width: 50px;
      height: 50px;
    }
    .stats-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .stat-icon {
      width: 70px;
      height: 70px;
      margin-bottom: 18px;
    }
    .stat-icon svg {
      width: 32px;
      height: 32px;
    }
    .stat-number {
      font-size: 2.8rem;
    }
    .stat-plus {
      font-size: 2rem;
    }
    .stat-label {
      font-size: 1.5rem;
    }
    .stat-description {
      font-size: 0.95rem;
    }
  }
/* Large Mobile Landscape / Small Tablets (640px to 767px) */
@media (min-width: 640px) and (max-width: 767px) {
    .stats-section {
      padding: 28px 12px;
      min-height: 60vh;
    }
    .stats-card {
      max-width: 90%;
      padding: 32px 35px;
      margin: 0 auto;
      border-radius: 140px 0 140px 0;
    }
    .stats-card::before,
    .stats-card::after {
      width: 45px;
      height: 45px;
    }
    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }
    .stat-item:nth-child(3) {
      grid-column: 1/-1;
      max-width: 50%;
      margin: 0 auto;
    }
    .stat-icon {
      width: 65px;
      height: 65px;
      margin-bottom: 15px;
    }
    .stat-icon svg {
      width: 30px;
      height: 30px;
    }
    .stat-number {
      font-size: 2.5rem;
    }
    .stat-plus {
      font-size: 1.8rem;
    }
    .stat-label {
      font-size: 1.3rem;
    }
    .stat-description {
      font-size: 0.9rem;
    }
  }
/* Standard Mobile (480px to 639px) */
@media (min-width: 480px) and (max-width: 639px) {
    .stats-section {
      padding: 25px 10px;
      min-height: 55vh;
      background-attachment: scroll;
    }
    .stats-card {
      max-width: 95%;
      padding: 30px 28px;
      margin: 0 auto;
      border-radius: 120px 0 120px 0;
    }
    .stats-card::before,
    .stats-card::after {
      width: 40px;
      height: 40px;
    }
    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
    }
    .stat-item:nth-child(3) {
      grid-column: 1/-1;
      max-width: 50%;
      margin: 0 auto;
    }
    .stat-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 12px;
    }
    .stat-icon svg {
      width: 28px;
      height: 28px;
    }
    .stat-number {
      font-size: 2.2rem;
      margin-bottom: 10px;
    }
    .stat-plus {
      font-size: 1.6rem;
    }
    .stat-label {
      font-size: 1.15rem;
    }
    .stat-description {
      font-size: 0.85rem;
    }
  }
/* Small Mobile (375px to 479px) */
@media (min-width: 375px) and (max-width: 479px) {
    .stats-section {
      padding: 22px 8px;
      min-height: 30vh;
      background-attachment: fixed;
    }
    .stats-card {
      max-width: 96%;
      padding: 32px 82px;
      margin: 0 auto;
      border-radius: 100px 0 100px 0;
    }
    .stats-card::before,
    .stats-card::after {
      width: 35px;
      height: 35px;
    }
    .stats-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .stat-icon {
      width: 55px;
      height: 55px;
      margin-bottom: 10px;
    }
    .stat-icon svg {
      width: 26px;
      height: 26px;
    }
    .stat-number {
      font-size: 2rem;
      margin-bottom: 8px;
    }
    .stat-plus {
      font-size: 1.4rem;
    }
    .stat-label {
      font-size: 1rem;
    }
    .stat-description {
      font-size: 0.8rem;
    }
  }
/* Extra Small Mobile (320px to 374px) */
@media (min-width: 320px) and (max-width: 374px) {
    .stats-section {
      padding: 20px 6px;
      min-height: 50vh;
      background-attachment: scroll;
    }
    .stats-card {
      max-width: 98%;
      padding: 25px 18px;
      margin: 0 auto;
      border-radius: 80px 0 80px 0;
    }
    .stats-card::before,
    .stats-card::after {
      width: 30px;
      height: 30px;
    }
    .stats-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .stat-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 8px;
    }
    .stat-icon svg {
      width: 24px;
      height: 24px;
    }
    .stat-number {
      font-size: 1.8rem;
      margin-bottom: 6px;
    }
    .stat-plus {
      font-size: 1.2rem;
    }
    .stat-label {
      font-size: 0.9rem;
      letter-spacing: 0.5px;
    }
    .stat-description {
      font-size: 0.75rem;
    }
  }
/* Ultra Small Devices (below 320px) */
@media (max-width: 319px) {
    .stats-section {
      padding: 18px 5px;
      min-height: 45vh;
      background-attachment: scroll;
    }
    .stats-card {
      max-width: 98%;
      padding: 22px 15px;
      margin: 0 auto;
      border-radius: 60px 0 60px 0;
      border-width: 1px;
    }
    .stats-card::before,
    .stats-card::after {
      width: 25px;
      height: 25px;
    }
    .stats-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    .stat-icon {
      width: 45px;
      height: 45px;
      margin-bottom: 6px;
    }
    .stat-icon svg {
      width: 22px;
      height: 22px;
    }
    .stat-number {
      font-size: 1.6rem;
      margin-bottom: 5px;
    }
    .stat-plus {
      font-size: 1rem;
    }
    .stat-label {
      font-size: 0.8rem;
      letter-spacing: 0.3px;
    }
    .stat-description {
      font-size: 0.7rem;
    }
  }
/* Animation classes */
/* Initial state - before intersection */
/* Responsive image sizes */
/* Smooth transitions */
/* -------------------- TIMELINE STYLES -------------------- */
/* -------------------- TIMELINE STYLES -------------------- */
/* ---------- TIMELINE INTRO CARD ---------- */
.timeline-intro-card {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0px;
    border-top: 6px solid #028b7b;
    transition: all 0.3s ease;
    text-justify: auto;
  }
.timeline-intro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(20, 184, 166, 0.15);
  }
.timeline-intro-card h2 {
    margin-bottom: 10px;
  }
.timeline-intro-card::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #118f80;
    z-index: 3;
  }
/* ---------- TIMELINE CONTAINER ---------- */
.timeline-container {
    position: relative;
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
/* ---------- VERTICAL LINE ---------- */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 5px;
    height: 95%;
    background: linear-gradient(to bottom, #118f80, #03767e);
    transform: translateX(-50%);
    transition: height 0.9s ease;
    z-index: 0;
  }
/* ---------- TIMELINE ITEMS ---------- */
.timeline-item {
    position: relative;
    margin-bottom: 80px;
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
.timeline-item.aos-animate {
    opacity: 1 !important;
    transform: translateX(0);
  }
/* ---------- CONTENT WRAPPER ---------- */
.timeline-content {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 80px;
  }
/* ---------- YEAR BADGE ---------- */
.timeline-year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #14b8a6 0%, #025368 100%);
    color: white;
    padding: 20px 32px;
    border-radius: 12px;
    border-left: 4px solid #01463d;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);
    z-index: 3;
    white-space: nowrap;
  }
/* ---------- RIGHT SIDE ITEMS ---------- */
.timeline-item[data-side=right] .timeline-content {
    justify-content: flex-start;
    padding-left: calc(50% + 70px);
  }
.timeline-item[data-side=right] .timeline-year {
    left: calc(50% - 130px);
  }
/* ---------- LEFT SIDE ITEMS ---------- */
.timeline-item[data-side=left] .timeline-content {
    justify-content: flex-end;
    padding-right: calc(50% + 70px);
  }
.timeline-item[data-side=left] .timeline-year {
    left: calc(50% + 130px);
  }
/* ---------- ICON CIRCLE ---------- */
.timeline-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: white;
    border: 4px solid #077e78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
.timeline-icon i {
    font-size: 40px;
    color: #037a6d;
  }
/* ---------- TIMELINE CARD ---------- */
.timeline-card {
    background: rgb(254, 255, 255);
    padding: 24px 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 450px;
    width: 100%;
    transition: all 0.3s ease;
    border-left: 4px solid #14b8a6;
  }
.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(20, 184, 166, 0.15);
  }
/* ---------- CARD SIDES ---------- */
.timeline-item[data-side=right] .timeline-card {
    border-left: 4px solid #037a6d;
    border-right: none;
  }
.timeline-item[data-side=left] .timeline-card {
    border-left: none;
    border-right: 4px solid #037a6d;
  }
/* ---------- CARD TEXT ---------- */
.timeline-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
  }
.timeline-description {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
  }
/* ---------- RESPONSIVE STYLES ---------- */
@media (max-width: 1024px) {
    .timeline-intro-card {
      max-width: 90%;
      padding: 32px 24px;
    }
    .timeline-container {
      padding: 50px 15px;
    }
    .timeline-card {
      max-width: 380px;
    }
    .timeline-year {
      font-size: 16px;
      padding: 16px 26px;
    }
    .timeline-item[data-side=right] .timeline-content {
      padding-left: calc(50% + 20px);
    }
    .timeline-item[data-side=left] .timeline-content {
      padding-right: calc(50% + 20px);
    }
    .timeline-item[data-side=right] .timeline-year {
      left: calc(50% - 110px);
    }
    .timeline-item[data-side=left] .timeline-year {
      left: calc(50% + 110px);
    }
  }
@media (max-width: 768px) {
    .timeline-container {
      padding: 40px 10px;
    }
    .timeline-item {
      margin-bottom: 70px;
    }
    .timeline-card {
      max-width: 300px;
      padding: 20px 22px;
    }
    .timeline-year {
      font-size: 15px;
      padding: 14px 22px;
    }
    .timeline-icon {
      width: 70px;
      height: 70px;
    }
    .timeline-icon i {
      font-size: 35px;
    }
    .timeline-item[data-side=right] .timeline-content {
      padding-left: calc(50% + 40px);
    }
    .timeline-item[data-side=left] .timeline-content {
      padding-right: calc(50% + 40px);
    }
    .timeline-item[data-side=right] .timeline-year {
      left: calc(50% - 82px);
    }
    .timeline-item[data-side=left] .timeline-year {
      left: calc(50% + 82px);
    }
    .timeline-title {
      font-size: 18px;
    }
    .timeline-description {
      font-size: 14px;
    }
  }
@media (max-width: 640px) {
    .timeline-container {
      padding: 30px 5px;
    }
    .timeline-card {
      max-width: 240px;
      padding: 18px 20px;
    }
    .timeline-year {
      font-size: 14px;
      padding: 12px 18px;
    }
    .timeline-icon {
      width: 60px;
      height: 60px;
    }
    .timeline-icon i {
      font-size: 30px;
    }
    .timeline-item[data-side=right] .timeline-content {
      padding-left: calc(50% + 12px);
    }
    .timeline-item[data-side=left] .timeline-content {
      padding-right: calc(50% + 12px);
    }
    .timeline-item[data-side=right] .timeline-year {
      left: calc(50% - 80px);
    }
    .timeline-item[data-side=left] .timeline-year {
      left: calc(50% + 80px);
    }
    .timeline-title {
      font-size: 16px;
    }
    .timeline-description {
      font-size: 13px;
    }
  }
@media (max-width: 480px) {
    .timeline-intro-card {
      padding: 24px 18px;
    }
    .timeline-container {
      padding: 25px 3px;
    }
    .timeline-item {
      margin-bottom: 60px;
    }
    .timeline-card {
      max-width: 190px;
      padding: 16px 18px;
    }
    .timeline-year {
      font-size: 12px;
      padding: 10px 14px;
    }
    .timeline-icon {
      width: 50px;
      height: 50px;
    }
    .timeline-icon i {
      font-size: 24px;
    }
    .timeline-item[data-side=right] .timeline-content {
      padding-left: calc(50% + 10px);
    }
    .timeline-item[data-side=left] .timeline-content {
      padding-right: calc(50% + 10px);
    }
    .timeline-item[data-side=right] .timeline-year {
      left: calc(50% - 65px);
    }
    .timeline-item[data-side=left] .timeline-year {
      left: calc(50% + 65px);
    }
    .timeline-title {
      font-size: 14px;
      margin-bottom: 6px;
    }
    .timeline-description {
      font-size: 12px;
      line-height: 1.5;
    }
  }
/* Career Page Unique Styles */
.career-page-section {
    min-height: 56vh;
    display: flex;
    align-items: center;
    padding-top: 64px;
    background-color: #f9fafb;
  }
.career-page-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
.career-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(56vh - 45px);
  }
.career-page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 4rem;
    background-color: #ffffff;
  }
.career-page-label {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 2rem;
  }
.career-page-title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 3rem;
  }
.career-page-jobs-list {
    margin-bottom: 3rem;
  }
.career-page-job-item {
    border-left: 3px solid #e5e7eb;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    transition: border-color 0.3s ease;
  }
.career-page-job-item:hover {
    border-left-color: #e91e63;
  }
.career-page-job-number {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.75rem;
  }
.career-page-job-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
  }
.career-page-job-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #272e3a;
  }
.career-page-update-notice {
    background-color: #fef2f2;
    border-left: 4px solid #e91e63;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
  }
.career-page-update-text {
    font-size: 1.1rem;
    color: #991b1b;
    font-weight: 500;
  }
.career-page-image-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f3f4f6;
  }
.career-page-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.career-page-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
.career-page-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background-color: #e91e63;
    color: white;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
  }
.career-page-cta-button:hover {
    background-color: #c2185b;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(233, 30, 99, 0.3);
  }
/* Responsive Design */
@media (max-width: 1024px) {
    .career-page-grid {
      grid-template-columns: 1fr;
    }
    .career-page-content {
      padding: 3rem 2rem;
    }
    .career-page-image-wrapper {
      min-height: 400px;
    }
    .career-page-title {
      font-size: 2.5rem;
    }
  }
@media (max-width: 640px) {
    .career-page-section {
      padding-top: 60px;
    }
    .career-page-content {
      padding: 2rem 1.5rem;
    }
    .career-page-title {
      font-size: 2rem;
    }
    .career-page-job-title {
      font-size: 1.25rem;
    }
  }
/* Article Page Unique Styles */
.articles-hero-section {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?w=1920&h=800&fit=crop") center/cover;
    padding: 9rem 2rem 4rem;
  }
.articles-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(132, 182, 248, 0.9), rgba(247, 249, 252, 0.3));
  }
.articles-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    text-align: center;
  }
.articles-hero-label {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #363638;
    margin-bottom: 1rem;
  }
.articles-hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 1rem;
  }
.articles-hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #01070f;
    max-width: 700px;
    margin: 0 auto 2rem;
  }
.articles-blog-section {
    padding: 4rem 16rem;
    background-color: #eff6ff;
  }
.articles-section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
  }
.articles-section-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #e91e63;
  }
.articles-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
  }
.articles-section-count {
    font-size: 2rem;
    font-weight: 300;
    color: #9ca3af;
  }
.articles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 1200px;
  }
.articles-card {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e91e63;
  }
.articles-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
  }
.articles-card-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.articles-card-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 1rem;
  }
.articles-card-icon {
    width: 1rem;
    height: 1rem;
  }
.articles-card-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.3;
    transition: color 0.3s ease;
  }
.articles-card:hover .articles-card-title {
    color: #e91e63;
  }
.articles-card-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 1.5rem;
  }
.articles-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #e91e63;
    font-weight: 600;
    font-size: 1.3rem;
    transition: gap 0.3s ease;
  }
.articles-card-link:hover {
    gap: 0.75rem;
  }
.articles-card-image-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f3f4f6;
  }
.articles-card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
  }
.articles-card:hover .articles-card-image {
    transform: scale(1.05);
  }
/* Responsive Design */
@media (max-width: 1024px) {
    .articles-card {
      grid-template-columns: 1fr;
    }
    .articles-card-image-wrapper {
      min-height: 300px;
      order: -1;
    }
    .articles-hero-title {
      font-size: 2.5rem;
    }
  }
@media (max-width: 640px) {
    .articles-hero-title {
      font-size: 2rem;
    }
    .articles-section-title {
      font-size: 1.5rem;
    }
    .articles-card-title {
      font-size: 1.5rem;
    }
  }
/* ======================================
     Board of Directors (BOD) - Base Styles
     ====================================== */
.bod-cta-wrapper {
    margin-top: 3rem;
    text-align: center;
  }
.bod-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #0d365d 0%, #01131a 100%);
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 600;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 54, 93, 0.3);
    position: relative;
    overflow: hidden;
  }
.bod-cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
  }
.bod-cta-button:hover::before {
    left: 100%;
  }
.bod-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13, 54, 93, 0.4);
    background: linear-gradient(135deg, #0d365d 0%, #1a7ea8 100%);
  }
/* Add arrow icon to button */
.bod-cta-button::after {
    content: "→";
    font-size: 1.3rem;
    transition: transform 0.3s ease;
  }
.bod-cta-button:hover::after {
    transform: translateX(5px);
  }
.bod-section {
    padding: 1rem 2rem;
    background: #ffffff;
  }
.bod-container {
    max-width: 1400px;
    margin: 0 auto;
  }
/* Grid layout */
.bod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: start;
  }
/* Header card */
.bod-header-card {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 300px;
  }
.bod-title {
    font-size: 4rem;
    font-weight: 700;
    color: rgba(10, 104, 167, 0.8);
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
.bod-subtitle {
    font-size: 4rem;
    font-weight: 300;
    color: #0d365d;
    letter-spacing: 0.02em;
  }
.bod-underline {
    width: 80%;
    max-width: 150px;
    height: 4px;
    background-color: #2494c0;
    margin-top: 1rem;
  }
/* Cards */
.bod-card {
    background: rgb(1, 26, 59);
    border-radius: 0.75rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
.bod-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }
.bod-card-icon {
    width: 208px;
    height: 80px;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.bod-card-icon svg {
    width: 100%;
    height: 100%;
  }
.bod-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e2e4e7;
    text-align: center;
    margin: 2rem 0 1.5rem;
  }
.bod-card-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #dfe4e6;
    text-align: center;
    margin-bottom: 1.5rem;
    flex-grow: 1;
  }
/* Read More Button */
.bod-card-button.active {
    background-color: #2c3e7d;
    color: white;
  }
.bod-card-button.active .bod-card-arrow {
    transform: rotate(180deg);
  }
/* Message container */
.bod-message-container.active {
    max-height: 600px;
    margin-top: 1.5rem;
  }
/* ===== RESPONSIVE DESIGN ===== */
/* Extra Large Desktop (1920px+) */
@media (min-width: 1920px) {
    .bod-section {
      padding: 6rem 4rem;
    }
    .bod-container {
      max-width: 1600px;
    }
    .bod-grid {
      gap: 2.5rem;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 4.5rem;
    }
    .bod-card-description {
      font-size: 1.3rem;
    }
  }
/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .bod-section {
      padding: 5.5rem 3rem;
    }
    .bod-container {
      max-width: 1500px;
    }
    .bod-grid {
      gap: 2.25rem;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 4.25rem;
    }
  }
/* Standard Desktop (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    .bod-section {
      padding: 5rem 2.5rem;
    }
    .bod-container {
      max-width: 1300px;
    }
    .bod-grid {
      gap: 2rem;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 4rem;
    }
  }
/* Laptop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .bod-section {
      padding: 1rem 2rem;
    }
    .bod-container {
      max-width: 1100px;
    }
    .bod-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.75rem;
    }
    .bod-header-card {
      grid-column: 1/-1;
      text-align: center;
      padding: 1rem 2rem;
      min-height: 250px;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 3.25rem;
    }
    .bod-underline {
      margin: 1rem auto 0;
    }
    .bod-card {
      padding: 2.25rem 1.75rem;
    }
    /* Center the third card */
    .bod-card:nth-child(2) {
      grid-column: 1/-1;
      max-width: 350px;
      margin: 0 auto;
    }
    .bod-card-icon {
      width: 180px;
      height: 80px;
      margin: 1.75rem auto;
    }
    .bod-card-title {
      font-size: 1.4rem;
      margin: 1.5rem 0 1.25rem;
    }
    .bod-card-description {
      font-size: 1.1rem;
    }
  }
/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .bod-section {
      padding: 0rem 1.2rem;
    }
    .bod-container {
      max-width: 750px;
    }
    .bod-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem;
    }
    .bod-header-card {
      grid-column: 1/-1;
      text-align: center;
      padding: 1rem 1.5rem;
      min-height: 200px;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 2.75rem;
    }
    .bod-underline {
      margin: 0.9rem auto 0;
      max-width: 120px;
      height: 3px;
    }
    .bod-card {
      padding: 2rem 1.5rem;
    }
    /* Center the third card */
    .bod-card:nth-child(2) {
      grid-column: 1/-1;
      max-width: 350px;
      margin: 0 auto;
    }
    .bod-card-icon {
      width: 160px;
      height: 65px;
      margin: 0rem auto;
    }
    .bod-card-title {
      font-size: 1.3rem;
      margin: 5.25rem 0 1rem;
    }
    .bod-card-description {
      font-size: 1.05rem;
      line-height: 1.55;
      margin-bottom: 1.25rem;
    }
    .bod-card-button {
      font-size: 1.1rem;
      padding: 0.7rem 1.35rem;
    }
    .bod-message-text {
      font-size: 1.05rem;
    }
  }
/* Large Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .bod-section {
      padding: 1rem 5rem;
    }
    .bod-container {
      max-width: 500px;
    }
    .bod-grid {
      grid-template-columns: 1fr;
      gap: 3.15rem;
    }
    .bod-header-card {
      text-align: center;
      padding: 2.5rem 1.25rem;
      min-height: auto;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 2.25rem;
    }
    .bod-underline {
      margin: 0.8rem auto 0;
      max-width: 100px;
      height: 3px;
    }
    .bod-card {
      padding: 1.75rem 1.35rem;
      max-width: 500px;
      margin: 0 auto;
    }
    .bod-card:hover {
      transform: translateY(-3px);
    }
    .bod-card-icon {
      width: 130px;
      height: 30px;
      margin: 1rem auto;
    }
    .bod-card-title {
      font-size: 1.2rem;
      margin: 5rem 0 0.9rem;
    }
    .bod-card-description {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1rem;
    }
    .bod-card-button {
      font-size: 1.05rem;
      padding: 0.65rem 1.25rem;
      width: 100%;
      max-width: 280px;
    }
    .bod-message-text {
      font-size: 1rem;
      line-height: 1.6;
    }
    .bod-message-container.active {
      max-height: 500px;
      margin-top: 1.25rem;
    }
  }
/* Standard Mobile (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
    .bod-section {
      padding: 2.5rem 1.25rem;
    }
    .bod-container {
      max-width: 450px;
    }
    .bod-grid {
      grid-template-columns: 1fr;
      gap: 1.1rem;
    }
    .bod-header-card {
      text-align: center;
      padding: 2.25rem 1.1rem;
      min-height: auto;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 2rem;
    }
    .bod-underline {
      margin: 0.75rem auto 0;
      max-width: 90px;
      height: 3px;
    }
    .bod-card {
      padding: 1.6rem 1.2rem;
      max-width: 380px;
      margin: 0 auto;
    }
    .bod-card:hover {
      transform: translateY(-2px);
    }
    .bod-card-icon {
      width: 140px;
      height: 55px;
      margin: 0rem auto;
    }
    .bod-card-title {
      font-size: 1.15rem;
      margin: 4.9rem 0 0.8rem;
    }
    .bod-card-description {
      font-size: 0.95rem;
      line-height: 1.45;
      margin-bottom: 0.9rem;
    }
    .bod-card-button {
      font-size: 1rem;
      padding: 0.6rem 1.15rem;
      width: 100%;
      max-width: 260px;
    }
    .bod-message-text {
      font-size: 0.95rem;
      line-height: 1.55;
    }
    .bod-message-container.active {
      max-height: 450px;
      margin-top: 1.1rem;
    }
    .bod-message-card {
      padding: 1.25rem;
    }
  }
/* Small Mobile (321px - 375px) */
@media (min-width: 321px) and (max-width: 375px) {
    .bod-section {
      padding: 2.25rem 1rem;
    }
    .bod-container {
      max-width: 360px;
    }
    .bod-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .bod-header-card {
      text-align: center;
      padding: 2rem 1rem;
      min-height: auto;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 1.8rem;
      line-height: 1.25;
    }
    .bod-underline {
      margin: 0.7rem auto 0;
      max-width: 80px;
      height: 3px;
    }
    .bod-card {
      padding: 1.5rem 1.1rem;
      max-width: 345px;
      margin: 0 auto;
    }
    .bod-card:hover {
      transform: translateY(-2px);
    }
    .bod-card-icon {
      width: 130px;
      height: 50px;
      margin: 0.85rem auto;
    }
    .bod-card-title {
      font-size: 1.1rem;
      margin: 0.85rem 0 0.75rem;
    }
    .bod-card-description {
      font-size: 0.9rem;
      line-height: 1.4;
      margin-bottom: 0.85rem;
    }
    .bod-card-button {
      font-size: 0.95rem;
      padding: 0.55rem 1.1rem;
      width: 100%;
      max-width: 240px;
    }
    .bod-message-text {
      font-size: 0.9rem;
      line-height: 1.5;
    }
    .bod-message-container.active {
      max-height: 400px;
      margin-top: 1rem;
    }
    .bod-message-card {
      padding: 1.15rem;
    }
    .bod-message-label {
      font-size: 0.75rem;
    }
  }
/* Extra Small Mobile (280px - 320px) */
@media (max-width: 320px) {
    .bod-section {
      padding: 2rem 0.85rem;
    }
    .bod-container {
      max-width: 310px;
    }
    .bod-grid {
      grid-template-columns: 1fr;
      gap: 0.9rem;
    }
    .bod-header-card {
      text-align: center;
      padding: 1.75rem 0.9rem;
      min-height: auto;
    }
    .bod-title,
    .bod-subtitle {
      font-size: 1.65rem;
      line-height: 1.2;
    }
    .bod-underline {
      margin: 0.65rem auto 0;
      max-width: 70px;
      height: 3px;
    }
    .bod-card {
      padding: 1.35rem 1rem;
      max-width: 295px;
      margin: 0 auto;
    }
    .bod-card:hover {
      transform: translateY(-2px);
    }
    .bod-card-icon {
      width: 120px;
      height: 48px;
      margin: 0.75rem auto;
    }
    .bod-card-title {
      font-size: 1.05rem;
      margin: 0.75rem 0 0.7rem;
    }
    .bod-card-description {
      font-size: 0.85rem;
      line-height: 1.35;
      margin-bottom: 0.8rem;
    }
    .bod-card-button {
      font-size: 0.9rem;
      padding: 0.5rem 1rem;
      width: 100%;
      max-width: 220px;
    }
    .bod-message-text {
      font-size: 0.85rem;
      line-height: 1.45;
    }
    .bod-message-container.active {
      max-height: 380px;
      margin-top: 0.9rem;
    }
    .bod-message-card {
      padding: 1rem;
    }
    .bod-message-label {
      font-size: 0.7rem;
      margin-bottom: 0.65rem;
    }
    .bod-card-arrow {
      width: 0.9rem;
      height: 0.9rem;
    }
  }
/* Gallery Section Unique Styles */
/* Row 1 Layout */
/* Row 2 Layout */
/* Row 3 Layout */
/* Row 4 Layout */
/* Modal/Lightbox Styles */
.gallery-lightbox-modal.active {
    display: flex;
    opacity: 1;
  }
@keyframes zoomIn {
    from {
      transform: scale(0.8);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
/* Responsive Design */
/* API Manufacturer Section Unique Styles */
.api-defines-section {
    padding: 5rem 2rem;
    background: #dbeafe;
    overflow: hidden;
  }
.api-defines-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
.api-defines-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
.api-defines-title {
    font-size: 3rem;
    font-weight: 300;
    color: #1f2937;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
  }
.api-defines-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: white;
    padding: 1.75rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
  }
.api-defines-card:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }
.api-defines-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #0d365d 20%, #2585d4 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
.api-defines-icon svg {
    width: 32px;
    height: 32px;
  }
.api-defines-card-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
  }
.api-defines-card-content p {
    font-size: 1.12rem;
    color: #6b7280;
    line-height: 1.5;
  }
/* Solar System Animation */
.api-defines-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
  }
.api-solar-system {
    position: relative;
    width: 500px;
    height: 500px;
  }
.api-solar-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
.api-solar-center img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.api-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed rgba(2, 22, 37, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
.api-orbit-1 {
    width: 300px;
    height: 300px;
  }
.api-orbit-2 {
    width: 380px;
    height: 380px;
  }
.api-orbit-3 {
    width: 460px;
    height: 460px;
  }
.api-orbit-4 {
    width: 540px;
    height: 540px;
  }
@keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
.api-planet {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #0d365d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem;
    box-shadow: 0 4px 15px rgba(16, 86, 177, 0.9);
  }
.api-orbit-1 .api-planet {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
.api-orbit-2 .api-planet {
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }
.api-orbit-3 .api-planet {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
.api-orbit-4 .api-planet {
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
  }
@keyframes counterRotate {
    from {
      transform: translate(0, 0) rotate(0deg);
    }
    to {
      transform: translate(0, 0) rotate(-360deg);
    }
  }
/* ===== RESPONSIVE DESIGN ===== */
/* Extra Large Desktop (1920px+) */
@media (min-width: 1920px) {
    .api-defines-section {
      padding: 6rem 4rem;
    }
    .api-defines-container {
      max-width: 1600px;
      gap: 5rem;
    }
    .api-defines-title {
      font-size: 3.5rem;
    }
    .api-solar-system {
      width: 550px;
      height: 550px;
    }
    .api-solar-center {
      width: 220px;
      height: 220px;
    }
  }
/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .api-defines-section {
      padding: 5.5rem 3rem;
    }
    .api-defines-container {
      max-width: 1500px;
      gap: 4.5rem;
    }
    .api-defines-title {
      font-size: 3.25rem;
    }
  }
/* Standard Desktop (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    .api-defines-section {
      padding: 5rem 2.5rem;
    }
    .api-defines-container {
      max-width: 1300px;
      gap: 4rem;
    }
    .api-defines-title {
      font-size: 3rem;
    }
  }
/* Laptop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .api-defines-section {
      padding: 4rem 2rem;
    }
    .api-defines-container {
      max-width: 1100px;
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .api-defines-left {
      order: 2;
      gap: 1.25rem;
    }
    .api-defines-right {
      order: 1;
      min-height: 450px;
    }
    .api-defines-title {
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
      text-align: center;
    }
    .api-defines-card {
      max-width: 600px;
      margin: 0 auto;
    }
    .api-solar-system {
      width: 450px;
      height: 450px;
    }
    .api-solar-center {
      width: 180px;
      height: 180px;
    }
    .api-orbit-1 {
      width: 270px;
      height: 270px;
    }
    .api-orbit-2 {
      width: 340px;
      height: 340px;
    }
    .api-orbit-3 {
      width: 410px;
      height: 410px;
    }
    .api-orbit-4 {
      width: 480px;
      height: 480px;
    }
    .api-planet {
      width: 70px;
      height: 70px;
      font-size: 0.95rem;
    }
  }
/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .api-defines-section {
      padding: 3.5rem 1.75rem;
    }
    .api-defines-container {
      max-width: 750px;
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .api-defines-left {
      order: 2;
      gap: 1.15rem;
    }
    .api-defines-right {
      order: 1;
      min-height: 400px;
    }
    .api-defines-title {
      font-size: 2.25rem;
      margin-bottom: 1.25rem;
      text-align: center;
    }
    .api-defines-card {
      padding: 1.5rem 1.75rem;
      max-width: 550px;
      margin: 0 auto;
    }
    .api-defines-card:hover {
      transform: translateX(5px);
    }
    .api-defines-icon {
      width: 55px;
      height: 55px;
      min-width: 55px;
    }
    .api-defines-icon svg {
      width: 28px;
      height: 28px;
    }
    .api-defines-card-content h3 {
      font-size: 1.1rem;
    }
    .api-defines-card-content p {
      font-size: 1rem;
    }
    .api-solar-system {
      width: 380px;
      height: 380px;
    }
    .api-solar-center {
      width: 150px;
      height: 150px;
    }
    .api-orbit-1 {
      width: 230px;
      height: 230px;
    }
    .api-orbit-2 {
      width: 285px;
      height: 285px;
    }
    .api-orbit-3 {
      width: 340px;
      height: 340px;
    }
    .api-orbit-4 {
      width: 395px;
      height: 395px;
    }
    .api-planet {
      width: 60px;
      height: 60px;
      font-size: 0.8rem;
    }
    .api-orbit-1 .api-planet {
      top: -30px;
    }
    .api-orbit-2 .api-planet {
      right: -30px;
    }
    .api-orbit-3 .api-planet {
      bottom: -30px;
    }
    .api-orbit-4 .api-planet {
      left: -30px;
    }
  }
/* Large Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .api-defines-section {
      padding: 3rem 1.5rem;
    }
    .api-defines-container {
      max-width: 550px;
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .api-defines-left {
      order: 2;
      gap: 1rem;
    }
    .api-defines-right {
      order: 1;
      min-height: 350px;
    }
    .api-defines-title {
      font-size: 1.85rem;
      margin-bottom: 1rem;
      text-align: center;
    }
    .api-defines-card {
      padding: 1.25rem 1.5rem;
      gap: 1.25rem;
    }
    .api-defines-card:hover {
      transform: translateY(-3px);
    }
    .api-defines-icon {
      width: 50px;
      height: 50px;
      min-width: 50px;
    }
    .api-defines-icon svg {
      width: 26px;
      height: 26px;
    }
    .api-defines-card-content h3 {
      font-size: 1.05rem;
    }
    .api-defines-card-content p {
      font-size: 0.95rem;
      line-height: 1.4;
    }
    .api-solar-system {
      width: 320px;
      height: 320px;
    }
    .api-solar-center {
      width: 130px;
      height: 130px;
    }
    .api-orbit-1 {
      width: 200px;
      height: 200px;
    }
    .api-orbit-2 {
      width: 240px;
      height: 240px;
    }
    .api-orbit-3 {
      width: 280px;
      height: 280px;
    }
    .api-orbit-4 {
      width: 320px;
      height: 320px;
    }
    .api-planet {
      width: 52px;
      height: 52px;
      font-size: 0.7rem;
      padding: 0.35rem;
    }
    .api-orbit-1 .api-planet {
      top: -26px;
    }
    .api-orbit-2 .api-planet {
      right: -26px;
    }
    .api-orbit-3 .api-planet {
      bottom: -26px;
    }
    .api-orbit-4 .api-planet {
      left: -26px;
    }
  }
/* Standard Mobile (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
    .api-defines-section {
      padding: 2.5rem 1.25rem;
    }
    .api-defines-container {
      max-width: 450px;
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
    .api-defines-left {
      order: 2;
      gap: 0.9rem;
    }
    .api-defines-right {
      order: 1;
      min-height: 300px;
    }
    .api-defines-title {
      font-size: 1.65rem;
      margin-bottom: 0.9rem;
      text-align: center;
    }
    .api-defines-card {
      padding: 1.1rem 1.25rem;
      gap: 1.1rem;
    }
    .api-defines-card:hover {
      transform: translateY(-2px);
    }
    .api-defines-icon {
      width: 46px;
      height: 46px;
      min-width: 46px;
    }
    .api-defines-icon svg {
      width: 24px;
      height: 24px;
    }
    .api-defines-card-content h3 {
      font-size: 1rem;
      margin-bottom: 0.4rem;
    }
    .api-defines-card-content p {
      font-size: 0.9rem;
      line-height: 1.4;
    }
    .api-solar-system {
      width: 280px;
      height: 280px;
    }
    .api-solar-center {
      width: 110px;
      height: 110px;
    }
    .api-orbit-1 {
      width: 175px;
      height: 175px;
    }
    .api-orbit-2 {
      width: 210px;
      height: 210px;
    }
    .api-orbit-3 {
      width: 245px;
      height: 245px;
    }
    .api-orbit-4 {
      width: 280px;
      height: 280px;
    }
    .api-planet {
      width: 46px;
      height: 46px;
      font-size: 0.62rem;
      padding: 0.3rem;
    }
    .api-orbit-1 .api-planet {
      top: -23px;
    }
    .api-orbit-2 .api-planet {
      right: -23px;
    }
    .api-orbit-3 .api-planet {
      bottom: -23px;
    }
    .api-orbit-4 .api-planet {
      left: -23px;
    }
  }
/* Small Mobile (321px - 375px) */
@media (min-width: 321px) and (max-width: 375px) {
    .api-defines-section {
      padding: 2.25rem 1rem;
    }
    .api-defines-container {
      max-width: 360px;
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .api-defines-left {
      order: 2;
      gap: 0.85rem;
    }
    .api-defines-right {
      order: 1;
      min-height: 270px;
    }
    .api-defines-title {
      font-size: 1.5rem;
      margin-bottom: 0.8rem;
      text-align: center;
    }
    .api-defines-card {
      padding: 1rem 1.1rem;
      gap: 1rem;
    }
    .api-defines-card:hover {
      transform: translateY(-2px);
    }
    .api-defines-icon {
      width: 42px;
      height: 42px;
      min-width: 42px;
    }
    .api-defines-icon svg {
      width: 22px;
      height: 22px;
    }
    .api-defines-card-content h3 {
      font-size: 0.95rem;
      margin-bottom: 0.35rem;
    }
    .api-defines-card-content p {
      font-size: 0.85rem;
      line-height: 1.35;
    }
    .api-solar-system {
      width: 250px;
      height: 250px;
    }
    .api-solar-center {
      width: 100px;
      height: 100px;
    }
    .api-orbit-1 {
      width: 155px;
      height: 155px;
    }
    .api-orbit-2 {
      width: 185px;
      height: 185px;
    }
    .api-orbit-3 {
      width: 215px;
      height: 215px;
    }
    .api-orbit-4 {
      width: 245px;
      height: 245px;
    }
    .api-planet {
      width: 42px;
      height: 42px;
      font-size: 0.58rem;
      padding: 0.28rem;
    }
    .api-orbit-1 .api-planet {
      top: -21px;
    }
    .api-orbit-2 .api-planet {
      right: -21px;
    }
    .api-orbit-3 .api-planet {
      bottom: -21px;
    }
    .api-orbit-4 .api-planet {
      left: -21px;
    }
  }
/* Extra Small Mobile (280px - 320px) */
@media (max-width: 320px) {
    .api-defines-section {
      padding: 2rem 0.85rem;
    }
    .api-defines-container {
      max-width: 310px;
      grid-template-columns: 1fr;
      gap: 1.35rem;
    }
    .api-defines-left {
      order: 2;
      gap: 0.75rem;
    }
    .api-defines-right {
      order: 1;
      min-height: 240px;
    }
    .api-defines-title {
      font-size: 1.35rem;
      margin-bottom: 0.75rem;
      text-align: center;
    }
    .api-defines-card {
      padding: 0.9rem 1rem;
      gap: 0.9rem;
    }
    .api-defines-card:hover {
      transform: translateY(-2px);
    }
    .api-defines-icon {
      width: 38px;
      height: 38px;
      min-width: 38px;
    }
    .api-defines-icon svg {
      width: 20px;
      height: 20px;
    }
    .api-defines-card-content h3 {
      font-size: 0.9rem;
      margin-bottom: 0.3rem;
    }
    .api-defines-card-content p {
      font-size: 0.8rem;
      line-height: 1.3;
    }
    .api-solar-system {
      width: 220px;
      height: 220px;
    }
    .api-solar-center {
      width: 90px;
      height: 90px;
    }
    .api-orbit-1 {
      width: 140px;
      height: 140px;
    }
    .api-orbit-2 {
      width: 165px;
      height: 165px;
    }
    .api-orbit-3 {
      width: 190px;
      height: 190px;
    }
    .api-orbit-4 {
      width: 215px;
      height: 215px;
    }
    .api-planet {
      width: 38px;
      height: 38px;
      font-size: 0.54rem;
      padding: 0.25rem;
    }
    .api-orbit-1 .api-planet {
      top: -19px;
    }
    .api-orbit-2 .api-planet {
      right: -19px;
    }
    .api-orbit-3 .api-planet {
      bottom: -19px;
    }
    .api-orbit-4 .api-planet {
      left: -19px;
    }
  }
/* ========== FULL-WIDTH SECTION WRAPPER ========== */
.healthcare-products-wrapper {
    background: #f9fafc; /* full-width background color */
    width: 100%;
    padding: 20px 10px; /* space above and below the content */
  }
/* ========== CENTERED CONTAINER ========== */
.healthcare-products-showcase {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px; /* spacing from edges for small screens */
  }
/* ========== HEADER SECTION ========== */
.products-showcase-header {
    text-align: center;
    margin-bottom: 10px;
  }
.showcase-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
/* ========== GRID LAYOUT ========== */
.raw-materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px 0;
  }
/* ========== CARD STYLING ========== */
/* ========== BASE CARD STYLE ========== */
.pharmaceutical-category-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    color: white;
    text-align: center;
    padding: 4rem;
    background-size: cover;
    background-position: center;
  }
/* ========== SHARED OVERLAY ========== */
.pharmaceutical-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.555); /* overlay color */
    z-index: 0;
    transition: background 0.3s ease;
  }
/* Ensure text/content appears above overlay */
.pharmaceutical-category-card * {
    position: relative;
    z-index: 1;
  }
/* Hover effect (optional) */
.pharmaceutical-category-card:hover::before {
    background: rgba(0, 0, 0, 0.2);
  }
/* ========== UNIQUE CARD GRADIENTS ========== */
.pharmaceutical-category-card:nth-child(1) {
    background-image: url("/images/apibg/cancer.jpg");
  }
.pharmaceutical-category-card:nth-child(2) {
    background-image: url("/images/apibg/antidiabetic.jpg");
  }
.pharmaceutical-category-card:nth-child(3) {
    background-image: url("/images/apibg/antibiotic.jpg");
  }
.pharmaceutical-category-card:nth-child(4) {
    background-image: url("/images/apibg/cardio.jpg");
  }
.pharmaceutical-category-card:nth-child(5) {
    background-image: url("/images/apibg/analgesics.jpg");
  }
.pharmaceutical-category-card:nth-child(6) {
    background-image: url("/images/apibg/antiviral.jpg");
  }
.pharmaceutical-category-card:nth-child(7) {
    background-image: url("/images/apibg/respiratory.jpg");
  }
.pharmaceutical-category-card:nth-child(8) {
    background-image: url("/images/apibg/neurology.jpg");
  }
/* ========== ICON CONTAINER ========== */
.category-icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.category-svg-graphic {
    width: 100%;
    height: 100%;
    stroke: #ffffff;
    stroke-width: 3;
    fill: none;
    transition: all 0.3s ease;
  }
/* Subtle icon animation on hover */
.pharmaceutical-category-card:hover .category-svg-graphic {
    stroke: #f1f5f8;
    transform: scale(1.1);
  }
/* ========== CARD TEXT ========== */
.category-label-text {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
  }
/* ========== RESPONSIVE STYLES ========== */
@media (max-width: 1024px) {
    .showcase-main-title {
      font-size: 42px;
    }
    .raw-materials-grid {
      gap: 25px;
    }
  }
@media (max-width: 768px) {
    .showcase-main-title {
      font-size: 36px;
    }
    .showcase-company-subtitle {
      font-size: 18px;
    }
    .pharmaceutical-category-card {
      padding: 35px 25px;
    }
    .category-icon-container {
      width: 70px;
      height: 70px;
      margin-bottom: 20px;
    }
  }
@media (max-width: 480px) {
    .showcase-main-title {
      font-size: 30px;
    }
    .category-label-text {
      font-size: 16px;
    }
  }
/* Contact Query Section Unique Styles */
.contact-query-section {
    min-height: 100vh;
    padding: 14rem 12rem;
    background: #eff6ff;
    display: flex;
    align-items: center;
  }
.contact-query-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
.contact-query-left {
    padding: 2rem 0;
  }
.contact-query-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
  }
.contact-query-title {
    font-size: 3rem;
    font-weight: 300;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
.contact-query-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
.contact-query-input,
  .contact-query-select,
  .contact-query-textarea {
    width: 100%;
    padding: 1rem 0;
    border: none;
    border-bottom: 2px solid #d1d5db;
    background: transparent;
    font-size: 1.4rem;
    color: #1f2937;
    transition: border-color 0.3s ease;
    outline: none;
  }
.contact-query-input::-moz-placeholder, .contact-query-textarea::-moz-placeholder {
    color: #9ca3af;
  }
.contact-query-input::placeholder,
  .contact-query-textarea::placeholder {
    color: #9ca3af;
  }
.contact-query-input:focus,
  .contact-query-select:focus,
  .contact-query-textarea:focus {
    border-bottom-color: #0b548f;
  }
.contact-query-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    padding-right: 2rem;
    cursor: pointer;
  }
.contact-query-textarea {
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
  }
.contact-query-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }
.contact-query-checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 0.2rem;
    cursor: pointer;
    accent-color: #205192;
  }
.contact-query-checkbox-label {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.5;
  }
.contact-query-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background-color: #033172;
    color: white;
    border: none;
    border-radius: 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
.contact-query-button:hover {
    background-color: #086c9b;
    transform: translateX(5px);
  }
.contact-query-button svg {
    width: 20px;
    height: 20px;
  }
.contact-query-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
.contact-query-image-wrapper {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }
.contact-query-image-wrapper:hover {
    transform: translateY(-8px);
  }
.contact-query-image {
    width: 100%;
    height: 300px;
    -o-object-fit: fill;
       object-fit: fill;
    display: block;
  }
/* Responsive Design */
@media (max-width: 1024px) {
    .contact-query-container {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .contact-query-title {
      font-size: 2.5rem;
    }
  }
@media (max-width: 640px) {
    .contact-query-title {
      font-size: 2rem;
    }
    .contact-query-button {
      width: 100%;
      justify-content: center;
    }
  }
/* ===== CERTIFICATE SECTION ===== */
.cert-section {
    background: #dbeafe;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    padding: 20px 0; /* Balanced top-bottom space */
  }
.cert-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f6f8fa;
    pointer-events: none;
  }
.cert-container {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: 80px;
    padding-right: 80px;
  }
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.cert-image {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
.cert-image:hover {
    transform: scale(1.08);
  }
.cert-image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
.title-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 180px;
    padding-left: 80px;
  }
.title-container h2 {
    position: relative;
    display: inline-block;
    font-size: 3.75rem;
  }
.title-container h2::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #0ea5e9 0%, #0ea5e9 45%, transparent 45%, transparent 55%, #0ea5e9 55%, #0ea5e9 100%);
  }
/* ===== About Core Gallery Section ===== */
.about-core-section {
    position: relative;
  }
.about-core-container {
    max-width: 1400px;
    margin: 0 auto;
  }
/* Grid and items */
.about-core-grid {
    display: grid;
    gap: 2rem;
  }
.about-core-image {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s ease;
  }
.about-core-image:hover {
    transform: scale(1.05);
  }
/* Titles */
.about-core-title {
    margin-bottom: 1rem;
  }
.about-core-subtitle {
    margin-bottom: 3rem;
    line-height: 1.6;
  }
/* ===== Responsive Design ===== */
@media (max-width: 1280px) {
    .about-core-section {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
@media (max-width: 1024px) {
    .about-core-section {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
@media (max-width: 768px) {
    .about-core-section {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .about-core-grid {
      grid-template-columns: 1fr; /* Stack images */
      gap: 1.5rem;
    }
    .about-core-title {
      font-size: 3rem;
    }
    .about-core-subtitle {
      font-size: 1.5rem;
    }
  }
@media (max-width: 480px) {
    .about-core-section {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .about-core-title {
      font-size: 2.2rem;
    }
    .about-core-subtitle {
      font-size: 1.25rem;
    }
    .about-core-image {
      border-radius: 1rem;
    }
  }
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .cert-container {
      margin-right: 40px;
      padding-right: 40px;
    }
    .title-container {
      padding-left: 50px;
      min-height: 160px;
    }
    .cert-image {
      width: 150px;
      height: 150px;
    }
  }
@media (max-width: 768px) {
    .cert-section {
      padding: 40px 0;
      background-attachment: scroll;
    }
    .cert-container {
      margin: 0 auto;
      padding: 0 20px;
    }
    .title-container {
      padding-left: 20px;
      justify-content: center;
      text-align: center;
      min-height: auto;
      margin-bottom: 20px;
    }
    .title-container h2 {
      font-size: 1.8rem;
    }
    .cert-image {
      width: 130px;
      height: 130px;
    }
  }
/* ===== Small devices (360×800, 390×844, 393×873) ===== */
@media (max-width: 420px) {
    .cert-section {
      padding: 30px 0;
    }
    .title-container {
      padding-left: 0;
      margin-bottom: 16px;
    }
    .title-container h2 {
      font-size: 1.7rem;
    }
    .cert-image {
      width: 110px;
      height: 110px;
    }
    .cert-image img {
      -o-object-fit: contain;
         object-fit: contain;
    }
    .swiper-slide {
      padding: 0 2px;
    }
  }
.mission-collapsible {
    background: #dbeafe;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
.policy-container {
    width: 100%;
    max-width: 700px;
  }
.accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
.toggle-box {
    border: 2px solid rgba(6, 182, 212, 0.5);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #0d365d;
    cursor: pointer;
  }
.toggle-box:hover {
    border-color: rgba(6, 182, 212, 0.8);
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.2);
  }
.toggle-box.is-expanded .chevron-indicator {
    transform: rotate(180deg);
  }
.toggle-box.is-expanded .content-panel {
    max-height: 300px;
  }
.expand-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: all 0.3s ease;
  }
.expand-trigger:hover {
    background: rgba(6, 182, 212, 0.1);
  }
@media (max-width: 768px) {
    .expand-trigger {
      padding: 1.25rem 1.5rem;
    }
  }
.trigger-label {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
  }
@media (max-width: 768px) {
    .trigger-label {
      font-size: 1rem;
    }
  }
.chevron-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    transition: transform 0.3s ease;
    color: #ffffff;
    flex-shrink: 0;
  }
.content-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(6, 182, 212, 0.05);
    border-top: 1px solid rgba(6, 182, 212, 0.3);
  }
.panel-text {
    padding: 1.5rem 2rem;
    color: #d1d5db;
    line-height: 1.6;
    font-size: 1.2rem;
  }
.panel-text p {
    margin: 0;
  }
@media (max-width: 768px) {
    .panel-text {
      padding: 1.25rem 1.5rem;
    }
    .policy-container {
      max-width: 100%;
    }
  }
/* Process Flow Container */
/* Process Card */
/* Icon Circle */
/* Content Box */
/* Connecting Arrows */
/* Top Arrow (Down) */
/* Bottom Arrow (Up) */
/* Layout Structure */
/* Responsive Design */
.hfl-services-main-section {
    padding: 50px 20px 60px;
    background: linear-gradient(to bottom, #d8e4e9 0%, #c4e2f0 100%);
  }
.hfl-services-tagline-wrapper {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
  }
.hfl-services-tagline {
    font-size: 1.2rem;
    color: #056470;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
.hfl-services-main-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    max-width: 700px;
    margin: 0 auto;
  }
.hfl-services-cards-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 0 20px;
  }
.hfl-service-card-item {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
.hfl-service-card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  }
.hfl-service-card-image-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
  }
.hfl-service-card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.4s ease;
  }
.hfl-service-card-item:hover .hfl-service-card-image {
    transform: scale(1.1);
  }
.hfl-service-card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
.hfl-service-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
  }
.hfl-service-card-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 25px;
    flex: 1;
  }
.hfl-service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0c5ca7;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
  }
.hfl-service-card-link:hover {
    gap: 12px;
    color: #011d42;
  }
.hfl-service-card-link::after {
    content: "→";
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
.hfl-service-card-item:hover .hfl-service-card-link::after {
    transform: translateX(5px);
  }
.hfl-services-bottom-section {
    max-width: 900px;
    margin: 60px auto 0;
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
  }
.hfl-services-bottom-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 30px;
  }
.hfl-services-cta-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
.hfl-services-btn-primary {
    background: #032b61;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
  }
.hfl-services-btn-primary:hover {
    background: #032b61;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(6, 95, 70, 0.3);
  }
.hfl-services-btn-secondary {
    background: transparent;
    color: #032b61;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #032b61;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
  }
.hfl-services-btn-secondary:hover {
    background: #032b61;
    color: #ffffff;
    transform: translateY(-2px);
  }
/* Responsive Design */
@media (max-width: 1024px) {
    .hfl-services-main-heading {
      font-size: 2.3rem;
    }
    .hfl-services-cards-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }
    .hfl-service-card-title {
      font-size: 1.4rem;
    }
  }
@media (max-width: 768px) {
    .hfl-services-main-section {
      padding: 60px 15px 40px;
    }
    .hfl-services-tagline {
      font-size: 0.85rem;
      letter-spacing: 2px;
    }
    .hfl-services-main-heading {
      font-size: 2rem;
    }
    .hfl-services-cards-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .hfl-service-card-image-wrapper {
      height: 240px;
    }
    .hfl-service-card-content {
      padding: 25px;
    }
    .hfl-service-card-title {
      font-size: 1.3rem;
    }
    .hfl-service-card-description {
      font-size: 0.95rem;
    }
    .hfl-services-bottom-section {
      margin-top: 40px;
      padding: 30px 20px;
    }
    .hfl-services-bottom-text {
      font-size: 1rem;
    }
    .hfl-services-cta-wrapper {
      flex-direction: column;
      align-items: center;
    }
    .hfl-services-btn-primary,
    .hfl-services-btn-secondary {
      width: 100%;
      max-width: 300px;
      text-align: center;
    }
  }
@media (max-width: 480px) {
    .hfl-services-main-heading {
      font-size: 1.7rem;
    }
    .hfl-service-card-image-wrapper {
      height: 200px;
    }
    .hfl-service-card-content {
      padding: 20px;
    }
    .hfl-service-card-title {
      font-size: 1.2rem;
    }
    .hfl-service-card-description {
      font-size: 0.9rem;
    }
    .hfl-services-bottom-text {
      font-size: 0.95rem;
    }
  }
.hfl-chemistry-capability-section {
    position: relative;
    padding: 50px 20px;
    background: url("https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?w=1920&h=600&fit=crop") no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
.hfl-chemistry-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 41, 59, 0.85);
    backdrop-filter: blur(2px);
  }
.hfl-chemistry-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
  }
.hfl-chemistry-header {
    text-align: center;
    margin-bottom: 80px;
  }
.hfl-chemistry-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 15px;
  }
.hfl-chemistry-subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
  }
.hfl-chemistry-title-underline {
    width: 80px;
    height: 4px;
    background: #f97316;
    margin: 25px auto 0;
  }
.hfl-chemistry-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: center;
  }
.hfl-chemistry-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.hfl-chemistry-feature-icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
  }
.hfl-chemistry-feature-icon svg {
    width: 100%;
    height: 100%;
    fill: #f97316;
    filter: drop-shadow(0 4px 8px rgba(249, 115, 22, 0.3));
  }
.hfl-chemistry-feature-text {
    flex: 1;
  }
.hfl-chemistry-feature-text p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #e2e8f0;
  }
.hfl-chemistry-stats-highlight {
    font-size: 3rem;
    font-weight: 800;
    color: #f97316;
    display: inline-block;
    margin: 0 8px;
  }
.hfl-chemistry-divider {
    width: 2px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
  }
/* Responsive Design */
@media (max-width: 1024px) {
    .hfl-chemistry-main-title {
      font-size: 2.5rem;
    }
    .hfl-chemistry-subtitle {
      font-size: 2rem;
    }
    .hfl-chemistry-feature-icon {
      width: 100px;
      height: 100px;
    }
    .hfl-chemistry-feature-text p {
      font-size: 1.1rem;
    }
    .hfl-chemistry-stats-highlight {
      font-size: 2.5rem;
    }
  }
@media (max-width: 768px) {
    .hfl-chemistry-capability-section {
      padding: 80px 15px;
    }
    .hfl-chemistry-header {
      margin-bottom: 60px;
    }
    .hfl-chemistry-main-title {
      font-size: 2rem;
    }
    .hfl-chemistry-subtitle {
      font-size: 1.7rem;
    }
    .hfl-chemistry-features-grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .hfl-chemistry-divider {
      height: 2px;
      width: 80%;
      margin: 30px auto;
    }
    .hfl-chemistry-feature-item {
      flex-direction: column;
      text-align: center;
      gap: 20px;
    }
    .hfl-chemistry-feature-icon {
      width: 90px;
      height: 90px;
    }
    .hfl-chemistry-feature-text p {
      font-size: 1rem;
    }
    .hfl-chemistry-stats-highlight {
      font-size: 2.2rem;
    }
  }
@media (max-width: 480px) {
    .hfl-chemistry-capability-section {
      padding: 60px 15px;
    }
    .hfl-chemistry-main-title {
      font-size: 1.7rem;
    }
    .hfl-chemistry-subtitle {
      font-size: 1.5rem;
    }
    .hfl-chemistry-title-underline {
      width: 60px;
      height: 3px;
    }
    .hfl-chemistry-feature-icon {
      width: 80px;
      height: 80px;
    }
    .hfl-chemistry-feature-text p {
      font-size: 0.95rem;
    }
    .hfl-chemistry-stats-highlight {
      font-size: 2rem;
    }
  }
.hcl-gallery-category-btn.active {
    background: #1f2937;
    color: #fff;
    border-color: #1f2937;
  }
/* Center slide - active */
.hcl-gallery-slide.active {
    transform: translateX(0) scale(1);
    z-index: 10;
    opacity: 1;
    filter: blur(0);
  }
/* Right slide */
.hcl-gallery-slide.next {
    transform: translateX(450px) scale(0.85);
    z-index: 5;
    opacity: 0.6;
    filter: blur(2px);
  }
/* Left slide */
/* Hidden slides */
.hcl-gallery-slide.hidden {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
.hcl-gallery-slide.active:hover .hcl-gallery-slide-info {
    transform: translateY(0);
    border-radius: 20px;
  }
/* Navigation Arrows */
@media (max-width: 1024px) {
    .hcl-gallery-slide {
      width: 350px;
      height: 450px;
    }
    .hcl-gallery-slide.next {
      transform: translateX(380px) scale(0.85);
    }
    .hcl-gallery-slide.prev {
      transform: translateX(-380px) scale(0.85);
    }
  }
@media (max-width: 768px) {
    .hcl-gallery-title {
      font-size: 2rem;
    }
    .hcl-gallery-slider-section {
      height: 450px;
    }
    .hcl-gallery-slide {
      width: 300px;
      height: 400px;
    }
    .hcl-gallery-slide.next {
      transform: translateX(320px) scale(0.8);
    }
    .hcl-gallery-slide.prev {
      transform: translateX(-320px) scale(0.8);
    }
    .hcl-gallery-nav-arrow {
      width: 45px;
      height: 45px;
    }
    .hcl-gallery-nav-arrow.left-arrow {
      left: 10px;
    }
    .hcl-gallery-nav-arrow.right-arrow {
      right: 10px;
    }
  }
@media (max-width: 480px) {
    .hcl-gallery-slider-section {
      height: 400px;
    }
    .hcl-gallery-slide {
      width: 260px;
      height: 350px;
    }
    .hcl-gallery-slide.next,
    .hcl-gallery-slide.prev {
      transform: translateX(0) scale(0.7);
      opacity: 0;
    }
    .hcl-gallery-nav-arrow {
      width: 40px;
      height: 40px;
    }
  }
footer {
    background: #082f49;
    color: #e0e0e0;
    padding: 40px 20px 10px;
    max-width: 1600px;
    margin: 0 auto;
  }
.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
    gap: 40px;
    margin-bottom: 10px;
  }
.footer-brand {
    display: flex;
    flex-direction: column;
  }
.brand-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
  }
.brand-header img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
.brand-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
.footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 20px;
  }
.footer-brand .email {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 60px;
  }
.social-icons {
    display: flex;
    gap: 25px;
  }
.social-icons a {
    color: #b0b0b0;
    font-size: 24px;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.social-icons a:hover {
    color: #fff;
  }
.social-icons svg {
    width: 24px;
    height: 24px;
  }
.footer-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff;
  }
.footer-section ul {
    list-style: none;
  }
.footer-section ul li {
    margin-bottom: 10px;
  }
.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
  }
.footer-section ul li a:hover {
    color: #fff;
  }
.footer-section p {
    font-size: 14px;
    line-height: 1.8;
    color: #b0b0b0;
    margin-bottom: 8px;
  }
.contact-info {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.8;
    margin-bottom: 20px;
  }
.contact-info strong {
    color: #e0e0e0;
    display: block;
    margin-bottom: 5px;
  }
.contact-info a {
    color: #b0b0b0;
    text-decoration: none;
  }
.contact-info a:hover {
    color: #fff;
  }
.footer-bottom {
    border-top: 1px solid #0c4a6e;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
.footer-links {
    display: flex;
    gap: 25px;
  }
.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
  }
.footer-links a:hover {
    color: #fff;
  }
.copyright {
    color: #b0b0b0;
    font-size: 13px;
  }
/* ===== RESPONSIVE DESIGN ===== */
/* Extra Large Desktop (1920px+) */
@media (min-width: 1920px) {
    footer {
      padding: 50px 40px 15px;
    }
    .footer-content {
      gap: 50px;
      margin-bottom: 15px;
    }
    .brand-header h2 {
      font-size: 22px;
    }
    .footer-brand p {
      font-size: 15px;
    }
    .footer-section h3 {
      font-size: 17px;
    }
    .footer-section ul li a,
    .footer-section p,
    .contact-info {
      font-size: 15px;
    }
  }
/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    footer {
      padding: 45px 35px 12px;
    }
    .footer-content {
      gap: 45px;
      margin-bottom: 12px;
    }
    .brand-header h2 {
      font-size: 21px;
    }
  }
/* Standard Desktop (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    footer {
      padding: 42px 30px 12px;
    }
    .footer-content {
      gap: 42px;
    }
  }
/* Laptop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    footer {
      padding: 38px 25px 10px;
    }
    .footer-content {
      grid-template-columns: 1fr 1fr;
      gap: 35px;
      margin-bottom: 10px;
    }
    .brand-header img {
      width: 38px;
      height: 38px;
    }
    .brand-header h2 {
      font-size: 19px;
    }
    .footer-brand p {
      font-size: 13.5px;
      margin-bottom: 18px;
    }
    .footer-brand .email {
      font-size: 13.5px;
      margin-bottom: 50px;
    }
    .social-icons {
      gap: 22px;
    }
    .social-icons svg {
      width: 22px;
      height: 22px;
    }
    .footer-section h3 {
      font-size: 15.5px;
      margin-bottom: 16px;
    }
    .footer-section ul li {
      margin-bottom: 9px;
    }
    .footer-section ul li a,
    .footer-section p,
    .contact-info {
      font-size: 13.5px;
    }
    .contact-info {
      margin-bottom: 18px;
    }
    .footer-links {
      gap: 22px;
    }
    .footer-links a,
    .copyright {
      font-size: 12.5px;
    }
  }
/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    footer {
      padding: 35px 22px 10px;
    }
    .footer-content {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin-bottom: 10px;
    }
    .brand-header img {
      width: 36px;
      height: 36px;
    }
    .brand-header h2 {
      font-size: 18px;
    }
    .brand-header {
      gap: 10px;
      margin-bottom: 12px;
    }
    .footer-brand p {
      font-size: 13px;
      line-height: 1.55;
      margin-bottom: 16px;
    }
    .footer-brand .email {
      font-size: 13px;
      margin-bottom: 40px;
    }
    .social-icons {
      gap: 20px;
    }
    .social-icons svg {
      width: 21px;
      height: 21px;
    }
    .footer-section h3 {
      font-size: 15px;
      margin-bottom: 14px;
    }
    .footer-section ul li {
      margin-bottom: 8px;
    }
    .footer-section ul li a,
    .footer-section p,
    .contact-info {
      font-size: 13px;
      line-height: 1.65;
    }
    .contact-info {
      margin-bottom: 16px;
    }
    .footer-bottom {
      gap: 18px;
      padding-top: 8px;
    }
    .footer-links {
      gap: 20px;
    }
    .footer-links a,
    .copyright {
      font-size: 12px;
    }
  }
/* Large Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    footer {
      padding: 30px 18px 8px;
    }
    .footer-content {
      grid-template-columns: 1fr;
      gap: 24px;
      margin-bottom: 8px;
    }
    .brand-header img {
      width: 34px;
      height: 34px;
    }
    .brand-header h2 {
      font-size: 17px;
    }
    .brand-header {
      gap: 10px;
      margin-bottom: 10px;
    }
    .footer-brand p {
      font-size: 12.5px;
      line-height: 1.5;
      margin-bottom: 14px;
    }
    .footer-brand .email {
      font-size: 12.5px;
      margin-bottom: 25px;
    }
    .social-icons {
      gap: 18px;
    }
    .social-icons svg {
      width: 20px;
      height: 20px;
    }
    .footer-section h3 {
      font-size: 14.5px;
      margin-bottom: 12px;
    }
    .footer-section ul li {
      margin-bottom: 7px;
    }
    .footer-section ul li a,
    .footer-section p,
    .contact-info {
      font-size: 12.5px;
      line-height: 1.6;
    }
    .contact-info {
      margin-bottom: 14px;
    }
    .contact-info strong {
      margin-bottom: 4px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      padding-top: 8px;
    }
    .footer-links {
      gap: 18px;
      flex-wrap: wrap;
    }
    .footer-links a,
    .copyright {
      font-size: 11.5px;
    }
  }
/* Standard Mobile (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
    footer {
      padding: 28px 16px 8px;
    }
    .footer-content {
      grid-template-columns: 1fr;
      gap: 22px;
      margin-bottom: 8px;
    }
    .brand-header img {
      width: 32px;
      height: 32px;
    }
    .brand-header h2 {
      font-size: 16.5px;
    }
    .brand-header {
      gap: 9px;
      margin-bottom: 10px;
    }
    .footer-brand p {
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 12px;
    }
    .footer-brand .email {
      font-size: 12px;
      margin-bottom: 22px;
    }
    .social-icons {
      gap: 16px;
    }
    .social-icons svg {
      width: 19px;
      height: 19px;
    }
    .footer-section h3 {
      font-size: 14px;
      margin-bottom: 11px;
    }
    .footer-section ul li {
      margin-bottom: 6px;
    }
    .footer-section ul li a,
    .footer-section p,
    .contact-info {
      font-size: 12px;
      line-height: 1.55;
    }
    .contact-info {
      margin-bottom: 12px;
    }
    .contact-info strong {
      margin-bottom: 4px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      padding-top: 7px;
    }
    .footer-links {
      gap: 16px;
      flex-wrap: wrap;
    }
    .footer-links a,
    .copyright {
      font-size: 11px;
    }
  }
/* Small Mobile (321px - 375px) */
@media (min-width: 321px) and (max-width: 375px) {
    footer {
      padding: 26px 14px 8px;
    }
    .footer-content {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 8px;
    }
    .brand-header img {
      width: 30px;
      height: 30px;
    }
    .brand-header h2 {
      font-size: 16px;
    }
    .brand-header {
      gap: 8px;
      margin-bottom: 9px;
    }
    .footer-brand p {
      font-size: 11.5px;
      line-height: 1.45;
      margin-bottom: 11px;
    }
    .footer-brand .email {
      font-size: 11.5px;
      margin-bottom: 20px;
    }
    .social-icons {
      gap: 15px;
    }
    .social-icons svg {
      width: 18px;
      height: 18px;
    }
    .footer-section h3 {
      font-size: 13.5px;
      margin-bottom: 10px;
    }
    .footer-section ul li {
      margin-bottom: 6px;
    }
    .footer-section ul li a,
    .footer-section p,
    .contact-info {
      font-size: 11.5px;
      line-height: 1.5;
    }
    .contact-info {
      margin-bottom: 11px;
    }
    .contact-info strong {
      margin-bottom: 3px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 11px;
      padding-top: 7px;
    }
    .footer-links {
      gap: 14px;
      flex-wrap: wrap;
    }
    .footer-links a,
    .copyright {
      font-size: 10.5px;
    }
  }
/* Extra Small Mobile (280px - 320px) */
@media (max-width: 320px) {
    footer {
      padding: 24px 12px 7px;
    }
    .footer-content {
      grid-template-columns: 1fr;
      gap: 18px;
      margin-bottom: 7px;
    }
    .brand-header img {
      width: 28px;
      height: 28px;
    }
    .brand-header h2 {
      font-size: 15px;
    }
    .brand-header {
      gap: 8px;
      margin-bottom: 8px;
    }
    .footer-brand p {
      font-size: 11px;
      line-height: 1.4;
      margin-bottom: 10px;
    }
    .footer-brand .email {
      font-size: 11px;
      margin-bottom: 18px;
    }
    .social-icons {
      gap: 14px;
    }
    .social-icons svg {
      width: 17px;
      height: 17px;
    }
    .footer-section h3 {
      font-size: 13px;
      margin-bottom: 9px;
    }
    .footer-section ul li {
      margin-bottom: 5px;
    }
    .footer-section ul li a,
    .footer-section p,
    .contact-info {
      font-size: 11px;
      line-height: 1.45;
    }
    .contact-info {
      margin-bottom: 10px;
    }
    .contact-info strong {
      margin-bottom: 3px;
      font-size: 11.5px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      padding-top: 6px;
    }
    .footer-links {
      gap: 12px;
      flex-wrap: wrap;
    }
    .footer-links a,
    .copyright {
      font-size: 10px;
    }
  }
/* Scroll to Top Button Styles */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #011624;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
  }
.scroll-to-top:hover {
    background: #0c4a6e;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
.scroll-to-top:active {
    transform: translateY(-1px);
  }
.scroll-to-top svg {
    width: 50px;
    height: 50px;
  }
/* Mobile responsive */
@media (max-width: 768px) {
    .scroll-to-top {
      width: 45px;
      height: 45px;
      bottom: 20px;
      right: 20px;
    }
    .scroll-to-top svg {
      width: 20px;
      height: 20px;
    }
  }
.hcl-policy-header {
    background: #082f49;
    color: white;
    padding: 20px;
    text-align: center;
  }
.hcl-policy-header h1 {
    font-size: 1.8rem;
    font-weight: 600;
  }
.hcl-policy-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
  }
.hcl-policy-nav {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
.hcl-policy-nav-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #082f49;
    margin-bottom: 15px;
  }
.hcl-policy-nav-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
.hcl-policy-nav-link {
    padding: 10px 20px;
    background: #e0f2fe;
    color: #075985;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
  }
.hcl-policy-nav-link:hover {
    background: #0c4a6e;
    color: white;
  }
.hcl-policy-section {
    background: white;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
  }
.hcl-policy-content {
    flex: 1;
  }
.hcl-policy-illustration {
    background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 100%);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
  }
.hcl-policy-illustration-icon {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.9);
  }
.hcl-policy-badge {
    display: inline-block;
    background: #e0f2fe;
    color: #075985;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
.hcl-policy-title {
    font-size: 2rem;
    font-weight: 700;
    color: #082f49;
    margin-bottom: 10px;
  }
.hcl-policy-updated {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 30px;
  }
.hcl-policy-intro {
    font-size: 1.05rem;
    color: #475569;
    margin-bottom: 30px;
    line-height: 1.7;
  }
.hcl-policy-subsection {
    margin-bottom: 25px;
  }
.hcl-policy-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0c4a6e;
    margin-bottom: 15px;
  }
.hcl-policy-text {
    color: #475569;
    margin-bottom: 15px;
  }
.hcl-policy-list {
    list-style: none;
    margin: 15px 0;
    padding: 0;
  }
.hcl-policy-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #475569;
  }
.hcl-policy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0369a1;
    font-size: 1.5rem;
    line-height: 1;
  }
@media (max-width: 768px) {
    .hcl-policy-section {
      grid-template-columns: 1fr;
      padding: 25px;
    }
    .hcl-policy-illustration {
      display: none;
    }
    .hcl-policy-title {
      font-size: 1.6rem;
    }
    .hcl-policy-nav-links {
      flex-direction: column;
    }
  }
.hcl_sister_section {
    padding: 130px 90px;
    background: linear-gradient(to bottom, #d8e4e9 0%, #c4e2f0 100%);
  }
.hcl_sister_container {
    max-width: 1200px;
    margin: 0 auto;
  }
.hcl_sister_header {
    text-align: center;
    margin-bottom: 60px;
  }
.hcl_sister_subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #082f49;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
.hcl_sister_title {
    font-size: 36px;
    font-weight: 700;
    color: #082f49;
    line-height: 1.2;
  }
.hcl_sister_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
  }
.hcl_sister_card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 6px solid #082f49;
    border-bottom: 6px solid #082f49;
  }
.hcl_sister_card:hover {
    box-shadow: 0 8px 24px rgba(8, 47, 73, 0.15);
    transform: translateY(-4px);
  }
.hcl_sister_logo {
    width: 150px;
    height: 80px;
    margin-bottom: 12px;
    -o-object-fit: contain;
       object-fit: contain;
  }
.hcl_sister_card_title {
    font-size: 20px;
    font-weight: 600;
    color: #082f49;
    margin-bottom: 12px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.hcl_sister_card_desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
  }
.hcl_sister_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #082f49;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
.hcl_sister_link:hover {
    gap: 12px;
    color: #0c4a6e;
  }
.hcl_sister_arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }
.hcl_sister_link:hover .hcl_sister_arrow {
    transform: translateX(4px);
  }
@media (max-width: 768px) {
    .hcl_sister_section {
      padding: 60px 20px;
    }
    .hcl_sister_title {
      font-size: 28px;
    }
    .hcl_sister_grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .hcl_sister_card {
      padding: 32px 24px;
    }
  }
.our_gallery_section {
    padding: 130px 20px;
    background: linear-gradient(to bottom, #d8e4e9 0%, #c4e2f0 100%);
  }
.our_gallery_container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
.our_gallery_content {
    padding-right: 20px;
  }
.our_gallery_title {
    font-size: 42px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
  }
.our_gallery_title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #082f49;
  }
.our_gallery_description {
    font-size: 13px;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 35px;
    text-align: justify;
  }
.our_gallery_button {
    display: inline-block;
    background: #082f49;
    color: white;
    padding: 14px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
  }
.our_gallery_button:hover {
    background: #082f49;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.4);
  }
.our_gallery_images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
  }
.our_gallery_image_wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 1px solid #082f49;
  }
.our_gallery_image_wrapper:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  }
.our_gallery_image_wrapper:nth-child(1) {
    grid-row: 1/2;
    margin-top: 40px;
  }
.our_gallery_image_wrapper:nth-child(2) {
    grid-row: 1/3;
    margin-top: -20px;
  }
.our_gallery_image_wrapper:nth-child(3) {
    grid-row: 1/2;
    margin-top: 60px;
  }
.our_gallery_image {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
.our_gallery_image_wrapper:nth-child(2) .our_gallery_image {
    height: 380px;
  }
@media (max-width: 968px) {
    .our_gallery_container {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .our_gallery_content {
      padding-right: 0;
      text-align: center;
    }
    .our_gallery_title {
      font-size: 36px;
    }
    .our_gallery_title::after {
      left: 50%;
      transform: translateX(-50%);
    }
    .our_gallery_description {
      text-align: center;
    }
  }
@media (max-width: 640px) {
    .our_gallery_section {
      padding: 60px 20px;
    }
    .our_gallery_title {
      font-size: 32px;
    }
    .our_gallery_images {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .our_gallery_image_wrapper:nth-child(1),
    .our_gallery_image_wrapper:nth-child(2),
    .our_gallery_image_wrapper:nth-child(3) {
      grid-row: auto;
      margin-top: 0 !important;
    }
    .our_gallery_image,
    .our_gallery_image_wrapper:nth-child(2) .our_gallery_image {
      height: 240px;
    }
  }
.hcl_events_section {
    padding: 40px 20px;
    background: linear-gradient(to bottom, #d8e4e9 20%, #c4e2f0 100%);
  }
.hcl_events_container {
    max-width: 1200px;
    margin: 0 auto;
  }
.hcl_events_header {
    text-align: center;
    margin-bottom: 50px;
  }
.hcl_events_title {
    font-size: 38px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    max-width: 700px;
    margin: 0 auto;
  }
.hcl_events_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
.hcl_events_card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
.hcl_events_card:hover {
    transform: translateY(-4px);
  }
.hcl_events_image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #082f49;
  }
.hcl_events_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(8, 47, 73, 0.3), rgba(12, 74, 110, 0.65));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    transition: all 0.3s ease;
  }
.hcl_events_card:hover .hcl_events_overlay {
    background: linear-gradient(135deg, rgba(8, 47, 73, 0.85), rgba(12, 74, 110, 0.75));
  }
.hcl_events_play_button {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
.hcl_events_card:hover .hcl_events_play_button {
    transform: scale(1.1);
    background: #082f49;
  }
.hcl_events_play_icon {
    width: 0;
    height: 0;
    border-left: 12px solid #082f49;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
    transition: border-color 0.3s ease;
  }
.hcl_events_card:hover .hcl_events_play_icon {
    border-left-color: white;
  }
.hcl_events_card_title {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    line-height: 1.3;
  }
.hcl_events_card_desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
  }
@media (max-width: 968px) {
    .hcl_events_title {
      font-size: 32px;
    }
    .hcl_events_grid {
      grid-template-columns: 1fr;
    }
  }
@media (max-width: 640px) {
    .hcl_events_section {
      padding: 60px 20px;
    }
    .hcl_events_title {
      font-size: 28px;
    }
    .hcl_events_card {
      height: 240px;
    }
    .hcl_events_card_title {
      font-size: 20px;
    }
    .hcl_events_overlay {
      padding: 24px;
    }
    .hcl_events_play_button {
      width: 45px;
      height: 45px;
      top: 24px;
      left: 24px;
    }
  }
.hcl-quality-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  }
.hcl-quality-container {
    max-width: 1200px;
    margin: 0 auto;
  }
.hcl-quality-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
  }
.hcl-quality-cards-section {
    flex: 1;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
.hcl-quality-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
  }
.hcl-quality-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  }
.hcl-quality-card-main {
    border: 3px solid #0369a1;
    padding: 5px;
  }
.hcl-quality-card-main .hcl-quality-card-icon {
    background: white;
    width: 100px;
    height: 100px;
    border: 2px solid #0369a1;
  }
.hcl-quality-text-section {
    flex: 1;
    min-width: 400px;
    padding: 20px;
  }
.hcl-quality-label {
    display: inline-block;
    background: #0369a1;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
.hcl-quality-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c4a6e;
    line-height: 1.2;
    margin-bottom: 20px;
  }
.hcl-quality-heading span {
    color: #0369a1;
  }
.hcl-quality-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 25px;
    font-style: italic;
  }
.hcl-quality-description {
    font-size: 1.255rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 30px;
  }
.hcl-quality-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
.hcl-quality-btn {
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
  }
.hcl-quality-btn-primary {
    background: #0c4a6e;
    color: white;
  }
.hcl-quality-btn-primary:hover {
    background: #082f49;
    transform: translateY(-2px);
  }
@media (max-width: 768px) {
    .hcl-quality-content-wrapper {
      flex-direction: column;
      gap: 30px;
    }
    .hcl-quality-cards-section,
    .hcl-quality-text-section {
      min-width: 100%;
    }
    .hcl-quality-heading {
      font-size: 2rem;
    }
    .hcl-quality-card {
      flex-direction: column;
      text-align: center;
    }
    .hcl-quality-card-main {
      padding: 25px;
    }
  }
.hcl-qa-qc-section {
    padding: 80px 20px;
    background: white;
  }
.hcl-qa-qc-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
.hcl-qa-qc-card {
    background: transparent;
    padding: 0;
  }
.hcl-qa-qc-logo-wrapper {
    margin-bottom: 30px;
  }
.hcl-qa-qc-logo {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
.hcl-qa-qc-title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
  }
.hcl-qa-qc-title-bold {
    font-weight: 700;
    color: #1a1a1a;
  }
.hcl-qa-qc-description {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #666666;
    font-weight: 400;
  }
@media (max-width: 768px) {
    .hcl-qa-qc-container {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .hcl-qa-qc-title {
      font-size: 1.5rem;
    }
    .hcl-qa-qc-logo {
      width: 100px;
      height: 100px;
    }
  }
@media (max-width: 480px) {
    .hcl-qa-qc-section {
      padding: 60px 15px;
    }
    .hcl-qa-qc-title {
      font-size: 1.3rem;
    }
    .hcl-qa-qc-description {
      font-size: 0.95rem;
    }
    .hcl-qa-qc-logo {
      width: 90px;
      height: 90px;
    }
  }
.error-container-404 {
    text-align: center;
    background-color: white;
    padding: 80px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 1600px;
    width: 100%;
    height: 700px;
  }
.error-illustration-404 {
    max-width: 100%;
    height: 350px;
    margin-bottom: 30px;
    align-items: center;
    margin: 0 auto 30px;
    display: block;
  }
.error-title-404 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 15px;
  }
.error-description-404 {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
.homepage-btn-404 {
    display: inline-block;
    padding: 15px 40px;
    background: #0369a1;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  }
.homepage-btn-404:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
  }
.homepage-btn-404:active {
    transform: translateY(0);
  }
@media (max-width: 600px) {
    .error-container-404 {
      padding: 40px 20px;
    }
    .error-title-404 {
      font-size: 1.5rem;
    }
    .error-description-404 {
      font-size: 1rem;
    }
    .homepage-btn-404 {
      padding: 12px 30px;
      font-size: 1rem;
    }
  }
@media (max-width: 1024px) {
    .filter-list .after\:w-full.relative.lg\:w-1\/2.h-\[400px\]::after {
      content: var(--tw-content);
      height: auto !important;
    }
  }
@media (min-width: 540px){
  .sm\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px){
  .md\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  @media (max-width: 1024px) {
    .filter-list .md\:h-full.relative.w-3\/4 img {
      position: static !important;
      width: 100% !important;
      margin-bottom: 5rem;
    }
  }
}
@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  @media (max-width: 1024px) {
    .filter-list .lg\:h-\[400px\].relative.w-full.lg\:w-1\/2 {
      height: auto !important;
    }
  }
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-right-4::after{
  content: var(--tw-content);
  right: -1rem;
}
.after\:-z-\[1\]::after{
  content: var(--tw-content);
  z-index: -1;
}
.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:translate-x-full::after{
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:border-b-2::after{
  content: var(--tw-content);
  border-bottom-width: 2px;
}
.after\:border-dashed::after{
  content: var(--tw-content);
  border-style: dashed;
}
.after\:border-primary\/50::after{
  content: var(--tw-content);
  border-color: rgb(13 36 44 / 0.5);
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:hidden.mobile-lang-dropdown::after {
    content: var(--tw-content);
    display: none;
  }
.after\:hidden.hcl-gallery-slide::after {
    content: var(--tw-content);
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
.first\:rounded-t-lg:first-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.last\:rounded-b-lg:last-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-sky-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary\/75:hover{
  background-color: rgb(13 36 44 / 0.75);
}
.hover\:bg-primary\/80:hover{
  background-color: rgb(13 36 44 / 0.8);
}
.hover\:bg-sky-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-900:hover{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-950:hover{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-sky-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-800\/40:focus{
  --tw-ring-color: rgb(7 89 133 / 0.4);
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:visible.scroll-to-top {
    opacity: 1;
    visibility: visible;
  }
@media (min-width: 540px){
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:hidden.mobile-lang-dropdown {
    display: none;
  }
  @media (max-width: 767px) {
    #API\ Service .sm\:text-lg {
      font-size: 0.95rem !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    #API\ Service .sm\:text-lg {
      font-size: 1rem !important;
    }
  }
  .sm\:hidden.hcl-gallery-slide {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-64{
    height: 16rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:hidden.mobile-lang-dropdown {
    display: none;
  }
  @media (max-width: 767px) {
    #API\ Service .md\:text-lg {
      font-size: 0.95rem !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    #API\ Service .md\:text-lg {
      font-size: 1rem !important;
    }
  }
  .md\:hidden.hcl-gallery-slide {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
  .md\:after\:block::after{
    content: var(--tw-content);
    display: block;
  }
}
@media (min-width: 1024px){
  .lg\:right-12{
    right: 3rem;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:h-28{
    height: 7rem;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:w-28{
    width: 7rem;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-\[400px\]{
    width: 400px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-48{
    gap: 12rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }
  .lg\:p-3{
    padding: 0.75rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:hidden.mobile-lang-dropdown {
    display: none;
  }
  .lg\:hidden.hcl-gallery-slide {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }
  .xl\:hidden.mobile-lang-dropdown {
    display: none;
  }
  .xl\:hidden.hcl-gallery-slide {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1536px){
  .\32xl\:block{
    display: block;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }
  .\32xl\:hidden.mobile-lang-dropdown {
    display: none;
  }
  .\32xl\:hidden.hcl-gallery-slide {
    transform: translateX(0) scale(0.7);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
}