:root {
  --project-primary-font: 'Gesta';
  --project-secondry-font: 'AlberNew';

  --bg-primary: rgba(33, 44, 104, 1);
  --text-primary: rgba(33, 44, 104, 1);
  --border-primary: rgba(33, 44, 104, 1);

  --bg-blue: #007DC3;
  --bg-blue-60: rgba(0, 125, 195, 0.6);
  --text-blue: #007DC3;
  --border-blue: #007DC3;

  --bg-white: #FFFFFF;
  --text-white: #FFFFFF;
  --border-white: #FFFFFF;

  --bg-off-white: #F8F8F8;
  --text-off-white: #F8F8F8;
  --border-off-white: #F8F8F8;

  --bg-green: rgba(58, 175, 74, 1);
  --text-green: rgba(58, 175, 74, 1);
  --border-green: rgba(58, 175, 74, 1);

  --bg-light-blue: #A6D9F5;
  --text-light-blue: #A6D9F5;
  --border-light-blue: #A6D9F5;

  --bg-dark-blue: #0A3352;
  --text-dark-blue: #0A3352;
  --border-dark-blue: #0A3352;

  --bg-light-gray: #E4DDCD;
  --text-light-gray: #E4DDCD;
  --border-light-gray: #E4DDCD;

  --bg-black: #000000;
  --bg-black-40: rgba(0, 0, 0, 0.4);
  --text-black: #000000;
  --border-black: #000000;

  --bg-light-black: #404041;
  --bg-light-black-80: rgba(64, 64, 65, 0.8);
  --bg-light-black-40: rgba(64, 64, 65, 0.4);
  --text-light-black: #404041;
  --border-light-black: #404041;

  --bg-gray: #7F8285;
  --text-gray: #7F8285;
  --border-gray: #7F8285;

  --bg-dark-gray: #414044;
  --text-dark-gray: #414044;
  --border-dark-gray: #414044;

  --bg-red: #D11242;
  --text-red: #D11242;
  --border-red: #D11242;

  --bg-purple: #51378E;
  --text-purple: #51378E;
  --border-purple: #51378E;

  --primary-font: "Poppins", sans-serif;
  --color-transparent: transparent;
  --font-64px: 4rem;
  --font-60px: 3.75rem;
  --font-54px: 3.375rem;
  --font-48px: 3rem;
  --font-44px: 2.75rem;
  --font-42px: 2.625rem;
  --font-40px: 2.5rem;
  --font-36px: 2.25rem;
  --font-34px: 2.125rem;
  --font-32px: 2rem;
  --font-30px: 1.875rem;
  --font-28px: 1.75rem;
  --font-26px: 1.625rem;
  --font-24px: 1.5rem;
  --font-22px: 1.375rem;
  --font-20px: 1.25rem;
  --font-18px: 1.125rem;
  --font-16px: 1rem;
  --font-14px: 0.875rem;
  --font-12px: 0.75rem;
  --max-width: 980px;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-primary);
  background-color: var(--body-bg);
  transition: all 0.3s ease;
  position: relative;
}

