@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Instrument+Serif:ital@0;1&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* 
  font-family: "Instrument Serif", serif;
  font-family: "Host Grotesk", sans-serif;
  font-family: "Outfit", sans-serif;

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background-color: #000;
    font-family: "Host Grotesk", sans-serif;
}

body::after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(http://stage.infyras.com/wp-content/uploads/2026/07/gradient.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 97px;
}

img {
    max-width: 100%;
}

h2 {
    font-family: "Host Grotesk", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    color: white;
}

h2 span {
    color: #FFC226;
    font-family: "Instrument Serif", serif;
    letter-spacing: 3%;
    font-weight: 400;
    font-style: italic;
}

h3 {
    font-family: "Host Grotesk", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: white;
}

h5 {
    font-family: "Host Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: white;
}

h6 {
    font-family: "Host Grotesk", sans-serif;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    color: white;
}

p {
    font-family: "Host Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 1.5;
}

.bg-para {
    background: #3ff3b4;
    padding: 5px 15px;
    max-width: 150px;
    border-radius: 40px;
    font-size: 20px;
    margin-bottom: 20px;

    font-weight: 400;
    line-height: 32px;
}

.para {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 7px 0px;
    border: 1px solid #3FF3B4;
    border-radius: 50px;
    width: 100%;
    font-family: "Host Grotesk", sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}

a.arrow,
.arrow {
    font-size: 20px;
    background-color: #3FF3B4;
    color: #000000;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width:  -moz-fit-content;
    max-width: fit-content;
    font-weight: 600;
    font-family: "Host Grotesk", sans-serif;
    line-height: 20px;
    transition: all 0.5s ease;
}

a.arrow:hover,
.arrow:hover {
    background-color: rgba(255, 194, 38, 1);
    color: black;
}

a.arrow i,
.arrow i {
    transition: all 0.3s ease;
}

a.arrow:hover i,
.arrow:hover i {
    transform: translateX(5px);
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Header Start */

header {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

header.scrolled {
    background: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
}

header.scrolled .navbar {
    font-size: 20px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    gap: 40px;
}

header.scrolled .header-main {
    padding: 15px 0;
}

.logo {
    width: 100%;
    max-width: 282px;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 116px;
    width: 100%;
}

nav a.active {
    border-bottom: 2px solid #3FF3B4;
}

.navbar {
    font-size: 20px;
    display: flex;
    gap: 50px;
    font-family: "Host Grotesk", sans-serif;
    width: 100%;
    justify-content: end;
}

header nav a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

.main-btn {
    font-size: 20px;
    background-color: #3FF3B4;
    color: #000000;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 280px;
    font-weight: 600;
    font-family: "Host Grotesk", sans-serif;
    line-height: 20px;
}

.btn-hire {
    font-size: 18px;
    background-color: #ffc226;
    color: #000000;
    text-decoration: none;
    padding: 18px 20px 18px 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 230px;
    font-weight: 600;
    font-family: "Host Grotesk", sans-serif;
    line-height: 20px;
    position: relative;
}

.btn-hire i {
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-hire:hover i {
    transform: translateX(5px);
    transition-duration: .7s;
}

/* End header */

/* Start hero section*/

.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    padding-top: 200px;
    height: auto;
    gap: 91px;
}

.hero-section .hero .hero-img {
    width: 100%;
    max-width: 57%;
}

.hero-section .hero .hero-img img {
    width: 100%;
    max-width: 970px;
}

.hero-section .hero .hero-text {
    width: 100%;
    max-width: 800px;
}

.hero-section .hero .hero-text h1 span {
    color: #FFC226;
    font-family: "Instrument Serif", serif;
    letter-spacing: 3%;
    font-weight: 400;
}

.hero-section .hero .hero-text .buttons .project-btn {
    display: flex;
    align-items: center;
    position: relative;
}

.arrow img {
    width: 15px;
    height: 12px;
}

.buttons a:first-child {
    max-width: 251px;
}

.buttons a:nth-child(2) {
    max-width: 221px;
}

.hero-section .hero .hero-text .buttons {
    display: flex;
    gap: 25px;
}

.hero-section .hero .hero-text .buttons .project-btn .arrow {
    background: #ffffff;
    border: 2px solid;
    padding: 17px 11px;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    right: -9px;
}

.hero-section .hero .hero-text .buttons .project-btn .text {
    padding: 12px 60px 12px 20px;
    border-radius: 50px;
    border: 2px solid black;
    background: #3ff3b4;
    font-weight: 400;
    color: #1C1C1C;
}

.hero-section .hero .hero-text .buttons .work-btn {
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section .hero .hero-text .buttons .work-btn .arrow {
    background: #3ff3b4;
    border: 2px solid;
    padding: 17px 11px;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    right: -9px;
}

.hero-section .hero .hero-text .buttons .work-btn .text {
    padding: 12px 60px 12px 20px;
    border-radius: 50px;
    border: 2px solid black;
    background: #ffffff;
    font-weight: 400;
    color: #1C1C1C;
}

.hero-section .hero .hero-text .bannerText {
    font-size: 20px;
    line-height: 30px;
    color: white;
    padding-bottom: 30px;
    font-weight: 400;
    font-family: "Host Grotesk", sans-serif;
    width: 100%;
    max-width: 746px;
}

.hero-section .hero .hero-text h1 {
    font-size: 80px;
    line-height: 95px;
    margin-bottom: 0px !important;
    padding-bottom: 30px;
    font-weight: 700;
    color: white;
    font-family: "Host Grotesk", sans-serif;
}

.Development .Counter .Counts .rating h2 {
    font-size: 35px;
    color: white;
    line-height: 35px;
    font-weight: 400;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 0px !important;
}

.Development .Counter .Counts p {
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin-top: 2px;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 0px !important;
}

.Development .Counter .Counts .rating {
    display: flex;
    gap: 8px;
    align-items: center;
}

.Development .Counter {
    padding-top: 60px;
    display: flex;
    gap: 40px;
}

.Development .Counter .Counts .rating img {
    width: 30px;
    height: 30px;
}

.hero-section .hero .hero-text .hire-btn {

    font-size: 24px;
    background-color: #3FF3B4;
    color: black;
    text-decoration: none;
    padding: 21px 73px;
    box-shadow: 0px 4px 4px 0px #3B3B3B40;
    display: inline-block;
}

.hero-section .slider {
    width: 100%;
    display: inline-block;
}

.bannerSlider .slick-track {
    display: flex;
    gap: 10px;
}

.hero-section .slider .slider-track {
    display: flex;
    margin-top: 90px;
    justify-content: space-between;
}

.hero-section .hero .hero-img svg {
    width: 100%;
    max-height: 640px;
    display: block;
    margin-left: auto;
    max-width: 800px;
}

.hero-section .slider .slider-track .track {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bannerSlider .slick-dots {
    width: 100%;
    max-width: 57%;
    right: 0;
    bottom: 0;
}

.bannerSlider .slick-dots li {
    margin: 0 3.5px;
    width: 20px;
    height: 6px;
    border-radius: 7px;
}

.bannerSlider .slick-dots li button {
    width: 20px;
    height: 6px;
    background-color: #5e5e5e;
    border-radius: 7px;
    padding: 0;
}

.bannerSlider .slick-dots li button::after,
.bannerSlider .slick-dots li button::before {
    display: none;
}

.bannerSlider .slick-dots li.slick-active button {
    background-color: #3ff3b4;
}

.Counts:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0px 40px;
}

.social-links a:first-child img {
    max-width: 115px;
}

.social-links a:nth-child(2) img {
    max-width: 106px;
}

.social-links a:nth-child(2) {
    padding: 0px 31px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
}

.hero-socials {
    display: flex;
    align-items: center;
    gap: 20.87px;
    padding-top: 34px;
}

.hero-socials h6 {
    width: 100%;
    max-width: 175px;
    margin-bottom: 0px !important;
}

.hero-section-form h5 {
    padding-bottom: 15px;
}

.hero-section-form p {
    padding-bottom: 33px;
    margin: 0;
}

.form-row-first>p:first-child {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    padding-bottom: 20px;
}

.form-row-first p {
    margin: 0;
}

.form-row-first br {
    display: none;
}

.form-row-first input,
.textarea-form textarea {
    box-shadow: none;
    outline: none;
}

.textarea-form+p,
.textarea-form p {
    padding: 0;
}

form .arrow img,
form .arrow i {
    transition: all 0.3s ease;
}

form .arrow:hover img,
form .arrow:hover i {
    transform: translateX(5px);
}

.form-row-first input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    height: 50px;
    border-radius: 5px;
    padding: 10px 21.05px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Host Grotesk", sans-serif;
}

.form-row-first input::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Host Grotesk", sans-serif;
}

.textarea-form textarea {
    height: 120px;
    width: 100%;
    background: transparent;
    padding: 12px 20.87px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Host Grotesk", sans-serif;
    border-radius: 5px;
    resize: none;
}

.form-row-first input::placeholder,
.textarea-form textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Host Grotesk", sans-serif;
}

.textarea-form {
    padding-bottom: 20px;
}

form .arrow {
    background: #FFC226 !important;
    max-width: 175px !important;
    border: 0;
    outline: none;
    box-shadow: none;
}

.hero-section-form {
    border: 2px solid #FFC226;
    border-radius: 20px;
    padding: 30px 31px;
    width: 100%;
}

.fixedLinks a:first-child {
    padding: 16px;
}

.fixedLinks a:nth-child(2) {
    padding: 16px;
}

/* End hero section */

/* start web section */
section.Development {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.Development .container {
    padding-right: 0;
}

.Development .web-dev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 54px;
}

.Development .web-dev .web-text {
    width: 100%;
    max-width: 836px;
}

.Development .arrow {
    padding: 10px 20px;
    font-size: 20px;
    min-width: 180px;
    text-align: center;
}

.Development .web-dev .web-img img {
    width: 100%;
    max-width: 783px;
}

.web-dev-slider-images {
    width: 100%;
    max-width: 50%;
}

.slider-row-second {
    direction: rtl;
}

.slider-row-second .slick-slide {
    direction: ltr;
}

.web-dev-slider-images .slick-track {
    display: flex;
    gap: 18px;
}

.web-img {
    flex-shrink: 0;
}

.dev-text-para p {
    line-height: 30px;
}

