/* Font */
body {
  font-family: "Titillium Web", sans-serif;
}

/* Header Backgrounds */
.navbar-nav .current-menu-item a,
.navbar-nav .current_page_item a,
.navbar-nav .current-menu-parent a,
.navbar-nav .current_page_parent a{
  color:#fca542;
  /* border-bottom: 2px solid #fca542; */
  border-bottom: 2px solid yellow;
}
.courses-header { background-color: #214E52 !important; }
.contact-header { background-color: #2F373A !important; }
.home-header { background-color: #164195 !important; }
.common-header { background-color: #214E52 !important; }

/* Top Header */
.top-header {
  color: white;
  padding: 24px 24px 14px 20px;
  border-bottom: 1px solid rgba(211, 211, 211, 0.2);
}
.top-header svg {
  margin-right: 6px;
}
.top-header a {
  color: white;
  text-decoration: none;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.top-header a:hover {
  border-bottom: 2px solid yellow;
}

/* Fixed Header */
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}
.nav-bar {
  padding: 17px 8px 16px 12px;
  transition: background-color 0.3s ease, transform 0.3s ease-in-out;
}
.nav-bar.scrolled-up {
  background-color: #172233 !important;
  transform: translateY(-65px);
}


/* Branding */
.navbar-brand img {
  width: 40px;
  height: auto;
}
.navbar-brand{
  font-weight: bold;
  font-size: 40px;
  color: yellow;
}
.navbar-brand:hover{
   color: rgba(255, 255, 0, 0.7);
}

/* Spacing Between Nav Items */
#header-nav-items,
.navbar-nav {
  display: flex;
  gap: 24px; /* adds gap between nav items */
  align-items: center;
  padding-right: 10px;
}

/* Nav Links */
.navbar-nav .nav-link {
  color: white !important;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 12px;
}
.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* Keep hover style while inside dropdown */
.nav-item.dropdown:hover > .nav-link {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* Dropdowns */
.nav-item.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}


.dropdown-menu li {
  padding: 4px 15px;
}

.dropdown-menu li a {
  display: block;
  white-space: normal;
  color: #333;
}


.dropdown-menu {
  pointer-events: auto;
  background-color: white;
  border-radius: 0.5rem;
  border: none;
  min-width: 200px;
}
.dropdown-item {
  font-size: 16px;
  font-weight: 500;
}
.dropdown-item:hover {
  color: yellow;
  background-color: transparent;
}

/* Description Styling for Submenus */
.dropdown-item-text {
  display: block;
  font-size: 0.85rem;
  color: #6c757d;
  margin-top: 4px;
  margin-left: 0;
  line-height: 1.2;
}


/* Buttons */
.orange-btn {
  /* background: rgb(249, 170, 78); */
  background: yellow;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color transform 0.3s ease;
  text-decoration: none;
}

.orange-btn:hover {
  background-color: rgba(255, 255, 0, 0.701);
  color: white;
  transform: scale(1.1);
  text-decoration: none;
}

/* Mobile Toggle */
#mobileToggle {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
/* Responsive */
@media (max-width: 991.98px) {
  .nav-bar {
    text-align: center;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
  }

  .top-header a {
    margin-left: 10px;
  }

  .nav-links .nav-link {
    font-size: 1rem;
    padding: 15px;
    margin: 5px 0;
  }
}
#home-banner{padding-top: 140px;
  background-color: #164195;}
#home-banner h1{
    font-size: 60px;
        line-height:1.3;
        letter-spacing: 0em;
}
.img-banner{
    height: 100%;
}
#home-banner p{
        color: rgb(227, 227, 227);
        font-size: 24px;
        line-height: initial;
    font-weight: 600;
}
#home-banner img{
 height: 100%;
 object-fit: cover;
}

.Explore-Courses{padding: 12px 40px;
  transition: transform 0.5s ease-in-out;
}
.Explore-Courses:hover{
  transform: scale(1.05);
}
.btn-warning {
    background-color: yellow;
    border: none;
  }

  .btn-warning:hover {
    background-color: rgba(255, 255, 0, 0.7);
  }

  .btn-link:hover {
    text-decoration: underline;
    color: rgba(255, 255, 0, 0.7);
  }

.view-prices-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: white;
  text-decoration: none;
  border-bottom: 2px dashed yellow;
  font-size: 18px !important;
  position: relative;
  transition: color 0.3s ease;
  word-spacing: 2px;
  letter-spacing: 2px;
}

