@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
  font-family: "Inter", sans-serif !important;
     font-weight: 400;
}
:root{
    --section-bg: #FAF8F7
}
p {
   color: #000000;
}
.header-area .main-menu>ul>li>a {
    color: #000000 !important;
}
.p-rel {
    position: relative;
}

.home-slider {
    padding-top: 120px;
}

.home-slider .feature-content .feature-list {
    max-width: 550px;
    padding-left: 30px;
    padding-top: 24px;
}

.hero-area .info-box {
    padding: 20px;
}

.home-slider .info-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.home-slider .info-box h5 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    min-height: 120px;
}
.home-slider .feature-content {
    padding: 0px;
    position: relative;
}

.home-slider .slide-img {
    position: absolute;
    width: 100%;
    height: auto;
    top: -11px;
/*	top: 0;*/
    inset-inline-start: 0;
    z-index: -1;
}

.home-slider .slide-img img {
    width: 100%;
/*    height: 100%;*/
	height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}

.branding-service-area {
    background-color: var(--black);
    border-radius: 80px 80px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.branding-service-area .section-title {
    max-width: 845px;
    color: var(--white);
    font-weight: 600;
    font-size: 70px;
    margin-top: -24px;
}

.branding-service-area .services-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.branding-service-area .service-box {
    display: block;
    background-color: #1c1c1c;
    padding: 47px 50px 46px;
    border-radius: 20px;
    transition: all .5s;
}

.branding-service-area .service-box .number {
    font-size: 18px;
    color: var(--white);
}

.branding-service-area .service-box .icon {
    margin-top: 60px;
}

.branding-service-area .services-wrapper-box {
    margin-top: 90px;
}

.branding-service-area .service-box:hover {
    transform: scale(1.03);
}

.branding-service-area .service-box .title {
    font-size: 30px;
    line-height: 1.2;
    color: var(--white);
    margin-top: 56px;
    font-weight: 600;
}

.branding-service-area .info-text {
    margin-top: 70px;
    text-align: center;
}

.branding-service-area .info-text .text {
    background-color: #1c1c1c;
    padding: 19px 41px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    color: var(--white);
    max-width: 500px;
}

.branding-service-area .info-text .text .wc-btn-underline {
    color: var(--white);
    font-size: inherit;
    padding-bottom: 0;
}

.branding-service-area .wc-btn-underline {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    white-space: nowrap;
}

.branding-service-area .wc-btn {
    display: inline-flex;
    transition: all .3s;
}

.formula-car-area {
    background-color: #ebccff;
}

.sputnik-area {
    background-color: #faf2ff;
}

.space-station-area {
    background-color: #faf8f7;
}

.racing-bike-area {
    background-color: #f9f3ee;
}

.txt-fff {
    color: #fff !important;
}

.txt-000 {
    color: #000 !important;
}

.txt-555 {
    color: #000 !important;
}

.branding-service-area .feature-thumb .btn-wrapper {
    background-color: rgb(240, 242, 244);
    position: absolute;
    inset-inline-start: 110px;
    bottom: 0px;
    padding: 25px 35px 19px;
    border-radius: 20px 20px 0px 0px;
}

.branding-service-area .feature-thumb .btn-wrapper::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0px;
    left: 100%;
    box-shadow: rgb(240, 242, 244) -20px 20px 0px;
    border-radius: 50%;
}


.branding-service-area .feature-thumb .btn-wrapper::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0px;
    right: 100%;
    box-shadow: rgb(240, 242, 244) 20px 20px 0px;
    border-radius: 50%;
}

.branding-service-area .feature-thumb {
    display: inline-block;
    position: relative;
    max-width: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.branding-service-area .feature-thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#videoModal .btn-close {
    width: 1em;
    height: 1em;
    border: unset;
    top: 20px;
}

#videoModal .modal-header {
    border: none;
}

.slider-text {
    transition: opacity 0.2s ease-in-out;
}

.slider-text.fade {
    display: none;
}

.slider-text.fade:not(.show) {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.slider-text .text {
    min-height: 180px;
}

.intro-area {
    background-color: var(--section-bg);
    padding-top: 80px;
    padding-bottom: 80px;
}

.dark .intro-area {
    background-color: #171717
}

.intro-area .intro-grid {
    display: grid;
    grid-template-columns: 760px 1fr;
    align-items: center;
}

.intro-area .intro-info .text {
    padding-bottom: 13px;
    color: var(--secondary);
}

.intro-area .highlight-text {
    font-size: 18px;
    font-weight: 400;
    max-width: 131px;
    line-height: 1.8;
    padding-bottom: 78px;
}

.intro-area .arrow-button {
    padding-bottom: 156px;
}

.dir-rtl .intro-area .arrow-button {
    transform: rotateY(180deg);
}

.intro-area .counter-box {
    background-color: var(--white);
    padding: 35px;
    border-radius: 30px;
    max-width: 230px;
    position: relative;
}

.dark .intro-area .counter-box {
    background-color: #222
}

.intro-area .counter-box::before {
    position: absolute;
    content: "";
    inset-inline-end: -68px;
    top: 50%;
    transform: translateY(-50%);
    width: 82px;
    height: 2px;
    background-color: var(--primary)
}

.intro-area .counter-title {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 10px;
}

.intro-area .intro-content .text {
    font-size: 18px;
    padding-bottom: 15px;
    color: #000;
    
}

.intro-area .intro-title {
    font-size: 50px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: .92;
     font-family: "Inter", sans-serif !important;
}

.intro-area .more-content {
    margin-bottom: 30px;
}

.intro-area .more-content h4 {
    margin-bottom: 10px;
}

.intro-area .more-content p {
    margin-bottom: 10px;
}

.intro-area .more-content ul li {
    margin-bottom: 5px;
}

.intro-area .intro-title .small-hypen {
    display: inline-block;
    height: 15px;
    width: 30px;
    background-color: #121212;
    border-radius: 3px;
    position: relative;
    top: -20px
}

.intro-area .main-thumb {
    position: relative
}

.dir-rtl .intro-area .main-thumb img {
    transform: rotateY(180deg)
}

.intro-area .shape-1 {
    position: absolute;
    inset-inline-end: 0;
    bottom: 27%
}

.dir-rtl .intro-area .shape-1 {
    transform: rotateY(180deg)
}

.exclusive-service-area {
    background-color: #ffffff;
}

.exclusive-service-area .service-top-wrapper {
    display: grid;
    grid-template-columns: 1fr 520px;
    padding-bottom: 80px;
}

.exclusive-service-area h2 {
    font-family: var(--font_recoleta);
    font-weight: 500;
    line-height: 1.05;
    font-size: 80px;
    margin-top: -32px;
}

.exclusive-service-area .service-top-wrapper .text {
    padding-bottom: 31px;
}

.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform .5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.exclusive-service-area .wc-btn-underline {
    color: var(--primary);
    text-transform: capitalize;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    white-space: nowrap;
}

.exclusive-service-area .services-wrapper-box {
    overflow: hidden;
    margin-top: 0px;
}

.exclusive-service-area .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 -20px;
    gap: 50px 0;
}

