
body {
	 margin: 0%;
   padding: 0%;
   box-sizing: border-box;

}

body {
	font-family: "Roboto", sans-serif;
}

h1 {
	margin: 20px 0;
	color: #fff;
}

.center {
	text-align: center;
}

.nav-wrapper {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	height: 80px;
	border-radius: 0 0 15px 15px;
	padding: 0 25px;
	z-index: 2;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: none;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	height: 145px;
    width: 150px;
}

.nav-tabs {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	list-style: none;
    border: none;
}

.nav-tab:not(:last-child) {
	padding: 10px 15px;
	margin: 0;
}

.nav-tab:last-child {
	padding: 10px 0 0 25px;
}
.apply-card{
    background-color: transparent;
    border: 2px solid #D4131A;
    font-weight: 600;
	font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    margin-top: -10px;
}
.apply-card:hover{
    background-color:#D4131A;
    color: white;
}
a{
  text-decoration: none;
  color: black;
}
.nav-tab,
.menu-btn {
	cursor: pointer;
}

.hidden {
	display: none;
}

@media screen and (max-width: 800px) {
	.nav-container {
		position: fixed;
		display: none;
		overflow-y: auto;
		z-index: -1;
		top: 0;
		right: 0;
		width: 280px;
		height: 100%;
		background: #fff;
		box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
	}

	.nav-tabs {
		flex-direction: column;
		align-items: flex-end;
		margin-top: 80px;
		width: 100%;
	}

	.nav-tab:not(:last-child) {
		padding: 20px 25px;
		margin: 0;
		border-right: unset;
	
	}

	.nav-tab:last-child {
		padding: 15px 25px;
	}

    .btn-apply{
        text-decoration: none;
        background-color: #fff;
        padding: 10px;
        position: relative;
        top: 30px;
        background-color: transparent;
        border: 1px solid #98A8F8;
        color: #98A8F8;
        text-transform: uppercase;
        border-radius:10px;
        
      }
	.menu-btn {
		position: relative;
		display: block;
		margin: 0;
		width: 45px;
		cursor: pointer;
		z-index: 2;
		padding: 10px;
		border-radius: 10px;
    border: 2px solid;
	}

	.menu-btn .menu {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: #111;
	}

	.menu-btn .menu:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.menu-btn .menu:nth-child(3) {
		margin-top: 4px;
	}

	#menuToggle:checked + .menu-btn .menu {
		transition: transform 0.2s ease;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(1) {
		transform: translate3d(0, 6px, 0) rotate(45deg);
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(2) {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(3) {
		transform: translate3d(0, -6px, 0) rotate(-45deg);
	}

	#menuToggle:checked ~ .nav-container {
		z-index: 1;
		display: flex;
		animation: menu-slide-left 0.3s ease;
	}
	@keyframes menu-slide-left {
		0% {
			transform: translateX(200px);
		}
		to {
			transform: translateX(0);
		}
	}
}




/* footer */


.footer{
	background: #0d1117;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 55px 50px;
  color:#fff!important;
  margin-top: 30px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer .footer-left{
	width: 40%;
}


.footer h3{
	color:  #ffffff;
	margin: 0;
}

.footer h3 span{
	color:  teal;
}

/* Footer links */

.footer .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer .footer-name{
  color: white;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer .footer-center{
	width: 35%;
}

.footer .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
  gap:20px;
	vertical-align: middle;
}

.footer .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer .footer-center p a{
	color: white;
	text-decoration: none;;
}

.footer .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer .footer-right{
	width: 20%;
  margin-top: 40px;
}

.footer .footer-about{
	line-height: 20px;
	color:  white;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer .footer-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .footer-socials{
	margin-top: 25px;
}

.footer .footer-socials a{
	display: inline-block;
	font-size: 35px;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.footer .logo {
    height: 150px;
    width: 200px
}


@media (max-width: 800px) {

	.footer{
		font: bold 14px sans-serif;
	}

	.footer .footer-left,
	.footer .footer-center,
	.footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: left;
	}

	.footer .footer-center i{
		margin-left: 0;
	}

}



/* services card */

/* Container for cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

/* Individual credit card styling */
.credit-card {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  text-align: center;
}

.credit-card:hover {
  transform: translateY(-5px);
}

/* Card link styling */
.card-link {
  text-decoration: none;
  color: inherit;
}

.card-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Title and rating */
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 10px 0 5px;
}

.rating i {
  color: #FFD700;
}

/* Details section */
.card-details {
  padding: 10px 15px;
  font-size: 14px;
  color: #555;
  text-align: left;
}

.card-details p {
  margin: 5px 0;
}

.apply-btn {
  display: inline-block;
  margin: 10px 0 15px;
  background-color: #007BFF;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
}

.apply-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .card-container {
      flex-direction: column;
      align-items: center;
  }

  .credit-card {
      width: 90%;
  }
}


/* marqueee */

.marquee-container {
  overflow: hidden;
  width: 100%;
  background-color: #f3f3f3;
  padding: 10px 0;
}

.marquee {
  display: flex;
  animation: marquee 5s linear infinite;
}

.bank-logo {
  margin-right: 50px; /* Space between logos */
  height: 80px; /* Adjust based on logo size */
  object-fit: contain;
}

@keyframes marquee {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-50%);
  }
}


/* faq setion */

