@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


/* @media (max-width: 991.98px) {
  .navbar-brand img {
    height: 50px;
  }

  #mainNavbar .container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .navbar-toggler {
    margin-left: auto;
  }
} */




   .hiw-container {
      max-width: 1120px;
      margin: 0 auto;
      text-align: center;
      background-color: white;
      font-family: 'Inter', sans-serif;
      color: #000000;
    }

    .hiw-title {
      font-weight: 800;
      font-size: 2.5rem;
      line-height: 1.2;
      padding-top: 100px;
    }

    @media (min-width: 640px) {
      .hiw-title {
        font-size: 3rem;
      }
    }

    .hiw-highlight {
      color: #0089ce;
    }

    .hiw-text {
      margin-top: 16px;
      color: #0f5c7d;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    @media (min-width: 640px) {
      .hiw-text {
        font-size: 1.125rem;
      }
    }

    .hiw-divider {
      margin-top: 16px;
      border: none;
      border-top: 1px solid #e5e7eb;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }


  .image-container {
  width: 550px;
  height: 350px;
  overflow: hidden;
  display: block !important;
  object-fit:cover;

}
.image-container img {  
  width: 100%;
  height: 100%;

  border-radius: 15px;

}


.my-5{
  padding: 2rem;
}
 .unique-section {
      background-color: #1a3aa9;
      padding: 2rem;
      font-family: 'Arial', sans-serif;
      margin: 2rem;
      border-radius: 12px;
      box-sizing: border-box;  
    }

    .unique-title {
      color: white;
      font-weight: 600;
      font-size: 2.5rem !important;
      text-align: center;
      margin-bottom: 32px;
    }
    @media (min-width: 640px) {
      .unique-title {
        font-size: 28px;
        margin-bottom: 48px;
      }
    }
    @media (min-width: 1024px) {
      .unique-title {
        font-size: 32px;
        margin-bottom: 48px;
      }
    }

    .unique-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }
    @media (min-width: 640px) {
      .unique-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
      }
    }
    @media (min-width: 1024px) {
      .unique-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
      }
    }

    .unique-card {
      background-color: #2f4ea8;
      border-radius: 12px;
      padding: 20px 20px 24px 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      color: #cbd5e1;
      box-sizing: border-box;
    }

    .unique-card-header {
      color: white;
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 8px;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .unique-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      stroke: white;
      stroke-width: 2;
      fill: none;
      flex-shrink: 0;
    }

    .unique-text {
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5;
      margin: 0;
      text-align: justify;
    }







