body {
    color: #ffffff;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* loader start */
/* HTML: <div class="loader"></div> */
/* Fullscreen white backdrop */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
  z-index: 9999;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #514b82;
  -webkit-mask: radial-gradient(circle closest-side at 50% 40%, #0000 94%, #000);
  transform-origin: 50% 40%;
  animation: l25 1s infinite linear;
}

@keyframes l25 {
  100% { transform: rotate(1turn); }
}

/* hide inside Elementor editor */
body.elementor-editor-active #loader-wrapper {
  display: none !important;
}

/* loader end */
.ji-hero {
    padding-top: 100px;
    height: 100vh;
    /* background-color: #ececec; */
}
.ji-hero .ji-hero-content {
    margin-bottom: 140px;
    /* padding-left: 100px; */
    /* padding: 200px 0 0 100px; */
    z-index: 9;
    width: 100%;
}
.jl-button {
    background-color: #121f30;
    color: #eff0f1;
    padding: 20px 30px;
    font-size: 18px;
    text-transform: uppercase;
	text-decoration: none;
}
.jl-button:hover {
    color: #fff;
}
.ji-hero .ji-flex {
    display: flex;
    align-items: center;
}
.jl-relative {
    /* position: relative; */
}
.ji-name .ji-hero-image {
    padding: 0;
}
.ji-name .max-1920 {
    max-width: 1920px;
}
.ji-hero .ji-hero-title {
    font-size: 110px;
    line-height: 150px;
    font-weight: 300;
    display: inline;
    text-transform: uppercase;
    margin-left: -6px;
}
.typed-cursor {
    font-size: 110px;
    color: #121f30;
}
.ji-hero .ji-hero-sub-title {
    font-size: 38px;
    line-height: 47px;
    font-weight: 300;
    text-transform: uppercase;
}
.ji-hero .ji-hero-description {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}
.ji-scroll-down span {
    font-size: 28px;
    line-height: 33px;
    color: #000000;
}
.ji-hero .ji-hero-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
}
.ji-scroll-down {
    position: absolute;
    bottom: 5%;
}
.ji-name {
    /* background-color: #ececec; */
}
.ji-about {
    /* background-color: #ececec; */
    padding: 200px 0 170px 0;
}
.ji-about .context h2 {
    font-size: 33px;
    line-height: 38px;
}
.ji-about .context p {
    font-size: 25px;
    line-height: 30px;
}
.ji-about .context {
    display: flex;
    flex-direction: column;
    gap: 290px;
}
.revenue {
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
	margin-right: 50px;
}
.revenue .revenue-img img {
    width: 100%;
    border-radius: 20px;
}
.revenue h1 {
    font-size: 114px;
    font-weight: 400;
    line-height: 114px;
    margin: 0;
}
.revenue p {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
}
.detail-box {
    display: flex;
}
.detail-icon {
    min-width: 70px;
}
.detail-icon img {
    width: 50px;
    height: 50px;
    /* object-fit: contain; */
}
.detail-item .detail-box p {
    font-size: 22px;
    line-height: 28px;
}
.ji-about::before {
    content: "";
    position: absolute;
    width: 100PX;
    height: 100PX;
    bottom: 34%;
  	left: 24%;
    background-image: url('../images/up-right-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    animation: bounceArrow 1.5s ease-in-out infinite;
}
@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.ji-companies {
    padding: 100px 0;
    position: relative;
    /* height: 800px; */
}
.ji-companies .bg-image {
    margin: 0 50px;
    border-radius: 20px;
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ji-companies .context, .ji-testimonials .context {
    text-align: center;
}
.ji-companies .ji-swiper-container {
    padding: 80px 0;
}
.ji-companies .swiper-wrapper {
    /* padding: 0 80px; */
}

.ji-companies .swiper-wrapper .swiper-slide  {
    /* width: 400px !important; */
}

.ji-swiper-container {
    position: relative;
    padding: 20px 0;
}

.company-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.company-logo-item img {
    max-height: 80px;
    max-width: 60% !important;
    object-fit: contain;
}

.ji-testimonials {
    /* background-color: #ececec; */
    padding: 100px 0;
}

.ji-testimonials .testimonial-image {
    width: 300px;
    height: auto;
}
.ji-testimonials .testimonial-image img {
    border-radius: 20px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.testimonial-slide-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.testimonial-slide-item .testimonial-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testimonial-slide-item .testimonial-text p {
    width: 70%;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
}
.testimonial-text .author-name {
    margin: 0;
}
.ji-testimonials-swiper {
    padding-top: 160px !important;
}
.swiper-button-prev, .swiper-button-next {
    color: #000000 !important;
}
.ji-footer {
    padding: 40px 0;
    background-color: #000;
}

.social-icons {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.social-icons li {
    background: #fff;
    border-radius: 50%;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons li a i {
    color: #000;
    font-size: 26px;
}

.footer-context {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.ji-footer .copy-right p {
    font-size: 20px;
    line-height: 33px;
    margin: 0;
    color: #fff;
}
.footer-logo {
    width: 100px;
    height: 100px;
}

.footer-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* gpt css */
/* Make hero section full height */
.ji-hero {
    position: relative;
    height: 1050px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding-top: 0;
}

/* Container spacing for content */
.ji-hero .container {
    /* position: relative; */
    z-index: 2;
}

/* Hero content alignment */
.ji-flex {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Hero text styles */
.ji-hero-title {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #121f30; /* or white depending on background */
}

.ji-hero-sub-title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.ji-hero-description {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.ji-scroll-down {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 9;
}

/* Hero image */
.ji-hero-image img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
}

/* Header/Navbar styling */



/*  Call to action style start */
.ji-cta  {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ji-cta .context, .ji-cta .context .main-anchors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}
.ji-cta .context .main-title {
    font-size: 33px;
    line-height: 38px;
    color: #000;
    max-width: 50%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
.ji-cta .context .main-title a:first-child {
    background-color: #121f30;
}
.main-anchors a:last-child {
    font-size: 24px;
    color: #000;
}
.main-anchors a i {
    margin-right: 10px;
}
/*  Call to action style End */

/* Success hero style start */
.ji-success-hero {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ji-success-hero .main-title {
    text-align: center;
    font-size: 43px;
    color: #121f30;
    font-weight: 400;
	margin-top: 10%;
}
/* Success hero style End */



/* timeline testing story strat */

.body1 {
    /* font-family: sans-serif;
    background: #f5f5f5; */
    margin: 0;
    padding: 100px 0;
}

.timeline {
    position: relative;
    max-width: 910px;
    margin: auto;
    padding: 40px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #333;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #333;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
/* Circle at the bottom of the line */
.timeline-end {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #333;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.asd .container1 {
    /* padding: 20px 40px; */
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

.left {
    left: 0;
}

.right {
    /* left: 50%; */
}

.asd .content {
    padding-left: 75px;
    /* background-color: white; */
    position: relative;
    border-radius: 6px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
    width: 50%;
}
.asd .right .content {
    padding-left: 0;
    padding-right: 75px;
}

.asd .container1::before {
    content: '';
    position: absolute;
    background-image: url('../images/Untitled-8.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 36px;
    right: -31px;
    top: 20px;
    z-index: 1;
}

.container1.left::before {
  right: 46%; /* Positions arrow between content and center line */
  top: 0;
  transform: rotate(0deg); /* default */
}

/* Right-aligned item */
.container1.right {
  /* left: 100%; */
}

.container1.right::before {
  left: 46%;
  top: 0;
  transform: rotate(180deg); /* Flip the arrow to point the opposite direction */
}

.content .date::after {
    content: '';
    position: absolute;
    width: 80%;
    border: 2px dashed #000;
    right: -40px;
    top: 16px;
}

.right::before {
    left: -10px;
}

.date {
    font-weight: bold;
    color: #121f30;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 33px;
    display: inline-block;
    width: 50%;
    padding: 0 50px;
    position: relative;
}
.right .date {
    text-align: end;
}

.timeline-main-title {
    font-size: 33px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    width: 32%;
}
/* Responsive */
@media screen and (max-width: 767.98px) {

    .timeline::after {
    /* left: 31px; */
    }

    .right {
    left: 0%;
    }

    .right::before {
    left: 60px;
    }
}

/* timeline testing story End */


.date::after {
  content: '';
  position: absolute;
  width: 70%;
  border: 1px dashed #000;
  top: 16px;
}

.left .date::after {
  right: 0; /* From date → arrow */
}

.right .date::after {
  left: 0;
}
.content h3 {
    font-size: 33px;
    line-height: 38px;
    color: #121f30;
    font-weight: 500;
}
.content p {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
}

/* ji 404 page stylo start */
.ji-404 {
    height: 500px;
}
/* ji 404 page stylo end */
.ji-testimonials .context h2, .ji-companies .context h2 {
	font-size: 33px;
	color: #121f30;
    font-weight: 400;
}   
.ji-about .detail-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}   
.asd .main-context {
    display: flex;
    justify-content: center;
}
/*  contact page start */
.ji-contact-form .context .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ji-contact-form .context .details ul .repeater-item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.ji-contact-form .context .details ul .wrap label {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.ji-contact-form .context .details ul .wrap p {
    margin: 0;
    font-size: 18px;
    color: #121f30;
    font-weight: 500;
	line-height: 25px;
}
.ji-contact-form .context .details ul .repeater-item svg {
    width: 30px;
}
.ji-contact-form .context .details ul .repeater-item svg path {
    fill: #121f30;
}
.cf7-wrapper input {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    background-color: #d9e5f2;
}
.cf7-wrapper input:focus-visible, .cf7-wrapper textarea:focus-visible {
    outline: unset;
}
.cf7-wrapper textarea {
    width: 100%;
    /* height: 48px; */
    padding: 20px;
    border-radius: 10px;
    border: none;
    background-color: #d9e5f2;
}
.wpcf7-submit {
    background-color: #121f30 !important;
    color: #eff0f1 !important;
}
.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.cf7-wrapper .button p {
    margin: 0 !important;
}
.cf7-wrapper {
    position: relative;
}
.button .wpcf7-spinner {
    position: absolute;
    right: 50%;
    bottom: 0;
}
.ji-contact-form .context .main-title {
    font-size: 33px;
    color: #121f30;
    text-transform: capitalize;
    font-weight: 400
}
.ji-contact-form {
    background-color: #d9e5f2;
}
/*  contact page end */


/* blog page style start */
.page.page-id-175 .site-header {
/*     position: relative; */
}
.ji-blogs {
    padding: 50px 0;
}
.ji-blogs .main-post img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.ji-blog-content {
    margin-top: 10px;
}
.ji-blog-item img {
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
}
.ji-blog-posts .card {
    background-color: unset;
    border: none;
}
.ji-blog-posts .card img {
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
}
.ji-blogs .ji-categories ul, .ji-blog-section .ji-categories ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    margin-top: 10px;
}
.ji-blogs .ji-categories ul li, .ji-blog-section .ji-categories ul li {
    border: 1px solid #58595b;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 14px;
}
.ji-blogs .ji-blog-item .ji-title {
    font-size: 28px;
    color: #121f30;
    font-weight: 400;
}
.ji-blogs .ji-blog-item .ji-title a, .blog-item h5 a {
    color: #121f30;
}
.ji-blogs .main-title, .ji-blog-section .main-title {
    font-size: 33px;
    color: #121f30;
    font-weight: 400;
}
.blog-item h5 {
    font-size: 28px;
    font-weight: 400;
    color: #121f30;
}
.blog-item h5 a {
    line-height: 34px;
}
.ji-excerpt {
    font-size: 16px;
    color: #000;
}
.ji-blog-section .card .ji-blog-meta {
    margin-top: 10px;
}
.ji-blog-meta {
    margin-bottom: 3px;
    display: flex;
    gap: 15px;
    position: relative;
}
.ji-author::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #58595b;
    position: absolute;
    border-radius: 50%;
    top: 9px;
    left: 35px;
}
.ji-blog-section {
    padding: 50px 0;
}
.ji-pagination a {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    color: #121f30;
    border: 1px solid #121f30;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.ji-pagination a.active,
.ji-pagination a:hover {
    background-color: #121f30;
    color: #fff;
}
.ji-blog-section .blog-item {
    background: #fff;
    padding: 20px;
}
/* blog page style end */


/* footer scroll to top button start */
/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background-color: #121f30;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.scroll-to-top:hover {
  background-color: #233b5e;
  transform: scale(1.1);
}

/* footer scroll to top button end */
/* blog detail page start */
.ji-blog-detail {
    padding: 50px 0;
}
.single-post .site-header {
/*     position: relative; */
}
.ji-blog-detail .post-title {
    font-size: 43px;
    color: #121f30;
    font-weight: 400;
}
.post-pagination-links a {
    color: #121f30;
}
.post-image img {
    aspect-ratio: 3 / 2;
    width: 100%;
}
.ji-blog-detail  .post-content {
    text-align: justify;
}
/* blog detail page end */