.view-prices-btn svg{
  transition: transform 0.3s ease-in-out;
}
/* Hover animation: Arrow slides slightly and rotates */
.view-prices-btn:hover svg {
  transform: scale(1.4);
}

#makes-unique{background-color: white;}
#makes-unique h2{
            line-height: 1.3;
            font-size: 37px;
            font-weight: 700;
            color: rgb(20, 73, 131);
            letter-spacing: 1px;
        }
        .Feturecard{
            border-radius: 4px;
            overflow: hidden;
                box-shadow: rgba(146, 184, 255, 0.2) 0px 8px 16px 0px;
                transition: transform 0.4s ease-in-out;
        }
        .overlay{
            height: 2px;
            transition: height 0.3s ease-in-out;
        }
        .overlay-color1{
            background-color: #28a745;
        }
        .overlay-color2{
            background-color: #007bff;
        }
        .overlay-color3{
            background-color: #f49b29;;
        }
        .overlay-color4{background-color: #833a8d;}
        .overlay-color5{background-color: #c81a7f;}
        .overlay-color6{background-color: #da3335;}
        .overlay-color7{background-color: #0eb582;}
        .overlay-color8{background-color: #2d3942;}
        .icon-color1{color: #007bff;}
        .icon-color2{color: #f49b29;}
        .icon-color3{color: #833a8d;}
        .icon-color4{color: #c81a7f;}
        .icon-color5{color:#da3335;}
        .icon-color6{color: #0eb582;}
        .icon-color7{color: #2d3942;}

        .Feturecard-content{
                padding: 10px 0px;
                color: rgb(37, 37, 37);
                z-index: 1;
                font-size: 15px;
                transition: color 0.3s ease-in-out;
        }
        .Feturecard-content i{font-size: 50px; font-weight: 500;}
        .Feturecard:hover p{
            color: white;
        }
        .Feturecard:hover i{
            color: white;
        }
        .Feturecard:hover .overlay{
            height: 100%;
        }
        .Feturecard:hover{  
          transform: translateY(-10px);
          cursor: pointer;
        }

.why-choose-pjcampus {
  text-align: center;
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.PjFont{font-family: "Titillium Web", sans-serif;}
.why-choose-pjcampus h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  color: rgba(48, 48, 48, 1);
  word-spacing: 1px;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: auto;
  margin: 0 auto;
}

.feature {
  text-align: left;
  padding: 0 10px;
}

.feature img {
  width: 180px;
  height:120px;
  margin-bottom: 20px;
  margin-right: 20px;
  object-fit: cover;
}

.feature h3 {
  font-weight:650;
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(48, 48, 48, 1);
  font-family: "Titillium Web", sans-serif;
}

.feature p {
  font-size: 0.90rem;
  line-height: 1.6;
  color: rgba(48, 48, 48, 1);
  font-family: "Titillium Web", sans-serif;
}
/* Section stycoling */
.pricing-sections {
  text-align: center;
  color: white;
  background-color: #2d3047;

}
.pricing-sections h4 {
    font-size: 60px;
    font-family: "Titillium Web", "Titillium Web Fallback";
    direction: ltr;
    font-weight: 700;
    font-style: normal;
    padding-top: 100px;
  }
.pricingsubtext{font-size: 24px;
font-weight: 600;}
.pricing-sections p {
  font-size: 16px;
}
.cards-section {
  padding-left: 33px;
  padding-right: 33px;
}

.cardsrow {
 display: flex;
  flex-wrap: wrap; /* Allow wrapping */
  justify-content: space-between;
}
.BCom{height: 110vh;}
.BBA{height: 120vh;}
.BCA{height: 130vh;}
.price{font-size:2.5rem !important;
font-weight: bold !important;
color: rgba(48, 48, 48, 1);
}
.highlight{font-size: 20px;color: rgba(48, 48, 48, 1);}
.pricing-section h2 {
  font-size: 4rem;

}
/* Base card styling */
.cards {
  background-color: white;
  padding: 50px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  transition: transform 0.2s ease;
  overflow: hidden;
}
.cards:hover {
  transform: translateY(-5px);
}
.cards.most-popular {
  border-top: 13px solid #27ab8e;
  word-spacing: 2px;
  letter-spacing: 1px;
}

/* Tag for most popular card */
.cards .tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #27ab8e;
  color: white;
  font-size: 0.80rem;
  padding: 11px 12px;
  letter-spacing: 1px;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase !important;
  letter-spacing: 0.20rem !important;
}
.cards p {
  font: size 16px;;
  color: #555;
}
.cards button {
  background-color: yellow;
  border: none;
  color: #5C4A3F;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.cards button:hover {
  background-color: rgba(255, 255, 0, 0.5);
}
.cards ul li {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #333;
}
.cards ul{  padding-bottom: 45px;}
/* Maintain full width on mobile */
.cards {
  flex: 1 1 calc(25% - 20px); /* 4 cards on large screens */
  min-width: 280px;
  box-sizing: border-box;
}
/* Discount strip base styling */
.discount-strip {
  position: absolute;
  top: 0;
  left: -100%; /* Hidden to the left */
  width: 100%;
  background-color: rgb(249, 170, 78);
  color: white;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 12px;
  transition: left 0.4s ease-in-out;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgb(249, 170, 78);

}

/* Slide in from left on hover */
.cards:hover .discount-strip {
  left: 0;
}


/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1200px) {
  .cards {
    flex: 1 1 calc(50% - 20px); /* 2 cards per row */
  }
}

@media (max-width: 768px) {
  .cards {
    flex: 1 1 100%; /* 1 card per row */
  }
}

/* Reversed individual top and bottom margins */
.cards:nth-child(1) {
  margin-top: 110px;
  margin-bottom: 0px;
}

.cards:nth-child(2) {
  margin-top: 70px;
  margin-bottom: 50px;
}

.cards:nth-child(3) {
  margin-top: 44px;
  margin-bottom: 100px;
}

.cards:nth-child(4) {
  margin-top: 100px;
  margin-bottom: 50px;
}
.cards-content {
  display: flex;
  flex-direction: column;
  gap: 12px; /* spacing between children */
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}

/* Tweak inner elements for consistent spacing */
.cards-content h2,
.cards-content .highlight,
.cards-content p,
.cards-content ul{
  margin: 0;
  padding: 0;
}

.cards-content ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
 /* footer.css */

footer{
    background-color:  #172233;
}
footer h3{
        color: rgb(243, 243, 243);
    direction: ltr;
    font-family: "Titillium Web", "Titillium Web Fallback";
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}
.foooter-nav-items a{
     color: rgb(243, 243, 243);
     margin-top: 15px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.foooter-nav-items a:hover{color: yellow !important;}
.borders-side{
    border-right: 1.5px solid rgb(243, 243, 243); 
}
.footer-img{
    width: 120px;
}
#copy-section{
  padding: 15px 0px 30px 0px;
}
#copy-section a{
    text-decoration: none;
    color: rgb(243, 243, 243);
    font-size: 12px;
    transition: color 0.3s ease-in-out;
}
#copy-section a:hover{color: yellow !important;}
.footer-icons i{
    font-size: 22px !important;
    line-height: 25px !important;
    margin-left: 10px;
}

/* contact-us page */
#contact-form-section{
   background-color:  #2F373A;
     padding-top: 145px;
}
#contact-form-section .main-contact-heading{
        color: rgb(243, 243, 243);
        font-size: 60px;
        line-height: 1.5;
}
#contact-form-section .main-contact-desc, .main-contact-subDesc{
    color:rgb(243, 243, 243);
    font-size: 16px;
}
.text-warning, .text-danger{
    color: rgba(252, 144, 17, 1) !important;
}
.contact-form{
        background-color: #f8f6f1 !important;
        border-radius: 5px;
        padding: 40px;
}
.contact-form label{
  font-size: 14px;

    margin-bottom: 0.3rem ;
}
.contact-form input{
    --border-width: 1px !important;
    min-height: 3rem !important;
    width: 100% !important;
    padding: 0 12px !important;
    border: none !important;
    border-radius: 5px;
    border-color: #bcbcbc !important;
    background-color: white !important;
    box-shadow: inset 0 0 0 var(--border-width) #bfbfc6 !important;
}
.contact-form-btn{
    width: 25%;
    background-color:  yellow;
    font-size: 19px !important;
    padding: 10px 0px;
    color: black;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 60px;
    transition: transform background-color 0.3s ease-in-out;
}
.contact-form textarea{
   --border-width: 1px !important;
    width: 100% !important;
    padding: 0 12px !important;
    border: none !important;
    border-radius: 5px;
    border-color: #bcbcbc !important;
    background-color: white !important;
    box-shadow: inset 0 0 0 var(--border-width) #bfbfc6 !important;
}
.contact-form-btn:hover{
    background-color: rgba(255, 255, 0, 0.7);
  transform: scale(1.1);
}
#contact-info-2{
    background-color: white;
}
#contact-info-2 h2{
        color: rgba(48, 48, 48, 1);
    direction: ltr;
    font-size: 24px;
    font-weight: 600;
}
#contact-info-2 p{
     color: rgba(48, 48, 48, 1);
    font-size: 16px;
}
.info-left-container{
     border-right: 1.5px solid rgba(211, 211, 211, 0.2);
}

footer{
    background-color:  #172233;
}
footer h3{
        color: rgb(243, 243, 243);
    direction: ltr;
    font-family: "Titillium Web", "Titillium Web Fallback";
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}
.foooter-nav-items a{
     color: rgb(243, 243, 243);
     margin-top: 15px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.foooter-nav-items a:hover{color: #e48922;}
.borders-side{
    border-right: 1.5px solid rgb(243, 243, 243); 
}
.footer-img{
    width: 120px;
}
#copy-section{
  padding: 15px 0px 30px 0px;
}
#copy-section a{
    text-decoration: none;
    color: rgb(243, 243, 243);
    font-size: 12px;
    transition: color 0.3s ease-in-out;
}
#copy-section a:hover{color:#e48922;}
.footer-icons i{
    font-size: 22px !important;
    line-height: 25px !important;
    margin-left: 10px;
}
@media (max-width: 991.98px) {
  #copy-section{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}

/* courses page css */
#courses-banner{
  background-color: #214E52;
  padding-top: 150px;
}
#courses-banner h1{
      color: rgb(243, 243, 243);
  font-size: 60px;
  line-height: initial;
}
#courses-banner p{
  color: rgb(243, 243, 243);
  font-size: 24px;
  font-weight: 600;
  white-space: pre;
}
/* Section stycoling */
.course-sections {
  text-align: center;
  color: white;
  background-color: #d2d0a060;
}
.course-sections h4 {
    font-size: 60px;
    font-family: "Titillium Web", "Titillium Web Fallback";
    direction: ltr;
    font-weight: 700;
    font-style: normal;
    padding-top: 100px;
  }
.courseSubtext{font-size: 24px;
font-weight: 600;}
.course-sections p {
  font-size: 16px;
}
.course-card-section {
  padding-left: 33px;
  padding-right: 33px;
}

.course-cardshow{
 display: flex;
  flex-wrap: wrap; /* Allow wrapping */
  justify-content: space-between;
}
.course-price{font-size:2.5rem !important;
font-weight: bold !important;
color: rgba(48, 48, 48, 1);
}
.course-highlight{font-size: 20px;}

/* Base card styling */
.course-card {
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  transition: transform 0.2s ease;
}

.course-card.most-popular-course {
  border-top: 13px solid #27ab8e;
  word-spacing: 2px;
  letter-spacing: 1px;
  transform: scale(1.1);
  z-index: 20;
  margin: 0px 10px;
}

/* Tag for most popular card */
.course-card .popular-course-tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #27ab8e;
  color: white;
  font-size: 0.80rem;
  padding: 5px 12px;
  letter-spacing: 1px;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase !important;
  letter-spacing: 0.20rem !important;
}
.course-card p {
  font: size 16px;;
  color: #555;
}
.course-card button {
  background-color: yellow;
  border: none;
  color: #5C4A3F;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.course-card button:hover {
  background-color: rgba(255, 255, 0, 0.5) !important;
}
.course-card ul li {
  margin-bottom: 14px;
  font-size: 0.9rem;
  color: #333;
}