section {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background: none;
  box-shadow: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img,
picture {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section-padding-top {
  padding-top: 70px;
}

.section-padding-bottom {
  padding-bottom: 70px;
}

.section-padding-bottom-60 {
  padding-bottom: 60px;
}

.middle-container {
  padding: 0 140px;
}

.main-container {
  padding: 0 60px;
}

.slider-container {
  padding: 0 0 0 60px;
}

p {
  font-family: var(--primary-font);
  font-size: var(--font-16px);
  font-weight: 400;
}

.heading-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heading-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.common-heading {
  margin-bottom: 30px;
  text-align: center;
}

.common-heading h2 {
  color: var(--text-secondry);
  font-family: var(--primary-font);
  font-size: var(--font-40px);
  font-weight: 600;
  text-transform: capitalize;
  text-align: start;
  width: 100%;
}

.common-heading h6 {
  color: var(--text-secondry);
  font-family: var(--primary-font);
  font-size: var(--font-20px);
  font-weight: 500;
  text-transform: capitalize;
  text-align: start;
  margin-top: 5px;
  margin-bottom: 0;
}

.common-heading p {
  font-family: var(--primary-font);
  font-size: var(--font-16px);
  color: var(--text-secondry);
  text-align: start;
  font-weight: 400;
}

.deatils-small-heading {
  font-family: var(--primary-font);
  font-size: var(--font-22px);
  color: var(--text-secondry);
  text-align: start;
  font-weight: 600;
}

.primary-color {
  color: var(--primary-color) !important;
}

.text-lowercase {
  text-transform: lowercase;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.border-top {
  border-top: 1px solid var(--border-white);
}

.section-second-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: var(--font-24px);
  color: var(--secondry-color);
}

.primary-btn {
  font-family: var(--primary-font);
  color: var(--text-primary);
  background-color: var(--secondry-bg);
  font-size: var(--font-14px);
  font-weight: 600;
  border: 1px solid var(--border-blue);
  /* border-radius: var(--radius-5); */
  padding: 10px 22px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}

.primary-btn img {
  margin-right: 7px;
  transition: all ease-in-out 0.3s;
}

.primary-btn i {
  font-size: var(--font-12px);
  margin-left: 2px;
  transition: all ease-in-out 0.3s;
}

.primary-btn:hover {
  border: 1px solid var(--border-white);
  background: var(--color-transparent);
  color: var(--text-primary);
  box-shadow: 5px 5px var(--secondry-bg);
}

.primary-btn:hover i {
  margin-left: 5px;
}

.white-bg-btn:hover {
  border-color: var(--border-blue);
  background: var(--color-transparent);
  color: var(--text-blue);
  box-shadow: 5px 5px var(--secondry-bg);
}

.secondry-btn {
  font-family: var(--primary-font);
  color: var(--text-primary);
  background-color: var(--color-transparent);
  font-size: var(--font-14px);
  font-weight: 400;
  border: 1px solid var(--border-white);
  border-radius: var(--radius-5);
  padding: 10px 22px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}

.secondry-btn:hover {
  background: var(--white-bg);
  color: var(--text-secondry) !important;
}

.secondry-dark {
  border-color: var(--border-black);
  color: var(--text-secondry);
  display: inline-flex;
  align-items: center;
  border-radius: 33px;
  text-transform: uppercase;
}

.secondry-dark img {
  transition: all ease-in-out 0.3s;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.secondry-dark:hover img {
  filter: invert(1);
}

.secondry-dark:hover {
  background: var(--text-secondry);
  color: var(--text-primary) !important;
}

.link-btn {
  font-family: var(--primary-font);
  color: var(--text-secondry);
  font-size: var(--font-16px);
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid var(--border-black);
  transition: all ease-in-out 0.3s;
}

.link-btn:hover {
  color: var(--text-dark-blue);
  border-color: var(--border-blue);
}

.back-btn {
  font-family: var(--primary-font);
  color: var(--text-secondry);
  font-size: var(--font-16px);
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  margin-bottom: 30px;
}

nav.c-navbar .links .secondry-btn::before {
  display: none;
}

nav.c-navbar .links .secondry-btn {
  padding: 0;
}

.heading-search img {
  width: 18px;
}

.small-heading {}




/* ==================================== */
/* **********  SEARCH POPUP  ********** */
/* ==================================== */
.search-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.search-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: var(--bg-white);
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.close-btn {
  color: var(--text-white);
  position: absolute;
  top: 35%;
  right: 8.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 44px;
}

.search-overlay.active .popup-content input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 10px;
  /* border: 1px solid var(--border-primary); */
  font-size: 16px;
  color: var(--text-dark-blue);
}

.popup-input-box {
  display: flex;
  gap: 20px;
}

/* ==================================== */
/* *********   HEADER CSS    ********** */
/* ==================================== */

.banner-image {
    background-image: url(../images/banner-img.svg);
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    position: relative;
}
.banner-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    background:linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 87%) 40%, rgb(255 255 255) 100%)
}

.header-left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


nav.c-navbar {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  font-family: var(--primary-font);
  padding: 15px 0;
}

.nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.c-navbar .logo {
  float: left;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

nav.c-navbar .logo img {
  width: 150px;
  height: 60px;
  object-fit: contain;
}

nav.c-navbar .links {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.c-navbar .links .menu-links {
  display: flex;
}

nav.c-navbar .links li {
  display: flex;
  align-items: center;
  justify-content: start;
  list-style: none;
}

nav.c-navbar .links a {
  display: block;
  padding: 16px 0;
  margin: 0 8px;
  font-size: var(--font-14px);
  font-weight: 400;
  color: var(--text-primary);
  text-decoration: none;
  position: relative;
}

nav.c-navbar .links .menu-links .dropdown .dropdown-menu a {
  margin: 0;
  padding: 8px 8px;
}

nav.c-navbar .links a:hover {
  color: var(--text-primary);
}

nav.c-navbar .links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white-bg);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

nav.c-navbar .links a:hover::before {
  visibility: visible;
  transform: scaleX(1);
  color: var(--text-primary);
}

#nav-toggle {
  position: absolute;
  top: -100px;
}

nav.c-navbar .icon-burger {
  display: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

nav.c-navbar .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: var(--bg-primary);
  margin: 5px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

/* ============== */
/** DROPDOWN CSS **/
/* ============== */
.dropdown {
  position: relative;
}

.dropdown>a::after {
  content: "▾";
  margin-left: 6px;
  font-size: var(--font-16px);
  display: inline-block;
  transition: transform 0.3s ease;
}

.dropdown:hover>a::after {
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--secondry-bg);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 180px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 4px;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu li a:hover {
  background-color: var(--primary-bg);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}


/* ==================================== */
/* **********  SECTION CSS   ********** */
/* ==================================== */
.banner-section {
  margin-top: 90px;
}
.banner-section .banner-image {
  background-image: url(../images/banner-img.svg);
  background-position: center;
  background-size: cover;
  padding: 30px 0px;
}

.banner-section .header-left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primary-button {
  border-radius: 49px;
  border: 1px solid rgba(58, 175, 74, 0.60);
  background: var(--Gradient-blue01, linear-gradient(180deg, #212C68 0%, #11183A 100%));
  color: #fff;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  width: max-content;
  font-size: 16px;
  justify-content: space-between;
  gap: 10px;
}

.primary-button .green-icon {
  padding: 7px;
  background-color: #3AAF4A;
  font-size: 15px;
  border-radius: 50%;
  width: 31px;
}

.bannner-content h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 42px;
  color: var(--text-primary);
}

.bannner-content h3 span {
  color: var(--text-green);
}

.bannner-content p {
  font-family: Poppins;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0%;

}

.bannner-content h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 72px;
  color: var(--text-green);
  letter-spacing: 0%;
}

a {
  text-decoration: none !important;

}

.content-width {
  max-width: 800px;
}

.icon-image-banner img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}
.form-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  width: 100%;
  max-width: 470px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Heading */
.form-card h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 37px;
}

.form-card h2 span {
  color: #2c3474;
  font-weight: 700;
  font-family: Poppins;
  font-size: 37px;
}

/* Inputs */
.input-group {
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  color: #444;
}

.input-group input,
.input-group select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.input-group input:focus,
.input-group select:focus {
  border-color: #2c3474;
}

button {
  width: max-content;
  padding: 14px 100px;
  margin-top: 10px;
  background: #2c3474;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: #1f255a;
}

/* Responsive */
@media (max-width: 480px) {
  .form-card {
    padding: 25px 20px;
  }

  .form-card h2 {
    font-size: 22px;
  }
}

form {
  max-width: 400px;
  margin: auto;
}

.input-data {
  position: relative;
  margin: 20px 0 10px 0;
}

.input-data label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #2c3474;
  padding: 0 6px;
  pointer-events: none;
  transition: 0.3s ease;
  background: #fff;
}

.input-data input:focus~label,
.input-data input:valid~label,
.input-data textarea:focus~label,
.input-data textarea:valid~label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.input-data input:focus,
.input-data textarea:focus {
  border-color: #2c3474;
}

