:root { 
  --background-color: #05071e; /* Background color for the entire website, including individual sections */
  --default-color: #A9A9A9; /* Default color used for the majority of the text content across the entire website */
/*  --heading-color: #ffffff; */
--heading-color: #1ba0d4;
  --accent-color: #1ba0d4; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #131428; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --vc-primary-dark: #496098;
  --vc-secondary: #30afb5;

}
 .nav-link span {

        color: var(--accent-color);
}

 .nav-link span:hover {

        color: var(--vc-secondary);
}

a.nav-link.btntn span {
    color: white;
}





.text-blue{
    color:#001341;
}

.text-black{
    color:black !important;
}

.circle-aboutright::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
    content: '';
    border-radius: 50%;
}

.circle-aboutright{
    right: -40px;
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -40px;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 10s linear infinite;
}

.circle-withimage::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
    content: '';
    border-radius: 50%;
}

.circle-withimage{
    right: 0px;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 10px;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 10s linear infinite;
    z-index: 10;
}

.circleleftSection:before{
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
    content: '';
    border-radius: 50%;
}

.circleleftSection {
    left: -90px;
    top: -30px;
    position: absolute;
    width: 180px;
    height: 180px;
    overflow: hidden;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 10s linear infinite;
}

.about-first-section-ba:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/about/about-first-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 250px;
    bottom: -35%;
}

.about-first-section-ba:after{
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/about/about-first-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    top: 50%;
}

.about-section-ba:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/about/about-third-bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: -9%;
}

.aboutImg img {
    max-width: 100%;
    position:relative;
    z-index:15;
}

/*Career Page*/

section.careers .container,
.about-section-ba.container{
    position: relative;
    z-index: 3;
}

section.comewithus .container{
    position:relative;
    z-index:3;
}

.choosercareer {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
    background: #f2f7ff;
    border-radius: 10px;
    transition: all .3s linear 0s;
    text-align:center;
}

.choosercareer img,
.choosercareer h6{
    margin-bottom:20px;
}


.choosercareer:hover {
    box-shadow: 0px 29px 30px rgb(0 0 0 / 10%);
}

.leftcircle{
    background-image: url(../images/career/left-circle.png);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

span.circle-career {
    top: 20%;
    width: 100px;
    height: 100px;
}

section.careers:after {
    content: '';
    position: absolute;
    right: 0;
    top: 27%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/career/right-career.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 260px;
}

section.careers:before {
    content: '';
    position: absolute;
    left: 0;
    /* right: auto; */
    width: 100%;
    height: 70%;
    z-index: 2;
    background-image: url(../images/career/left-career.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100px;
    bottom: 30%;
}

.form-career input,
.form-career select,
.review,
.contact-input input,
.contact-input textarea{
    width: 100%;
    height:59px;
    margin: 10px 0px;
    border: 1px solid #a6a6a6;
    padding: 0px 20px;
    border-radius: 10px;
}

.review,
.contact-input textarea{
    min-height:200px;
    padding: 15px 20px;
}

.form-career select {
    padding: 0px 20px;
}

.custom-file-input-form{
    visibility: hidden;
    width: 100%;
    margin: 0px 0px;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.uploadbox {
    width: 100%;
    border: 1px solid #a6a6a6;
    padding: 10px 10px;
    display: inherit;
    border-radius: 10px;
    cursor:pointer;
}

.uploadbox p {
    margin: 0px;
    display: contents;
    color:#a6a6a6;
}

i.fa.fa-folder {
    float: right;
    margin-top: 5px;
    color:#001341;
}

.upload-label{
    margin:0px;
    width:100%;
}

input#filetn {
    display: none;
}

/*Contact-us*/

section.contact-side .container,
.about-first-section-ba .container{
    position:relative;
    z-index:5;
}


.contact-details ul {
    list-style: none;
    padding: 0;
}

.contact-details ul li {
    display: flex;
    margin: 30px 0px;
}

.contact-details ul li span {
    padding-right: 45px;
    color: #00c229;
    line-height: 1.7;
}
iframe {
    display: block;
}
.contact-details ul li a {
    color: black;
}

span.circletn.circle-aboutright.circle-contatus{
    right: 80px;
    width: 100px;
    height: 100px;
    top: 40px;
}

section.contact-side:after {
    content: '';
    position: absolute;
    /* left: 0; */
    width: 100%;
    height: 90%;
    z-index: 1;
    background-image: url(../images/contact/contact-right.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 130px;
    bottom: -240px;
}

section.contact-side:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/contact/contact-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 200px;
    bottom: 0%;
}

span.leftcircle.circle-career2.circle-contatus-left {
    background-image: url(../images/career/left-circle.png);
    position: absolute;
    left: 0;
    width: 160px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    top: 420px;
}

span.leftcircle.circle-career2.circle-3 {
    top: -70px;
    height: 200px;
    width: 170px;
    z-index: 2;
}

.comewithus img {
    max-width: 80%;
    float: right;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .swiper-wrapper {
  height: auto !important;
  padding-bottom: 20px;
}



.testimonials .testimonial-card {
/*  background: var(--surface-color);*/
  border-radius: 24px;
  padding: 32px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.testimonials .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #8b5cf6 50%));
  border-radius: 24px 24px 0 0;
}

.testimonials .testimonial-card:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 50%);
}

.testimonials .testimonial-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.testimonials .user-avatar {
  position: relative;
}

.testimonials .user-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  object-fit: cover;
  border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.testimonials .user-info {
  flex: 1;
}

.testimonials .user-info h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.3;
}