.dev-text-para {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.slider-row-first {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    padding-bottom: 18px;
}

.slider-row-second {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
}

/* about section */

.Development .web-dev .web-text .bg-para {
    background: none;
}

img.slick-slide {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.service-wrap.bg-black {
    background: linear-gradient(90deg, rgba(0, 48, 31, 1), rgba(0, 25, 16, 1), rgba(0, 0, 0, 1)), url("http://stage.infyras.com/wp-content/uploads/2026/04/pexels-bibekghosh-14553713-1.png");
    background-blend-mode: screen;
}

.service-title-wrap h2 {
    padding-bottom: 30px;
}

.services-card .service-card-content .inner-content-service .para-btn .buttons {
    max-width: 260px;
}

.service-card-content h3 {
    margin-bottom: 0px !important;
}

.service-section .container .service-title-wrap .service {
    font-size: 20px;
    margin: 0;
}

.service-section .container .service-title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service-wrap {
    padding: 40px 0;
    position: sticky;
    top: 110px;
    background-color: black;
}

.service-wrap .bg-black {
    background: linear-gradient(90deg, rgba(63, 243, 180, 0.61) 26.92%, rgba(37, 141, 104, 0.61) 50%, rgba(0, 0, 0, 0.61) 97.6%);

}

.service-title-wrap .titles {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 28px;

    color: white;
}

.service-section .container .service-title-wrap .para-text {
    width: 100%;
    max-width: 691px;
    padding-bottom: 60px;
}

.services-card .service-card-content .inner-content-service .para-btn .para-text {
    font-size: 20px;
    color: white;
    line-height: 32px;
    padding-bottom: 50px;
    width: 100%;
    margin-bottom: 0px !important;
}

.services-card .service-card-content .inner-content-service {
    display: flex;
    /* justify-content: space-between; */
    gap: 114px;
    align-items: baseline;
}

.services-card .service-card-content .inner-content-service .para-btn {
    padding-top: 27px;
}

.services-card .service-tag {
    color: #ffffff;
    list-style: none;
    font-size: 21px;
    font-weight: 400;
    font-family: "Host Grotesk", sans-serif;
    padding-top: 54px;
    padding-left: 0px !important;
    margin-bottom: 0px;
}


.service-card-content {
    width: 100%;
    max-width: 638px;
}

.service-wrap .services-card {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    gap: 204px;
}

.service-wrap .services-card .service-card-img img {
    width: 100%;

    object-fit: contain;
    max-width: 500px;
}

/* bg-white */
.bg-white {
    background: #000000;
}

.bg-white .services-card .service-card-content .inner-content-service .service-tag {
    color: black;
    list-style: none;
    font-size: 21px;
}

.blue-back {
    max-width: 623px;
    background: linear-gradient(180deg, #012D6A, #FFFFFF);
    padding: 12px 40px;
}

.white-back {
    background: #d9d9d9;
    height: 333px;
}

.service-wrap.bg-black:nth-child(4) {
    background: url("http://stage.infyras.com/wp-content/uploads/2026/07/pexels-tranmautritam-326503-1.png");
}

.service-wrap.bg-black:nth-child(6) {
    background: url("http://stage.infyras.com/wp-content/uploads/2026/07/pexels-kindelmedia-7688336-1.png");
}

.service-wrap:nth-child(7) p,
.service-wrap:nth-child(6) p,
.service-wrap:nth-child(5) p,
.service-wrap:nth-child(4) p {
    width: 100%;
    max-width: 527px;
}

.service-card-img {
    margin-left: auto;
}

.service-wrap .services-card {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 114px;
}

/* End-service-section */

/* start Services section */


.Services {
    background-color: #ECFEF7;
    padding: 105px 0;
}

.Services .services-wrap {
    text-align: center;
}

.Services .services-wrap h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 20px;
}

.Services .services-wrap p {
    font-size: 22px;
    font-weight: 400;
}

.Services .services-wrap .services-cont {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.Services .services-wrap .services-cont .cont {
    border-radius: 20px;
    background-color: white;
    padding: 60px 32px;
    position: relative;
    flex: 1;
}

.Services .services-wrap .services-cont .cont img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 87px;
    height: 87px;
}

.Services .services-wrap .services-cont .cont h4 {
    font-size: 28px;
    margin-bottom: 15px;

}

.Services .services-wrap .services-cont .cont .para {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}

.cont-Last {
    border-radius: 20px;
    background-color: white;
    padding: 60px 32px;
    width: 100%;
    max-width: 530px;
}

.Services .services-wrap .services-cont .cont-Last img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 87px;
    height: 87px;
}

.Services .services-wrap .services-cont .cont-Last h4 {
    font-size: 28px;
    margin-bottom: 15px;
}

.Services .services-wrap .services-cont .cont-Last .para {
    font-size: 22px;
    line-height: 34px;
    text-align: center;

}

.Services .services-wrap .services-cont .cont::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3FF3B4;
    border-radius: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    perspective: 1000px;
    transition: all 0.8s;
    transform-style: preserve-3d;
}

.Services .services-wrap .services-cont .cont:hover::after {
    transform: rotateY(180deg);
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.Services .services-wrap .services-cont .cont * {
    position: relative;
    z-index: 2;
}

/* end Services section */

/* start digital section */

.Development .digital-wrap {
    padding: 158px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.Development .digital-wrap .web-text p {
    font-size: 20px;
    line-height: 30px;
}

.Development .digital-wrap .web-text p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 30px;

    background: #3ff3b4;
    padding: 5px 15px;
    max-width: 163px;
    border-radius: 40px;
    font-weight: 400;
}

.Development .digital-wrap .web-text h1 {
    font-size: 55px;

    margin-bottom: 35px;
}

.Development .digital-wrap .web-text p:nth-child(3) {
    margin-bottom: 25px;
}

.Development .digital-wrap .web-text {
    width: 100%;
    max-width: 50%;
    padding-left: 50px;
}

.Development .digital-wrap .web-img {
    max-width: 50%;
    width: 100%;
}

.Development .digital-wrap .web-img img {
    width: 100%;
}

/* start Work section */

.work-section .recents-work {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.work-section .recents-work h2 {
    padding-bottom: 50px;
    max-width: 1187px;
    width: 100%;
}

.work-section .recents-work p {
    max-width: 221px;
}

.work-section .recents-work .tabs {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin: 0 auto 35px;
}


.work-section .recents-work .tabs .active {
    background-color: #3FF3B4;
    border: none;
    /* padding: 3px 26px; */
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    border-radius: 40px;
    font-family: "Host Grotesk", sans-serif;
    color: #000000;
    font-weight: 700;
}

.work-section .recents-work .tabs button {
    grid-column: span 2;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 50px;
    background: #ffffff26;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    min-width: 135px;
    padding: 0 20px;
}

.work-section .recents-work .tabs button.active {
    background: #ffffff00;
    color: #ffffff;
    border: 2px solid #3ff3b4;
    width: 100%;
}

.work-section .recents-work .tabs button:hover {
    background: #42e6b0;
    color: #000;
}


/* Center second row */
.work-section .recents-work .tabs button:nth-child(7) {
    grid-column: 2 / span 2;
}

.work-section .recents-work .tabs button:nth-child(8) {
    grid-column: 4 / span 2;
}

.work-section .recents-work .tabs button:nth-child(9) {
    grid-column: 6 / span 2;
}

.work-section .recents-work .tabs button:nth-child(10) {
    grid-column: 8 / span 2;
}

.work-section .recents-work .tabs button:nth-child(11) {
    grid-column: 10 / span 2;
}

.work-section .work-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 2fr);
    justify-content: center;
}

.work-section .work-grid .workcard {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    width: 100%;
    max-width: 837px;
    position: relative;
    cursor: pointer;
}

.work-section .work-grid .workcard .project-image {
    text-align: center;
    position: relative;
    z-index: 2;
}

.project-image img {
    width: 100%;
}

.work-logo {
    position: absolute;
    bottom: 30px;
    left: 35px;
    z-index: 2;
}

.work-logo img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.work-section .main-btn {
    display: block;
    max-width: 275px;
    padding-inline: 33px;
    margin: 45px auto 0;
}

.work-section .arrow {
    min-width: 200px;
}

.work-section .work-grid .workcard:first-child::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 15px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 26.92%, rgba(43, 89, 73, 0.8) 100%);
}

.work-section .work-grid .workcard::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 15px;
    z-index: 1;
    background: linear-gradient(180deg, #2B5949 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* Projects Popup css */
.projects-tab {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.project-popwrap {
    display: flex;
    gap: 32px;
    overflow: hidden;
    border: 2px solid #FFC226;
    padding: 22px;
    border-radius: 0;
    height: calc(100vh - 60px);
}

.project-popwrap .projects-tab {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.project-popwrap .project-description {
    width: 100%;
    max-width: 576px;
}

.project-popwrap .project-overview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.projectImg img {
    max-width: 400px;
    width: 100%;
}

.project-popwrap .project-overview .projectImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 700px;
}

.project-popwrap .project-overview .projectImg {
    width: 100%;
    max-width: 700px;
}

.project-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 30px 0;
    background-image: url(http://stage.infyras.com/wp-content/uploads/2026/07/gradient.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(11, 15, 26, 0.95);
}

.project-popup .closePop {
    position: absolute;
    top: -18px;
    right: 80px;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #3FF3B4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.project-popup .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.cursor-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    pointer-events: none;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 50px #000;
    border-radius: 100px;
    transition: all 0.3s ease;
    font-size: 0;
    padding: 0;
    color: #fff;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.work-section .work-grid .workcard .project-image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    border-radius: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.work-section .work-grid .workcard:hover .project-image::before {
    opacity: 0.5;
    visibility: visible;
}

.workcard:hover .cursor-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(-50%, -50%);
}

.des-content .logo {
    margin-bottom: 40px;
    text-align: center;
    max-width: 100%;
}

.des-content .logo img {
    height: auto;
    max-width: 300px;
    max-height: 200px;
    object-fit: contain;
}

.des-content .contentinner {
    padding: 30px 30px 80px;
    background-color: #262F37;
    position: relative;
    height: calc(100vh - 250px);
    max-width: 562px;
}

.des-content .contentinner p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    height: 100%;
    overflow: auto;
}

.des-content .contentinner .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 0 30px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-wrap .projectBtn {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    flex: 1;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-wrap .projectBtn:not(:first-child) {
    justify-content: flex-end;
}

.project-popwrap .project-description .des-content {
    height: 100%;
}

/* Scrollbar popup */
.project-popwrap .projects-tab .projectImg {
    cursor: pointer;
}

.project-popwrap .projects-tab .projectImg img {
    height: 210px;
    object-fit: cover;
}

.project-popwrap .projects-tab .projectImg img.active {
    border: 2px solid #ffc226;
}

.projects-tab::-webkit-scrollbar,
.project-overview::-webkit-scrollbar,
.des-content .contentinner p::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

/* Style the scrolling handle */
.projects-tab::-webkit-scrollbar-thumb,
.project-overview::-webkit-scrollbar-thumb,
.des-content .contentinner p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #000;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

/* Testimonial section css */
body.home .testimonial-section {
    margin-top: 120px !important;
}

.testimonial-section {
    margin-bottom: 120px;
}

.testimonial-content-wrap .testimonial .client .clientDetail h5 {
    line-height: 30px;
}

.testimonial-content-wrap .testimonial .client .clientDetail p {
    line-height: 22px;
}

.testimonial-section .headingWrap h2 {
    padding-bottom: 50px;
}

.testimonial-video .videoInner {
    display: flex;
    gap: 30px;
    align-items: center;
}

.testimonial-video .videoInner video {
    width: 100%;
}

.videoWrap {
    position: relative;
}

.videoWrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    display: grid;
    place-items: center;
}

.videoWrap .overlay .videoButton {
    width: 158px;
    height: 158px;
    background-color: #262F37D1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 158px;
    cursor: pointer;
}

