@font-face {
  font-family: "Heebo-bold";
  src: url("fonts/Heebo-Bold.woff2") format("woff2"),
    url("fonts/Heebo-Bold.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heebo-regular";
  src: url("fonts/Heebo-Regular.woff2") format("woff2"),
    url("fonts/Heebo-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heebo-medium";
  src: url("fonts/Heebo-Medium.woff2") format("woff2"),
    url("fonts/Heebo-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvenirBook";
  src: url("fonts/AvenirBook.woff2") format("woff2"),
    url("fonts/AvenirBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvenirBlack";
  src: url("fonts/AvenirBlack.woff2") format("woff2"),
    url("fonts/AvenirBlack.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karla-bold";
  src: url("fonts/Karla-Bold.woff2") format("woff2"),
    url("fonts/Karla-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karla-medium";
  src: url("fonts/Karla-Medium.woff2") format("woff2"),
    url("fonts/Karla-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karla-regular";
  src: url("fonts/Karla-Regular.woff2") format("woff2"),
    url("fonts/Karla-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Karla-semibold";
  src: url("fonts/Karla-SemiBold.woff2") format("woff2"),
    url("fonts/Karla-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto medium";
  src: url("fonts/Roboto-Medium.woff2") format("woff2"),
    url("fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto regular";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"),
    url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto semibold";
  src: url("fonts/Roboto-SemiBold.woff2") format("woff2"),
    url("fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto light";
  src: url("fonts/Roboto-Light.woff2") format("woff2"),
    url("fonts/Roboto-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Abel";
  src: url("fonts/Abel-Regular.woff2") format("woff2"),
    url("fonts/Abel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Share Tech';
    src: url('fonts/ShareTech-Regular.woff2') format('woff2'),
        url('fonts/ShareTech-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



img {
  max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

input:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.TC {
  text-align: center;
}

.TL {
  text-align: left;
}

.TR {
  text-align: right;
}

.margin_auto {
  margin: auto;
  float: none;
}

.padding {
  padding: 0;
}

.al {
  width: 100%;
  height: 100%;
  display: table;
}

.alm {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

body {
  background-color: #fff;
  font-family: "Sora-regular";
}

.jcc {
  justify-content: center;
}
.jsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}

.d-flex {
  flex-wrap: wrap;
}

.site-header {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
  padding: 25px 30px;
  transition: all ease-in-out 0.5s;

  width: 100%;
}
.site-header.scrolled {
  padding: 12px 30px;
  position: fixed;
}
.logo img {
  max-height: 45px;
  width: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.5s;
}

.site-header.scrolled .logo img {
  max-height: 38px;
  width: 100%;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-list li a {
  text-decoration: none;
  color: #0a2c5e;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
  font-family: "AvenirBook";
  transition: all ease-in-out 0.5s;
}
.nav-list li a:hover {
  color: #678fdf;
}

.site-header.scrolled .nav-list li a {
  font-size: 18px;
}

.nav-list li a :hover {
  color: #4a68d4;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #0a2c5e;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;

  &.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  ul {
    list-style: none;
    padding: 1rem 0;
    margin: 0;

    li {
      text-align: center;
      padding: 0.75rem 0;

      a {
        color: #0a2c5e;
        font-weight: 600;
        text-decoration: none;
        font-size: 16px;
        font-family: "AvenirBook";

        &:hover {
          color: #678fdf;
        }
      }
    }
  }
}

.container {
  max-width: 1100px;
  margin: 0px auto;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 55vh;
  background: url("../images/banner.jpg") bottom/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-content {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.content-box {
  background: #0a2c5e95;
  color: #fff;
  max-width: 550px;
  padding: 25px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-box h2 {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: "AvenirBook";
  font-size: 25px;
  font-weight: bold;
}

.content-box p {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  font-family: "AvenirBook";
}


section.our-business {
  padding: 80px 0;
}
section.our-business .container
{
  max-width: 1320px;
  margin: 0px auto;
}
/* ======== Left Image Box ======== */

.our-business .image-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 12px 80px -6px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* ======== Right Content Box ======== */
.our-business .content-box {
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
}

.our-business .inner-content {
  gap: 60px;
}
.our-business .section-title {
  font-size: 25px;
  font-weight: 700;
  font-family: "AvenirBlack";
  color: #0a2c5e;
  display: inline-block;
  margin-bottom: 35px;
  padding-bottom: 5px;
  position: relative;
}
.our-business .section-title::after {
  content: "";
  position: absolute;
  background-color: #678fdf;
  height: 2px;
  width: 165px;
  bottom: 0px;
  left: 0px;
}

.our-business .subheading {
  color: #678fdf;
  font-family: "Heebo-bold";
  font-weight: 900;
  margin-bottom: 30px;
  font-size: 22px;
}

.our-business p {
  font-size: 14px;
  color: #000000 !important;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-family: "AvenirBook";
}
.our-business .btn-learn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border: 2px solid #678fdf;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  margin-top: 30px;
  letter-spacing: 1.5px;
  color: #678fdf;
  font-family: "Karla-semibold";
  position: relative;
}

.our-business .btn-learn::after {
  content: "\f054";
  position: absolute;
  width: 100%;
  font-size: 11px;
  top: 12px;
  color: #678fdf;
  font-family: "FontAwesome";
  margin-left: 15px;
  display: none;
  transition: all 0.5s ease-in-out;
}
.our-business .btn-learn:hover {
  width: 150px;
}
.our-business .btn-learn:hover::after {
  display: block;
  transform: translateX(85px);
}
/* ======== Responsive ======== */


section.our-services {
  padding: 90px 0 70px;
  background-color: #fff;
}

.our-services .section-title {
  font-size: 42px;
  font-weight: 700;
  font-family: "AvenirBlack";
  color: #0a2c5e;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  line-height: 42px;
}

.our-services .section-subtitle {
  color: #678fdf;
  font-family: "Heebo-bold";
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.our-services .card-main-section {
  padding-top: 45px;
}
/* Service Card */
.service-card {
  background-color: #f4f4f5;
  border: none;
  padding: 40px 30px;
  height: 100%;
  border-radius: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.service-card .icon {
  font-size: 40px;
  color: #234b8a;
  margin-bottom: 20px;
}

.service-card h5 {
  font-size: 18px;
  color: #678fdf;
  margin-bottom: 15px;
  font-family: "AvenirBlack";
  line-height: 35px;
}

.service-card p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-bottom: 25px;
  font-family: "AvenirBook";
}

.service-card a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #678fdf;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "AvenirBlack";
  position: relative;
}

.service-card a::after {
  content: "\f054";
  position: absolute;
  width: 100%;
  font-size: 10px;
  top: 1px;
  color: #678fdf;
  font-family: "FontAwesome";
  margin-left: -16px;
  transition: all 0.5s ease-in-out;
  display: none;
}

.service-card a:hover::after {
  display: block;
  transform: translateX(142px);
}

.card-main-section .service-card .icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}


/* SECTION ONE: Hero Split Background */
.execution-hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 800px;
  background-color: #f8f9fb;
}

.execution-hero .text-part {
  flex: 1 1 50%;
  padding: 90px 1% 90px 15%;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.execution-section {
  position: relative;
}

.execution-inner-part {
    max-width: 100%;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 110px;
}

.text-part-area {
    max-width: 1100px;
    margin: auto;
}
.execution-section .text-part-area h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "AvenirBlack";
  color: #0a2c5e;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 5px;
}

.execution-section .text-part-area p {
  color: #678fdf !important;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "Heebo-bold";
}
.execution-section .text-part-area a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border: 2px solid #678fdf;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  margin-top: 30px;
  letter-spacing: 1.5px;
  color: #678fdf;
  font-family: "Karla-semibold";
  position: relative;
  width: fit-content;
}

.execution-section .text-part-area a::after {
  content: "\f054";
  position: absolute;
  width: 100%;
  font-size: 11px;
  top: 12px;
  color: #678fdf;
  font-family: "FontAwesome";
  margin-left: 15px;
  display: none;
  transition: all 0.5s ease-in-out;
}
.execution-section .text-part-area a:hover {
  width: 150px;
}

.execution-section .text-part-area a:hover::after {
  display: block;
  transform: translateX(85px);
}

.execution-hero .image-part {
  flex: 1 1 50%;
  background: url("../images/service-sectionbg.jpg") no-repeat;
  background-size: cover;
  height: 820px;
  background-position: center;
}
/* SECTION TWO: Icon Cards */

.execution-cards {
  position: relative;
  margin-top: 110px;
  z-index: 5;
}
.execution-cards .card-wrapper {
  background-color: #ffffff;
  box-shadow: 40px 40px 80px -20px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 72px 30px;
  max-width: 1100px;
}

.execution-cards .icon {
  
  color: #234b8a;
  margin-bottom: 20px;
}

.execution-cards h5 {
  color: #678fdf !important;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "AvenirBlack";
}

.execution-cards p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-bottom: 25px;
  font-family: "Roboto medium";
}

.execution-cards .col-md-4 {
  text-align: center;
  padding: 0px 30px;
}


/* transaction section  */

section.transaction-section {
  background: white;
  text-align: center;
  padding: 60px 0px;
}
.transaction-section h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "AvenirBlack";
  color: #0a2c5e;
  display: inline-block;

  padding-bottom: 5px;
}

.footer-section {
  background-image: url("../images/footer-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 183px;
  width: 100%;
}

.footer-inner {
  max-width: 1100px;
  margin: auto;
  padding: 60px 0px;
}
.footer-inner p {
  font-size: 15px;
  color: white;
  font-family: "Roboto light";
}
.footer-links ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 5px;
}
.footer-links ul li a {
  font-size: 15px;
  color: #2ea3f2;
  font-family: "Roboto regular";
}

.footer-links ul li a span {
  color: white;
}

/* privacy and desclaimer page  */

.privacy-main {
  padding: 80px 0px;
}
.privacy-page h1 {
  text-transform: uppercase;
}
.privacy-main .container {
  max-width: 1200px;
  margin: 0px auto;
}
.privacy-main p {
  font-family: "AvenirBook";
  font-size: 15px;
  color: #0a2c5e !important;
  line-height: 22px;
  padding-bottom: 10px;
}
.privacy-main p a {
  color: #2ea3f2;
}
.privacy-points {
  padding: 15px 0px;
}
.privacy-points h3 {
  font-family: "AvenirBook";
  font-size: 28px;
  color: #000000;
  padding-bottom: 12px;
}
.privacy-points h5 {
  font-family: "AvenirBook";
  font-size: 25px;
  color: #000000;
  padding-bottom: 12px;
}
.privacy-points ul {
  padding-left: 18px;
}
.privacy-points ul li {
  font-family: "AvenirBook";
  font-size: 15px;
  color: #0a2c5e !important;
  line-height: 22px;
  padding-bottom: 10px;
}

/* Business page  */

/* Banner Section */
.disclaimer-banner {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Background image with gradient overlay */
.disclaimer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at center,
      #0a2c5e 22%,
      rgba(33, 85, 206, 0.8) 100%
    ),
    url("../images/disclaimer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.disclaimer-content {
  position: relative;
  z-index: 2;
}

.disclaimer-content h1 {
  font-weight: 700;
  font-size: 60px;
  font-family: "AvenirBlack";
  color: white;
  margin-bottom: 10px;

}

.work-heading-text {
  background-image: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(148, 186, 252, 1) 30%,
    #0a2c5e 100%
  );
  background-color: #0a2c5e;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  padding-top: 25px !important;
  padding-right: 40px !important;
  padding-bottom: 25px !important;
  padding-left: 40px !important;
  text-align: right;
  margin-top: -38px;
  z-index: 1;
  position: relative;
}
.work-heading-text h4 a {
  text-align: right;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 5px;
  font-family: "Karla-semibold";
}

/* Section Styling */
.our-work-section-content {
  padding: 60px 0;
  background-color: #fff;
}

.our-work-section-content h2 {
  font-family: "AvenirBlack";
  font-size: 40px;
  color: #444235 !important;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
}

.our-work-section-content .intro-text {
  color: #678fdf !important;
  font-size: 22px;
  line-height: 36px;
  max-width: 95%;
  font-family: "AvenirBook";
  word-spacing: 13px;
}
.our-work-section-content .right-col p {
  color: #333;
  line-height: 30px;
  font-size: 17px;
  margin-bottom: 18px;
  font-family: "AvenirBook";
  word-spacing: 10px;
}


/* Section */
.core-sectors {
  padding: 60px 0;
  text-align: center;
}

.core-sectors h2 {
  font-family: "Abel";
  font-size: 70px;
  letter-spacing: 3px;
  line-height: 1.2em;
}

.core-sectors p.subtitle {
  color: #333;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 50px;
  font-family: "AvenirBook";
}

/* Cards */
.sector-card {
  background: #fff;
  box-shadow: 0px 50px 80px 0px rgba(12, 2, 2, 0.1);
  border-radius: 4px;
  padding: 60px 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.core-sectors .col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 12px 25px;
}
.core-sectors .sector-img img {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin-bottom: 25px;
}
.sector-card:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}
.sector-card i {
  font-size: 50px;
  color: #204398;
  margin-bottom: 25px;
}

.sector-card h5 {
  font-family: "AvenirBlack";
  font-size: 20px;
  color: #0a2c5e !important;
  line-height: 1.4em;
}



.execution-approach {
  max-width: 1200px;
  margin: 80px auto;
  background: #fff;
  padding: 60px 70px;
  box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);

}

.execution-approach h2 {
    font-family: "AvenirBlack";
    font-weight: 600;
    font-size: 30px;
    color: #0A2C5E !important;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 12px;
}
.execution-inner {
    background: #f7f7f7;
    padding: 30px 30px;
}
.execution-approach p.description {
  text-align: center;
  color: #666;
  font-size: 17px;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto 50px;
   font-family: "AvenirBook";
}

.accordion-item {
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #0A2C5E;
  font-size: 16px;
  font-family: "AvenirBook";
  
}

.accordion-header i {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0A2C5E;
    font-size: 14px;
    border-radius: 50%;
    transition: transform 0.3s 
ease;
}

.accordion-header.active i {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  padding-left: 20px;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
    font-family: "AvenirBook";
}

.accordion-content.open {
  max-height: 300px;
  opacity: 1;
  margin-top: 10px;
}

/* First accordion open by default */
.accordion-item:first-child .accordion-header {
  font-weight: 700;
  color: #000;
}

.accordion-item:first-child .accordion-content {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}


/* service page  */

/* Banner Section */
.service-mn {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Background image with gradient overlay */
.service-mn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at center,
      #0a2c5e 22%,
      rgba(33, 85, 206, 0.8) 100%
    ),
    url("../images/service.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
 
}

.service-section-content .container
{
  max-width: 1200px;
  margin: 0px auto;
}
.service-mn h5
{
  color: #fff;
  font-family: "AvenirBook";
  font-size: 25px;
  max-width: 800px;
  margin: auto;
  line-height: 36px;

}

section.service-section-content {
    padding: 50px 0px;
}
section.service-section-content .col-md-6
{
  padding: 20px;
}
section.service-section-content .col-md-12
{
  padding: 20px;
}
.service-mn-card {
    background: #f4f4f5;
    padding: 30px 30px;
    height: 100%;
}

.service-mn-card .service-img img
{
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.service-mn-card h5
{
     font-family: "Heebo-bold";
    font-weight: 900;
    font-size: 18px;
    color: #678fdf !important;
    line-height: 2em;
    margin: 25px 0px 20px 0px;
}
.service-mn-card  ul 
{
  padding-left: 18px;
}
.service-mn-card  ul li
{
  font-family: "AvenirBook";
  font-size: 15px;
  color: #333;
  line-height: 20px;
  margin-bottom: 10px;
}

/* contactpage */



/* Banner Section */
.contact-mn {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Background image with gradient overlay */
.contact-mn-section {
    padding: 80px 0px 50px;
}
.contact-mn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at center,
      #0a2c5e 22%,
      rgba(33, 85, 206, 0.8) 100%
    ),
    url("../images/contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
 
}

.contact-mn h5 {
    color: #fff;
    font-family: "AvenirBook";
    font-size: 25px;
    max-width: 800px;
    margin: auto;
    line-height: 36px;
}
.contact-upper .contact-box
{
  padding: 40px 30px ;
  height: 100%;
}
.contact-upper .address-box
{
  background-color:#678fdf;
}

.contact-upper .phone-box
{
  background-color:#f1f1f1;
}

.contact-upper .email-box
{
  background-color:#0a2c5e;
}
.contact-upper .contact-box img
{
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contact-upper .contact-box h5
{
  font-family: 'Share Tech';
  font-size: 25px;
  padding-bottom: 20px;
}

.contact-upper .contact-box p
{
   font-family: 'Share Tech';
   font-size: 19px;
}
.contact-upper .address-box h5,
.contact-upper .address-box p
{
  color: #ffffff;
}

.contact-upper .phone-box h5,
.contact-upper .phone-box p a
{
  color: #333;
}

.contact-upper .email-box h5
{
  color: #ffffff;
}

.contact-upper .email-box p a
{
color:#2ea3f2
}


.contactform-section {

  padding: 0 20px;
}

.contactform-section h2 {
    font-family: "AvenirBook";
    font-size: 50px;
    color: #0a2c5e !important;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.contactform-section {
    width: 100%;
    padding: 50px 0px;
}

.contactform-section .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

section.map-section {
    padding-top: 60px;
}

.contactform-section .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.contactform-section  label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #999;
  margin-bottom: 10px;
    font-family: "Heebo-bold";
}

.contactform-section input,
.contactform-section textarea {
  border: none;
  border-bottom: 2px solid #3333331a;
  padding: 10px 0;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: transparent;
    font-family: "Heebo-regular";
}

.contactform-section input:focus,
.contactform-section textarea:focus {
  border-color: #0c2851;
}

.contactform-section textarea {
  resize: none;
}

.contactform-section .btn-submit {
  background-color: #0a2c5e;
  color: #fff;
  padding: 14px 35px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  float: right;
    font-family: "Heebo-bold";
}

.contactform-section .btn-submit:hover {
  background-color: #173a73;
}