 /* Container styling */

 .container-new-frmt {
   padding-left: 3rem;
   padding-right: 3rem;
   height: auto;
   background-image: linear-gradient(97deg, #0d043e 5%, #33006F 50%, #6A5ACD 100%);
 }

.para{
  color: black;
    font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
   font-size: 19px;
   font-weight: 500;
   font-style: normal;
   font-variation-settings:"wdth" 100;
     text-align: justify;
 }

 
 .open-sans {
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
 }
 
 .open-sans-regular {
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
   /* font-weight: 300; */
   font-style: normal;
   font-variation-settings:
     "wdth" 100;
 }

 .open-sans-300 {
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-variation-settings:
     "wdth" 100;
 }
 .open-sans-400 {
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   font-variation-settings:
     "wdth" 100;
 }
 
 .open-sans-600 {
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
   font-weight: 600;
   font-style: normal;
   font-variation-settings:
     "wdth" 100;
 }

 
 .open-sans-800 {
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
   font-weight: 800;
   font-style: normal;
   /* font-variation-settings:     "wdth" 100; */
 }

 
 .open-sans-700 {
   font-family: "Open Sans", sans-serif;
   /* font-optical-sizing: auto; */
   font-weight: 700;
   font-style: normal;
   /* font-variation-settings:     "wdth" 100; */
 }

 
 .form-title {
   font-family: "Open Sans", sans-serif;
   /* font-optical-sizing: auto; */
   font-weight: 700;
   font-style: normal;
   color: #33006F;
   margin-bottom: 15px;
   /* font-variation-settings:     "wdth" 100; */
 }


 .form-batch-start-title {
   font-family: "Open Sans", sans-serif;
   /* font-optical-sizing: auto; */
   font-weight: 700;
   font-style: normal;
   color: #33006F;
   /* font-variation-settings:     "wdth" 100; */
 }

 /* Text styling */
 .training-content h3,
 .training-content h6 {
   color: #fff;
 }

 .training-content ul {
   list-style: none;
   padding-left: 0;
 }

 .training-content ul li::before {
   content: "✔ ";
   color: #ffcc00;
 }

 /* Contact form */
 .pbi-contact-form {
   background: #fff;
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 }

 .pbi-contact-form h6 {
   text-align: center;
   margin-bottom: 15px;
   color: #33006F;
 }
/* Timer styling */
.hurrytimer-timer {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically centers separators with blocks */
    flex-wrap: wrap;
    margin-top: -25px;
}

.hurrytimer-timer-block {
    background: #fff;
    color: #33006F;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 8px;
    text-align: center;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hurrytimer-timer-digit {
    font-size: 35px;
    font-weight: bold;
}

.hurrytimer-timer-label {
    font-size: 16px;
    display: block;
}

.hurrytimer-timer-sep {
    color: #33006F;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 8px; /* Matches block vertical padding, narrower horizontal */
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; /* Ensures tight vertical alignment */
}

 /* Popup styling */
 .popup {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.6);
   justify-content: center;
   align-items: center;
   z-index: 1000;
 }

 .popup-content {
   background: #fff;
   padding: 20px;
   border-radius: 10px;
   width: 90%;
   max-width: 500px;
   text-align: center;
 }

 .popup-content h4 {
   color: #33006F;
   margin-bottom: 20px;
 }

 .payment-options img {
   max-width: 80px;
   margin: 10px;
   height: auto;
 }
 
.custom-link {
  color: #e7005e;
  text-decoration: none;
  cursor: pointer;
}
.custom-link:hover {
  color: #ff4081;
}



.ft-custom-link {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ft-custom-link:hover {
  color: #ff4081;
  font-weight: bold;
  text-decoration: none;
}
 /* Section titles */
 .section-title {
   text-align: center;
   font-weight: 700;
   margin-bottom: 2rem;
   color: #33006F;
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
 }

  .section-title-index{
   text-align: center;
   font-weight: 700;
   margin-bottom: 0.5rem;
   color: #33006F;
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
 }

  .page-title {
   text-align: left;
   font-weight: 700;
   margin-top: 4rem;
   margin-bottom: 1rem;
   color: #33006F;
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
 }

 .highlight-box {
   background: #fff;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   padding: 20px;
   text-align: center;
   margin-bottom: 20px;
   transition: transform 0.3s ease;
 }

 .highlight-box:hover {
   transform: translateY(-5px);
 }



 
 /* Small screen fixes */
 @media (max-width: 576px) {
   .pbi-contact-form .row>div {
     margin-bottom: 10px;
   }
 }


  /* Hero styling */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0D043E 0%, #6450C2 100%);
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}

.hero-qliksense {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
   background-image: linear-gradient( 74.2deg,  rgba(34,126,34,1) 4.9%, rgba(99,162,17,1) 87.3% );
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}


.hero-pbi {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #e8aa01 40%,  #f9d63e	 100%);
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}

.hero-gcp {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: radial-gradient( circle 760px at 50.7% 60.5%,  rgba(76,120,183,1) 0%, rgba(34,70,122,1) 90% );
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}



.hero-aws-sa {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: linear-gradient( 111.4deg,  rgba(7,7,9,1) 6.5%, rgba(27,24,113,1) 93.2% );
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}

.hero-asp {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: linear-gradient( 111.4deg,  rgb(8, 33, 94) 0.1%, rgb(28, 88, 147) 24.4%, rgb(72, 142, 207) 52.2%, rgba(135,206,235,1) 77.9%, rgba(125,249,255,1) 100% );
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}


.hero-ct-form {
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0D043E 0%, #6450C2 100%);
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}

@media (max-width: 992px) {
  .contact-overlay-img {
    display: none; /* Hide image on smaller devices for cleaner layout */
  }
}


@media (min-width: 992px) { /* Apply only for large screens and above (Bootstrap lg breakpoint) */
  .my-offset {
    margin-top: -110px;
  }
}


/* HERO CT FORM ENDS */








.hero-mysqldba {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: linear-gradient( 111.8deg,  rgba(20,16,86,1) 34.4%, rgba(92,152,218,1) 96.2% );
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}


.hero-docker-kuber{
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: linear-gradient( 93.2deg, rgba(27,69,166,1) 14.4%, rgba(24,95,246,1)  90.8% );
   overflow: hidden;
    padding: 0 5%;
}



.hero-java {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: radial-gradient( circle farthest-corner at -24.7% -47.3%,  rgba(15,23,42,1) 0%,
 rgba(34,48,86,1) 66.8%,rgba(6,130,165,1) 100.2% );
    position: relative;
overflow: hidden;
    padding: 0 5%;
}


.hero-python {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: linear-gradient( 97.7deg, rgba(27,8,58,1) 1.7%,  rgba(72,75,139,1) 63% );
    position: relative;
overflow: hidden;
    padding: 0 5%;
}


.op-white{
  color:#fff;
}


.op-white-medium{
  font-size: medium;
  color:#fff;
}

.hero-tableau {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient( 177.6deg,  rgba(20,0,113,1) 15.3%, rgba(1,0,62,1) 91.3% );
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}

.hero-sql {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
background-image: radial-gradient( circle farthest-corner at 7.5% 54.1%,  rgba(0,0,0,1) 0%, rgba(39,0,89,1) 74.9% );    position: relative;
    overflow: hidden;
    padding: 0 5%;
}

/* Title */
.cf-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #6450C2;
}