.exclusive-service-area .service-item {
    padding: 0 20px;
    border-inline-start: 1px solid #ece7e4;
}

.exclusive-service-area .service-item .icon {
    padding-bottom: 48px;
}

.exclusive-service-area .service-item .title {
    padding-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
    color: #0b0b0b;
}
.exclusive-service-area .service-item .service-features li {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 400;
    padding-bottom: 15px;
    list-style: disc;
    list-style-position: inside;
}

.testimonial-area {
    background-color: #faf8f7;
}

.testimonial-area .section-title {
    max-width: 850px;
    font-family: var(--font_instrumentsans);
    font-weight: 600;
    line-height: 80px;
    font-size: 80px;
    margin-top: -24px;
      font-family: "Inter", sans-serif !important;

}

.testimonial-area .testimonial-wrapper-box {
    margin-top: 90px;
    /* display: grid;
    gap: 20px;
    grid-template-columns: 1fr 71%;
    position: relative; */
}

.testimonial-area .info-box {
    background-color: #fdfaf8;
    border-radius: 20px;
    padding: 60px 30px 60px;
    text-align: left;
}

.testimonial-area .info-box .rating {
    font-size: 156px;
    font-weight: 600;
    margin-top: -15px;
      font-family: "Inter", sans-serif !important;
}

.testimonial-area .info-box .rating-icons {
    display: flex;
    gap: 6px;
    justify-content: left;
    margin-top: 4px;
}

.testimonial-area .info-box .reviews {
    font-size: 18px;
    line-height: 1;
    margin-top: 8px;
}

.testimonial-area .info-box .text {
    font-size: 30px;
    line-height: 41px;
    color: var(--primary);
    font-family: var(--font_instrumentsans);
    font-weight: 700;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 26px;
      font-family: "Inter", sans-serif !important;

}

.testimonial-area .testimonial-wrapper {
    background-color: #fdfaf8;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-area .testimonial-wrapper>* {
    height: 100%;
    cursor: grab;
}

.testimonial-item {
    padding: 60px 70px 57px;
    height: 100%;
    background: #ffffff;
}


.testimonial-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial-item .text-wrapper {
    margin-top: 35px;
}

.testimonial-item .text {
    font-size: 35px;
    line-height: 45px;
    color: #888888;
    font-weight: 500;
    font-family: var(--font_instrumentsans);
      font-family: "Inter", sans-serif !important;
}

.testimonial-item .author {
    display: flex;
    gap: 20px 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}

.testimonial-item .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_plusjakartasans);
}

.testimonial-item .post {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
}

.show-light {
    display: inline-block;
}

.show-dark {
    display: none;
}

.testimonial-area .slider-nav {
    display: flex;
    gap: 10px;
    /* position: absolute; */
    bottom: 60px;
    inset-inline-start: 170px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
}

.testimonial-area .nav-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.intro-area .nav-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.intro-area .slider-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 60px;
    inset-inline-end: 305px;
    z-index: 9;
}

.cta-area {
    background: linear-gradient(176deg, rgba(99, 206, 253, 1) 0%, rgba(221, 197, 236, 1) 100%);
}

.cta-area .section-content {
    text-align: center;
}

cta-area .section-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    margin-top: -3px;
}

.cta-area .section-content .section-subtitle {
    font-size: 100px;
    line-height: 105px;
    /* font-family: var(--font_getaway); */
    text-transform: math-auto;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    color: #ffffff;

}

.cta-area .section-content .title-wrapper {
    margin-top: 30px;
}

.cta-area .section-content .section-text {
    font-size: 45px;
    line-height: 58px;
    max-width: 1200px;
/*    font-family: var(--font_getaway);*/
    text-transform: math-auto;
    margin: 0 auto;
    font-weight: 600;
   font-family: "Inter", sans-serif !important;
}

.cta-area .section-content .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.cta-area .wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -70px;
}

.cta-area .wc-btn-circle {
    background-color: var(--primary);
    width: 70px;
    height: 70px;
    font-size: 18px;
    color: var(--white);
}

.cta-area .wc-btn-primary {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--primary);
    border-color: rgba(0,0,0,0);
    color: var(--white);
    padding: 0 42px;
    border-radius: 40px;
}

.cta-area .wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0;
}

.cta-area .wc-btn-primary:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: rgba(0,0,0,0);
}

.cta-area .wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0;
}

.cta-area .wc-btn-circle i {
    transform: rotate(-45deg);
}

.cta-area .wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -70px;
}

.footer-area .footer-area-inner>*:first-child {
    grid-row: span 2;
    position: relative;
}

.footer-area .footer-area-inner>*:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 400px);
    background-color: #202020;
    top: -200px;
    inset-inline-end: 0;
}

.racing-bike-area {
    position: relative;
    z-index: 9;
}

.exclusive-service-area {
    position: relative;
    z-index: 9;
}

.intro-area {
    position: relative;
    z-index: 9;
}

.testimonial-area {
    position: relative;
    z-index: 9;
}