@media (max-width: 508px) {
  footer nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  footer [aria-label="Social media links"] {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}








    .ocb-section {
      padding: 2rem;
      font-family: 'Inter', sans-serif;
      margin: 0;
      display: flex;
      justify-content: center;
    }

    .ocb-container {
      max-width: 100%;
      width: 100%;
      background: linear-gradient(90deg, #5de6d1 0%, #0a6a6a 100%);
      border-radius: 12px;
      padding: 2rem;
      box-sizing: border-box;
    }

    .ocb-title {
      color: white;
      font-weight: 800;
      font-size: 2.5rem;
      text-align: center;
      margin: 0 0 40px 0;
    }

    .ocb-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      justify-content: center;
    }

    .ocb-card {
      background-color: rgba(75, 185, 182, 0.45);
      border: 1px solid rgba(58, 143, 142, 0.3);
      border-radius: 8px;
      padding: 32px;
      box-sizing: border-box;
      color: white;
      max-width: 440px;
      flex: 1 1 300px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      backdrop-filter: saturate(180%) blur(10px);
    }

    .ocb-icon-wrapper {
      background-color: #0a6a6a;
      border-radius: 50%;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }

    .ocb-icon {
      color: white;
      font-size: 18px;
    }

    .ocb-card-title {
      font-weight: 600;
      font-size: 1.5rem;
      margin: 0 0 16px 0;
    }

    .ocb-card-text {
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5;
      max-width: auto;
      margin:auto;
      text-align: justify;
      text-align-last: center;
    }

    @media (max-width: 640px) {
      .ocb-container {
        padding: 32px 24px 40px 24px;
      }
      .ocb-cards {
        flex-direction: column;
        gap: 24px;
      }
      .ocb-card {
        max-width: 100%;
      }
    }







 .underline-text {
  display: inline-block;        /* so border fits the text */
  border-bottom: 2px solid teal;        /* red border */
  padding: 0 6px;               /* some horizontal padding */
  border-radius: 4px;           /* optional: rounded corners */
}


    .highlight{
      color:#0070C0;
      font-weight: 700 !important;
    }
    .about-us-text{
      font-size: 2.5rem !important;
    }
    section.aboutus-header-section {
      text-align: center;
      margin-bottom: 32px;
      width: 100%;
    }
    section.aboutus-header-section h1 {
      /* border-bottom: 2px solid red; */
      font-weight: 800;
      font-size: 2.5rem;
      color: #0a122a;
      margin: 0;
    }
    section.aboutus-header-section h1 .aboutus-highlight-blue {
      color: #3b6af6;
    }
    section.aboutus-header-section .aboutus-underline-bar {
      width: 64px;
      height: 2px;
      margin: 4px auto 12px auto;
    }
    section.aboutus-header-section p {
      color: #4a5568;
      font-size: 1rem;
      margin: 0;
    }
    section.aboutus-content-section {
      background-color: white;
      border-radius: 24px;
      align-items: center;
      box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
      width: 100%;
      display: flex;
      flex-direction: column;
      /* overflow: hidden; */
      margin: auto;
      padding: 2rem;
    }
    @media (min-width: 768px) {
      section.aboutus-content-section {
        flex-direction: row;
      }
    }
    @media (max-width: 768px) {
          .aboutus {
            text-align: justify;
          }
        }
    section.aboutus-text-section {
      /* padding: 32px; */
      flex: 1 1 50%;
    }
    section.aboutus-text-section h2 {
      font-weight: 800;
      font-size: 2rem;
      color: #0a122a;
      line-height: 1.2;
      margin: 0 0 24px 0;
    }
    section.aboutus-text-section p {
      font-size: 1rem;
      line-height: 1.5;
      color: #4a5568;
      margin: 0 0 16px 0;
    }
    section.aboutus-text-section p.aboutus-highlight-link {
      color: #3b6af6;
      font-weight: 600;
      margin-bottom: 16px;
    }
    section.aboutus-text-section p.aboutus-highlight-link a {
      color: #3b6af6;
      text-decoration: none;
    }
    section.aboutus-text-section p.aboutus-highlight-link a:hover {
      text-decoration: underline;
    }
    section.aboutus-image-section {
      flex: 1 1 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    section.aboutus-image-section img {
      width: 600px;
      height: 400px;
      object-fit: cover;
      display: block;
      border-radius: 15px;
      
    }
    @media (max-width: 767px) {
      section.aboutus-image-section img {
        width: 100%;
        height: auto;
      }
    }







 @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.feature-container {
  max-width: 1120px;
  margin: 40px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 64px;
}

@media (min-width: 768px) {
  .feature-container {
    grid-template-columns: 1fr 1fr;
  }
}

.feature-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.feature-item:hover {
  background-color: #e0f7f7; /* Light teal background */
  box-shadow: 0 4px 12px rgba(0, 128, 128, 0.2); /* Teal-ish shadow */
}

/* Optional: change icon and text color on hover */
.feature-item:hover .feature-icon,
.feature-item:hover .feature-content h3 {
  color: teal;
}

.feature-icon {
  color: #2c3e50;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.feature-content h3 {
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 1.5rem;
  color: #2c3e50;
  transition: color 0.3s ease;
}

.feature-content p {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  max-width: 440px;
  text-align: justify;
}





/* === Background with subtle overlay image === */
.background {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/static/images/1968.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

/* === Main content wrapper === */
.va-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 3rem 3rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

/* === Text block === */
.va-text {
  flex: 1 1 45%;
  max-width: 720px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.va-text h1 {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 3.25rem;
  margin: 0;
  letter-spacing: -0.02em;
}

.va-text p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 400px;
  white-space: pre-line;
}

.va-text button {
  margin-top: 2rem;
  background-color: #F07E4F;
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 0.125rem;
  transition: background-color 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.va-text button:hover {
  background-color: #e36a3e;
}

/* === Image wrapper === */
.va-image-wrapper {
  flex: 1 1 45%;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 5 / 3.5;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.va-image-wrapper img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: left;
  display: block;
  border-radius: 1.5rem;
}

/* === Responsive adjustments for tablets and below === */
@media (max-width: 1024px) {
  .va-section {
    padding-top: 100px;
    gap: 1.5rem;
  }

  .va-text h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

/* === Responsive adjustments for phones === */
@media (max-width: 525px) {
  .va-section {
    flex-direction: column;
    padding: 100px 1.5rem 2rem;
  }

  .va-text {
    flex: none;
    max-width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 20px;
  }

  .va-text h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  .va-text p {
    max-width: 100%;
  }

  .va-image-wrapper {
    display: block;
    max-width: 100%;
    aspect-ratio: auto;
    height: auto;
    margin-top: 2rem;
  }

  .va-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .va-worldmap-bg {
    display: none;
  }
}








/* Custom styles following Default Design Guidelines */
:root {
--color-bg: #ffffff;
--color-text-primary: #111827;
--color-text-secondary: #6b7280;
--color-accent-bg: #000000;
--color-accent-text: #ffffff;
--border-radius: 0.75rem;
--max-width: 1200px;
--transition-speed: 0.3s;
}

body {
background-color: var(--color-bg);
color: var(--color-text-secondary);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 18px;
line-height: 1.6;
/* padding-top: 80px; */
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}

/* Container max width */
.container {
max-width: var(--max-width);
}

/* Reset link styles */
a {
text-decoration: none;
color: inherit;
transition: color var(--transition-speed) ease;
}
a:hover,
a:focus {
color: var(--color-text-primary);
outline: none;
}


/* Hero Section */
.hero {
padding-top: 6rem;
padding-bottom: 5rem;
text-align: center;
color: var(--color-text-primary);
user-select: text;
}

.hero h1 {
font-size: 3.75rem;
font-weight: 800;
line-height: 1.05;
margin-bottom: 1rem;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.hero p {
font-size: 1.25rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 3rem;
color: var(--color-text-secondary);
}

/* Buttons */
.btn-primary {  
background-color:#009999;
border: none;
font-weight: 700;
padding: 0.85rem 3rem;
border-radius: var(--border-radius);
font-size: 1.1rem;
transition: background-color var(--transition-speed) ease,
transform var(--transition-speed) ease;
user-select: none;
color: var(--color-accent-text);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover,
.btn-primary:focus {
background-color: #222222;
outline: none;
transform: scale(1.05);
box-shadow: 0 7px 25px rgba(0, 0, 0, 0.25);
}

.btn-secondary {
background-color:#009999;
color: var(--color-accent-text);
border: none;
font-weight: 700;
padding: 0.85rem 3rem;
border-radius: var(--border-radius);
font-size: 1.1rem;
transition: background-color var(--transition-speed) ease,
transform var(--transition-speed) ease;
user-select: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.btn-secondary:hover,
.btn-secondary:focus {
background-color: #222222;
color: var(--color-accent-text);
outline: none;
transform: scale(1.05);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.text-center{
margin-bottom: 3.5rem;
}
.text-center-content{
  text-align-last: center;
}
/* Section Titles */
section h2.section-title {
font-weight: 700;
font-size: 2.5rem;
color: var(--color-text-primary);
margin-top: 2.5rem;
margin-bottom: 1.5rem;
text-align: center;
user-select: text;
}

/* Cards container */
.cards-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2.5rem;
margin-bottom: 6rem;
padding-left: 1rem;
padding-right: 1rem;
}
/* Cards */
.card {
background-color: #f9fafb;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
border-radius: var(--border-radius);
padding: 2.5rem 2rem;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: box-shadow var(--transition-speed) ease,
transform var(--transition-speed) ease;
user-select: text;
cursor: default;
}
.card:hover,
.card:focus-within {
box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
transform: translateY(-6px);
outline: none;
}
.card h3 {
font-weight: 700;
font-size: 1.75rem;
color: var(--color-text-primary);
margin-bottom: 1.5rem;
user-select: text;
}
.card p {
color: var(--color-text-secondary);
flex-grow: 1;
margin-bottom: 2rem;
font-size: 1rem;
user-select: text;
line-height: 1.5;
}

/* Contact form */
form#contactForm {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
form#contactForm label {
font-weight: 600;
color: var(--color-text-primary);
user-select: none;
font-size: 1rem;
}
form#contactForm .form-control {
border-radius: var(--border-radius);
border-color: #d1d5db;
transition: border-color var(--transition-speed) ease;
user-select: text;
font-size: 1rem;
padding: 0.75rem 1rem;
}
form#contactForm .form-control:focus {
border-color: var(--color-accent-bg);
box-shadow: 0 0 10px #00000044;
outline: none;
}

/* Response message */
#responseMessage {
font-weight: 600;
font-size: 1rem;
}

/* Footer */
footer {
text-align: center;
padding: 3rem 1rem;
font-size: 0.9rem;
color: var(--color-text-secondary);
user-select: none;
}

/* Responsive */
@media (max-width: 600px) {
.hero h1 {
font-size: 2.75rem;
}
.cards-container {
grid-template-columns: 1fr;
}
}

.bold{
font-weight: bold;
}

/* NAVBAR CSS  */

/* .navbar {
transition: top 0.3s ease-in-out; */
/* background-color:#2F4156;
} */

/* .navbar-hidden {
top: -80px !important;
} */
.nav-item .nav-link{
color: #2F4156;
margin-left: 1rem;
font-size: 1rem;
font-weight: 700;

}

/* Default size for large screens */
.navbar-brand img {
  max-height: 60px;
  height: auto;
  width: auto;
}

/* Resize logo at smaller widths to prevent wrapping */
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 40px;
    max-width: 120px; /* Optional: prevent extra-wide logos */
  }
}

@media (max-width: 460px) {
  .navbar-brand img {
    max-height: 36px;
    max-width: 100px;
  }
}


/* Chatbot CSS */

#chatbot-bubble {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9999;
}

#chatbot-window {
display: none;
position: absolute;
bottom: 70px;
right: 0;
width: 320px;
max-width: 90vw;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 16px rgba(0,0,0,0.2);
padding: 0;
overflow: hidden;
font-family: inherit;
}
#chatbot-header {
background: #2F4156;
color: #fff;
padding: .3rem;
font-weight: bold;
text-align: center;
}
#chatbot-messages {
height: 320px;
overflow-y: auto;
padding: 1rem;
background: #f8f9fa;
font-size: 0.95rem;
}
.chatbot-msg {
margin-bottom: 0.7rem;
display: flex;
}
.chatbot-msg.bot {
justify-content: flex-start;
}
.chatbot-msg.user {
justify-content: flex-end;
}
.chatbot-msg .bubble {
padding: 0.6rem 1rem;
border-radius: 16px;
max-width: 80%;
word-break: break-word;
}
.chatbot-msg.bot .bubble {
background: #e9ecef;
color: #333;
border-bottom-left-radius: 4px;
}
.chatbot-msg.user .bubble {
background: #567C8D;
color: #fff;
border-bottom-right-radius: 4px;
}
#chatbot-input-area {
display: flex;
border-top: 1px solid #eee;
background: #fff;
}
#chatbot-input {
flex: 1;
border: none;
padding: 0.7rem;
font-size: 1rem;
outline: none;
background: transparent;
}
#chatbot-send {
background: none;
border: none;
color: #2F4156;
font-size: 1.5rem;
padding: 0 1rem;
cursor: pointer;
}


