body{
  background-color: #ffffff!important;
}
.breadcrumb-item.active {
    color: #c42a30!important;
}
.whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100;
    bottom: 100px;
    right: 37px;
}
@media (max-width: 768px) {
    
    .logo{
        width:300px;
        padding:10px;
    }
}
.navbar .navbar-nav .nav-link.active {

color: white!important;
text-decoration: underline;
text-underline-offset: 10px;

}
#header-carousel .carousel-caption {
text-align:left;
align-items:left;
}

#header-carousel .carousel-caption  h1{
    font-size:3rem;
}

#header-carousel .carousel-caption  h4{
   font-weight:400;
   font-size: 1.25rem;
    margin-top: 1rem;
}
#header-carousel,
#header-carousel .carousel-inner,
#header-carousel .carousel-item {
    height: 95vh;
}

#header-carousel .carousel-item img {
    height: 95vh;
    object-fit: cover;
    object-position: top;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
  display:none;
}
@media (max-width: 768px) {

      #header-carousel,
    #header-carousel .carousel-inner,
    #header-carousel .carousel-item,
    #header-carousel .carousel-item img {
        height: 100vh;
    }
#header-carousel .carousel-caption  h1{
    font-size:32px;
    padding-left: 20px;
   padding-right: 20px;
}

#header-carousel .carousel-caption  h4{
   font-size:16px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;
}


 #header-carousel .carousel-control-next-icon {

width: 1.5rem;
    height: 1.5rem;

 }
}
.dg-accordion {
  max-width: 900px;
  margin: 40px auto;
  font-family: inherit;
}

.dg-accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Header */
.dg-accordion-header {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2e90;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.dg-accordion-header:hover {
  background: rgba(43, 46, 144, 0.05);
}

/* Icon */
.dg-accordion-header .icon {
  font-size: 20px;
  color: #c42a30;
  transition: transform 0.3s ease;
}

/* Content */
.dg-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fafafa;
}

.dg-accordion-content p {
  padding: 16px 22px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* Active State */
.dg-accordion-item.active .dg-accordion-header {
  background: #2b2e90;
  color: #ffffff;
}

.dg-accordion-item.active .icon {
  color: #ffffff;
  transform: rotate(45deg);
}

.dg-accordion-item.active .dg-accordion-content {
  max-height: 300px;
}

.dg-accordion{

max-height:350px;
overflow-y:scroll;
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .dg-accordion-header {
    font-size: 15px;
    padding: 15px 18px;
  }

  .dg-accordion-content p {
    font-size: 14px;
  }
}


/*advantage section*/
.advantages-section {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: inherit;
}

.section-title {
  text-align: center;
  color: #2b2e90;
  font-size: 32px;
  margin-bottom: 40px;
}

.advantages-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.adv-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-left: 4px solid #2b2e90;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.adv-icon {
  font-size: 22px;
  color: #c42a30;
  flex-shrink: 0;
  margin-top: 3px;
}

.adv-card h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #2b2e90;
}

.adv-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 26px;
  }
}

/*advantage section ends*/


/*TABEL*/
/* ===== Doctor Loan Comparison Table ===== */

.comparison-section {
  padding: 60px 15px;
  background: #f5f6fa;
}

.comparison-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2b2e90;
  margin-bottom: 30px;
  border-bottom: 3px solid #2b2e90;
  display: inline-block;
  padding-bottom: 8px;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.comparison-table thead {
  background: #2b2e90;
}

.comparison-table th {
  color: #ffffff;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.comparison-table td {
  padding: 15px;
  font-size: 14.5px;
  color: #555;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
  font-weight: 600;
}

.comparison-table .highlight {
  color: #c42a30;
  font-weight: 700;
}

.comparison-table tbody tr:hover {
  background: #f0f2ff;
}



/*TABLE ENDS*/


