/* Globals starts */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_28pt-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "InterExtraBold";
  src: url("../fonts/Inter/static/Inter_28pt-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.custom-nav {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4); /* Transparent black */
    border-radius: 50%;              /* Round shape */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.custom-nav:hover {
    background: rgba(0, 0, 0, 0.6); /* Slightly darker on hover */
}

body {
  letter-spacing: 0px;
  color: #1e1e2e;
  line-height: 1.7;
  background-color: #fff;
  padding: 0px;
  font-family: "Inter", sans-serif;
}

.clrBoth {
  clear: both;
}

a:hover {
  text-decoration: none;
}

.highlight {
    background: linear-gradient(120deg, #003da5 0%, #0056b3 100%);
    background-clip: text;                
    -webkit-background-clip: text;        
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
/* Globals ends */

/* margins starts */
.textCenter{
  width: 100%;
  text-align: center;
}

.marginTop60 {
  margin-top: 60px;
}

.marginTop40{
  margin-top: 40px;
}

.marginTop20{
  margin-top: 20px;
}

.marginLeft5p{
  margin-left: 5%;
}

.marginRight40 {
  margin-right: 40px;
}

.paddingLeft20{
  padding-left: 20px;
}

.paddingLeft40{
  padding-left: 40px;
}

.floatL{
  float: left;
}

.floatR{
  float: right;
}
/* margins ends */

/* images starts */
.hoverImg {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 61, 165, 0.25);
  transition: all 0.5s ease;
  border: 4px solid rgba(255, 255, 255, 0.9);
  animation: zoomIn 1.2s ease-out;
}

.hoverImg:hover {
  transform: scale(1.06) translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 61, 165, 0.35);
}
/* images ends */

/* widths starts */
.wid90{
  width: 90%;
}

.wid33{
  width: 33%;
}
/* widths ends */

/* tables starts */
.defaultTable{
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.accreTableCell{
  width: 16.6%;
  text-align: center;
}
.accreTableCellImg{
  width: 100px;
  height: 100px;
}
/* tables ends */

/* headings starts */
h1 {
    text-align: center;
    color: #003da5;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

h2 {
  color: #002d72;
  font-size: 2rem;
  font-weight: 700;
  border-left: 7px solid #003da5;
  padding-left: 18px;
  margin-bottom: 28px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

h3{
  color: #002d72;
  font-size: 20px;
  font-weight: 700;
  border-left: 5px solid #003da5;
  padding-left: 14px;
  margin: 8px 0 18px;
  font-family: "Poppins", sans-serif;
}

.whiteGlowHeadingH1 {
  text-align: center;
  color: #ffffff;
  font-size: 2.4em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
    0 0 40px rgba(255, 255, 255, 0.3), 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
  width: 100%; text-align: center; font-weight: 700;
}

.subTitle{
   font-size: 13px; margin-bottom: 30px;
}
/* headings ends */

/* Qiscet Nav gradient STARTS */
.nav-gradient {
  width: 100%;
  height: 28px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2); 
  border-bottom:1px solid #fff;
 
}
.left-section {
    float: left;
}

.college-name {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    white-space: nowrap;
}

.counselling-code {
    white-space: nowrap;
}

.right-icons {
    float: right;
}

.right-icons a {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
}

.icon1 {
    vertical-align: middle;
    display: inline-block;
}

.right-icons a:hover .icon1 {
    fill: #1da1f2;
}
/* Qiscet Nav gradient ENDS */

/* Qiscet Logo, title bar starts */
#titleBarQiscet{
   background-color: rgba(0, 0, 0, 0.2); 
 width: 100%;
  display: flex;
  margin: 0;
  padding: 10px 0;
  font-size: 0; 

}

#titleBarLogo{
  float: left;
  margin-right: 20px;
}

#titleBarMiddle{
  float: left;
  margin-right: 10px;
}

.Line1{
	margin: -16px 0px 0px 0px !important;
	padding:0px !important;
	font-family: "InterExtraBold", sans-serif;
	/* color: #951313; */
  	color: #fff;
	display: inline-block;
	width: 100%;
  font-weight: 700;
}

