@font-face {
  font-family: Montserrat-Black;
  src: url(font/Montserrat-Black.ttf);
  }
@font-face {
  font-family: Montserrat-Bold;
  src: url(font/Montserrat-Bold.ttf);
  }
@font-face {
  font-family: Montserrat-Medium;
  src: url(font/Montserrat-Medium.ttf);
  }
@font-face {
  font-family: Montserrat-Regular;
  src: url(font/Montserrat-Regular.ttf);
  }

  html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 25px;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: Montserrat-Regular;
}
/* Optional: Reset container margins/padding */
/* .container,
.container-fluid,
.row {

  overflow-x: hidden !important;
} */
img {
  max-width: 100%;
  height: auto;
}

img:focus {
  outline: none;
}

a {
  color: #707070;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2B2B2B;
  outline: none;
}


/* ===========header start===========  */

.logo{
  float: left;
  /* width: auto; */
  max-width: 300px;
  height: auto;
}

.menu_mainbox{
  float: right;
  width: auto;
  position: relative;
  z-index: 50;
}
.menu_box{
  float: right;
  width: auto;
  margin: 20px 0 0 0;
}
.menu_box ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.menu_box li{
  float: left;
  width: auto;
  list-style-type: none;
  position: relative;
}
.menu_box li a{
  float: left;
  width: auto;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  padding: 7px 12px;
  line-height: normal;
  position: relative;
  font-family: Montserrat-Regular;
  border-radius: 20px;  
  text-decoration: none;
  transition: color 0.3s ease;
  /* padding-bottom: 3px; */
}
.menu_box li a:hover{
  color: #131842;
}
.menu_box li a:hover::after {
  width: 100%;
}
.menu_box li .select{
  background-color: #131842;
  color: #000;
}

.toggle_menu{
  display: none;
}
.toggle_menu_close{
  display: none;
}

