@font-face {
font-family: 'geistSans';
src: url(/_next/static/media/4473ecc91f70f139-s.p.woff) format('woff');
font-display: swap;
font-weight: 100 900;
}@font-face {font-family: 'geistSans Fallback';src: local("Arial");ascent-override: 85.83%;descent-override: 20.52%;line-gap-override: 9.33%;size-adjust: 107.19%
}.__className_1e4310 {font-family: 'geistSans', 'geistSans Fallback'
}.__variable_1e4310 {--font-geist-sans: 'geistSans', 'geistSans Fallback'
}

@font-face {
font-family: 'geistMono';
src: url(/_next/static/media/463dafcda517f24f-s.p.woff) format('woff');
font-display: swap;
font-weight: 100 900;
}@font-face {font-family: 'geistMono Fallback';src: local("Arial");ascent-override: 69.97%;descent-override: 16.73%;line-gap-override: 7.61%;size-adjust: 131.49%
}.__className_c3aa02 {font-family: 'geistMono', 'geistMono Fallback'
}.__variable_c3aa02 {--font-geist-mono: 'geistMono', 'geistMono Fallback'
}

h2{
  text-transform: uppercase !important;
}
h2 .text-red{
  text-transform: uppercase !important;
}
.mb-100
{
    margin-bottom: 70px;
}
.mt-100
{
  margin-top: 70px;
}
.custom-red
{
  background-color: #E20935 !important;
}
.text-red
{
  color: #E20935 !important;
  letter-spacing: 0px !important;
  text-transform: none !important;
}
.bggray
{
  background-color: #F5F5F7 !important;
}

/* underline */
.underline {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px; /* Adjust underline position */
  width: 40px; /* Main line width */
  height: 3px; /* Main line thickness */
  background-color: #E20935;
}

.underline::before {
  content: "";
  position: absolute;
  left: 45px; /* Adjust small dots position */
  bottom: -15px;
  width: 12px; /* Small dashed line */
  height: 3px;
  background: linear-gradient(to right, rgb(223, 11, 11) 50%, transparent 50%);
  background-size: 6px 3px; /* Dotted effect */
}

/* Topnav */

.icon2 a 
{
    color: white;
    padding-right: 20px;
}

/* Topnav End  */


/* navbar start   */

.offcanvas-start
{
  width: 80% !important;
}

.nav-submenu-icon
{
  color: #E20935;
    background: #ffcfd8;
    padding: 12px;
    border-radius: 10px;
}
@media (max-width:768px) {
  .nav-submenu-icon
  {
    display: none;
    margin-right: 36px;
  }
  .submenu li a
  {
    font-size: 14px !important;
  }
  .mean-container .mean-nav ul li li a
  {
    width: 100%;
  }
  
}
/* navbar End   */


/* Banner section  start */
.banner-head
{
  font-size: 45px !important;
}

@media (max-width:767px) {
  .banner-head
  {
    font-size: 30px !important;
  }
  .hero-1 .hero-content p
  {
    font-size: 13px !important;
  }
  .hero-title
  {
    font-size: 32px;
  }
}
/* Banner section  End */

/* about section start */

.certified
{
  height: 100px !important;
  margin-top: 12px;
  max-width: 100px !important;
}
@media (max-width:767px) {
  .certified
  {
    height: 70px;
    margin-bottom: 14px;
  }
  .c2
  {
    margin-left: 60px !important;
  }
}

/* partners */
/* .brand-img
{
  border: 1px solid rgb(211, 211, 211);
  padding: 12px 12px;
 
} */



/* about section end */

/* Course section  */
.service-section
{
    background-color:#F5F5F7;
}
.course-btn
{
    background-color: #E20935 !important;
    color: #fff !important;
}
.course-data
{
  font-weight: 200;
}
.side-span
{
  font-weight: 300;
}
.icon1 {
  min-width: 24px; /* Ensures icons are aligned */
  margin-right: 10px; /* Spacing between icon and text */
  font-size: 18px; /* Adjust icon size */
  margin-top: 7px;
}
.go-to-program:hover
{
  color: #fff !important;
}

.text {
  flex: 1 1; /* Ensures text takes up available space */
  line-height: 1.8; /* Improves readability */
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.mt-auto {
  margin-top: auto;
}
.course-list li
{
  color: #000;
}

.course-card
{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 40%);
  
}
@media (max-width:767px) {
  .for-mb
  {
    margin-bottom: 15px;

  }
  }



