.gn-dark li a {
    color: #ffffff;
}
.sticky .gn-dark li a {
    color: #000000;
}
.gonagbt {
    padding: 40px 0px 20px 0px;
}
.gn-pd-top-bottom{
    padding: 10px 0px 10px 0px;
    background-color: #000;
}
.about-area-4 img {
    border-radius: 10px;
}
.contact-area img {
    border-radius: 10px;
}
.choose-area img {
    border-radius: 10px;
}
.brand-item-gn {
    padding: 15px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    font-size: 30px;
}
@media only screen and (max-width: 1199px) {
    .gonagbt {
        padding: 20px 0px 20px 0px;
    }
}
.gonagbt1 {
    padding: 80px 0px 0px 0px;
}
@media only screen and (max-width: 1199px) {
    .gonagbt1 {
        padding: 50px 0px 0px 0px;
    }
}
.footer-logo {
    width: 160px;
}
.gnb {
    padding-top: 20px;
}

.gniframe {
    filter: brightness(0.9);
}
.service-area-6 .services-wrapper li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--theme);
    border-radius: 50%;
    margin-right: 12px;
}
.gonnagform {
    border: 5px solid rgb(179 41 173);
    border-radius: 8px;
    padding: 30px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), /* First shadow: subtle, general blur */
    2px 2px 8px rgba(0, 0, 0, 0.2), /* Second shadow: offset for depth */
    4px 4px 15px rgba(0, 0, 0, 0.1);
}

/* technology section */
.tech-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 0 15px; */
}

.tech-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    /* transform-style: preserve-3d; */
}

.tech-stack-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.6s;
}

.tech-card {
    max-width: 140px;
    width: 100%;
    background: #E4E4E4;
    border: 1px solid #00000042;
    padding: 5px;
    transition: all 0.2s;
    text-align: center;
    transition: 0.4s;
    border-radius: 8px;
}

.tech-card:hover {
    background-color: transparent;
    border-color: #b42cae;
}
.tech-card figure {
    position: relative;
    height: 70px;
    margin: 10px 0 10px;
}
.tech-card figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: 0.8s;
}

/* Responsive Design */
@media (max-width: 991px) {
    .tech-grid-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 575px) {
    .tech-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* technology section */
.service-box-3 .text {
    color: #a7a7a7;
    padding-top: 10px;
}
/* CSS */
.gnbafr {
    position: relative;
    padding-bottom: 30px;
}
.gnbfr {
    position: relative;
    padding-top: 30px;
}
  .gnbfr:before {
    content: ""; /* Required for :before to work */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(14, 15, 17, 0.1);
    padding: 0px 20px 0px 20px;
  }

 
.gnmt{
    margin-top:15px;
}




/* New Section */

.telivus-services-section {
    background-color: #0E0F11;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}
/* Heading style */
.telivus-services-section .telivus-services-heading {
    color: var(--white);
    font-size: 44px;
    font-weight: 500;
    line-height: 1.22;
    padding-top: 20px;
}

/* Paragraph style */
.telivus-services-section .telivus-services-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white);
    margin-top: 19px;   
}

/* List container */
.telivus-services-list {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 20px;
}
/* List item style */
.telivus-services-item {
    font-size: 18px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    line-height: 25px;
    padding-left: 5px;
}   
h2.section-title.gntfn {
    font-size: 30px;
}
@media only screen and (max-width: 991px) {
h2.section-title.gntfn {
    font-size: 18px;
}
}

li.telivus-services-item {
    list-style-type: "✔️";
    /* list-style-position: inside; */
  }


/* List container */
.telivus-blog-list {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 10px;
}
/* List item style */
.telivus-blog-item {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
    padding-left: 5px;
}   

li.telivus-blog-item {
    list-style-type: "▪️";
  }

  /* List container for the index page */
.telivus-gns-list {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 10px;
} 

li.telivus-gns-item {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 5px;
    list-style-type: "✔️";
  }
  .accordion-wrapper-4 p{
    color: var(--white);
}




/* blog sidebar */
.blog .content-wrapper {
    align-items: center;
    display: flex;
}





/* Responsive design */
@media (max-width: 768px) {
    .telivus-services-heading {
        font-size: 30px;
    }

    .telivus-services-description {
        font-size: 18px;
    }

    .telivus-services-item {
        font-size: 18px;
    }
    .telivus-services-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .telivus-services-heading {
        font-size: 30px;
    }

    .telivus-services-description {
        font-size: 18px;
    }

    .telivus-services-item {
        font-size: 18px;
    }

    .telivus-services-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}


.error-message {
    color: red;
    font-size: 0.85rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    overflow: hidden;
  }
  .error-message.show {
    opacity: 1;
    height: auto;
    margin-top: 4px;
  }
  /* new career code */
.error {
    border-color: red !important;
  }
  .error-text {
    color: red;
    font-size: 0.8rem;
    margin-top: 5px;
  }
  .career-form.shake {
    animation: shake 0.3s ease-in-out;
  }
  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
  }

/* service page image animations  */
  .service-box-3:hover .gnicon{
     transform: scale(1) translateY(-5px);
          img {
            animation: bouncing 1s 0.1s;
          }
  }
  @keyframes bouncing {
  from,
  to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