/* Maintain full width on mobile */
.course-card {
  flex: 1 1 calc(25% - 20px); /* 4 cards on large screens */
  min-width: 280px;
  box-sizing: border-box;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1200px) {
  .course-card {
    flex: 1 1 calc(50% - 20px); /* 2 cards per row */
  }
}

@media (max-width: 768px) {
  .course-card {
    flex: 1 1 100%; /* 1 card per row */
  }
  #courses-banner h1{
    font-size: 28px;
  }
  #courses-banner p{
    font-size: 14px;
  }
}

.Apply_NowPage{padding-top: 150px;}

/* privacy-policy page*/
/* Container and Layout */
.pj-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c2c2c;
  line-height: 1.6;
  padding-top: 70px;
}
/* Header */
.pj-header {
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.pj-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #223c70;
  margin-bottom: 5px;
}

.pj-updated {
  font-size: 0.95rem;
  color: #666;
}

/* Section Styling */
.pj-section {
  margin-bottom: 35px;
}

.pj-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a2b50;
  margin-bottom: 12px;
  border-left: 4px solid #3b72ff;
  padding-left: 10px;
}

/* Paragraph and Links */
.pj-section p {
  font-size: 1rem;
  margin: 10px 0;
}

.pj-section a {
  color: #3b72ff;
  text-decoration: none;
}