.testimonial-content-wrap {
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.testimonial-content-wrap .testimonial {
    width: 100%;
    max-width: calc(100%/3 - 22px);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 24px 25px 29px 25px;
    background: rgba(63, 243, 180, 0.1);
}

.testimonial-content-wrap .testimonial .client {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.testimonial-content-wrap .testimonial .client .clientImg {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-content-wrap .testimonial .client .clientImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content-wrap .testimonial .client .clientDetail {
    margin-left: 20px;
}

.testimonial-content-wrap .testimonial .client .clientDetail .name {
    font-family: 'Alice';
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    color: white;
}

.testimonial-content-wrap .testimonial .client .clientDetail .role {

    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px;
    color: white;
}

.testimonial-content-wrap .testimonial .client .clientDetail .rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-content-wrap .testimonial .client .clientDetail .rating span {
    font-size: 20px;
    line-height: 20px;
    color: white;
}

.testimonial-content-wrap .testimonial .content p {
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: auto !important;
}

/* Blog section css */

.blogContent h5 {
    line-height: 40px;
}




.blogInnerContent {
    display: flex;
    gap: 32px;
}

.blogInnerContent .blog {
    width: 100%;
    max-width: 548px;
    border-radius: 16px;
    padding: 25px;
}


.blogs-section .container .blogInnerContent .blog .blogContent {
    margin-top: 20px;
}

.blogInnerContent .blog .blogContent .date {
    font-family: 'Alice';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262F37;
    display: inline-block;
    margin-bottom: 10px;
}

.blogInnerContent .blog .blogContent .title {
    /* font-family: 'Alice'; */
    line-height: 40px;
    font-weight: 700;
    color: #262F37;
    /* font-size: 26px; */
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: white;
}

.blogInnerContent .blog .blogContent p.content {
    font-weight: 300;
    line-height: 28px;
    color: white;
    margin-bottom: 0;
    letter-spacing: 0px;
}

.blogContent .readMore {
    font-family: 'Alice';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #262F37;
    text-decoration: none;
}

.w-64 {
    width: 64px;
}

.h-64 {
    height: 64px;
}

.arrow-read {
    width: 25px;
    object-fit: cover;
}

/* blog page*/

.gx-34 {
    gap: 34px;
}

.gy-60 {
    gap: 60px;
}

.w-52 {
    width: 52px;
}

.h-52 {
    height: 52px;
}

.bg-round {
    background-color: #3FF3B4;
}

.innerBanner {
    background: linear-gradient(180deg, rgb(254 254 254 / 95%), rgba(63, 243, 180, 80%)), url('assets/images/officebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 195px 0;
    background-position: center;

}


.innerContent {
    max-width: 660px;
    margin-inline: auto;
    margin-bottom: 12px;
}

.innerBanner .innerBannerContent p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
}

.breadcrumb li+li::before {
    content: "<";
    padding: 0 8px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.breadcrumb a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb [aria-current="page"] {
    color: #555;
    font-weight: bold;
}

.blogs-sect {
    margin-top: 150px;
    margin-bottom: 150px;
}

.blogs .main-blog .blogBanner h1 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Alice';
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.blogs-sect .gridWrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.pagination button {
    border: none;
    outline: none;
    background: #fff;
    color: #333;
    padding: 8px 12px;
    border-radius: 54%;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    box-shadow: 0 0 0 1px #e0e0e0;
    width: 100%;
    height: 32px;
    max-width: 32px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pagination button:hover {
    background: #e0e0e0;
}

.pagination button.active {
    background: #3FF3B4;
    color: black;
    font-weight: 400;
    box-shadow: none;
}

.pagination span {
    color: #999;
    font-size: 16px;
}

.pagination .btn10 {
    padding: 7px 8.5px;
}

.blogInnerContent .blog:first-child {
    background: url('http://stage.infyras.com/wp-content/uploads/2026/02/Article1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 554px;
}

.blogInnerContent .blog:nth-child(2) {
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/4516e04e7e9f5f281620a9aca8bb0ab82f018f35.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 554px;
}

.blogInnerContent .blog:nth-child(3) {
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/79b0b47adc077cde3ffa357bda55502072279111.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 554px;
}

/*contact-section*/

.cta-section {
    padding: 211px 40px 150px 40px;
    background: linear-gradient(90deg, #3FF3B4 0%, rgb(115 115 115 / 68%) 100%);
    position: relative;
}

.cta-section .ctaInnerContent H6 {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Alice';
}

.cta-section .ctaInnerContent {
    width: 100%;
    max-width: 830px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.cta-section .ctaInnerContent h2 {
    font-size: 55px;
    font-family: 'Host Grotesk';
    line-height: 70px;
    font-weight: 700;
    max-width: 489px;
    margin-bottom: 40px;
    letter-spacing: 0%;
}



.estimateBtn {
    border: 2px solid white;
    background: white;
    padding: 21.5px 55.5px;
    width: 100%;
    max-width: 300px;
    color: black;
    text-decoration: none;
    font-size: 23px;
    font-weight: 400;
    font-family: 'Alice';
}

/* Footer css */
.footer-section {
	background-color: #000000;
	padding: 100px 0 60px !important;
	border-top: 1px solid #1c1c1c;
}

.footer-section .footerContent {
    display: flex;
    justify-content: space-between;
}

.footer-section .footerContent .footerCol:first-child {
    max-width: 468px;
    width: 100%;
}

.footer-section .footerContent .footerCol:first-child .logo {
    max-width: 100%;
}

.footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap {
    display: flex;
    gap: 50px;
    margin-top: 15px;
}

.footer-section .footerContent .footerCol:first-child .logo .workLogo h5 {
    color: #FFC226;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
}


.footer-section .footerContent .footerCol p {
    font-family: "Host Grotesk", sans-serif;
    line-height: 28px;
    margin: 35px 0 68px;
}

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

.footerLinks ul li {
    line-height: 40px;
}

.footerLinks ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    transition: all 0.3s ease;
}

.footerLinks ul li a:hover {
    color: #3FF3B4;
}

.footerCol .footerLinks h4 {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #3FF3B4;
    margin-bottom: 30px;
}

footer .footerCol:last-child {
    max-width: 260px;
}

footer .copyright {
    margin-top: 60px;
    padding: 20px 35px;
    background-color: #3FF3B4;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copyright .social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .copyright .social-links .iconWrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .copyright p {
    font-family: "Host Grotesk", sans-serif;
    line-height: 28px;
    color: #000000;
}

footer .copyright .social-links .iconWrap a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #33363F;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s ease;
}

footer .copyright .social-links .iconWrap a:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 4px 4px 0px #3B3B3B40;
    transform: translateY(-5px);
}

.fixedLinks {
    display: flex;
    flex-flow: column;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    align-items: flex-end;
    z-index: 99;
    gap: 8px;
}

.fixedLinks a img {
    width: 24px;
    height: 24px;
}

.fixedLinks a {
    width: 56px;
    background-color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
}
.fixedLinks a span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: inline-block;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
}

.fixedLinks a:last-child:hover {
    width: 105px;
    transition: all 0.4s ease;
}

.fixedLinks a:hover {
    transition: all 0.4s ease;
    width: 145px;
}

.fixedLinks a:hover span {
    visibility: visible;
    opacity: 1;
}

.bgSliderInner.v-scroll .bgImageSlide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

.bgSlider {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}

.bgSliderCols .bgSliderCol:nth-child(odd) .v-scroll {
    animation-direction: reverse;
}

.bgSliderCols {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 12%;
    right: auto;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.bgSliderCols .bgSliderCol {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/* july 20 */
/* Services Page */
.image-left-container {
    width: 100%;
    max-width: 50%;
    object-fit: cover;
}

.content-right-container {
    width: 100%;
    max-width: 50%;
}

.sub-first-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border: 1px solid #ffc226;
    border-radius: 15px;
    background-color: rgb(11, 15, 26);
    padding: 50px 20px 50px 20px;

}

.sub-second-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border: 1px solid #ffc226;
    border-radius: 15px;
    background-color: rgb(11, 15, 26);
    padding: 50px 20px 50px 20px;

}

.sub-third-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border: 1px solid #ffc226;
    border-radius: 15px;
    background-color: rgb(11, 15, 26);
    padding: 50px 20px 50px 20px;

}

.sub-four-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border: 1px solid #ffc226;
    border-radius: 15px;
    background-color: rgb(11, 15, 26);
    padding: 50px 20px 50px 20px;

}

.sub-fifth-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border: 1px solid #ffc226;
    border-radius: 15px;
    background-color: rgb(11, 15, 26);
    padding: 50px 20px 50px 20px;

}

.sub-sixth-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border: 1px solid #ffc226;
    border-radius: 15px;
    background-color: rgb(11, 15, 26);
    padding: 50px 20px 50px 20px;

}

section.steps-section {
    padding: 150px 0;
}

.steps-section .service-number h6 {
    font-size: 32px;
    background: #3FF3B4;
    border-color: #3FF3B4;
    color: #000;
    padding: 15px 15px;
    border-radius: 46px;
}

.grid-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.alternate-cards-parent {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.frontend-systems {
    background-color: rgb(63 243 180 / 5%);

    padding: 28px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;

    background-blend-mode: screen;
    background: linear-gradient(90deg, rgb(0, 48, 31), rgb(0, 25, 16), rgb(0, 0, 0)), url("http://stage.infyras.com/wp-content/uploads/2026/04/pexels-bibekghosh-14553713-1.png");

    gap: 60px;
}

.Backend-systems {
    background-color: #000;

    padding: 28px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;

    gap: 60px;
}

.Databases-Caching {
    background-color: rgb(63 243 180 / 5%);
    background-blend-mode: screen;
    background: linear-gradient(90deg, rgb(0, 48, 31), rgb(0, 25, 16), rgb(0, 0, 0)), url("http://stage.infyras.com/wp-content/uploads/2026/04/pexels-bibekghosh-14553713-1.png");

    padding: 28px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;

    gap: 60px;
}

.DevOps-Setup {
    background-color: #000;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;

    gap: 60px;
}

.full-stack-section .content {
    width: 60%;
}

.full-stack-section .image-box img {
    max-width: 500px;
    width: 100%;
    height: 100%;
}

section.full-stack-section {
    padding: 100px 0;
}

.tailored-number {
    height: 100%;
}

.tailored-number {
    background: #ffc226;
    padding: 40px 31px;
    width:  -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    border: none;
}

.grid-steps {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.steps-section .grid-content h6 {
    font-size: 32px;
}

.steps-section .service-number h6 {
    font-size: 32px;
}

/* 21 July */

.service-detail-section .faq-item {
    border-radius: 15px;
    margin-bottom: 20px;
    border: none;
    background-color: unset;
    padding: 10px 25px;
}


.digital-products {
    padding-bottom: 150px;
}

.product-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.digital-products .product-heading h2 {
    max-width: 1000px;
    width: 100%;
    margin: 0;
}

.heading-bottom-button {
    background-color: var(--blue-color);
    border-color: var(--blue-color);

}

.digital-products .product-heading .butn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 100px;
    background-color: var(--white-color);
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--primary-color);
}

.double-image-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 50px;
}


.first-project-div img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #ffc226;
    border-radius: 15px;
}

.second-project-div img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #ffc226;
    border-radius: 15px;
}

.steps-section .faq-wrap {
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: 100px;

}

.accordion-container {
    width: 100%;

}

.service-detail-section .accordion-container {
    width: 100%;
}

.precision-delivery .faq-wrap {
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: 80px;
}

.steps-section .call-card-fixed {
    margin-top: 60px;

    width: 100%;
    max-width: 30%;
}

.call-card-fixed {
    width: 100%;
    max-width: 400px;
    background-color: #000000;
    position: sticky;
    top: 120px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 194, 38);
    border-image: none;
    border-radius: 15px;
}

.sidebar-wrapper .call-card-fixed {
    width: 100%;
    max-width: 100%;
}


.card {
    min-height: 620px;
}



.slidersection {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
}

.card {
    background: #fff;
    padding: 45px 42px;
    border: 1px solid #ececec;
    min-height: 540px;
    transition: .3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.number {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #222;
}

.card h2 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 22px;
}