header{
  /* background-color: #00000070; */
  background-color: #fff;
  position: relative;
  z-index: 50;
  text-transform: capitalize;
  /* border-bottom: 3px solid #9a0601; */
}
.menu_box li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background-color: #00BFFF; /* underline color */
  transition: width 0.3s ease;
}
.menu_box li:last-child a::after {
  display: none;
}
.bcta {
  background-color: #131842;
  -webkit-border-radius: 10px;
  border-radius: 10px ;
  border: none; 
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat-Bold;
  font-size: 18px !important;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  margin: -3px 0 0 10px;
}
.bcta:after{
  display: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
  50% { background-color: #131842; -webkit-box-shadow: 0 0 40px #131842; }
  100% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
}

@-moz-keyframes glowing {
  0% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
  50% { background-color: #131842; -webkit-box-shadow: 0 0 40px #131842; }
  100% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
}

@-o-keyframes glowing {
  0% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
  50% { background-color: #131842; -webkit-box-shadow: 0 0 40px #131842; }
  100% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
}

@keyframes glowing {
  0% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
  50% { background-color: #131842; -webkit-box-shadow: 0 0 40px #131842; }
  100% { background-color: #131842; -webkit-box-shadow: 0 0 3px #131842; }
}
.apply-now-btn{
  padding: 10px 20px !important;
  width: 200px;
  display: none;
  align-items: center;
  margin: 0 auto;
  background-color: #131842;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
}
.know-more-btn button{
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  color: #fff;
  background-color: #00BFFF;
  border-radius: 20px;
  border: 0;
  padding: 10px 20px;
}
.know-more-btn button span{
  font-family: 'Montserrat-Black';
}

/* --- Dropdown arrow icon --- */
.menu-item-has-childrenn > a::before {
  content: "\f2f6"; /* FontAwesome arrow icon */
  font-family: "FontAwesome";
  position: absolute;
  right: 0px;
  top: 11px;
  font-size: 12px;
  color: #00befe;
}
/* --- Glowing NEW badge --- */
.new-badge {
  background: #000; /* black base to make text pop */
  font-weight: 700;
  font-size: 8px !important;
  padding: 4px 8px;
  border-radius: 10px;
  position: absolute;
  top: -7px;
  right: -7px;
  text-transform: uppercase;
  animation: pulse 1.5s infinite;
  /* border: 1px solid #fff; */
}

/* Animated gradient text */
.new-badge {
  background: linear-gradient(90deg, #ff2e63, #ffc107, #ffe600, #00befe, #131741);
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  background-size: 300% 300%;
  animation: pulse 1.5s infinite, textGlow 2s linear infinite;
}

/* Pulse border animation */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,46,99,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(255,46,99,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,46,99,0); }
}

/* Smooth color-shift on the text */
@keyframes textGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.main-menu > li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
/* Rotate arrow when submenu visible */
.menu-item-has-childrenn:hover > a::before {
  transform: rotate(90deg);
}

/* Basic submenu styling */
ul.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.35s ease;
  z-index: 999;
}

ul.submenu li {
  white-space: nowrap;
}

ul.submenu li a {
  display: block;
  padding: 10px 18px;
  color: #131842;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}
.submenu li a:hover::after {
    width: 90%;
}
.submenu li a:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: #00BFFF; /* underline color */
  transition: width 0.3s ease;
}
.submenu li:last-child a::after {
  display: block;
}
/* Show submenu on hover */
.menu-item.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown icon styling */
.dropdown-icon {
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Rotate icon when hovered */
.menu-item.has-submenu:hover .dropdown-icon {
  transform: rotate(180deg);
}

/* Optional: Make parent <li> relative to position submenu properly */
.menu-item.has-submenu {
  position: relative;
}


#header-sticky.scrolled {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
}

/* ===========header ends============  */

/* =========== Banner Section Start ============ */

#banner{
  margin: 0 !important;
}
.banner_section{
  padding: 0;
}
.banner_box {
  background-image: url(../images/banner-img.webp);    
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eceeee;
  padding: 0 0 25px 0;
  min-height: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.home_banner_slider {
  float: left;
  width: 100%;
  min-height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
  color: #fff;
  font-family: Montserrat-Regular;
} 

.banner-content h1 span {
  color: #fdab00;
  font-family: Montserrat-Black;
}
.banner4-content{
  margin-left:-30px !important;
}
.heading_banner {
  color: #FFF;
  font-size: 26px;
  line-height: 30px;
}

.heading_banner1 {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.heading_banner span {
  color: #fdab00;
  font-weight: 700;
}

.banner-content ul {
  margin: 15px 0 0 0;
  padding: 0;
}

.registration-btn {
  display: none;
}
.scopex-logo{
  width: 40%;
  margin: 120px auto 20px auto;
}
.banner_heading1 p{
    font-family: 'Montserrat-Regular';
    font-size: 45px;
    color: #fff;
    line-height: 50px;
  }

  .banner_heading1 p span {
    font-family: 'Montserrat-Bold';
    font-size: 45px;
    color: #fff;
  }

/*---------- Categories Sections starts --------------*/
 .category-section {
  margin: -60px 0 0 0;
}

.occassion_whitebox {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px grey;
  margin: 0px 0 60px 0;
  position: relative;
  z-index: 5;
  padding: 25px 20px 20px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column; /* keeps heading on top */
  align-items: center;
}

.category-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #131842;
  /* margin-bottom: 25px; */
  font-family:  'Montserrat-Regular';
  /* text-transform: uppercase; */
}

/* Container for all icons */
.occassion-list-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
/* Each item */
.occassion_list {
  flex: 1 1 22%;
  text-align: center;
  color: #000;
  min-width: 150px;
  text-decoration: none;
}
.occassion_list:hover {
  color: #131842;
}

.occassion_list_img {
  display: flex;
  justify-content: center;
}

.occassion_list:hover .occassion_list_img_inner {
  margin-top: -10px;
}

.occassion_list_img_inner {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
  transition-duration: 0.3s;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.occassion_list_img img {
  max-height: 40px;
  transition-duration: 0.3s;
}

.occassion_list:hover img {
  max-height: 45px;
}

.occassion_list_head {
  margin-top: 10px;
  font-size: 15px;
  font-family: 'Montserrat-Regular';
}
/* --------Categories Sections ends ----------------*/

/* <!------------------------About Us section starts--------------------------> */
  .abt-us{
    margin: 30px auto;
    position: relative;
    z-index: 1;
}
.abt-us-row{
  display: inline-flex;
}
.course-content .course-section-heading {
    color: #000;
    font-family: 'Montserrat-Black';
    font-size: 45px;
    padding: 0 0 5px 80px;
    position: relative;    
    z-index: 1;
}
.course-content .course-section-heading:before {
    content: "";
    position: absolute;
    left: 60px;
    right: 0px;
    top: 0px;
    background: #131842;
    width: 4px;
    height: 45px;
    margin: 7px 0 0 0px;
}
.abt-us .course-images{
    position: relative;
    height: 350px; 
    margin-bottom: 60px;
}
.abt-us .course-bg-hlights {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.course-main-hlights {   
    position: absolute;
    top: 60px;
    right: 50px;
    max-height: 220px;
}
.course-content p{
    font-size: 16px;
    margin-left: 60px;
    font-family: 'Montserrat-Regular';
    text-align: justify;
    line-height: 20px;
}
.course-main-hlights-mob{
    display: none;
 }
 .know-more-btn-aboutus button{
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  color: #fff;
  background-color: #131842;
  border-radius: 20px;
  border: 0;
  padding: 5px 20px;
  margin: 0 0 20px 0px;
 }
.know-more-btn-aboutus button span{
  font-family: 'Montserrat-Black';
}


.abt-us-row::after {
    position: absolute;
    content: "";
    left: -152px;
    bottom: 315px;
    background-image: url(../images/gear-blue.webp);
    background-repeat: no-repeat;
    width: 450px;
    height: 450px;             /* match the gear size */
    background-size: contain;   /* keep aspect ratio */
    opacity: 0.5;
    animation: spinGear 20s linear infinite;
    z-index: -1;
    transform-origin: center center; /* rotate around center */
}

@keyframes spinGear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*.know-more-btn{
    margin: 0 0 20px 120px;
} */

/*---------------- About Scopex section---------------- */
.abt-scopex{
  margin-bottom: 60px;
}
 /* LEFT SIDE VIDEO */
.abt-left-img {
  position: relative;
  z-index: 3;
}

.abt-left-img .video-frame {
  position: relative;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: -120px; /* overlap right section */
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.about-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}
/* Overlay Play Button */
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

/* When playing, hide the overlay (pause button) */
.video-frame.playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

/* When hovered, show it again */
.video-frame:hover .video-overlay {
  opacity: 1;
  pointer-events: all;
}
.play-btn, .fullscreen-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
}

.play-btn:hover, .fullscreen-btn:hover {
  transform: scale(1.1);
  background: #00BFFF;
  color: #fff;
}

/* Position fullscreen button bottom-right */
.fullscreen-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-frame:hover .fullscreen-btn {
  opacity: 1;
}
/* RIGHT SIDE BACKGROUND */
.abt-rt-bg {
  position: relative;
  background-image: url(../images/abt-rt-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 60px 0;
  height: auto;
  z-index: 1;
  /* border-radius: 0 20px 20px 0; */
  /* margin-left: -80px; overlap to the left video */
}

.abt-rt-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.35); */
  z-index: 0;
}

/* TEXT STYLING INSIDE RIGHT SECTION */
.new-section-heading {
  color: #fff;
  font-family: 'Montserrat-Black';
  font-size: 42px;
  padding: 0px 0 10px 160px;
  position: relative;
  z-index: 3;
}

.new-section-heading:before {
  content: "";
  position: absolute;
  left: 140px;
  top: 10px;
  width: 4px;
  height: 45px;
  background: #fff;
}

.abt-rt-bg p {
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  color: #fff;
  padding: 0 30px 0 160px;
  line-height: 22px;
  z-index: 3;
  position: relative;
  text-align: justify;
}

/* BUTTON */
.know-more-btn-yl button {
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  color: #fff;
  background-color: #00BFFF;
  border-radius: 20px;
  border: 0;
  padding: 8px 25px;
  margin: 20px 0 0 160px;
  z-index: 3;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}

.know-more-btn-yl button:hover {
  background-color: #e0a800;
}

/* Paragraph container */ 
.scopex-text { 
  max-height: 130px; 
  overflow: hidden; 
  position: relative; 
  transition: max-height 0.8s ease-in-out; 
} 

/* Fade-out effect when collapsed */ 
.scopex-text.collapsed::after { 
  content: ""; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  height: 60px; 
  /* background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6)); */ } /* Expanded state */ 

  .scopex-text.expanded { 
    max-height: 1500px; /* adjust if paragraph is longer */ 
  } 
    
  /* Button styling */
  .know-more-btn-yl button { 
    background-color: #00BFFF;
    border: none;
    padding: 10px 25px; 
    font-weight: bold; 
    border-radius: 50px; 
    cursor: pointer; 
    transition: all 0.3s ease; 
  } 

  .know-more-btn-yl button:hover { 
    background-color: #fff;
    border:2px solid #00BFFF; 
    color: #00BFFF;
  }

/* RESPONSIVE FIXES */
@media (max-width: 991px) {
  .abt-left-img .video-frame {
    margin: 0 auto 20px auto;
    max-width: 100%;
  }

  .abt-rt-bg {
    margin-left: 0;
    padding: 50px 20px;
  }

  .new-section-heading {
    padding-left: 30px;
  }

  .new-section-heading:before {
    left: 10px;
    margin: 0;
  }

  .abt-rt-bg p {
    padding-left: 30px;
  }

  .know-more-btn-yl button {
    margin-left: 30px;
  }
}

/* <!------------------------About Us section ends--------------------------> */

/* <!------------------------Themes Section Starts--------------------------> */
.specialization{
  position: relative;
  /* margin-bottom: 40px; */
  background-size: cover;
  background-image: url(../images/spl-bg.webp);
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0 60px 0;
  height: auto;
  z-index: 1;
}
.specialization::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00000008; /* adjust opacity here */
  z-index: 2;
}
.spl-row{  
  position: relative;
  z-index: 3;
}
.specialization::after {
    position: absolute;
    content: "";
    right: -92px;
    top: -77px;
    background-image: url(../images/gear-white.webp);
    background-repeat: no-repeat;
    width: 450px;               /* match the gear size */
    height: 450px;              /* match the gear size */
    background-size: contain;   /* keep aspect ratio */
    opacity: 0.8;
    animation: spinGear 20s linear infinite;
    z-index: 2;
    transform-origin: center center; /* rotate around center */
}

@keyframes spinGear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* @keyframes slide-banner{
  0% {
    top: 0%;
}
100% {
    top: 50%;
}
} */
.int_aboutus_service_section .heading {
  font-family: 'Montserrat-Black';
  font-size: 45px;
  color: #000000;
  line-height: 46px;
  /* padding-bottom: 30px; */
}

.int_aboutus_service_section {
  padding: 0px 0 30px;
}
.int_heading {
  /* margin-top: 30px; */
  z-index: 1;
  text-align: center;
}
.int_service_box2 {
  text-align: end;
  padding: 20px 20px;
  border: solid 1px #efefef;
  margin-bottom: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  /* box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1); */
  height: 260px;
  align-items: center;
  background:#F5F5F5;
}

.int_service_box2 h4 {
  color: #222222;
  font-size: 16px;
  position: relative;
  text-align: left;
  font-family: 'Montserrat-Bold';
  padding: 0 20px 0 0px;
}
.int_service_box2 ul {
  margin-top: 14px;
  /* border-top: 1px solid; */
  color: #222222;
  font-size: 14px;
  position: relative;
  padding: 10px 26px;
  text-align: left;
  font-family: 'Montserrat-Regular';
}
.int_service_box2 ul:before {
    content: "";
    position: absolute;
    left: 11px;
    right: 0px;
    top: 0px;
    background: #131842;
    width: 90%;
    height: 1px;
    margin: 0px 0 0 0px;
}
.int_service_box2 ul li::marker {
  color: #131842;
}
.int_service_box2:hover ul li::marker {
  color: #00BFFF;
}
.int_service_box2:hover {
  background: #131842;
}
.int_service_box2:hover .white-icon  {
    display: block;
    background-color: #00BFFF;
    margin: 0 5px;
}
.int_service_box2:hover .black-icon  {
  display: none;
}
.int_service_box2:hover h4{
  color: #fff;
}
.int_service_box2:hover ul li{
  color: #fff;
}
 .int_service_box2:hover ul:before {
    content: "";
    position: absolute;
    left: 11px;
    right: 0px;
    top: 0px;
    background: #fff;
    width: 275px;
    height: 1px;
    margin: 0px 0 0 0px;
}
.int_service_box2 img{ 
  height: auto; 
  align-items: center;
  flex-direction: column;
  transition-duration: 0.3s;
  margin: 0px 0 0 0;
  max-height: 50px;
  background: #131842;
  padding: 10px 10px;
  border-radius: 10px;  
}

.white-icon{
  display: none;
}

@keyframes fadeInUp{
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


  .specialization .board_name{
    font-size: 16px;
    background-color: #efefef;
    align-items: center;
    color: #222222;
    display: flex;
    flex-direction: column;
    height: 270px;
    float: left;
    width: 100%;
    position: absolute;
    transition-duration: 0.3s;
    padding: 20px 15px 40px 20px;
    text-align: left;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.35);
  }
  .specialization .board_list{
    min-height:250px;
    text-align: left;
    position: relative;
    margin: 35px auto; 
    /* width:200px; */
  }
  
  .specialization .board_list:hover .board_name {
    background-color: #2c357d;
    background-image: url(../images/white-bg.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -20px;
    transition: 0.7s;
    /* background-position: 111% 110%; */
    background-position: 60% 40%;
    color: #FFF;
  }

.tp-services-item-shape {
    position: absolute;
    right: -20px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -3;
}
  .specialization .board_name:hover .board_txt{
    color: #fff;
  }
 
  .team__item-shape2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.1;
  top: 70px;
  right: 25px;
}
.team__item-shape3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.1;
  bottom: 200px;
  left: 25px;
}

.team__item--bgcolor2 .team__item-inner {
  background-color: #121212;
}
.team__item:hover .team__item-author h6 {
  color: #fff;
}
.team__item:hover .team__item-thumb--style1 img {
  transform: translateY(0);
}
.team__item:hover .team__item-thumb--style2 img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.team__item:hover .team__item-shape1, .team__item:hover .team__item-shape2, .team__item:hover .team__item-shape3 {
  opacity: 1;
  transform: rotate(45deg);
}
.team--details .team__thumb {
  border-radius: 20px;
}
.team--details .team__thumb img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  object-fit: cover;
}
.team--details .team__thumb img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.team--details .team__content > span {
  color: var(--warning-color);
}
.team--details .team__content > span i,
.team--details .team__content > span svg {
  color: var(--warning-color);
}
/**************************Themes section ends**************/