/* Timeline  Start */
.timeline-section {
  position: relative;
  width: 80%;
  margin: auto;
  padding: 50px 0;
}

.timeline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  max-width: 900px; /* Ensures proper width alignment */
  margin-left: auto;
  margin-right: auto;
}

.timeline-row:nth-child(even) {
  flex-direction: row-reverse; /* Alternate row layout */
}

.image-box {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 70%); /* Adds a soft shadow */
  border-radius: 10px; /* Optional: adds rounded corners */
 
}

/* Ensure consistent spacing */
.content-box,
.image-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  
}

.timeline-row:nth-child(even) .content-box {
  align-items: center;
  text-align: center;
}

/* Heading at the top */
.content-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Paragraph below heading */
.content-box p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media (max-width: 767px)
{
  .content-box p
  {
    font-size: 10px;
  }
  .circle
  {
    width: 66px;
    height: 41px;
    font-size: 9px;
  }
}

/* Year at the bottom */
.content-box .year {
  font-size: 14px;
  font-weight: bold;
  color: red;
}

/* Image adjustments */
.image-box img {
  width: 100%;
 
}

.timeline-line {
  position: absolute;
  width: 4px;
  background-color: black;
  left: 50%;
  top: 12%;
  height: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.timeline-circle {
  width: 10%;
  display: flex;
  justify-content: center;
  position: relative;
}

.circle {
  width: 65px;
  height: 65px;
  background-color: black;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}


/* Work progress >>>> */

/* MOBILE ONLY: force icon before content */
@media (max-width: 767px) {
  .work-process-items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .work-process-items .icon {
    order: 1;
  }

  .work-process-items .content {
    order: 2;
  }
}

/* @media (max-width: 1399px)
{
  .cnt-1
  {
    padding-top: 30px;
  }
} */



  /* Timeline  End */
  

  /* custom button  */
  /* From Uiverse.io by MuhammadHasann */ 
.button22 {
  cursor: pointer;
  --c: #ffffff;
  padding: 2px 20px;
  margin: .4em;
  position: relative;
  min-width: 12em;
  background: #E20935;
  font-size: 12px;
  font-weight: bold;
  color: var(--c);
  text-align: center;
  /* text-transform: uppercase; */
  /* font-family: sans-serif; */
  letter-spacing: 0.1em;
  border: 2px solid var(--c);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.button22 span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.button22:hover {
  color: black;
}

.button22:hover span {
  transform: translateY(0) scale(2);
}

.button22 span:nth-child(1) {
  --n: 1;
}

.button22 span:nth-child(2) {
  --n: 2;
}

.button22 span:nth-child(3) {
  --n: 3;
}

.button22 span:nth-child(4) {
  --n: 4;
}


/* why choose us start  */
.floating-bubble {
  animation: floatUpDown 3s ease-in-out infinite;
  display: inline-block;
  position: relative;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 1399px)
{
  .responsive-text
  {
    font-size: 24px;
  }
}


/* why choose us end  */

/* Data-engineering start  */

.box1
{
  padding-left: 40px !important;
  padding-top: 40px;
}
.learn-btn
{
  padding: 11px 20px !important;
}
.learn-btn:hover
{
  color: #fff !important;
}

.category-card:hover .category-card_icon {
  background-color: #E20935;
  color: #fff;
}
.category-card_icon
{
  color: #E20935;
}
.overview-card
{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
  padding: 26px 30px;
  border-radius: 10px;
}
/* *------------------- 4.00. Why -------------------*/ */
.why-shape-2 {
  background: var(--smoke-color);
  min-height: 680px;
  min-width: 680px;
  top: 0;
  left: 0;
  z-index: -2;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}


@media (max-width: 1600px) {
  .why-shape-2 {
    min-width: 530px;
  }
}

@media (max-width: 1500px) {
  .why-shape-2 {
    min-width: 500px;
  }
}

@media (max-width: 1399px) {
  .why-shape-2 {
    min-width: 460px;
  }
}

@media (max-width: 991px) {
  .why-shape-2 {
    min-width: 530px;
    min-height: 650px;
  }
}

@media (max-width: 767px) {
  .why-shape-2 {
    min-width: 360px;
    min-height: 520px;
  }
}

@media (max-width: 575px) {
  .why-shape-2 {
    width: 100%;
    min-height: 300px;
  }
}

.wcu-img-1 {
  position: relative;
  margin-right: 55px;
  /* Extra large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .wcu-img-1 {
    margin-right: 10px;
    margin-left: 55px;
  }
}

@media (max-width: 1199px) {
  .wcu-img-1 {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) {
  .wcu-img-1 {
    margin-left: 0;
  }
}

.wcu-img-1 .img1 img {
  border-radius: 10px;
  width: 100%;
}

.wcu-img-1 .student-count {
  position: absolute;
  left: -80px;
  bottom: 40px;
  /* Extra large devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .wcu-img-1 .student-count {
    left: -55px;
  }
}

@media (max-width: 375px) {
  .wcu-img-1 .student-count {
    left: 0;
  }
}

.wcu-img-2 {
  margin-left: 55px;
  /* Medium Large devices */
}

.wcu-img-2 img {
  border-radius: 20px;
}

@media (max-width: 1299px) {
  .wcu-img-2 {
    margin-left: 0;
  }
}

.wcu-box {
  background: #e9e8e9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 11px;
  position: relative;
  z-index: 1;
  min-height: 220px;
}

.wcu-box:before, .wcu-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #E20935;
  border-radius: 10px 0 0 10px;
  z-index: -2;
}

.wcu-box:before {
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 0;
  background: transparent;
  border-left: solid 40px #ffced8;
  border-top: solid 40px #ffced8;
  border-bottom: solid 40px transparent;
  border-right: solid 40px transparent;
  z-index: -1;
}

.wcu-box_icon {
  font-size: 30px;
  color: #E20935;
  flex: none;
}

.wcu-box .box-title {
  margin-bottom: 5px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .wcu-box .box-title {
    font-size: 20px;
  }
}

.wcu-box_text {
  margin-bottom: -0.4em;
  max-width: 226px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1399px) {
  .wcu-box_text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .wcu-box_text {
    font-size: 16px;
  }
}

.wcu-box.style2 {
  background: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 4px 21px 0px rgba(179, 193, 219, 0.15);
  padding: 30px;
  gap: 20px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

.wcu-box.style2:before, .wcu-box.style2:after {
  display: none;
}

@media (max-width: 1299px) {
  .wcu-box.style2 {
    display: block;
  }
  .wcu-box.style2 .wcu-box_icon {
    margin-bottom: 15px;
  }
  .wcu-box.style2 .wcu-box_text {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .wcu-box.style2 {
    display: flex;
  }
}

@media (max-width: 767px) {
  .wcu-box.style2 {
    display: block;
  }
}

.wcu-box.style2 .wcu-box_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.wcu-box.style2 .wcu-box_title a {
  color: var(--title-color);
}

.wcu-box.style2 .wcu-box_title a:hover {
  color: var(--theme-color);
}

.wcu-box.style2 .wcu-box_text {
  max-width: none;
}

.wcu-wrap2 {
  /* Extra large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
  .wcu-wrap2 {
    margin-right: -50px;
  }
}

@media (max-width: 1299px) {
  .wcu-wrap2 {
    margin-right: 0;
  }
}

.feature-box1 {
  background:#faeff1;
  border: 1px solid #093f74;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.icon-box1 {
  width: 50px !important;
  height: 50px !important;
  background: white;
  border: 1px solid #00695c !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: absolute;
  top: -25px;
  left: 20px;
}
.icon-box1 img {
  width: 24px !important;
}
.equal-height {
  display: flex;
  align-items: stretch;
}


.feature-list1 {
  list-style: none;
  padding: 0;
  margin-top: 10px;
 
}

.feature-list1 li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.feature-list1 i {
  color: #E20935;
  margin-right: 8px;
  font-size: 16px;
}

/* cta  */
/* Works in Firefox */
select option:hover {
  background-color: red !important;
  color: white !;
}



/* Data-engineering End  */


/*------------------- 4.00. Category -------------------*/
/* Category 1 ---------------------------------- */
.category-sec-wrap .sec-title {
  font-size: 36px;
  margin-bottom: 90px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .category-sec-wrap .sec-title {
    margin-bottom: 80px;
  }
}

@media (max-width: 1199px) {
  .category-sec-wrap .sec-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .category-sec-wrap .sec-title {
    font-size: 28px;
  }
}

.category-sec-wrap .category-slider {
  padding-top: 35px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}

.category-sec-wrap .category-slider .slick-arrow {
  opacity: 1;
  visibility: visible;
  --pos-x: 0;
  top: 20px;
  right: 60px;
  left: auto;
  width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  background: var(--smoke-color);
  box-shadow: none;
  color: var(--theme-color);
}

.category-sec-wrap .category-slider .slick-arrow.slick-next {
  right: 10px;
}

.category-sec-wrap .category-slider .slick-arrow:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 1399px) {
  .category-sec-wrap .category-slider {
    margin-left: 30px;
  }
}

@media (max-width: 1299px) {
  .category-sec-wrap .category-slider {
    margin-top: 80px;
  }
}

@media (max-width: 1199px) {
  .category-sec-wrap .category-slider {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}



@media (max-width: 1299px) {
  .category-sec-wrap .category-shape-arrow {
    top: 50px;
  }
}
.category-shape-arrow {
     
  z-index: 1 !important;            
}



.category-card {
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
  background: var(--white-color, #FFF);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.category-card_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  background-color: var(--smoke-color);
  border-radius: 999px;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin: auto;
  margin-bottom: 20px;
}

.category-card_icon img {
  transition: 0.4s ease-in-out;
}

.category-card_title {
  font-size: 20px;
  font-weight: 500;
  margin-top: -0.23em;
  margin-bottom: 2px;
}

.category-card_title a {
  color: inherit;
}

.category-card_title a:hover {
  color: var(--theme-color);
}

.category-card_text {
  margin-bottom: 17px;
}

.category-card .th-btn {
  padding: 10.5px 20px;
  width: 100%;
}



.category-card:hover .category-card_icon img {
  filter: brightness(0) invert(1);
}

.category-card.style2 {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 30px;
  transition: 0.4s;
}

.category-card.style2 .category-card_icon {
  background: #E8EFFA;
  margin-bottom: 30px;
  transition: 0.4s;
}

.category-card.style2 .category-card_icon img {
  filter: none;
}

.category-card.style2 .box-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.category-card.style2 .category-card_text {
  font-family: var(--body-font);
  display: block;
  margin-bottom: 13px;
}

.category-card.style2 .link-btn {
  font-weight: 600;
  color: var(--title-color);
}

.category-card.style2 .link-btn:hover {
  color: var(--theme-color);
}

.category-card.style2.cat-card2-active, .category-card.style2:hover {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 10px 30px 0px rgba(206, 211, 230, 0.45);
}

.category-card.style2.cat-card2-active .category-card_icon, .category-card.style2:hover .category-card_icon {
  transform: rotateY(180deg);
}

/* Small devices */
@media (max-width: 767px) {
  .category-card {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .category-card_content {
    text-align: center;
  }
  .category-card_title {
    margin-bottom: 10px;
  }
  .category-card_text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Category 2 ---------------------------------- */
.category-list {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid #D0DBE9;
  background: var(--white-color);
  border-radius: 10px;
  margin-left: 30px;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.category-list:before {
  content: '';
  background-color: var(--theme-color);
  width: 0;
  height: 0;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s linear;
  z-index: -1;
}

.category-list_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  background-color: #EBF2FF;
  border-radius: 10px;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin-right: 15px;
  border: 1px solid #D0DBE9;
  margin-left: -30px;
}

.category-list_icon img {
  transition: 0.4s ease-in-out;
}

.category-list_content {
  position: relative;
  overflow: hidden;
  padding: 26px 26px 26px 0;
  width: 100%;
  border-radius: 10px;
}

.category-list .icon-btn {
  margin-left: auto;
  min-width: 50px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  position: absolute;
  bottom: -12px;
  right: -12px;
  opacity: 0;
  line-height: 44px;
  transition: 0.7s;
}

.category-list .icon-btn i {
  margin-left: -8px;
}

.category-list_title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.23em;
  margin-bottom: 2px;
  transition: 0.4s ease-in-out;
  /* Medium Large devices */
  /* Medium Large devices */
}

.category-list_title a {
  color: inherit;
  transition: 0s;
}

@media (max-width: 1399px) {
  .category-list_title {
    font-size: 22px;
  }
}

@media (max-width: 1299px) {
  .category-list_title {
    font-size: 18px;
  }
}

.category-list_text {
  display: block;
  margin-bottom: -0.4em;
  transition: 0.4s ease-in-out;
}

.category-list:hover {
  box-shadow: 0px 10px 12px 0px rgba(13, 94, 244, 0.2);
}

.category-list:hover:before {
  width: 100%;
  height: 100%;
}

.category-list:hover .category-list_title {
  color: var(--white-color);
}

.category-list:hover .category-list_text {
  color: var(--white-color);
}

.category-list:hover .category-list_icon {
  background: var(--theme-color);
}

.category-list:hover .category-list_icon img {
  filter: brightness(99);
}

.category-list:hover .icon-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--white-color);
  opacity: 1;
}

[dir="rtl"] .category-sec-wrap .category-shape-arrow {
  transform: rotateY(180deg);
}

[dir="rtl"] .category-sec-wrap .category-slider .slick-arrow {
  left: 60px;
  right: auto;
}

[dir="rtl"] .category-sec-wrap .category-slider .slick-arrow.slick-prev {
  left: 10px;
  right: auto;
}

[dir="rtl"] .category-sec-wrap .category-slider {
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  [dir="rtl"] .category-sec-wrap .category-slider {
    margin-right: 30px;
    margin-left: 0;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .category-sec-wrap .category-slider {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .category-sec-wrap .category-slider {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .category-sec-wrap .category-slider {
    margin-top: 0;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

.sec-text {
  max-width: 670px;
}

.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 18px;
  }
  .shadow-title {
    font-size: 96px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 28px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 88px;
  }
  .sub-title {
    margin-bottom: 12px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 45px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn {
    --section-title-space: 45px;
  }
}
.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 22px;
  display: block;
}
.accordion-button
{
  border: 1px solid #F5F5F7 !important;
  padding: 3px 19px !important;
}

.sec2-box
{
  min-height: 200px;
}
.accordion-button
{
  font-weight: 600 !important;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; /* Adjust height as needed */
  width: 120px; /* Adjust width as needed */
  overflow: hidden;
}

.icon-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain; /* Keeps the aspect ratio */
}

.category-card_content {
  margin-top: 15px;
}

.category-card_title {
  font-size: 18px;
  font-weight: bold;
}

.category-card_text {
  font-size: 14px;
  color: #555;
}



.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;

}

.card-content {
  flex-grow: 1;
}

.mt-auto {
  margin-top: auto;
}

/* Faq......... */

.accordion-button:not(.collapsed)
{
  background-color: #fde4e9 !important;
}
/* Faq.........  end*/


/* Custom arrow  */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
 
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
 
  transition: background 0.3s ease;
}



.custom-arrow.next {
  right: -25px;
}

.custom-arrow.prev {
  left: -25px;
}

.custom-arrow i {
  font-size: 26px;
  color: #E20935;
}

/* fadeslider  */
.mba-slider-section {
  background-color: black;
  padding-bottom: 130px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 500px;
}
@media (max-width: 767px) {
  .mba-slider-section {
    width: 292px;
    padding-bottom: 0px;
  }
  .mba-container 
  {
    height: 300px !important;
  }
}

.mba-container {
  position: relative;
  height: 400px;
}

.mba-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mba-slide.active {
  opacity: 1;
  z-index: 1;
}

.logo {
  width: 120px;
  /* margin-bottom: 20px; */
}

.person-img {
  /* width: 140px; */
  /* border-radius: 50%; */
  margin-bottom: 20px;
  object-fit: cover;
  height: 140px;
}

.quote {
  color: white;
  font-size: 1.1rem;
  max-width: 500px;
}


/* fade slider end  */


/* career page location  */
.location-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.location-card img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1.6), transparent);
}

.location-text {
  z-index: 2;
}
.loc-city
{
  font-size: 24px;
  color: #E20935;
}

.contact-map
{
  display: flex;
  justify-content: center ;
}
.news-box-items .news-content
{
  min-height: 380px;
}
/* PAGINATION STYLING */
.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 8px;
}

.custom-pagination .page-item {
    list-style: none;
}

.custom-pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #16171A;
    color: #FFFFFF;
    border: 1px solid transparent;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.custom-pagination .page-link:hover {
    background: #E20935;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.custom-pagination .active {
    background: #E20935 !important;
    border-color: #E20935 !important;
    color: #FFFFFF !important;
}

.custom-pagination .disabled {
    opacity: 0.3;
    pointer-events: none;
}

.custom-pagination .prev-next {
    width: auto;
    padding: 0px 18px;
    border-radius: 40px;
}


