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

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    overflow-x: hidden;
    background-color: #ffffff;

}

a {
    text-decoration: none;
}

/* Main Menu */

.main-menu-section .liquid {
    background-color: #298E00;
    width: 144px;
    font-size: 14px;
}

.main-menu-section .liquid:hover {
    background-color: #175200;
}

.main-menu-section {
    background-color: #FAFAFA;
    border-bottom: 1px solid #EFF0EF;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.main-menu-section .navbar-nav {
    display: flex;
    gap: 20px;
    font-size: 15px;
    align-items: center;
}

.main-menu-section .navbar-nav .nav-link {
    color: #1D2018;
    font-weight: 500;
}

.main-menu-section .navbar-nav .nav-link:hover {
    color: #298E00;
}

/* Logo Animation */
.logo-animation {
    display: flex;
    gap: 8px;
}

.logo-animation .bounce img {
    width: 50px;
}

.bounce {
    animation: bounce 4s ease infinite;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-10%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-12%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0);
    }
}

.dropdown-menu.menu-item:active {
  background-color: #787a7c2e !important;
}

.menu-item.current-menu-ancestor > .nav-link,
.menu-item.current-menu-parent > .nav-link {
  color: #298e00 !important;
  font-weight: 600;
}

ul.dropdown-menu > li.active > a,
ul.dropdown-menu > li.active > a:focus,
ul.dropdown-menu > li.active > a:hover {
    background-image: none !important;
    background-color: #f1f1f1 !important;
    filter: none !important;
}

/* home-hero-section */

.home-banner-section {
    color: #fff;
    padding: 120px 0 41px 0;
    background-image: url("../assets/home-client-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.slider-main-heading {
    font-size: 60px;
    font-weight: 700;
    width: 94%;
    color: #fff;
}

.slider-left-text-area{
    width: 90%;
}

.slider-sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.slider-pera {
    font-size: 15px;
    font-weight: 500;
    color: #B8B8B8;
}

.slider-text-main-box {
    display: flex;
    align-items: flex-end;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 40px 62px;
}

.main-banner-dev {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.home-banner-section .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}

.btn-hero {
    position: relative;
    padding: 12px 11px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 192px;

}

.liquid {
    background: linear-gradient(#ffffff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
    transition: 0.3s var(--t, 0s),
        background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
    --p: 100%;
    --t: 0.3s;
    color: #000;
}



/* home client section */

#home-clients img {
    filter: grayscale(100%);
}

#home-clients img:hover {
    filter: grayscale(0%);
}

.home-client-section {

    background-position: center;
    background-color: #EAEAEA;
    padding: 64px 0 72px 0;
    margin: 0 0 86px 0;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}

.client-heading {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 43px;
}

/* Potential with (En)³ section */
.potential-en3-section {
    margin-top: 123px;
    background-color: #fff;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    text-align: center;
}

.en3-heading {
    font-size: 46px;
    font-weight: 800;
    line-height: 61px;
}

.en3-sub-pera {
    font-size: 18px;
    color: #838383;
    margin-bottom: 0;
}

.potential-en3-text-box {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    align-items: center;
    width: 51%;
    margin: auto;
    padding: 27px 0 54px 0;
}

.en3-2nd-pera {
    font-size: 18px;
    color: #727272;
    text-align: center;
    width: 72%;
    margin: auto;
    padding-top: 50px;
    margin-bottom: 60px;
}

.en3-points-main-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
    color: #000;
    border: 1px solid #CFCFCF;
}

.en3-position {
    padding: 26px;
}