.card p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 35px;
}

.card ul {
    padding-left: 22px;
}

.card li {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
}

.card li::marker {
    color: #111;
}

.slidersection .card-flex .card p {

    color: black;

}

.slidersection .card h2 {

    color: black;

}

.card-flex {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.slidersection .card h2 {

    color: black;
}

.industry-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.industry-expert-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 72px;
}

.indus-expert-card {
    position: relative;
}

.indus-expert-card img {
    height: 100%;
    object-fit: cover;
}

.industry-exp-desc {
    padding: 32px;
    position: absolute;
    color: var(--white-color);
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
    inset: auto 0% 0%;
    height: 100%;
}

.industry-exp-desc:before {
    position: absolute;
    content: "";
    background: linear-gradient(#0000 20%, #000 92%);
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s ease;
}

.industry-exp-desc h3 {
    font-size: 26px;
    font-weight: 600;
}

.industry-exp-desc p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

/* slick slider*/

.card-flex {
    margin: 0 -10px;
}

.card {
    margin: 0 10px;
    box-sizing: border-box;
}

.slick-slide {
    height: inherit;
}

.slick-track {
    display: flex;
}

.slick-slide {
    display: flex;
    height: auto;
}

.slick-slide>div {
    width: 100%;
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}



/* Extra */

section.industries-section {
    margin-top: 110px;
}


.home section.industries-section {
    margin-top: 0;
}

section.Development {

    padding-bottom: 0px;

}


@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 5rem));
        transform: translateX(calc(-100% - 5rem))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 5rem));
        transform: translateX(calc(-100% - 5rem))
    }
}

@-webkit-keyframes heroscroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes heroscroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.v-scroll {
    -webkit-animation: heroscroll 50s linear infinite;
    animation: heroscroll 50s linear infinite
}

.bgSliderInner.v-scroll {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bgSliderInner.v-scroll .bgImageSlide {
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    overflow: hidden;
}

/* pricing page css start */
.blogs {
    margin-bottom: 160px;
}

.information {
    margin: 110px 0 0;
}

.information .container .infoworktable {
    display: flex;
    gap: 32px;
}

.information .container .infoworktable .infotable {
    max-width: 550px;
    width: 100%;
    border: 2px solid #FFC226;
    backdrop-filter: blur(50px);
    background: #3FF3B40D;
    border-radius: 15px;
}

.information .container .infoworktable .infotable .uptable img {
    margin: 30px 20px;
}

.information .container .infoworktable .infotable .uptable {
    border: 1px solid #FFFFFF26;
    padding: 30px;
}

.information .container .infoworktable .infotable .uptable h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.information .container .infoworktable .infotable .uptable h6 span {
    font-style: italic;
    color: #FFC226;
    font-family: "Instrument Serif", serif;
    letter-spacing: 3%;
}

.information .container .infoworktable .infotable .downtable {
    padding: 30px;
}

.information .container .infoworktable .infotable .downtable .paragraphs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.information .container .infoworktable .infotable .downtable .paragraphs h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

.information .container .infoworktable .infotable .downtable .paragraphs h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.3px;
    vertical-align: middle;
    color: #3FF3B4;
    margin: 0;
}

.information .container .infoworktable .infotable .downtable .paragraphs p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0;
}

.information .container .infoworktable .infotable .downtable .infolist {
    margin-bottom: 30px;
}

.information .container .infoworktable .infotable .downtable .infolist ul {
    padding: 0 0 0 20px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.information .container .infoworktable .infotable .downtable .lastpricing {
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #FFFFFF33;
}

.information .container .infoworktable .infotable .downtable .lastpricing h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.3px;
    vertical-align: middle;
    margin: 0;
}

.information .container .infoworktable .infotable .downtable .lastpricing h2 span {
    color: #3FF3B4;
}

.information .container .infoworktable .infotable .downtable .button {
    display: inline-block;
    width: 100%;
}

.information .container .infoworktable .infotable .downtable .button a {
    padding: 14px 35px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    background: #3FF3B4;
    width: 100%;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.information .container .infoworktable .infotable .downtable .button a:hover {
    background-color: #FFC226;
}



.pricebanner .container .budget {

    display: flex;
    justify-content: center;
}

.pricebanner .container .budget .parent {
    display: flex;
    justify-content: space-between;
    padding: 100px 40px;
    background: linear-gradient(180deg, rgb(63, 243, 180, 80%), rgba(63, 243, 180, 80%)), url('assets/images/building.png');
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1350px;
    width: 100%;
}

.pricebanner .container .budget .parent h6 {
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;

}

.pricebanner .container .budget .parent a {
    padding: 20px 60px;

    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    background: white;
    color: black;
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px #3B3B3B40;
}

.faq .container .accordion-container h2 {
    text-align: center;
    margin-bottom: 40px;
}

.faq {
    margin: 110px 0 0;
}

.accordion-container {
    width: 100%;
}

.faq-item {
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid rgb(255, 194, 38, 1);
    background-color: #000000;
    padding: 25px;
}

.faq-header {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
}

.faq-header .faq-text {
    font-size: 20px;
    color: #fff;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    padding-right: 15px;
}

.faq-content {
    display: none;
    margin-top: 15px;
}

.faq-item.active .faq-content {
    display: block;
}

/* Icon styling */
.faq-text,
.faq-wrapper {
    pointer-events: auto;

}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #3FF3B4;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 20px;
}

.icon-wrapper i {
    transition: transform 0.3s ease;
}

/* Rotate icon when open */
.faq-item.active .icon-wrapper i {
    transform: rotate(180deg);
}

/* pricing page css end */

/* contact us page css start */
.letbuild {
    text-align: center;
    margin-bottom: 55px;
}

.letbuild .container .outbuild {
    display: flex;
    justify-content: center;
}

.letbuild .container .outbuild .innerbuild {
    max-width: 1055px;
    width: 100%;
}


.projectform .container .contactcontent {
    display: flex;
    margin-bottom: 120px;
}

.projectform .container .contactcontent .leftcontact {
    width: 50%;
    padding: 40px 125px 140px 50px;
    background: linear-gradient(270deg, rgb(254 254 254 / 85%), rgba(63, 243, 180, 80%)), url('assets/images/contactoffice.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo .numimg {
    padding: 10px;
    background: #3FF3B4;
    position: absolute;
    top: -20;
    border-radius: 60px;
    display: flex;
    left: 75px;
    width: 45px;
}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo img {
    width: 25px;

}

.projectform .container .contactcontent .leftcontact .upleftcontact h4 {
    font-weight: 400;
    font-size: 35px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 20px;

}

.projectform .container .contactcontent .leftcontact .downleftcontent {
    display: flex;
    gap: 30px;

}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo {
    text-align: center;
    background: #FFFFFFCC;
    position: relative;
    padding: 0px 15px;
    border-radius: 10px;
}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    margin-top: 45px;
    margin-bottom: 10px;
}

.projectform .container .contactcontent .rightform {
    width: 50%;
    padding: 40px 50px 50px 50px;
    background: #F2F3F4;

}

.projectform .container .contactcontent .rightform form.form1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;

}

.projectform .container .contactcontent .rightform form.form1 input {
    border: none;
    width: 45%;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #F2F3F4;

}

.projectform .container .contactcontent .rightform form.form2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.projectform .container .contactcontent .rightform form.form2 input {
    border: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #F2F3F4;

}

.projectform .container .contactcontent .rightform .attachments .attachfile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.projectform .container .contactcontent .rightform .attachments .attachfile img {
    height: 38px;
}

.projectform .container .contactcontent .rightform .attachments .attachfile a {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}

.projectform .container .contactcontent .rightform .buttonform a {
    padding: 16.5px 61px;
    background: #3FF3B4;
    box-shadow: 0px 4px 4px 0px #3B3B3B40;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #000000;
}

.pricebanner .container .budget .parent .contactimages {
    display: flex;
    gap: 20px;
}

.showmap {
    margin-bottom: 154px;
}

.showmap .container iframe {
    width: 100%;
    height: 600px;
}

/* contact us page css end */





/* unique  construction css start */





.frames .container .mainframe {
    display: flex;
    gap: 50px;
    margin-bottom: 25px;
}

.frames .container .mainframe .leftframe {

    border-bottom: 1px solid #D9D9D9;
    max-width: 1300px;
    width: 100%;
}

.frames .container .mainframe .leftframe .leftimg1 {
    display: flex;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.49) 0%, rgba(63, 243, 180, 0.7) 55%), url('assets/images/book.png');
    position: relative;
    margin-bottom: 25px;
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.frames .container .mainframe .leftframe .leftimg1 .sideimg img {
    position: absolute;
    bottom: 32px;
    left: 70px;
}

.frames .container .mainframe .leftframe p {

    font-weight: 400;

    font-size: 22px;
    margin-bottom: 25px;
    line-height: 35px;
    letter-spacing: 0%;

}

.frames .container .mainframe .rightframe {
    max-width: 411px;
    width: 100%;
}

.frames .container .mainframe .rightframe h6 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 27px;
}

.frames .container .mainframe .rightframe .rightdownframe .rightframe11 {
    margin-bottom: 25px;

}

.frames .container .mainframe .rightframe .rightdownframe .rightframe11 .innerimg {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.49) 0%, rgba(63, 243, 180, 0.7) 55%), url('/wp-content/themes/infyras/assets/images/book.png');
    margin-bottom: 9.88px;
    position: relative;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.frames .container .mainframe .rightframe .rightdownframe .rightframe11 .innerimg .workimg img {
    width: 79.6px;
    position: absolute;
    bottom: 10px;
    left: 20px;

}

.frames .container .mainframe .rightframe .rightdownframe .rightframe11 .outimg {
    display: flex;
    gap: 10px;
}

.frames .container .mainframe .rightframe .rightdownframe .rightframe11 .outimg img {
    width: 14px;
}

.frames .container .mainframe .rightframe .rightdownframe .rightframe11 .outimg p {

    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #74787C;

}

.frames .container .mainframe .rightframe .rightdownframe .rightframe11 .innerimg .outimg55 img {
    height: 249px;
}

.uniqueconstruction {
    margin-bottom: 25px;
}

.uniqueconstruction .container img {
    margin-bottom: 15px;
}

.uniqueconstruction .container .icons1 {
    margin-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    max-width: 1300px;
    width: 100%;
}

.uniqueconstruction .container .icons1 .icons11 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.uniqueconstruction .container .icons1 .icons11 i.fa-solid.fa-arrow-right {
    width: 35px;
    padding: 10px 0px;
    background: #3FF3B4;
    border-radius: 100px;

}

.lorem {
    margin-bottom: 150px;
}

.uniqueconstruction .container .icons1 .icons11 p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;

}

.lorem .container .content12 {
    max-width: 1300px;
    width: 100%;
    margin-bottom: 47px;
}

.lorem .container .content12 .content11 {
    margin-bottom: 35px;
}

.lorem .container .content12 .content11 h4 {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 15px;
}

.lorem .container .content12 .content11 p {

    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0%;

}

.lorem .container .share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lorem .container .share h4 {

    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.lorem .container .share .company {
    display: flex;
    gap: 12px;
}

.lorem .container .share .company a {
    padding: 17px 15px;
    border-radius: 100px;
    border: 2px solid #3FF3B4;
    ;
}

.lorem .container .share .company a i {
    font-weight: 400;
    font-size: 20px;
    color: #3FF3B4;
}

.blog::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(11, 15, 26, 0) 0%, rgba(0, 48, 31, 0.95) 79.81%);
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.read-more-blog,
.blogContent {
    z-index: 9;
}

