/*!
Theme Name: HrivitFintech


*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
   body { font-family: 'Segoe UI', sans-serif; color: #122038; }
	 a{color: #122038;}
    .primary-bg { background-color: #122038; color: #fff; }
    .green { color: #38b000; }
    /* .btn-green { background-color: #38b000; color: #fff; }
    .btn-green:hover { background-color: #2d8f00; } */
    .faq-section .accordion-button:not(.collapsed) { background-color: #f1f1f1; }
    /* Sticky Top Bar */
  .top-bar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #fff;
  }

  /* Hero Section with Background Image */
/*   .hero-section {
    background: url('<?php //echo get_template_directory_uri(); ?>/assets/images/calculate.jpg') no-repeat center center/cover;
    color: white;
    padding: 130px 0;
    position: relative;
  }

  .hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1;
  }

  .hero-section .container {
    position: relative;
    z-index: 2;
  }
 */
	 .hero-section {
    background: url('https://hrivitfintech.com/wp-content/themes/hrivitfintech/assets/images/calculate.jpg') no-repeat center center/cover;
    color: white;
    padding: 50px 0;
    position: relative;
  }

  .hero-overlay {
    background-color: rgba(0, 0, 0, 0.4);
/*     padding: 60px 30px; */
	  padding:40px;
  }

  .hero-form-wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    color: #000;
  }

  .gap-lg-between {
    column-gap: 80px; /* Adjust gap between content and form */
  }

  @media (max-width: 767.98px) {
    .hero-section {
      padding: 60px 0;
    }
    .hero-form-wrapper {
      margin-top: 40px;
    }
  }
  .btn-green {
    background-color: #198754;
    color: white;
    border: none;
  }

  .btn-green:hover {
    background-color: #218838;
  }
  .bi-check-circle-fill {
  font-size: 1.2rem;
}
/* #trust-indicator {
  background: url('<?php //echo get_template_directory_uri(); ?>/assets/images/trustimage.jpeg') no-repeat center center / cover;
  position: relative;
  color: white;
}

#trust-indicator::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

#trust-indicator .container {
  position: relative;
  z-index: 2;
} */
.animate-hover {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .animate-hover:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 255, 0, 0.2);
    }
  
    .bg-success-subtle {
      background-color: #198754 !important; /* deep green */
		border-radius:20px;
    }
    .lead {  
    font-size: 1.5rem;
    font-weight: 600;
    }


    .timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  gap: 1rem;
}

.timeline-line {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #198754; /* brand green */
  z-index: 0;
}

.timeline-step {
  flex: 1;
  min-width: 140px;
  z-index: 1;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #198754;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.step-number {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #fff;
  color: #198754;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: 2px solid #198754;
}
	 .footer
	 {
		 background:#373737;
	 }

	 .gallery-brands
	 {
		 background-color: #fff;
     border: 2px solid rgba(15, 99, 172, .14);
    border-radius: 8px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0;
    transition: border-width .6s linear;
    box-shadow: 0px 9px 24px #0000001a;
		 
	 }
	 
	  .gallery-brands img
	 {
		  margin: 0px 70px;
	 }
	    
	     
	 
@media (max-width: 767.98px) {
  .timeline {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .timeline-line {
    display: block;
    width: 3px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #198754;
  }

  .timeline-step {
    width: 100%;
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
  }

  .icon-circle {
    margin-bottom: 0.5rem;
  }
}
 
	 .bank-slider .logo-wrapper {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bank-slider img {
    max-height: 80px;
    width: 200px;
    display: block;
    margin: auto;
    object-fit: contain;
  }

/*      #eligibility-form
	 {
		     background-image: url(https://ultradevs.com/demo/html/solarex/assets/images/features-bg.png);
		 height:500px;
	 }
	 #eligibility-form  .col-md-4
	 {
		   padding-top:40px;
		 
	 } */
	 #eligibility-form  .btn-green {
    margin-top: 30px;
    padding: 16px;
	 }
	 
	 .faq-section .container.card.shadow-lg.border-0.rounded-4.p-4
	 {
		  height:600px;
	 }
	  .faq-section .text-center
	 {
		 margin-top:10px;
	 }
	 
	 .accordion
	 {
	       margin-top:20px;	 
	 }
	 .accordion-item
	 {
		 
		 padding-bottom:10px;
	 }
.tenure-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

#tenureSlider {
  width: 200px;
  margin: 0;
}
	 .btn-green {
  background-color: #198754;
  color: #fff;
  transition: background-color 0.3s ease;
  border: none;
}
.btn-green:hover {
  background-color: #157347;
}

	 @media (min-width: 900px) {
    .slider_con
    {
      margin-left: 44px;
      position: absolute;
      margin-bottom: 45px;
		 } }
  @media (max-width: 767px) {
    .timeline-step::after {
      display: none;
    }
	   .faq-section .container.card.shadow-lg.border-0.rounded-4.p-4
	 {
		  height:auto;
	 }
  }
	 
/* 	 Team Member */
	  .team-section {
    padding: 80px 0;
    background-color: #f8f9fa;
  }

  .team-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .team-member {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
  }

  .team-member:hover {
    transform: translateY(-5px);
  }

  .team-img-wrapper {
    position: relative;
    overflow: hidden;
  }

  .team-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s;
  }

  .team-member:hover img {
    transform: scale(1.1);
  }

  .member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: opacity 0.4s;
    font-size: 15px;
  }

  .team-img-wrapper:hover .member-overlay {
    opacity: 1;
  }

  .team-content {
    padding: 20px;
  }

  .team-name {
    font-weight: 600;
    margin-bottom: 5px;
  }

  .team-role {
    color: #6c757d;
    font-size: 15px;
  }
/* 	 Final CTA Section */
	 .cta-section {
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    margin: 60px auto;
    max-width: 1300px;
    text-align: center;
    border: 1px solid #dee2e6;
  }

  .cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #212529;
  }

  .cta-section p.lead {
    font-size: 1.25rem;
    margin-bottom: 30px;
    color: #495057;
  }

  .cta-buttons .btn {
    padding: 12px 32px;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }

  .btn-green {
    background-color: #00a76f;
    border: none;
    color: #fff;
  }

  .btn-green:hover {
    background-color: #008b5e;
    color: #fff;
  }

  .btn-outline-green {
    border: 2px solid #00a76f;
    color: #00a76f;
    background-color: transparent;
  }

  .btn-outline-green:hover {
    background-color: #00a76f;
    color: #fff;
  }

  @media (max-width: 768px) {
    .cta-section {
      padding: 40px 20px;
    }
    .cta-buttons .btn {
      width: 100%;
    }
  }
	 
	 .testimonial-section {
    background-color: #f8f9fa;
    padding: 60px 0;
  }

  .testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .testimonial-card .lead {
    font-size: 1.25rem;
    font-style: italic;
    color: #495057;
    margin-bottom: 15px;
  }

  .testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 10px;
  }

  .testimonial-name {
    font-weight: 600;
    color: #212529;
  }

  .stars {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .carousel-indicators {
    bottom: -30px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #00a76f;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
	 
.site-main{
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  margin: 30px 40px;
  padding: 10px;
  border-radius: 8px; /* optional for a soft edge */
}
.page h1 {
  text-align: center;
}

.page h3 {
  font-size: 18px; /* Adjust as needed */
  font-weight: normal; /* Optional: make it lighter */
  line-height: 1.4;
}
.site-main .entry-content,
.site-main .page-content {
  padding-left: 30px;
  padding-right: 30px;
}


@media (max-width: 768px) {
  .site-main .entry-content,
  .site-main .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}