@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');


.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  text-align: center;
  /* Additional styles for megamenu */
}

.nav-link:hover .megamenu {
  display: block;
  /* Show megamenu on hover */
}

.navbar-text {
  margin-left: auto;
  /* Align button to the right */
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  left: 100%;
  top: 0;
  margin-left: 0.1rem;
}


/* Header Section start */
.headersection {
  /* position: fixed;
  top:0;
  width: 100%;
  z-index: 1050; */
  position: sticky;
  top: 0;
  z-index: 1040;
  /* box-shadow: 1px 1px 8px 1px black !important; */
}

/* 
.fixed-top{
  /* top:30px !important; */
/*} 
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* Allow wrapping inside dropdown */
/* Allow wrapping inside dropdown and center align */
.dropdown-menu .dropdown-item {
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
  /* center text */
  max-width: 220px;
  /* adjust width */
  display: block;
  /* ensures it takes full width */
  margin: 0 auto;
  /* centers inside dropdown */
}





.isCoursesOpen {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1050;
  padding: 1rem 0;
}

.closebtn1 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

#navbarDropdown2 {
  text-transform: capitalize !important;
}


/* Header Section end */

/* Home Page start */



.slide1 {
  /* background-image: linear-gradient(rgba(32, 121,190, 69%), rgba(32, 121, 190, 92%)), url('/assets/images/mobile1.jpg'); */
  /* background-image: linear-gradient(rgba(32, 121,190, 69%), rgba(32, 121, 190, 92%)); */
  /* background-image: linear-gradient(rgba(255, 255,255, 63%), rgba(32, 121,190, 92%)), url('/assets/images/mobile1.jpg'); */
  background-color: #2079BE;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: black;
}

.slide2 {
  background-image: linear-gradient(rgba(106, 91, 91, 74%), rgba(32, 121, 190, 92%)), url('/assets/images/mobile2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 40vh;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  /* .bg-hero {
    min-height: 60vh;
  } */

  .slide1,
  .slide2 {
    min-height: 60vh;
  }

}

.span1 {
  text-shadow: 1px 1px 10px white;
}

/* Home Page end */

/* Logosection start */
.title1 {
  text-shadow: 1px 1px;
}

.title2 {
  text-shadow: 2px 1px black;
}

/* Logosection end */

/* rightside start */
.rightbutton1 {
  position: fixed;
  right: 2vh;
  bottom: 40vh;
  display: flex;
  flex-direction: column;
  /* default for desktop */
  align-items: center;
  /* gap: 1rem; */
  z-index: 9999;
}

@media (max-width: 768px) {
  .rightbutton1 {
    bottom: 12vh;
    right: 2vw;
    flex-direction: column;
    /* horizontal layout on mobile */
    /* gap: 1rem; */
  }
}



.whatsappicon1 {
  background-color: #12c612;
  color: white;
  border-radius: 10vh;
}

.whatsappicon1:hover {
  background-color: green;
  color: white;
}

.callingicon1 {
  background-color: red;
  color: white;
  border-radius: 10vh;
}

.callingicon1:hover {
  background-color: red;
  color: white;
}


.popup {
  position: fixed;
  top: 200px;
  right: 80px;
  background-color: white;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 260px;
}



.popup h4 {
  margin: 0 0 10px;
  font-size: 16px;
}

.popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup li {
  margin: 8px 0;
}

.popup a {
  text-decoration: none;
  color: #25D366;
  font-weight: bold;
}

.close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  color: #888;
}


/* rightside end */


/* courses start */
.courseslinear {
  background: linear-gradient(90deg, transparent, rgba(74, 175, 237, 0.1), transparent);
}

.list-group-item.active {
  background-color: #2079BE !important;
}

/* courses end */


/* Course details start */
.bg-hero1 {
  /* background-image: url('/assets/images/background5.jpg'); */
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  min-height: 50vh;

  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center;
  flex-direction: column; */
  color: white;
}

/* Course details end */


/* font css start */
.fontsize1 {
  font-size: 16px;
}

.text-justify {
  text-align: justify !important;
}

.bg1 {
  background-color: #001d8f;
}

.bg2 {
  background-color: #0d6efd;
}

.bg3 {
  background-color: #0a4275;
}

.bg4 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg5 {
  background-color: rgb(0 0 0 / 53%);
}

.fontfamily1 {
  font-family: "Poppins", sans-serif;
}



.topbarclass {
  background-color: #659ac3;
}

