body{
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-family: 'Inter', sans-serif;
	background-color:#F2FBFF !important;
}
/* Top header*/
.top-header { background-color: #000; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 0 62px; }
.govt-logo { min-width: 240px; display: flex; align-items: center; gap: 10px; flex: 1; margin: auto 0; }
.govt-logo-img { aspect-ratio: 31.25; object-fit: contain; width: 100%; min-width: 240px; }
.menu-toggle { border: 0; padding: 0.5rem; background: transparent; }
.nav-container { min-width: 240px; display: flex; align-items: center; gap: 40px; margin: auto 0; }
.nav-items { display: flex; min-height: 42px; align-items: center; gap: 10px; }
.skip-link { color: #ebebeb; letter-spacing: 0.1px; font: 500 12px/2 'Noto Sans', sans-serif; }
.nav-separator { width: 0; height: 20px; border-left: 1px solid #ebebeb; }
.updates-btn { border-radius: 23px; background-color: #f4f1ff; display: flex; align-items: center; gap: 10px; color: #000; letter-spacing: 0.1px; padding: 3px 10px; font: 500 12px/2 'Noto Sans', sans-serif; }
.updates-btn {    
    
border: 0px solid #6C8003;
}
@keyframes blink {
  0%, 100% {background-color:#D71D1D;}
  50% {background-color: #fd7e14;}
}
.updates-btn {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

.dropdown-icon { width: 13px; aspect-ratio: 1; object-fit: contain; }
.lang-selector { display: flex; background: transparent; border: none; align-items: center; gap: 10px; color: #ebebeb; letter-spacing: 0.1px; font: 500 12px/2 'Noto Sans', sans-serif; }
.lang-icon { width: 13px; aspect-ratio: 1; object-fit: contain; }
.chevron-icon { width: 8px; aspect-ratio: 1.6; object-fit: contain; }
.action-buttons { display: flex; align-items: center; gap: 3px; }
.action-btn { border:none; border-radius: 4px; background-color: rgba(244, 241, 255, 0.2); width: 32px; height: 32px; padding: 8px; display: flex; align-items: center; justify-content: center; }
.action-icon { width: 16px; aspect-ratio: 1; object-fit: contain; }
.settings-btn { background:transparent; border:none; width: 24px; padding: 2px 3px; display: flex; align-items: center; }
.settings-icon { width: 18px; aspect-ratio: 0.95; object-fit: contain; }

@media (max-width: 991px) {
  .top-header { padding: 0 1rem; }
  .govt-logo, .nav-container { max-width: 100%; }
  .lang-selector { white-space: normal; }
}

@media (max-width: 640px) {
  .nav-container {
    position: fixed;
    top: 60px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 1rem;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }
  .nav-items {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    align-items: flex-start;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* End top Header */

/*second header*/
 .header-nav {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 40px 502px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px 45px 5px 62px;
  font: 400 12px/2 Inter, sans-serif;
}

.brand-logo {
  aspect-ratio: 9.71;
  object-fit: contain;
  object-position: center;
  width: 427px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.nav-toggle {
  display: none;
}

.nav-items {
  border-radius: 52px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  margin: auto 0;
}

.search-wrapper {
  border-radius: 29px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  align-items: center;
  overflow: hidden;
  
  letter-spacing: 0.1px;
  justify-content: space-between;
  width: 41px;
  height: 41px;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.search-input {
  
  object-fit: contain;
  object-position: center;
  width: 97px;
  align-self: stretch;
  margin: auto 0;
}

.search-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
}

.dashboard-link {
  align-self: stretch;
  border-radius: 29px;
  background-color: #4287ef;
  gap: 8px;
  overflow: hidden;
  color: #fff;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #fff;
  text-decoration: none;
}

.contact-link {
  border-radius: 29px;
  background-color: #0b3dc8;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #fff;
  text-decoration: none;
}

.contact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
  align-self: stretch;
  margin: auto 0;
}

.login-link {
  border-radius: 29px;
  background-color: #0c2058;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  margin: auto 0;
  padding: 10px;
  border: 1px solid #fff;
  text-decoration: none;
}

.login-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
}
.acc-buttons {
  display: flex;    
      gap: 5px;    
  justify-content: space-between;    
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .header-nav {
    padding: 0 20px;
  }

  .brand-logo {
    max-width: 100%;
  }

  .nav-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
  }

  .nav-items {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 100;
  }

  .search-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-link {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .contact-link {
    white-space: initial;
    width: 100%;
    margin-bottom: 10px;
  }

  .login-link {
    white-space: initial;
    width: 100%;
  }
}
/* second header section */

.header-nav {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 5px 62px;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  font: 400 12px/2 Inter, sans-serif;
  margin-bottom:1px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.menu-bar {
  width: 24px;
  height: 2px;
  background-color: #0b3dc8;
  margin-bottom: 6px;
  transition: 0.3s;
}

.menu-bar-last {
  margin-bottom: 0;
}

.brand-logo {
  aspect-ratio: 9.71;
  object-fit: contain;
  width: 100%;
  min-width: 240px;
  max-width: 427px;
}

.nav-items {
  border-radius: 52px;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.search-wrapper {
  border-radius: 29px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 41px;
  height: 41px;
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.search-input {
  
  width: 88%;
}

.search-icon {
  width: 20px;
  aspect-ratio: 1;
}

.nav-button {
  border-radius: 29px;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dashboard-button {
  background-color: #4287ef;
}

.contact-button {
  background-color: #0b3dc8;
}

.login-button {
  background-color: #0c2058;
}

.button-icon {
  width: 18px;
  aspect-ratio: 1;
}

@media (max-width: 991px) {
  .header-nav {
    padding: 1rem 20px;
    gap: 1.5rem;
  }
  
  .brand-logo {
    max-width: 100%;
  }
  
  .nav-items {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .header-nav {
    padding: 0.5rem;
    flex-direction: column;
    gap: 1rem;
  }
  
  .menu-toggle {
    display: block;
  }
  
  .brand-logo {
    width: 80%;
    margin: 0 auto;
  }
  
  .nav-items {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  
  .search-wrapper,
  .nav-button {
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* navigation bar */

.navigation-menu {box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); background-color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 10px; }
.menu-list { display: flex; align-items: center;  justify-content: center; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
@media (max-width: 991px) { .menu-list { max-width: 100%; } }
.menu-item { background-color: #fff; display: flex; align-items: center; gap: 4px; padding: 5px 8px 5px 4px; border-bottom: 4px solid transparent; }
.menu-item:hover { background-color: #fff; display: flex; align-items: center; gap: 4px; padding: 5px 8px 5px 4px; border-bottom: 4px solid transparent;
    border-image: linear-gradient(153deg, rgba(57,47,255,1) 0%, rgba(21,231,6,1) 100%);
    border-image-slice: 1; }
    .menu-item:active { background-color: #fff; display: flex; align-items: center; gap: 4px; padding: 5px 8px 5px 4px; border-bottom: 4px solid transparent;
      border-image: linear-gradient(153deg, rgba(57,47,255,1) 0%, rgba(21,231,6,1) 100%);
      border-image-slice: 1; }
.menu-item:hover .dropdown-indicator {transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);}
.menu-link { display: flex; align-items: center; gap: 7px; text-decoration: none; }

.icon-wrapper { border-radius: 22px; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; padding: 4px; }
.icon-wrapper.red { background-color: #D71D1D; }
.icon-wrapper.green { background-color: #0B9726; }
.icon-wrapper.orange { background-color: #F78210; }
.icon-wrapper.blue { background-color: #1D4ED8; }
.icon-wrapper.teal { background-color: #06A6BA; }
.icon-wrapper.lime { background-color: #0FBF31; }
.icon-wrapper.purple { background-color: #9747FF; }
.menu-icon { width: 20px; height: 20px; object-fit: contain; }
.menu-text { color: #070D64; font: 400 12px Roboto, sans-serif; }
.dropdown-indicator { width: 16px; height: 16px; object-fit: contain;  }
.dropdown-indicator:hover { width: 16px; height: 16px; object-fit: contain;  transition: 0.70s;
 }

/* sarousel slider */
.hero-carousel {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    padding: 20px 34px 143px;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.navigation-dots {
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.dot-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dot {
    width: 12px;
    height: 40px;
    border-radius: 17px;
    background-color: rgb(217, 217, 217);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.dot.active {
    height: 42px;
    border: 1px solid rgb(14, 52, 160);
    background-color: transparent;
}

.content-wrapper {
    max-width: 775px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.hero-tagline {
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.41);
    font: 400 24px/44px Roboto, sans-serif;
    margin: 0;
}

.highlight-text {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 174, 52);
}

.logo {
    width: 50px;
    height: auto;
    margin: 25px 0;
}

.title-container {
    font: 900 56px Inter, sans-serif;
}

.main-title {
    color: rgb(255, 255, 255);
    margin: 0;
}
.subtitle1 {
  margin: 0 auto;    
  color: transparent !important;
  margin-bottom: 0.38rem;
  
  font-weight: 900;
  background: linear-gradient(139deg, #FFAE34 21.23%, #00FF31 83.17%);
  background-clip: text;
  text-align: center;
  
  -webkit-text-stroke-width: 1;
-webkit-text-stroke-width: 1;
-webkit-text-stroke-color: #0E34A0;
font-size: 56px;
font-style: normal;
font-weight: 900;
line-height: normal;
  
}
.subtitle {
    margin: 0 auto;    
    color: transparent !important;
    margin-bottom: 0.38rem;
    font-size: 2.81rem;
    font-weight: 900;
    background: linear-gradient(139deg, #1d4ed8, #239138);
    background-clip: text;
    text-align: center;
    
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-control:hover {
    background: rgba(255, 255, 255, 0.3);
}

.carousel-control.prev {
    left: 20px;
}

.carousel-control.next {
    right: 20px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 991px) {
    .slide {
        padding: 100px 20px;
    }

    .navigation-dots {
        display: none;
    }

    .content-wrapper {
        max-width: 100%;
    }

    .title-container {
        font-size: 40px;
    }

    .main-title,
    .subtitle {
        font-size: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .slide {
        transition: none;
    }
}

@media (hover: none) {
    .carousel-control {
        display: none;
    }
}

/* search section */
.search-container {
  border-radius: 56px;
  background-color: #fff;
  display: flex;
  padding: 0 0 0 26px;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  /*position: fixed;*/
  top: 70%;
  left: 50%;
 
  border: 1px solid #fff;
  z-index:1;
}

.service-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-align: center;
  padding: 0px;
  font: 14px/1 Inter, sans-serif;
}

.service-text {
  font-family: Inter, sans-serif;
}

.divider-icon {
  aspect-ratio: 0.02;
  object-fit: contain;
  width: 1px;
}

.dropdown-icon {
  aspect-ratio: 0.93;
  object-fit: contain;
  width: 13px;
}

.search-area {
  display: flex;
  min-width: 200px;
  align-items: center;
  gap: 25px;
  flex: 1;
  
}

.search-input {
  border: none;
  outline: none;
  width: 88%;
  font-size: 16px;
  color: #212121;
  background-color: transparent;
}

.search-input::placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.search-icon {
  
  object-fit: contain;
  width: 21px;
}

.ai-chat-button {
  border-radius: 0 56px 56px 0;
  background-color: #0fa32b;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 30px 0px 0px;
  min-width: 150px;
  border: none;
}

.ai-icon {
  
  object-fit: contain;
  width: 55px;
}

.ai-text {
  color: #fff;
  font-family: Inter, sans-serif;
  text-align:left;
  line-height: 16px;
}

.ai-text-small {
  font-size: 12px;
}

.ai-text-large {
  font-weight: 800;
}

@media (max-width: 991px) {
  .search-container {
    padding-left: 20px;
    top: 30px;
    width: 90%;
  }
  
  .search-area {
    min-width: 150px;
    gap: 15px;
    padding: 15px 0;
  }
  
  .ai-chat-button {
    min-width: 120px;
    padding: 0 20px 0 15px;
  }
  
  .ai-icon {
    width: 50px;
  }
}

@media (max-width: 640px) {
  .search-container {
    width: 95%;
    top: 20px;
  }
  
  .search-area {
    min-width: 100px;
    gap: 10px;
    padding: 12px 0;
  }
  
  .ai-chat-button {
    min-width: 100px;
    padding: 0 15px 0 10px;
  }
  
  .ai-icon {
    width: 40px;
  }
}
/* featured service section */

.featured-services-container {
  border-radius: 70px;
  background-color: rgba(255, 255, 255, 0.49);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d4ed8;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  padding: 10px 12px;
  font: 400 14px Inter, sans-serif;
  border: 1px solid #fff;
  top: 0px;
    position: relative;
    z-index: 1;
}

.service-button {
  border-radius: 68px;
  background-color: #fff;
  display: flex;  
  align-items: center;
  gap: 13px;  
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: auto 0;
  padding: 5px 25px 5px 5px;
  border: 1px solid #e3e9fa;
  text-align: left;
}

.service-button:hover {
  transform: translateY(-2px);
  border-radius: 32px;
border-bottom: 1px solid #0057FF;
background: linear-gradient(253deg, #1D4ED8 20.52%, #4F0808 125.7%);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
color:#fff;
}

.service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 42px;
  align-self: stretch;
  margin: auto 0;
}

.service-text {
  align-self: stretch;
  font-size: 14px;
  white-space: nowrap;
  margin: auto 0;
}

.service-link {
  border-radius: 68px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: center;
  margin: auto 0;
  padding: 5px 25px 5px 5px;
  border: 1px solid #e3e9fa;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 991px) {
  .featured-services-container {
    width: 90%;
    gap: 10px;
    padding: 8px;
  }
  
  .service-button {
    min-width: 200px;
    flex: 1 1 calc(33.33% - 10px);
    padding: 0 15px 0 4px;
  }
  
  .service-link {
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .featured-services-container {
    width: 98%;
    gap: 8px;
    padding: 6px;
    border-radius: 35px;
  }
  
  .service-button {
    min-width: 140px;
    flex: 1 1 calc(50% - 8px);
    padding: 0 10px 0 3px;
  }
  
  .service-icon {
    width: 32px;
  }
  
  .service-text {
    font-size: 12px;
  }
}
/* content section */
.gallery-container {
  align-self: start;
  position: relative;
  z-index: 0;
  display: flex;
  width: 1440px;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  top: 0;
}

.gallery-image {
  aspect-ratio: 0.78;
  object-fit: contain;
  object-position: center;
  width: 242px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.gallery-image-wide {
  aspect-ratio: 1.1;
  object-fit: contain;
  object-position: center;
  width: 295px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .gallery-container {
    max-width: 100%;
  }
}