.read-more-blog {
    transform: rotate(-45deg);
    right: 25px;
    transition: all 0.5s ease;
}

.read-more-blog:hover {
    transform: rotate(0deg);
    background-color: rgba(255, 194, 38, 1) !important;
}


/* unique  construction css end */

/* blog animate css start */

.animate11 {
    margin-top: 200px;
}

.animate11 .container .animatemain {
    display: flex;
    gap: 22px;
}

.animate11 .container .animatemain .leftanimate {
    max-width: 1263px;
    width: 100%;
}

.animate11 .container .animatemain .leftanimate .headinganimate {
    margin-bottom: 32px;
}

.animate11 .container .animatemain .leftanimate .headinganimate h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate {
    display: flex;
    align-items: center;
    gap: 11px;
}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate .leftanidate {
    display: flex;
    align-items: center;
    gap: 8px;
}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate .leftanidate i.fa-solid.fa-circle-user {
    font-size: 28px;
    color: #696A75;

}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate .leftanidate p {

    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #696A75;
}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate .riganidate p {

    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #696A75;

}

.animate11 .container .animatemain .leftanimate .animainimg img {
    width: 100%;
    height: 462px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 32px;

}

.animate11 .container .animatemain .leftanimate .animainimg .imgprg p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 32px;
}

.animate11 .container .animatemain .leftanimate .secondprg .secoondprg11 h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

.animate11 .container .animatemain .leftanimate .secondprg .secoondprg11 .paraanimate p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 32px;
}

.animate11 .container .animatemain .rightanimate {
    max-width: 475px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 12.34px 0px 32px;
}

.animate11 .container .animatemain .rightanimate .aniform form.input-class {
    position: relative;
}

.animate11 .container .animatemain .rightanimate .aniform form.input-class input {
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 54px;
    border: 1px solid #E4E4E4;
    background: #F2F3F4;

}

.animate11 .container .animatemain .rightanimate .aniform form.input-class input::placeholder {
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    color: black;


}

.animate11 .container .animatemain .rightanimate .aniform form.input-class a {
    position: absolute;
    right: -0.15px;
    top: 0px;
    font-size: 16px;
    color: black;
    background: #3FF3B4;
    padding: 18.6px 20px;
}

.animate11 .container .animatemain .rightanimate .aniform2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.animate11 .container .animatemain .rightanimate .aniform2 h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 {
    position: relative;
}

.animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 input {
    width: 100%;
    padding: 18px 20px;
    background: #F2F3F4;
    border: 1px solid #E4E4E4;

}

.animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 input::placeholder {
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    color: black;

}

.animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 i.fa-solid.fa-arrow-right {
    position: absolute;
    right: 31.85px;
    top: 19px;
    font-size: 16px;
    color: black;
}

.animate11 .container .animatemain .rightanimate .aniinfo h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 30px;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 {
    display: flex;
    gap: 20px;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .infyrasimg11 img {
    width: 100px;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom1 i.fa-regular.fa-circle-user {
    font-size: 14px;
    color: #74787C;

}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom1 p {

    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 22.75px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #74787C;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom2 h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

/* blog animate css end */
.videoWrap {
    position: relative;
    cursor: pointer;
}

.videoPoster {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================
   MODAL BASE
========================= */
.video-modal {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999;
    transition: all 0.3s ease;
}

.video-modal-inner {
    width: 80%;
    max-width: 900px;
    margin: 40px auto;
    position: relative;
}

.video-modal video,
.video-modal iframe {
    width: 100%;
    height: auto;
}

/* =========================
   CLOSE BUTTON (ALWAYS VISIBLE)
========================= */
.close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal:not(.floating) .video-modal-inner {
    width: 95%;
    max-width: 1400px;
    /* ⬅ increase width */
    height: calc(100vh - 140px);
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Increase iframe / video size */
.video-modal:not(.floating) iframe,
.video-modal:not(.floating) video {
    width: 100%;
    height: 100%;
    max-height: 85vh;
    /* ⬅ taller video */
    aspect-ratio: 16 / 9;
}

/* =========================
   FLOATING MODE (SMALLER)
========================= */
.video-modal.floating {
    width: 240px;
    /* smaller size */
    height: auto;
    top: auto;
    bottom: 20px;
    left: 20px;
    background: transparent;
}

.video-modal.floating .video-modal-inner {
    width: 100%;
    margin: 0;
}

/* Maintain 16:9 aspect ratio */
.video-modal.floating iframe,
.video-modal.floating video {
    height: 135px;
}

/* Close button position in floating */
.video-modal.floating .close-video {
    top: -12px;
    right: -12px;
    width: 28px;
    height: 28px;
    font-size: 14px;
}

.our-mission p,
.our-vision p,
.our-goal p {
    font-size: 22px;
    line-height: 1.5;
}

.our-mission h2,
.our-vision h2,
.our-goal h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.our-mission,
.our-goal {
    background-color: #f4f4f4;
    padding: 50px 0;
    position: relative;
}

.our-goal {
    margin-bottom: 115px;
}

.mission,
.vision,
.goal {
    display: flex;
    align-items: center;
    gap: 50px;
}

.vision {
    flex-direction: row-reverse;
    padding: 50px 0;
}

.mission .image,
.vision .image,
.goal .image {
    width: 37%;
}

.mission .content,
.vision .content,
.goal .content {
    width: 61%;
}

.mission .image img,
.vision .image img,
.goal .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.our-mission::after,
.our-goal::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 85%;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
}

.our-mission .container,
.our-goal .container {
    position: relative;
    z-index: 1;
}

/* New services section css */

.services-section {
    margin: 120px 0;
}

.services-badge {
    display: block;
    background: rgba(63, 243, 180, 80%);
    color: #000;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    width:  -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-family: 'Alice';
    letter-spacing: 1px;
}

.services-title {
    font-size: 50px;
    margin-bottom: 15px;
    text-align: center;
}

.services-subtitle {
    font-size: 22px;
    color: #000;
    max-width: 680px;
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background-color: rgb(63 243 180 / 5%);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #3FF3B4;
    background-color: #ffffff;
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #14b8a6, #3FF3B4);
    color: #000;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    transform: scale(0.9);
}

.service-card:hover .service-icon {
    transform: rotate(5deg) scale(1);
}

.service-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-text {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 18px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-tags span {
    font-size: 12px;
    color: #000;
    background: rgba(63, 243, 180, 80%);
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 500;
}

.about-section {
    background: radial-gradient(circle at bottom, #f0fbff 0%, #ffffff 60%);
    padding: 90px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.about-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Badge */
.about-badge {
    display: inline-block;
    background: #e6fbff;
    color: #0ea5b7;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* Headings */
.about-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 18px;
}

.about-description {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 32px;
}

/* Features */
.about-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-features li {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.check-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0ea5b7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-features strong {
    display: block;
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 4px;
}

.about-features p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* Stats */
.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.stat-card h3 {
    font-size: 42px;
    font-weight: 800;
    color: #0891b2;
    margin-bottom: 6px;
}

.stat-card p {
    font-size: 15px;
    color: #475569;
    font-weight: 500;
}


/* NEW ABOUT US START*/

/* banner section start */

/* banner section end */

/* about section start */
.innerBanner-breadcrumb {
    /* background: linear-gradient(180deg, rgb(254 254 254 /5%), rgba(63, 243, 180, 80%)); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 195px 0;
    background-position: center;
    position: relative;
}

.innerBanner-breadcrumb .innerBannerContent h1 {
    text-align: center;
    color: #ffffff;
}

.breadcrumb img {
    filter: brightness(0) invert(1);
}

.about-section-new {
    padding: 100px 0 0 0;
}

.about-section-new .about-items {
    display: flex;
    justify-content: space-between;
    gap: 66px;
    align-items: center;
}

.about-section-new .about-content {
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
}

.about-content h1 {
    font-size: 55px;
    margin-bottom: 22px;
    font-weight: 400;
    line-height: 55px;
    color: rgba(255, 194, 38, 1);
}

.about-content h2 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    background-color: rgba(63, 243, 180, 0.1);
    border-radius: 20px;
    padding: 5px 26px;
    width:  -moz-fit-content;
    width: fit-content;
    margin-bottom: 22px;
    color: rgba(63, 243, 180, 1);
}

.about-content p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    color: white;
}

.about-section-new .about-image {
    position: relative;
    width: 100%;
    max-width: 50%;
}

.about-image img {
    height: 100%;
    width: 100%;
}

.about-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-card {
    border: 1px solid #3FF3B4;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.about-card h1 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 400;
    color: white;
}

.about-card p {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: 400;
}

/* about section end */

/* ceo section start */
.ceo-section {
    padding: 200px 0 0 0;
    justify-content: center;
}

.ceo-section .ceo-items {
    display: flex;
    justify-content: space-between;
    gap: 66px;
    align-items: center;
}

.ceo-section .ceo-image {
    position: relative;
    width: 100%;
    background-color: #3FF3B433;
    height: 100%;
    max-width: 50%;
    border: none;
    border-radius: 20px;
}

.ceo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -85px;
    margin-bottom: -3px;
}

.ceo-section .ceo-content {
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
}

.ceo-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #FFC226;
}

.ceo-content h6 {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 32px;
    font-weight: 400;
    color: white;
}

.ceo-content p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    color: white;
}

/* ceo section end */

/* tailored section start */
.tailored-section {
    padding: 110px 0 0 0;
    justify-content: center;
}

.tailored-section h1 {
    font-size: 55px;
    padding-bottom: 43px;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    color: #FFC226;
}

.tailored-section .tailored-items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.tailored-section .tailored-image {
    position: relative;
    width: 100%;
    max-width: 50%;
}

.tailored-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.tailored-section .tailored-content {
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
}

.tailored-cards {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
    background: #3FF3B40D;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.tailored-number {
    background: white;
    padding: 35px;
    width:  -moz-fit-content;
    width: fit-content;
    border: 1px solid #3FF3B4;
    border-radius: 10px;
}

.tailored-number h6 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 36px;
    font-weight: 400;
}

.tailored-line h6 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 36px;
    font-weight: 400;
    color: rgba(63, 243, 180, 1);
}

.tailored-line p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0px;
    font-weight: 400;
    color: white;
}

/* tailored section end */

/* mission section start */
.mission-section {
    padding: 110px 0 0;
}

.mission-section .mission-items {
    display: flex;
    justify-content: space-between;
    gap: 66px;
    align-items: center;
}

.mission-section .mission-content {
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
}

.mission-content h1 {
    font-size: 55px;
    line-height: 63px;
    padding-bottom: 30px;
    font-weight: 400;
    color: #FFC226;
}

.mission-content h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    background-color: #3FF3B41A;
    border-radius: 20px;
    padding: 8px 20px;
    width:  -moz-fit-content;
    width: fit-content;
    margin-bottom: 22px;
    color: #3FF3B4;
}

.mission-content .three-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 44px;
}

.three-tabs .tab h6 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    color: white;
    background-color: black;
    padding: 18px 30px;
    border-radius: 10px;
    font-weight: 400;
}

.three-tabs .tab {
    cursor: pointer;
    transition: all 0.3s ease;
}

.three-tabs .tab h6 {
    background-color: white;
    color: black;
}

.three-tabs .tab.active h6 {
    background-color: #3FF3B4;
    color: black;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.mission-content p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 400;
    color: white;
}