.Line2{
	margin-top:-18px;
	margin-bottom: 2px;
	padding:0px !important;
	font-family: "InterExtraBold", sans-serif;
	/* color: #951313; */
  	color: #fff;
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
  font-weight: 400;
}

.Line3{
	margin:0px 0px 0px !important;
	padding:0px !important;
	font-family: "Inter", sans-serif;
	color: #fff;
	display: inline-block;
	width: 100%;
  height: 20px;
}
/* Qiscet Logo, title bar ends */

/* main menu starts */
.navbar { 
  /* background-color: #142447; */
  /* background: #002d72;  */
  padding:0 10px;

}
 
.nav-container { 
  width:100%; 
  position:relative; 
}

#menu-toggle { 
  display:none; 
}

.hamburger { 
  display:none;
  cursor:pointer;
  position:absolute;
  top:12px;
  left:15px;
  z-index:2001;
  font-size:1.8rem;
  color:#fff;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.nav-item { 
  display:inline-block; 
  font-size:0.9rem; 
  text-align:center; 
  position:relative; 
  vertical-align:top; 
  padding:2px;
  margin:0; 
  
}

.nav-link { 
  display:inline-block; 
  color:#ccc; 
  text-decoration:none; 
  font-weight:500; 
  white-space:nowrap; 
  transition:all 0.25s ease;  
  padding:2px;
  margin:0;
}

.nav-link svg { 
  margin-left:5px; 
  font-size:0.7rem; 
  transition:transform 0.3s ease; 
}

.nav-item:hover > .nav-link svg { 
  transform:rotate(180deg); 
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  padding-left: 0 !important;
  margin-left: 0 !important;
  /* background: #003da5; */
  background: #fff;
 
  min-width: 180px;
  border-radius: 8px;
  margin-top: 0;
  z-index: 100;
  list-style: none; 
}

.dropdown li {
  list-style: none; 
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-bottom: 1px solid #eee;
}

.dropdown li a{
  color: #4d4747;
}

.dropdown li:last-child {
  border-bottom: none !important;
}

.nav-item:hover .dropdown { 
  display:block; 
}

.dropdown .nav-link { 
  display:block; 
  padding:4px 4px; 
  text-align:left; 
}

.dropdown .nav-link:hover { 
  background:transparent;  
}

@media (max-width: 992px) {
    .hamburger { display:block; }
    .nav-menu {
      display:block;
      position:fixed;
      top:50px;
      left:-100%;
      width:100%;
      height:calc(100vh - 50px);
      background: #005CBD;
      text-align:left;
      overflow-y:auto;
      transition:left 0.35s ease;
      z-index:1500;
    }
    #menu-toggle:checked ~ .nav-menu { left:0; }
    .nav-item { display:block; width:100%; }
    .nav-link { padding:0.9rem 1.2rem; border-bottom:1px solid rgba(255,255,255,0.08); }
    .dropdown { position:static; display:none; background: #001d4a; border-radius:0; }
    .nav-item:hover .dropdown, .nav-item.open .dropdown { display:block; }
}
/* main menu ends */

/* H scroll bar starts */
#tickerContainer{
  display: block;
  background-color: (0, 0, 0, 0.4);
}

#announcedTitle {
  width: 160px;
  float: left;
  background-color: #D4AF37; /* fixed */
  white-space: nowrap;
  padding: 4px 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  text-align: center;
}

.Announcements{
  background-color: #ac870e; /* fixed */
  /* background-color: #ff6b35; */
  color: #000;
  padding: 3px 14px;
  border-radius: 14px;
  font-size: 14px;
}

.news-ticker {
  width: calc(100% - 160px);
  float: left;
  background-color: rgba(0, 0, 0, 0.4);
  /* background:#01132e; */
  color: #ccc;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.ticker-move {
  display: inline-block;
  padding-left: 100%;
  animation: ticker 35s linear infinite;
}

.news-ticker:hover .ticker-move {
  animation-play-state: paused;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
/* H scroll bar ends */

/* home page slider starts */
#fullSetBgImg{
  background-image: url('../images/sliderBg.jpg'); 
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat; 
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
}