/* <!-------------------Important Dates section starts--------------------> */
/* Transparent table background */
.table {
  background-color: transparent !important;
  border-collapse: collapse !important;
}

/* Table header */
.table th {
  text-align: center;
  color: #f5f5f5;
  /* background: rgba(19, 24, 66, 0.85);  */
  background: #131842;
  /* background: linear-gradient(180deg, #2c357d 0%, #00bfff 26%, #153354 100%); */
  font-family: 'Montserrat-Black';
  font-size: 20px;
  border: 2px solid rgba(136, 136, 136, 0.3);
}

/* Table body */
.table td {
  text-align: center;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5); /* translucent black for readability */
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Optional: alternate row effect */
.table-striped > tbody > tr:nth-of-type(even) > td {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Remove hard black background */
tbody td {
  background-color: transparent !important;
  align-content: center;
}

/* Maintain responsiveness */
.table-responsive {
  background: transparent !important;
}

/* Section background image adjustments */
.imp-dates {
  background-image: url(../images/imp-date-bg.webp);
    /* background-image: url(../images/winners/1275.jpg); */
  background-size: cover; /* use cover to fill section */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  /* padding: 80px 0 40px 0; */
  padding: 30px 0;
  height: auto; /* allow section to grow with table */
}
.imp-dates .course-section-heading {
    color: #fff;
    font-family: 'Montserrat-Black';
    font-size: 45px;
    position: relative;
   /* padding: 80px 0 30px 0; */
   padding: 20px 0;
}
/* <!-------------------Important Dates section ends--------------------> */

/* <!-- Finalists-2025 section starts --> */

.logo-tabs-section {
    padding: 60px 0;
    text-align: center;
}

.tabs-container {
    max-width: 900px;
    margin: auto;
}
.logo-tabs-section .txt-heading h2 {
    color: #292929;
    /* padding: 25px 0; */
    position: relative;
    z-index: 0;
    left: 0;
    font-family: 'Montserrat-Black';
    font-size: 45px;
}
.tab-buttons {
    margin-bottom: 30px;
    text-align: center;
}

.tab-btn {
    padding: 12px 25px;
    border: none;
    background: #131842db;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease;
    color: #fff;
    width: 70%;
}

.tab-btn.active {
    background: #00BFFF !important;
    color: #fff;
    font-weight: bold;
    transform: scale(1.05);
}

.tab-btn:hover {
    background: #131842;
}

.tab-content {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 20px 0;
}

.tab-content.active {
    display: flex;
}
 
.logo-box {
    width: 220px;
    height: 220px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.logo-box:hover {
    transform: scale(1.08);
}

.logo-box img {
    max-width: 100%;
}
.tab-content img{
  width: 80%;
  border-radius: 8px;
  transform: scale(0.9);
  transition-duration: 0.5s;
}

.tab-content p{
    background: #f1f1f1;
    padding: 25px 0px;
    font-size: 20px;
    margin: 0 auto;
    width: 80%;
    height: -webkit-fill-available;
     border-radius: 8px;
    transform: scale(0.9);
    transition-duration: 0.5s;
    /* border: 1px solid #000; */
}
.tab-content img:hover, .tab-content p:hover {
    transform: scale(1.0);
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
} 
/* Tablet – 2 logos per row */
@media (max-width: 768px) {
  .logo-box {
    width: 45%;
  }
}

/* Mobile – 1 logo per row */
@media (max-width: 480px) {
  .logo-box {
    width: 100%;
  }
}
/* <!-- Finalists-2025 section ends --> */

/**************************Registration LInk section starts**************/
.eligibility{
    position: relative;
    margin: 0px 0 0 0;    
    padding: 80px 0 20px 0;
}
.elig-bg{
  background-color: #f5f5f5;
  /* box-shadow: 0px 5px 28px #00000047; */
  border-radius: 30px;
  /* margin: 0 0 57px 0; */
  position: relative;
  top: 20px;
}
.eligibility-head .heading {
  font-family: 'Montserrat-Black';
  font-size: 30px;
  color: #000000;
  text-align: center;
  padding: 30px 0 10px 0px;
}
.eligibility-head {
  padding: 30px 40px;
}
.content{
  background-color: #131842;  
  border-radius: 70px;
  text-align: center;
  width: 90%;
  /* float: right; */
  align-items: center;
}
.eligibility-head h4{
  font-family: 'Montserrat-Black';
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 0px 30px;
  /* border-right: 1px solid; */
  margin: 20px 0;
}
.eligibility-head p span{
 font-family: 'Montserrat-Black';
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
}
.eligibility-head p{
 font-family: 'Montserrat-Black';
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0px 0px;
  margin: 20px 0;
}
.qr-img{
  width: 50%;
}
.lastdate-line{
  position: relative;
}
.lastdate-line::before{
    content: "";
    position: absolute;
    left: 12px;
    right: 0px;
    top: -30px;
    background: #fff;
    width: 1px;
    height: 60px;
    margin: 0px 0 0 0px;
}
/**************************Registration LInk section ends**************/

/* Past Participants section starts */
.recruiters_section {
    padding: 0 0 60px 0;
    /* background-color: #F0F0F0; */
}
.recruiters_section .txt-heading h2 {
    color: #292929;
    /* padding: 25px 0; */
    position: relative;
    z-index: 0;
    left: 0;
    font-family: 'Montserrat-Black';
    font-size: 45px;
}
.recruiters_logobox {
    /* margin: 0 0 25px 0; */
    overflow: hidden;
    transition-duration: 0.5s;
}
.recruiters_logobox img {
    transform: scale(0.9);
    transition-duration: 0.5s;
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 150px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    display: block;
}
.recruiters_logobox:hover img {
    transform: scale(1.0);
}
/* Past Participants section ends */

/* footer section start */
.footer {
    background-color: #131842;
    color: #fff;
    font-weight: 400;
}
.footer__wrapper {
    z-index: 2;
}
.footer__top--style1 {
    padding: 50px 0 0px 0 ;
}
.footer__about-moto {
    max-inline-size: 55ch;
    margin-block-end: 32px;
    margin: 20px 0 0 0;
}
.footer__links-tittle h6 {
    margin-block-end: 20px;
    color: #fff;
    font-size: 20px;
}
.footer__linklist-item a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: rgb(255 255 255 / 60%);
    text-decoration: none;
    position: relative;
}
.footer__links-content .footer__app-thumb{
  text-align: center;
}
.footer__app-thumb img{
  width: 60%;
}
.footer__linklist-item a::after {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s ease-out;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
}
.footer__linklist{
    list-style: none;
    padding: 0;
}
.footer__linklist-item{
  margin-bottom: 10px;
}
.footer__linklist-item a:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    color:#fff;
}
.footer__linklist-item a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: rgb(255 255 255 / 60%);
    display: inline-block;
}
.footer__linklist-item a:hover::after {
    opacity: 1;
    left: -12px;
}
.made_by_text {
  padding: 50px 0 15px 0;
  display: block;
  /* border-top: 1px solid #ddd; */
}
hr{
  color: #fff !important;
}