.pj-section a:hover {
  text-decoration: underline;
}

/* List Styling */
.pj-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.pj-list li {
  margin-bottom: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .pj-container {
    padding: 30px 15px;
  }

  .pj-title {
    font-size: 2rem;
  }

  .pj-subtitle {
    font-size: 1.2rem;
  }
}
#blog-banner{
  padding-top: 150px;
  background-color:  #2F373A;
}
#blog-banner h1{
   font-size: 60px;
    color: rgb(243, 243, 243);
    line-height: initial;
}
.blogs-title{
      font-size: 18px;
    line-height: 1.5em;
}
.blogs-desc{
    font-size: 15px;
    color: #747474;
  }
  @media (max-width: 768px){
    .blogs-card-section{
        flex-direction: column;
    }
  }
.apply_now_page{background-color:  #214e52;padding-top: 140px;}
#individual-course-page{
  padding-top: 150px;
  background-color:  #2F373A !important;
}

    .BCA-background{ background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2)), url('https://assets.weforum.org/global_future_council/image/h1y2MJcvTbPro-L2MCIyw4hVcGvG2TMRFe69s0jawnc.jpg') no-repeat center center;
        background-size: cover;
      color: white;
      display: flex;
      align-items: center;
    }
    .form-container {
      background-color: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    .highlight-line {
      border-left: 5px solid rgb(249, 170, 78);
      padding-left: 10px;
    }
    .form-control,
    .form-select {
      border-radius: 6px;
    }
    .btn-custom {
      width: 100%;
      padding: 10px;
      font-weight: bold;
      transition: background-color 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
    }
    .individual-btn-bg{
      background-color: rgb(249, 170, 78);
    }
    .individual-btn-border{
      border: 2px solid rgb(249, 170, 78);
    }
    .btn-custom:hover{
      background-color: rgb(249, 163, 64);
      transform: scale(1.05);
    } 

    .BBA-background{
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2)), url('https://thumbs.dreamstime.com/b/book-textbook-glowing-light-bulb-self-learning-education-knowledge-business-studying-concept-idea-online-e-home-219509870.jpg') no-repeat center center;
     background-size: cover;
      color: white;
      display: flex;
      align-items: center;
    }
     .Bcom-background{
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2)), url('https://images.squarespace-cdn.com/content/v1/6309767b801ec53dc0b902d0/5f499f0d-2189-4ba8-80fa-967108cb3615/shutterstock_2139780347.jpg') no-repeat center center;
     background-size: cover;
      color: white;
      display: flex;
      align-items: center;
    }


    .pj-thankyou-body {
  background: #f5f7fb;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 165px;
  padding-bottom: 80px;
}