.hero-slider {
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat; 
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
}

.hero-slider .uk-slider-items img {
    width: 80%;
    max-width: 1200px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 5px;
}
/* home page slider ends */

/* accre starts */
.accreContainer {
    max-width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 0px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    margin-top: 40px;
}

.accreContainer::before,
.accreContainer::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid;
    border-image: linear-gradient(135deg, #003da5, #0056b3) 1;
}

.accreContainer::before {
    top: -3px;
    left: -3px;
    border-right: none;
    border-bottom: none;
    border-radius: 30px 0 0 0;
}

.accreContainer::after {
    bottom: -3px;
    right: -3px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 30px 0;
}  
/* accre ends */    

/* big menu starts */
#bigMenuWrapper{
  width: 100%;
  background-color: #e8f1f8;
  margin-top: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  display: inline-block;
}

#bigMenu{
  border-radius: 20px;
  margin-top: 0px;
  width: 100%;
  margin-left: 0%;
}

#bigMenuAdministration{
  width: 30%;
  height: 342px;
  padding:2%;
  background: linear-gradient(180deg, #002d72 0%, #003da5 100%);
  float: left;
  color: #f8fafc;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 1px solid #fff;
}

#campusBigMenu{
  width: 30%;
  height: 342px;
  padding:2%;
background: linear-gradient(180deg, #002d72 0%, #003da5 100%);
  float: left;
  color: #f8fafc;
}

#newsBigMenu{
   width: 40%;
   height: 342px;
  padding:2%;
  /* background: linear-gradient(180deg, #ff6b35 0%, #ff8c61 100%); */
  background-color: #F17909;
  float: left;
  color: #f8fafc;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sidebar-item {
   font-family: "Inter", sans-serif;
    padding: 6px 0px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #f8fafc;
    cursor: default;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 14px;
}

.sidebar-item svg {
    width: 20px;
    height: 20px;
    opacity: 0.85;
    flex-shrink: 0;
}

.sidebar-item:hover {
    background: rgba(255, 255, 255, 0.12);
    padding-left: 26px;
    font-weight: 600;
}

.sidebar-item:hover svg {
    opacity: 1;
    transform: scale(1.1);
}

.news-header {
     font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 16px;
    opacity: 0.95;
    position: relative;
}

.news-header::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%; transform: translateX(-50%);
    width: 60px; height: 2px;
    background: rgba(255,255,255,0.7);
    border-radius: 1px;
}

.news-section { 
    display: flex; 
    flex-direction: column; 
    height: 100%; 
}
  
.news-list { 
    flex: 1; 
    overflow: hidden; 
    position: relative; 
}

.scroll-wrapper {
    display: flex; 
    flex-direction: column; 
    gap: 22px;
    padding-top: 380px;
    margin-top: -380px;
    animation: scroll 45s linear infinite;
}

.scroll-wrapper:hover { 
    animation-play-state: paused; 
}
 
@keyframes scroll { 
    0% { transform: translateY(0); } 
    100% { transform: translateY(-50%); } 
}

.news-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 22px;
    border-radius: 12px;
    border-left: 4px solid rgba(255,255,255,0.75);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.news-item:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.date { 
    font-size: 10px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1.8px; 
    color: rgba(255,255,255,0.85); 
    margin-bottom: 8px; 
}

.n-title { 
    font-size: 16px; 
    font-weight: 700; 
    line-height: 1.35;
    margin-bottom: 8px; 
}

.desc { 
    font-size: 14px; 
    line-height: 1.55; 
    color: #cbd5e1; 
    opacity: 0.95; 
}

.news-list::before, .news-list::after {
    content: ''; 
    position: absolute; 
    left: 0; 
    right: 0; 
    height: 70px; 
    pointer-events: none; 
    z-index: 1;
}
/* big menu ends */

/* numbers starts */
/* #numbersWrapper{
  width: 100%;
  display: block;
  background-color: #13294C; 
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
} */