.cta-area {
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 1919px) {
    .branding-service-area .section-title {
        font-size: 60px;
        margin-top: -20px;
    }

    .branding-service-area .service-box {
        padding: 37px 30px 36px;
    }

    .branding-service-area .service-box .icon {
        margin-top: 50px;
    }

    .branding-service-area .service-box .title {
        margin-top: 46px;
        font-size: 26px;
    }

    .branding-service-area .services-wrapper>*:not(:first-child) {
        margin-top: 0px;
    }

    .branding-service-area .service-box .text {
        color: var(--white-2);
        margin-top: 23px;
    }

    .intro-area .intro-grid {
        grid-template-columns: 852px 1fr;
    }

    .intro-area .highlight-text {
        padding-bottom: 28px;
    }

    .intro-area .arrow-button {
        max-width: 40px;
        padding-bottom: 46px;
    }

    .intro-area .counter-title {
        font-size: 40px;
    }

    .intro-area .intro-title {
        font-size: 50px;
    }

    .intro-area .shape-1 {
        width: 100px;
    }

    .exclusive-service-area h2 {
        font-size: 70px;
        margin-top: -24px;
    }

    .exclusive-service-area .service-item .title {
    font-size: 20px;
    line-height: 26px;
}

    .testimonial-area .section-title {
        font-size: 60px;
        margin-top: -20px;
    }

    .testimonial-area .info-box .rating {
        font-size: 100px;
    }

    .testimonial-area .info-box .text {
        font-size: 24px;
    }

    .testimonial-item {
        padding: 60px 50px 57px;
    }

    .testimonial-item .text {
        font-size: 24px;
    }

    .testimonial-area .slider-nav {
        inset-inline-start: 106px;
    }

    .cta-area .section-content .section-subtitle {
    font-size: 42px;
    line-height: 52px;
}

}

@media only screen and (max-width: 1399px) {
    .branding-service-area .section-title {
        font-size: 50px;
        margin-top: -16px;
    }

    .branding-service-area .services-wrapper-box {
        margin-top: 70px;
    }

    .branding-service-area .info-text {
        margin-top: 60px;
    }

    .branding-service-area .service-box .title {
        font-size: 24px;
    }

    .intro-area .intro-grid {
        grid-template-columns: 702px 1fr;
    }

    .intro-area .highlight-text {
        max-width: 201px;
    }

    .intro-area .arrow-button {
        display: none;
    }

    .intro-area .counter-box {
        padding: 25px;
        border-radius: 15px;
    }

    .intro-area .intro-title {
        font-size: 40px;
    }

    .intro-area .shape-1 {
        bottom: 17%;
    }

    .exclusive-service-area .services-grid {
        margin: 0 -30px;
    }

    .exclusive-service-area h2 {
        font-size: 60px;
        margin-top: -20px;
    }

    .exclusive-service-area .service-item {
        padding: 0 30px;
    }

    .testimonial-area .section-title {
        font-size: 42px;
        margin-top: -16px;
        line-height: 50px;
    }

    .testimonial-area .testimonial-wrapper-box {
        margin-top: 70px;
    }

    .testimonial-area .slider-nav {
        inset-inline-start: 86px;
        bottom: 30px;
    }

}