.mission-section .mission-image {
    position: relative;
    width: 100%;
    max-width: 50%;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* mission section end */
/* ABOUT US END */


/* NEW SERVICE DETAIL START */
/* banner section start */
/* banner section end */

.service-detail-main {
    display: flex;
    flex-direction: row;
    gap: 70px;
    align-items: flex-start;
}

.service-detail-content {
    width: 100%;
    max-width: 100%;
}

.service-detail-img1 {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-detail-img1 img {
    width: 100%;
    height: 100%;
}

.service-detail-content1 h3 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 400;
}

.service-detail-content2 h3 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 400;
}

.service-detail-content2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.service-detail-content2 ul img {
    width: 16px;
}

.service-detail-content2 ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin-bottom: 10px;
}

.service-detail-img2 {
    display: flex;
    flex-direction: row;
    gap: 35px;
    margin: 25px 0;
    align-items: center;
}

.service-detail-img2-box {
    background-color: #3FF3B433;
    padding: 10px 70px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

.service-detail-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 400;
}

.service-detail-content3 h3 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 400;
}

.service-detail-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 60px;
}

.service-detail-card {
    border: 1px solid black;
    padding: 25px 15px;
    border-radius: 20px;
}

.service-detail-card h2 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 22px;
    font-weight: 400;
}

.service-detail-card p {
    margin-bottom: 0px;
}

.service-detail-content4 h3 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 400;
}

.service-detail-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 595px;
    width: 100%;
}

.service-detail-side>* {
    position: relative;
    z-index: 1;
}

.service-detail-search {
    display: flex;
    background-color: #F6F6F6;
    padding: 40px;
    align-items: center;
    border-radius: 30px;
    flex-direction: row;
}

.service-detail-search input {
    padding: 0;
    background: none;
    border: none;
    width: 100%;
}

.service-detail-side .service-detail-search .btn-wrap {
    border-radius: 30px;
    border: 1px solid white;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    background-color: white;
    height: 56px;
}

.service-detail-search button {
    border-radius: 30px;
    background-color: #3FF3B4;
    padding: 20px;
    border: none;
    margin-left: -55px;
}

.service-detail-search button img {
    height: 16px;
    width: 16px;
}

.service-detail-categories {
    background-color: #F6F6F6;
    padding: 40px;
    align-items: center;
    border-radius: 30px;
}

.service-detail-categories h3 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 31px;
    font-weight: 400;
}

.service-detail-categories ul {
    list-style: none;
    text-decoration: none;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.service-detail-categories ul li {
    background-color: white;
    padding: 15px 20px;
    border-radius: 30px;
}

.service-detail-categories ul li a {
    display: flex;
    justify-content: space-between;
    color: black;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
}

.service-detail-categories ul li a img {
    height: 16px;
}

.service-detail-side-badge {
    background: url('https://stage.infyras.com/wp-content/themes/infyras/assets/images/service-detail-bg-img.png');
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.service-detail-side-badge::after {
    content: '';
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(63, 243, 180, 85%);
    border-radius: 30px;
    z-index: 0;
}

.service-detail-side-badge-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 278px 40px 40px 40px;
}

.service-detail-side-badge-content h3 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 46px;
    font-weight: 400;
}

.service-detail-side-badge-content p {
    font-size: 16px;
    margin-bottom: 46px;
    line-height: 26px;
    font-weight: 400;
}

.service-detail-side-badge-content .content-button {
    display: flex;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.24px;
    background: black;
    padding: 20px 30px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
    flex-direction: row;
    gap: 10px;
    max-width:  -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    align-items: center;
}

.service-detail-side-badge-content .content-button img {
    height: 16px;
}

/* NEW SERVICE DETAIL END */

/* OUR SERVICE PAGE START */
.ourServiceBanner h2 {
    text-align: center;
    color: white;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 20px;
}

section.our-service-section {
    padding: 195px 0px;
    margin-top: 120px;
}

.heading-with-green-back {
    background: #3FF3B433;
    width: 100%;
    max-width: 150px;
    border-radius: 9999px;
    padding: 6px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #3FF3B4;
}

.our-services-content {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.green-back-img {
    background: #3FF3B4;
    width: 100%;
    max-width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -4px #0000001A;
}

.solution-card-content p {
    color: white;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 25px;
}

.solution-category-box {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.solution-category-box p {
    background: #3FF3B4;
    border-radius: 9999px;
    padding: 5px 12px;
    font-size: 11.8px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}

.digital-solution-card {
    background: #163D3A;
    width: 100%;
    max-width: 560px;
    border-radius: 12px;
    border: 2px solid #3FF3B4;
    box-shadow: 0px 1px 3px 0px #0000001A;
    padding: 34px 34px 51px 34px;
}

.digital-solution-cards-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 3fr);
}

.headings-solution-wwa-left-side h2 {
    margin-bottom: 30px;
}

.headings-solution-wwa-left-side {
    width: 100%;
    padding-bottom: 26px;
}

.list-items h6,
.list-items p {
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.solution-who-we-are p {
    margin: 0;
}

.solution-who-we-are .para {
    margin: 0 0 30px;
}

.headings-solution-wwa-left-side h2+p {
    max-width: 658px;
}

.experience-project-counts h2 {
    margin: 0 0 8px;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.list-items p {
    font-size: 16px;
}

.wrapper-for-solution-list {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 12px;
    padding-bottom: 16px;
}

.wrapper-for-solution-list img {
    padding-top: 5px;
}

.experience-project-counts {
    width: 100%;
    border: 2px solid rgba(63, 243, 180, 1);
    border-radius: 16px;
    padding: 46px 35px;
}


.solution-wwa-right-side {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    row-gap: 28px;
    column-gap: 31px;
    max-width: 923px;
    width: 100%;
}

.solution-wwa-wrapper {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.digitalSolutions {
    padding: 110px 0;
}

.contact-us-banner-content {
    background-position: center;
    min-height: 265px;
    width: 100%;
    max-width: 1349px;
    display: flex;
    justify-content: center;
    gap: 78px;
    border-radius: 12px;
    align-items: center;
    background: linear-gradient(270deg, rgba(11, 15, 26, 0.475) 0%, rgba(0, 48, 31, 0.95) 83.17%), url("http://stage.infyras.com/wp-content/uploads/2026/06/service-ol.png");
}

.wrapper-for-banner-contact {
    display: flex;
    justify-content: center;
    padding: 0 0 110px;
}

.breadcrumb li {
    letter-spacing: 0.45px;
}

.contact-us-banner-content h5 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    color: #1C1C1C;
}

.contact-us-banner-content .arrow {
    max-width:  -moz-fit-content;
    max-width: fit-content;
    padding: 15px 25px;
}

.testimonial-section .headingWrap-service h2 {
    font-family: 'Alice';
    font-weight: 400;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    padding-bottom: 50px;
}

.testimonial-badge {
    padding-inline: 20px !important;
}

/* OUR SERVICE PAGE END */

.faq h2 {
    margin: 0;
}

.faq .heading-area {
    text-align: center;
    margin: 0 0 40px;
}

.faq .faq-wrap {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}


.profile-img {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 15px;
    filter: grayscale(1);
    border-radius: 100px;
    border: 1px solid #333;
    object-fit: cover;
}

.call-card-fixed p {
    margin: 0 0 25px;
    font-size: 18px;
}

.faq .faq-wrap .accordion-container details:last-child {
    margin: 0;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 15px;
    background: #3ff3b4;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    border-radius: 50px;
    transition: 0.3s ease;
}

.book-btn:hover {
    background: #ffc226;
}

.our-services-content p:last-child {
    margin: 0 auto;
    max-width: 713px;
    text-align: center;
}

.solution-card-content h4 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin: 15px 0px;
}

/* folder button animation css */
.folder-animation {
    position: absolute;
    width: 52px;
    height: 52px;
    overflow: hidden;
    left: 3px;
    top: 2px;
    background-color: #d99c00;
    border-radius: 50px;
}

.folder {
    position: absolute;
    width: 23px;
    height: 27px;
    left: 15px;
    top: 13px;
}

.folder-top {
    position: absolute;
    inset: 0;
    z-index: 2;
    transition: transform .4s ease .3s;
}

.folder-top svg {
    width: 24px;
    height: 27px;
    display: block;
    fill: #F3E9CB;
    transform-origin: left center;
    transition: transform .3s ease .45s;
}

.folder::before,
.folder::after,
.paper {
    content: "";
    position: absolute;
    border-radius: 1px;
}

.folder::before {
    inset: 0;
    background: #BEB393;
    transition: transform .4s ease .3s;
}

.folder::after,
.paper {
    left: 1px;
    top: 1px;
    width: 21px;
    height: 25px;
}

.folder::after {
    background: #E1E6F9;
    transition: transform .4s ease;
}

.paper {
    z-index: 1;
    background: #fff;
}

.paper::before,
.paper::after {
    content: "";
    position: absolute;
    left: 3px;
    height: 1px;
    background: #BBC1E1;
}

.paper::before {
    top: 4px;
    width: 14px;
    box-shadow: 0 6px #BBC1E1, 0 12px #BBC1E1;
}

.paper::after {
    top: 7px;
    width: 10px;
    box-shadow: 0 6px #BBC1E1, 0 12px #BBC1E1;
}


/* Pencil */

.pencil {
    position: absolute;
    z-index: 3;
    width: 3px;
    height: 2px;
    top: 8px;
    left: 105%;
    background: #fff;
    border-radius: 1px 1px 0 0;
    transform-origin: 50% 19px;
    transform: rotate(35deg);
    transition: transform .4s ease;
}

.pencil::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    top: 2px;
    left: -1px;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(#275EFE 55%,
            #fff 55.1%,
            #fff 60%,
            #5C86FF 60.1%);
    clip-path: polygon(0 5%,
            5px 5%,
            5px 17px,
            50% 20px,
            0 17px);
}

/* Animation */

.btn-hire:hover .folder-animation .folder-top,
.btn-hire:hover .folder-animation .folder::before {
    transform: translateX(-40px);
    transition-delay: .15s;
}

.btn-hire:hover .folder-animation .folder-top svg {
    transform: perspective(120px) rotateY(-60deg);
    transition-delay: 0s;
}

.btn-hire:hover .folder-animation .folder::after {
    transform: translate(3px, -3px);
    transition-delay: .15s;
}

.btn-hire:hover .folder-animation .pencil {
    transform: translateX(-24px) rotate(35deg);
    transition-delay: .15s;
}

/* folder button animation css end */

/* Our Brands */
.our-brands-section-main {
    margin: 120px 0;
}

.our-brands-section-main .heading-area h2 {
    text-align: center;
    margin-bottom: 50px;
}

.our-brands-section-main .container {
    padding: 0;
}

.our-brands-section {
    overflow: hidden;
    padding: 60px 0;
}

.our-brands-section .logo-row {
    white-space: nowrap;
}

.our-brands-section .row2 {
    margin-left: -135px;
}


.clientLogo-track {
    display: inline-flex;
}

.clientLogo-track .logo {
    width: 170px;
    height: 170px;
    transform: rotate(45deg);
    margin: 0 47px;
    display: flex;
    padding: 25px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(100px);
}

.clientLogo-track .logo img {
    max-width: 120px;
    transform: rotate(-45deg);
    height: 100px;
    object-fit: contain;
}

.slidersection .slider-heading h2 {
    margin-bottom: 50px;
}

/* 20 Julu */

/* Services */
.grid-steps {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Our Brands css end */


.search-results #container {
    padding: 0 97px;
    max-width: 1920px;
    margin-inline: auto;
    padding-bottom: 100px;
}


/* july 22 */
.three-tabs .tab h3 {
    padding: 13px 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #000;
}

.three-tabs .tab {
    background: rgba(255, 255, 255, 1);
    width: 184.74px;
    border-radius: 10px;
}

.tab.active {
    background: rgba(63, 243, 180, 1);
    width: 184.74px;
    border-radius: 10px;
}

.digital-solution-card {
    text-decoration: none;
}

.solution-card-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0%;
    padding-top: 15px;
}

