body {
               font-family: 'Apercu Pro';
            font-size: 1.1rem;
        }

        .hero-section {
            background-color: #f8f9fa;
            padding: 60px 0;
        }

        .icon-spacing {
            margin: 0 5px;
        }

        .pricing-box {
            border: 2px solid #000;
            padding: 20px;
            border-radius: 10px;
            display: inline-block;
            margin-top: 20px;
            width: 630px;
        }

        .btn-dark {
            background-color: #0d213f;
            border-color: #0d213f;
        }

        .btn-outline-dark {
            border-color: #0d213f;
        }

        .hero-img {
            max-width: 100%;
            border-radius: 10px;
        }

        .cta-section,
        .client-testimonials,
        .about,
        .transparent-pricing,
        .our-services,
        .why-choose,
        .hero-section {
            padding: 70px 0;
        }

        .even-background {
            background-color: #f8f9fa;

        }

        .cta-section {
            background-color: #0E2C45;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #0E2C45;
			font-family: 'span';
        }

        .modal-content {
            border-radius: 10px;
            overflow: hidden;
        }

        .modal-left {
            background: #0d213f;
            color: white;
            padding: 30px;
        }

        .modal-right {
            padding: 30px;
        }

        .contact-form {

            border: none;
            border-radius: 10px;
        }

        .price {
            font-size: 28px;
            font-weight: bold;
            color: #FFC107;
        }

        .standard {
            font-size: 20px;
            font-weight: bold;
        }

        .difference-section {
            background-color: #16386b;
            color: white;
            padding: 30px 20px;
        }

        .text-center {
            text-align: center;
        }

        .section-title {
            font-size: 2em;
            margin-bottom: 10px;
        }

        .underline {
            width: 200px;
            height: 2px;
            background-color: white;
            margin: 10px auto 40px;
            border-radius: 2px;
        }

        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .flex-center {
            justify-content: center;
            align-items: center;
        }

        .feature-item {
            width: 250px;
            padding: 10px;
        }

        /* NEW: Layout icons next to text */
        .icon-text {
            display: flex;
            align-items: center;
        }

        /* NEW: Gradient color for icons */
        .gradient-icon {
            background: linear-gradient(45deg, #4fc3f7, #1e88e5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-right: 10px;
        }



        .nav-link.active {
            border-bottom: 2.5px solid;
            border-color: 0E2C45;
            color: #0E2C45;
        }

        html {
            scroll-behavior: smooth;
        }

        body {

            font-family: 'Segoe UI', sans-serif;
        }

        .profile-img {
            width: 140px;
            height: 140px;
            object-fit: cover;
            border-radius: 50%;
            margin: 10px;
            transition: transform 0.3s;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        }

        .profile-img:hover {
            transform: scale(1.05);

        }
		.page_header{
	 background-color: #0d213f;
	}
 .map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px; /* optional rounded corners */
  }

  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
        .filter-btn {
            border: none;
            background: none;
            font-size: 1.2rem;
            padding: 6px 18px;
            position: relative;
            margin: 5px;
            color: #1a2a49;
        }

        .filter-btn.active::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 30%;
            width: 40%;
            height: 3px;
            background-color: #1a2a49;
            border-radius: 2px;
        }

        @media (max-width: 600px) {

            .pricing-box {
                width: 95vw;
            }

            .choose-box {
                margin-bottom: 1rem;
                min-width: 100vw;
            }
        }
		
	    .even-background {
            background-color: #f8f9fa;

        }

    .checkmark-circle {
      width: 80px;
      height: 80px;
      background: #e0edff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 40px auto 20px;
    }
    .thank-you-box {
      max-width: 700px;
      margin: auto	;
      padding: 50px 20px;
      text-align: center;
		color:white;
		
    }
	.thankyou{
	 background-color: #0d213f;
	}
    .card {
      border: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .social-links a {
      margin: 0 10px;
      text-decoration: none;
      color: #0d6efd;
    }
    @keyframes float {
            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0px);
            }
        }
        .checkmark-circle {
            animation: float 3s ease-in-out infinite;
      
            box-shadow: 0 8px 16px rgba(189, 186, 186, 0.2);
        }
		.cta-section,
        .client-testimonials,
        .about,
        .transparent-pricing,
        .our-services,
        .why-choose,
        .hero-section {
            padding: 50px 0;
        }
		
	    .even-background {
            background-color: #f8f9fa;

        }

    .checkmark-circle {
      width: 80px;
      height: 80px;
      background: #e0edff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 40px auto 20px;
    }
    .thank-you-box {
      max-width: 700px;
      margin: auto	;
      padding: 50px 20px;
      text-align: center;
		color:white;
		
    }
	.thankyou{
	 background-color: #0d213f;
	}
    .card {
      border: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .social-links a {
      margin: 0 10px;
      text-decoration: none;
      color: #0d6efd;
    }
    @keyframes float {
            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0px);
            }
        }
        .checkmark-circle {
            animation: float 3s ease-in-out infinite;
      
            box-shadow: 0 8px 16px rgba(189, 186, 186, 0.2);
        }
		.cta-section,
        .client-testimonials,
        .about,
        .transparent-pricing,
        .our-services,
        .why-choose,
        .hero-section {
            padding: 50px 0;
        }
		.blog-post-list .title a,.blog-post-list .headline a {
  text-decoration: none;
  color: inherit;
  font-size: 0.9rem;
  display: block;
}

.blog-post-list .title a p {
  margin: 0; /* Optional: Remove extra spacing */
}
.blog-post-list .headline{
font-weight:bold;
}
.section {
    position: relative;
    background-color: #FBF6E9;
    z-index: 1;
    overflow: hidden;
  }

  .nav-link.active {
    border-bottom: 2.5px solid;
    border-color: 0E2C45;
    color: #0E2C45;
  }

  .section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,10 50,50 10,50' fill='%23dc2626' opacity='0.3'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 60px 60px;
    opacity: 0.2;
    /* lower visibility */
  }

  .section>* {
    position: relative;
    z-index: 1;
  }

  .compliance-alert {
    color: #e60023;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .risk-box {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .btn-check-risk {
    background-color: #e60023;
    border: none;
    color: white;
  }

  .btn-check-risk:hover {
    background-color: #c5001f;
  }

  .btn-learn {
    background-color: transparent;
    color: #0e2c45;
    /* dark blue text */
    border: 2px solid #0e2c45;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
  }

  .btn-learn:hover {
    background-color: #0e2c45;
    color: #ffffff;
  }

  .main-title {
    font-size: 2.9rem;
    font-weight: 700;
    color: rgb(14 44 69);
  }

  .sub-title {
    font-size: 1.2rem;
    color: #555;
  }

  .image-rounded {
    border-radius: 15px;
    overflow: hidden;
  }

  @media (max-width: 768px) {
    .main-title {
      font-size: 1.8rem;
    }
  }