.footer__about-logo img{
  background: #fff;
  padding: 14px;
  border-radius: 20px;
}
.social{
  display: flex;
  width: 55%;
  text-decoration: none;
  list-style-type: none;
  align-items: center;
  gap: 15px;
}
.social__link--style22 {
    display: grid;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    width: 34px;
    height: 34px;
    border-radius: 99px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .social__link--style22 svg, .social__link--style22 i {
    font-size: 1.125rem;
  }
  .social__link--style22 svg, .social__link--style22 i {
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 1rem;
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.footer-web-dtls a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer-web-dtls a:hover {
  color: #00bfff;
}

/* Footer section ends */

/* Top button start */
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #00BFFF;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 40px;
  font-size: 22px;
  opacity: 0.5;
  height: 40px;
  width: 40px;
  margin-bottom: 60px; /* FIX ADDED */

  animation: bounceInDown 2s;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
}
60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
#myBtn:hover {
  opacity: 1;
}
/* Top button ends*/

/*-------------------------------- Event Details Page Starts-------------------------- */

/* Who can participate section starts */
.participate-section, .ev-section{
    padding: 20px 0;
}
.part-round-section{
  /* background-color: #12173a; */
  background-image: url(../images/event-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.part-round-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00000094; /* adjust opacity here */
  z-index: 2;
}
.ev-part-round-row {
    position: relative;
    z-index: 3;
}
.part-round-section .course-section-heading{
    color: #fff;
    font-family: 'Montserrat-Black';
    font-size: 45px;
    position: relative;
    padding: 20px 0 30px 0;
}
.part-round-section .custom-list li{
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    list-style: none;
    font-family:'Montserrat-Regular'
}
.participate-section .course-section-heading, 
.ev-section .course-section-heading{
    color: #000;
    font-family: 'Montserrat-Black';
    font-size: 45px;
    position: relative;
    padding: 20px 0 30px 0;
}

.participate-section .custom-list li, 
.ev-section .custom-list li{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    list-style: none;
    font-family:'Montserrat-Regular'
}
.custom-list li::before, 
.part-round-section .custom-list li::before,
.ev-section .custom-list li::before{
    content: "\2713";
    position: absolute;
    left: 0;
    color: #1b71be;
    font-weight: bold;
}
/* Who can participate section end*/
/*-------------------------------- Event Details Page Ends-------------------------- */

/*-------------------------------- Mentor Page Starts-------------------------- */
.mentor_banner_section .mentor-banner {
    background-image: url(../images/mentor/mentor-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #171717;
    padding: 0 0 25px 0;
    min-height: 350px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.mentor_banner_section .mentor-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #13184269; /* adjust opacity here */
  z-index: 2;
}

.speakers_section {
  background-image: url(../images/mentor/mentor-bg.webp);
  background-repeat: no-repeat;
    background-position: 66%;
    background-size: cover;
  /* background: linear-gradient(135deg, #f9fafc, #ffffff); */
  padding: 60px 0;
  font-family: 'Montserrat-Regular';
  position: relative;
}
.speakers_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1318420d;
    z-index: 2;
}
.speaker-row {
    position: relative;
    z-index: 3;
}
/* Heading */
.mentor-heading span {
  display: inline-block;               /* helps background-clip behave consistently */
  font-family: 'Montserrat-Regular';
  font-size: 40px;
  font-weight: 800;
  line-height: 36px;
  padding: 30px 0 50px 0;
  z-index: 3;

  /* stroke (outline) */
  -webkit-text-stroke: .1px #000;       /* stroke color and thickness */

  /* make fill transparent so the background gradient shows through */
  -webkit-text-fill-color: transparent;
  color: transparent;

  /* background gradient that will slide to reveal the fill */
  background: linear-gradient(90deg, #fdc218 0%, #fdc218 50%, rgba(253,194,24,0.1) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;

  /* allow text to use the background */
  -webkit-background-clip: text;
  background-clip: text;
  /* text-shadow: 1px 1px 6px rgba(0,0,0,0.6); */
  /* animation */
  animation: drawStroke 5s ease forwards;
}

/* animate left -> right */
@keyframes drawStroke {
  from { background-position: 100% 0; }
  to   { background-position: 0 0; }
}


/* Mentor Cards */
.speakers_card {
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
.speakers_card:hover {
  transform: translateY(-5px);
}

/* Mentor Image */
.speakers_img img {
  width: 230px;
  height: 230px;
  object-fit: inherit;
  border-radius: 50%;
  border: 4px solid #00bfff4d;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
}
.speakers_card:hover .speakers_img img {
  transform: scale(1.05);
  border-color: #00bfff;
}

/* Text content */
.speakers_content {
  padding-top: 12px;
}
.speakers_content_left {
  font-weight: 700;
  color: #131842;
  font-size: 20px;
}
.speakers_content_right span {
  display: block;
  font-size: 15px;
  color: #555;
  margin-top: 4px;
}
.speakers_content_right a {
  color: #131842;
  text-decoration: none;
  transition: color 0.3s ease;
}
.speakers_content_right a:hover {
  color: #00bfff;
}

/* Divider line */
.sp-hr {
  border: 0;
  height: 2px;
  width: 100%;
  margin: 50px auto;
  background: linear-gradient(to right, transparent, #131842, transparent);
  border-radius: 2px;
}

/* Venue Section */
.row.justify-content-center.pt-4 h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.web-dtls a {
  color: #131842;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  z-index: 3;
  padding-left: 5px;
}
.web-dtls a:hover {
  color: #00bfff;
}


/* Animation on appear */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.speakers_card {
  animation: fadeUp 0.8s ease forwards;
}


/*-------------------------------- Mentor Page Ends-------------------------- */

/*-------------------------------- Team Page Starts-------------------------- */
.team_banner_section .team-banner {
    background-image: url(../images/team/team-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #171717;
    padding: 0 0 25px 0;
    min-height: 350px;
    width: 100%;
    position: relative;
}
.team_banner_section .team-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #13184269; /* adjust opacity here */
  z-index: 2;
}

/* Teams section starts */
.team-section {
  background: linear-gradient(120deg, #f9f9f9, #f3f6fb);
  padding: 40px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  color: #131842;
  margin-bottom: 60px;
}
.convenor {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    margin: 30px 0;
    /* margin-bottom: 50px; */
    transition: transform 0.3s ease;
}
.convenor-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover; /* keeps natural ratio & fills circle */
  object-position: top; /* centers face area */
  background-color: #fff; /* adds clean background if image isn’t full */
  border: 3px solid #00BFFF;
  box-shadow: 0 0 5px rgba(0,0,0,0.1); /* subtle polish */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dept-cards-row{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;    
}
.department {
  /* background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  padding: 30px 20px;
  margin-bottom: 0px;
  transition: transform 0.3s ease;

  flex: 0 1 calc(50% - 15px); /* 15px = gap/2 -> results in two columns with 30px gap */
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.department:hover, .convenor:hover {
  transform: translateY(-5px);
}

.dept-title {
  font-size: 30px;
  color: #131842;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.head-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover; /* keeps natural ratio & fills circle */
  object-position: top; /* centers face area */
  background-color: #fff; /* adds clean background if image isn’t full */
  border: 3px solid #00BFFF;
  box-shadow: 0 0 5px rgba(0,0,0,0.1); /* subtle polish */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.head-member img:hover, .convenor-member img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #7c9eff;
}

.head-member h4, .convenor-member h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #131842;
}

.head-member p {
  font-size: 14px;
  color: #555;
}

.sub-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
}

.sub-card {
  text-align: center;
  width: 150px;
}

.sub-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover; /* keeps natural ratio & fills circle */
  object-position: top; /* centers face area */
  background-color: #fff; /* adds clean background if image isn’t full */
  border: 2px solid #00BFFF;
  box-shadow: 0 0 5px rgba(0,0,0,0.1); /* subtle polish */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sub-card img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #7c9eff;
}

.sub-card h5 {
  margin-top: 10px;
  font-size: 14px;
  color: #131842;
  font-weight: 600;
}

.head-member img:hover,
.convenor-member img:hover,
.sub-card img:hover {
  transform: scale(1.08);
  box-shadow: 0 0 10px rgba(124, 158, 255, 0.7);
}
/*-------------------------------- Team Page Ends-------------------------- */
 
/*-------------------------------- Winners Page Starts-------------------------- */
/* .padding-top {
  padding-block-start: 80px;
} */
.padding-bottom {
  padding-block-end: 80px;
}
.mb-15 {
    margin-block-end: 15px !important;
}
.section-header h2{
  color: #000;
  font-family: 'Montserrat-Black';
  font-size: 30px;
  position: relative;
  padding: 40px 0 20px 0;
}

.scopex-overlay-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.scopex-overlay-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  border-radius: 12px;
}

.scopex-overlay-card:hover img {
  transform: scale(1.05);
}

/* Overlay background for bottom area */
.scopex-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 12px 12px;
}

/* Text with its own background box */
.scopex-overlay h4 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6); /* soft transparent background */
  backdrop-filter: blur(3px); /* adds a nice glass effect */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Optional: Hover animation for a subtle glow */