.blue{
background: #3652D9;
}

.pulse {
animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
0% {
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
}


.master{
color:black;
float:right;
}

@media (max-width:900px){
.master{
display:none
}
}

.chatbot-msg.bot.typing .bubble {
font-style: italic;
opacity: 0.6;
}


/* Fixed position toast in top-right corner */
#responseToast {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 1080; /* Above modal and nav */
}


/* footer CSS  */
@media (max-width: 640px) {
footer > div {
flex-direction: column;
align-items: center;
text-align: center;
}
nav[aria-label="Footer legal navigation"] {
justify-content: center;
}
nav[aria-label="Footer legal navigation"] a {
font-size: 1rem;
}
div[aria-label="Social media links"] {
justify-content: center;
margin-top: 1rem;
}
}


/* Terms and Conditions */

/* Add this CSS to your stylesheet */
#modal {
animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* Modal Overlay */
#modal {
display: none;
position: fixed;
z-index: 1050;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.6);
overflow-y: auto;
font-family: 'Segoe UI', sans-serif;
}

/* Centering Wrapper */
#modal .modal-wrapper {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
}

/* Modal Content */
#modal-content {
background: #fff;
width: 100%;
max-width: 800px;
padding: 2rem;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
position: relative;
color: #2F4156;
}