.features {
  background-image: url('/assets/images/background5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* course details start */
.coursetitle1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
  .coursetitle1 {
    font-size: 26px;
  }
}

.myborderbottom {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.accordion-button::after {
  display: none;
  /* Hide default Bootstrap arrow */
}

.accordion-button.collapsed .toggle-icon::before {
  content: "+";
}

.accordion-button:not(.collapsed) .toggle-icon::before {
  content: "−";
}

/* course details end */

/* faq start */
.faqcolor1 {
  background-color: #004547;
  color: white
}

/* faq end */


@media (max-width: 768px) {
  .slickslidermargin {
    margin-top: -29px;
  }
}


.fab-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: linear-gradient(90deg, transparent, rgba(74, 175, 237, 0.1), transparent);
  z-index: 1000;

}

.fab-button {
  width: 56px;
  height: 56px;
  background-color: black;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
}

.fab-options {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.fab-options li {
  margin-bottom: 10px;
}

.fab-options li a {
  width: 48px;
  height: 48px;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.fab-container.open .fab-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


/* mycolors start */

.textcolor1 {
  color: #2079BE
}

.textcolor2 {
  color: #5B5B5B
}

.bgcolor1 {
  background-color: #2079BE;
}

.bgcolor2 {
  background-color: #5B5B5B;
}

.bgcolor3 {
  background-color: #1a1a1a !important;
  min-height: 100px;
}

.bgcolor4 {
  background-color: #002745 !important;
}

.gradientbgcolor1 {
  background: linear-gradient(to bottom right, #2079BE, #5B5B5B, #ffffff);
}

.gradientbgcolor2 {
  background: linear-gradient(to bottom right, #2079be, #5b5b5b, #2079be);
}

.myfont1 {
  font-family: "Poppins", sans-serif !important
}

.myfontsize1 {
  font-size: 45px;
}

.brcolor_and_txcolor {
  border: 2px solid #2079be;
  color: #2079be;
}

.brcolor_and_txcolor:hover {
  background-color: #2079be;
  color: white;
}

.brcolor_and_txcolor1 {
  border: 2px solid white;
  color: white;
}

.brcolor_and_txcolor1:hover {
  background-color: #2079be;
  color: white;
}

.brcolor_and_txcolor2 {
  border: 2px solid white;
  color: white;
}

.brcolor_and_txcolor2:hover {
  border: 2px solid white;
  color: white;
  background-color: #205EBE;
}

.div_right_border {
  border-right: 1px solid white;
}

@media (max-width: 768px) {
  .div_right_border {
    border-right: none;
  }
}

/* mycolors end */

/* extra classes start*/
.hw1 {
  width: 40px !important;
  height: 40px !important;
}


/* extra classes end*/

/* quickinfo */
.info-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 12px;
  color: white;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.whatsApp-card {
  background: #e8f5e9;
  border-left: 6px solid #25d366;
  border-radius: 12px;
}

.btn-outline-success {
  font-weight: 500;
}

.btn-custom {
  font-weight: bold;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.btn-custom:hover {
  background: white;
  color: black;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.popup-content {
  background: white;
  border: 4px solid #444;
  border-radius: 12px;
  width: 794px;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.popup-content img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 6px;
  object-fit: contain;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #444;
  cursor: pointer;
}

.popup-close:hover {
  color: #f00;
}

.lead {
  font-size: 1.15rem !important;
}


/* === CourseLogoSlider start === */
.course-logo-slider .logo-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  /* Contain instead of cover for full logo visibility */
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
}

/* Zoom the center logo */
.course-logo-slider .slick-center .logo-img {
  transform: scale(2.5);
  opacity: 1;
}

/* Ensure all slides are centered */
.course-logo-slider .slick-slide>div {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* Slick padding (desktop) */
.course-logo-slider .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* Mobile & Tablet View */
@media (max-width: 768px) {
  .course-logo-slider .logo-img {
    width: 40px;
    height: 40px;
  }

  .course-logo-slider .slick-center .logo-img {
    transform: scale(2.5);
    opacity: 1;
  }

  .course-logo-slider .slick-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* === CourseLogoSlider end === */


.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* General table styling */
.sticky-mobile-table th,
.sticky-mobile-table td {
  white-space: nowrap;
  min-width: 140px;
}

/* Sticky behavior only on mobile (below 768px) */
@media (max-width: 767.98px) {

  /* First column sticky (Batch Name) */
  .sticky-mobile-table thead th:first-child,
  .sticky-mobile-table tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
  }

  /* Second column sticky (Start Date) */
  /* .sticky-mobile-table thead th:nth-child(2),
  .sticky-mobile-table tbody td:nth-child(2) {
    position: sticky;
    left: 140px;
    z-index: 3;
  } */

  /* Header always above */
  .sticky-mobile-table thead th {
    z-index: 4;
  }

  /* Optional shadow for sticky columns */
  .sticky-mobile-table thead th:first-child {
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
  }
}

/* Sandip */
.backImage {
  background-image: url('/assets/images/contact-us.jpeg');
  background-size: cover;
  /* Adjust as needed: cover, contain, etc. */
  background-repeat: no-repeat;
  /* Prevent image from repeating */
}

/* Sandip CSS for contact us page */

.contactBackImage {
  background-image: url('/assets/images/contact-us.jpeg');
  background-size: cover;
  /* Adjust as needed: cover, contain, etc. */
  background-repeat: no-repeat;
  /* Prevent image from repeating */
}


.right_conatct_social_icon {
  background: linear-gradient(to top right, #8e8e95 -5%, #0d6efd 100%);
}

.contact_us {
  background-color: #f1f1f1;
  padding: 60px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.contact_field {
  padding: 60px 420px 90px 100px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  color: #fff;
  right: 4%;
  top: 13%;
  height: 85%;
  width: 50%;
  padding: 24px;
  border-radius: 25px 0 0 25px;
  /* Make it responsive by using a max-width */
  max-width: 100%;
  /* Ensures it doesn't exceed the width of the screen */
  box-sizing: border-box;
  /* Ensures padding doesn't cause overflow */
}

/* For smaller screens (Mobile view) */
@media (max-width:992px) {
  .contact_field {
    padding: 25px 25px 25px 25px;
  }

  .contact_info_sec {
    margin-top: 5%;
    padding: 15px;
    border-radius: 10px;
  }

  .contact_info_sec {
    margin-top: 5%;
    position: relative;
    /* Make it relative for small screens */
    top: auto;
    /* Remove the top position */
    right: auto;
    /* Remove the right position */
    width: 100%;
    /* Allow the element to take full width */
    height: auto;
    /* Make the height adjust automatically */
    padding: 20px;
    /* Reduce padding for smaller screens */
    border-radius: 15px;
    /* Slightly reduce border-radius for mobile view */
  }
}

@media (max-width: 768px) {
  .contact_info_sec {
    margin-top: 5%;
    position: relative;
    /* Make it relative for small screens */
    top: auto;
    /* Remove the top position */
    right: auto;
    /* Remove the right position */
    width: 100%;
    /* Allow the element to take full width */
    height: auto;
    /* Make the height adjust automatically */
    padding: 20px;
    /* Reduce padding for smaller screens */
    border-radius: 15px;
    /* Slightly reduce border-radius for mobile view */
  }

  .contact_field {
    padding: 25px 25px 25px 25px;
  }

  .right_conatct_social_icon {
    display: none !important;
  }
}


/* For very small screens (Extra mobile or very narrow views) */
@media (max-width: 480px) {
  .contact_info_sec {
    margin-top: 5%;
    padding: 15px;
    /* Reduce padding further for very small screens */
    border-radius: 10px;
    /* Further reduce the border radius */
  }

  .contact_field {
    padding: 25px 25px 25px 25px;
  }

  .right_conatct_social_icon {
    display: none !important;
  }
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  /* margin: 30px 0px; */
  margin: 15px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #8e8e95 -5%, #0d6efd 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #2079be;
}

.nav-link {
  color: #212529;
}

/* Contact us background color gradient */
.bgcolorcontact1 {
  /* background-image: linear-gradient(in oklab, #2079be, #fefefe); */
  /* background-image: linear-gradient(.25turn, red, 10%, blue); */
  /* background-image: linear-gradient(0.25turn, #ffffff, 40%, #2079be); */
  /* background-image: linear-gradient(0deg, blue, green 40%, red); */
  background-image: linear-gradient(0.25turn, #2079be, 60%, #ffff);

}

.bgcolorcontact2 {
  background-image: linear-gradient(0.25turn, #ffffff, 75%, #2079be);
  /* background-image: linear-gradient(0deg, blue, green 40%, red); */
}



.popup-box {
  position: absolute;
  top: -110%;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  min-width: 220px;
  opacity: 0;
  animation: fadeInUp 0.3s forwards;
  z-index: 999999999999999999999999;
  /* make sure it shows above */
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}


.hover-shadow-lg:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

.backdrop-blur-md {
  backdrop-filter: blur(12px);
}

.card {
  border-radius: 1rem !important;
}

.list-group-item:hover {
  transform: translateX(4px);
}
