/*
Theme Name: NeverGiveUpInsurance
Author: Your Name
Version: 1.0
*/

:root {
  --color-primary: #E63946;
  --color-secondary: #F4A261;
  --color-highlight: #F6BD60;
  --color-dark: #333333;
  --color-light: #F2F2F2;
  --color-white: #ffffff;
}


body {
  font-family: 'Open Sans', sans-serif;
  background: var(--color-white);
  color: var(--color-dark);
}
body, html {
  overflow-x: hidden;
  overflow-y: auto !important;
}

html {
  scroll-behavior: smooth;
	
}
a {
    color: #000000!important;
    text-decoration: none !important;
}
.navbar-nav .nav-link {
  font-weight: 500;
  transition: all 0.3s ease;
  color: var(--color-dark)!important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--color-primary)!important;
}

.navbar {
  background-color: var(--color-white)!important;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)!important;
  transition: all 0.3s ease-in-out;
}
.dropdown-toggle::after{
	display:none!important
}
.btn-primary,
.get-btn {
  background-color: var(--color-primary) !important;
  border: none!important;
  font-weight: 600;
  color: var(--color-white)!important;
  transition: background-color 0.1s ease;
	border-radius: 30px;
    padding: 10px 25px;
}

.btn-primary:hover,
.get-btn:hover {
  background-color: #c62828!important;
}

.btn-secondary {
  background-color: var(--color-secondary)!important;
  border-color: var(--color-secondary)!important;
  color: var(--color-white)!important;
}

.btn-secondary:hover {
  background-color: #e38b36!important;
  border-color: #e38b36!important;
	border-radius: 30px;
    padding: 10px 25px;
}

.section-light {
  background-color: var(--color-light)!important;
}

.section-highlight {
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary))!important;
  color: var(--color-white)!important;
}
a{
	text-decoration:none;
}
footer {
  background-color: var(--color-dark)!important;
  color: var(--color-white)!important;
}
footer a.nav-link {
    color: #ffffff !important;
}
/* footer a {
  color: var(--color-highlight)!important;
} */

footer a:hover {
  color: var(--color-primary)!important;
}

.badge-highlight {
  background-color: var(--color-highlight);
  color: var(--color-dark);
}

.navbar-toggler {
  border-color: #000!important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.tagline {
  font-size: 0.8rem;
  font-style: italic;
}

.navbar-brand img {
  max-width: 110px;
  height: auto;
}


  .navbar-nav .nav-link {
	font-weight: 500;
	transition: all 0.3s ease;
  }

  header.scrolled {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	transition: all 0.3s ease;
  }
  
 
  .fade-in-top {
	animation: fadeInTop 1s ease-in-out;
  }

  @keyframes fadeInTop {
	0% { opacity: 0; transform: translateY(-20px); }
	100% { opacity: 1; transform: translateY(0); }
  }

 

  .tagline {
	font-size: 0.8rem;
	font-style: italic;
  }

  header {
	background-color: #ffffff !important;
  }
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }

/*   /* Optional: Prevent Bootstrap arrow toggle */
  .navbar-nav .dropdown-toggle::after {
    display: none;
  } */
}