.input-data input:focus-visible,
.input-data textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.input-data input,
.input-data select {
  width: 100%;
  padding: 13px 14px;
  border: 2px solid #cccc;
  border-radius: 10px;
  font-size: 14px;
  background: transparent;
  outline: none;
}

/* Remove default select UI */
.select-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}

/* Arrow */
.select-box::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2E356E;
  border-bottom: 2px solid #2E356E;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.bannner-content p {
    font-weight: 400;
    font-size: 16px;
    max-width: 500px;
    color: #000;
}
.form-card {
    background: rgba(255, 255, 255, 0.1); /* transparent background */
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px); /* for Safari */
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.input-data input, .input-data select {
  background-color: #fff;
}
.white-shadow {
  position: relative;
}

.white-shadow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    background:linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 87%) 40%, rgb(255 255 255) 100%)
}
.content-z  p {
  color: #000;
  margin: 0px;
}

.content-z {
  position: relative;
  padding: 20px 0px;
  z-index: 2;
} 

.background-image-priceless {
  background-image: url(../images/banner-image-price.svg);
  background-position: top;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.background-image-priceless::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    background:linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255 / 16%) 40%, rgb(255 255 255 / 0%) 100%)
}

.background-image-priceless::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    background:linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 93%) 40%, rgb(255 255 255) 100%)
}
.background-image-priceless .bannner-content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    max-width: 100% !important;
}

.background-image-smart-heathcare  {
  background-image: url(../images/smart-heathcare.svg);
  background-position: top;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.background-image-smart-heathcare::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    background:linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255 / 16%) 40%, rgb(255 255 255 / 0%) 100%)
}

.background-image-smart-heathcare::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    background:linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 93%) 40%, rgb(255 255 255) 100%)
}
.background-image-priceless .bannner-content p {
  max-width: 100%;
}

.background-image-priceless .bannner-content h3 {
  color: #000;
}


.footer-section {
    background-color: #212C68;
    padding: 60px 0 20px;
    position: relative;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.7;
    text-align: start;
    margin-bottom: 15px;
}

.footer-section i {
    margin-right: 10px;
    color: #8aa0ff;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #212C68;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #212C68;
}

.footer-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }
}

.background-blue {
    position: relative;
    z-index: 1;
}

.background-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37%; 
    height: 100%;
    background: #212C68; 
    z-index: -1;
}

.contact-section form {
    max-width: 650px;
}

.footer-section p {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;

}

.footer-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;

}




.info-item{
    display: flex;
    gap: 20px;
}

.info-item img {
    height: 20px;
    object-fit: contain;
    width: 20px;
    margin-top: 4px;
}

.side-image{
    position: absolute;
    right: -120px;
    bottom: -37px;
}

.info-item span {
    font-size: 14px;
}

.info-main{
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.info-item a {
  color: #fff;
  text-align:start;
}

.info-item span {
  color: #fff;
  text-align:start;
}

.footer-section p {
  color: #fff;
  text-align:start;
}

.footer-links li{
  text-align: start;
}


.icon-white {
    filter: brightness(0) invert(1);
}


.btn-whatsaap {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 11111;
    height: 40px;
}


/* ==================================== */
/* *******   ABOUTUS SECTION    ******* */
/* ==================================== */
.aboutus-section {}


/* ==================================== */
/* ******   WHY-CHOSE SECTION    ****** */
/* ==================================== */

/* ==================================== */
/* ********    EVENT  SECTION   ******* */
/* ==================================== */

/* ==================================== */
/* ********    NEWS SECTION    ******** */
/* ==================================== */

/* ==================================== */
/* *******   RESOURCES SECTION   ****** */
/* ==================================== */

/* ==================================== */
/* *******     TEAM SECTION     ******* */
/* ==================================== */

/* ==================================== */
/* *******   PACKAGES SECTION   ******* */
/* ==================================== */

/* ==================================== */
/* *******   CONVERGE SECTION   ******* */
/* ==================================== */

/* ==================================== */
/* *********   GUEST SECTION   ******** */
/* ==================================== */


/* ==================================== */
/* *******   subscribe SECTION   ****** */
/* ==================================== */

/* ==================================== */
/* ********   FOOTER SECTION   ******** */
/* ==================================== */