/* 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;
  overflow-x: hidden;
}

body {
  letter-spacing: 0px;
  color: #1e1e2e;
  line-height: 1.7;
  background-color: #fff;
  padding: 0px;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.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;
}

.marginTop10{
  margin-top: 10px;
}

.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;
  padding-left: 0;
}

h3{
  color: #002d72;
  font-size: 20px;
  font-weight: 700;
  padding-left: 14px;
  margin: 8px 0 18px;
  font-family: "Poppins", sans-serif;
  padding-left: 0;
}

.whiteGlowHeadingH1 {
  text-align: center;
  color:  #132345;
  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 */



/* accre starts */
.accreContainer {
    max-width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    padding: 0px 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-color: #132345;
  float: left;
  color: #f8fafc;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative; /* IMPORTANT */
}

/* 80% height border on right side */
#bigMenuAdministration::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;          /* start border */
  height: 90%;       /* 80% of box height */
  width: 1px;
  background-color: #fff; /* border color */
}

#campusBigMenu{
  width: 30%;
  height: 342px;
  padding:2%;
   /* background: linear-gradient(180deg, #002d72 0%, #003da5 100%); */
  background-color: #132345;
  float: left;
  color: #f8fafc;
}

#newsBigMenu{
   width: 40%;
   height: 342px;
  padding:2%;
  /* background: linear-gradient(180deg, #ff6b35 0%, #ff8c61 100%); */
  background-color: #D4AF37;
  float: left;
  color: #000;
  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: red; 
    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: #000; 
    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-image: url('../images/numbersBg.jpg'); /* replace with your image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;   /* PARALLAX EFFECT */
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

/* Optional: Add dark overlay so text becomes highlighted */
#numbersWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8); /* darker = increase */
    z-index: 1;
}

#numbersWrapper * {
    position: relative;
    z-index: 2;
}

.number-wrapper-number {
  font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;                      
    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: #D4AF37;
  /* background-color: #EAAA01; */
  /* background: linear-gradient(180deg, #ff6b35 0%, #ff8c61 100%); */
  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: 900px;
  height: 700px;
}

.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 */
.paddToprec{
  margin-top: 30px !important;
}

#recWrapper{
  width: 99%;
  margin-left: 1%;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 260px;
  margin-top: 10px;
  
}

#recTest{
  height: 280px;
  display: block;
  /* background-color: #ccc; */
}

.wid68{
  width: 68%;
}

.wid30{
  width: 30%;
}


.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%; */
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
   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: #bbdefb; */
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 90px;
}

