:root {
  -text-primary-color: #526354;
  --text-secondary-color: #818181;
  --primary-color: #183030;
  --secondary-color-white: #fff;
  --secondary-color-black: #000;
  --bg-color-brand:#019d91;
}
.page-template-services .ast-container {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
.services-page {
  width: 100%;
}
.sv-container {
  max-width: 1440px;
  margin: 0 auto;
}

.page-template-services .ast-container {
  display: flex;
  justify-content: center;
}
.custom-header-section {
  padding: 80px 0;
  text-align: center;
}
.custom-header-section h1 {
  font-size: 55px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.6px;
}
.custom-header-section .partners-heading {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--text-secondary-color);
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.custom-header-section .partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* space between logos */
  max-width: 800px;
  margin: 0 auto;
}

.custom-header-section .partner-logos .partner-logo {
  flex: 1 1 calc(20% - 20px); /* 5 per row with spacing */
  max-width: calc(20% - 20px);
  min-width: 140px; /* Optional minimum size */
  text-align: center;
  background: #f6f8f9;
  border-radius: 8px;
}

.custom-callout-section {
  padding: 80px 0;
  background: var(--secondary-color-black);
  color: var(--secondary-color-white);
  text-align: center;
}
.custom-callout-section .callout-title {
  font-size: 44px;
  color: var(--secondary-color-white);
}

/*--- What we offer ---*/
.card_layout {
  padding: 80px 0;
}
.card_layout .card-top-content {
  text-align: center;
  padding-bottom: 60px;
}
.card_layout .card-flat {
  box-shadow: none;
}
.card_layout .card-shadow {
  box-shadow: 2px 0 10px 0 rgba(218, 210, 210, 0.5);
  padding: 20px;
  border-radius: 20px;
}
.card_layout .offer-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* spacing between cards */
  justify-content: space-between;
}
.card_layout .first-heading {
  margin-bottom: 0;
  text-transform: uppercase;
}
.card_layout .second-heading {
  font-size: 44px;
  font-weight: 500;
}
.card_layout .offer-card-wrapper .offer-card {
  flex: 0 0 calc(33.333% - 14px); /* 3 columns with spacing */
  box-sizing: border-box;
}
.card_layout .offer-card-wrapper .card-title {
  font-family: arboria-medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 40px;
}
.card_layout .offer-card-wrapper .icon {
  width: 60px;
}

/*--future section--*/
.future-callout-section .two-col-layout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.future-callout-section .left-col {
  flex: 1 1 50%;
  max-width: 48%;
}

.future-callout-section .right-col {
  flex: 1 1 50%;
  max-width: 48%;
  color: var(--secondary-color-black);
}

.feature-heading {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  color: #000;
  color: var(--secondary-color-black);
  margin-bottom: 20px;
}

.feature-content {
  color: var(--secondary-color-black);
  margin-bottom: 20px;
}

.feature-button .callout-button {
  background: var(--secondary-color-black);
  color: var(--secondary-color-white);
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  font-weight: 600;
}

.feature-button .arrow-icon {
  margin-left: 8px;
}

.feature-social-icons {
  margin-top: 20px;
}

.feature-social-icons .social-icon-link {
  display: inline-block;
  margin-right: 10px;
}
.right-col ul{
    list-style: none;
    padding: 0;
    margin: 0 30px;
}
.right-col li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
.right-col li:before {
    content: "";
    position: absolute;
    border-radius: 100px;
    border: 3px solid var(--secondary-color-black);
    opacity: 1;
    width: 14px;
    height: 14px;
    margin-left: -25px;
    align-items: center;
    margin-top: 8px;
}

/*--Platforms--*/
.platforms-section {
  padding: 80px 0;
  text-align: center;
}
.platform-icons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: calc(7 * 60px + 6 * 20px); /* width of 7 icons + 6 gaps */
    margin: 40px auto 0;
    max-width: 890px;
  }
  
  .platform-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .platform-icons-grid img{
    width: 100px;
  }
  .case-study-section {
    text-align: center;
  }

  /*-- Development section --*/
  .development-process-section {
    padding: 80px 0px;
    background: var(--secondary-color-white);
    text-align: center;
  }
  .process-subheading {
    color: var(--text-secondary-color);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .section-heading {
    font-size: 33px;
    margin-bottom: 10px;
  }

  .process-steps-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .process-card {
    width: 23.33%;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
    background: #fff;
    position: relative;
  }
  .step-number {
    width: 50px;
    height: 50px;
    border: 2px dashed #ccc;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 35px;
    color: #00aea5;
  }
  .step-title {
    font-size: 24px !important;
    font-weight: 500;
    color: #002b36;
    margin-bottom: 10px;
    line-height: 28px !important;
  }

  .blog-post-section{
    text-align: center;
  }
  .blog-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 50px 0;
  }
  
  .blog-card {
    flex: 0 0 48%;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

.blog-cards-wrapper .sr-card-content {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}

.blog-cards-wrapper .svpost-image {
  flex: 0 0 40%;
}

.blog-cards-wrapper .svpost-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 233px;
}