.en3-heading2 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.en3-pera {
    color: #727272;
    font-size: 16px;
    line-height: 25px;
    margin-top: 7px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.en3-overlay {
    background-color: rgb(0, 0, 0);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-out;

}

.home-page-video-div {
    padding: 40px 0;
    height: 400px;
    width: 100%;
    border-radius: 5px;
    margin-top: 50px;
    overflow: hidden;

}

.home-page-video-div {
    position: relative;
}

.home-play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*Paly button Animation */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;

    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #298E00;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*Mindpixel's AR Solutions Approach*/

.solution-ul {
    list-style: none;
    padding-left: 0;
    margin: auto;
}

.box-heading {
    font-size: 26px;
    border: 1px solid #CFCFCF;
    border-top: none;
    width: 50px;
    text-align: center;
    margin: auto;
    font-weight: 700;
}

.box-sub {
    font-size: 23px;
    font-weight: 800;
}

.box-pera {
    font-size: 15px;
    color: #5E5E5E;
}

.solution-box1 {
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-top: none;
    text-align: center;
    padding: 0 13px;
    width: 100%;
}

.solution-main-section {
    display: flex;
}

.solution-ul li {
    padding-bottom: 20px;
}

.solution-main-section .solution-box1:last-child {
    border-right: 1px solid #fff;
}

.solution-main-section .solution-box1:first-child {
    border-left: 1px solid #fff;
}

/*Blog Section*/

.blog-left {
    position: relative;
}

.left-side-content {
    position: absolute;
    bottom: 0;
    padding: 23px;
    z-index: 1;
}

.left-heading {
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    line-height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-out;

}

.left-side-main-box {
    font-size: 20px;
    color: #ffffff;

}

.left-side-main-box img {
    width: 100%;
    height: 708px;
    object-fit: cover;
}

.left-side-main-box:hover .left-heading {
    color: #298E00;
}

.left-side-main-box:hover .left-pera {
    color: #ffffff;
}

.left-pera {
    color: #B1B1B1;
    font-size: 19px;
    margin: 14px 0 0 0;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-out;
}

.overlap3 {
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 1) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.blog-right {
    display: flex;
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    margin-bottom: 10px;
}

.blog-right img {
    width: 208px;
    height: auto;
}

.blog-flax-box {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 30px;
}

.right-heading4 {
    font-size: 21px;
    color: #000;
    font-weight: 900;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-out;

}

.right-pera5 {
    font-size: 15px;
    color: #747474;
    margin: 13px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-out;
}

.right-content-main-div {
    padding: 20px 40px 0 20px;
}

.blog-flax-box .blog-right:last-child {
    margin-bottom: 0;
}

.blog-flax-box .blog-right:first-child {
    border-top: none;
}

.blog-right:hover .right-heading4 {
    color: #298E00;
}

.blog-right:hover .right-pera5 {
    color: #000;
}

.column:last-child {
    padding-bottom: 60px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}

.column div:first-child {
    margin-left: 0;
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.blog-right:hover .hover14 figure::before,
.blog-main-box:hover .hover14 figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.arrow-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-align-items: center;
    align-items: center;
 
    color: #000000;
    background-color: #ffffff;
 
    padding: 14px 76px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #000 !important;
    margin: auto;
    cursor: pointer;
 
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
}

.arrow-button>.arrow {
    width: 11px;
    height: 11px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: relative;
    transform: rotate(-45deg);
    margin: 0 8px;
    transition: all .3s ease;
}

.arrow-button>.arrow::before {
    display: block;
    background-color: currentColor;
    width: 3px;
    transform-origin: bottom right;
    height: 2px;
    position: absolute;
    opacity: 0;
    bottom: calc(-2px / 2);
    transform: rotate(45deg);
    transition: all .3s ease;
    content: "";
    right: 0;
}

.arrow-button:hover>.arrow {
    transform: rotate(-45deg) translate(4px, 4px);
    border-color: text-hover-color;
}

.arrow-button:hover>.arrow::before {
    opacity: 1;
    width: 12px;
}

.arrow-button:hover {
    color: #000000;
}

.accordion-container {
    position: relative;
    margin-bottom: 44px;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 16px;
}

.set>a {
    display: block;
    padding: 18px 15px;
    text-decoration: none;
    color: #110302;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 2px;
    font-size: 20px;
}

.set>a.active {
    color: #110302;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    line-height: 26px;
}

.faq-section1 .en3-sub-pera {
    width: 90%;
}

.faq-section1 .potential-en3-text-box {
    width: 65%;
}

.faq-section1 {
    margin-top: 85px;
}

.faq-main-section {
    margin-top: 55px;
}

/* Footer */

.footer-vision-heading {
    font-size: 43px;
    font-weight: 900;
    margin-bottom: 8px;
}

.have-b {
    padding-bottom: 20px;
}

.have-a-vision-section p {
    font-size: 19px;
    color: #989898;
    margin-bottom: 33px;
    width: 90%;
}

.have-a-vision-section {
    border-top: 1px solid #CFCFCF;
    padding: 29px 0 0 0;
    margin-top: 55px;
}

.have-a-vision-section .arrow-button {
    padding: 14px 28px;
    margin: unset;
}

.vision-img {
    width: 49%;
}

.vision-img img {
    width: 100%;
}

.footer-vision-flex {
    display: flex;
    align-items: center;
}

.footer-pera1 {
    font-size: 17px;
    color: #7C7C7C;
    margin-bottom: 45px;
    width: 87%;
}

.follow-text {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.footer-logo img {
    width: 285px;
    margin-bottom: 20px;
}

.footer-social-media {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 22px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.footer-social-media li {
    background-color: #DADADA;
    width: 60px;
    height: 60px;
    font-size: 31px;
    text-align: center;
    border-radius: 14px;
    line-height: 58px;
    transition: all 0.5s ease-out;
}

.footer-social-media li:hover {
    background-color: #000;
    transition: all 0.5s ease-out;
}

.footer-social-media li:hover a {
    color: #fff;
    transition: all 0.5s ease-out;
}

.footer-social-media a {
    color: #1D1D1F;
    transition: all 0.5s ease-out;
}

.footer-quick-links-heading {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.footer-quick-links-ul {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    line-height: 47px;
    margin-top: 12px;
}

.footer-quick-links-ul a {
    color: #676767;
}

.footer-quick-links-ul a:hover {
    color: #000;
}

footer {
    padding: 57px 0 0 0;
    border-top: 1px solid #CFCFCF;
}

.copy-right {
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #D3D3D3;
    padding: 27px 0;
    margin-top: 20px;
}

/* Blog Listing */

.blogheading {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0;
    transition: all 0.3s ease-out;
}

.blogpera {
    font-size: 15px;
    color: #747474;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-out;
}

.blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-main-box {
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 14px;
    margin-bottom: 30px;
}

.blog-listing-section {
    margin-top: 50px;
}

.blog-a-link:hover .blogheading {
    color: #298E00;
}

.blog-a-link:hover .blogpera {
    color: #000;
}

.blog-details-img {
    border: 1px solid #D3D3D3;
    padding: 20px;
    border-radius: 5px;
}

.blog-details-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;

}

.blog-details-section {
    margin-top: 129px;
}

.blog-heading-details {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    padding: 23px 0 15px 0;
}

.blog-pera-details {
    color: #747474;
    font-size: 15px;
}

.height-a {
    height: 50px;
}

.blog-next-prev-section {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 15px;
}

.next-blog-btn ul {
    list-style: none;
    padding: 15px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;

}

.next-blog-btn ul:first-child li {
    color: #000;
    font-weight: 600;
}

.next-blog-btn:hover a {
    color: #000;
}

.pera-blog {
    white-space: nowrap;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-main-pera {
    font-size: 20px;
    color: #727272;
    text-align: center;
    width: 78%;
    margin: auto;
}

.service-main-section {
    border-bottom: 1px solid #D3D3D3;
    padding: 40px;
    margin-bottom: 50px;
}

/* Service */

.enterprise-solutions {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    margin-bottom: 11px;
}

.serv-box-heading {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 11px 0;
}

.serv-box-pera {
    font-size: 15px;
    color: #747474;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-out;
}

.serv-boxs-ul {
    list-style: none;
    padding-left: 0;
}

.serv-boxs {
    border: 1px solid #D3D3D3;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 41px;
}

.service-view a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-out;
}

.service-view i {
    padding-left: 5px;
}

.service-view {
    text-align: right;

}

.service-view:hover a {
    color: #298E00;
}

.service-view i img {
    transition: all 0.3s ease-out;
}

.service-view:hover i img {
    rotate: -45deg;
}

/* How It Works */
.how-works-main-box {
    display: flex;
    align-items: center;
    gap: 23px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 22px 15px;
    margin-bottom: 20px;
    min-height: 179px;
}

.works-heading {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    margin-bottom: 9px;
}

.works-pera {
    font-size: 15px;
    color: #747474;
}

.works-number-left {
    font-size: 110px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #CFCFCF;
    line-height: 94px;
}

/* Anout Us*/

.about-pera {
    font-size: 16px;
    color: #727272;
    line-height: 26px;
}

.about-pera span {
    font-weight: 700;
    color: #000000;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 21px;
}

.about-main-section {
    padding: 43px 00;
    border-bottom: 1px solid #CFCFCF;
}

.about-main-section p {
    font-size: 16px;
    color: #727272;
    line-height: 26px;
}

.book {
    font-size: 40px;
    color: #000;
    font-weight: 800;
}

.book-pera {
    color: #5E6373;
    font-size: 18px;
}


.contact-details-main-box {
    background-color: #131313;
    padding: 66px 24px 33px 40px;
    border-radius: 20px;
}

.contact-ul-li {
    display: flex;
    color: #D0D0D0;
    font-size: 14px;
    gap: 11px;
    align-items: center;
    list-style: none;
}

.contact-ul-li div {
    border-bottom: 1px dotted
}

.contact-ul-li div:hover {
    border-bottom: 1px dotted #298E00
}


.contact-ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    gap: 23px;
    flex-wrap: wrap;
}

.startups {
    font-size: 18px;
    color: #fff;
    padding: 23px 0 29px 0;
    font-weight: 600;
}

.experience-heading {
    font-size: 20px;
    color: #E0E0E0;
    font-weight: 500;
}

.experience-pera {
    color: #C0C0C0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.companies-details-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.about-page-form {
    padding: 80px 0 40px 0;
}

#thankYouPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
    width: 37%;
}

#responsePopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
    width: 37%;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.thanks-btn {
    background-color: #298E00;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px 11px;
}

.error-btn {
    background-color: #de1c1ccc;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px 11px;
	margin-top: 10px;
}


.thanks-btn:hover {
    background-color: #1b5e00;
}

#thankYouPopup h4 {
    font-weight: 800;
    font-size: 24px;
}