/* Input fields */
.pbi-cf-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #6450C2;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease;
}



.pbi-cf-control:focus {
  border-color: #0D043E;
  box-shadow: 0 0 4px rgba(100, 80, 194, 0.3);
}

.txt-align-justify{
  text-align: justify !important;
}


.pbi-queries-btn{
  background-color: #e7005e;
    display: inline-block;
    background: linear-gradient(45deg, #fff 0%, #f0f0f0 100%);
    color: #0D043E;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

}



.pbi-queries-btn:hover{
  background-color:  #fe4880;

}

.op-black{
  color: black;
}
/* Dropdown */
.pbi-cf-drpd--select {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #6450C2;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease;
}

.pbi-cf-drpd--select:focus {
  border-color: #0D043E;
  box-shadow: 0 0 4px rgba(100, 80, 194, 0.3);
}

/* Button */
.pbi-cf-button {
  margin-top: 20px;
  background-color:  #33006F;
  /* background-image: linear-gradient(67deg, #0d043e 5%, #33006F 50%, #6A5ACD 100%); */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.pbi-org-cf {
  margin-top: -5px;
  background-color: #6450C2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}


.pbi-cf-button:hover {
  background-color: #6450C2 ;
}


 /* Top/scroll Button */
   #topBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 18px;
    background-color: #33006F;
    color: white; 
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 50%;
    transition: 0.3s;
}

#topBtn:hover {
    background-color: #6A5ACD;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    opacity: 0.1;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 45%;
    animation: fadeInLeft 1s ease-out;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #fff 0%, #f0f0f0 100%);
    color: #0D043E;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.fa-solid{
   font-size: 24px; padding: 0px 0px 0px 0px;
}

.cta-button2 {
    display: inline-block;
    background: linear-gradient(45deg, #33006F 0%, #6450C2 100%);
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-course-page-button {
    display: inline-block;
    background: linear-gradient(45deg, #33006F 0%, #6450C2 100%);
    color: #fff;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-course-page-button-small {
    display: inline-block;
    background: linear-gradient(45deg, #33006F 0%, #6450C2 100%);
    color: #fff;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.95rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.course-sub-sub-heading{
  font-size: 18px;
  font-weight: 600;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  color: #000;
}

.course-sub-sub-heading-white{
  font-size: 18px;
  font-weight: 600;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
         
         
 .cta-course-page-tableau-button {
    display: inline-block;
    background: linear-gradient(to right, #33006F 0%, #8E54E9  81%);
    color: #fff;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
} 

  .cta-course-page-tableau-button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.hero-image {
    position: relative;
    z-index: 2;
    max-width: 45%;
    animation: fadeInRight 1s ease-out;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transform: rotate(-3deg); /* Subtle leftward tilt; adjust degrees as needed */
    transition: transform 0.3s ease; /* Smooth on hover if desired */
}

/* Optional: Slight hover interaction for tilt */
.hero-image:hover img {
    transform: rotate(-1deg) scale(1.02);
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 0 10%;
    }

    .hero-content,
    .hero-image {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    

    .hero p {
        font-size: 1rem;
    }
}

/* Enhanced floating orb animations with variations for randomness */
@keyframes float1 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(2deg); }
}
@keyframes float2 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-25px) rotate(-1deg); }
}
@keyframes float3 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
}

/* Existing orb on .hero (unchanged, but now with named keyframe for consistency) */
.hero::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: 20%;
    right: 10%;
    animation: float1 6s ease-in-out infinite;
    z-index: 1;
}

