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


body{
	background: #0A0E14;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
	
  
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
   color: var(--c3) !important;
   font-family: var(--f3) !important;
   /* font-size: 14px;
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
:root {
  /* Colors */
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #8891A3; /* Azure */
  --c4: #4EE1FF; /* Sky Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;

  /* Fonts */
	
  --f1: "JetBrains Mono", monospace;
  --f2: "Space Grotesk", sans-serif;
  --f3: "Inter", sans-serif;
}
::selection {
  background: var(--c4);
  color: var(--c2);
}

/* inner-wrapper */

.inner-header {
  height: 500px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  position: absolute;
  left: 0;
  top: 0;
}

.inner-header .inner-header-title h2 {
  color: var(--c2);
  font-size: 50px;
  font-weight: 700;
}
.inner-header-title p{
     color: var(--c2) !important;
}

.banner-content.web-title {
    color: aliceblue;
}
.web-title h4 {
    font-family: var(--f1);
    font-size: 14px;
    color: var(--c4);
    font-weight: 300;
    margin-left: 45px;
    position: relative;
}

span.for-rad {
    background: linear-gradient(
357deg, #4ee1ff 0%, #8B5CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    background-clip: text;
    color: transparent;
    font-family: var(--f2);
}
.web-title h4:before {
    position: absolute;
    content: '';
    left: -27px;
    top: 50%;
    width: 30px;
    height: 2px;
    background: var(--c4);
    transform: translateX(-50%);
}
.web-btn a {
    background: linear-gradient(
54deg, #4ee1ff 0%, #8B5CFF 100%);
    padding: 10px 30px;
    border-radius: 50px;
    color: var(--c1);
    font-weight: 500;
}
/* end inner-wrapper */


/* Header CSS */

.nav-bar ul {
    display: flex;
    gap: 36px;
    justify-content: center;
}
.nav-bar ul li a {
    color: var(--c3);
}

.web-btn-trans a {
    color: var(--c2);
    border: 1px solid #8891a34d;
    padding: 9px 30px;
    border-radius: 50px;
}
.header-top-image img {
    width: 480px;
    position: absolute;
    z-index: -1;
    top: 0;
}
.header {
    position: relative;
    padding: 30px 0;
}
.banner-content h1 {
    font-size: 68px;
    font-family: var(--f2);
    font-weight: bold;
}

.banner-sec {
    padding: 130px 0;
    position: relative;
}
.banner-dual-btn {
    display: flex;
    gap: 16px;
    margin: 41px 0;
}

.testi-banner-images {
    display: flex;
    align-items: center;
}

.testi-banner-images img {
    width: 40px;
    height: 40px;
    margin-right: -11px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-banner-images p {
    margin-left: 50px;
    margin-bottom: 0;
}
.banner-bottom-image img {
    position: absolute;
    width: 400px;
    bottom: 0;
    right: 0;
}
.counter-box h3 {
    background: linear-gradient(
352deg, #4ee1ff 0%, #8B5CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    background-clip: text;
    color: transparent;
    font-size: 60px;
    font-family: var(--f2);
}
.counter-sec {
    border: 1px solid #7272724a;
    padding: 70px 0;
}
.combine-sec {
    padding: 100px 0;
}
.web-title h2 {
    font-size: 42px;
    color: var(--c2);
    margin: 20px 0;
    font-family: var(--f2);
}
.combine-box {
    display: flex;
    flex:  10;
    flex-wrap: wrap;
    margin-top: 46px;
}
.combine-box > * {flex: 0 0 calc(50% - 10px);margin-bottom: 19px;}
.combine-box-content h4 {
    color: var(--c4);
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 100;
}
.combine-box-content h3 {
    color: var(--c2);
    font-size: 18px;
    font-weight: 400;
    margin: 7px 0;
}

.services-icon i {
    color: var(--c4);
    border: 1px solid #80808057;
    padding: 12px 14px;
    border-radius: 6px;
    transition: all.5s;
}
.services-boxes h4 {
    color: var(--c2);
    font-size: 20px;
    font-family: var(--f2);
    margin: 30px 0 12px;
}
.services-boxes {
    border: 1px solid #8080802e;
    padding: 48px 20px;
    transition: all.5s;
}
.services-boxes a {
    color: var(--c3);
    font-family: var(--f1);
    font-size: 14px;
    margin-top: 19px;
}
.for-bg {
    background: #0F1420;
}
.services-boxes:hover {background: #1c2232;}
.services-boxes:hover i {
    border: 1px solid var(--c4);
}
.case-study-sec {
    padding: 100px 0;
}

.case-study-image img {
    border-radius: 15px;
}
.for-bod {
    border-top: 1px solid;
    padding-top: 44px;
}
.case-content h4 {
    color: var(--c3);
    font-family: var(--f1);
    font-weight: 200;
    font-size: 20px;
}
.case-content h3 {
    color: var(--c2);
    font-family: var(--f2);
    font-size: 38px;
    margin: 20px 0;
}
.case-btn {
    margin-top: 37px;
}
.counter-box {
    text-align: center;
}
.count-down h5 {
    color: var(--c3);
    font-family: var(--f1);
    font-size: 16px;
}
.chosoe-boxese {
    margin: 2px 2px;
}
.process-section {
    width: 100%;
    background: #080d13;
    padding: 0 60px;
}
.process-count-box:hover {
    padding-left: 13px;
}
.process-count-box {
    width: 100%;
    display: flex;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    align-items: center;
    transition: all.5s;
}

.process-count-box:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* Number */

.process-count {
    width: 11%;
    flex-shrink: 0;
}
.process-count h4 {
    margin: 0;
    color: var(--c4);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--f1);
}
/* Title */

.process-cont-title {
    width: 46%;
    padding-right: 30px;
}

.process-cont-title h3 {
    color: var(--c2);
    font-size: 20px;
    font-family: var(--f2);
}

/* Description */
.process-cont-dis {
    width: 43%;
}
.process-cont-dis p {
     margin: 0;
     font-size: 14px;
 }

/* Laptop */

@media screen and (max-width: 1199px) {
    .process-section {
        padding: 0 40px;
    }

    .process-count {
        width: 10%;
    }

    .process-cont-title {
        width: 40%;
    }

    .process-cont-dis {
        width: 50%;
    }
}

/* Tablet */

@media screen and (max-width: 991px) {
    .process-section {
        padding: 0 30px;
    }

    .process-count-box {
        padding: 25px 0;
    }

    .process-count {
        width: 10%;
    }

    .process-cont-title {
        width: 35%;
        padding-right: 20px;
    }

    .process-cont-dis {
        width: 55%;
    }

    .process-cont-dis p {
        max-width: 100%;
    }
}

/* Mobile */

@media screen and (max-width: 767px) {
    .process-section {
        padding: 0 20px;
    }

    .process-count-box {
        display: grid;
        grid-template-columns: 40px 1fr;
        column-gap: 12px;
        row-gap: 8px;
        padding: 22px 0;
    }

    .process-count {
        width: auto;
        grid-column: 1;
        grid-row: 1;
    }

    .process-cont-title {
        width: auto;
        padding-right: 0;
        grid-column: 2;
        grid-row: 1;
    }

    .process-cont-dis {
        width: auto;
        grid-column: 2;
        grid-row: 2;
    }

    .process-count h4 {
        font-size: 11px;
    }

    .process-cont-title h3 {
        font-size: 16px;
    }

    .process-cont-dis p {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Small Mobile */

@media screen and (max-width: 480px) {
    .process-section {
        padding: 0 15px;
    }

    .process-count-box {
        grid-template-columns: 34px 1fr;
        column-gap: 10px;
        padding: 20px 0;
    }

    .process-cont-title h3 {
        font-size: 15px;
    }

    .process-cont-dis p {
        font-size: 12px;
    }
}
.process-sec {
    padding: 100px 0;
}
/* END CSS */

/* Technology CSS */

.techno-logo img {
    width: 32px;
    margin: 0 auto;
}

.technology-title h4 {
    display: inline-block;
}
/* END */

/* TESTI CSS */

.testi-image img {
    width: 100px;
    border-radius: 60px;
    height: 100px;
    object-fit: cover;
}
.testi-author-box {
    display: flex;
    gap: 14px;
    align-items: anchor-center;
}
.testi-author-name h4 {
    color: var(--c2);
    font-size: 14px;
    font-family: var(--f2);
}
.testi-author-name p {
    font-size: 12px;
}
.testi-star ul li i {
    color: var(--c4);
    font-size: 11px;
}
.testi-star ul {
    display: flex;
    gap: 9px;
}
.testi-content p {
    margin: 22px 0 30px;
    color: var(--c2) !important;
}
.testi-box {
    background: #0F1420;
    margin: 0 10px;
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid #8080802e;
}
.testi-sec {
    padding: 100px 0;
}
.technology-sec {
    padding: 100px 0;
}
/* END CSS */
/* Idea CSS */
.idea-btn {
    text-align: center;
}
.idea-content {
    width: 50%;
    margin: 0 auto;
}
.idea-title p {
    padding: 0 90px;
}
.idea-bg {
    border: 1px solid;
    padding: 70px 0;
    border-radius: 15px;
}
/* END */

/* FAQS CSS */
.custom-faq {
    background: #0b1118;
}

.custom-faq .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.custom-faq .accordion-button {
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 28px 0;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.custom-faq .accordion-body {
    color: rgba(255,255,255,.7);
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 25px;
}

.custom-faq .accordion-button::after {
    background-image: none;
    content: "+";
    color: #27d4ff;
    font-size: 30px;
    font-weight: 300;
    width: auto;
    height: auto;
    transform: none;
}

.custom-faq .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: none;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
    border: none;
}
/* END */
/* Faq CSS */
.faq-section {
    padding: 140px 0;
}

/* END */



/* Footer CSS */
.footer-social-main ul {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}
.footer-social-main ul li a i {
    color: var(--c3);
    font-size: 22px;
}
.footer-links ul li a {
    color: var(--c3);
    transition: all.5s;
    font-size: 14px;
}
.footer-links ul li {
    line-height: 30px;
}
.footer-title h3 {
    margin-bottom: 14px;
    font-size: 15px;
    color: var(--c3);
    font-family: var(--f3);
}
.footer-links ul li a:hover {
    color: var(--c2);
    padding-left: 7px;
}
.f-contact-info ul li {
    padding-bottom: 14px;
}
.pry-links p {
    text-align: center;
    color: var(--c2);
}

.pry-links p a {
    color: #57a745;
    font-weight: 800;
}
.f-contact-info ul li a {
    color: var(--c2);
    transition: all.5s;
}

.f-contact-info ul li a:hover {
    color: #f9f9f9 !important;
}

.f-contact-info ul li i {
    color: var(--c2);
    margin-right: 11px;
}

.pry-links.text-center ul {
    display: flex;
    gap: 7px;
}

.pry-links.text-center ul li a {
    color: var(--c2);
}
.footer-logo img {
    width: 182px;
}

.footer-social-main p {
    padding: 23px 31px 8px 0px;
    color: var(--c2);
}
.footer-bottom .for-bg {
    background: #4BB1FA;
    color: var(--c2);
    border-radius: 34px;
    padding: 17px 40px;
    margin: 45px auto 30px;
}
.pry-links ul {
    display: flex;
    gap: 6px;
    justify-content: end;
}
.pry-links ul li a {
    color: var(--c2);
}

.copyrights p {
}
.footer-bottom {
    padding-bottom: 1px;
}
.footer {padding: 70px 0 10px;border-top: 1px solid #8080804d;}
.pry-links img {
    width: 80%;
    margin: 0 0 0 auto;
}
.copyrights p a {
    color: var(--c2);
    font-weight: 600;
    margin: 0;
}
.footer-item p {margin-top: 21px;padding-right: 104px;color: var(--c3) !important;}
/* EnD */
.copyrights {
    margin-top: 35px;
}

.footer-bottom .container {
    border-top: 1px solid #3e3e3e;
    margin-top: 45px;
}

.contact-mail a {
    color: var(--c3);
    margin-bottom: 7px;
    transition: all.5s;
}

.contact-mail a:hover {
    color: var(--c4);
}
/* ========== Grid Container ========== */
    .bento-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1.4fr;
      grid-template-rows: 1fr 1fr;
      gap: 18px;
      width: 100%;
      max-width: 920px;
      height: 520px;
    }

    /* ========== Card Base ========== */
    .bento-card {
      border-radius: 28px;
      overflow: hidden;
      position: relative;
      background: rgba(15, 20, 40, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.07);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
    }

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

    /* Soft glass gradient overlay */
    .bento-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        145deg,
        rgba(30, 110, 150, 0.35),
        rgba(70, 30, 130, 0.45)
      );
      pointer-events: none;
    }

    /* ========== Position Modifiers ========== */
    .bento-card--top-left {
      grid-column: 1 / 3;
      grid-row: 1 / 2;
    }

    .bento-card--top-right {
      grid-column: 3 / 4;
      grid-row: 1 / 2;
    }

    .bento-card--bottom-left {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
    }

    .bento-card--bottom-right {
      grid-column: 2 / 4;
      grid-row: 2 / 3;
    }

    /* ========== Responsive ========== */
    @media (max-width: 700px) {
      .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 220px);
        height: auto;
      }

      .bento-card--top-left,
      .bento-card--top-right,
      .bento-card--bottom-left,
      .bento-card--bottom-right {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
      }
    }
/* Bento Content */

.bento-content p {
    color: var(--c2) !important;
}
.bento-title h5 {
    color: var(--c2);
    margin: 31px 0 9px;
    font-size: 24px;
    font-family: var(--f2);
}
.bento-sec {
    padding: 120px 0;
}
/* END */
/* Planned CSS */

.planned-content {
    display: flex;
    gap: 73px;
    margin-bottom: 35px;
}
.planned-discrip h3 {
    color: var(--c2);
    font-size: 24px;
    font-family: var(--f2);
    margin-bottom: 7px;
}
.planned-count h3 {
    background: linear-gradient(352deg, #4ee1ff 0%, #8B5CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    background-clip: text;
    color: transparent;
    font-size: 48px;
    font-family: var(--f2);
}
.planned-content p {
    color: var(--c2) !important;
}
.planned-content {
    display: flex;
    gap: 73px;
    margin-bottom: 35px;
}
.planned-discrip h3 {
    color: var(--c2);
    font-size: 24px;
    font-family: var(--f2);
    margin-bottom: 7px;
}
.planned-count h3 {
    background: linear-gradient(352deg, #4ee1ff 0%, #8B5CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    background-clip: text;
    color: transparent;
    font-size: 48px;
    font-family: var(--f2);
}
.planned-content p {
    color: var(--c2) !important;
}
.planned-title p {
    color: var(--c2) !important;
}
/* Doomain CSS */
.diversity-card-box {
    text-align: center;
    background-image: url(/wp-content/uploads/2026/07/Group-12.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-radius: 20px;
    margin-bottom: 33px;
}
.diversity-image img {
    width: 60px;
    margin: 0 auto;
}
.diversity-inner-title h3 {
    color: var(--c2);
    font-size: 19px;
    font-family: var(--f3);
    font-weight: 300;
    margin-top: 10px;
}
.diversity-sec {
    padding: 100px 0 30px;
}
/* END */
/* Industries CSS */

.Industries-banner {
    position: relative;
    padding: 150px 0;
}
.industries-image img {
    width: 80%;
    margin: 0 0 0 auto;
}
.Industries-header-title h2 {
    font-size: 52px;
    font-weight: 900;
}

.Industries-header-title p {
    color: var(--c2) !important;
    font-size: 20px;
}
/* END CSS */
/* Estate CSS  */

.estate-card-box {
    background-image: url(/wp-content/uploads/2026/07/sf-1.png);
    padding: 30px 33px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 34px;
    border-radius: 25px;
    color: var(--c2);
}
.estate-card-box p {
    color: var(--c2) !important;
    margin-top: 12px;
    font-weight: 300;
}
.software-icon img {
    width: 110px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2026/07/gs.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 19px;
}
.software-content h3 {
    color: var(--c2);
    font-family: var(--f2);
    margin: 56px 0 20px;
    font-size: 22px;
}
.software-content p {
    color: var(--c2) !important;
    font-weight: 300;
}
.software-box-main {
    margin-bottom: 55px;
    padding: 0 10px;
}
.serve-content h3 {
    color: var(--c2);
    border: 1px solid #808080;
    margin-bottom: 27px;
    padding: 17px 10px;
    border-radius: 50px;
    font-size: 22px;
    text-align: center;
    font-weight: 100;
    font-family: var(--f2);
}
.estate-sec {
    padding: 130px 0;
}
.serve-sec {
    padding: 130px 0 70px;
}


/* Testimonial Page Css/ */


.testi-content h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--c4);
    margin: 19px 0;
}

.testi-box-main span {
    color: var(--c3);
    font-weight: 500;
}

.testi-box-main {
    margin-top: 24px;
    padding: 30px 30px;
    box-shadow: 0px 0px 22px -15px var(--c3);
    border-radius: 3px;
    height: 380px;
}


.testi-content h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--c4);
    margin: 19px 0;
}

.testi-box-main span {
    color: var(--c3);
    font-weight: 500;
}

.testi-box-main {
    margin-top: 24px;
    padding: 30px 30px;
    box-shadow: 0px 0px 22px -15px var(--c3);
    border-radius: 3px;
    height: 380px;
}
.testimonials-sec {
    padding: 100px 0;
}


/*About us CSS*/
.about-us-sec {
    padding-top: 94px;
}

.about-us-img img {border-radius: 14px;}


section.contact-us {
    padding: 100px 0px;
}

.contact-box {
    text-align: start;
}

.input-field input,.input-field textarea {
    width: 100%;
    background: #3d3b3b00;
    border: 0;
    border-bottom: 1.92px solid var(--c4);
    text-transform: capitalize;
    padding-bottom: 10px;
    color: var(--c4);
    outline: 0;
}

.input-field {
    margin-bottom: 40px;
}
.input-field input::placeholder, .input-field textarea::placeholder {
    color: var(--c2);
}
.contact-image img {height: 650px;object-fit: cover;position: relative;border-radius: 6px;}

.contact-image {position: relative;width: 70%;margin: 0 auto;}

.sumbit-btn input {
    background: var(--c4);
    color: var(--c1);
    padding: 8px 30px;
    border-radius: 8px;
    /* border: 1px solid black; */
    font-size: 15px;
    transition: all .5s;
    border: 0;
}
.product-btn a:before {
    display: none;
}
.contact-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -20px;
    left: 20px;
    border: 1px solid var(--c4);
    z-index: 1;
    border-radius: 6px;
    z-index: -1;
}


.google-map iframe{
    width: 100%;
}
/* END */

.helper-nox-sec {padding: 140px 0;}
.help-card-main {
    border: 1px solid var(--c4);
    height: 350px;
    padding: 30px 30px;
    border-radius: 20px;
    margin-bottom: 24px;
    box-shadow: 5px 5px 30px -10px var(--c4);
}

.help-card-main h3 {
    margin-bottom: 23px;
    color: var(--c4);
    font-family: var(--f2);
}

.help-card-main p {
    color: var(--c2)!important;
}

.help-card-main ul li {
    color: var(--c3);
    list-style: auto;
    margin-left: 23px;
    line-height: 34px;
}.single-inner-list p {
    color: var(--c2) !important;
    line-height: 31px;
}