/* Case Studies*/

.case-box {
    background-color: #fff;
    border: #CFCFCF 1px solid;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.case-box .case-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 5px;
}

.case-box .hover-color {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    left: 9px;
    right: 9px;
    bottom: 9px;
    top: 9px;
    position: absolute;
    border-radius: 10px;
    transition: all .3s ease;
}

.case-content-box {
    position: absolute;
    z-index: 1;
    padding: 17px 26px 17px 20px;
    bottom: 12px;
    width: 95%;
}

.case-heading {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 9px;
    transition: all .3s ease;
}

.case-arrow2 img {
    width: auto;
    padding-left: 7px;
    transition: all .3s ease;
}

.case-content-box .view-case {
    color: #fff;
    font-size: 15px;
    float: right;
    transition: all .3s ease;
}

.case-box:hover .case-heading {
    color: #298E00;
}

.case-box:hover .view-case img {
    transform: rotate(-45deg);
}

.case-box:hover .view-case {
    color: #298E00;
}


.case-study-section {
    padding: 62px 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Optional: style the dropdown toggle caret (arrow) if needed */
.dropdown-toggle::after {
    vertical-align: 0.255em;
}

.nav-item .nav-link svg {
    transition: transform 0.3s ease;
    width: 11px;
}

/* Rotate arrow on hover for animation effect */
.nav-item.dropdown:hover .nav-link svg {
    transform: rotate(180deg);
}

/* Remove Bootstrap's default caret */
.dropdown-toggle::after {
    display: none;
}

/* Optional: Add animation to arrow on hover */
.nav-item.dropdown:hover .nav-link svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.nav-item .nav-link svg {
    transition: transform 0.3s ease;
}


.offcanvas-body {
    justify-content: flex-end;
}

.offcanvas-end {
    background-color: #fff;
    /* or dark theme */
    width: 100% !important;
    /* adjust width */
}

/* Optional: style nav links inside */
.offcanvas-body .nav-link {
    font-weight: 500;
    padding: 10px 7px;
}

.active {
    color: #298E00 !important;
    font-weight: 600 !important;
}

.policy-text {
    margin-top: 50px;
}

.policy-text p {
    padding: 0;
}

.policy-text h5 {
    font-size: 22px;
    font-weight: 800;
    padding: 12px 0 7px 0;
}

.contact-grid {
    display: flex;
    gap: 32px;
}

.blog-main-section .container-fluid,
.discovering-section .container-fluid {
    padding: 0;
}


#bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* cover the area */
}


