 .career-banner {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('images/career-banner.jpg') center/cover;
  height: 300px;
  border-radius: 10px;
}
.srvc{
  background: url(../images/servicesbg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.job-box {
  transition: 0.3s;
}

.job-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.mcard{
    border-radius: 8px !important;
    transition: all ease0.5s;
}
.mcard:hover{
    border-color:#ff6162 !important
}
.pds{
    background: url(../images/telecom.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 110px 0;
}
.bdrL{
    border-left:3px solid #ff6162;
    border-radius: 10px; transition: all ease 0.5s;
}
.bdrL:hover{
    border-left-color:blue;
}

.box-item {
    position: relative;
    overflow: hidden;
}
.box-item h5{
    margin-top: 0 !important;
}

.box-number {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    border: 2px solid #ff6162; /* your theme color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ff6162;
    font-size: 16px;
    background: transparent;
}
.fw-bold{
    font-weight: bold;
}
.partner-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.partner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.partner-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.partner-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.partner-section {
  margin: 60px 0;
}
 .service-box {
  transition: 0.3s;
  background: #fff;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.services-section h2 {
  font-size: 32px;
}
.service-box .color-main img{
    opacity: 0.8; max-height: 90px;
}

.mcard {
  border: none;
  border-radius: 18px;
  padding: 25px;
  background: linear-gradient(135deg, #ffffff, #f8f9ff);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mcard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
}

.mcard:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.mcard .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #6a11cb;
}

.mcard h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.mcard p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.service-row {
  margin-top: 60px;
}


.accordion {
  max-width: 800px;
  margin: auto;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  cursor: pointer;
  padding: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  background: #f7f7f7;
}

.accordion-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 15px;
}

.accordion-content p {
  padding: 10px 0;
  margin: 0;
  color: #555;
}

/* Active State */
.accordion-item.active .accordion-content {
  max-height: 150px;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg); /* + becomes x */
}


.cta-section {
  background: linear-gradient(135deg, #5f2cff, #a64dff);
  color: #fff;
  padding: 60px 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-primary {
  background: #fff;
  color: #5f2cff;
}

.cta-primary:hover {
  background: #eee;
}

.cta-secondary {
  border: 2px solid #fff;
  color: #fff;
}

.cta-secondary:hover {
  background: #fff;
  color: #5f2cff;
}

/* gallery css */

	/* #gallery {
  padding-top: 40px;
} */
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 55%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff !important;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 120px;
  right: 15px;
 cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}