#sliderPadTop {
      
        background: #d4af37; /* Gold */
        overflow: hidden;
    }

    .star {
        position: absolute;
        border-radius: 50%;
        transform-origin: center;
        animation: twinkle 2s infinite ease-in-out;
        opacity: 0;
        pointer-events: none;
    }

    .glow {
        filter: drop-shadow(0 0 4px white)
                drop-shadow(0 0 10px currentColor);
    }

    /* 4-point star */
    .star-4 {
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 14px solid currentColor;
        transform: rotate(45deg);
        animation: twinkle 2.2s infinite ease-in-out;
        opacity: 0;
    }

    @keyframes twinkle {
        0%, 100% { opacity: 0.2; transform: scale(0.6); }
        50% { opacity: 1; transform: scale(1.4); }
    }


#numbersWrapper {
  width: 100%;
  display: block;
  background-color: #13294C;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;

  /* Parallax Background */
  background-image: url('../images/studBg.png'); /* <-- replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
  z-index: 1;
}

/* Dark overlay to dull the image */
#numbersWrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);  /* <-- Increase number for more dullness */
  z-index: 0;
}

/* Make text appear above the dull overlay */
#numbersWrapper * {
  position: relative;
  z-index: 2;
  color: #ffffff; /* Highlight text strongly */
}







.number-wrapper-number {
  font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #ddd;                      
    line-height: 90px;
    display: inline-block;
    opacity: 1;
}

.number-wrapper-counter { 
  display: inline-block; 
}

.number-wrapper-label {
      font-size: 17px;
      color: #fff;                       
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 800;
}
/* numbers ends */

/* About Qiscet, Qiscet Address STARTS */
@media (min-width: 960px) {
  .uk-width-7-10\@s {
      width: 70%;
  }

  .uk-width-3-10\@s {
      width: 30%;
  }
}

#aboutUsContainer {
  margin-top: 60px;
  margin-bottom: 40px;
  box-shadow: 0 25px 70px rgba(0, 61, 165, 0.18);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
 padding: 40px 40px 20px 40px;
  
}

#aboutUsTextContainer {
  width: 100%;
  display: block;
}

#aboutUsTextContainer p {
  font-size: 16px;
  text-align: left;
    color: #2c3e50;
  max-width: 100%;
  margin-bottom: -8px;
  font-weight: 400;
  opacity: 0.88;
  line-height: 1.9;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

.address {
  /* background: linear-gradient(135deg, #e8f4fc 0%, #d4e9f7 100%); */
  padding: 10px 0px;
  border-radius: 14px;
  margin-top: 10px;
  color: #1a1a1a;
  font-size: 14.5px;
  /* box-shadow: 0 6px 22px rgba(0, 61, 165, 0.12); */
  display: inline-block;
  width: 100%;
  /* box-shadow: 0 10px 28px rgba(0, 61, 165, 0.18); */
}

.addressSvg {
  fill: #003da5;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 4px;
}

.address strong {
  color: #002d72;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.addressDesc{
  padding-left: 34px;
  font-family: "Poppins", sans-serif;
}

.gpsSvg{
  width: 14px;
  margin-right: 10px;
}



#aboutUsAddressContainter p {
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.85;
  color: #2c3e50;
  margin-top: 12px;
  text-align: justify;
}
/* About Qiscet, Qiscet Address ends */

/* Qiscet management STARTS */
#ManagementQis{
    font-family: "Poppins", sans-serif;
}

.team-img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
  margin: 35px auto 22px;
  box-shadow: 0 10px 30px rgba(0, 61, 165, 0.22);
  border: 7px solid #fff;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  background-color: #dee2e5;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.team-info {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.team-name {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 14px 0 6px;
  color: #1e1e2e;
  letter-spacing: -0.3px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}

.team-role {
  font-size: 0.95rem;
  color: #003da5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
}

.team-role::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 35px;
  height: 2.5px;
  background: #003da5;
  opacity: 0.35;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.team-img img:hover {
  transform: scale(1.15);
}

.team-desc {
  font-size: 0.97rem;
  color: #555;
  line-height: 0.2;
  margin-bottom: 8px;
  opacity: 0.9;
  padding: 0px;
  text-align: center;
  width: 100%;
  margin: 10px auto 16px auto;
}