@media only screen and (max-width: 1199px) {
    .intro-area {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .intro-area .main-thumb {
        display: none
    }

    .intro-area .intro-title .small-hypen {
        height: 10px;
        top: -15px
    }
}

@media only screen and (max-width: 991px) {
    .intro-area .intro-grid {
        grid-template-columns: 550px 1fr;
    }

    .intro-area .intro-title .small-hypen {
        height: 5px;
        top: -10px
    }

    .intro-area .intro-title {
        font-size: 40px
    }

}

@media only screen and (max-width: 767px) {
    .intro-area .intro-grid {
        grid-template-columns: 1fr;
    }

    .intro-area .counter-box::before {
        display: none;
    }

    .intro-area .intro-content {
        order: -1;
        margin-bottom: 30px;
    }


}

@media(max-width: 575px) {
    .intro-area .intro-title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media(min-width: 320px) and (max-width: 567px){
   .exclusive-service-area .services-grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 -30px;
    gap: 8px 0;
}
.oursectionarea h2.title {
    min-height: 30px !important;
} 
.ixrtopblockpost .info-area-inner {
    padding-bottom: 0 !important;
}
.branding-service-area {
    border-radius: 0px 0px 0 0;
}
.section-spacing {
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-area-icon {
    padding-top: 24px;
}
.borderbottomline hr {
    margin: 20px 0px 0px 0;
}
.intro-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.oursectionarea .service-top-wrapper {
    padding-top: 50px;
}
/*.about-area .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
}*/
.exclusive-service-area .services-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.featuresheading {
    padding: 50px 0px; 
}
.exclusive-service-area .service-top-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
}
.testimonial-area .testimonial-wrapper-box {
    grid-template-columns: 1fr 71%;
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr) !important;
}
.cta-area .section-content .section-text {
    font-size: 28px;
    line-height: 1.2;
}
h4.textlong {
    font-size: 20px;
    line-height: 30px;
}
.cta-area .wc-btn-primary {
    font-size: 13px;
    padding: 0 24px;
}
.mainfooterstyle {
    margin-top: -35px;
}
ul.columns {
    -webkit-columns: 1 !important;
}
.feature-area .feature-thumb .btn-wrapper {
    transform: translate(-50%, 50%) !important;
    bottom: 8% !important;
    left: 50%;
    display: flex;
}
.wc-btn-primary {
    font-size: 13px;
    padding: 22px 25px;
}
.intro-area .slider-nav {
    bottom: 89px !important;
    right: 45px !important;
}
.feature-list-item h2.txt-fff {
    font-size: 20px;
}
.home-slider .feature-content .feature-list {
    max-width: 300px !important;
}
.feature-list-item h2 {
    font-size: 16px !important;
}
.cta-area .section-content .section-subtitle {
    font-size: 32px;
    line-height: 40px;
}
.leftstyle {
    height: 450px !important;
}
}
@media(min-width: 320px) and (max-width: 767px){
 .engineersheading {
    position: static !important;
} 
.engineersheading .section-title {
    margin-top: 30px !important;
}  
.engineersheading .section-title {
    font-size: 40px !important;
    margin-top: 20px !important;
    line-height: 45px !important;
}
.heroheading h4.txt-000 {
    font-size: 32px !important;
    line-height: 40px !important;
}

.contant-area h3 {
    font-size: 22px !important;
    line-height: 32px !important;
}
.coreheading {
    font-size: 24px !important;
    line-height: 30px !important;
}
.exclusive-service-area .service-top-wrapper {
    padding-bottom: 0px;
}
.oursectionarea .service-top-wrapper {
    padding-top: 50px;
}
.realheading::after {
    position: none !important;
    content: none !important; 
}
.exclusive-service-area .services-grid {
    grid-template-columns: repeat(2, 1fr);
}
.engineersheading {
    position: static !important;
}
.exclusive-service-area .service-top-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px 0px;
    padding-bottom: 50px;
}
.intro-area .nav-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
}
.intro-area .slider-nav {
    bottom: 100px;
    right: 60px;
}
h4.textlong {
    font-size: 22px !important;
    line-height: 30px !important;
}
.futuremarvels .more-content ul li {
    font-size: 16px;
    line-height: 24px;
}
.testimonial-area .info-box .text {
    font-size: 30px;
    max-width: 100%; 
}
.testimonial-area .testimonial-wrapper-box {
    grid-template-columns: repeat(1, 1fr) !important;
}
.futuremarvels .more-content ul li {
    font-size: 16px !important;
    line-height: 22px !important;
}
.featuresheading h2.section-title {
    line-height: 40px;
}
.footer-area .footer-widget-wrapper .title {
    padding-top: 20px;
}
.footerbottomblock {
    padding-top: 20px !important;
}
.cta-area .section-content .section-text {
    font-size: 26px;
    line-height: 30px;
}
.textlong {
    padding: 0px 0 0px 0;
}
.intro-area .more-content h4 {
    padding-top: 10px;
}
.intro-area .more-content h4::last-child {
    padding-top: 0px;
}
.intro-area .more-content h4{
    margin-bottom: 5px !important;
}
ul.columns {
    -webkit-columns: 1 !important;
}
.futuremarvels strong {
    font-size: 17px;
}
.home-slider .feature-content .feature-list {
    padding-left: 10px;
    max-width: 550px;
}
.swiper-backface-hidden .swiper-slide {
    margin-bottom: 22px;
}
.swiper-slide{
border-radius: 24px !important;
}
.feature-list-item h2 {
    font-size: 22px;
}
.footerrightblok {
    padding-left: 10px !important;

}
.slider-text .text {
    min-height: 50px !important;
}

}
@media(min-width: 568px) and (max-width: 767px){
 .leftstyle {
    height: 330px !important;
} 
.home-slider .info-box h5 {
    min-height: 90px !important;
}  
}
@media(min-width: 768px) and (max-width: 991px){
.exclusive-service-area .services-grid {
    grid-template-columns: repeat(2, 1fr);
}
.testimonial-area .testimonial-wrapper-box {
    grid-template-columns: repeat(1, 1fr) !important;
}
.testimonial-area .info-box .text {
    max-width: 100%;
}
.cta-area .section-content .btn-wrapper {
    margin-bottom: 60px;
}
.oursectionarea .service-top-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px 0px;
}
.cta-area .section-content .section-subtitle {
    font-size: 52px;
    line-height: 62px;
}
.cta-area .section-content .section-text {
    font-size: 30px;
    line-height: 40px;
}
.engineersheading {
    position: static !important;
    padding-top: 70px !important;
}
.futuremarvels .more-content ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}
.futuremarvels strong {
    font-size: 18px;
}
.textlong {
    font-size: 24px;
    line-height: 30px;
    padding: 0px 0 5px 0;
}
.feature-list-item h2 {
    font-size: 22px !important;
}
.contant-area h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}
    .intro-area .more-content h4 {
        margin-top: 10px !important;
    }
    .footerrightblok {
    padding-left: 12px !important;
    padding-top: 30px !important;
}

}
@media(min-width: 320px) and (max-width: 991px){
.mainborderstyle {
    position: relative;
    padding-top: 50px;
}
.oursectionarea .service-top-wrapper {
    padding-top: 50px !important;
}
.exclusive-service-area h2 {
    font-size: 42px;
    line-height: 50px;
}
.mb-5{
margin-bottom: 30px !important;
}
.realheading {
    padding-top: 60px;
}
.section-spacing {
    padding-top: 0;
    padding-bottom: 0;
}
.heroheading h4.txt-000 {
    font-size: 42px;
    line-height: 45px;
}
.about-area {
    padding: 60px 0px;
}
.featuresheading {
    padding: 60px 0px;
}
.heroheading h4.txt-000 {
    font-size: 32px !important;
    line-height: 40px !important;
}
.realheading::after {
    content: none !important;  
}
.mainborderstyle::after {
   content: none !important; 
}
.footerborderleft::after {
    content: none !important;
}
.testimonial-area {
    padding: 60px 0px 150px;
}
.cta-area {
    padding: 60px 0px;
}
.footer-logo {
    margin-bottom: 40px;
}
.cta-area .section-content .btn-wrapper {
    margin-bottom: 60px;
}
.testimonial-area .slider-nav {
    bottom: -80px;
    justify-content: center;
    inset-inline-start: auto;
    width: 100%;
}
.feature-area .section-content{
    grid-template-columns: auto !important;
}
.featuresheading .title-wrapper {
    padding-left: 0px !important;
}
.sectionabout h2.section-title {
    padding-left: 0px !important;
}
.feature-area .feature-thumb .btn-wrapper {
    transform: translate(-50%, 50%) !important;
    bottom: 6%;
    left: 50%;
    display: flex;
}
.featuresheading h2.section-title {
    line-height: 40px !important;
}
.home-slider .feature-content .feature-list {
    max-width: 400px;
    padding-left: 10px;
}
}
@media(min-width: 992px) and (max-width: 1199px){
.testimonial-area .info-box .text {
    font-size: 16px;
    line-height: 22px;
}
.cta-area .section-content .btn-wrapper {
    margin-bottom: 60px;
}
.testimonial-area .nav-icon {
    width: 45px;
    height: 45px;
}
.engineersheading .section-title {
    max-width: 500px;
    font-size: 40px;
    line-height: 50px;
}
.realheading::after {
    content: none !important;
}
.heroheading h4.txt-000 {
    font-size: 40px !important;
    line-height: 48px !important;
}
h3.coreheading {
    font-size: 22px;
}
.contant-area h3 {
    font-size: 20px;
    line-height: 30px;
}
.mainborderstyle::after {
    content: none !important;    
}
.exclusive-service-area .service-item .service-features li {
    font-size: 16px;
    line-height: 22px;
}
.oursectionarea .service-top-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px 0px;
    padding-top: 60px;
}
.cta-area .section-content .section-subtitle {
    font-size: 40px;
    line-height: 46px;
}
.feature-area .section-content {
    grid-template-columns: auto !important;
}
.engineersheading {
    bottom: 25px;
}
.engineersheading .section-title {
    max-width: 435px !important;
    font-size: 42px !important;
    line-height: 50px !important;
}
.feature-area .section-title {
    max-width: 590px;
}
.leftstyle {
    height: 496px;
}
.mobile-icon a {
    font-size: 13px !important;
}
.cta-area .section-content .section-text {
    font-size: 34px !important;
    line-height: 42px !important;
}
}
@media(min-width: 1200px) and (max-width: 1399px){
 .mainborderstyle::after {
    content: none !important;    
} 
.realheading::after {
    content: none !important;
} 
.heroheading h4.txt-000 {
    font-size: 45px !important;
    line-height: 50px !important;
} 
.coreheading {
    font-size: 24px;
}
.contant-area h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.cta-area .section-content .section-text {
    font-size: 34px;
    line-height: 45px;
    max-width: 800px;
}
.featuresheading .title-wrapper {
    padding-left: 0 !important;
}
}
/*03-03-2025*/
.featuresheading {
    background-image: url(../img/heroimg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.featuresheading .feature-area{
background: none !important;
}
.mainareastyle {
    background: #83ccff;
}

.topheaderbtn {
    background: linear-gradient(179deg, rgba(12, 161, 235, 1) 0%, rgba(99, 92, 232, 1) 100%) !important;
    border: none !important;
}
.leftstyle{
background: #c7ebff !important;
	height: 500px;
}
.newgeading{
font-weight: 700;
background: none !important;
font-family: "Inter", sans-serif !important;
}
.processarea .feature-box:first-child {
    border-top: none !important;
}
.processarea .feature-box {
    border-bottom: 2px solid #5b7077;
}
.processarea .feature-box:last-child {
    border-bottom: none !important;
}
.processarea h3.title {
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
}
.servicesection{
background: #83ccff;
}
.newareasytle {
    display: flex;
    margin-bottom: 40px;
    align-items: baseline;
}
.newsectionarea {
    background: linear-gradient(176deg, rgba(99, 206, 253, 1) 0%, rgba(221, 197, 236, 1) 100%);
}
.oursectionarea .service-top-wrapper{
padding-top: 120px;
}
.oursectionarea .wc-btn-underline{
    color: #9f8fff;
}
.oursectionarea .exclusive-service-area h2{
    font-weight: 700;
}

.mainfooterstyle {
    background: #000000;
    padding: 80px 0px 0px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 999;
}
/*.oursectionarea h2.title {  
    min-height: 124px;
}*/
.show-light {
width: 110px;
}

.mainfooterstyle .footer-area .footer-logo img {
    max-height: 100%;
}
.featuresheading h2.section-title {
    font-weight: 700 !important;
    font-family: "Inter", sans-serif !important;
    line-height: 60px;
}
.newsectionarea .wc-btn-circle {
background: #fff !important;
color: #3f7aff !important;
}
.newsectionarea p {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 15px;
}
.newsectionarea h2.section-title {
    font-weight: 600;
    margin-bottom: 50px;
    font-family: "Inter", sans-serif !important;
}
.heroheading h4.txt-000 {
    font-size: 55px;
    line-height: 62px;
    font-weight: 600;
    color: #000;
    font-family: "Inter", sans-serif !important;
}
.mainareastyle h2.section-title {
color: #000;
}
.heroheading {
    max-width: 575px;
}
.contant-area h3 {
    font-size: 32px;
    line-height: 40px;
    color: #000000 !important;
    font-weight: 600;
}
.main-area-icon {
    display: flex;
    padding-top: 40px;
}
.post-area img {
    max-width: 100%;
}
.post-area {
    padding-right: 30px;
}
.borderbottomline hr {
    border-top: 2px solid #ffffff;
    margin: 50px 0px 0px 0;
}
.contant-area h3 {
    font-size: 30px;
    line-height: 40px;
    color: #000000 !important;
    font-family: "Inter", sans-serif !important;
}
.contant-area {
    width: 100%;
}
.realheading::after {
    position: absolute;
    content: '';
    top: 0;
    background: #ffffff;
    opacity: 0.25;
    width: 2px;
    height: 100%;
    left: -30px;
}
.realheading {
   position: relative;
}
.borderbottomarea hr{
border-top: 2px solid #000;
    margin: 50px 0px 0px 0;
}

.mainborderstyle::after {
position: absolute;
    content: '';
    top: 0;
    background: #000;
    opacity: 0.25;
    width: 2px;
    height: 100%;
    left: -30px;
}
.mainborderstyle {
    position: relative;
}
.engineersheading{
position: absolute;
bottom: 40px;

}
.masterheading{
    position: relative;
}
.engineersheading .section-title {
    max-width: 645px;
    color: #000000;
    font-weight: 600;
    font-size: 55px;
    margin-top: -24px;
    font-family: "Inter", sans-serif !important;
    line-height: 65px;
}
ul.columns{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;  
}
.futuremarvels .more-content ul li {
    margin-bottom: 10px !important;
}
.futuremarvels .more-content h4 {
    font-weight: 600;
}
.longcontant {
    font-size: 22px;
}
h3.coreheading {
font-weight: 600;
font-family: "Inter", sans-serif !important;
}
.featuresheading .feature-thumb .btn-wrapper {
background: #fff !important;
}
.featuresheading .feature-thumb .btn-wrapper:before {
    box-shadow: 20px 20px 0 #ffffff;
}
.featuresheading .feature-thumb .btn-wrapper:after {
    box-shadow: -20px 20px 0 #ffffff;
}
.video-area .area-bg img {
    width: 100%; 
   height: 80%; 
    border-radius: 20px;
}
.followusicon a i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 15px;
}
.followusicon {
    margin-top: 30px;
}
.footerbottomblock {
    padding-top: 50px;
}
.footerbottomblock .footer-nav-list li {
    font-size: 13px !important;
    line-height: 24px !important;
    color: #ffffff !important;
}
.email-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.mobile-icon a{
color: #ffffff;
font-size: 15px;
}
.mainfooterstyle .footer-nav-list li {
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
}
.mainfooterstyle p.text{
    font-size: 16px !important;
    line-height: 24px;
    color: #fff !important;
}
.mainfooterstyle .subscribe-btn i {
    color: #ffffff !important;
}
 
.newsletter h2.title {
    font-weight: 700 !important;
}
.oursectionarea .service-features li::after {
    position: absolute;
    content: '';
    top: 8px;
    background: #000000;
    width: 7px;
    height: 7px;
    border-radius: 40px;
    left: 0;
}
.oursectionarea ul.service-features li  {
    padding-left: 24px !important;
}
.oursectionarea .service-features li{
    position: relative;
}
.oursectionarea .service-item .service-features li {
    list-style: none !important;
    line-height: 22px;
}
.oursectionarea .documentation::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    background: #bcbcbc;
}
.oursectionarea .documentation{
    position: relative;
}