.faq {
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.faq__title {
  text-transform: uppercase;
  color: #D4131A;
}

details {
  background-color:black;
  border-radius: 10px;
  cursor: pointer;
  padding: 20px 30px;
  margin-block: 10px;
  color: white;
}

summary,
p {
  text-align: left;
}

summary {
  margin-inline-start: 1rem;
  list-style-position: outside;
}

summary::marker {
  color: white;
  font-size: 18px;
}

/* timeline */
.how-it-works {
  padding: 50px 20px;
}

.step-wrap {
  display: flex;
  /* justify-content: space-between;
  flex-wrap: wrap; */
  gap: 48px;
}

.step-card {
  width: 22%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
}

.step-card .step-icon {
  font-size: 50px;
  color: #151747;
  margin-bottom: 20px;
}

.step-title {
  font-size: 1.2rem;
  color: #151747;
  margin-bottom: 15px;
}

.step-description {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .step-card {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .step-card {
    width: 100%;
  }
}


/* 
homepage hero section */
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 50px;
  color: black;
  position: relative;
}

.hero-left {
  width: 50%;
  padding: 20px;
  animation: fadeInLeft 2s ease-out;
}

.hero-left h1 {
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  opacity: 0;
  animation: fadeInUp 1.5s ease-out forwards;
  color: black;
}

.hero-left p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.6;
  opacity: 0;
  animation: fadeInUp 2s ease-out 0.2s forwards;
}

.hero-left .btn {
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 18px;
  background-color: #F72F20;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 2.5s ease-out 1s forwards;
}

.hero-left .btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-right {
  width: 600px;
  position: relative;
}

.hero-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .hero-left, .hero-right {
    width: 100%;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 36px;
  }

  .hero-left p {
    font-size: 16px;
  }

  .hero-left .btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}


/* about section */
.about-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}
.about-heading {
  font-size: 36px;
  font-weight: bold;
  color: #151747;
  margin-bottom: 30px;
}
.about-content {
  text-align: center;
  color: #333;
}
.about-text {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
.about-img {
  max-width: 100%;
  height: 500px;
  border-radius: 10px;
}




.why-choose-section {
  background-color: #f9f9f9;
}

.section-title {
  color: #151747;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.feature-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  position: relative;
  z-index: 1;
  height: 300px;
  width: 350px;
}

.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
}

.icon-wrapper {
  background-color: #F72F20;
  border-radius: 50%;
  padding: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 20px;
}

.feature-icon {
  font-size: 2.5rem;
  color: #fff;
}

.feature-title {
  color: #151747;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .feature-card {
    margin-bottom: 30px;
  }
}


/* login page */
.container {
  max-width: 900px;
  margin-top: 50px;
}

/* Continuous zoom animation for image */
.zoom-image {
  animation: zoomInOut 2s infinite ease-in-out;
}

/* Keyframe animation for continuous zoom effect */
@keyframes zoomInOut {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.3);
  }
  100% {
      transform: scale(1.1);
  }
}

/* Form container styling */
.form-container {
  padding: 30px;
  border-radius: 15px;
  background: linear-gradient(135deg, #D4131A, #000000);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Heading style */
.form-container h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* Label and input field styling */
.form-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.form-control {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: 0 0 8px rgba(247, 47, 32, 0.5);
  border-color: #F72F20;
}

/* Button styling */
.btn-primary {
  background-color: #F72F20;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary:hover {
  background-color: #F72F20;
  color: #fff;
}


/* contact page */
.contact-section {
  background-color: #f7f9fc;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Card Styling */
.contact-card {
  background: linear-gradient(135deg, #ffffff, #f2f4f8);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  height: 500px;
}

.contact-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Title and Text Styling */
.card-title {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.card-text {
  color: #666;
  font-size: 0.95rem;
}

/* List Styling */
.list-unstyled li {
  font-size: 0.95rem;
  color: #444;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}

.list-unstyled li i {
  color: #D4131A;
  margin-right: 0.5rem;
}

/* Form Styling */
.form-label {
  font-weight: 600;
  color: white;
}

.input-group-text {
  background-color: #D4131A;
  color: white;
  border: none;
  border-radius: 8px 0 0 8px;
}

.form-control {
  border-radius: 0 8px 8px 0;
  padding: 0.75rem;
  transition: box-shadow 0.3s ease;
}

.form-control:focus {
  box-shadow: 0 0 5px rgba(247, 47, 32, 0.6);
  border-color: #D4131A;
}

/* Button Styling */
.btn-primary {
  background-color:#D4131A;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background-color:#D4131A;
  transform: scale(1.05);
}

/* 
service section */
/* Hero Section */
#creditCardHero {
  background: linear-gradient(rgba(21, 23, 71, 0.7), rgba(21, 23, 71, 0.7)), url('hero-bg.html') no-repeat center center/cover;
  color: white;
  min-height: 400px;
  padding: 100px 0;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-top: 10px;
}

.hero-button {
  background-color: #F72F20;
  border: none;
  padding: 0.75rem 1.5rem;
}


/* Apply Now Section */
#applyNow {
  background: linear-gradient(135deg, #D4131A, #000);
  color: white;
  padding: 80px 0;
}


/* Container for cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: center;
  padding: 20px;
}

/* Individual credit card styling */
.credit-card {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  text-align: center;
}

.credit-card:hover {
  transform: translateY(-5px);
}

/* Card link styling */
.card-link {
  text-decoration: none;
  color: inherit;
}

.card-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Title and rating */
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 10px 0 5px;
}

.rating i {
  color: #FFD700;
}

/* Details section */
.card-details {
  padding: 10px 15px;
  font-size: 14px;
  color: #555;
  text-align: left;
}

.card-details p {
  margin: 5px 0;
}

.apply-btn {
  display: inline-block;
  margin: 10px 0 15px;
  background-color: #007BFF;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
}

.apply-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .card-container {
      flex-direction: column;
      align-items: center;
  }

  .credit-card {
      width: 90%;
  }
}