.scopex-overlay-card:hover .scopex-overlay h4 {
  background: rgba(0, 0, 0, 0.75);
  transform: scale(1.03);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .scopex-overlay h4 {
    font-size: 15px;
    padding: 6px 10px;
  }
}
/*-------------------------------- Winners Page Ends-------------------------- */ 

/*-------------------------------- Sponsors Page Starts-------------------------- */
.sponsor_banner_section .sponsor-banner {
    background-image: url(../images/sponsors/sponsors.webp);
    background-repeat: no-repeat;
    background-position: 100% 67%;
    background-size: cover;
    background-color: #fff;
    padding: 0 0 25px 0;
    min-height: 350px;
    width: 100%;
    position: relative;
}
.sponsor_banner_section .sponsor-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #13184269; /* adjust opacity here */
  z-index: 2;
}

.sponsors-section .element-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding: 0px 0 50px 0;
    text-align: center;
}

/* Grid spacing */
.sponsors-grid {
    row-gap: 30px;
}

/* Sponsor Card */
.sponsor-card {
    background: #fff;
    border: 1px solid #eee;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    position: relative;
    z-index: 4;
}

.sponsor-card img {
    max-width: 100%;
    max-height: 80px;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

/* Hover Effect */
.sponsor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    border-color: #00bfff;
}

.sponsor-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .sponsor-card {
        height: 120px;
    }

    .sponsor-card img {
        max-height: 60px;
    }
}


.sponsors-section {
    padding: 80px 0;
    background: url("../images/sponsors/sponsors-bg.webp") center center / cover no-repeat;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
}
.sponsors-section ::before {
    content: "";
    position: absolute;
    background-color: #13184200; /* adjust opacity here */
    inset: 0;
    z-index: 2;
}
.particles-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.particles-bg span {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    animation: floatParticles 30s linear infinite;
    opacity: 0.6;
}
@keyframes floatParticles {
    from {
        transform: translateY(100vh);
    }
    to {
        transform: translateY(-10vh);
    }
}
.sponsors-section .container {
    position: relative;
    z-index: 2;
}
/* -------------------------------- Sponsors Page Ends-------------------------- */

/**************************media queries(For Responsive)**************/
@media screen and (min-width:1801px) and (max-width:2000px) {
.banner_box {
    background-image: url(../images/banner-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #171717;
    padding: 0 0 25px 0;
    min-height: 750px;
    width: 100%;
}
.abt-left-img .girl-img {
    border-radius: 15px;
    max-height: 340px;
    object-fit: cover;
    float: right;
    margin: 0 -114px 0 0;
}
.vh-row::before {
    left: 100px;
    width: 87.5%;
}
  .specialization::after {
    position: absolute;
    content: "";
    right: 115px !important;
    top: -77px;
  }
  .abt-rt-bg {
    padding: 50px 0 120px 0;
  }
  .sponsor_banner_section .sponsor-banner {
    background-position: 100% 71%;
  }
  .mentor_banner_section .mentor-banner {
    background-position: 100% 43%;
  }
}
@media screen and (min-width:1701px) and (max-width:1800px) {
.vh-row::before {
    left: 78px;
    width: 88.7%;
}
  .specialization::after {
    position: absolute;
    content: "";
    right: 115px !important;
    top: -77px;
  }
  .abt-rt-bg {
    padding: 50px 0 120px 0;
  }
}
@media screen and (min-width:1501px) and (max-width:1700px) {
  .abt-rt-bg {
      position: relative;
      padding: 0 0 60px 0;
  }
  .abt-left-img .girl-img {
    border-radius: 15px;
    max-height: 290px;
  }
  .vh-row::before {
    left: 67px;
    width: 89.2%;
  }
  .specialization::after {
    position: absolute;
    content: "";
    right: 115px !important;
    top: -77px;
  }
  .abt-rt-bg {
    padding: 50px 0 110px 0;
  }
}
@media screen and (min-width:1401px) and (max-width:1500px) {
 .vh-row::before {
    left: 61px;
    width: 89.2%;
  }
    .specialization::after {
    position: absolute;
    content: "";
    right: 112px !important;
    top: -77px;
  }
  .abt-rt-bg {
    padding: 50px 0 60px 0;
  }
}
@media screen and (min-width:1301px) and (max-width:1400px) {
      .vh-row::before {
        left: 58px;
        width: 89.2%;
    }
}
@media screen and (min-width:1101px) and (max-width:1400px) {
   .abt-rt-bg {
    padding: 30px 0 65px 0;
  }
  .specialization::after {
    position: absolute;
    content: "";
    right:112px !important;
    top: -77px;
    width: 400px;
    height: 400px;
  }
  .int_service_box2 h4 {
    font-size: 15px;
  }
}
@media screen and (max-width:1200px) {
  
  /* .logo img{
    max-width: 210px;
    height: 100%;
  } */
  .txt_head {
    font-size: 50px;
  }
  .navbar {
    font-family: VisbyMedium;
    /* color: #EC1B24; */
    font-size: 15px;
  }
  .form-mainbox{
    margin: -123px 0 50px 0;
  }
  .obj_txt p {
    font-family: VisbyRegular;
    margin: 0 -200px 0 118px;
    font-size: 18px;
  }
  .specialization .txt_head {
    font-size: 50px;
    margin-top: 30px;
  }
  .imp_dates .txt_head {
    font-size: 50px;
  }
  .footer-box .txt_head {
    font-size: 50px;
  }
  .imp_dates .right_box .col2 a{
    font-size: 12px;
  }
  .abt-us .course-images {
    position: relative;
    height: 270px;
  }
  .course-main-hlights{
    position: absolute;
    top: 40px;
    right: 40px;
    max-height: 185px;
  }
  .abt-us .course-bg-hlights {
    position: absolute;
    top: 0px;
    right: -43px;
    height: 100%;
}
  .int_service_box2 ul {
    font-size: 13px;
  }
  .vh-row { 
    flex-wrap: wrap; 
  }
  .menu_box li a {
    font-size: 11px;
  }
  .connector-line.vertical, .vh-row::before, .branch::before {
    display: none;
  }
}

@media screen and (max-width:1024px) {
    .abt-rt-bg {
    position: relative;
    padding: 0 0 50px 0;
}
.scopex-text {
    max-height: 110px;
}
  /* ----------MAIN-MENU-START------------ */
.menu_open{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.toggle_menu{
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  margin: 20px 20px 0 0;
  cursor: pointer;
}
.toggle_menu_close{
  display: none;
  background-color: #fff;
}
.menu_open .toggle_menu_close{
  display: block;
}
.menu_box{
  width: 300px;
  background-color: #131842;
  right: 0;
  margin: 100px -400px 0 0;
  padding: 10px ;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 500;
}
.menu_open .menu_box{
  margin: 100px 0 0 0;
}
.menu_box li{
  width: 100%;
  margin: 0 !important;
}
.menu_box li a{
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #fff;
  color: #fff;
  background-image: none !important;
  padding: 7px 25px;
  font-size: 19px !important;
  border-radius: 0;
}
.bcta {
  margin: 0 0;
}
.menu_box li a:hover {
    color: #fff;
}
/* ----------MAIN-MENU-END------------ */
.eligibility-after::after {
  display: none !important;
 }
 .imp-dates {
  margin: 0;
}
.right_box_desk{
  display: block;
}
.right_box_mob {
  display: none;
}
.clients-list-after::after {
  
  left: 410px;
  top: 10px;
  height: 533px;
  width: 10px;
}
.client-thumbnail-after::after {
  left: 70px;
  top: 10px;
  height: 47px;
  width: 100%;
}
.client-intro .client-name {
  font-size: 13px;
}
.client-intro .client-designation {
  font-size: 9px;
}
.client-item.active .client-designation  {
  font-size: 9px;
}
.client-thumbnail {
  width: 60px;
  height: 37px;
}
.testi {
  margin: 50px 0 20px 0;
}
.text-area .txt_head {
  font-size: 28px;
  text-align: left;
  /* margin-top: 20px; */
}
.show-img img {
  width: 136px;
  height: 126px;
}
.process_circle:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 200px;
  margin: auto;
  background: #33393f;
  width: 73%;
  height: 2px;
  z-index: -1;
}
.int_process_wrapper .process_box p span a {
  font-size: 14px;
}
#adm-process{
  margin: 20px 0 0 0;
}
.eligibility {
  padding: 40px 0 0 0;
  margin-bottom: 20px;
}

.aboutus {
  margin: 80px 0 0px 0;
}
.menu_box li a::after{
  display: none;
}
.imp-dates .right_box .col2, .right_box_desk .col2, .right_box_mob .col2mob {  
  text-align: center;
}
.eligibility-head h4, .eligibility-head p {
  font-size: 12px;
}
.abt-us .course-images {
  position: relative;
  height: 270px;
  margin-bottom: 60px;
}
.course-main-hlights {
    position: absolute;
    top: 40px;
    right: 88px;
    max-height: 160px;
}
.specialization::after {
    position: absolute;
    content: "";
    right: 55px;
    top: 33px;
    width: 250px;
    height: 250px;
}
.int_service_box2 h4 {
    font-size: 15px;
}
.occassion-list-wrapper {
    gap: 5px;
    width: 100%;
}
.banner_box {
    background-image: url(../images/banner-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #eceeee;
    padding: 0 0 25px 0;
    min-height: 455px;
    width: 100%;
}
.tab-content p {
  background: #f1f1f1;
  padding: 18px 0px;
}
  .abt-rt-bg {
    padding: 30px 0 30px 0;
}
}
@media screen and (max-width:992px) {
  /* .middle_box{
    margin: 90px 0 0 0;
  } */
  .logo img{
    max-width: 400px;
    height: 100%;
   }

   .navbar-toggler-icon {
    margin:  -124px 0 0 660px;
  }
   .offcanvas.show, .offcanvas.showing {
    visibility: visible;
    margin: 0 0 55px 0;
   }
  .togglelogo .btn-close{
    margin: 0px 0px 0 -22px;
   }
   .banner_section .column2 img {
    margin: 10px 0 -50px 0;
    max-width: 90%;
   }
   .column1 .txt_head{
    font-size: 35px;
    margin: 55px 0px 0 20px;
  }
  .column1 .txt_red {
    background: #EC1B24;
    border-radius: 0px 52px 0px 0px;
  }
  .about .txt_head {
    font-size: 35px;
    margin: 20px 0px 0 20px;
  }
  .about .txt_msg {
    margin: 0 0px 0px 20px;
  }
  .about p{
    font-size: 20px;
    margin: 0 20px 0 20px;
  }
  .right_box img {
    max-width: 70px;
    margin-left: 20px;
    margin-top: -40px;
  }
  .obj_txt {
    font-family: montserrat_bold;
    font-size: 22px;
    margin: 20px 10px;
  }
  /* .obj_head{
    margin: -50px 0 0 100px;
  } */
  .obj_txt p {
    margin: 0 20px 0 20px;
    font-size: 18px;
  }
  .obj_txt ul {
    /* margin: 0 -15px 0 0; */
    font-size: 18px;
  }
  .specialization .txt_head {
    font-size: 35px;
  }
  .imp_dates .txt_head {
    font-size: 35px;
    text-align: center;
  }
  #footer{
    background-color: #131842;
    /* margin: 300px 0 0 0; */
    float: left;
    width: 100%;
  }
  .contact_img{
    margin: -296px 0 0 0;
  }
  .footer_txt img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .contact_img .footer_txt .txt_head{
    font-family: VisbyExtraHeavy;
    font-size: 28px;
    line-height: normal;
    color: white;
    text-align: center;
    padding: 76px 0 70px 0;
  }
  .contact_img .footer_txt {
    font-family: VisbyExtraHeavy;
    /* margin: 0 0 0 10px; */
  }
  .footer_txt .txt_msg{
    font-family: VisbyExtraBold;
    font-size: 13px ;
    color: white;
    text-align: center;
    margin: -64px 0 49px 0;
  }
  .footer_txt .footer_btn{
    font-size: 13px;
    font-family: VisbyExtraBold;
    text-decoration: none;
    color: #EC1B24;
    background-color: #fff;
    height: 23px;
    width: 108px;
    border-radius: 38px;
    text-align: center;
    margin: 0 0 33px 0;
  }
  .footer-box .txt_head{
    font-family:VisbyRegular;
    font-size: 40px;
    /* color: #EC1B24; */
  }
  .footer-box .address{
    font-family:VisbyRegular;
    color: black;
    font-size: 15px;
    line-height: normal;
  }
  .fitem_img{
    background-color: #f5f5f5;
    text-align: center;
  }
  .fitem_img img{
    max-height: 400px;
  }
  .imp_dates .right_box .col2 a{
    font-size: 10px;
  }
  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0px 0 0 0;
    min-height: 600px !important;
    background-color: #fff;
}
.banner-form {
  margin: 580px auto 0 auto;
}
.abt_img .rd-bg {
  display: none;
}
.abt_img .building-img {
  max-width: 100%;
  margin: 0 0 0 0;
}
.text-area .txt_head {
  margin: 20px 0 0 0;
}