.pj-thankyou-container {
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px;
  max-width: 600px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pj-checkmark-wrapper {
  margin-bottom: 20px;
}

.pj-checkmark-circle {
  width: 100px;
  height: 100px;
  background: #e6f3ea;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pop 0.4s ease-out;
}

.pj-checkmark {
  font-size: 50px;
  color: #2ab562;
  font-weight: bold;
}

.pj-thankyou-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #2a4d91;
}

.pj-thankyou-text {
  font-size: 1rem;
  color: #444;
  margin-top: 10px;
}

@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* navbar mobile responsive */
@media (max-width: 435px){
  .announcement-links{
    justify-content: center !important;
  }
  header{
    width: 100vw !important;
  }
  #header-nav-items, .navbar-nav{
    gap: 0px !important;
  }
  .navbar-brand{
    font-size: 25px !important;
  }
}
@media(max-width: 435px){
  /* home page mobile responsive */
  #home-banner h1{
    font-size: 34px !important;
  }
  #home-banner p{
    font-size: 16px !important;
  }
  .Explore-Courses{
    font-size: 14px !important;
    padding: 10px;
  }
  .view-prices-btn{
    font-size: 14px !important;
  }
  .pricing-sections h4{
    font-size: 34px !important;
  }
  .pricingsubtext{
    font-size: 16px !important;
  }
  /* course-page-mobile-responsive */
  #courses-banner h1{
      padding: 0px !important; 
      width: 80vw !important;
  }
  #courses-banner p{
   padding: 0px !important;
   font-size: 10px !important;
  }
  .course-sections h4{
    font-size: 30px;
  }
  .courseSubtext{
    font-size: 14px !important;
  }
  .course-card-section{
    padding: 5vw;
  }
  .most-popular-course{
    transform: scale(1) !important;
  }

  /* blog page mobile responsive */

  #blog-banner h1{
    font-size: 34px !important;
  }
  /* contact-us mobile responsive */

  .main-contact-heading{
    font-size: 34px !important;
  }
  .contact-form{
    padding: 10px;
    margin: 0px !important;
    overflow-x: hidden;
  }
  .contact-form label {
    margin-top: 0px !important;
  }
  .contact-form-btn{
    width: 50%;
  }
  
  /* apply now moblie responsive */
  .apply-now-container{
    padding: 0px !important;
  }

  .enrollment-form{
    overflow-x: hidden;
  }
  .btn-custom{
    font-size: 14px;
  }
}