.exclusive-service-area h2 {
    margin-top: 0px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
}
.mainfooterstyle .copyright-area-inner {
    border-top: 1px solid #5a5a5a !important;
}
.footerborderleft::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #5a5a5a;
    left: -60px;
    content: '';
    top: 0;
}
.footerborderleft {
    position: relative;
}
.ixrtopblockpost  .area-shape-1 {
    left: 58% !important;
        transform: translate(-49%, 0%);
}
.futuremarvels .more-content ul li {
    margin-bottom: 6px !important;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
h4.textlong {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    padding: 0px 0 12px 0;
}
.futuremarvels p{
color: #000;
}
.footer-area {
    background: none !important;
    padding: 0 0px;
    border-radius: 0px;
}
.locomotive-grid li{
	position: relative;
}

.locomotive-grid li::after {
    position: absolute;
    content: '';
    top: 10px;
    background: #000000;
    width: 7px;
    height: 7px;
    border-radius: 40px;
    left: -18px;
}
.locomotive-grid ul {
    padding-left: 20px;
}
.longcontant {
    font-size: 22px;
    color: #000;
    line-height: 30px;
}
.feature-area .section-content {
    display: grid;
    gap: 44px 30px;
    grid-template-columns: auto 550px;
    align-items: flex-start;
    margin-top: 63px;
}
.feature-area .feature-thumb {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
.featuresheading .title-wrapper {
    padding-left: 36px;
}
.sectionabout h2.section-title {
    padding-left: 36px;
}
/***3-5-2025***/
.header__button {
    margin-left: 25px;
}
/***3-5-2025***/
.feature-area .feature-thumb .btn-wrapper {
    transform: translate(-50%, 50%) !important;
    bottom: 6%;
    left: 50%;
    display: flex;
}
.feature-list-wrapper {
    position: relative;
    z-index: 99999;
    height: 500px;
    object-fit: cover;
}
.hero-area .feature-content {
    background: none !important;
}
.footerrightblok {
    padding-left: 30px;
}
.topmobilearea ul li a{
text-transform: capitalize;
}
.topmobilemenu .offcanvas-3__menu li a{
font-size: 22px !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-transform: capitalize !important;
}
 .offcanvas-3__menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden !important;
    overflow-x: hidden ;
}
 .offcanvas-3__meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: flex-start !important;
}
 .offcanvas-3__social-links {
    display: flex;
    gap: 5px !important ;
}
 .offcanvas-3__meta li a:hover {
    color: #ffffff !important;
}
.footerborderleft .mobile-icon span {
    padding-right: 5px !important;
}
 .footer-area .footer-widget-wrapper .title {
    font-weight: 600 !important;
}