.main-title {
  font-size: 28px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.color-darkblue{
  color: #132345;
}
.color-darkyellow{
  color: #D4AF37;
}

.color-grey{
  color: #ccc;
}

.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: 20%;
  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: #132345;
  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: #D4AF37;
  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: #2B4160;
  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 */





      /* Main Navigation */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            transition: all 0.4s ease;
            background: transparent;
            padding: 0px 0;

        }

        .navbar.scrolled {
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            padding: 8px 0;
        }

        .nav-container {
            max-width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }

        /* Logo - Increased Size */
        .logo {
            display: flex;
            align-items: center;
            gap: 20px;
            text-decoration: none;
        }

        .logo-circle {
            width: 85px;
            height: 85px;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 4px solid #ffd700;
            transition: transform 0.3s ease;
        }

        .navbar.scrolled .logo-circle {
            width: 70px;
            height: 70px;
        }

        .logo:hover .logo-circle {
            transform: scale(1.05);
        }

        .logo-icon {
            width: 50px;
            height: 55px;
            background: white;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            transition: all 0.3s ease;
        }

        .navbar.scrolled .logo-icon {
            width: 40px;
            height: 45px;
        }

        .logo-text {
            display: flex;
            flex-direction: column;
        }

        .logo-title {
            font-size: 42px;
            font-weight: 700;
            color: white;
            letter-spacing: 3px;
            transition: all 0.3s ease;
        }

        .navbar.scrolled .logo-title {
            color: #1e3c72;
            font-size: 34px;
        }

        .logo-subtitle {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.9);
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

        .navbar.scrolled .logo-subtitle {
            color: #666;
            font-size: 12px;
        }

        /* Navigation Menu - 2 Rows */
      .nav-menu-wrapper { gap: 0 !important; }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 25px;
            align-items: center;
            margin-top: 2px !important;
            margin-bottom: 2px !important;
           
        }

        .nav-menu.row-1 {
            gap: 28px;

        }

        .nav-menu.row-2 {
            gap: 28px;
        }

        .nav-menu li {
            position: relative;
        }

        .nav-menu a, .nav-menu .dropdown-trigger {
            color: white;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 6px 0;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 4px;
            cursor: pointer;
            background: none;
            border: none;
            white-space: nowrap;
        }

        .navbar.scrolled .nav-menu a,
        .navbar.scrolled .nav-menu .dropdown-trigger {
            color: #2c3e50;
        }

        .nav-menu a:hover,
        .nav-menu .dropdown-trigger:hover {
            color: #ffd700;
        }

        .nav-menu a.active {
            color: #ffd700;
            border-bottom: 2px solid #ffd700;
        }

        /* Dropdown Arrow */
        .dropdown-arrow {
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 5px solid currentColor;
            transition: transform 0.3s ease;
        }

        .nav-menu li:hover .dropdown-arrow {
            transform: rotate(180deg);
        }

        /* Dropdown Menu - 2 Columns for large menus */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 280px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-radius: 8px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            padding: 5px 0;
            margin-top: 15px;
            z-index: 100;
        }

        .dropdown-menu.large {
            min-width: 500px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
        }

        .nav-menu li:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-menu a {
            color: #2c3e50;
            padding: 12px 25px;
            display: block;
            font-size: 13px;
            text-transform: none;
            border-bottom: none;
        }

        .dropdown-menu a:hover {
            background: #f8f9fa;
            color: #ffd700;
        }

        /* Search Icon */
        .search-icon {
            width: 22px;
            height: 22px;
            border: 2px solid white;
            border-radius: 50%;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .navbar.scrolled .search-icon {
            border-color: #2c3e50;
        }

        .search-icon:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 9px;
            background: white;
            bottom: -7px;
            right: -5px;
            transform: rotate(-45deg);
            transition: background 0.3s ease;
        }

        .navbar.scrolled .search-icon:after {
            background: #2c3e50;
        }

        .search-icon:hover {
            border-color: #ffd700;
            transform: scale(1.1);
        }

        .search-icon:hover:after {
            background: #ffd700;
        }

        /* Mobile Menu Toggle */
        .mobile-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 5px;
        }

        .mobile-toggle span {
            width: 28px;
            height: 3px;
            background: white;
            transition: all 0.3s ease;
        }

        .navbar.scrolled .mobile-toggle span {
            background: #2c3e50;
        }

        /* Slider Section */
        .slider-container {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.6s ease-in-out;
            height: 100%;
        }

        .slide {
            min-width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slide img, .slide video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slide-content {
            text-align: center;
            color: white;
            padding: 20px;
            max-width: 900px;
        }

        .slide-content h1 {
            font-size: 4em;
            margin-bottom: 20px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
            animation: fadeInUp 1s ease;
        }

        .slide-content p {
            font-size: 1.5em;
            text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
            animation: fadeInUp 1s ease 0.2s both;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Slider Controls */
        .slider-controls {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
            z-index: 10;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid white;
        }

        .slider-dot.active {
            background: white;
            transform: scale(1.3);
        }

        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.3);
            color: white;
            border: 2px solid white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 20px;
            z-index: 10;
        }

        .slider-arrow:hover {
            background: rgba(255, 215, 0, 0.8);
            border-color: #ffd700;
        }

        .slider-arrow.prev {
            left: 30px;
        }

        .slider-arrow.next {
            right: 30px;
        }

        /* Content Section */
        .content-section {
            padding: 100px 40px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .content-section h2 {
            font-size: 2.5em;
            color: #1e3c72;
            margin-bottom: 30px;
        }

        .content-section p {
            font-size: 1.1em;
            line-height: 1.8;
            color: #555;
        }

        /* Responsive */
        @media (max-width: 1400px) {
            .nav-menu {
                gap: 18px;
            }

            .nav-menu.row-1,
            .nav-menu.row-2 {
                gap: 18px;
            }

            .nav-menu a, .nav-menu .dropdown-trigger {
                font-size: 12px;
            }
        }

        @media (max-width: 1200px) {
            .mobile-toggle {
                display: flex;
            }

            .nav-menu-wrapper {
                position: fixed;
                top: 115px;
                left: -100%;
                width: 100%;
                height: calc(100vh - 115px);
                background: rgba(255, 255, 255, 0.98);
                flex-direction: column;
                padding: 30px;
                gap: 0;
                transition: left 0.4s ease;
                overflow-y: auto;
            }

            .nav-menu-wrapper.active {
                left: 0;
            }

            .nav-menu {
                flex-direction: column;
                width: 100%;
                gap: 10px;
            }

            .nav-menu a, .nav-menu .dropdown-trigger {
                color: #2c3e50;
                font-size: 16px;
            }

            .dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                margin-top: 10px;
                background: #f8f9fa;
            }

            .dropdown-menu.large {
                grid-template-columns: 1fr;
            }

            .slide-content h1 {
                font-size: 2.5em;
            }

            .slide-content p {
                font-size: 1.2em;
            }

            
        }

        @media (max-width: 768px) {
            .logo-title {
                font-size: 28px;
            }

            .navbar.scrolled .logo-title {
                font-size: 24px;
            }

            .logo-circle {
                width: 60px;
                height: 60px;
            }

            .navbar.scrolled .logo-circle {
                width: 55px;
                height: 55px;
            }

            .logo-icon {
                width: 35px;
                height: 40px;
            }

            .navbar.scrolled .logo-icon {
                width: 30px;
                height: 35px;
            }

            .slide-content h1 {
                font-size: 2em;
            }

            .slide-content p {
                font-size: 1em;
            }

            .slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .slider-arrow.prev {
                left: 15px;
            }

            .slider-arrow.next {
                right: 15px;
            }
        }



























        /* gallery starts */

        /* research starts */

        .hero-section {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            text-align: center;
            padding: 40px 20px 40px;
            position: relative;
            overflow: hidden;
            margin-top: 40px;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1920&fit=crop') center/cover;
            opacity: 0.8;
            z-index: 0;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 1100px;
            margin: 0 auto;
        }

        .hero-title {
          color: #fff;
            font-size: 3.2rem;           /* Reduced from 4.2rem */
            font-weight: 800;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }

       
        .hero-subtitle {
            font-size: 16px;          /* Reduced */
            max-width: 800px;
            margin: 0 auto 50px;
            opacity: 0.95;
            font-weight: 400;
        }

     .stats-grid {
    display: grid;
    /* On large screens: many columns, on ≤1200px: max 2 columns */
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 45%), 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

        .stat-card {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            padding: 32px 20px;
            transition: all 0.4s ease;
        }

        .stat-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.25);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }

        .stat-number {
            font-size: 2.8rem;           /* Reduced from 4.2rem */
            font-weight: 800;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 1.05rem;          /* Reduced */
            font-weight: 600;
            opacity: 0.95;
            letter-spacing: 0.8px;
        }



        .research-section {
            padding: 40px 0;
            background: #ffffff;
        }

        .section-title {
            font-size: 1.8rem;
            font-weight: 700;
            text-align: center;
            color: #1e293b;
            border-left: 0px !important;
        }

        .research-areas {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 28px;
        }

        .area-card {
            background: white;
            border: 2px solid #e2e8f0;
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .area-card:hover {
            transform: translateY(-10px);
            border-color: #3b82f6;
            box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
        }

        .area-image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .area-card:hover .area-image {
            transform: scale(1.1);
        }

        .area-content {
            padding: 25px;
        }

        .area-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
            border-left: none !important;
            color: #132345 !important;
        }

        .area-description {
            color: #D4AF37;
            font-size: 0.95rem;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        /* research ends */

        /* show more starts */

        .expand-box {
    min-height: 400px;
    max-height: 400px; 
    overflow: hidden;
    transition: max-height 0.6s ease; 
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
}
     

.btn-center {
    text-align: center;   /* centers the button */
    margin-top: 20px;     /* optional space */
}

.pill-btn {
  margin-top: 20px;
    padding: 8px 26px;
    border: 2px solid #d4a628;
    background: #ffffff;
    color: #13294C;
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pill-btn:hover {
    background: #d4a628;
    color: #ffffff;
}

.pill-btn:active {
    transform: scale(0.96);
}

#accre2line{
  display: none;
}
        /* show more ends */


        /* responsive starts */

@media (max-width: 1200px) {
   /* events div starts */
    .imgWidth1{
      width: 46%;
    }
    /* events div ends */

    .desgHover{
      width: 100%;
    }

     #bigMenuAdministration{
      width: 100%;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 0px;
     }
     #bigMenuAdministration::after {
        content: "";
        position: absolute;
        right: 0;
        top: 5%;          /* start border */
        height: 100%;       /* 80% of box height */
        width: 1px;
        background-color:  #132345; /* border color */
      }


     #campusBigMenu{
      border-top: 1px solid #fff;
      width: 100%;
    }
     #newsBigMenu{
      width: 100%;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 20px;
    }

    .dropdown-menu {
        display: none !important;
        opacity: 1;
        visibility: visible;
        position: static;
        transform: none;
        background: #f8f9fa;
        margin-top: 5px;
    }

    .dropdown-trigger.active + .dropdown-menu {
        display: block !important;
    }
 
}