.testimonials .user-info .user-role {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
  margin-bottom: 8px;
}

.testimonials .rating {
  display: flex;
  gap: 2px;
}

.testimonials .rating i {
  color: #fbbf24;
  font-size: 14px;
}

.testimonials .testimonial-content {
  flex-grow: 1;
  position: relative;
  margin-bottom: 24px;
}

.testimonials .testimonial-content .quote-mark {
  position: absolute;
  top: -12px;
  right: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #8b5cf6 50%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .testimonial-content .quote-mark i {
  color: var(--contrast-color);
  font-size: 20px;
}

.testimonials .testimonial-content p {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin: 0;
  font-weight: 500;
}

.testimonials .testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.testimonials .company-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 12px;
}

.testimonials .company-badge i {
  color: var(--accent-color);
  font-size: 14px;
}

.testimonials .company-badge span {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-color);
}

.testimonials .verified-badge {
  display: flex;
  align-items: center;
  gap: 6px;
}

.testimonials .verified-badge i {
  color: #10b981;
  font-size: 16px;
}

.testimonials .verified-badge span {
  font-size: 12px;
  font-weight: 600;
  color: #10b981;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 70%);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--accent-color);
  transform: scale(1.2);
}

.testimonials .section-title p{

    color: var(--vc-secondary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-card {
    padding: 24px;
    border-radius: 20px;
  }

  .testimonials .testimonial-header {
    gap: 12px;
    margin-bottom: 20px;
  }

  .testimonials .user-avatar img {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .testimonials .user-info h3 {
    font-size: 16px;
  }

  .testimonials .testimonial-content {
    margin-bottom: 20px;
  }

  .testimonials .testimonial-content .quote-mark {
    width: 40px;
    height: 40px;
  }

  .testimonials .testimonial-content .quote-mark i {
    font-size: 16px;
  }

  .testimonials .testimonial-content p {
    font-size: 15px;
  }

  .testimonials .testimonial-footer {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .testimonials .company-badge {
    padding: 6px 10px;
    border-radius: 10px;
  }
}
/*end */





@media screen and (max-width: 1500px){
    
    span.circle-career {
        height: 200px;
    }
    .leftcircle {
        top: 44%;
        height: 170px;
    }
    .section.careers:before {
        z-index: 0;
        background-size: 150px;
        bottom: 17%;
    }
    span.circletn.circle-aboutright.circle-contatus {
        right: 60px;
        width: 60px;
        height: 60px;
        top: 60px;
    }
    span.leftcircle.circle-career2.circle-contatus-left {
        width: 100px;
        height: 130px;
    }
    .circle-aboutright {
        width: 80px;
        height: 80px;
    }
    .about-section-ba:before {
        background-size: 400px;
    }
}

@media screen and (max-width: 1200px){
    .form-career h5 {
        font-size: 22px;
    }
    span.circle-career {
        width: 50px;
    }
    .leftcircle {
        top: 44%;
        height: 170px;
        width: 50px;
    }
    .about-first-section-ba:before {
        display:none;
    }
    .about-first-section-ba:after {
        background-size: 100px;
        top: 100%;
    }
    .circle-aboutright {
        right: 40px;
        top: -20px;
    }
    .circle-withimage {
        width: 140px;
        height: 140px;
    }
    span.leftcircle.circle-career2.circle-3 {
        top: 0px;
        height: 200px;
        width: 50px;
        z-index: 2;
    }
    .about-us-text h6{
        font-size:22px;
    }
}

@media screen and (max-width:991px){
    section.contact-side:before {
        bottom: 44%;
    }
    span.circle-career {
        height: 200px;
        width: 50px;
        top: 0;
    }
    .leftcircle {
        top: -10px;
        height: 200px;
        width: 45px;
        }
        .about-us-text h4 {
        font-size: 22px;
    }
    
    .about-us-text h6 {
        font-size: 18px;
    }
    
    .about-us-text p {
        font-size: 14px;
    }
    .circle-withimage {
        width: 100px;
        height: 100px;
        right: 10px;
    }
    span.circletn.circle-aboutright.circle-contatus {
        right: 60px;
        width: 40px;
        height: 40px;
        top: 60px;
    }
    section.contact-side:after {
        background-size: 100px;
        bottom: 0px;
    }
    span.leftcircle.circle-career2.circle-contatus-left {
        width: 20px;
        height: 110px;
        top: 23px;
    }
    
    section.contact-side:before {
        background-size: 70px;
        top: 0px;
    }
    span.circletn.circle-aboutright.circle-contatus {
        display:none;
    }
}


@media screen and (max-width: 767px){
    .circle-withimage {
        right: 25px;
        width: 80px;
        height: 80px;
        bottom: 25px;
    }
    span.leftcircle.circle-career2.circle-3 {
        display: none;
    }
    .circle-aboutright {
        right: 30px;
        top: -11px;
        height: 40px;
        width: 40px;
    }
    .about-qualities h5 {
        font-size: 22px;
    }

    .about-qualities p {
        font-size: 16px;
    }
    
    .about-qualities img {
        width: 90px;
    }
    .genheading2.max-width-1100 h4 {
        font-size: 19px;
    }
    
    span.leftcircle.circle-career2.circle-contatus-left {
        width: 10px;
        top: 73px;
    }
    
    .contact-details h4,
    .genheading-contact.max-width-1100 h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 425px){
    .about-section-ba:before {
        display:none;
    }
    .circle-aboutright {
        right: 0;
        top: -11px;
        height: 40px;
        width: 40px;
    }
    .contact-details ul li span {
        padding-right: 30px;
    }
    .contact-details ul li {
        margin: 20px 0px;
    }
}

@media screen and (max-width: 375px){
    .about-qualities h5 {
        font-size: 18px;
    }

    .about-qualities p {
        font-size: 14px;
    }
    
    .about-qualities img {
        width: 70px;
    }
    .genheading2.max-width-1100 h4 {
        font-size: 16px;
    }
    .circle-withimage {
        right: 20px;
        width: 80px;
        height: 80px;
        bottom: 10px;
    }
}

