/* New orb behind hero-image (top-left ish, slower float) */
.hero-image::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    top: -60px;
    left: -60px;
    animation: float2 8s ease-in-out infinite;
    z-index: -1;
}

/* Another new orb behind hero-image (bottom-right ish, faster/quicker float) */
.hero-image::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    bottom: -40px;
    right: -40px;
    animation: float3 4s ease-in-out infinite 2s; /* 2s delay for staggered effect */
    z-index: -1;
}

.text-primary {
    padding-top: 30px;
    font-size: 30px;
    color: #a5aacf !important;
    text-shadow: #33006F;
}
.bg-purp {
    background: linear-gradient(135deg, #0D043E 0%, #6450C2 100%);
}

.tp-score-white{
    color: #fff !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  }

 .open-sans-300-subtitle {
   font-family: "Open Sans", sans-serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   font-variation-settings:
     "wdth" 100;
         color: #9784ff;
 }


 .pt-10{
    margin-top:calc(var(10) * 50) ;
 }

  .navbar .dropdown-menu {
  z-index: 1055; /* higher than the alert (1030) */
  position: absolute; /* ensures it stays in front of alert */
}


.navbar .dropdown-menu .dropdown-item:hover {
  color: rgb(255, 255, 255) !important; /* text color on hover */
  background-color: #4d3aba !important; /* bg-purp color */
}


/* Only affect offcanvas dropdown items */
#offcanvasNavbar .dropdown-menu .dropdown-item {
  color: white; /* default text color */
}

/* Hover effect for offcanvas dropdown items */
#offcanvasNavbar .dropdown-menu .dropdown-item:hover {
  color: white; /* text color on hover */
  background-color: #4d3aba; /* your bg-purp hover color */
}
  
