@font-face { font-family: 'Bauhaus Std';
  src: url('/fonts') format('opentype'); 
  font-weight: 500; 
  font-style: normal; 
}


@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins\ Regular\ 2\ 1\ \(1\).ttf') format('truetype');

  font-weight: 500;
  font-style: normal;
}
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .xml-box {
      min-width: 100%;
  }
}
@media (max-width: 768px) {
  
  .xml-wrapper {
    flex-direction: column;
  }

  .xml-box {
    min-width: 100%;
  }
}
.sidebar li.active > a,
.sidebar a.active {
  background-color: #000099 !important;
  color: white !important;
  border-radius: 6px;
  width: 140px;
}





/* Show the navbar menu as flex on large screens */
.navbar-menu {
  display: flex;
  flex-direction: row; /* change to column if needed */
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.navbar-menu {
  display: none;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  align-items: stretch;
}


@media (min-width: 769px) {
  .navbar-menu {
      display: flex;
      flex-direction: row; 
      align-items: center;
       padding: 10px 0;
 align-items: stretch;
  }
}

@media (max-width: 768px) {
  .navbar-menu {
      display: none;
  }
}

  @media (max-width: 768px) {


 
 .navbar {
  flex-wrap: wrap;
  width: 98%;
  /* padding: 10px; */
  justify-content: initial !important;}
 .navbar-menu.active {
  display: flex;
 }
 
 .navbar-profile {
  display: none ;
 }

 /* Show/Hide profile icons based on screen size */

.mobile-profile {
  display: none;
}

/* For mobile screens */
@media (max-width: 768px) {
  .desktop-profile {
    display: none;
  }
  .mobile-profile {
    display: flex;
  }
}
.sidebar li.active {
    background: #000099;
    color: #FFFFFF;
}

 
 .sidebar {
  display: none;
 }
 
 #scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  background:  #fff;
  color: #0d0d0d;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(44,62,80,0.15);
  transition: background 0.2s;
}
#scrollTopBtn:hover {
  background: #eaf1ff;
}
 .tabs {
   display: flex;
   border-bottom: 2px solid #ccc;
   font-family: "Poppins", sans-serif;
   max-width: 63%; 
 }
 
 /* Mobile View - Disable max-width */
 @media (max-width: 768px) {
   .tabs {
     max-width: 100%; /* or simply remove it */
     width: 100%; /* Ensure full width on mobile */
     justify-content: space-evenly;
   }
   
 }
 
 
 
 .navbar-menu a {
  padding: 12px 16px;
  width: 100%; /* make each menu item full width */
  box-sizing: border-box;
 }
 }
