/* Medium (500) */
@font-face {
  font-family: "Circular Std";
  src: url("./fonts/circular-std-medium-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Medium (300) */
@font-face {
  font-family: "Circular Std";
  src: url("./fonts/CircularStd-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

 html {
      scroll-behavior: smooth;
    }



.hero-section::after {
  content: "";
  position: absolute;
  right:0;
  top: 85%;
  transform: translateY(-40%);
  width: 28vw;         /* responsive width (40% of viewport width) */
  height: 30vw;        /* keep it square */
  max-width: 660px;    /* prevent it from growing too large */
  max-height: 660px;
  min-width: 162px;    /* prevent it from shrinking too small */
  min-height: 250px;
  background: url('./image/hero_logo2.png') no-repeat center center;
  background-size: contain;
          /* subtle look */
  z-index: 0;          /* stays behind content */
}




@media (min-width:768px){
.hero-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-40%);
  width: 33vw;         /* responsive width (40% of viewport width) */
  height: 30vw;        /* keep it square */
  max-width: 660px;    /* prevent it from growing too large */
  max-height: 660px;
  min-width: 250px;    /* prevent it from shrinking too small */
  min-height: 250px;
  background: url('./image/side_logo.png') no-repeat center center;
  background-size: contain;
          /* subtle look */
  z-index: 0;          /* stays behind content */
}
}




.Visibility-Stack-section::after {
  content: "";
  position: absolute;
  right:0;
  top: 15%;
  transform: translateY(-40%);
  width: 28vw;         /* responsive width (40% of viewport width) */
  height: 30vw;        /* keep it square */
  max-width: 660px;    /* prevent it from growing too large */
  max-height: 660px;
  min-width: 162px;    /* prevent it from shrinking too small */
  min-height: 250px;
  background: url('./image/hero_logo2.png') no-repeat center center;
  background-size: contain;
          /* subtle look */
  z-index: 0;          /* stays behind content */
}




@media (min-width:768px){
.Visibility-Stack-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  transform: translateY(-40%);
  width: 33vw;         /* responsive width (40% of viewport width) */
  height: 30vw;        /* keep it square */
  max-width: 660px;    /* prevent it from growing too large */
  max-height: 660px;
  min-width: 250px;    /* prevent it from shrinking too small */
  min-height: 250px;
  background: url('./image/side_logo.png') no-repeat center center;
  background-size: contain;
          /* subtle look */
  z-index: 0;          /* stays behind content */
}
}

@media (min-width: 1280px) {
  .from_section_arrow::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 15vw;
    height: 26vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/from_arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .from_section_arrow::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 30vw;
    height: 50vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/from_arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}



@media (min-width: 1280px) {
  .from_section_arrow-two::before {
    content: "";
    position: absolute;
    bottom: -245px;
    left: 0;
    width: 15vw;
    height: 26vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/from_arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .from_section_arrow-two::before {
    content: "";
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 30vw;
    height: 50vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/from_arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}


@media (min-width: 1280px) {
  .dashbord_section_arrow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25vw;
    height: 36vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/dashbord_right_icon.png') no-repeat center;
    background-size: contain;
    pointer-events: none;
    
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .dashbord_section_arrow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30vw;
    height: 70vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/dashbord_right_icon.png') no-repeat center;
    background-size: contain;
    pointer-events: none;
   
  }
}


@media (max-width: 767px){
  .b2b_section_arrow::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0 !important;
    left: auto;
    width: 30vw;
    height: 115vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/icons/b2b.png') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}



@media (min-width:768px){
 .how-we-build-section::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 20vw;
    height: 38vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/from_arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}

@media (min-width:1280px){
 .how-we-build-section::before {
    content: "";
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 20vw;
    height: 38vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/from_arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}

@media (min-width:1280px){
 .how-we-build-section::before {
    content: "";
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 17vw;
    height: 38vw;
    max-width: 660px;
    max-height: 660px;
    min-width: 250px;
    min-height: 250px;
    background: url('./image/from_arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
}






@media (min-width: 1736px) {
    .container {
        max-width: 1736px;
    }
}

@media (min-width: 1936px) {
    .container {
        max-width: 1936px;
    }
}


/* Arrow for dropdown */
.dropdown-menu-service::before {
  content: '';
  position: absolute;
  top: -20px;      /* distance above dropdown */
  left: 24px;     /* adjust to align with button */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white; /* same as dropdown bg */
}

.dropdown::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    height: 24px;
}

.accordion-content-how-we-build {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}


 #masonry-grid .masonry-item {
    margin-bottom: 16px; /* vertical gap */
  }


.from_section_arrow-two form > p {
  display: flex;        /* Make the inputs align horizontally */
  gap: 0.5rem;          /* Space between inputs */
  flex-wrap: wrap;       /* Optional: wrap on small screens */
}



  .how-difference-team-use h3 {
      font-size: 18px;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 1rem;
    }

    @media (min-width: 768px) {
      .how-difference-team-use h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 1.5rem;
      }
    }

    .how-difference-team-use ul,
.how-difference-team-use ol {
  /* list-style: decimal;  */
  padding-left: 1.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.how-difference-team-use ul li,
.how-difference-team-use ol li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .how-difference-team-use ul li,
  .how-difference-team-use ol li {
    font-size: 24px;
    line-height: 40px;
  }
}

/* Specific list styles */
.how-difference-team-use ul {
  list-style: disc; /* bullets for ul */
}

.how-difference-team-use ol {
  list-style: decimal; /* numbers for ol */
}


    .how-difference-team-use p {
      margin-top: 1.5rem;
      font-size: 24px;
      line-height: 28px;
      font-weight: 500;
    }

    @media (min-width: 768px) {
      .how-difference-team-use p {
        line-height: 32px;
      }
    }


  
/* Pagination container scoped to parent class */
.parent-pagination-class .page-numbers {
  display: flex;
  list-style: none;
  gap: 0.5rem; /* spacing between numbers */
  justify-content: center;
  padding: 0;
  margin: 0;
}

/* Pagination links scoped to parent class */
.parent-pagination-class .page-numbers a,
.parent-pagination-class .page-numbers span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem; /* rounded-md */
  border: 1px solid #0084DE;
  color: #0084DE;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover effect scoped to parent class */
.parent-pagination-class .page-numbers a:hover {
  background-color: #0084DE;
  color: #fff;
  border-color: #0084DE;
}

/* Current page scoped to parent class */
.parent-pagination-class .page-numbers .current {
  background-color: #0084DE;
  color: #fff;
  border-color: #0084DE;
  font-weight: 600;
}


@media (max-width:400px){
.custom-banner-height{
   height: 700px !important;
}
.left-banner-custom-height{
   height: 600px !important;
}
}

@media (min-width:401px) and (max-width:768px){
.custom-banner-height{
   height: 656px !important;
}
.left-banner-custom-height{
   height: 470px !important;
}
}


.startergy-description-parent-class {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  padding: 10px 0;
}

/* Common styles for both UL and OL */
.startergy-description-parent-class ul,
.startergy-description-parent-class ol {
  margin: 0;
  padding: 0;
  list-style: none; /* remove default bullets/numbers */
}

.startergy-description-parent-class li {
  position: relative;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  padding-left: 28px;
}

/* Custom bullet for UL */
.startergy-description-parent-class ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

/* Custom numbering for OL */
.startergy-description-parent-class ol {
  counter-reset: list-counter;
}

.startergy-description-parent-class ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #00d4ff;
}

/* Responsive */
@media (max-width: 768px) {
  .startergy-description-parent-class li {
    font-size: 14px;
    line-height: 20px;
  }

  .startergy-description-parent-class ul li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
}

.icon-fontpage {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.icon-fontpage.hide-icon {
  opacity: 0;
  visibility: hidden;
}


@media (max-width:768px){
  .accordion-content-how-we-build p{
     line-height: 120%;
  }
}


/* ---------- HEADINGS ---------- */
.blog-details-page h1,
.blog-details-page h2,
.blog-details-page h3 strong,
.blog-details-page h4 {
  color: #111;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-details-page h1 {
  font-size: 2.2rem;
}

.blog-details-page h2 {
  font-size: 1.8rem;
  border-left: 4px solid #000;
  padding-left: 10px;
}

.blog-details-page h3 {
  font-size: 1.4rem;
}

.blog-details-page h4 {
  font-size: 1.2rem;
}

/* ---------- PARAGRAPHS ---------- */
.blog-details-page p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

/* ---------- LISTS ---------- */
.blog-details-page ul,
.blog-details-page ol {
  margin: 10px 0 25px 35px;
  color: #333;
}

.blog-details-page ul {
  list-style-type: disc; /* show dots */
}

.blog-details-page ol {
  list-style-type: decimal; /* show 1,2,3 */
}

.blog-details-page li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.blog-details-page li strong {
  color: #000;
}

/* ---------- BLOCKQUOTE ---------- */
.blog-details-page blockquote {
  border-left: 4px solid #000;
  padding-left: 15px;
  margin: 25px 0;
  font-style: italic;
  color: #555;
}

.blog-details-page figure img{
  max-height: 600px;
  object-fit: cover;
}

/* ---------- TABLE ---------- */
.blog-details-page figure {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

.blog-details-page table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  font-size: 0.95rem;
}

.blog-details-page th,
.blog-details-page td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
  color: #333;
}

.blog-details-page th {
  background-color: #f4f4f4;
  font-weight: 600;
  color: #111;
}

.blog-details-page figure::-webkit-scrollbar {
  height: 8px;
}

.blog-details-page figure::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}

/* ---------- LINKS ---------- */
.blog-details-page a {
  color: #2563eb;
  text-decoration: none;
}

.blog-details-page a:hover {
  text-decoration: underline;
}

/* ---------- IMAGES ---------- */
.blog-details-page img {
  width: 100%;
  border-radius: 10px;
  margin: 25px 0;
  display: block;
}

/* ---------- CTA BUTTON ---------- */
.blog-details-page .cta {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
  transition: background 0.3s;
}

.blog-details-page .cta:hover {
  background: #222;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  /* .blog-details-page {
    margin: 30px auto;
    padding: 20px 15px;
  } */

  .blog-details-page h1 {
    font-size: 1.8rem;
  }

  .blog-details-page h2 {
    font-size: 1.4rem;
  }

  .blog-details-page p {
    font-size: 0.95rem;
  }

  .blog-details-page table {
    font-size: 0.9rem;
  }
}

.wp-block-table thead{
  border-bottom: none;
}