.objectives {
  margin: 0 0;
}
.objectives {
  background-size: cover;
  background-color: #fff;
  min-height: 330px;
  margin: 80px 0;
}
.obj-bg{
  justify-content: center;
}
.obj_txt .obj_head {
  margin-left: 0;
  text-align: center;
}
.obj-img{
  text-align: center;
}
.program_heading_box .heading {
   text-align: center;
}
/* .specialization {
  margin: 40px 0;
} */
/* .imp-dates{
  margin: 40px 0 ;
 } */
 .apply-img img {
  max-width: 60%;
}
.apply-section{
  text-align: center;
  /* margin-bottom: 30px; */
}
.apply-txt{
  margin: 30px 0;
}
.footer-mainbox {
padding: 0 0 ;
}
.show-info{
  display: flex;
  align-items: flex-start;
}
.show-img{
  margin-right: 30px;
  height: 100%;
}

.show-info{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.show-img{
  margin-right: 30px;
  height: 100%;
}
.show-img img{
  width: 130px;
  object-fit: cover;
  height: 80%;
}
.imp-dates .right_box .col2, .right_box_mob .col2mob {
  background-color: #F6F6F6;
  text-align: center !important;
}
.process_box_wrapper .process_box {
  margin-bottom: 57px;
}
.process_box_wrapper .process_box:after {
  display: none;
}
.logosection .txt_heading {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.text-area ul {
  line-height: normal;
}
.text-area ul {
  font-size: 18px;
  /* padding:0 0; */
}
.career-path-open .gl-card {
  min-height: 204px;
}
.registration-btn {
  display: block;
  overflow: hidden;
  background-color: #bc0c10;
  color: #fff;
  position: fixed !important;
  bottom: 0;
  z-index: 999999;
  margin-bottom: 0;
  width: 100%;
  min-height: auto;
  border-radius: 0;
  left: 0px;
  padding: 5px;
}
.registration-btn a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  align-items: center;
  font-family: 'VisbyBold';
}
.scopex-logo {
    width: 40%;
    float: right;
    margin: 20px auto 20px auto;
}
/* .abt-us-row {
    display: block;
} */
.course-content p, .abt-rt-bg p{
  text-align: justify;
}
.abt-us .course-bg-hlights {
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    margin-top: 50px;
}
.course-main-hlights{
    position: absolute;
    top: 65px;
    right: 50px;
    max-height:180px;
}
/* .abt-left-img{
  display: none;
} */
.int_aboutus_service_section{
  padding: 0 0;
}
.eligibility-head .heading{
  font-size: 25px;
}
.eligibility-head h4 ,.eligibility-head p {
    font-size: 12px;
    padding: 0px 24px;
}
.eligibility-head p span{
    font-size: 20px;
}
.f-rt-img {
    width: 93%;
}
.abt-us {
    margin:0 0 40px auto;
}
.speakers_img img {
    width: 180px;
    height: 180px;
  }
  .speakers_content_left {
    font-size: 18px;
  }
  .new-section-heading {
    font-size: 40px;
  }
  /* .scopex-text {
    max-height: 176px;
  } */
  .footer__about-moto {
    max-inline-size: 45ch;
  }
  .logo-tabs-section {
    padding: 40px 0 0 0;
  }
  .abt-scopex {
    margin-bottom: 0px;
  }

}
@media screen and (max-width:768px) {
  
  .scopex-text {
      max-height: 176px;
  }
  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0px 0 0 0;
    min-height: 550px !important;
    background-color: #fff;
    padding: 0 0;
  }
  .banner-form {
    margin: 460px auto 0 auto;
}
   .navbar-toggler-icon {
    margin:  -124px 0 0 494px;
  }
  .togglelogo .btn-close{
    margin: 0px 0px 0 -22px;
   }
   .form-mainbox {
    box-shadow: 0px 5px 28px #0000001A;
    padding: 45px;
    background-color: #FFF;
    border-radius: 41px;
    margin: 68px 0px 25px 17px;
}
   .banner_section .column2 img {
    margin: 10px 0 40px 0;
    padding-left: 75px;
   }
   .column1 .txt_head{
    font-size: 35px;
    margin: 55px 0px 0 20px;
  }
  .column1 .txt_red {
    background: #EC1B24;
    border-radius: 0px 52px 0px 0px;
  }
  .about .txt_head {
    font-size: 35px;
    margin: 20px 0px 0 20px;
  }
  .about .txt_msg {
    margin: 0 0px 0px 20px;
  }
  .about p{
    font-size: 20px;
    margin: 0 20px 0 5px;
  }
  .right_box img {
    max-width: 70px;
    margin-left: 20px;
    margin-top: -40px;
  }
  .obj_txt {
    font-family: montserrat_bold;
    font-size: 22px;
    margin: 20px 10px;
  }
  /* .obj_head{
    margin: -50px 0 0 100px;
  } */
  .obj_txt p {
    margin: 0 41px 0 50px;
    font-size: 18px;
  }
  .obj_txt ul {
    margin: 15px 70px 0 70px;
    font-size: 18px;
  }
  .specialization .txt_head {
    font-size: 35px;
  }
  .imp_dates .txt_head {
    font-size: 35px;
    text-align: center;
  }
  #ContactNow img {
    margin-top: -53px;
  }
  .contact_img .footer_txt .txt_head{
    font-family: VisbyExtraHeavy;
    font-size: 30px;
    line-height: normal;
    color: #fff;
  }
  .contact_img{
    margin: -296px 0 0 0;
  }
  .footer_txt img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .contact_img .footer_txt .txt_head{
    font-family: VisbyExtraHeavy;
    font-size: 30px;
    line-height: normal;
    color: white;
    text-align: center;
    padding: 76px 0 70px 0;
  }
  .contact_img .footer_txt {
    font-family: VisbyExtraHeavy;
  }
  .footer_txt .txt_msg{
    font-family: VisbyExtraBold;
    font-size: 13px ;
    color: white;
    text-align: center;
    margin: -64px 0 49px 0;
  }
  .footer_txt .footer_btn{
    font-size: 13px;
    font-family: VisbyExtraBold;
    text-decoration: none;
    color: #EC1B24;
    background-color: #fff;
    height: 30px;
    width: 108px;
    border-radius: 38px;
    text-align: center;
    margin: 0 0 50px 0;
    /* margin: 0 0 60px 297px; */
  }
  .footer-box .txt_head{
    font-family:VisbyRegular;
    font-size: 40px;
    /* color: #EC1B24; */
  }
  .footer-box .address{
    font-family:VisbyRegular;
    color: black;
    font-size: 15px;
    line-height: normal;
  }
  