#modal-content h2 {
margin-top: 0;
font-size: 1.75rem;
color: #2F4156;
}

#modal-content p {
text-align: justify;
line-height: 1.6;
margin-bottom: 1rem;
}

/* Close Button */
#modal-content button {
position: absolute;
top: 1rem;
right: 1rem;
background: none;
border: none;
font-size: 2rem;
color: #2F4156;
cursor: pointer;
}

/* Responsive Fix */
@media (max-width: 768px) {
#modal-content {
padding: 1.5rem;
}
#modal-content h2 {
font-size: 1.5rem;
}
}

/* Add these styles to your existing CSS file or inside a scoped style block */

/* Import Inter font once globally if not already imported */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&display=swap'); */

.paco-component {
/* Scope root for the PACO component to prevent conflicts */
font-family: 'Inter', sans-serif;
color: #6b7280;
background: #fff;
padding: 2rem 1rem;
max-width: 720px;
margin: 0 auto;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,0.05);
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}

@media (min-width: 640px) {
.paco-component {
grid-template-columns: 1fr 1fr;
gap: 3rem;
max-width: 960px;
padding: 4rem 3rem;
}
}

.paco-container {
display: contents; /* container inside component uses parent grid */
}

.paco-headline-section {
user-select: none;
}

.paco-headline {
font-weight: 800;
font-size: 3.5rem;
line-height: 1.1;
color: #111827;
letter-spacing: 0.04em;
margin: 0;
}

