:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #111111; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #3070b0; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --border-color: #ddd;
}

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #1b1b1b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #353535;
  --contrast-color: #ffffff;
}

body {
            h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/* For paragraphs */
p {
  font-family: 'Open Sans', sans-serif;
}
        }

        p {
  font-family: 'Arial', sans-serif;
}

/* Header Styling */
    /* Header Styles */
.financity-logo {
  position: relative;
}

.financity-header-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.financity-header-container-inner {
  position: relative;
}

/* Header Right */
.financity-logo-right-block {
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  vertical-align: middle;
}

.financity-logo-right-block:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}

.financity-logo-right-block .financity-logo-right-block-icon {
  font-size: 18px;
  float: left;
  margin-right: 12px;
}

.financity-logo-right-block .financity-logo-right-block-content {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.financity-logo-right-block .financity-logo-right-block-title {
  font-size: 16px;
  font-weight: 700;
}

.financity-logo-right-block .financity-logo-right-block-caption {
  font-size: 13px;
  margin-top: 8px;
}

.financity-header-right-button {
  display: inline-block;
  padding: 13px 23px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -8px;
  margin-left: 50px;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #efbc51;
  color: #000;
}

.financity-header-right-button:first-child {
  margin-left: 0;
}

/* Plain Header */
.financity-header-style-plain {
  position: relative;
  border-bottom-style: solid;
}

.financity-header-style-plain .financity-navigation {
  line-height: 0;
}

.financity-header-style-plain .financity-header-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.financity-header-background-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Menu Styles */
.financity-header-style-plain.financity-style-menu-right .financity-logo {
  float: left;
}

.financity-header-style-plain.financity-style-menu-right .financity-navigation {
  float: right;
}

.financity-header-style-plain.financity-style-menu-right .financity-main-menu {
  display: inline-block;
  vertical-align: top;
}

.financity-header-style-plain.financity-style-menu-right .financity-main-menu-right-wrap {
  display: inline-block;
  line-height: 1.7;
  margin-left: 10px;
  vertical-align: top;
}

.financity-header-style-plain.financity-style-center-logo .financity-logo-inner {
  margin-left: auto;
  margin-right: auto;
}

.financity-header-style-plain.financity-style-center-logo .financity-navigation {
  text-align: center;
  position: relative;
}

.financity-header-style-plain.financity-style-center-logo .financity-main-menu {
  display: inline-block;
  vertical-align: top;
}

.financity-header-style-plain.financity-style-center-logo .financity-main-menu-right-wrap {
  position: absolute;
  right: 0;
  line-height: 1.7;
}

.financity-header-style-plain.financity-style-center-menu .financity-logo {
  position: absolute;
}

.financity-header-style-plain.financity-style-center-menu .financity-navigation {
  text-align: center;
}

.financity-header-style-plain.financity-style-center-menu .financity-main-menu {
  display: inline-block;
  vertical-align: top;
}

.financity-header-style-plain.financity-style-center-menu .financity-main-menu-right-wrap {
  position: absolute;
  right: 0;
  line-height: 1.7;
}

/* Boxed Header */
.financity-header-boxed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.financity-header-style-boxed .financity-header-container-item {
  position: relative;
}

.financity-header-style-boxed .financity-navigation {
  line-height: 0;
}

.financity-header-style-boxed .financity-header-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Fixed Navbar */
.financity-fixed-navigation.financity-style-fixed,
.financity-fixed-navigation.financity-style-slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.financity-logo-inner {
  transition: max-width 200ms;
}

.financity-sticky-navigation.financity-style-fixed .financity-logo,
.financity-sticky-navigation.financity-style-fixed .financity-navigation {
  transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
}

.financity-fixed-navigation.financity-style-slide .financity-logo-inner img {
  max-height: 35px !important;
  width: auto;
}

body.financity-sticky-navigation-no-logo .financity-fixed-navigation .financity-logo {
  display: none;
}

body.financity-sticky-navigation-no-logo .financity-mobile-header.financity-fixed-navigation .financity-logo {
  display: block;
}

body.admin-bar .financity-fixed-navigation.financity-style-fixed,
body.admin-bar .financity-fixed-navigation.financity-style-slide {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .financity-fixed-navigation.financity-style-slide {
    margin-top: 0;
  }
}

/* Page Title */
.financity-page-caption {
  text-transform: uppercase;
}

.financity-page-title-wrap {
  background-image: url('../img/page-title-background.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}

.financity-page-title-wrap .financity-page-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.financity-page-title-wrap .financity-page-title-container {
  position: relative;
}

.financity-page-title-wrap .financity-page-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.financity-page-title-wrap.financity-style-small .financity-page-title {
  font-size: 37px;
  margin-bottom: 0;
}

.financity-page-title-wrap.financity-style-small .financity-page-caption {
  font-size: 16px;
  margin-top: 13px;
}

.financity-page-title-wrap.financity-style-small .financity-page-title-content {
  padding-top: 93px;
  padding-bottom: 87px;
}

.financity-page-title-wrap.financity-style-medium .financity-page-title {
  font-size: 54px;
  margin-bottom: 0;
}

.financity-page-title-wrap.financity-style-medium .financity-page-caption {
  font-size: 19px;
  margin-top: 13px;
}

.financity-page-title-wrap.financity-style-medium .financity-page-title-content {
  padding-top: 126px;
  padding-bottom: 116px;
}

.financity-page-title-wrap.financity-style-large .financity-page-title {
  font-size: 75px;
  margin-bottom: 0;
}

.financity-page-title-wrap.financity-style-large .financity-page-caption {
  font-size: 25px;
  margin-top: 13px;
}

.financity-page-title-wrap.financity-style-large .financity-page-title-content {
  padding-top: 184px;
  padding-bottom: 168px;
}

.financity-page-title-wrap.financity-style-custom .financity-page-title {
  font-size: 37px;
  margin-bottom: 0;
}

.financity-page-title-wrap.financity-style-custom .financity-page-caption {
  font-size: 16px;
  margin-top: 8px;
}


/* Slider Banner */
     .carousel-item {
      position: relative;
      height: 80vh;
      min-height: 600px;
      overflow: hidden;
    }

    .carousel-item img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }

    .carousel-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .carousel-caption {
      z-index: 2;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      text-align: left;
      max-width: 700px;
    }

    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .carousel-caption p {
      font-size: 1.1rem;
      margin: 20px 0;
    }

    .btn-yellow {
      background-color: #002281;
      color: #fff;
      font-weight: 600;
      padding: 15px 39px;
      border: none;
      border-radius: 30px;
      text-transform: uppercase;
    }

    .btn-yellow:hover {
      background-color: #fff;
      color: #002281;
      border: 2px solid #002281;
    }

      .btn-white {
      background-color: #fff;
      color: #002281;
      font-weight: 600;
      padding: 15px 39px;
      border: none;
      border-radius: 30px;
      text-transform: uppercase;
    }

    .btn-white:hover {
      background-color: #002281;
      color: #fff;
      border: 2px solid #fff;
    }

    @media (max-width: 768px) {
      .carousel-caption h1 {
        font-size: 2rem;
      }
    }

    /* Why Choose Us */
    .why-icon {
    color: #002281;
    }

/* Counter */

    .counter-section {
    background-image: url('../img/home-1-cta-bg.webp'); /* Adjust path */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 400px; /* You can adjust this value */
    display: flex;
    align-items: center;
    }

    .counter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.0); /* Dark overlay */
    z-index: -1;
    }

    .counter-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
    padding: 2rem;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
    text-align: center;
    }

    .counter-box:hover {
    transform: translateY(-5px);
    }

    .counter-box .text-warning {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    }

    .counter-box h2 {
    font-size: 2rem;
    font-weight: 700;
    }

    .counter-box p {
    font-size: 1rem;
    color: #eee;
    }

    @media (max-width: 768px) {
    .counter-section {
        min-height: 300px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    }

/* Services */
    .card-img-top {
    transition: transform 0.3s ease;
    }

    .card:hover .card-img-top {
    transform: scale(1.03);
    }

    .card-title {
    font-weight: 600;
    }

/* Testimonial */
    .testimonial-box {
    transition: all 0.3s ease;
    }
    .testimonial-box:hover {
    transform: translateY(-5px);
    }

/* Breadcrumb */
    .breadcrumb-link{
        text-decoration: none;
        color: #242424;
        font-weight: 600;
    }

/* Contact */
    .contact .info-item {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 24px 0 30px 0;
    }

    .contact .info-item i {
    font-size: 20px;
    color: #002281;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, #002281, transparent 40%);
    }

    .contact .info-item h3 {
    font-size: 20px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    }

    .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    }

    .contact .php-email-form {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 30px;
    }

    @media (max-width: 575px) {
    .contact .php-email-form {
        padding: 20px;
    }
    }

    .contact .php-email-form input[type=text],
    .contact .php-email-form input[type=email],
    .contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: var(--surface-color);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
    }

    .contact .php-email-form input[type=text]:focus,
    .contact .php-email-form input[type=email]:focus,
    .contact .php-email-form textarea:focus {
    border-color: #002281;
    }

    .contact .php-email-form input[type=text]::placeholder,
    .contact .php-email-form input[type=email]::placeholder,
    .contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
    }

    .contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: #002281;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
    }

    .contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, #002281, transparent 20%);
    }

/* Gallery */
   .gallery-img {
    width: 100%;
    height: 250px; /* or any fixed height you want */
    object-fit: cover;
    border-radius: 6px;
    }

    @media (max-width: 768px) {
    .gallery-img {
    height: 180px;
    }
    }

/* Footer */
    .footer {
    background: url('../img/bg-1.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    }

    .footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Adjust overlay opacity here */
    z-index: 1;
    }

    .footer .content-wrapper {
    position: relative;
    z-index: 2;
    }

    .footer-link {
    display: block;
    margin-bottom: 8px;
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
    }

    .footer-link:hover {
    color: #002281;
    }

    .footer .social-icons a {
    font-size: 1.1rem;
    transition: color 0.3s;
    color: #ddd;
    }

    .footer .social-icons a:hover {
    color: #002281;
    }

    .scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    z-index: 9999;
    display: none;
    transition: all 0.3s ease;
    }

    .footer-credits{
        color:#002281;
    }
    .footer-credits:hover{
        color:#ddd;
    }