.header-area .header-area__inner {
    border-bottom: unset;
}

.header-area.border  {
    border-bottom: 1px solid var(--border);
}

.header-area.sticky .show-light {
    width: 100px;
}

.download-btn {
    padding: 15px 20px;
    gap: 20px;
}

.download-btn i {
    font-size: 20px;
}

.download-btn:hover .fa-caret-down,
.download-btn .fa-caret-up {
    display: none;
}

.download-btn:hover .fa-caret-up {
    display: inline;
}

.branding-service-area .btn-wrapper-white {
    background-color: #fff !important;
    inset-inline-start: 120px !important;
    padding: 10px 20px 10px !important;
}

.btn-wrapper-white::before {
    box-shadow: rgb(255 255 255) 20px 20px 0px !important;
}

.btn-wrapper-white::after {
    box-shadow: rgb(255 255 255) -20px 20px 0px !important;
}

.intro-thumb .main-thumb .main-image {
    border-radius: 20px;
}

.branding-service-area .btn-application {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 0px;
    white-space: nowrap;
}


/*-- contact form section --*/

.contact-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto;
}

.contact-area .section-title {
    max-width: 850px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    line-height: 1.08;
    font-size: 80px;
}


.contact-area .section-header .text {
    max-width: 300px;
    padding: 0;
    margin: 0;
    line-height: 1.41;
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);
}

.contact-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px;
    margin-top: 112px;
}

.contact-area .info-box .text {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--primary);
    max-width: 360px;
    font-family: "Inter", sans-serif !important;
}

.contact-area .contact-list {
    margin-top: 26px;
}

.contact-area .contact-list li {
    font-size: 18px;
    line-height: 24px;
    color: var(--secondary);
    font-family: "Inter", sans-serif !important;
}

.contact-area .contact-list li:not(:first-child) {
    margin-top: 15px;
}

.contact-area .contact-list li a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr);
}

.contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0,0,0,0);
    transition: all .5s;
}

.contact-area .contact-formfield textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0,0,0,0);
    transition: all .5s;
}

.contact-area .submit-btn {
    margin-top: 60px;
}

.contact-area .wc-btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 38px;
}

.contact-area .wc-btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.list-disc li {
    list-style: disc;
}

.thankyou-msg{
    display: flex;
    align-items: center;
    padding: 20px;
}