.dropdown-menu.show {
  background-color: #2e1f70;

}


.footer-text{
    color: #fff;
    text-align: justify;

}

.two-col-section {
    background: #fff;
    color: #6450C2;
    padding: 0rem 0;
}

.card-col {
    background: rgba(100, 80, 194, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    height: 100%;
    padding: 1.5rem;
}

.col-title {
    color: #6450C2;
    text-shadow: none;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.col-text {
    color: #6450C2;
    opacity: 0.8;
}

.theme-btn {
    background: linear-gradient(135deg, #0D043E 0%, #6450C2 100%);
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 50px;
}

/* Section Container */
.two-col-section {
    background-color: #fff;
}

/* Shared Card Styling for Both Columns */
.content-card {
    background-color: #fff;
    border: 1px solid rgba(100, 80, 194, 0.2); /* Light lavender border */
    border-radius: 12px; /* Subtle rounded corners */
    box-shadow: 0 4px 12px rgba(100, 80, 194, 0.1); /* Lavender shadow effect */
    padding: 2rem 2rem 0 2rem;
    padding-bottom: 0rem !important;
    height: 100%;
}

/* Purple Theme Fonts */
.video-section-title,
.section-text,
.highlights-title{
    color: #6450C2; /* Theme purple */
}


.course-highlights {
   display: block;
  text-align: left !important;
color: #6450C2; 
}

.video-section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: left;
    color: #33006F;
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #33006F;
}

.section-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #000;
}

.highlights-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: left;
     color: #33006F;
}