.imp_dates .right_box .col2 a{
  font-size: 12px;
 }
 .footer__about-moto {
  text-align: left;
 }
 #footer{
  background-color: #131842;
  /* margin: 50px 0 0 0; */
  padding: 0 20px;
  float: left;
  width: 100%;
  /* text-align: center; */
}
 .footer-content .section-heading {
  top: -335px;
  margin: 0 !important;
  width: 100%;
  height: 300px;
  border-radius: 20px;
 }
 .clients-list-after::after{
  display: none;
 }
 .client-thumbnail-after::after{
  display: none;
 }
 .testimonials {
  margin: 0 !important;
 }
 .aboutus {
  margin-bottom: 0;
 }
 .objectives {
  margin: 0 0 80px 0;
  padding: 50px 22px;
 }
 .tableline-after::after, .tableline-after1::after, .tableline-before::before , .tableline-before1::before{
  display: none;
}
.show-text {
  margin: 85px 0 0 0;
}
.show-text .show-description {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
}
.client-item.active .client-designation {
  padding-left: 11px !important;
}
.client-item:hover .client-designation {
  padding-left: 11px !important;
}
.show-img img {
  width: 118px;
  height: 65%;
}
.client-intro .client-designation {
  font-size: 11px;
  padding-left: 11px !important;
}

.right_box_desk{
  display: none;
}
.right_box_mob {
  display: block;
}
.imp_dates .right_box_mob .col1mob{
  font-family: montserrat_bold;
  background-color: #E1E1E1;
  text-align: center;
  margin-top: 3px;
  align-items: center;
}
.imp_dates .right_box_mob .col2mob{
  background-color: #F6F6F6;
  text-align: left;
}
.imp_dates .right_box_mob {
  padding: 5px 0;
}
.testi {
  position: relative;
  margin: 50px 0 20px 0;
}
.clients-tabs {
  text-align: center;
}
.content{
  justify-content: center;
}
.abt_img .building-img{
  height: 100%;
}
.career-path-open .gl-card {
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
}
.career-path-open__title {
  font-size: 20px;
  line-height: 32px;
  margin-left: 0;
  margin-top: 16px;
}
.process_circle:after {
  display: none;
}
.logosection .txt_heading {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.logosection {
  margin: 15px 0 0 0 !important;
}
.aboutus {
  margin: 20px 0;
}
.section-heading {
  margin-top: 0;
}
.career-path-open {
  margin-bottom: 20px;
}
.section-heading {
  font-size: 36px;
  line-height: 42px;
  text-align: left;
}
.int_all_service2 .spec-row{
  justify-content: center !important;
}
.career-path-open .gl-card {
  min-height: 246px;
}
.eligibility-head .heading{
  padding: 0 0;
}
.abt-rt-bg .rt-bg-img {
    width: 97%;
}
.new-section-heading, .course-content .course-section-heading{
  padding: 20px 0px 0 0px;
  text-align: center;
}
.abt-us .course-images {
  margin-bottom: 0;
}
.new-section-heading:before,.course-content .course-section-heading:before {
  display: none;
}
.course-content p{
  margin: 20px auto;
}
.course-content p, .abt-rt-bg p {
    text-align: justify;
    padding: 0 0;
    margin: 0 20px 30px 20px;
}
.know-more-btn-yl button {
  margin: 0 0 20px 0px;
}
.know-more-btn-yl{
  text-align: center;
}
.int_service_box2 {
    height: 250px;
}
.int_service_box2 h4 {
    font-size: 17px;
}
.vh-row { 
  flex-wrap: wrap; 
  gap: 40px; 
}
.member img { 
  width: 90px; 
  height: 90px; 
}
.abt-us-row {
    display: block;
}
.abt-us .course-bg-hlights {
    position: absolute;
    top: -20px;
    right: 0;
    height: 100%;
    margin-top: 0px;
}
.course-main-hlights{
    position: absolute;
    top: 0px;
    right: 77px;
    max-height: 226px;
}
.category-section {
    margin: -135px 0 0px 0;
}
.occassion_whitebox {
  margin: 0 0;
}
.specialization {
    position: relative;
    /* margin-bottom: 40px; */
    background-size: cover;
    background-image: url(../images/spl-bg-mob.webp);
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0;
    height: auto;
    z-index: 1;
}
  .specialization::after {
    position: absolute;
    content: "";
    left: 57px;
    top: 485px;;
    width: 250px;
    height: 250px;
  }
  .abt-us-row::after {
    position: absolute;
    content: "";
    left: -112px;
    bottom: -20px;
    width: 350px;
    height: 350px;
  }
  .department {
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
  .occassion_list {
    flex: 1 1 45%;
  }
  .head-member img {
    width: 100px;
    height: 100px;
  }
  .sub-card {
    width: 120px;
  }
  .section-title {
    font-size: 32px;
  }
  .eligibility-head h4, .eligibility-head p {
    padding: 0 22px;
  }
  .convenor{
    margin-bottom: 30px;
 }
 .dept-cards-row {
    gap: 0px;
}
.occassion_list:hover .occassion_list_img_inner {
  margin-top: 0px;
}
.occassion_list:hover img {
  max-height: 40px;
}
.tab-content {
  gap: 0;
}
.tab-content p {
    background: #f1f1f1;
    padding: 10px 0px;
}
.tab-content img {
    width: 80%;
    margin: 10px 0;
}
}
@media screen and (max-width:580px) {
  .logo img {
    max-width: 230px;
    height: 100%;
  }
  .banner .column1{
    text-align: center;
  }
  .banner_text1{
    font-size: 24px;
  }
  .banner_text2{
    font-size: 24px;
  }
  .banner_text3{
    font-size: 24px;
  } 
  
  .navbar-toggler-icon {
  margin: 50px 46px 0 21px;
  }
 .navbar-toggler-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
 }
 .togglelogo .btn-close{
  margin: 0px 0px 0 -22px;
 }
 li.nav-item.contact_btn {
  padding: 15px 0;
}
li.nav-item {
  border-bottom: 1px dashed #ccc;
  width: 100%;
  text-align: center;
}
 .form-mainbox {
  box-shadow: 0px 5px 28px #0000001A;
  padding: 45px;
  background-color: #FFF;
  border-radius: 41px;
  margin: 0 0;
  /* margin: -467px 0 0 17px; */
}
 .banner_section .column2 img {
  /* margin: 5px 0 345px 18px; */
  margin: 5px 0 351px 0;
    max-width: 100%;
}
 .column1 .txt_head{
  font-size: 30px;
    margin: 45px -11px 0 15px;
}

.column1 .txt_red {
  background: #EC1B24;
  border-radius: 52px;
  margin: 0 auto;
}
.column1 p {
  text-align: center;
  letter-spacing: 0px;
  color: black;
  font-size: 19px;
}

.about .txt_head {
  font-size: 35px;
  margin: 20px 0px 0 15px;
  text-align: center;
}
.txt_head span {
  font-size: 35px;
}
#our_program .about .txt_head {
  font-size: 35px;
  margin: 0 0px 0 15px;
  text-align: center;
}
.about .txt_msg {
  margin: 0 0 0 20px;
  text-align: center;
}
.about p {
  font-size: 18px;
  margin: 0 10px 0 10px;
  /* padding: 0 0 0 10px; */
  padding-left: 10px;
  text-align: center;
}
.about ul{
  font-size: 20px;
  margin-top: 10px;
}
.right_box img {
  max-width: 70px;
  margin-left: 20px;
  margin-top: -40px;
}
.obj_txt {
  font-family: montserrat_bold;
  font-size: 22px;
  margin: 20px 10px;
}
/* .obj_head{
  margin: -50px 0 0 100px;
} */
.obj_txt p {
  margin: 0 20px 0 20px;
  font-size: 18px;
}
.obj_txt ul {
  margin: 0 -15px 0 0;
  font-size: 18px;
}
.specialization .txt_head {
  font-size: 35px;
  margin-top: 10px;
}
.imp_dates .txt_head {
  font-size: 35px;
  text-align: center;
}
.imp_dates .right_box .col1 {
  font-family: montserrat_bold;
  background-color: #E1E1E1;
  text-align: center;
  margin-top: 3px;
  margin: 3px 0 0 0;
}
.coldarkgrey{
  margin: 0;
}