.paco-headline small {
display: block;
font-weight: 600;
font-size: 1rem;
color: #6b7280;
margin-top: 0.5rem;
letter-spacing: 0.08em;
text-transform: uppercase;
font-family: monospace;
}

.paco-headline-icon {
margin-top: 1.5rem;
color: #4f46e5;
width: 56px;
height: 56px;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke: currentColor;
user-select: none;
}

.paco-acrostic-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 1.25rem;
color: #374151;
}

.paco-acrostic-item {
display: flex;
align-items: flex-start;
font-weight: 600;
font-size: 1.15rem;
position: relative;
cursor: default;
padding-left: 2.5rem;
line-height: 1.3;
transition: color 0.3s ease;
}

.paco-acrostic-item:hover {
color: #4f46e5;
}

.paco-acrostic-letter {
position: absolute;
left: 0;
top: 0;
font-size: 2.4rem;
font-weight: 800;
color: #4f46e5;
font-family: 'Inter', monospace;
line-height: 1;
user-select: none;
transition: color 0.3s ease;
}

.paco-acrostic-item:hover .paco-acrostic-letter {
color: #4338ca;
}

/* Animate fade-up on load (optional) */
.paco-acrostic-item {
opacity: 0;
transform: translateY(12px);
animation-fill-mode: forwards;
animation-name: paco-fadeUp;
animation-duration: 0.6s;
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.paco-acrostic-item:nth-child(1) {
animation-delay: 0.2s;
}
.paco-acrostic-item:nth-child(2) {
animation-delay: 0.4s;
}
.paco-acrostic-item:nth-child(3) {
animation-delay: 0.6s;
}
.paco-acrostic-item:nth-child(4) {
animation-delay: 0.8s;
}
.paco-acrostic-item:nth-child(5) {
animation-delay: 1s;
}
.paco-acrostic-item:nth-child(6) {
animation-delay: 1.2s;
}

@keyframes paco-fadeUp {
to {
opacity: 1;
transform: translateY(0);
}
}

.ourservices{
    font-weight: bold;
      color: #004a60;
      width: auto;
      text-align: center;
      padding: 3rem;
}
.avatar-container {
width: 64px;
height: 64px;
background-color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.avatar-container img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
}
.text-white {
letter-spacing: 1px;
color:#2F4156 !important;
/* font-size: 1rem !important; */
margin: 0 !important;
}
.paco{
font-size: 1rem;
margin: 0 !important;

}
    .job-title {
      font-weight: bold;
      color: #004a60;
    }
    .job-description {
      color:#0070C0 !important;
    }


    .job-card {
      margin-bottom: 2rem;
    }
    .equal-height {
      height: 100%;
    }

    @media (max-width: 768px) {
      .role-image {
        width: 100%;
        height: auto;
      }
    }
        .job-title {
      font-weight: bold;
      color: #004a60;
    }
    .job-description {
      color: #2a4d5f;
    }
    .role-image {
      width: 500px;
      height: 400px;
      object-fit: cover;
      border-radius: 8px;
    }
    .job-card {
      margin-bottom: 3rem;
    }

    @media (max-width: 768px) {
      .role-image {
        width: 100%;
        height: auto;
      }
    }

.card-price {
    font-size: 2rem;
    font-weight: bold;
  }
  .card ul li {
    margin: 0.5rem 0;
  }
.list-unstyled{
  text-align: left;
  font-size: medium;
}
