@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
    font-family: "Poppins", sans-serif;
}
/* .navbar-nav .nav-link {
  margin-right: 15px;
} */
.container-fluid {
    padding-left: 50px; 
    padding-right: 50px;
}
.hero {
    /* background: url('hero-background.jpg') no-repeat center center/cover; */
    color: #fff;
    position: relative;
    /* padding: 100px 40px; */
    min-height: 400px;
}
a{
    color: #000;
    text-decoration: none;
}
p{
word-wrap: break-word !important;
    word-break: break-word !important;
}
span{
  word-wrap: break-word !important;
    word-break: break-word !important;
}
.hero::after {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.image-stack {
    position: relative;
    max-width: 100%;
}

.image-stack img.main-img {
    position: relative;
    z-index: 10;
}

.image-stack img.overlay-img {
    position: absolute;
    bottom: 38px;
    right: -12px;
    width: 100%;
    border: 4px solid white;
    border-radius: 10px;
}

.about-section h2 {
    color: #9b0000;
    font-weight: bold;
}

.about-section h3 {
    font-weight: bold;
}

.btn-about {
    background-color: #9b0000;
    color: white;
    border: none;
}

.btn-about:hover {
    background-color: #750000;
}

ul.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.display-5 {
    font-size: 75px;
    line-height: 90px;
}
/* card */
.section-header {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-header h6 {
    color: #b30000;
    font-weight: bold;
    letter-spacing: 1px;
}

.section-header h2 {
    font-weight: 700;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: transform 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-title {
    padding: 18px;
    font-weight: 500;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -19px;
    width: 80%;
    text-align: center;
    background-color: #002957;
    color: #fff;
    white-space: nowrap;
    z-index: 1;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.service-titlehome2 {
    padding: 18px;
    font-weight: 500;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -19px;
    width: 80%;
    text-align: center;
    background-color: #fff;
    color: #000;
    white-space: nowrap;
    z-index: 1;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.nav-item {
    font-size: 16px;
}

.login-btn {
    background-color: #002957;
    color: #fff !important;
    font-weight: 500;
    padding: 18px;
    border-radius: 10px;
}

.btn-primary {
  background-color: #002957;
  padding: 15px 45.5px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  color: white !important;
  outline: unset;
  
}
.btn-primary a{

  text-decoration: none;
  color: white !important;
  outline: unset;
  
}
.btn-outline-primary{

   color: #002957;
  padding: 15px 45.5px;
  border: 2px solid #002957;
  border-radius: 10px; 
}
.btn-outline-light {
  padding: 15px 45.5px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.btn-primary:hover {
  background-color: #002957;
}


.top-bar {
    background-color: #0b2a4a;
    color: #fff;
    font-size: 14px;
    padding: 9px 0 !important;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}
.social-icons a {
    color: #fff;
    margin-left: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

.hero-section {
    position: relative;
    height: 400px;
    background: url("../images/about01.jpg") center center / cover no-repeat;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-section .content {
    position: relative;
    z-index: 2;
}

/* .navbar-nav .nav-link {
  margin-right: 15px;
} */
.navbar {
    background-color: #fff;
    padding: 0.5rem 1rem;
}
.navbar-nav .nav-link {
    color: #000 !important;
    margin: 0 5px;
    font-weight: 500;
}
.navbar-nav .nav-link:hover {
    color: #0d6efd;
}
.navbar-expand-lg .navbar-nav {

    flex-direction: row;

    flex-wrap: wrap;

}
 
.login-btn {
    background-color: #052c65;
    color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
}
.login-btn:hover {
    background-color: #031b3d;
    color: #fff;
}
.navbar-brand img {
    height: 50px;
}
.about-badge {
    position: absolute;
    bottom: -7%;
    left: -6%;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.image-stack {
    position: relative;
    max-width: 100%;
}

.image-stack img.overlay-img {
    position: absolute;
    bottom: 12%;
    height: 34%;
    right: -2%;
    width: 20%;
    border: 4px solid white;
    border-radius: 10px;
}
.inspect-box {
    border: 2px solid #c01e1e;
    padding: 12px 20px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

.inspect-box.active {
    border-color: #007bff;
    color: #007bff;
}

.inspect-box:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.about-inspector {
    background: url("../images/about02.jpg") center center / cover no-repeat;
    position: relative;
}

.about-inspector::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.about-inspector .container {
    position: relative;
    z-index: 2;
}

.about-inspector li {
    margin-bottom: 10px;
    font-size: 16px;
}
.not-box {
    position: relative;
}

.not-label {
    background-color: #a00000;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    margin-top: -4px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -19px;
    width: 80%;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.area-box {
    padding: 10px 0;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
}

.bg-red {
    background-color: #a00000;
}

.bg-gray {
    background-color: #4d4d4d;
}

.custom-heading {
    font-weight: 700;
    font-style: bold;
    font-size: 40px;
    line-height: 65px;
    text-transform: uppercase;
    color: #002957;
}

.styled-paragraph {
    font-weight: 400;
    font-style: regular;
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    text-align: justify;
    border-radius: 0 8px 8px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-heading {
        font-size: 35px;
        line-height: 45px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
.account-container{
  flex-wrap: wrap;
}
.account-sidebar{
  width: 100% !important;
}
.account-content{
  padding: 30px 0 !important;
}
.why-options-head {
    font-size: 17px !important;
    line-height: 28px !important;
}
.why-choose-label {
    font-size: 17px !important;
    line-height: 28px !important;
}

.about-banner {
    padding: 0 20px 100px 20px !important;
    margin-top: 8%;
    height: 1024px;
    background-size: 100% !important;
    background-position: 0px 128px !important;
}

}

@media (max-width: 576px) {
    .custom-heading {
        font-size: 28px;
        line-height: 38px;
    }
}

.about-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.about-list li img {
    margin-right: 10px;
    margin-top: 4px;
}

.about-list .list-text {
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}

.about-list .list-text strong {
    font-weight: 600;
    color: #333;
}

.why-choose-us-img {
    height: 100%;
    width: 100%;
}
.why-choose-label {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #002957;
}
.why-options {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 42px;
}

.why-options-head {
    font-weight: 400;
    font-style: Italic;
    font-size: 24px;
    line-height: 40px;
    color: #1e1e1e;
}

.bg-grey {
    background: #eef1f3;
}

.blockquote {
    max-width: 700px;
    margin: auto;
}

.blockquote p {
    font-size: 1rem;
    line-height: 1.6;
}

.blockquote-footer {
    font-weight: bold;
    color: #000;
}

#testimonialCarousel .carousel-item {
    transition: transform 0.6s ease-in-out;
}
/* Active button blue */
#testimonialCarousel button.active {
    background-color: #00438e !important;
}

/* Non-active button gray */
#testimonialCarousel button {
    background-color: #6c757d; /* Bootstrap secondary */
}
.stats-section {
    position: relative;
    
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

/* Black overlay */
.stats-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* Black shadow */
    z-index: 1;
}

.stats-section .container-fluid {
    position: relative;
    z-index: 2; /* Keeps text above overlay */
}

.stat-box {
    padding: 20px;
}
.stat-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
}
.stat-number {
    font-size: 28px;
    font-weight: 700;
}
.stat-text {
    font-size: 16px;
    color: #ddd;
}
.footer {
    background: #063c7c;
    color: #fff;
    padding-top: 40px;
}
.footer .container-fluid {
    padding: 0px 40px;
}
.footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
.footer p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}
.footer a {
    color: #fff;
    text-decoration: none;
    line-height: 33px;
}
.footer a:hover {
    text-decoration: underline;
}
.contact-info i {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
    /* padding: 10px 8px; */
    transition: all 0.3s ease;
}
.social-icons a:hover {
    background-color: #fff;
    color: #004a99;
}
.footer-bottom {
    background: #002957;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}
.contact-section {
    background-color: #004a99; /* Dark Blue */
    color: #fff;
    padding: 50px 20px;
}
.contact-section h4 {
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-info {
    margin-bottom: 25px;
}
.about-banner {
    position: relative;
    color: white;
    text-align: center;
    padding: 377px 20px;
    margin-top: 8%;
    height: 1024px;
}
.home_banner .btn-outline-light{
   color: #000000;
    border-color: #000000;
    font-weight: 600;
}
/*.about-banner::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
    /*background: rgba(0, 0, 0, 0.5); */
/*}*/

.about-content {
    position: relative;
    z-index: 2;
}
.about-content h2 {
    font-size: 70px;
    line-height: 110px;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb-custom {
    font-size: 45px;
    color: white;
    line-height: 110px;
    font-weight: 700px;
}

.breadcrumb-custom a {
    color: white;
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    text-decoration: underline;
}
.image-stack img.main-about-img {
    width: 100%;
    position: relative;
    z-index: 10;
    border-radius: 22px;
}
.card-custom {
    border-radius: 12px;
    border: 1px solid #a3a3a3;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}
.icon {
    font-size: 48px;
    color: #0d6efd;
    margin-bottom: 15px;
}
h5 {
    font-weight: 700;
    color: #0d2953;
}
p {
    font-size: 1.2rem;
    color: #555;
}
.our-brand img {
    margin: 20px 0px;
}
.choose-us-section {
    padding: 60px 10%;
}
.choose-us-title {
    font-weight: 700;
    color: #002147;
    margin-bottom: 30px;
}
.choose-us-img {
    /*max-width: 250px;*/
}
.choose-us-text {
    color: #555555;
    font-size: 20px;
    line-height: 30px;
}
.team-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: unset;
}
.team-img {
   /* max-height:350px;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
}
.team-content {
    padding: 20px;
}
.team-name {
    font-weight: 600;
    font-size: 1.25rem;
}
.team-role {
    color: #555555;
    font-size: 20px;
    margin-bottom: 10px;
}
/*.team-content p {*/
/*    font-size: 20px;*/
/*    line-height: 100%;*/
/*    color: #555555;*/
/*}*/
.team-name {
    text-decoration: none;
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
}
.team-name a:hover {
    text-decoration: underline;
}
/* solutions */
.service-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}
.service-card {
    text-align: center;

    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.solutions-title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    text-align: center;
}
.solutions-title a {
    text-decoration: none;
    color: #000;
}

.travel h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #002957;
}

.travel p {
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
}

.btn-primary {
    background-color: #002957;
    border-color: #003366;
}
.section-title {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    background-color: #002957;
    padding: 20px 20px 0px 20px;
    font-weight: 700;
}

.section-content {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    background-color: #002957;
    padding: 20px;
    font-weight: 500;
    border-radius: 8px;
}
.section-solutions {
    background-color: #002957;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-content {
        font-size: 1rem;
    }
}
.card-title {
    font-weight: bold;
    font-size: 1.25rem;
}
.card-body {
    font-size: 1rem;
    color: #555;
}
.smooth {
    margin-top: 30px;

    background-color: #ededed;
}
.smooth p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.card {
    border: 1px solid #00438e;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #ededed;
}
.cardtraval {
    border: none;
    background-color: #002957;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* height: 200px; */
    text-align: center;
}

.cardtraval-header {
    color: white;
    font-size: 1.5rem;
    text-align: center;
}

.cardtraval-body {
    padding: 1.5rem;
    text-align: center;
}

.container {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .cardtraval-header {
        font-size: 1.2rem;
    }

    .cardtraval-body {
        font-size: 0.9rem;
    }
}
@media (min-width: 768px) {
  .cardtraval {
    height: 210px;
  }
  .card {
    height: 200px;
  }
  .cardtraval-header {
    font-size: 1.2rem;
  }

  .cardtraval-body {
    font-size: 0.9rem;
  }
}
.faq-wrap {
  max-width: 900px;
  margin: 64px auto;
}
.faq-head {
  text-align: center;
  margin-bottom: 24px;
}
.faq-head h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #002957;

  margin-bottom: 8px;
}
.faq-head p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 auto;
  color: #555555;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.accordion-button {
  padding: 20px 16px;
  font-weight: 600;
  color: #0f294d;
  background: #fff;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-body {
  color: #525a6a;
  padding: 0 16px 20px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #0f294d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.accordion-button::after {
  display: none !important;
}

.toggle-icon {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #002957;
  border-radius: 50%;
padding-left: 2px;
padding-right: 2px;
  color: white;
  background: #002957;
  font-size: 10px;
}

.toggle-icon .bi-dash-lg {
  display: none;
}
.accordion-button[aria-expanded="true"] .bi-plus-lg {
  display: none;
}
.accordion-button[aria-expanded="true"] .bi-dash-lg {
  display: inline-block;
}
.Academy-banner {
  height: 100%;
  width: 100%;
}
/* .Academy{
  height: 100vh;
} */
.nav-pills {
  flex-wrap: wrap;
}

.nav-pills .nav-link {
  border: 1px solid #002855;
  font-weight: bold;
  color: #002855;
  padding: 20px;
}
.nav-pills .nav-link.active {
  background-color: #002855;
  color: white;
}
.nav-pillsl .nav-link.active {
  background-color: #bcdbff;
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
}
.nav-pillsl .nav-link {
  border: 1px solid #808386;
  border-radius: 6px;
  font-weight: bold;
  color: #4f5662;
  font-style: normal;
  padding: 20px;
}
.program-btn {
  border: 1px solid #ccc;
  background: #fff;
  font-weight: 500;
  width: 100%;
}
.program-btn.active {
  background: #cfe2ff;
  border-color: #cfe2ff;
}

.Academy-banner #mainTab .nav-link.active {
  background-color: #002c5f;
  color: #fff;
  position: relative;
  border-radius: 6px; 
}

.Academy-banner #mainTab .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px; 
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #002c5f transparent transparent transparent;
}

.Academy-banner .card-academy img {
  padding: 10px;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
    @media(max-width: 768px){
.display-5 {
    font-size: 41px;
    
    line-height: 50px;
}
.hero {
    padding: 0;
}
.btn-primary {
    padding: 9px 14.5px;
}
.btn-outline-light {
    padding: 9px 14.5px;
}
.top-bar {
    text-align: center;
}
.about-badge {
    bottom: -4% !important;
}
.top-bar .d-flex{
  justify-content: center !important;
}
.navbar .container-fluid{
  margin: 0 !important;
}
.nav-item {
    font-size: 16px;
    width: 100%;
}
.about-badge {
    width: 100%;
}
.about-content {
    padding: 239px 0 0 0;
}
.about-content h2 {
    font-size: 25px;
    line-height: 60px;
}
.breadcrumb-custom {
    font-size: 16px;
    line-height: 7px;
    font-weight: 500px !important;
}
.about-badge {
    width: 100%;
    height: 100%;
}
    }
.Academy-banner .highlight-label {
  position: absolute;
  top: 50px;
  left: 10px;
  background: #f6a623;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 8px;
}
.Academy-banner .btn-custom {
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: bold;
  
}
.Academy-banner .tab-content {
  height: 100%;
}
.Academy-banner .card-academy-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}
 .coaching-section {
      padding: 60px 15px;
    }
 .coaching-section h2 {
      font-weight: 700;
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 15px;

    }
    .coaching-section p {
      margin-bottom: 25px;
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;

      color: #1E1E1E;
    }
.coaching-section ul {
      list-style-type: disc;
      padding-left: 20px;
    }
.coaching-section ul li {
   font-weight: 500;
      font-size: 20px;
      line-height: 30px;

      color: #1E1E1E;
      margin-bottom: 10px;
      font-size: 16px;
    }
   




.contact-sections {
    margin: auto;
}
.contact-title {
    font-weight: bold;
    font-size: 1.2rem;
}
.contact-details i {
    color: #002b5c;
    margin-right: 10px;
}
.contact-details strong{
color: #002b5c;
}
.contact-sections p{
    color: #000;
}
.contact-details .text-wrap {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.form-control,
.form-select {
    border-radius: 5px;
}
.btn-custom {
    background-color: #002b5c;
    color: white;
    border: none;
    padding: 10px 10px;
}
.btn-custom:hover {
    background-color: #001f3f;
    color: white;
}
.contact-sections .form-control, .contact-sections .form-select{
    padding: 11px 10px;
}

    .login-title {
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
      color: #001f3f;
    }
    .form-control {
      border-radius: 8px;
      height: 50px;
    }
    .btn-custom {
      background-color: #002b5c;
      color: white;
      width: 100%;
      height: 50px;
      border-radius: 8px;
      font-weight: bold;
    }
    .btn-custom:hover {
      background-color: #001d3b;
    }
    .forgot-password {
      text-align: right;
      font-size: 0.9rem;
      margin-top: 5px;
    }
    .bottom-text {
      text-align: center;
      margin-top: 15px;
      font-size: 0.9rem;
    }
    .bottom-text a {
      text-decoration: none;
      color: #002b5c;
      font-weight: 600;
    }
    .password-wrapper {
      position: relative;
    }
    .toggle-password {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      cursor: pointer;
      color: #666;
    }
     
    .signup-title {
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
      color: #002b5c;
    }
    .form-control {
      border-radius: 8px;
      height: 50px;
    }
    .btn-custom {
      background-color: #002b5c;
      color: white;
      width: 100%;
      height: 50px;
      border-radius: 8px;
      font-weight: bold;
    }
    .btn-custom:hover {
      background-color: #001d3b;
    }
    .bottom-text {
      text-align: center;
      margin-top: 15px;
      font-size: 0.9rem;
    }
    .bottom-text a {
      text-decoration: none;
      color: #002b5c;
      font-weight: 600;
    }
    .password-wrapper {
      position: relative;
    }
    .toggle-password {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      cursor: pointer;
      color: #666;
    }
    .login-btn {
    background-color: #002b5c;
    color: white;
    font-weight: 600;
    border-radius: 6px;
  }

  .login-btn:hover {
    background-color: #001d3b;
    color: #fff;
  }

  header .dropdown-menu {
    border-radius: 10px;
    min-width: 200px;
  }

  header .dropdown-item:hover {
    background-color: #f0f0f0;
  }

  header .dropdown-item.text-danger:hover {
    background-color: #ffe6e6;
  }
  header .dropdown-toggle::after{
    display: none;
  }
    .account-container {
      display: flex;
      min-height: 100vh;
    }

    /* Sidebar */
    .account-sidebar {
       width: 390px;
      background-color: #f1f3f5;
      padding: 30px 20px;
      border-right: 1px solid #ddd;
    }

    .account-sidebar h5 {
      font-weight: bold;
      margin-bottom: 30px;
    }

    .account .nav-link {
      color: #000;
      padding: 12px 10px;
      border-radius: 6px;
      text-align: left;
      border: 0;
    }

    .account .nav-link.active, .nav-link:hover {
      background-color: #002b5c;
      color: white !important;
    }

    /* Main Content */
    .account-content {
      flex-grow: 1;
      padding: 40px;
      background-color: #fff;
      height: 100vh;
    overflow-y: auto;
    margin-bottom: 35px;
    }

    .account-content h4 {
      font-weight: 600;
      margin-bottom: 30px;
    }
.toggle-password {
  position: absolute;
  top: 71%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}
.booking-item a {
  font-size: 1rem;
  color: #002b5c;
}

.booking-item strong {
  min-width: 120px;
  display: inline-block;
}
/* .booking-item strong{
    font-weight: 400 !important;
} */
.notification-item {
  transition: all 0.2s ease-in-out;
  border: 1px solid #e0e0e0;
}

.notification-item.active {
  border: 2px solid #002b5c;
  background-color: #f1f6fb;
}

.notification-item:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.notification-item .icon img {
  width: 32px;
  height: 32px;
}
.blog button.active{
   background-color: #002b5c;
    color: white !important;
    border: none;
    padding: 10px 10px;  
}
.blog .title{
    color: #000;
}
.blog-post h6{
    color: #00438E;
}
.details-blog h3,.number-circle{
    font-size: 19px;
    font-weight: 600;
}
.event-card .btn {
      font-weight: 600;
    }

    .event-card small {
      color: #6c757d;
    }

    .event-icon {
      margin-right: 6px;
      color: #002b5c;
    }   
    .event-cards h6{
        color: #00438E;
    }
    .event-card .btn-outline-primary{
        border: 1px solid #002b5c;
         color: #002b5c;
         border-radius: 6px;
    }
    .event-card .card-text{
        font-weight: 600;
        color: #000;
         font-size: 15px;
    }
     .author-avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    .purchase-btn {
      background-color: #002b5c;
      color: white;
      font-weight: 600;
      border: none;
    }

    .map-img {
      width: 100%;
      border-radius: 6px;
      margin-top: 15px;
    }

    .venue-address {
      font-size: 15px;
      color: #333;
    }

    .location-icon {
      color: #002b5c;
      margin-right: 6px;
    }
    .book-title {
      font-size: 1.25rem;
      font-weight: 600;
    }

    .author-text {
      font-size: 0.9rem;
      color: #555;
    }

    .btn-buy {
      background-color: #002b5c;
      color: white;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 6px;
    }

    .btn-buy:hover {
      background-color: #001f40;
    }

    .book-image {
      width: 100%;
    }
    .podcast-card {
      border: none;
      border-radius: 12px;
      transition: 0.3s;
      height: 100%;
    }

    .podcast-card:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .podcast-image {
      width: 100%;
      border-radius: 12px;
    }

    .platform-btn {
      width: 120px;
      height: 40px;
      object-fit: contain;
    }

    .episode-title {
      font-weight: 600;
      color: #002b5c;
      margin-top: 15px;
    }

    .episode-desc {
      font-size: 0.95rem;
      color: #444;
    }

    .time {
      font-size: 0.8rem;
      color: #888;
      margin-bottom: 4px;
    }

     .payment-method button {
      border: 1px solid #ccc;
      background: white;
      color: #002b5c;
      font-weight: 500;
      border-radius: 5px;
      padding: 10px 20px;
    }

    .payment-method button.active {
      background: #002b5c;
      color: #fff;
      border-color: #002b5c;
    }

    .card-inputs input {
      border-radius: 5px;
      border: 1px solid #ccc;
      padding: 10px;
      width: 100%;
      margin-bottom: 10px;
    }

    .pay-now-btn {
      background: #002b5c;
      color: #fff;
      padding: 12px;
      font-weight: 600;
      border: none;
      width: 100%;
      border-radius: 6px;
    }

    .summary-line {
      display: flex;
      justify-content: space-between;
      margin: 10px 0;
    }
     .payment-method button {
      border: 1px solid #ccc;
      background: white;
      color: #002b5c;
      font-weight: 500;
      border-radius: 5px;
      padding: 10px 20px;
      cursor: pointer;
    }

    .payment-method button.active {
      background: #002b5c;
      color: #fff;
      border-color: #002b5c;
    }

    .pay-now-btn {
      background: #002b5c;
      color: white;
      padding: 10px;
      width: 100%;
      border: none;
      border-radius: 5px;
      font-weight: 600;
    }

    .summary-line {
      display: flex;
      justify-content: space-between;
    }

    .payment-form {
      display: none;
    }

    .payment-form.active {
      display: block;
    }
    .payment h5{
        color: #002b5c;
    }