/*flip card*/
* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.advantages {
  padding: 60px 20px;
  text-align: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.card {
  position: relative;
  height: 250px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* FRONT CONTENT */
.card-front {
  position: relative;
  z-index: 1;
  padding: 45px 20px;
  height: 100%;
}

.icon {
  font-size: 48px;
  color: #d62828;
  margin-bottom: 20px;
}

.card-front h3 {
  font-size: 22px;
  color: #173a7a;
}

/* HOVER LAYER */
.card-hover {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(135deg, #1f3c88, #264ea0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;

  z-index: 2; /* 🔥 CRITICAL */
  transition: top 0.4s ease;
}

/* HOVER EFFECT */
.card:hover .card-hover {
  top: 0;
}

.card-hover p {
  font-size: 16px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

/*flip card ends*/

/* icon card*/
.msme-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f4f8ff, #ffffff);
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0f2c5c;
}

.msme-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.msme-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 40px 30px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  position: relative;
}

.msme-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0f2c5c, #1f6cff);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 25px;
}

.msme-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #0f2c5c;
}

.msme-card ul {
  padding-left: 0;
  list-style: none;
}

.msme-card ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.msme-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1f6cff;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
  .msme-grid {
    grid-template-columns: 1fr;
  }
}


.msme-card.msme-card2{
  height:450px;
}

@media (max-width: 768px) {
  .msme-card.msme-card2{
  height:auto;
}
}
/*icon card ends*/


/*cta section*/

.cta-section {
  padding: 70px 20px;
  background: #f6f9ff;
}

.cta-container {
  max-width: 1200px;
  margin: auto;
  padding: 45px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  background: linear-gradient(135deg, #2b2e90, #1f6cff);
  border-radius: 22px;
  /* box-shadow: 0 25px 60px rgba(43,46,144,0.35); */
}

/* LEFT CONTENT */
.cta-content h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
}

.cta-content p {
  font-size: 22px;
  color: #e6ecff;
  max-width: 700px;
  line-height: 1.6;
}

/* RIGHT BUTTON */
.cta-action {
  flex-shrink: 0;
}





/* RESPONSIVE */
@media (max-width: 991px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

}

/*cta section ends*/


/*flip card*/

.advantages2 {
  padding: 60px 20px;
  text-align: center;
}

.card2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.card2 {
  position: relative;
  height: 150px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.card2.mb{
  box-shadow:none!important;background:transparent!important;
}

/* FRONT CONTENT */
.card2-front {
  position: relative;
  z-index: 1;
  padding: 45px 20px;
  height: 100%;
}

.icon2 {
  font-size: 48px;
  color: #d62828;
  margin-bottom: 20px;
}

.card2-front h3 {
  font-size: 22px;
  color: #173a7a;
}

/* HOVER LAYER */
.card2-hover {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(135deg, #1f3c88, #264ea0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;

  z-index: 2; /* 🔥 CRITICAL */
  transition: top 0.4s ease;
}

/* HOVER EFFECT */
.card2:hover .card2-hover {
  top: 0;
}

.card2-hover p {
  font-size: 16px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .card2-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card2.mb{
  display: none;
}
}

@media (max-width: 600px) {
  .card2-grid {
    grid-template-columns: 1fr;
  }
   .card2.mb{
  display: none;
}
}

/*flip card ends*/

/*blog*/
.footer-blogs {
  /* background: #111; */
  padding: 40px 20px;
  color: #fff;
}

.footer-blogs h3 {
  margin-bottom: 20px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-card {
  /* background: #1e1e1e; */
  padding: 15px;
  border-radius: 6px;
}

.blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}

.blog-card h4 {
  font-size: 16px;
  margin: 10px 0;
}

.blog-card a {
  color: #c42a30;
  text-decoration: none;
}
/* Desktop (default) → 3 columns */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Tablet → 2 columns */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile → 1 column */
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card img {
    height: 200px; /* better mobile look */
  }
}


/*blog ends*/

/*map*/
.mapstyle{
  width:600px;
}

@media (max-width: 768px) {

.mapstyle{
  width:300px;
}

}

/*map ends*/

/*social icons*/
.social-icons{
  width:50px;
  height:50px;
}

/*social icons ends*/