.overlap4 {
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.88) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}




.case-studies-section {
    background-color: #ebebeb;
    margin-top: 76px;
}

.case-studies-hero-img img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    height: 310px;
}

.case-studies-hero-text {
    color: #0e0e0e;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    padding: 10px 40px;
}

.container-flex-box {
    display: flex;
    align-items: center;
    min-height: 312px;
    margin-bottom: 40px;
    background-image: url("../assets/heade-bg-main.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.side-left {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 164px;
}

.client-left-side {
    list-style: none;
    padding-left: 0
}

.client-logo1 img {
    width: 100%
}

.client-name {
    font-size: 18px;
    font-weight: 600;
}

.client-text {
    color: #878787;
    padding: 11px 0;
}

.side-right {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 5px 34px 34px 34px;
    box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    line-height: 25px;
}

.side-right h3 {
    font-weight: 700;
    font-size: 27px;
    margin-top: 30px;
}

.case-main {
    font-size: 40px;
    font-weight: 600;
}

.case-studies-hero-text2 {
    font-size: 18px;
    line-height: 30px;
}

.case-main-box {
    padding: 10px 34px;
    width: 90%;
}







/* === FORM GROUP === */
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    font-family: 'DM Sans', sans-serif;
}

.form-group label span {
    color: #d00;
    margin-left: 2px;
}