.desgHover:hover .team-role::before {
  width: 100%;
}
/* Qiscet management ENDS */

/* events starts */
#eventsDiv {
  width: 100%;
  display: block;
  /* background-color: #EAAA01; */
  /* background: linear-gradient(180deg, #ff6b35 0%, #ff8c61 100%); */
  background-color: #D4AF37;
  padding-bottom: 30px;
  padding-top: 20px;
}

#eventsDiv .subtitle {
  text-align: center;
  color: #e0e0e0;
  font-size: 1em;
  margin-bottom: 50px;
  opacity: 1;
}

.image-card {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.image-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
  z-index: 2;
}

.image-card:hover::before {
  left: 100%;
}

.image-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}

.image-card:hover .image-wrapper img {
  transform: scale(1.2) rotate(3deg);
  filter: brightness(1.1);
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
  filter: brightness(0.9);
}

.image-wrapperGallery {
    overflow: hidden;
}

.image-wrapper img{
   width: 600px;
  height: 400px;
}

.imgWidth1{
  width: 22%;
  height: 240px;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  object-fit: cover; 
  margin-top: 20px; 
}

.imgWidth2{
  width: 15%;
  height: 240px;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  object-fit: cover;  
  margin-top: 20px; 
}

.imgWidth3{
  width: 32%;
  height: 240px;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  object-fit: cover;  
  margin-top: 20px; 
}

.imgWidth4{
  width: 19%;
  height: 240px;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  object-fit: cover;  
  margin-top: 20px; 
}
/* events ends */

/* clients starts */
.recruitersCarousel {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 6px;
  margin: 10px 0;
  position: relative;
  background: #fff;
}

.recruitersCarousel-track {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transition: none;
}

.recruitersCarousel img {
  width: 150px;
  height: 75px;
  margin-right: 80px;
  vertical-align: top;
  border: 0;
  display: inline-block;
}

.sponsor-btn {
  display: inline-block;
  position: relative;
  padding: 4px 20px;
  background: #ffffff;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: bold;
  color: #002d72;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 11px 0 rgba(0, 45, 114, 0.15);
  margin-top: 60px;
  margin-bottom: 20px;
}

.sponsor-btn .dot-left {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 12px 0;
  position: relative;
  background: #fff;
}

.recruitersCarousel-track {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transition: none;
}

.recruitersCarousel img {
  width: 150px;
  height: 75px;
  margin-right: 80px;
  vertical-align: top;
  border: 0;
  display: inline-block;
}

.sponsor-btn {
  display: inline-block;
  position: relative;
  padding: 4px 20px;
  background: #ffffff;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: bold;
  color: #003da5;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 11px 0 rgba(0, 61, 165, 0.15);
  margin-top: 60px;
  margin-bottom: 20px;
}

.sponsor-btn .dot-left {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #ff8c00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.sponsor-btn .dot-right {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #ff8c00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.sponsor-btn span {
  display: inline-block;
  padding: 0 20px; 
  line-height: 1;
}

.right-column {
  width: 100%;
  margin-top: 40px;
    background: #e3f2fd;
    position: relative;
    overflow: hidden;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
}

.testimonial-slider {
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-height: 280px;
}

.testimonial-card {
    position: absolute;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 20px;
    color: #2c3e50;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border: 2px solid #bbdefb;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateX(0);
}

.testimonial-card.prev {
    opacity: 0;
    transform: translateX(-100%);
}

.quote-icon {
    width: 26px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #546e7a;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding-top: 0px;
    border-top: 2px solid #ccc;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #003da5 0%, #0056b3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    margin-right: 15px;
    border: 3px solid #e3f2fd;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 61, 165, 0.3);
}

.author-info .title {
   font-size: 18px !important;
    color: #003da5 !important;
   margin-top: 20px !important;
    padding: 0;
}

.author-info p {
    font-size: 12px;
    color: #78909c;
    margin: 0 !important;
    padding: 0 !important;
}

.rating {
    color: #ff8c00;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 2px;
}

.slider-controls {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bbdefb;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #90caf9;
}