/* upcoming kits area start */
:root {
    --bgkit-area:              #A9C6D8;
    --text-primarykit-area:    #0B1F2A;
    --text-secondarykit-area:  #2F4F5F;
    --grad-startkit-area:      #4A5BFF;
    --grad-midkit-area:        #6A5CFF;
    --grad-endkit-area:        #7B61FF;
  }
  .upcomingkits{
    background-color: var(--bgkit-area);
  }
    /* ── Section Header ─────────────────────────────────── */
    .upcomingkits .section-heading {
        font-size: clamp(2.5rem, 6vw, 4.5rem);
        font-weight: 800;
        color: var(--text-primarykit-area);
        letter-spacing: -0.03em;
        line-height: 1.1;
      }
  
      .upcomingkits .section-subheading {
        font-size: 1.125rem;
        font-weight: 500;
        color: var(--text-secondarykit-area);
      }
  
      /* ── Glass Card ─────────────────────────────────────── */
      .upcomingkits .glass-card {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 20px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        height: 100%;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
  
      .upcomingkits .glass-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      }
  
      /* lighter variant for the "Know More" card */
      .upcomingkits .glass-card--light {
        background: rgba(255, 255, 255, 0.4);
      }
  
      /* ── Card Image Wrapper ──────────────────────────────── */
      .upcomingkits .card-img-wrap {
        width: 100%;
        height: 192px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        flex-shrink: 0;
      }
  
      .upcomingkits .card-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mix-blend-mode: multiply;
      }
  
      /* ── Card Typography ────────────────────────────────── */
      .upcomingkits .card-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-primarykit-area);
        margin-bottom: 0.75rem;
      }
  
      .upcomingkits .card-desc {
        font-size: 1rem;
        color: var(--text-secondarykit-area);
        line-height: 1.65;
        flex-grow: 1;
        margin-bottom: 1.5rem;
      }
  
      /* ── Card CTA Button ────────────────────────────────── */
      .upcomingkits .btn-card {
        width: 100%;
        padding: 0.75rem 1rem;
        border-radius: 12px;
        font-weight: 600;
        font-size: 0.95rem;
        color: var(--text-primarykit-area);
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        text-decoration: none;
      }
  
      .upcomingkits .btn-card:hover {
        background-color: #f9fafb;
        border-color: var(--grad-startkit-area);
        color: var(--text-primarykit-area);
      }
  
      .upcomingkits .btn-card .fa-arrow-right {
        font-size: 0.8rem;
        transition: transform 0.2s ease;
      }
  
      .upcomingkits .btn-card:hover .fa-arrow-right {
        transform: translateX(4px);
      }
  
      /* ── Know More Icon ─────────────────────────────────── */
      .upcomingkits .more-icon-wrap {
        width: 192px;
        height: 192px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
      }
  
      .upcomingkits .more-icon-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      }
  
      .upcomingkits .more-icon-circle i {
        font-size: 1.875rem;
        color: var(--grad-startkit-area);
      }
  
      /* ── Primary CTA ────────────────────────────────────── */
      .upcomingkits .btn-gradient {
        background: linear-gradient(135deg, var(--grad-startkit-area), var(--grad-midkit-area), var(--grad-endkit-area));
        box-shadow: 0 4px 15px rgba(106, 92, 255, 0.3);
        color: #ffffff;
        font-size: 1.125rem;
        font-weight: 700;
        padding: 1rem 2.5rem;
        border-radius: 50px;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        cursor: pointer;
      }
  
      .upcomingkits .btn-gradient:hover {
        box-shadow: 0 6px 20px rgba(106, 92, 255, 0.5);
        transform: translateY(-2px);
        color: #ffffff;
      }
