/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@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;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[-80px\] {
  bottom: -80px;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-5 {
  left: 1.25rem;
}

.left-8 {
  left: 2rem;
}

.left-\[8\%\] {
  left: 8%;
}

.right-1 {
  right: 0.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-\[-15px\] {
  right: -15px;
}

.top-12 {
  top: 3rem;
}

.top-8 {
  top: 2rem;
}

.top-\[90px\] {
  top: 90px;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.m-\[10px\] {
  margin: 10px;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.margin {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

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

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-9 {
  margin-inline-end: 2.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-6 {
  margin-inline-start: 1.5rem;
}

.ms-\[-100\%\] {
  margin-inline-start: -100%;
}

.ms-\[-200\%\] {
  margin-inline-start: -200%;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-\[180px\] {
  margin-top: 180px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[50vh\] {
  height: 50vh;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[1000px\] {
  width: 1000px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[33\%\] {
  width: 33%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[700px\] {
  width: 700px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[85\%\] {
  width: 85%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[950px\] {
  width: 950px;
}

.w-full {
  width: 100%;
}

.rotate-\[-90deg\] {
  --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));
}

.animate-anime {
  animation: identy 5s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.flex-col {
  flex-direction: column;
}

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

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.border {
  border-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-color5 {
  --tw-border-opacity: 1;
  border-color: rgb(246 247 250 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 149 174 / var(--tw-bg-opacity));
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 84 121 / var(--tw-bg-opacity));
}

.bg-color3 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 51 115 / var(--tw-bg-opacity));
}

.bg-color4 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 173 192 / var(--tw-bg-opacity));
}

.bg-color5 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity));
}

.bg-color7 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 248 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.vid-par{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0,0,0, 0.5);
}

.my-vid{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

.bg-header {
  background-image: url(../img/1.jpg);
}

@media (max-width: 768px) {
  .bg-header {
      height: 35vh; /* You might want to adjust the height on smaller screens */
      background-position: center; /* Adjust if you want to focus on a specific part of the image */
  }
}

@media (max-width: 768px) {
  .discover{
      width: 100%;
      height: auto; 
      margin-top: 0%;
  }
  .discover h1{
     font-size: .8rem;
  }
  .discover h2{
     font-size: 1.5rem;
  }
  .discover h3{
     font-size: 1.5rem; 
  }

  .discover h4{
     font-size: 1.7rem; 
  }
  .discover h5{
     font-size: 1.2rem; 
  }

  .discover p{
      font-size: 1rem;
  }
  .discover figure {
      width: 35vh;
      height: 35vh;
      margin-bottom: 10%;
  }
}

@media (max-width: 768px) {
  .footer-mail p {
      padding-left: 4px;
      padding-right: 4px;
      font-size: .8rem; 
  }
}
@media (max-width: 768px) {
  .foot-img figure {
      width: 50%;
      height: auto;
      margin: 0%;
  }
}

@media (max-width: 768px) {
    .vid-par{
        width: 100%;
        height: 25vh; 
    }
    .vid-par video {
        width: 100%;
        height: auto; 
    }
}

@media (max-width: 768px) {
  .bg-header2 {
    margin-top: 10%;
    height: 100%;
    
}
  .bg-header2 h1,
  .bg-header2 h2 {
      font-size: 1.2rem; 
  }

  .bg-header2 p {
      font-size: .7rem; 
  }
}

.bg-map {
  background-image: url(../img/giphy.gif);
}

.bg-sea {
  background-image: url(../img/15.jpg);
}


.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.font-primary {
  font-family: barlow;
}

.font-secondary {
  font-family: poppins;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, sans-serif;
  font-weight: 700;
}

.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-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-bold1 {
  font-weight: bolder;
}


.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.tracking-widest {
  letter-spacing: 0.08em;
}

.text-color1 {
  --tw-text-opacity: 1;
  color: rgb(32 149 174 / var(--tw-text-opacity));
}

.text-color2 {
  --tw-text-opacity: 1;
  color: rgb(68 84 121 / var(--tw-text-opacity));
}

.text-color3 {
  --tw-text-opacity: 1;
  color: rgb(19 51 115 / var(--tw-text-opacity));
}

.text-color4 {
  --tw-text-opacity: 1;
  color: rgb(82 173 192 / var(--tw-text-opacity));
}

.text-color6 {
  --tw-text-opacity: 1;
  color: rgb(131 133 144 / var(--tw-text-opacity));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-color1 {
  text-decoration-color: #2095AE;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-8 {
  outline-width: 8px;
}

.outline-offset-8 {
  outline-offset: 8px;
}

.brightness-75 {
  --tw-brightness: brightness(.75);
  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);
  -webkit-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: 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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.\[word-spacing\:8px\] {
  word-spacing: 8px;
}

@font-face {
  font-family: barlow;
  src: url(../font/Barlow-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: barlow;
  src: url(../font/Barlow-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: poppins;
  src: url(../font/Poppins-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: poppins;
  src: url(../font/Poppins-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}

.travol{
  -webkit-text-stroke:2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}

.photo{
  transform-style: preserve-3d;
}

.photo:hover{
  transform:perspective(800px) rotateY(-180deg);
}

.bottom-photo{
  transform:perspective(800px) translateZ(-1px) scaleX(-1);
}

.fig{
  transform:perspective(800px) translateZ(30px);
}

.out{
  outline-color: rgba(255, 255, 255, 0.271);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

@keyframes identy{
  from{
    transform: translateX(0);
  }

  to{
    transform: translateX(100%);
  }
}

.marker\:text-color1 *::marker {
  color: rgb(32 149 174 );
}

.marker\:text-color1::marker {
  color: rgb(32 149 174 );
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}

.before\:w-\[100\%\]::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-color6::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(131 133 144 / var(--tw-bg-opacity));
}

.before\:bg-stone-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.before\:bg-opacity-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-\[-8px\]::after {
  content: var(--tw-content);
  bottom: -8px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-\[100\%\]::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[100\%\]::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:w-\[20\%\]::after {
  content: var(--tw-content);
  width: 20%;
}

.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:bg-opacity-50::after {
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-1000::after {
  content: var(--tw-content);
  transition-duration: 1000ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:scale-\[\.95\]:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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\:bg-color3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 51 115 / var(--tw-bg-opacity));
}

.hover\:text-color3:hover {
  --tw-text-opacity: 1;
  color: rgb(19 51 115 / var(--tw-text-opacity));
}

.hover\:text-color4:hover {
  --tw-text-opacity: 1;
  color: rgb(82 173 192 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:bottom-10 {
  bottom: 2.5rem;
}

.group:hover .group-hover\:bottom-\[50px\] {
  bottom: 50px;
}

.group:hover .group-hover\:ms-\[0\%\] {
  margin-inline-start: 0%;
}

.group:hover .group-hover\:ms-\[200\%\] {
  margin-inline-start: 200%;
}

.group:hover .group-hover\:scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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\:brightness-75 {
  --tw-brightness: brightness(.75);
  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);
}

.group:hover .group-hover\:pause {
  animation-play-state: paused;
}

.group:hover .group-hover\:after\:w-\[90\%\]::after {
  content: var(--tw-content);
  width: 90%;
}

@media (min-width: 640px) {
  .sm\:w-\[70\%\] {
    width: 70%;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:top-20 {
    top: 5rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:w-\[20\%\] {
    width: 20%;
  }

  .md\:w-\[28\%\] {
    width: 28%;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[900px\] {
    width: 900px;
  }

  .md\:w-\[25\%\] {
    width: 25%;
  }

  .md\:w-\[\%\] {
    width: 1%;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:ps-20 {
    padding-inline-start: 5rem;
  }

  .md\:text-7xl {
    font-size:4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-color5 {
    --tw-border-opacity: 1;
    border-right-color: rgb(246 247 250 / var(--tw-border-opacity));
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:ps-0 {
    padding-inline-start: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:top-\[170\%\] {
    top: 170%;
  }

  .xl\:w-\[1100px\] {
    width: 1100px;
  }

  .xl\:w-\[1200px\] {
    width: 1200px;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[73\%\] {
    width: 73%;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

@media (min-width: 1536px) {
  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.contact-section {
  padding: 20px 20px;
  background-color: #e7e6ec;
}
.contact-section2 {
  padding: 20px 20px;
  background-color: #e7e6ec;
}

.container2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 11px;
  /* background: linear-gradient(315deg, #ffffff, #f0f0f0);
  box-shadow:  -20px -20px 40px #7d7d7d,
               5px 5px 40px #ffffff; */
}
@media (max-width: 768px) {
  .container2 {
      border-radius: none;
      background: none;
      box-shadow: none;
      padding: 0%;
      margin: 0%;
      width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-section {
      padding: 0%;
  }
}

.contact-section h1 {
  margin-bottom: 30px;
}

.contact-details p {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.contact-details a {
  color: #007bff;
  text-decoration: none;
}

.social-media {
  text-align: center;
  margin-top: 20px;
}

.map iframe {
  width: 100%;
  height: 300px;
  border: none;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* FAQ accordion */
.faq-shell {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}
.faq-shell > p {
  margin-bottom: 0.5rem;
  letter-spacing: 0.08em;
}
.faq-shell > h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  line-height: 1.15;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.faq-item {
  background: #fff;
  border-left: 3px solid rgb(32, 149, 174);
  border-radius: 8px;
  border-bottom: 1px solid rgba(19, 51, 115, 0.12);
  box-shadow: 0 2px 10px rgba(19, 51, 115, 0.06);
  overflow: hidden;
  transition: background-color 0.2s ease;
}
.faq-item[open] {
  background: rgb(246, 247, 250);
}
.faq-q {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.25rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-q::after {
  content: "+";
  color: rgb(32, 149, 174);
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item[open] .faq-q::after {
  content: "–";
}
.faq-q:focus {
  outline: none;
}
.faq-q:focus-visible {
  outline: 2px solid rgb(32, 149, 174);
  outline-offset: 2px;
}
.faq-q:hover {
  color: rgb(32, 149, 174);
}
.faq-a {
  padding: 0 1.25rem 1.15rem;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .faq-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faq-shell > h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .faq-q {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.45;
  }
  .faq-a {
    padding: 0 1rem 1rem;
  }
}

/* Car rental page sections */
.car-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4rem 1.25rem;
}
.car-section-inner {
  width: 100%;
  max-width: 1100px;
}
.car-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(32, 149, 174);
  margin-bottom: 0.5rem;
}
.car-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}
.car-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 4px 16px rgba(19, 51, 115, 0.08);
  border-top: 3px solid rgb(32, 149, 174);
}
.car-card i {
  font-size: 1.75rem;
  color: rgb(32, 149, 174);
  margin-bottom: 0.75rem;
  display: inline-block;
}
.car-card h3 {
  font-family: poppins, sans-serif;
  color: rgb(19, 51, 115);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.car-card p {
  color: rgb(102, 112, 133);
  line-height: 1.6;
  margin: 0;
}
.car-card .cta-btn {
  margin-top: 1rem;
  font-size: 0.9rem;
  padding: 10px 14px;
}
.car-services {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.85rem;
}
.car-services li {
  background: #fff;
  border-radius: 8px;
  padding: 0.95rem 1rem;
  color: rgb(68, 84, 121);
  box-shadow: 0 2px 10px rgba(19, 51, 115, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.car-services li i {
  color: rgb(32, 149, 174);
  margin-top: 0.15rem;
}
.car-contact-strip {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(19, 51, 115, 0.08);
  display: grid;
  gap: 0.85rem;
}
.car-contact-strip p {
  margin: 0;
  color: rgb(68, 84, 121);
}
.car-contact-strip a {
  color: rgb(32, 149, 174);
  font-weight: 600;
}
@media (max-width: 768px) {
  .car-section {
    padding: 2.5rem 1rem;
  }
}

/* Sticky + section CTAs */
.cta-float {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-float a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-float a:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.cta-float .cta-float-call {
  background-color: rgb(32, 149, 174);
}
.cta-float .cta-float-wa {
  background-color: #25d366;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.cta-btn:hover {
  transform: translateY(-1px);
  opacity: 0.92;
  color: #fff;
}
.cta-btn-call {
  background-color: rgb(32, 149, 174);
}
.cta-btn-wa {
  background-color: #25d366;
}
.cta-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.25rem;
}
.cta-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(135deg, rgb(19, 51, 115), rgb(32, 149, 174));
  padding: 3rem 1.25rem;
  text-align: center;
}
.cta-banner-inner {
  max-width: 720px;
}
.cta-banner h2,
.cta-banner p {
  color: #fff;
}
.cta-banner h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.5rem;
}
.cta-banner p {
  margin-bottom: 1.25rem;
  opacity: 0.95;
}
.cta-banner .cta-btn-row {
  justify-content: center;
}

/* Inner destination / package pages */
.inner-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3.5rem 1.25rem;
}
.inner-shell {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.inner-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 1.5rem;
  color: rgb(102, 112, 133);
  font-size: 0.95rem;
}
.inner-breadcrumb a {
  color: rgb(32, 149, 174);
  text-decoration: none;
  font-weight: 600;
}
.inner-bc-sep {
  opacity: 0.5;
}
.inner-hero-card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2rem;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(19, 51, 115, 0.08);
}
.inner-hero-media {
  margin: 0;
  min-height: 320px;
}
.inner-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.inner-hero-copy {
  padding: 1.75rem 1.75rem 1.75rem 0.5rem;
}
.inner-prose p {
  margin: 0 0 1rem;
  line-height: 1.75;
}
.inner-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}
.inner-fact {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  border-top: 3px solid rgb(32, 149, 174);
  box-shadow: 0 2px 10px rgba(19, 51, 115, 0.06);
}
.inner-fact-label {
  margin: 0 0 0.35rem;
  color: rgb(32, 149, 174);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  font-weight: 700;
}
.inner-fact-value {
  margin: 0;
  color: rgb(19, 51, 115);
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.inner-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.inner-days {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.inner-day-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.2rem 1.25rem;
  border-left: 3px solid rgb(32, 149, 174);
  box-shadow: 0 2px 10px rgba(19, 51, 115, 0.06);
}
.inner-day-label {
  margin: 0 0 0.35rem;
  color: rgb(32, 149, 174);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
.inner-day-card h3 {
  margin: 0 0 0.5rem;
  color: rgb(19, 51, 115);
  font-size: 1.15rem;
}
.inner-day-card p {
  margin: 0;
  color: rgb(102, 112, 133);
  line-height: 1.65;
}
.inner-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.inner-related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: rgb(19, 51, 115);
  font-family: poppins, sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(19, 51, 115, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.inner-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(19, 51, 115, 0.12);
  color: rgb(32, 149, 174);
}
@media (max-width: 900px) {
  .inner-hero-card,
  .inner-two-col {
    grid-template-columns: 1fr;
  }
  .inner-hero-copy {
    padding: 1.25rem;
  }
}
@media (max-width: 768px) {
  .inner-section {
    padding: 2.5rem 1rem;
  }
}