.navbar-toggler i {
  transition: opacity 0.3s ease;
  font-size: 1.5rem;
}

  .navbar-toggler-icon {
	filter: invert(1);
  }
  

  /* Hero */
  .hero {
  background: url(https://nevergiveupinsurance.com/wp-content/uploads/2025/05/banner.png) center / cover no-repeat;
    color: #fff;
    height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
  }

  .hero-content {
    position: relative;
    z-index: 2;
  }
  .hero h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .hero p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .hero .hero-content {
    position: relative;
    z-index: 2; /* Makes sure content appears above the overlay */
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }

  /* About Section */
  .about {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .about-text {
    flex: 1;
    min-width: 300px;
  }
  .about-img {
    flex: 1;
    min-width: 300px;
  }
  .about-img img {
    max-width: 100%;
    border-radius: 10px;
  }
  .hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-effect:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
/*   .key-feature h2{
	color: #3e79bb;
  } */
  /* Services Section */
  .services{
   background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  color: var(--color-white);
  }
  i {
    font-size: 25px;
/*     color:  #3e79bb; */
    margin-bottom: 10px;
  }
  .juicy-pledge {
    padding: 3rem 1rem;
    color: white;
    background: linear-gradient(to right, #003973, #005AA7); /* or try radial option */
  }
  
  .service-card {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    gap: 20px;
  }
  .service-card:hover {
    transform: translateY(-5px);
  }
  .service-card h3 {
    margin-bottom: 10px;
  }
  .card {
    transition: all 0.4s ease;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  }
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    filter: brightness(1.03);
  }

  /* CTA Section */
  .cta {
    background:  #3e79bb;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 10px;
    margin-top: 60px;
  }
  .cta h2 {
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .hero h1 {
      font-size: 2rem;
    }
  }

  
  .footer h5 {
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .footer p,
  .footer a,
  .footer li {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .footer a {
    text-decoration: none;
	  color:#ffffff!important;
  }
.dropdown-item.active, .dropdown-item:active{
	background:var(--color-primary)!important;
}
  .footer a:hover {
    color:  #3e79bb;
    text-decoration: underline;
  }
  
  .footer-icon {
    color:  #3e79bb;
    margin-right: 10px;
    font-size: 18px;
  }
  
  .footer ul {
    padding-left: 0;
    list-style: none;
  }
  
  .footer hr {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #FFB400;
    font-size: 15px;
    transition: transform 0.3s ease;
  }
  
  .social-icons a:hover {
    transform: scale(1.2);
    color: white;
  }
  

  .about-hero{
    background-color:  #3e79bb;
  }
  .our-promise-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  }
  .our-promise-section h2{
    color:  #3e79bb;
  }
  .our-promise-section .shadow-sm {
    transition: all 0.3s ease;
  }
  
  .our-promise-section .shadow-sm:hover {
    box-shadow: 0 0.5rem 1rem rgba(62, 121, 187, 0.15);
  }
  
  .sticky-insure-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #3e79bb, #295f91);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 8px 20px #F4A261;
    transition: transform 0.3s ease, background 0.3s ease;
    animation: pulse-glow 2s infinite;
  }
  
  .sticky-insure-btn:hover {
    background: linear-gradient(135deg, #295f91, #3e79bb);
    transform: scale(1.05);
  }
  
  @keyframes pulse-glow {
    0% {
      box-shadow: 0 0 10px rgba(244, 162, 97, 0.6);
    }
    50% {
      box-shadow: 0 0 20px rgba(244, 162, 97, 1);
    }
    100% {
      box-shadow: 0 0 10px rgba(244, 162, 97, 0.6);
    }
  }

  

  /* Header Animation */
.fade-in-top {
	animation: fadeInTop 0.8s ease-in-out;
  }
  
  @keyframes fadeInTop {
	0% {
	  opacity: 0;
	  transform: translateY(-20px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  /* Navbar Styling */
  .navbar {
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
  }
  
  .navbar-nav .nav-link {
	color: #333;
	font-weight: 500;
	transition: color 0.2s ease-in-out;
  }
  
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
	color: #0d6efd;
  }
  
  .dropdown-menu {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	animation: dropdownFade 0.3s ease-in-out;
  }
  
  @keyframes dropdownFade {
	from {
	  opacity: 0;
	  transform: translateY(10px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  

  
  /* Responsive Fixes */
  @media (max-width: 991px) {
	.navbar-collapse {
	  background-color: #fff;
	  padding: 1rem;
	  border-radius: 0 0 20px 20px;
	}
  }
/* insurance plans */
.page-hero {
	background: url('/path-to-image.jpg') center/cover no-repeat;
	min-height: 300px;
  }
  
  .card-body i {
	animation: bounceIn 0.8s ease;
  }
  
  @keyframes bounceIn {
	0% { transform: scale(0.7); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
  }

  /* loan services */
  .nav-pills .nav-link {
	background-color: #f0f4fa;
	border-radius: 30px;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	color: #3e79bb;
  }
  
  .nav-pills .nav-link.active {
	background-color: #3e79bb;
	color: #fff;
  }
  
  ul.text-muted li::before {
	content: "✔";
	margin-right: 0.5rem;
	color: #28a745;
  }
  form .form-label {
    color: #000000;
    font-weight: 600;
  }
  
  form input, form select, form textarea {
    border-radius: 8px;
    box-shadow: none !important;
    border-color: #ccc;
  }
  
  form button {
    border-radius: 30px;
    padding: 10px 25px;
  }
  .financial-tab ul {
    display: flex;
  }
  
  .financial-tab ul li {
    margin-right: 20px;  /* Space between items horizontally */
  }
  
  .financial-tab ul li:last-child {
    margin-right: 0;  /* Remove margin on the last item */
  }
  /* Make all cards equal height */


.testimonial-swiper {
  padding: 30px 10px;
}
.testimonial-swiper .swiper-slide {
  border-radius: 10px;
  padding: 20px;
  height: auto;
}
/* .swiper-slide{
	display:flex!important;
	align-items:center!important;
	justify-content:space-around!important;
} */

/* Ensure pagination does NOT overlap cards */
.swiper-pagination {
  position: static !important;
  margin-top: 20px;
}


/*  
  .testimonial-slider {
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .testimonial {
    display: none;
    font-style: italic;
    transition: opacity 0.5s ease-in-out;
  }
  
  .testimonial.active {
    display: block;
  } */
 .logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
}

.logo-track div {
  flex: 0 0 auto;
  padding: 0 30px;
}

.logo-track img {
  height: 60px;
  object-fit: contain;
  max-width: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

  .know-more-btn {
    background: #ffff!important;
    margin: auto;
	  padding: 1rem 2rem!important;
    border-radius: 25px!important;
	  color:#000000!important;
}
 .know-more-btn:hover {
    background: transparent !important;
    border: 1px solid #ffffff;
	 color:#ffffff!important;
}
button.accordion-button {
    color: #000000 !important;
	font-weight: 600!important;
}
.accordion-button:not(.collapsed){
	background:#ffffff!important;
}