/* upcoming kits area end  */    
/* gameplay features area start */
/* ── Gameplay Section ───────────────────────────────── */
.gameplay {
    width: 100%;
    background-color: #ffffff;
  }

  /* ── Gameplay Heading ───────────────────────────────── */
  .gameplay-heading {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #0B1F2A;
    text-align: center;
    letter-spacing: -0.03em;
    margin-bottom: 4rem;
  }

  /* ── Gameplay Card ──────────────────────────────────── */
  .gameplay-card {
    display: flex;
    flex-direction: column;
  }

  /* ── Gameplay Card Image Wrapper ────────────────────── */
  .gameplay-card-img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f3f4f6;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gameplay-card:hover .gameplay-card-img-wrap {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .gameplay-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* ── Gameplay Card Title ────────────────────────────── */
  .gameplay-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0B1F2A;
    text-align: center;
    margin: 0;
  }

  /* ── Gameplay More Card (6th card special) ──────────── */
  .gameplay-card-img-wrap--more {
    background: linear-gradient(135deg, #f9fafb, #e5e7eb);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gameplay-card-img-wrap--more img {
    opacity: 0.6;
    position: absolute;
    inset: 0;
  }

  .gameplay-more-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .gameplay-more-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #7B61FF;
  }

  /* ── Gameplay CTA Button ────────────────────────────── */
  .gameplay-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }

  .gameplay-btn {
    background: linear-gradient(to right, #4A5BFF, #7B61FF);
    color: #ffffff;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.25rem;
    border: none;
    box-shadow: 0 10px 25px -5px rgba(123, 97, 255, 0.4);
    transition: transform 0.3s ease;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }

  .gameplay-btn:hover {
    transform: scale(1.05);
    color: #ffffff;
  }
/* gameplay features area end */
/*bugreprot area start */
/* ── Bugreport Section ──────────────────────────────── */
.bugreport {
    position: relative;
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #edf3ff;
  }

  /* ── Bugreport Background ───────────────────────────── */
  .bugreport-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .bugreport-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1px);
    transform: scale(1.1);
  }

  .bugreport-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.25) 0%, rgba(88, 28, 135, 0.5) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  /* ── Bugreport Inner Wrapper ────────────────────────── */
  .bugreport-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* ── Bugreport Header ───────────────────────────────── */
  .bugreport-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .bugreport-heading {
    font-size: clamp(2rem, 6vw, 3.75rem);
    font-weight: 700;
    color: #0B1F2A;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
  }

  .bugreport-heading-accent {
    background: linear-gradient(to right, #c084fc, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .bugreport-subheading {
    font-size: 1.125rem;
    color: #0B1F2A;
    font-weight: 300;
    max-width: 36rem;
    margin: 0 auto;
  }

  /* ── Bugreport Glass Card ───────────────────────────── */
  .bugreport-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
  }

  .bugreport-card:hover {
    transform: scale(1.02);
  }

  /* ── Bugreport Card Icon Wrapper ────────────────────── */
  .bugreport-card-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
  }

  .bugreport-card-icon-wrap--discord {
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.3);
  }

  .bugreport-card-icon-wrap--email {
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.3);
  }

  .bugreport-card-icon-wrap i {
    font-size: 1.875rem;
  }

  .bugreport-card-icon-wrap--discord i { color: #818cf8; }
  .bugreport-card-icon-wrap--email   i { color: #34d399; }

  /* ── Bugreport Card Title ────────────────────────────── */
  .bugreport-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0B1F2A;
    margin-bottom: 0.75rem;
  }

  /* ── Bugreport Card Description ─────────────────────── */
  .bugreport-card-desc {
    color: #0B1F2A;
    margin-bottom: 2rem;
    flex-grow: 1;
    line-height: 1.65;
  }

  .bugreport-card-desc .bugreport-highlight-discord {
    color: #a5b4fc;
    font-weight: 500;
  }

  .bugreport-card-desc .bugreport-highlight-email {
    color: #6ee7b7;
    font-weight: 500;
    word-break: break-all;
  }

  /* ── Bugreport Buttons ──────────────────────────────── */
  .bugreport-btn-gradient {
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
  }

  .bugreport-btn-gradient:hover {
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
    transform: translateY(-2px);
    color: #ffffff;
  }

  .bugreport-btn-gradient .fa-arrow-right {
    transition: transform 0.2s ease;
  }

  .bugreport-btn-gradient:hover .fa-arrow-right {
    transform: translateX(4px);
  }

  .bugreport-btn-outline {
    background: rgba(255, 255, 255, 0.05);
    color: #0B1F2A;
    border: 1px solid #0B1F2A;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .bugreport-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #6ee7b7;
    color: #6ee7b7;
  }

  /* ── Bugreport Footer Note ───────────────────────────── */
  .bugreport-footer-note {
    text-align: center;
    margin-top: 1rem;
  }

  .bugreport-footer-note p {
    color: #0b1f2a;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
/*bugreport area end */
/* footer area start */
/* ── Footer Wrapper ─────────────────────────────────── */
  /* ── CSS Variables ──────────────────────────────────── */
  :root {
    --footer-bg:          #000000;
    --footer-border-top:  linear-gradient(to right, #00e5ff, #7b2fff, #00e5ff);
    --footer-text:        #c8d0dc;
    --footer-text-muted:  #FFFFFF;
    --footer-heading:     #ffffff;
    --footer-accent:      #00e5ff;
    --footer-accent-alt:  #7b2fff;
    --footer-link-hover:  #00e5ff;
    --footer-divider:     rgba(255,255,255,0.07);
    --footer-icon-bg:     rgba(255,255,255,0.06);
    --footer-icon-border: rgba(255,255,255,0.1);
    --footer-icon-hover:  rgba(0, 229, 255, 0.15);
  }
.engfooter {
    background-color: var(--footer-bg);
    width: 100%;
    position: relative;
  }

  /* glowing top border */
  .engfooter::before {
    content: '';
    display: block;
    height: 2px;
    background: var(--footer-border-top);
    width: 100%;
  }

  /* ── Footer Body ────────────────────────────────────── */
  .engfooter-body {
    padding: 3rem 0 2rem;
  }

  /* ── Brand Column ───────────────────────────────────── */
  .engfooter-brand-logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
  }

  .engfooter-brand-logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #4A5BFF, #7B61FF);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .engfooter-brand-logo-icon i {
    font-size: 1rem;
    color: #ffffff;
  }

  .engfooter-brand-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--footer-heading);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .engfooter-brand-desc {
    font-size: 0.8125rem;
    color: var(--footer-text-muted);
    line-height: 1.7;
    max-width: 220px;
    margin-bottom: 1.5rem;
  }

  .engfooter-brand-powered {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    color: var(--footer-text-muted);
    font-weight: 500;
  }

  .engfooter-brand-powered i {
    color: var(--footer-accent);
    font-size: 0.75rem;
  }

  .engfooter-brand-powered span {
    color: var(--footer-heading);
    font-weight: 600;
  }

  /* ── Column Heading ─────────────────────────────────── */
  .engfooter-col-heading {
    
    font-weight: 600 !important;
    font-size: 24px;
    color: var(--footer-heading);
    margin-bottom: 0.75rem;
    padding-bottom: 0.625rem;
    position: relative;
  }

  .engfooter-col-heading::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: var(--footer-accent-alt);
  }

  /* ── Nav Links ──────────────────────────────────────── */
  .engfooter-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .engfooter-nav li {
    margin-bottom: 0.55rem;
  }

  .engfooter-nav a {
    color: var(--footer-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 16px;
    line-height: 24px;
  }

  .engfooter-nav a:hover {
    color: var(--footer-link-hover);
  }

  /* Download link accent */
  .engfooter-nav a.engfooter-nav-download {
    color: var(--footer-accent);
    font-weight: 600;
  }

  .engfooter-nav a.engfooter-nav-download:hover {
    color: #66f0ff;
  }

  /* ── Social Icons Grid ──────────────────────────────── */
  .engfooter-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 40px);
    gap: 0.5rem;
  }

  .engfooter-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--footer-icon-bg);
    border: 1px solid var(--footer-icon-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-text-muted);
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .engfooter-social-btn:hover {
    background: var(--footer-icon-hover);
    border-color: var(--footer-accent);
    color: var(--footer-accent);
  }

  .engfooter-social-btn svg {
    width: 20px;
    height: 20px;
    fill: #FFFFFF;
  }

  /* ── Bottom Bar ─────────────────────────────────────── */
  .engfooter-bottom {
    border-top: 1px solid var(--footer-divider);
    padding: 1rem 0;
  }

  .engfooter-bottom-copy {
    font-size: 0.75rem;
    color: var(--footer-text-muted);
    margin: 0;
  }

  .engfooter-bottom-right {
    font-size: 0.75rem;
    color: var(--footer-text-muted);
    text-align: right;
  }

  .engfooter-bottom-right span {
    color: var(--footer-heading);
    font-weight: 600;
  }
/* footer area end */

@media only screen and (max-width: 1919px) {
    .contact-area .section-title {
        font-size: 70px;
    }

    .contact-area .section-content {
        margin-top: 72px;
    }
}

@media only screen and (max-width: 1399px) {
    .home-slider .info-box h5 {
        min-height: 160px;
    }
    
    .contact-area .section-title {
        font-size: 60px;
    }
    
    .contact-area .section-content {
        grid-template-columns: 1fr 640px;
    }

    .home-slider .hero-area .section-content {
        grid-template-columns: 290px 1fr;
    }
    
    .engineersheading {
        max-width: 560px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 567px) {
    .home-slider .hero-area .section-content {
        display: block;
    }
    .home-slider .hero-area .section-content .feature-content {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .section-spacing {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .contact-area .section-header {
        display: block;
    }
        
    .contact-area .section-content {
        margin-top: 22px;
        display: block;
    }
    
    .contact-area .contact-list {
        margin-bottom: 26px;
    }
    
    .contact-area .contact-formwrap {
        display: block;
    }
    
    .contact-area .contact-formwrap .contact-formfield {
        margin-bottom: 20px;
    }
    
    .contact-area .form-inputs .mt-5 {
        margin-top: 0px !important;
    }
    
    
    
}

/*-- /contact form section/ --*/