/* Video Benefits List */
.video-benefits {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.video-benefits li {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: #000;
}

/* Course Highlights Items (for alignment) */
.highlights-item {
    display: flex;
    align-items: left !important; /* Vertical alignment for icon + text */
    margin-bottom: 1rem;
}

.course-highlights-icon {
    color: #6450C2; /* Purple icons */
    font-size: 1.8rem;
    margin-right: 0.75rem; /* Horizontal spacing from icon to text */
    flex-shrink: 0; /* Prevents icon from shrinking */
}

.course-highlights {
    display: inline; /* Inline for better flow with icon */
    font-size: 0.95rem;
    font-weight: 500;
    color: #000; /* Ensure text is purple, not black */
}

/* Button Container */
.course-hgt-button {
    margin-top: auto; /* Pushes button to bottom if needed */
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .content-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .video-section-title {
        font-size: 1.5rem;
    }
    
    .highlights-item {
        justify-content: left; /* Center on mobile for better look */
        text-align: left;
    }
    
    .course-highlights-icon {
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .course-highlights {
        display: block; /* Stack text below icon on very small screens if needed */
    }
}


.accordion-button {
  background-color: #a5aacf; /* lavender */
  color: #000; /* black text */
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #d8bfd8; /* darker lavender */
  color: #000;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-body {
  background: #fff; /* white background */
  color: #000; /* black text */
  padding: 1rem 1.5rem;
  border-left: 3px solid #9370db; /* lavender border */
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.section-title {
  color: #4b0082; /* deep lavender/indigo */
}


.btn-ct-form {
   margin-top: 20px;
  background-color: #6450C2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.subcribecolor{color: #f9d63e;}

/* Newsletter form styling */
.newsletter-group .input-group-text {
  background-color: #6450C2;
  color: #fff;
  border: none;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-group .form-control {
  height: 45px;
  border: 1px solid #6450C2;
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 0 12px;
}

.newsletter-group .form-control:focus {
  box-shadow: none;
  border-color: #4a3aa5;
}

.btn.subscribe-btn {
  height: 45px;
  background-color: #6450C2;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 0 20px;
}

/* hover */
.btn.subscribe-btn:hover {
  background-color: #4a3aa5;
  color: #fff;
}


.publishing{
  color: #33006F;
  font-weight: bold;
  font-size: smaller;
  padding-top: 0.5rem;
  padding-bottom: 0.1rem;
}

.blg-body{
  background-color: #d8d3f2;
}

 /* Code Block Styling */
.code-container {
  background-color: #24292e;
  border-radius: 6px;
  overflow: hidden;
  margin: 20px 0;
  font-family: 'JetBrains Mono', monospace;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Header Section */
.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2f363c;
  color: #d3d7dd;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 14px;
}

/* Copy Button */
.copy-btn {
  background: none;
  border: 1px solid #d3d7dd;
  color: #d3d7dd;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.3s;
}

.copy-btn:hover {
  background: #d3d7dd;
  color: #24292e;
}

/* Code Block */
pre {
  padding: 15px;
  overflow-x: auto;
  color: #79b8ff;
  font-size: 14px;
  line-height: 1.5;
}

/* Scrollbar Styling */
pre::-webkit-scrollbar {
  height: 6px;
}

pre::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}

pre::-webkit-scrollbar-track {
  background: #2f363c;
}



  body {
            background-color: #1a1a1a;
            color: #e5e7eb;
            font-family: 'Inter', sans-serif;
        }
        .fade-in {
            animation: fadeIn 0.3s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .modal-bg {
            backdrop-filter: blur(8px);
        }
        .gradient-btn {
            background: linear-gradient(135deg, #22c55e, #16a34a);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .gradient-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 15px rgba(34, 197, 94, 0.5);
        }
        .input-field {
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .input-field:focus {
            border-color: #22c55e;
            box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
        }
        .gateway-card {
            transition: transform 0.2s ease, background-color 0.2s ease;
        }
        .gateway-card:hover {
            transform: scale(1.03);
            background-color: #2d3748;
        }
        .gateway-card input:checked + .gateway-content {
            border-color: #22c55e;
            background-color: #1f2a44;
        }

        .pbi-pg-title {
            font-family: "Open Sans", sans-serif;
        }

  /* Wrapper for prices */
.price-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center; /* vertically center the badges */
  min-width: 140px; /* reserve space for badge */
  height: 1.5em; /* matches font size for proper vertical alignment */
}

/* Common styles for badges */
.original-price, .new-price {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* vertical center */
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  font-size: 0.9em;
}

/* Old price with animated strike */
.original-price {
  background-color: #ff0000; /* red badge */
  animation: oldPriceAnimation 6s infinite;
  font-size: 1em;

}

.original-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background: #fff;
  width: 0;
  transform: translateY(-50%);
  animation: strikeLine 6s infinite;
}

/* New price */
.new-price {
  background-color: #0b4b0b; /* green badge */
  font-size: 1em;
  animation: newPriceAnimation 6s infinite;
}

/* Animations */
@keyframes oldPriceAnimation {
  0%, 30% { opacity: 1; }
  40%, 100% { opacity: 0; }
}

@keyframes newPriceAnimation {
  0%, 40% { opacity: 0; }
  50%, 100% { opacity: 1; }
}

@keyframes strikeLine {
  0%, 20% { width: 0; opacity: 1; }
  30% { width: 100%; opacity: 1; }
  40%, 100% { width: 100%; opacity: 0; }
}

/* Optional: make badges slightly smaller on mobile */
@media (max-width: 768px) {
  .original-price, .new-price {
    font-size: 0.85em;
    padding: 2px 6px;
  }
  .price-wrapper {
    min-width: 120px;
    height: 1.3em;
  }
}

/* add to your stylesheet (or inside <style> on page) */
.txt-justify {
  display: block;                 /* make it a block so justify works */
  text-align: justify;            /* normal justification */
  text-justify: inter-word;       /* better spacing for justified text */
  text-align-last: left;
}


/* optional — if some Bootstrap rule overrides it */
.txt-justify.important {
  text-align: justify !important;
}

.card-title {
    color: #33006F;
    font-weight: bold;
    font-size:large;
}

.card-title2{
    font-size: large;
    color: #33006F;
    font-weight: bold;
}

.checked {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  color: orange;
}

.card-text {
    color: #000;
    font-size: 0.95rem;
    line-height: 1.5;
}

.card-text-small {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
}

.card-text-small2 {
    color: #000;
    font-size: 0.86rem;
    line-height: 1.5;
}



.tag-module {
    display: inline-flex;
    border: 1px solid oklch(86.72% 0.0192 282.72deg);
    align-items: center;
    gap: 0.4rem;
    border-radius: 0.4rem;
    color: oklch(30.08% 0.0199 281.03);
    padding-block: 0;
    padding-inline: 0.4rem;
    block-size: 1.2rem;
    font-size: 0.85rem;
    vertical-align: baseline;
}

.rating-text{
  font-size: small;
}

.card-title-price {
    color: #33006F;
    font-weight: lighter;
    font-size: large;
    padding-top: 0.5rem;
  }

  
  .card-price {
    color: #fff;
    /* font: weight 200px; */
    font-size:2.5rem;
    padding-bottom: 1rem;
  }

  .price-card-button{
    font-size: xx-large;
  }

  .spl-disc-price{
    color: #fff;
    font-size: 1.2rem;
margin-top: -5rem; 
padding-top: 2rem;
}

  .price-card {
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: small;
      padding-bottom: 2rem;
      width: 250px;
      height: 250px;
      border-radius: 1rem;
      overflow: hidden;
      background: linear-gradient(97deg, #0d043e 5%, #33006F 50%, #6A5ACD 100%);
      color: #fff;
  }
  .price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.35);
  }
  .price-card .btn {
    font-size: 1rem;
    transition: background 0.3s, transform 0.2s;
  }
  .price-card .btn:hover {
    background-color: #FFD700;
    transform: scale(1.05);
  }

  .footer-col3-list-items, 
  .footer-col2-list-items{
    font-weight: lighter;
    padding-bottom: 0.35rem;
  }


  .chart-container {
      display: flex;
      justify-content: space-around;
      align-items: flex-end;
      gap: 1.5rem;
      padding: 1rem 0;
       background: linear-gradient(135deg, #0D043E 0%, #6450C2 100%);
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(100, 80, 194, 0.1);
      margin-top: 1rem;
    }


   .chart-col {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.4rem;
    }
    .bar {
      width: 40px;
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.7);
      transition: 0.3s ease;
    }
    .bar:hover {
      background-color: #fff; /* brighten on hover */
    }
    .bar-label {
      color: #fff;
      font-size: 0.8rem;
      font-weight: 600;
      text-align: center;
    }
    .footer-label {      
      color: #fff;
      font-size: 0.75rem;
      opacity: 0.9;
      text-align: center;
    }



    /* Mega Menu Overrides */
.mega-menu {
  position: absolute !important; /* remove default relative positioning */
  width: 100vw !important;       /* full screen width */
  left: 0 !important;
  top: 100%;                      /* below navbar */
  background-color: #2c1e4f;      /* dark theme */
  border-radius: 0;               /* remove default border radius */
  z-index: 1050;                  /* above other elements */
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;      /* smooth dropdown appearance */
}

/* Dropdown item colors and animation */
.mega-menu .dropdown-item {
  color: #fff;
  padding: 5px 0;
  transition: all 0.3s ease;       /* smooth hover transition */
  white-space: normal;             /* allow wrapping */
  word-break: break-word;          /* break long words if needed */
  position: relative;
}

/* Hover animation */
.mega-menu .dropdown-item:hover {
  background-color: #ffd700;
  color: #2c1e4f;
  border-radius: 4px;
  transform: translateX(5px) scale(1.05); /* subtle move & scale */
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  text-indent: 3%;
}

/* Headings */
.mega-menu h6 {
  color: #ffd700;
  font-weight: 600;
  margin-bottom: 0.75rem;
  white-space: normal;       /* allow heading to wrap */
  word-break: break-word;    /* break long words */
  transition: color 0.3s ease;
}

/* Responsive stacking */
@media (max-width: 1200px) {
  .mega-menu .col-lg-3 { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 767px) {
  .mega-menu { position: static !important; width: 100% !important; padding: 1rem; }
  .mega-menu .col-lg-3, .mega-menu .col-md-6 { flex: 0 0 100%; max-width: 100%; }
  .mega-menu h6 { margin-top: 1rem; }
}