.slider-dot.active {
    background: #003da5;
    transform: scale(1.4);
    border-color: #003da5;
    box-shadow: 0 0 8px rgba(0, 61, 165, 0.5);
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #64b5f6;
    color: #003da5;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nav-button:hover {
    background: #003da5;
    color: white;
    transform: translateY(-50%) scale(1.15);
    border-color: #003da5;
}

.nav-button.prev-btn {
    left: 8px;
}

.nav-button.next-btn {
    right: 8px;
}

@media (max-width: 968px) {
    .container {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .left-column {
        height: 200px;
        padding: 30px;
    }

    .right-column {
        height: auto;
        padding: 20px;
    }

    .testimonial-slider {
        max-width: 100%;
        padding: 10px;
        min-height: auto;
    }

    .testimonial-card {
        width: 95%;
        padding: 20px 15px;
    }

    .quote-icon {
        font-size: 40px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .avatar {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .author-info h3 {
        font-size: 14px;
    }

    .author-info p {
        font-size: 11px;
    }

    .rating {
        font-size: 14px;
    }

    .slider-dot {
        width: 10px;
        height: 10px;
    }
}
/* clients ends */

/* Qiscet Brochure and apps STARTS */
#brochureDiv {
  width: 100%;
  display: inline-block;
  text-align: center;
  /* background: #FEE99F; */
  background-color: #fff;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 90px;
}

.main-title {
  font-size: 28px;
  color: #002b73;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.brochure-section {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
  padding: 0 15px;
  animation: fadeInUp 1s ease;
}

.brochure-text {
  font-family: "Poppins", sans-serif;
  color: #2c3e50;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}

.download-btn {
   font-family: "Poppins", sans-serif;
  display: inline-block;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 61, 165, 0.4);
  transition: all 0.3s ease;
}

.download-btn:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 61, 165, 0.6);
}

#appcards {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin-top: -80px;
}

.app-card {
  width: 14%;
  background: white;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.app-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.app-card-image {
  border-radius: 8px;
  transition: transform 0.4s ease;
}

.app-card:hover .app-card-image {
  transform: scale(1.05);
}
/* Qiscet Brochure and apps ENDS */

/* Qiscet Big Footer STARTS */
#bigFooter {
  background: #2B4160;
  padding: 10px 10px;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  /* background: linear-gradient(135deg, #002b73 0%, #003da5 100%); */
  background-color: #142447;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  padding: 10px 10px;
  color: #fff;
  position: relative;
}

.footer-column {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.footer-column-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #D4AF37;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin:0 0 0px 0;
  font-size: 15px;
}

.footer-column li {
  margin: 0px;
  padding:0px;
}

.footer-column a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-column a:hover {
  color: #64b5f6;
  transform: translateX(5px);
}

.footerQiscetText {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
  color: #D4AF37;
}

.footerQiscetTextDesc {
  color: #a8b2c1;
  font-size: 14px;
  text-align: left;
}

.footerQiscetTextDesc span {
  display: inline-block;
  width: 90%;
  text-align: justify;
  margin-bottom: 8px;
  margin-top: 8px;
}

.social-icons {
  display: block;
  margin-bottom: 0px;
  padding-top: 12px;
}

.social-icons::after {
  content: "";
  display: table;
  clear: both;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: #2B4160;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 10px;
  position: relative;
}

.social-icon:hover {
  background: #0277bd;
  transform: translateY(-3px);
}

.social-icon svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  margin-top: 10px;
  display: block;
}

.footer-bottom::after {
  content: "";
  display: table;
  clear: both;
}

.copyright {
  color: #8b95a5;
  font-size: 14px;
  float: left;
}

.footer-links {
  float: right;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  margin-left: 30px;
  display: inline-block;
}

.footer-links a:hover {
  color: #64b5f6;
}

.footer-links a:first-child {
  margin-left: 0;
}
/* Qiscet Big Footer ENDS */


/* simple blinking (fade in/out) starts */
.blink {
  animation: blink-fade 2s linear infinite;
}

@keyframes blink-fade {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
/* simple blinking (fade in/out) starts */