/* === BASE INPUT, TEXTAREA & SELECT === */
input,
textarea,
select {
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 10px;
    padding: 1.2rem 0.75rem 0.5rem;
    outline: none;
    transition: border-color 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #298E00;
}

input::placeholder,
textarea::placeholder {
    color: #B7B7B7;
}

textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 150px;
    font-size: 1rem;
    padding: 0.8rem 0.75rem 0.4rem;
}

/* === FLOATING LABELS === */
.material-textfield,
.material-select {
    position: relative;
    margin-bottom: 10px;
}

.material-textfield label,
.material-select label {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    font-size: 1rem;
    color: #B7B7B7;
    background-color: #fff;
    padding: 0 0.3rem;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
    transform-origin: left top;
    pointer-events: none;
    z-index: 1;
}

input:focus+label,
input:not(:placeholder-shown)+label,
textarea:focus+label,
textarea:not(:placeholder-shown)+label,
select:focus+label,
select:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    color: #717171;
    z-index: 9;
}

/* Special case for textarea label position */
.material-textfield textarea+label {
    top: 10px;
    font-size: 18px;
    transform: scale(0.9);
    color: #B7B7B7;
    z-index: 9;
}

.material-textfield textarea:focus+label {
    top: -12px;
    transform: scale(0.9);

    color: #717171;
}

.material-textfield textarea:not(:placeholder-shown)+label {
    top: -12px;

    color: #717171;
}


/* === SELECT STYLING === */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    font-weight: 500;
    background-color: transparent;
}

.material-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #298E00;
    pointer-events: none;
    z-index: 2;
}

.enquire-button {
    padding: 0.7rem 1.5rem;
    background-color: #298E00;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.enquire-button:hover {
    background-color: #175200;
}

.mobility-section {
    background-color: #f7f7f7;
    padding: 30px 0;
    margin-bottom: 44px;
}

.page-location {
    list-style: none;
    padding-left: 0;
    display: flex;
    padding: 10px 40px;
    gap: 15px;
    margin-bottom: 0;
    color: #3d3d3d;
}

.page-location a {
    color: #000;
}

.page-location a:hover {
    color: #298E00;
}

.owl-nav button span {
    display: none;
}

.service-main-img img {
    width: 100%;
}

.service-main-box {
    box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.28);
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 38px;
    min-height: 392px;
    position: relative;
}

.service-main-text {
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    padding: 16px 20px 9px 20px;
    color: #000;
}

.service-sub-text {
    font-size: 15px;
    color: #727272;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.joblist {
    display: flex;
    background-color: #fff;
    list-style: none;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    padding: 21px;
    border-radius: 22px;
    margin-bottom: 20px;
    align-items: center;
}

.job-name {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 3px;
}

.location1 {
    display: flex;
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    color: #686868;
}

.location1 li {
    padding-right: 15px;
}

.location1 li span {
    padding-right: 10px;
}

.joblist .liquid2 {
    background-color: #298E00;
    color: #fff;
    font-size: 14px;
    width: 122px;
    border: none;
    border-radius: 100px;
    padding: 9px 9px;
    transition: all 0.3s ease-out;
}

.joblist .liquid2:hover {
    background-color: #164f00;
}

.top-space {
    margin-top: 50px;
}

.job-main-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #298E00;
}

.career-details-h3 h3{
       font-size: 20px;
}

.accordion-container .set a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
}
 
.accordion-container .set a span {
  flex: 1; /* Allow the span to take available space */
  padding-right: 10px; /* space before icon */
}
 
.accordion-container .set i {
  font-size: 16px;
  flex-shrink: 0; /* prevent shrinking */
}
 
.accordion-container .content {
 
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.section-404 {
     padding: 149px 0 90px 0;
     text-align: center;
	 height: 530px;
}
 
.section-404 h1{
    font-size: 85px;
    font-weight: 800;
    color: #29cf00;
}