.list-items h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0;
}

.uptable p span {
    color: rgba(255, 194, 38, 1);
    font-family: Instrument serif;
    font-style: italic;
}

.uptable p {
    margin: 0;
}

/* july 22 */

/* =========================
   RESPONSIVE
========================= */

/* july 7 banner responsive start */

@media(max-width:1679px) {
    .nav {
        gap: 46px;
    }

    .bgSliderCols {
        left: 30%;
    }

    .navbar {
        gap: 20px;
    }

    h1 {
        font-size: 60px !important;
        line-height: 75px !important;
    }

    .hero-section .hero {
        padding-top: 160px;
    }

    .hero-section-form p {
        padding-bottom: 0;
    }

    h6 {
        font-size: 22px;
    }

    .hero-socials {
        gap: 20.87px;
    }

    .social-links {
        gap: 20px;
    }

    .social-links a:first-child img {
        max-width: 85px;
    }

    .social-links a:nth-child(2) {
        padding: 0px 20px;
    }

    .social-links a:nth-child(2) img {
        max-width: 76px;
    }

    h3 {
        font-size: 40px;
    }

    .service-card-content {
        max-width: 538px;
    }

    .services-card .service-tag {
        font-size: 16px;
        padding-top: 38px;
        flex-shrink: 0;
    }

    .service-card-content {
        max-width: 508px;
    }

    .service-card-img {
        flex-shrink: 0;
        max-width: 360px;
    }

    .services-card .service-card-content .inner-content-service .para-btn .para-text {
        padding-bottom: 30px;
    }

    .project-popwrap .projects-tab {
        width: 100%;
        max-width: 300px;
    }

    .projectImg img {
        max-width: 300px;
    }

    .project-popwrap .project-overview .projectImg {
        width: 100%;
        max-width: 460px;
        height: 100%;
    }

    .project-popwrap .project-overview .projectImg img {
        height: 100%;
        max-width: 100%;
    }

    .project-popwrap .project-description .des-content {
        height: 100%;
    }

    .des-content .contentinner {
        padding: 20px 20px 80px;
        height: calc(100% - 190px);
        max-width: 442px;
    }

    .des-content .contentinner p {
        font-size: 16px;
        line-height: 35px;
    }

    .btn-wrap .projectBtn {
        font-size: 20px;
        line-height: 24px;
    }

    h5 {
        font-size: 20px;
    }


    .testimonial-content-wrap .testimonial .content p,
    .blogInnerContent .blog .blogContent p.content {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-content-wrap .testimonial .content p {
        line-height: 24px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail .rating span {
        font-size: 16px;
    }

    .rating img {
        max-width: 80px;
    }

    .testimonial-content-wrap .testimonial .client .clientImg {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
    }

    .clientDetail {
        gap: 4px !important;
    }

    .blogContent h5 {
        line-height: 30px;
    }

    .information .container .infoworktable .infotable .downtable .lastpricing h2 {
        font-size: 35px;
    }

}

@media (max-width:1599px) {
    .information .container .infoworktable .infotable .downtable .paragraphs p {
        min-height: 280px;
    }

    .information .container .infoworktable .infotable .downtable .paragraphs h3 {
        font-size: 30px;
    }
}

/* july 7 banner responsive end */

/* new*/
@media (max-width: 1439px) {

    .about-section-new .about-items {
        gap: 40px;
    }

    .about-content h2 {
        font-size: 18px;
    }

    .about-content h1 {
        font-size: 45px;
    }

    .about-content p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .about-card {
        padding: 20px;
    }

    .about-card h1 {
        font-size: 30px;
    }

    .about-card p {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .ceo-section .ceo-items {
        gap: 40px;
    }

    .ceo-content h1 {
        font-size: 45px;
    }

    .ceo-content p {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .ceo-section .ceo-items {
        gap: 40px;
    }

    .tailored-section .tailored-image {
        max-width: 100%;
    }

    .tailored-section .tailored-content {
        max-width: 100%;
    }

    .tailored-number {
        padding: 25px;
    }

    .tailored-number h6 {
        font-size: 24px;
    }

    .tailored-section h1 {
        font-size: 45px;
    }

    .tailored-line h6 {
        font-size: 24px;
    }

    .tailored-line p {
        font-size: 18px;
    }

    .mission-section .mission-items {
        gap: 40px;
    }

    .mission-content h2 {
        font-size: 18px;
    }

    .mission-content h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .three-tabs .tab h6 {
        font-size: 18px;
    }

    .mission-content p {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .hero-socials h6 {
        width: 100%;
        max-width: 135px;
        margin-bottom: 0px !important;
        font-size: 18px;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating h2 {
        font-size: 25px;
        color: white;
        line-height: 35px;
        font-weight: 400;
        font-family: "Host Grotesk", sans-serif;
    }

    .hero-section-form h5 {
        padding-bottom: 5px;
        font-size: 30px;
    }

    .work-section .recents-work h2 {
        padding-bottom: 42px;
        max-width: 1017px;
    }

    h2 {
        font-size: 45px;
    }

    .service-title-wrap h2 {
        padding-bottom: 22px;
    }

    .videoWrap .overlay .videoButton {
        width: 100px;
        height: 100px;
    }

    .videoButton img {
        width: 50px;
    }

    .h-64,
    .w-64 {
        height: 50px;
        width: 50px;
    }

    h3 {
        font-size: 35px;
    }

    .services-card .service-card-content .inner-content-service .para-btn .para-text {
        padding-bottom: 25px;
        font-size: 18px;
    }

    .service-wrap .services-card {
        gap: 84px;
    }

    .project-image img {
        max-width: 465px;
    }

    .work-section .recents-work .tabs button {
        font-size: 18px;
    }

    .btn-wrap .projectBtn {
        font-size: 16px;
    }

    .footer-section .footerContent .footerCol:first-child {
        max-width: 398px;
    }

    .cta-section .ctaInnerContent h2 {
        font-size: 45px;
        line-height: 50px;
        max-width: 429px;
    }

    .bgSliderCols {
        left: 26%;
    }
}

@media(max-width:1365px) {
    .para {
        font-size: 18px;
    }

    .hero-section .hero .hero-text .Counter {
        padding-top: 60px;
        display: flex;
        gap: 20px;
    }

    a.navbar-brand img {
        max-width: 200px;
    }

    .btn-hire {
        font-size: 16px;
        padding: 18px 0px;
        border-radius: 50px;
        max-width: 230px;
    }

    .hero-section .hero .hero-text .bannerText {
        font-size: 20px;
    }

    a.arrow {
        font-size: 18px;
        padding: 15px 0px;
        gap: 12px;
        max-width: 280px;
    }

    .hero-section .hero .hero-text .Counter {
        gap: 20px;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating {
        gap: 8px;
    }

    .Counts:nth-child(2) {
        padding: 0px 20px;
    }

    .hero-section-form h5 {
        font-size: 30px;
    }

    .form-row-first {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-socials h6 {
        max-width: 100%;
        font-size: 24px;
    }

    .social-links {
        gap: 30px;
    }

    .social-links a:first-child img {
        max-width: 105px;
    }

    .hero-socials {
        flex-wrap: wrap;
    }

    header.scrolled .btn-hire {
        padding: 18px 0px;
        font-size: 18px;
    }

    .dev-text-para {
        gap: 12px;
    }

    .service-wrap .services-card {
        gap: 44px;
    }

    .service-card-content {
        max-width: 398px;
    }

    h3 {
        font-size: 30px;
    }

    .services-card .service-tag {
        padding-top: 0px;
    }


    .project-image img {
        max-width: 375px;
    }

    .work-section .work-grid {
        gap: 25px;
    }

    .project-popwrap .projects-tab {
        width: 100%;
        max-width: 270px;
        gap: 20px;
    }

    .projectImg img {
        max-width: 270px;
    }

    .project-popwrap {
        gap: 20px;
    }

    .des-content .contentinner p {
        font-size: 16px;
        line-height: 25px;
    }

    .des-content .contentinner {
        padding: 20px 20px 80px;
        height: calc(100% - 160px);
        max-width: 332px;
    }

    .des-content .contentinner .btn-wrap {
        padding: 0 20px;
    }

    .btn-wrap .projectBtn {
        font-size: 12px;
        gap: 10px;
    }

    .blogInnerContent {
        display: flex;
        gap: 20px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail p,
    .testimonial-content-wrap .testimonial .client .clientDetail .rating span {
        line-height: 20px;
        font-size: 14px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail p {
        line-height: 20px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail {
        margin-left: 10px;
    }

    .testimonial-content-wrap .testimonial .client .clientImg {
        width: 70px;
        height: 70px;
    }

    .rating img {
        max-width: 60px;
    }

    .blogInnerContent .blog .blogContent p.content {
        line-height: 24px;
    }

    .blogContent h5 {
        line-height: 28px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .bgSliderCols {
        left: 32%;
    }

    .footer-section .workLogo .logoWrap a:not(:last-child)::after {
        right: -15px;
        height: 26px;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap {
        gap: 30px;
    }

    .footer-section .footerContent .logoWrap img {
        max-width: 90px;
    }

    .information .container .infoworktable .infotable .downtable .paragraphs p {
        font-size: 16px;
        line-height: 26px;
    }

    .information .container .infoworktable .infotable .uptable h6 {
        font-size: 18px;
    }

    .information .container .infoworktable .infotable .downtable .paragraphs h3 {
        font-size: 28px;
    }

    .information .container .infoworktable .infotable .uptable,
    .information .container .infoworktable .infotable .downtable {
        padding: 20px;
    }

    .information .container .infoworktable .infotable .downtable .lastpricing h2 {
        font-size: 26px;
    }

    .information .container .infoworktable .infotable .downtable .infolist ul {
        font-size: 16px;
    }

    .information .container .infoworktable .infotable .downtable .button a {
        padding: 10px 35px;
        font-size: 18px;
        line-height: 28px;
    }

    .digital-solution-card {
        padding: 25px;
    }

    .solution-card-content h4 {
        font-size: 24px;
        line-height: 35px;
    }

    .solution-card-content p {
        font-size: 16px;
    }

    .green-back-img {
        max-width: 54px;
        height: 54px;
    }

}

@media (max-width: 1199px) {

    /* new about us responsive start */
    .about-section-new .about-items {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-direction: column-reverse;
    }

    .about-section-new .about-content {
        max-width: 100%;
    }

    .about-section-new .about-image {
        max-width: 100%;
    }

    .about-cards {
        gap: 20px;
    }

    .about-card {
        padding: 20px 70px 30px;
    }

    /* ceo section */
    .ceo-section .ceo-items {
        gap: 40px;
        flex-direction: column;
    }

    .ceo-section .ceo-image {
        max-width: 100%;
    }

    .ceo-section .ceo-content {
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
    }

    /* tailored section */
    .tailored-section .tailored-items {
        flex-direction: column;
    }

    .tailored-section .tailored-image {
        max-width: 100%;
    }

    .tailored-section .tailored-content {
        max-width: 100%;
    }

    /* mission section */
    .mission-section .mission-items {
        gap: 40px;
        flex-direction: column-reverse;
    }

    .mission-section .mission-image {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .mission-section .mission-content {
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
    }

    .para {
        font-size: 14px;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .hero-section .hero .hero-text .bannerText {
        font-size: 16px;
    }

    a.arrow {
        padding: 15px 0px;
        gap: 10px;
        max-width: 200px;
    }

    .hero-section .hero .hero-text .Counter {
        padding-top: 30px;
        display: flex;
        gap: 20px;
    }

    .hero-section .hero .hero-text .buttons {
        gap: 10px;
    }

    .hero-section .hero .hero-text .bannerText {
        padding-bottom: 10px;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating h2 {
        font-size: 20px;
    }

    .hero-section .hero .hero-text .Counter .Counts p {
        font-size: 16px;
        text-align: center;
    }

    .hero-section-form h5 {
        font-size: 22px;
    }

    .hero-section .hero {
        gap: 40px;
    }

    .form-row-first {
        gap: 15px;
        padding-bottom: 15px;
    }

    form .arrow {
        max-width: 150px !important;
    }

    .textarea-form {
        padding-bottom: 15px;
    }

    .hero-socials {
        gap: 15.87px;
    }

    .hero-socials h6 {
        font-size: 20px;
    }

    .social-links a:first-child img {
        max-width: 85px;
    }

    h2 {
        font-size: 32px;
        line-height: 50px;
    }

    .service-title-wrap h2 {
        padding-bottom: 15px;
    }

    .service-section .container .service-title-wrap .para-text {
        max-width: 500px;
        padding-bottom: 30px;
    }

    .services-card .service-card-content .inner-content-service .para-btn .para-text {
        font-size: 16px;
        line-height: 26px;
    }
}

/* new about us responsive end */

/* new service detail responsive start */
@media (max-width: 1439px) {

    .container,
    .search-results #container {
        padding: 0 50px;
    }


    .service-detail-section {
        padding: 100px 50px;
    }

    .service-detail-content2 ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-detail-img2 {
        flex-direction: column;
    }

    .service-detail-img2-box {
        padding: 10px 50px;
    }

    .service-detail-cards {
        flex-direction: column;
    }

}

/* new service detail responsive end */

/* old */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-container {
        grid-template-columns: 1fr;
    }

    .about-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .video-modal.floating {
        width: 200px;
        bottom: 15px;
        left: 15px;
    }

    .video-modal.floating iframe,
    .video-modal.floating video {
        height: 112px;
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-title {
        font-size: 28px;
    }
}

/* evning 7:25 */
.hero-section-form .form-row-first {
    padding: 0;
    display: block;
}

.service-wrap.bg-black {
    background: #66ffc9 !important;
}

.bg-black .service-card-content h3,
.bg-black .services-card .service-card-content .inner-content-service .para-btn .para-text,
.bg-black .services-card .service-tag li {
    color: #000;
}

.bg-black a.arrow {
    background: #fff;
    background: #ffc226;
}

.service-wrap:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ceo-content span {
    color: #fff;
    margin: 10px 0 20px !important;
    display: inline-block;
    font-size: 20px;
}


section.hero-section::before {
    content: '';
    position: absolute;
    left: -10%;
    top: -40%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

section.hero-section {
    position: relative;
}

section.hero-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}


/* color-backgrund css */


.Development {
    position: relative;
}

.home .Development .web-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: -12%;
    width: 900px;
    height: 900px;
    background: url("http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp");
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.service-title-wrap::after {
    content: '';
    position: absolute;
    right: 0%;
    top: -7%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.service-section {
    position: relative;
}

.service-wrap .bg-#000000::before {
    content: '';
    position: absolute;
    left: 0%;
    top: -7%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.our-brands-section-main {
    position: relative;
}

.our-brands-section-main::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.our-brands-section-main .heading-area::before {
    content: "";
    position: absolute;
    left: -345px;
    bottom: -50%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}


.work-section {
    position: relative;
}

.work-section::before {
    content: "";
    position: absolute;
    left: -345px;
    bottom: 58%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.service-section {
    position: relative;
}

.service-wrap:not(.bg-black) {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-wrap:not(.bg-black)::before {
    content: "";
    position: absolute;
    left: -370px;
    bottom: 0;
    width: 650px;
    height: 463px;

    background: url("http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp") no-repeat right bottom;
    background-size: contain;

    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}


.faq {
    position: relative;
}

.faq::after {
    content: "";
    position: absolute;
    left: -500px;
    bottom: -50%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;


}

.testimonial-section {
    position: relative;
}

.testimonial-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 73%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.industries-section {
    position: relative;
}

.industries-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -1%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.blogs-section {
    position: relative;
}

.blogs-section::after {
    content: "";
    position: absolute;
    left: -500px;
    bottom: 116%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.service-title-wrap {}

/* About Page */

.about-section-new {
    position: relative;
}

.about-section-new .col-md-6::before {
    content: '';
    position: absolute;
    left: -7%;
    top: -72%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_50-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.tailored-section {
    position: relative;
}

.tailored-content::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 62%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.cta-section {
    position: relative;
}

.cta-section .bgSlider::before {
    content: '';
    position: absolute;
    left: 0%;
    top: -22%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;    
    transform: scaleX(-1);
}

.mission-section {
    position: relative;
}

.mission-section .mission-content::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 66%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.ceo-section {
    position: relative;
}


.ceo-section .ceo-content::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 18%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_39-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

/* Services page */

.digitalSolutions {
    position: relative;
}

.digitalSolutions-parent::before {
    content: '';
    position: absolute;
    right: 0%;
    top: -22%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.solution-who-we-are {
    position: relative;
}

.solution-who-we-are .solution-wwa-left-side::before {
    content: '';
    position: absolute;
    left: -7%;
    bottom: 79%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.information {
    position: relative;
}

.information .infoworktable::before {
    content: '';
    position: absolute;
    right: -7%;
    top: -1%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

.page-id-16 .faq {
    position: relative;
}

.page-id-16 .faq::after {
    content: "";
    position: absolute;
    left: -400px;
    bottom: 50%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.pricebanner {
    position: relative;
    margin-bottom: 120px;
}

.pricebanner .budget::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -10%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}


.testimonial-section-new {
    position: relative;
}

.page-id-26 .testimonial-section-new .col-md-6::before {
    content: "";
    position: absolute;
    left: -371px;
    bottom: 17%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

/* contact */

.letbuild {
    position: relative;
}

.letbuild .outbuild::before {
    content: '';
    position: absolute;
    left: 0%;
    top: -22%;
    width: 900px;
    height: 900px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_50-PM.webp);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0.5;
}

/* july 28 css */
.pricebanner .contact-us-banner-content p {
    letter-spacing: 0.25px;
    font-weight: 400;
}

.page-template-Services .testimonial-section-new {
    padding-top: 0;
}

/* Career and Career detail page css */

.career-list-section{
    padding:80px 0;
    background:#f5f5f5;
}

.job-card-row a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 100%;
}

.career-card{
    padding:25px;
    height:100%;
    transition:.3s ease;
    display:flex;
    flex-direction:column;
    border: 1px solid #FFC226;
    backdrop-filter: blur(50px);
    background: #3FF3B40D;
    border-radius: 15px;
}

.career-card h3 {
    font-size: 35px;
    margin: 0 0 15px;
}


.filter-icon-location svg path {fill: #fff;}

.filter-icon-location svg {
    width: 15px;
    height: 15px;
    margin-top: -3px;
}

.job-location {
    display: flex;
    gap: 7px;
}

.career-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.career-card__tags{
    display:flex;
    flex-wrap:wrap;
    gap:4px;
    margin-bottom:30px;
    font-size:15px;
    color:#6d6d6d;
}

.career-card__title{
    font-size:22px;
    font-weight:700;
    color:#000;
    line-height:1.3;
    margin-bottom:18px;
}

.career-card__description{
    color:#5b5b5b;
    font-size:18px;
    line-height:1.7;
    margin-bottom:35px;

    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.career-card__location{
    margin-top:auto;
    display:flex;
    align-items:center;
    gap:8px;

    font-size:16px;
    font-weight:500;
}

.career-card__location svg{
    width:16px;
    height:16px;
    flex-shrink:0;
}

.job-description-section{
    padding:60px 0 0;
}

section.faq .heading-area {
    padding-top: 0 !important;
}

.job-description-wrapper {
    padding: 30px;
    border: 1px solid #FFC226;
    backdrop-filter: blur(50px);
    background: #3FF3B40D;
    border-radius: 15px;
}

.career-form {
    border: 2px solid #FFC226;
    border-radius: 15px;
    width: 100%;
    padding: 30px 20px;
    position: sticky;
    top: 120px;
}
.job-meta{
    margin-bottom:40px;
}

.job-meta p{
    margin-bottom:6px;
}

.job-title{
    font-weight:600;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #3FF3B40D;
}

.job-content-block{
    margin-bottom:50px;
}

.job-content-block p{
    margin-bottom:25px;
}

.job-list{
    padding-left:22px;
}

.job-list li{
    line-height:1.8;
    color:#fff;
    font-size: 20px;
    margin-bottom:12px;
}

.career-form .form-row-first > p:first-child {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.career-form .form-row-first > p:first-child .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    max-width: calc(50% - 10px);
}

.career-form .form-row-first > p:first-child .wpcf7-form-control-wrap:last-child {
    max-width: 100%;
}

.career-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.career-form .textarea-form .wpcf7-form-control-wrap {
    display: inline-flex;
}

.career-form .form-row-first input[type="file"] {
    padding: 0;
    border: 0;
    height: auto;
}

.career-form .file-label > p {
    display: flex;
    margin: 0 0 30px;
    gap: 10px;
    align-items: center;
}

.career-form .file-label label {
    font-size: 16px;
}
form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.custom-file {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: transparent;
    font-size: 15px;
    color: #555;
    cursor: pointer;
    box-sizing: border-box;
}

.custom-file::file-selector-button {
    padding: 10px 18px;
    margin-right: 15px;
    border: 1px solid #FFC226 ;
    border-radius: 6px;
    background: transparent;
    color: #FFC226 ;
    font-weight: 600;
    cursor: pointer;
}

.custom-file::file-selector-button:hover {
    background: transparent;
    color: #FFC226 ;
    border-color: #FFC226 ;
}

/* Safari support */
.custom-file::-webkit-file-upload-button {
    padding: 10px 18px;
    margin-right: 15px;
    border: 1px solid #FFC226 ;
    border-radius: 6px;
    background: transparent;
    color: #FFC226 ;
    font-weight: 600;
    cursor: pointer;
}

body .wpcf7 form .wpcf7-response-output {
    color: #fff;
    line-height: 1.2;
    border-radius: 5px;
}

.hero-section-form form .wpcf7-response-output {
    margin-top: 20px !important;
}

@media (max-width:1199px) {
    .career-form .form-row-first > p:first-child .wpcf7-form-control-wrap {
        max-width: 100%;
    }
    .job-list li{
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .job-list li{
        font-size: 16px;
    }
    .job-description-wrapper {
        padding: 20px;
    }
    .cta-section .bgSlider::before {
        left: 0%;
        top: auto;
        bottom: 0;
        width: 370px;
        height: 370px;
    }

}