.blog-cards-wrapper .sv-content {
  flex: 1;
  padding: 20px;
}

.blog-cards-wrapper .sv-content .card-desc{
  color: #526354;
}
.blog-cards-wrapper .card-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-subheading{
  font-size: 33px !important;
  font-weight: 500 !important;
}

.case-study-section .portfolio-grid{
  margin-bottom: 60px;
}

/*--- FAQ Section --*/
.faq-section {
  padding: 80px 0;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.faq-question {
  cursor: pointer;
  position: relative;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #000;
}
 .section-heading{
  font-size: 33px !important;
  font-weight: 500 !important;
}

.faq-accordion .faq-item {
  border: 1px solid #ECEAEA;
  border-radius: 16px !important;
  padding: 10px 18px;
  margin-bottom: 20px;
}

.faq-question .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: transform 0.3s;
}

.faq-question[data-expanded="true"] .arrow {
  transform: translateY(-50%) rotate(-135deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: left;
}


.faq-question[data-expanded="true"] + .faq-answer {
  max-height: 500px;
  margin-top: 10px;
}
.footer-custom-callout-section{
  background: var(--bg-color-brand);
  padding: 60px 0;
  color: var(--secondary-color-white);
  text-align: center;
}
.footer-custom-callout-section .callout-title{
  font-size: 40px;
    color: #FFFFFF;
    font-weight: 500;
}
/* .footer-custom-callout-section .hire-btn a{
  background: var(--secondary-color-white);
  color: var(--secondary-color-black);
} */

@media (max-width:1500px){
  .sv-container {
    padding: 0 20px;
  }
}
@media (max-width:1120px){
  .sv-container {
    padding: 0 20px;
  }
  .future-callout-section .left-col {
    flex: 1 1 47%;
    max-width: 47%;
}
.custom-header-section h1{
  font-size: 44px;
}
}
@media (max-width: 992px) {
  .card_layout .offer-card-wrapper{
    gap: 12px;
  }
  .process-steps-wrapper{
    gap: 12px;
  }
  .blog-cards-wrapper  .card-desc{
    display: none;
  }
  .blog-cards-wrapper .svpost-image img{
    height: 150px;
  }
  .custom-header-section h1{
    font-size: 38px !important;
  }
  .custom-callout-section .callout-title {
    font-size: 34px !important;
    line-height:38px !important;
  }
  .card_layout .second-heading{
    font-size: 34px !important;
    line-height:38px !important;
  }
  .card_layout .offer-card-wrapper .offer-card {
    flex: 0 0 calc(32% - -2px);
    box-sizing: border-box;
    width: 32%;
  }
  .card_layout .offer-card-wrapper .card-title{
    margin-top: 20px;
    line-height: 29px !important;
  }
  .card_layout .offer-card-wrapper .card-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    word-break: break-word;
}
.future-callout-section .left-col {
  flex: 1 1 44%;
  max-width: 44%;
}
}
@media (max-width: 800px) and (min-width: 768px) {

  .card_layout .offer-card-wrapper .offer-card {
    flex: 0 0 49% !important;
}
.process-card {
  width: 48%;
}
.blog-post-section .blog-card {
  flex: 0 0 47%;
}
.future-callout-section .left-col {
  flex: 1 1 48%;
  max-width: 48%;
}
.future-callout-section .right-col {
  flex: 1 1 46%;
  max-width: 46%;
}
.right-col ul {
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
}

@media (max-width: 768px) {
  .custom-header-section h1{
    font-size: 32px !important;
  }
  .custom-callout-section .callout-title {
    font-size: 28px !important;
    line-height:30px !important;
  }
  .card_layout .second-heading{
    font-size: 28px !important;
    line-height:30px !important;
  }
  .services-page h1, h2, h3{
    line-height: 36px!important;
  }
  .section-heading {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

.future-callout-section .left-col {
  flex: 1 1 100%;
  max-width: 100%;
}
.future-callout-section .right-col {
  flex: 1 1 100%;
  max-width: 108%;
}
  .card_layout .offer-card-wrapper .offer-card {
    flex: 0 0 100%; /* 1 column */
  }
  .blog-cards-wrapper .sr-card-content{
    display: block;
  }
  .faq-question{
    text-align: left;
    line-height: 1.2;
  }
  .blog-post-section .blog-card{
    flex: 0 0 100%;
  }
  .process-card{
    width: 100%;
  }
  .sv-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