@media (min-width: 901px) and (max-width: 1200px) {
    .research-areas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

   
}

@media (max-width: 900px) {
    .placement-stats {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .research-areas {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .stats-grid {
        grid-template-columns: 1fr !important;
    }

    .wid33{
      width: 100% !important;
      border: 1px solid #fff;
      border-radius: 10px;
      margin-top:3px;
      margin-bottom: 3px;
    }
    
}

@media (max-width: 959px) {

  /* brochure starts */
.app-card{
    width: 50%;
  }

 #accre2line{
  display: table;
 }

  #accre1line{
    display: none;
  }

@media (min-width: 960px) {

  /* brochure starts */
  .app-card {
      width: 50%;
  }

  

}


  /* brochure ends */

  /* Bigfooter starts */

    #bigFooter .footer-column {
        text-align: center !important;           
    }

    #bigFooter .footer-column ul {
        display: inline-block;                   
        text-align: center;                        
    }

    #bigFooter > .footer-container > [uk-grid] > div {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footerQiscetTextDesc span {
      display: inline-block;
      width: 100%;
      text-align: center !important;
      margin-bottom: 8px;
      margin-top: 8px;
    }

    #bigFooter > .footer-container > [uk-grid] > div:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

  
    #bigFooter .social-icons {
        justify-content: center !important;
        display: flex;    
    }

    .copyright{
      width: 100%;
      text-align: center !important;
    }

    .footer-links{
      width: 100%;
      margin-top: 10px;
      text-align: center !important;
    }

    /* big footer ends */

    /* events div starts */

    .imgWidth1{
      width: 100%;
    }

    /* events div ends */
}

@media (max-width: 1424px) {
  #recTest{
    height: 520px;
  }

  .wid68{
    width: 100%;
  }

  .wid30{
    width: 100%;
  }

  .testimonial-slider{
    width: 80%;
    float: left;
    margin-left: 10%;
  }
  

}


       /* responsive ends */