.contact_img{
  margin: -296px 0 0 0;
}
.footer_txt img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact_img .footer_txt .txt_head{
  font-family: VisbyExtraHeavy;
  font-size: 28px;
  line-height: normal;
  color: white;
  text-align: center;
  padding: 30px 0 70px 0;
}
.contact_img .footer_txt {
  font-family: VisbyExtraHeavy;
  /* margin: 0 0 0 -5px;
  margin: 0; */
}
.footer_txt .txt_msg{
  font-family: VisbyExtraBold;
  font-size: 13px ;
  color: white;
  text-align: center;
  margin: -64px 0 49px 0;
}
.footer_txt .footer_btn{
  font-size: 13px;
  font-family: VisbyExtraBold;
  text-decoration: none;
  color: #EC1B24;
  background-color: #fff;
  height: 30px;
  width: 108px;
  border-radius: 38px;
  text-align: center;
  /* margin: 0px 0 74px 97px; */
}
.footer-box .txt_head{
  font-family:VisbyRegular;
  font-size: 35px;
  color: #EC1B24;
}
.footer-box .address{
  font-family:VisbyRegular;
  color: black;
  font-size: 15px;
  line-height: normal;
}
.imp_dates .right_box .col2 a{
 font-size: 10px;
}

.table {
  border-spacing: 2px;
}
.footer-content .section-heading {
  top: -308px;
  margin: 0 !important;
  width: 100%;
  height: auto;
  border-radius: 20px;
 }
 .banner_box {
  background-image: url(../images/banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 0px 0 0 0;
  min-height: 275px !important;
  background-color: #171717;
}
.show-text .show-description {
  margin: 15px 0;
  padding: 10px 0;
  font-size: 13px;
}
.banner-form {
  margin: 240px auto 0 auto;
}
.text-area .txt_head {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
.text-area .txt_head {
  margin: 20px 0 0 0;
}
.career-path-open .section-heading{
  text-align: center;
}
.career-path-open .gl-card {
  min-height: 180px;
}
.career-path-open__title {
  margin-top: 0px;
}
.banner_heading1 p, .banner_heading1 p span{
  font-size: 24px;
  line-height: normal;
}
.course-content p {
 margin-left: 0;
}
.abt-us {
    margin: 0px auto;
}
.know-more-btn-aboutus button {
  margin-bottom: 40px;
}
.course-main-hlights {
    max-height: 150px;
}
.abt-rt-bg p {
  margin: 0 20px 20px;
  padding: 0 0px 15px 0px;
}
.abt-rt-bg .rt-bg-img {
    width: 95%;
}
.abt-us .course-bg-hlights {
    position: absolute;
    top: -20px;
    right: 0;
    height: 80%;
}
.know-more-btn-yl{
  text-align: center;
}
.footer__about-moto {
  max-inline-size: 60ch;
  text-align: center;
}
  .mentor-heading span {
    font-size: 28px;
  }
  .speakers_section {
    padding: 0 0 50px 0;
    background-position: bottom center;
    background-size: cover;
  }
  .footer__app-thumb img{
    width: 50%;
  }
  .venue-dtls{
    text-align: center;
  }
  .mentor_banner_section .mentor-banner,.team_banner_section .team-banner, .sponsor_banner_section .sponsor-banner {
    min-height: 250px;
  }
  .participate-section .course-section-heading, .ev-section{
    padding: 30px 0;
  }
  .participate-section, .ev-section{
    padding: 0 0;
  }
  /* .part-round-section {
    margin-bottom: 30px;
  } */
   #footer{
  text-align: center;
  }
  .footer__top--style1 {
    padding: 50px 0 20px 0;
  }
  .category-section {
    margin: -35px 15px auto;
  }
  .specialization::after {
    position: absolute;
    content: "";
    left: 26px;
    top: 90%;
    width: 250px;
    height: 250px;
  }
  .know-more-btn-yl button {
      margin: 0 0 20px 0px;
  }
  .scopex-text {
    max-height: 240px;
  }
  .eligibility-head h4, .eligibility-head p {
    padding: 0 30px;
  }
  .social {
    justify-content: center;
  }
  .imp-dates .course-section-heading, .participate-section .course-section-heading,
  .part-round-section .course-section-heading, .ev-section .course-section-heading,
  .logo-tabs-section .txt-heading h2, .recruiters_section .txt-heading h2 {
    font-size: 35px;
    padding: 10px 0;
  }
  .tab-content img {
    width: 80%;
    margin: 10px 0;
}
.tab-content p {
    background: #f1f1f1;
    padding: 10px 0px;
    margin: 10px 0;
}
.tab-buttons {
    display: flex;
    justify-content: center;
    /* gap: 15px; */
    margin-bottom: 0px;
    /* flex-direction: column; */
}
.part-round-section {
    padding: 0px 0;
}
.tab-btn {
  width: 100%;
}
.footer__about-moto {  
  margin: 20px 0 10px 0;
}
}
@media (max-width: 480px) {
  .sub-members {
    flex-direction: column;
    align-items: center;
  }

  .sub-card {
    width: 100%;
  }
  .eligibility-head h4, .eligibility-head p {
      padding: 0 26px;
  }

}

@media screen and (max-width:380px) {
.imp-dates .right_box a{
  font-size: 12px;
}
.show-text-after::before {
  display: none;
}
.int_process_wrapper .process_box p span a {
  font-size: 10px;
}
.banner-form {
  max-width: 290px;
}
.banner-form {
  margin: 183px auto 0 auto;
}
.abt-us .course-bg-hlights {
    position: absolute;
    top: -20px;
    right: 0;
    height:95%;
}
.course-main-hlights {
    max-height: 135px;
}
.abt-us .course-images {
    position: relative;
    height: 210px;
}
.mentor_banner_section .mentor-banner, .team_banner_section .team-banner {
    background-size: cover;
    min-height: 159px;
}
.eligibility-head h4, .eligibility-head p {
    padding: 0 21px;
}
.banner_box {
  background-position: bottom;
}
.abt-us-row::after {
    position: absolute;
    content: "";
    left: -112px;
    bottom: -20px;
    width: 300px;
    height: 300px;
}
}

@media screen and (max-width:344px) {
  .eligibility-head h4, .eligibility-head p {
    padding: 0 20px;
    font-size: 15px;
  }
.lastdate-line::before {
    content: "";
    position: absolute;
    left: -120px;
    right: 0px;
    top: 50px;
    background: #fff;
    width: 150px;
    height: 1px;
    margin: 0px 0 0 0px;
}
.specialization::after {
        position: absolute;
        content: "";
        left: 26px;
        top: 90%;
        width: 200px;
        height: 200px;
    }
  .banner_box {
    min-height: 255px !important;
  }
}