body {
  font-family: 'poppins', sans-serif;
    margin: 0;
    background-color: #F2F9FF;
    /* width: fit-content;  */
  }
  

  .dropdown-menu {
    position: absolute;
    right: 0;
    top: 73%;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 200px;
    display: none;
    z-index: 1000;
  }
  .xml-wrapper {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
 }
 
 /* Make xml-boxes side by side in desktop */
 /* .xml-box {
   flex: 1;
   min-width: 45%;
 }
  */


 
  /* .dropdown-menu.show {
    display: block;
  }
  */
  .dropdown-header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
 
  .dropdown-item {
    padding: 10px;
    cursor: pointer;
  }
 
  .dropdown-item i {
    margin-right: 10px;
  }
 
  .dropdown-item:hover {
    background-color: #f0f0f0;
  }
 
  .divider {
    margin: 5px 0;
    border-top: 1px solid #ddd;
  }
 
  

  .sub-container {
    display: inline-flex
;
  }


 
  @media (max-width: 768px) {
 
 
 .navbar-menu.active {
  display: flex;
 }
 

 .sidebar {
  display: none;
 }
 
 /* Base .tabs style */
 .tabs {
   display: flex;
   border-bottom: 2px solid #ccc;
   font-family: "Poppins", sans-serif;
   max-width: 63%; /* only for larger screens */
 }
 
 /* Mobile View - Disable max-width */
 @media (max-width: 768px) {
   .tabs {
     max-width: 100%; /* or simply remove it */
     width: 100%; /* Ensure full width on mobile */
     justify-content: space-evenly;
   }
   
 }
 
 @media (max-width: 768px) {
  .tech-card {
    width: 100% !important;  /* Add !important to override inline or stronger styles */
  }
}


 .dropdown-menu {
  position: absolute;
  right: 0;
  top: 73px;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 200px;
  display: none;
  z-index: 1000;
}
.xml-wrapper {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
}

/* Make xml-boxes side by side in desktop */
.xml-box {
 flex: 1;
 min-width: 45%;
}

/* On mobile: stack request and response vertically */
@media (max-width: 768px) {
 .xml-wrapper {
   flex-direction: column;
 }

 .xml-box {
   min-width: 100%;
 }
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-item i {
  margin-right: 10px;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.divider {
  margin: 5px 0;
  border-top: 1px solid #ddd;
}

 .navbar-menu a {
  padding: 12px 16px;
  width: 100%; /* make each menu item full width */
  box-sizing: border-box;
 }
 }
  
  .xml-wrapper {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
 }
 
 /* Make xml-boxes side by side in desktop */
 .xml-box {
   flex: 1;
   min-width: 45%;
 }
 
 /* On mobile: stack request and response vertically */
 @media (max-width: 768px) {
   .xml-wrapper {
     flex-direction: column;
   }
 
   .xml-box {
     min-width: 100%;
   }
 }
 
  .dropdown-menu.show {
    display: block;
  }
 
  .dropdown-header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
 
  .dropdown-item {
    padding: 10px;
    cursor: pointer;
  }
 
  .dropdown-item i {
    margin-right: 10px;
  }
 
  .dropdown-item:hover {
    background-color: #f0f0f0;
  }
 
  .divider {
    margin: 5px 0;
    border-top: 1px solid #ddd;
  }
 
 
  /* .menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
  } */
 
  @media (max-width: 768px) {

 /* .menu-toggle {
  display: block;
  color: #333;
  margin-left: 77%;
 } */
 

 
 .navbar-menu.active {
  display: flex;
 }
 
 .navbar-profile {
  display: none;
 }
 
 .sidebar {
  display: none;
 }
 
 /* Base .tabs style */
 .tabs {
   display: flex;
   border-bottom: 2px solid #ccc;
   font-family: "Poppins", sans-serif;
   max-width: 63%; /* only for larger screens */
 }
 
 /* Mobile View - Disable max-width */
 @media (max-width: 768px) {
   .tabs {
     max-width: 100%; /* or simply remove it */
     width: 100%; /* Ensure full width on mobile */
     justify-content: space-evenly;
   }
   
 }
 
 
 .navbar-menu a {
  padding: 12px 16px;
  width: 100%; /* make each menu item full width */
  box-sizing: border-box;
 }
 }
 




 /* On mobile: stack request and response vertically */
 @media (max-width: 768px) {
   .xml-wrapper {
     flex-direction: column;
   }
 
   .xml-box {
     min-width: 100%;
   }
 }
 

 

 .xml-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Make xml-boxes side by side in desktop */
/* .xml-box {
  flex: 1;
 
} */


/* @media (max-width: 768px) {
  .xml-wrapper {
    flex-direction: column;
  }

  .xml-box {
    min-width: 100%;
  }
} */

 .dropdown-menu.show {
   display: block;
 }

 .dropdown-header {
   padding: 10px;
   border-bottom: 1px solid #ccc;
 }

 .dropdown-item {
   padding: 10px;
   cursor: pointer;
 }

 .dropdown-item i {
   margin-right: 10px;
 }

 .dropdown-item:hover {
   background-color: #f0f0f0;
 }

 .divider {
   margin: 5px 0;
   border-top: 1px solid #ddd;
 }

 /* Hamburger menu */
 .menu-toggle {
   display: none;
   font-size: 24px;
   cursor: pointer;
 }

 @media (max-width: 768px) {
  /* .navbar {
    flex-wrap: wrap;
    width: 98%;
    padding: 10px;
    justify-content: initial;
   } */


.navbar-menu.active {
 display: flex;
}

.navbar-profile {
 display: none;
}

.sidebar {
 display: none;
}

/* Base .tabs style */
.tabs {
  display: flex;
  border-bottom: 2px solid #ccc;
  font-family: "Poppins", sans-serif;
  max-width: 63%; /* only for larger screens */
}

/* Mobile View - Disable max-width */
@media (max-width: 768px) {
  .tabs {
    max-width: 100%; /* or simply remove it */
    width: 100%; /* Ensure full width on mobile */
    justify-content: space-evenly;
  }
  
}


.navbar-menu a {
 padding: 12px 16px;
 width: 100%; /* make each menu item full width */
 box-sizing: border-box;
}
}



  .dropdown-menu.show {
    display: block;
    margin-right: 10px;
    width: 233px;
  }


 
  .dropdown-header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
 
  .dropdown-item {
    padding: 10px;
    cursor: pointer;
  }
 
  .dropdown-item i {
    margin-right: 10px;
  }
 
  .dropdown-item:hover {
    background-color: #f0f0f0;
  }
 
  .divider {
    margin: 5px 0;
    border-top: 1px solid #ddd;
  }
 
  /* Hamburger menu */
  /* .menu-toggle {
    display: none;
    
   
  } */

  /* .navbar-left{
    margin-left: 50px;
  } */
 
  @media (max-width: 768px) {

 .navbar-profile {
  display: none;
 }

 
 .menu-toggle {
  display: block;
  color: #333;
  /* margin-left: auto;  */
  cursor: pointer;
  margin-left: 75%;

 }
 

.desktop-profile {
  display: flex;
  align-items: center;
  background-color: #e5edf5;
  border-radius: 20px;
  padding: 4px 10px;
  gap: 5px;
  cursor: pointer;
}



@media (max-width: 768px) {
 
  .desktop-profile {
    display: none;
  }
  .profile-circle{
    background-color: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #1f2937;
  }
 
  .mobile-profile {
    display: flex;
    align-items: center;
    background-color: #e5edf5;
    border-radius: 20px;
    padding: 4px 6px;
    gap: 5px;
    cursor: pointer;
  }

  .navbar-menu {
    flex-direction: column;  /* Stack the items vertically */
  }

  /* Profile block inside the mobile menu (as toggle) */
  /* .mobile-profile {
    margin-top: 10px;
  } */
}

@media (min-width: 768px) {
 
   .mobile-profile {
    display: none;
  }

  .desktop-profile {
    display: flex;
  }

 
 
  /* .mobile-profile {
    display: flex;
    align-items: center;
    background-color: #e5edf5;
    border-radius: 20px;
    padding: 4px 10px;
    gap: 5px;
    cursor: pointer;
  } */

  .navbar-menu {
    flex-direction: column;  /* Stack the items vertically */
  }

  /* Profile block inside the mobile menu (as toggle) */
  .mobile-profile {
    margin-top: 10px;
  }
}

 
 .navbar-menu.active {
  display: flex;
  flex-direction: column;
 }
 
 .navbar-profile {
  display: none;
 }
 
 .sidebar {
  display: none;
 }
 
 /* Base .tabs style */
 .tabs {
   display: flex;
   border-bottom: 2px solid #ccc;
   font-family: "Poppins", sans-serif;
   max-width: 63%; /* only for larger screens */
 }
 
 /* Mobile View - Disable max-width */
 @media (max-width: 768px) {
   .tabs {
     max-width: 100%; /* or simply remove it */
     width: 100%; /* Ensure full width on mobile */
     justify-content: space-evenly;
   }
   
 }
 
 
 .navbar-menu a {
  padding: 12px 16px;
  width: 100%; /* make each menu item full width */
  box-sizing: border-box;
 }
 }
 
.footerTitle{
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.footerText{
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #DAF1FF;
  
}
  .footerStyle {
    font-family: "Bauhaus Std", sans-serif;
    font-weight: 500;
    font-size: 24px;
  }

  .tabdiscription{
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: #4B5772;
  }

  .sidebar a {
    text-decoration: none;
    color: inherit; 
  }
  
  .sidebar a.active {
     background-color: #f0f0f0; 
    color: #c8d0d7;
    font-weight: bold;
  }
  
  .sidebar a:hover {
    text-decoration: none; /* Still no underline on hover */
  }

  .sidebar ul {
    list-style: none;
    padding: 0;
  }

  .sidebar a {
   
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    
    color: #4B5772;
  }

  .sidebar a:hover,
  .sidebar a.active {
     background-color: #e8edfb; 
    color: #4B5772;
    font-weight: 600;
  }

  .tabHeader{
     font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.8px;
  vertical-align: middle;
  color: #25304B;
  }

  .tabheading{
    font-family: 'Bauhaus Std', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.8px;
  vertical-align: middle;
  color: #25304B;
  }

  .submenu {
    margin-left: 20px;
  }

  .submenu li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .submenu.show {
    display: block;
  }

  .submenu.hide {
    display: none;
  }

  .icon {
    margin-right: 10px;
  }

  .arrow {
    font-size: 12px;
    margin-left: auto;
    transition: transform 0.2s ease;
  }

  .arrow.rotate {
    transform: rotate(180deg);
  }
  
  @media (max-width: 768px) {
    .navbar {
      width: auto;
    }
  }
  
  .navbar {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 35px; 
    background-color: #f9fafc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    z-index: 1000;
    width: -webkit-fill-available;
  }
  .air-shopping-heading {
    font-family: 'Bauhaus Std', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
    vertical-align: middle;
    color: #25304B;
    margin-top: 10px;
  }
  .arrow {
    transition: transform 0.3s ease;
  }
  
  .arrow.rotate {
    transform: rotate(180deg);
  }
  .logo {
    height: 35px;
  }
  

  
  .navbar-menu li a {
    text-decoration: none;
    color:#25304B;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
  }
  
  .highlight {
    color: #209326; 
  }

  .logo {
    width: 133px;
    height: 80px;
    object-fit: contain; 
  }
  
  
  .navbar-profile {
    display: flex;
    align-items: center;
    background-color: #e5edf5;
    border-radius: 20px;
    padding: 4px 10px;
    gap: 5px;
    cursor: pointer;
  }
  
  .profile-circle {
    background-color: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #1f2937;
  }
  
  .dropdown-iconnav {
    font-size: 12px;
    color: #1f2937;
  }

  .sidebar h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .sidebar ul {
    list-style: none;
    padding-left: 0;
  }
  
  .sidebar li {
    padding: 0px;
    cursor: pointer;
    border-radius: 6px;
  }
  
  .sidebar a.active,
  .sidebar a:hover {
    background-color: #d1e3fa;
    font-weight: bold;
  }
  
  
  .main-content {
    flex: 1;
    padding: 103px 30px 55px 30px; /* top right bottom left */
    /* background-color: #fff; */
  }
  
  .table-icon {
    color: #000099;
  }
  
  h1 {
    color: #0066cc;
    margin-bottom: 10px;
  }
  
  .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    background-color: #f9f9ff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
.tableStyle {
  background-color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  color: #4B5772;
  font-weight: 400;
  font-size: 16;
}
 
  
  .styled-table thead th  {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #eaf1ff;
    color: #4B5772;
    text-align: left;
    padding: 12px 16px;
    font-weight: bold;
    border: 1px solid #d1d1d1;
   
  }
  
   
.styled-table td {
  padding: 12px 16px;
  color: #4B5772;
  border: 1px solid #d1d1d1;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

  
  /* .styled-table tr:first-child td {
    border-top: none;
  }
   */

  
   .xml-section {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  
 
  .xml-wrapper {
    display: flex;
    gap: 12px;
    padding: 0px 24px;

    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
  }
  
  .xml-box {
    flex: 1 1 45%;
    background: transparent;
    /* padding: 15px; */
    border-radius: 8px;
  }
  
  
  .xml pre {
    font-family: monospace;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #25304B;
  }
  .xml-box h4 {
    color: #34a853;
    margin-bottom: 10px;
  }

  .tab-container {
    padding-top: 20px;
    /* padding-right: 20px; */
    padding-bottom: 20px;
    padding-left: 0;
  }
  
  
  .tabs {
    display: flex;
    gap: 24px;
    border-bottom: 2px solid #25304B;
    margin-bottom: 10px;
  }
  
  .tab {
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 8px;
    color:#25304B;
    font-family: 'poppins', sans-serif;
  }
  
  .cardText{
    font-size: 16px;
    color: #4B5772;
    font-weight: 400;
    /* margin-bottom: 24px; */
    font-family: 'Poppins', sans-serif;
  }
  .tab.active {
    color: #000099;
    border-bottom: 2px solid #000099;
    font-family: 'poppins', sans-serif;
  }
  
  .subtitle {
    color: #4B5772;
    font-size: 14px;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  
  .xml-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  
  .xml-box {
    flex: 1 1 45%;
    /* background: #fff; */
  }
  
  .xml-box h3 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Bauhaus Std', sans-serif;
  }
  
  .green-text {
    color: #209326;
   
  }
  
  .code-box {
    position: relative;
    background-color:#EAF8FF;
    padding: 16px;
    border-radius: 10px;
    margin-top: 12px;
  }
  
  .code-box pre {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #4B5772;
    background-color: transparent;
    font-weight: 400;
  }
  .error-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    color: #4B5772;
    font-weight: 400;
  }
  
  .error-table thead {
    background-color: #e8f4fb;
    color: #25304B;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  
  
  .error-table th,
  .error-table td {
    padding: 16px 12px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #d1d1d1; 
  }
  
  .error-table td:first-child {
    font-weight: 600;
  }

  .highlight {
    color: #4CAF50; 
  }

  .description {
    margin-top: 10px;
    font-size: 14px;
    color: #6b7280;
    max-width: 600px;
  }

  .flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .box {
    border: 2px solid #000;
    border-radius: 8px;
    padding: 20px;
    margin: 10px 0;
    width: 260px;
    text-align: center;
  }
.box-flow {
      border: 2px solid #000;
      border-radius: 50% / 50%;
      padding: 20px;
      margin: 10px 0;
      width: 260px;    
      text-align: center;
         
    }

.box-flow a {
  color: #3b82f6;
    text-decoration: none;
   font-family: 'Poppins';
}
  .box a {
    color: #3b82f6;
    text-decoration: none;
    font-family: 'Poppins';
  }

  .arrowFlow {
    font-size: 40px;
    color: #000;
    /* margin: 5px 0; */
  }
  
  

   .tabs {
     display: flex;
     /* gap: 15px; */
     border-bottom: 2px solid #ccc;
    justify-content: space-evenly;
     font-family: "poppins";
   }

   .tab {
     padding:7px 3px;
     cursor: pointer;
     border-bottom: 2px solid transparent;
   }

   .tab.active {
     font-weight: 500;
     border-bottom: 2px solid #000099;
     color: #000099;
     font-family: "poppins",;
     font-size: 16px;
   }

   .subtitle {
     margin-top: 20px;
   }

   .tab-content {
     display: none;
     margin-top: 20px;
   }

   .tab-content.active {
     display: block;
   }

   .xml-box {
     margin-bottom: 20px;
      width: 50px; 
   }

   .work-Flow-box {
    margin-bottom: 20px;
    flex: 1 1 45%;
    background: #fff;
    flex: 1 1 45%;
   
    padding: 15px;
    border-radius: 8px;
  }

.work-Flow-box h2 {
   font-family: 'Bauhaus Std';
}


  
   .copy-btn {
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
   }

   .green-text {
     color: green;
   }

  .sidebar {
    width: 220px;
    background: #f1f5f9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
 
  
  
  .expand-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  

  
  .arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .accordion-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  
  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color:#25304B;
  }
  
  .chevron-icon {
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
  }
  
  .accordion-item.active .chevron-icon {
    transform: rotate(180deg);
  }

  .rotate {
    transform: rotate(180deg);
  }
  
  .accordion-content {
    display: none;
    /* padding-top: 10px; */
  }
  
  .accordion-item.active .accordion-content {
    display: block;
  }
  
  
  .sidebar {
    font-family: 'poppins', sans-serif;
    height: 70%;
    margin-left: 35px;
    margin-top: 120px;
    /* width: 260px; */
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  
  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* .sidebar li {
    
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    border-radius: 8px;
    color: #212121;
    font-size: 15px;
    transition: 0.2s;
  } */
  pre {
    max-height: 300px;
    overflow: auto;
    padding: 12px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    font-family: monospace;
    font-size: 13px;
    white-space: pre-wrap; /* wraps long lines */
    word-wrap: break-word; /* breaks long words if needed */
  }
  
  .sidebar a:hover {
    background: #f0f4ff;
    width: 140px;
  }
  
  .separator {
    border-top: 1px dashed #E2EBF2;
    margin: 10px 0;
    list-style: none;
  }
  
  .sidebar a.active {
    background: #000099;
    color: #FFFFFF;
  }
  
  .sidebar .collapsible .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    font-weight: 600;
    cursor: pointer;
  }
  
  .sidebar .submenu {
    margin-left: 8px;
    margin-top: 6px;
  }
  
  .sidebar .submenu a {
    font-weight: 400;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    /* padding-left: 34px; */
  }
  
  
  /* Collapse the list */
  .collapsed {
    display: none;
  }
  
  .copy-btn {
    font-family: 'poppins', sans-serif;
    position: absolute;
    top: 25px;
    right: 32px;
    background-color: #000099;
    color: #FFFFFF;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
  }
  
  pre {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    overflow-x: auto;
  }
  

  .footer {
    background: linear-gradient(180deg, #000099 0%, #00005C 100%);  
    color: #FFFFFF;
    padding: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .newsletter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .newsletter-icon {
    width: 40px;
  }
  
  .divider {
    border-top: 1px dotted white;
    margin: 20px 0;
  }
  
  .footer-sections {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .column h4 {
    margin-bottom: 10px;
  }
  
  .column ul {
    list-style: none;
    padding: 0;
  }
  
  .column ul li {
    margin-bottom: 5px;
    cursor: pointer;
  }
  
  .qr {
    width: 80px;
    margin: 10px 0;
  }
  .award {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Bauhaus std";
   
  }
  .custom-color {
    color: #4B5772;
    font-family: "Poppins", sans-serif;
    
  }
  .bottom-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
  }
  
  .custom-link {
    text-decoration: none; /* removes underline */
    color:#000099;         /* optional: change link color */
    font-weight: 500;
    font-size: 16px;
  }
  
  .left-links a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
  }

  .circle-button {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #0027A8; /* outer ring color */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px #EEF1FF; /* optional glow */
  }
  
  .circle-button img {
    width: 24px;
    height: 24px;
  }
  
 .copyRight {
   text-align: center;
color: #7A85A0;
  }
  
  .right-contact {
    text-align: left;
  }
  
  .footer-section {
   
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 20px 66px; */
    font-family: 'Segoe UI', sans-serif;
    flex-wrap: wrap;
  }
  
  .awards, .social-media {
    display: flex;
    flex-direction: column;
    gap: px;
  }
  
  .awards h4, .social-media h4 {
    color: #cfd8dc;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .award-items {
    display: flex;
    gap: 40px;
  }
  
  /* .award {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
  }
   */
   .dotted-divider {
    position: relative;
    border-top: 3px dotted #D0D5DD;
    margin: 40px 0;
  }
  
  .circle-button {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: #EFF4FF;
    border: 8px solid #EEF4FF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #344054;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 12px rgba(99, 102, 241, 0.5); /* optional glowing effect */
    z-index: 1;
    font-size: 14px;
  }
  
  .award img {
    height: 40px;
    margin-bottom: 5px;
  }
  
  .social-media .icons {
    display: flex;
    gap: 20px;
  }
  
  .social-media .icons i {
    color: #cfd8dc;
    font-size: 18px;
    padding: 8px;
    background-color: white;
    border-radius: 50%;
    color: #1e1e2f;
  }
  
  .footer-sections {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap:120px
    /* justify-items: center; */
    /* max-width: 1200px;
    margin: 0 auto;
    
    padding: 20px; */
  }
  
  @media (max-width: 768px) {
    .footer-sections {
      grid-template-columns: repeat(2, 1fr);
      justify-content: space-between;
      margin: 20px 0px 0px 167px; 
    }
  }
  
  
  @media (max-width: 480px) {
    .footer-sections {
      grid-template-columns: 1fr;
      justify-content: center;
    }
  }
  
  .bottom-bar {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  
  .bottom-bar.hidden {
    max-height: 0;
  }
  .send-feedback-tab {
    position: fixed;
    right: 0;
    bottom: 150px; /* Adjust based on where your footer starts */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #fff;
    color: #000;
    padding: 10px 8px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    z-index: 1000;
    transition: background 0.3s;
    text-decoration: none;
  }
  
  .send-feedback-tab:hover {
    background-color: #f1f1f1;
  }
  
  .dev-portal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: linear-gradient(90deg, #2a0e5c, #3d0b66); */
    background: #200433;
/* background: linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(79 4 120) 100%); */
background:linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(74 5 112) 100%);
    color: white;
    /* padding: 40px; */
    border-radius: 16px;
    font-family: 'Bauhaus', sans-serif;
    flex-wrap: wrap;
  }
  
  .dev-portal-content {
    max-width: 50%;
  }
  
  .dev-portal-content h2 {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: "Bauhaus Std", sans-serif;
    margin-left:40px
  }
  
  
  .dev-portal-content p {
    margin-left:40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
    font-family: "poppins", sans-serif;
  }
  
  .explore-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: white;
    color: #000099;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    font-family: "poppins", sans-serif;
    font-size: 16px;
  }
  .btn{
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .explore-btn:hover {
    background-color: #e5edf5;
  }
  
  .dev-portal-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  
  .dev-heading {
    font-family: 'Bauhaus Std', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.8px;
    vertical-align: middle;
    color: #25304B;
  }


  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  
  .header-title {
    font-size: 24px;
    margin: 0;
    display: flex;
    align-items: center;
  }
  
  .header-title .green {
    color: #2ECC40; /* Bright green */
    font-weight: bold;
  }
  
  .header-title .dark {
    color: #34495e; 
    margin-left: 5px;
  }
  
  .nav-dots {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .circle-outline {
    width: 24px;
    height: 24px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }
  
  .dot {
    width: 12px;
    height: 12px;
    background-color: #0000A0; /* Deep blue */
    border-radius: 50%;
  }
  .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 20px; */
  }
  .support-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
  }

  .carousel-controls{
    /* padding: 10px 20px;
    margin-left: 10px;
     */
    
    border: none;
    cursor: pointer;
    /* border-radius: 5px; */
    transition: all 0.3s ease;
  }

  

  .carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }
  
  .card {
    flex: 0 0 auto;
    width: 100%; /* Default for mobile */
  }
  
  @media (min-width: 480px) {
    .card {
      width: 50%; /* Show 2 cards */
    }
  }
  
  @media (min-width: 768px) {
    .card {
      width: 25%; /* Show 4 cards */
    }
  }
  
  
  /* Smaller screens: 2 cards per slide */
  @media screen and (max-width: 768px) {
    .card {
      flex: 0 0 50%;
    }
  }
  
  /* Mobile: 1 card per slide */
  @media screen and (max-width: 480px) {
    .card {
      flex: 0 0 100%;
    }
  }
  
  
  .card-content {
    background-color: #fff;
    height:95%;
    width:95%;
    padding:5px;
    border-radius: 8px;
    text-align: center;
    transition: border 0.3s, background-color 0.3s;
  }
  
  .card-image {
    width: 100%;
    /* height: 150px; */
    /* object-fit: cover; */
    border-radius: 6px;
    margin-bottom: 12px;
  }
  
  .card-title {
    font-size: 18px;
    margin: 10px 0 6px;
    font-weight: 600;
  }
  
  .card-text {
    font-size: 14px;
    color: #555;
    word-break: break-word;     /* Prefer breaking words at natural points */
white-space: normal;        /* Allows text to wrap normally */
overflow-wrap: break-word;  /* Ensures long words or URLs wrap */

  }
  

  .control-icon {
  color: #B0B7C3;
  font-size: 20px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.control-icon.button-highlight {
  color: #000099; /* Highlight color */
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68vh;
  padding: 0 0 0 40px;
  /* background: linear-gradient(270deg, #B1D6FF 0%, #6A8099 100%); */
  background: linear-gradient(270deg, #55A7FF 0%, #F2F8FF 100%);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.circle {
  position: absolute;
  width: 36%;
  height: 100%;
  background-color: #B1D6FF;
  border-top-left-radius: 250px;
  border-bottom-left-radius: 250px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.hero-image {
  /* max-width: 600px; */
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 20px 40px rgba(76, 93, 158, 0.2); /* Shadow using #4C5D9E14 */
}

.hero-text {
  z-index: 1;
  color: #fff;
  max-width: 40%;
}

.hero-text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.apicard-container {
  display: flex;
  gap: 10px;
  padding: 3px;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
}

@media (max-width: 768px) {
  .apicard-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* optional: reduce gap for smaller screens */
  }
}
.apicard {
  background: #EAF8FF;
  border-radius: 16px;
  box-shadow: 0px 4px 30px rgba(50, 98, 210, 0.15);
  width: 60%;
  height:100%;
  padding: 20px;
  /* text-align: center; */
  transition: transform 0.3s ease;
  position: relative;
  display: flex;

}

.apicard:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 35px rgba(50, 98, 210, 0.25);
}

.apicard h3 {
  font-family: 'Bauhaus Std', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.apicard p {
  font-size: 14px;
  color: #25304B;
  margin-bottom: 15px;
  font-family: 'poppins', sans-serif;
}

.apicard img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}

.apicard button {
  background-color: #151f6d;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.apicard button:hover {
  background-color: #0e1450;
}

.steps-section {
  text-align: center;
  padding: 40px 20px;
  background-color:#FFFFFF;
}

.steps-section h2 {
  font-family: 'Bauhaus std', sans-serif;
  font-size: 32px;
  color: #1a1a2e;
  margin-bottom: 40px;
  font-weight: 500;
}

.steps-section .highlight {
  color: #209326; /* Green for "3 steps" */
}

.steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.step {
  width: 180px;
  text-align: center;
}

.step-icon {
  background-color: #000f9f;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.step-icon img {
  width: 60px;
  height: 60px;
}

.step p {
  font-size: 14px;
  color: #2a2a2a;
  font-family: 'Poppins', sans-serif;
}

.step-arrow {
  font-size: 30px;
  color: #aaa;
}

.arrow-line {
  width: 100px;
  height: auto;
  margin-bottom: 73px;
}
.cta-section {
  background-color: #000f9f;
  border-radius: 16px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px 0px 40px;
  margin: 40px 0;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.cta-content {
  max-width: 50%;
  z-index: 1;
  margin-top: -87px;
}

.cta-content h2 {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Bauhaus std', sans-serif;
}

.cta-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color:#FFFFFF;
  font-family: 'Poppins', sans-serif;
}

.cta-button {
  background-color: white;
  color: #000099;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #f1f1f1;
}

.cta-graphic {
  position: relative;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue-shape {
  width: 320px;
  height: 320px;
  background-color: #0062ff;
  transform: rotate(45deg);
  border-radius: 10px;
  position: absolute;
  margin-bottom: 100%;
  z-index: 0;
}

.swagger-image {
  position: relative;
  width: 260px;
  z-index: 1;
}

.ndc-portal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: linear-gradient(90deg, #2a0e5c, #3d0b66); */
  background:#E7EFFA;
/* background: linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(79 4 120) 100%); */
/* background:linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(74 5 112) 100%); */
  color: #000099;
  /* padding: 40px; */
  border-radius: 16px;
  font-family: 'Bauhaus', sans-serif;
  /* flex-wrap: wrap; */
}

.ndc-portal-content {
  max-width: 50%;
}

.ndc-portal-content h2 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Bauhaus Std", sans-serif;
  margin-left:40px
}


.ndc-portal-content p {
  margin-left:40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
  font-family: "poppins", sans-serif;
  color:#25304B;
}

.reg-portal {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* background: linear-gradient(90deg, #2a0e5c, #3d0b66); */
  /* background:#E7EFFA; */
/* background: linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(79 4 120) 100%); */
/* background:linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(74 5 112) 100%); */
  color:#25304B;
  /* padding: 40px; */
  border-radius: 16px;
  font-family: 'Bauhaus', sans-serif;
  /* flex-wrap: wrap; */
}

.reg-portal-content {
  max-width: 50%;
}

.reg-portal-content h2 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Bauhaus Std", sans-serif;
   margin-right:40px;
   margin-top: 10px;
}


.reg-portal-content p {
   margin-right: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
  font-family: "poppins", sans-serif;
  color:#4B5772
}

.reg-btn{
  display: inline-block;
  padding: 12px 28px;
  background-color: white;
  color: #000099;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  border: 2px solid #000099
}
.regbtn{
  /* margin-left: 40px; */
  margin-bottom: 20px;
}
 .reg-btn:hover {
  background-color: #e5edf5;
}  
 

.api-portal {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* background: linear-gradient(90deg, #2a0e5c, #3d0b66); */
  /* background:#E7EFFA; */
/* background: linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(79 4 120) 100%); */
/* background:linear-gradient(90deg, rgba(32, 4, 51, 1) 0%, rgb(74 5 112) 100%); */
  color:#25304B;
  /* padding: 40px; */
  border-radius: 16px;
  font-family: 'Bauhaus', sans-serif;
  /* flex-wrap: wrap; */
}

.api-portal-content {
  max-width: 50%;
}

.api-portal-content h2 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Bauhaus Std", sans-serif;
  margin-left: 60px;
  margin-top: 10px;
}


.api-portal-content p {
   margin-left: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
  font-family: "poppins", sans-serif;
  color:#4B5772
}
.ndc-btn{
  
  display: inline-block;
  padding: 12px 28px;
  background-color: white;
  color: #000099;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  border: 2px solid #000099
}
.api-btn{
  margin-left: 50px;
  display: inline-block;
  padding: 12px 28px;
  background-color: white;
  color: #000099;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  border: 2px solid #000099
}

 .api-btn:hover {
  background-color: #e5edf5;
}  
 
.apibtn{
  /* margin-left: 40px; */
  margin-bottom: 20px;
}

.dev-section {
  background-color: #000f9f;
  border-radius: 16px;
  color: #25304B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px 0px 40px;
  margin: 40px 0;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.dev-content {
  max-width: 50%;
  z-index: 1;
  margin-top: -87px;
}

.dev-content h2 {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Bauhaus std', sans-serif;
}

.dev-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color:#4B5772;
  font-family: 'Poppins', sans-serif;
}

.dev-button {
  background-color: #000099;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}



.dev-graphic {
  position: relative;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue-shape {
  width: 320px;
  height: 320px;
  background-color: #0062ff;
  transform: rotate(45deg);
  border-radius: 10px;
  position: absolute;
  margin-bottom: 100%;
  z-index: 0;
}





.feature-container {
  /* max-width: 900px; */
  margin: 0 auto;
}

.feature-card {
  display: flex;
  align-items: center;
  background-color: #F5F9FF;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.feature-card img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.feature-content h3 {
  margin: 0;
  color:#25304B;
  font-size: 20px;
  font-weight: 600;
  font-family: 'poppins', sans-serif;
}

.feature-content p {
  margin-top: 8px;
  font-size: 14px;
  color: #4B5772;
  line-height: 1.6;
  font-family: 'poppins', sans-serif;
}

.expander-container {
  width: 100%;
  /* max-width: 900px; */
  margin: 0 auto;
}

.expander-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: blue;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}

.expander-icon {
  transition: transform 0.3s ease;
}

.expander-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 0;
}

.expander-content.expanded {
  max-height: max-content; /* Adjust based on your content height */
  padding: 20px 0;
}

.expander-icon.rotate {
  transform: rotate(180deg);
}

.tech-portal {
  background-image: url('./images/technical and operational _support indigo airline image create, apart from plane show some technical.png');
  background-size: cover;         
  background-repeat: no-repeat; 
  background-position: center;    
  /* padding: 17% 0px;             */
  text-align: center;
  
                
}


.dev-heading {
  font-size: 24px;
  text-align: center;
}

.highlight {
  color: #209326;
}
.expander-button-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.expander-toggle {
  display: flex;
  align-items: center !important;
  gap: 8px;
  background: none;
  border: none;
  color: blue;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}

.tech-card {
  background: white;
  padding:0px 24px;
  border-radius: 16px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
  box-shadow: 0px 0px 32px 2px #4C5D9E1F;

  width: 46%;
  line-height: 1.6;
}
.tech-title {
  font-weight: bold;
  margin-bottom: 12px;
}
.tech-green {
  color: #30A85C;
}
.tech-section-title {
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: "Bauhaus std";
}
ul {
  padding-left: 20px;
  margin: 0;
}
a {
  color: #3454D1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.tech-card-container {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 14px;
  justify-content: space-between; /* default for large screens */
}

/* For smaller screens (like mobile/tablet) */
@media (max-width: 768px) {
  .tech-card-container {
      justify-content: center;
      flex-wrap: wrap;
  }
}

.contact-container {
  background: white;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* max-width: 1100px; */
  margin: auto;
  flex-wrap: wrap;
}
.contact-box {
  text-align: center;
  width: 280px;
  margin: 20px 0;
  display: flex;
}
.icon-circle {
  width: 48px;
  height: 48px;
  background-color: #e9f5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 12px;
}
.icon {
  font-size: 20px;
}
.contact-title {
  font-weight: bold;
  color: #1e1e2f;
  margin-bottom: 4px;
}
.contact-desc {
  color: #888ca0;
  margin-bottom: 4px;
  font-size: 14px;
}
.contact-info {
  color: #1e1e2f;
  font-weight: 600;
}

.tech-accordion {
  /* border-radius: 12px; */
  /* background: #f8f8f8; */
  /* box-shadow: 0 0 0 2px #dde1f8; */
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  /* max-width: 800px; */
  margin: auto;
}

.tech-accordion-item {
  border-bottom: 1px dashed #ddd;
}

.tech-accordion-title {
  padding: 16px;
  cursor: pointer;
  /* background: #f8f8f8; */
  position: relative;
  font-weight: 500;
  color: #2d2d2d;
}

.tech-accordion-title::after {
  content: "\f078"; /* Font Awesome down arrow */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.tech-accordion-item.active .accordion-title::after {
  transform: rotate(180deg);
}

.tech-accordion-content {
  display: none;
  padding: 0 16px 16px;
  font-size: 14px;
  color: #555;
}

.acccard {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* border: 1px solid #e0e0e0; */
  /* max-width: 600px; */
  /* margin: 20px auto; */
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  /* color: white; */
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar-menu a:hover,
.dropdown:hover .dropbtn {
    background-color: #000099;
    color: white;
    width: 100%;              /* Full width of the container */
    padding: 5px 5px;       /* Optional for better spacing */
    box-sizing: border-box;   /* Prevent padding from adding to width */
    border-radius: 6px;       /* Adds rounded corners */
}



/* .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  max-height: 300px;
} */
.dropdown-content {
  display: none; 
  position: absolute;
  top: 65%;
  /* left: 0; */
  background-color: white;
  min-width: 200px;
  max-height: 300px; /* fixed height */
  overflow-y: auto;   /* vertical scrolling */
  z-index: 1;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 6px;
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
