/* header */
.site-header {
  background: transparent;
  border-color: rgba(130, 130, 130, 0.17);
}
.top-header,
.site-header.smaller {
  background: linear-gradient(90deg, #344abf 0%, #6578dc 100%);
}
.site-header.smaller .top-header {
  background: rgba(255, 255, 255, 0.1);
}
.site-header .nav-menu .nav-link {
  color: #3a3838;
}
.site-header.smaller .nav-menu .nav-link {
  color: #fff;
}
.site-header.smaller .tab-block .nav-pills .nav-link {
  color: #2d317f;
}
.site-header .navbar .header-btn {
  background-color: #2d347f;
  color: #fff;
}
.site-header.smaller .navbar .header-btn {
  background: #fff;
  color: #4836ff;
}
.site-header.smaller .navbar .header-btn:hover {
  color: #fff;
}
.site-content {
  margin-top: 51px;
}
.logo_resource2 {
  display: none;
}
.smaller .logo_resource1 {
  display: none;
}
.smaller .logo_resource2 {
  display: block;
}
/* basic feature section */
.resource-banner {
  padding-top: 156px;
}
.basic-features .tab-content {
  margin-top: 60px;
}
.features-tab {
  justify-content: flex-end;
  background: #6578dc;
  border-radius: 44px;
  padding: 8px;
  width: max-content;
  margin-left: auto;
}
.features-tab .heading-five {
  color: #fff;
  padding: 2px 32px;
  margin-bottom: 0;
  border-radius: 44px;
  border: 1px solid transparent;
  line-height: 34px;
}
.features-tab .heading-five.active {
  background: #ffffff;
  border: 1px solid #e1e2ff;
  color: #6578dc;
}
.user-tab-content {
  display: flex;
  margin: 0 -12px;
}
.user-tab-content .user-content-col {
  width: 33.33%;
  padding: 0 12px;
}
/* .user-tab-content .tab-icon-row{
    padding-left: 90px;
} */
.user-tab-content .tab-icon-block {
  margin-bottom: 48px;
  text-align: center;
}
.tab-icon-block img {
  margin-bottom: 24px;
}
.admin-tab-content .user-img {
  margin: 30px 0 60px;
}
.admin-tab-content .user-img img {
  max-width: 882px;
}
.admin-content-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.admin-content-row .tab-icon-col {
  width: 25%;
  padding: 0 12px;
}
.admin-content-row .tab-icon-block {
  margin-bottom: 30px;
  text-align: center;
}
.tab-icon-block h4 {
  font-size: 20px;
}
/* milestones */
.milestone-row .wpb_wrapper {
  height: 100%;
}
.milestone-box {
  background: linear-gradient(90deg, #ff7b7b 0%, #f85858 100%);
  border-radius: 12px;
  padding: 32px 24px;
  height: 100%;
}
.milestone-box.pink-gradient {
  background: linear-gradient(90deg, #ff7b7b 0%, #f85858 100%);
}
.milestone-box.pink-gradient .heading-four {
  color: #f85a5a;
}
.milestone-box.yellow-gradient {
  background: linear-gradient(90deg, #ffc955 0%, #ffb20e 92.67%);
}
.milestone-box.yellow-gradient .heading-four {
  color: #ffb20e;
}
.milestone-box.green-gradient {
  background: linear-gradient(90deg, #41d9bd 0%, #1bb497 100%);
}
.milestone-box.green-gradient .heading-four {
  color: #1fb79b;
}
.milestone-box.blue-gradient {
  background: linear-gradient(90deg, #8889e8 0%, #6566e7 100%);
}
.milestone-box.blue-gradient .heading-four {
  color: #696be7;
}
.milestone-box .percentage-box {
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 16px;
  width: max-content;
  min-width: 67px;
  text-align: center;
}

/* process */
.process-middle-title {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #2e3280;
}

/* unique features */
.unique-feature-row {
  display: flex;
  flex-wrap: wrap;
}
.unique-feature-col {
  width: 50%;
  padding: 30px;
  border-right: 1px solid #e2dede;
}
.unique-feature-col:hover {
  background: #fff;
}
.unique-feature-col.white-box {
  background: #fff;
  padding: 30px;
}
.unique-feature-col.border-box {
  border-top: 1px solid #e2dede;
  border-right: 1px solid #e2dede;
}
.unique-feature-col:last-child {
  padding: 30px;
}
.unique-feature-col:nth-child(even) {
  border-right: 0;
}

/* faq */
.site-content .faq .accordion {
  padding: 0;
}
.faq {
  position: relative;
  /* padding-bottom: 174px; */
  padding-bottom: 214px;
}
.faq::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(138.5deg, #f99ab1 -3.57%, #e1a7ee 45.14%);
  opacity: 0.6;
  transform: matrix(1, 0, 0, -1, 0, 0);
  top: 0;
}
.faq .accordion-flush .accordion-header {
  border: 0;
  padding: 0;
  margin: 0;
}
.contact-sec {
  position: relative;
}
/* .contact-sec {
  position: static;
} */
.contact-sec::before {
  content: "";
  width: 100%;
  height: 174px;
  background: url(../images/resource-faq-wave.svg) no-repeat;
  position: absolute;
  top: -170px;
}

/* pricing */
.price-row {
  position: relative;
}
.pricing-white-box {
  padding: 36px 24px 0px;
  height: 100%;
}
.pricing-blue-box {
  padding: 36px 24px 30px;
  background: #6578dc;
  border-radius: 12px;
  position: relative;
  top: -36px;
}
.pricing-heading {
  padding-bottom: 98px;
}
.price-heading {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.price-heading img {
  margin-right: 20px;
}
.price-highlight-points {
  list-style: none;
  margin-bottom: 16px;
}
.price-other-points {
  list-style: none;
  padding-bottom: 24px;
  border-bottom: 1px dashed #a9a9aa;
}
.price-highlight-points li,
.price-other-points li {
  position: relative;
  padding-left: 28px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 16px;
}
.price-highlight-points li::before,
.price-other-points li::before {
  content: url(../images/icon_short_arrow_orange.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
.price-other-points li {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.74);
}
.price-other-points li::before {
  content: url(../images/icon_circle_check_orange_16.svg);
}
.price {
  color: #424242;
}
.price .heading-four {
  font-weight: 700;
}
.price-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.box-button {
  margin-top: 32px;
}
.box-button a {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.pricing-white-box .wpb_wrapper,
.price-box-col .wpb_wrapper {
  height: 100%;
}
.pricing-blue-box.white-text .price-other-points {
  border-color: #fff;
}
.pricing-blue-box.white-text .price,
.pricing-blue-box.white-text li {
  color: #fff;
}
.pricing-blue-box.white-text .price-other-points li::before {
  content: url(../images/icon_circle_check_white_16.svg);
}
.pricing-blue-box.white-text .price-highlight-points li::before {
  content: url(../images/icon_short_arrow_white.svg);
}
.square-white-btn {
  color: #2d317f;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 40px;
  box-shadow: 0px 11.3961px 30.3896px #4e56aa;
  overflow: hidden;
}
/* Case Study - 17/09/2024 */
/* .case-study-grid-box-img {
  min-height: auto;
} */
.case-study-grid-box-img img {
  max-width: 100%;
  max-height: 252px;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.case-study-grid-box-content {
  background: linear-gradient(90deg, #faf6fd 0%, #f3e5fa 100%);
}
.case-study-grid-box-content p {
  margin-bottom: 0;
}
/* End Case Study - 17/09/2024 */

/* 22/8/2025 */
.site-content .row {
  margin: 0;
}
.resource-banner {
  background-image: url(https://dev.vrinsofts.com/wp-content/uploads/2022/06/Gradient-background-banner-2.svg?id=21992);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.page-template-vrin-resource-detail-acf .resource-banner .img-container {
  text-align: center;
}
.page-template-vrin-resource-detail-acf .img-container img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.page-template-vrin-resource-detail-acf .milestone-row {
  margin-bottom: -20px;
}
.page-template-vrin-resource-detail-acf .milestone-col {
  margin-bottom: 20px;
}
.page-template-vrin-resource-detail-acf .admin-tab-content .user-img img {
  max-width: 100%;
}
.page-template-vrin-resource-detail-acf .technology-stack .technology-group {
  padding: 20px 0;
}
.page-template-vrin-resource-detail-acf
  .technology-stack
  .technology-group:nth-of-type(odd) {
  background-color: #f5f7fd;
}
.page-template-vrin-resource-detail-acf .feature-section .img-container {
  position: sticky;
  top: 100px;
}
.page-template-vrin-resource-detail-acf .case-study-grid {
  background: #fff;
}
.page-template-vrin-resource-detail-acf .join-us-section {
  padding: 36px 0;
}

.page-template-vrin-resource-detail-acf .development-cost-section {
  background-image: url(https://dev.vrinsofts.com/wp-content/uploads/2022/06/background-Gradient.svg?id=21907);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-vrin-resource-detail-acf .faq::before {
  z-index: -1;
}

.page-template-vrin-resource-detail-acf .faq .img-container {
  position: sticky;
  top: 160px;
}
.page-template-vrin-resource-detail-acf
  .site-header
  .nav-menu
  .nav-link::after {
  background: #3a3838;
}
.page-template-vrin-resource-detail-acf
  .site-header.smaller
  .nav-menu
  .nav-link::after {
  background: #fff;
}
.page-template-vrin-resource-detail-acf .unique-feature-col img {
  margin-bottom: 20px;
}
.page-template-vrin-resource-detail-acf .case-study-grid-box-img img {
  min-height: inherit;
}
.page-template-vrin-resource-detail-acf
  .faq
  .accordion-flush
  .accordion-item:last-of-type {
  margin-bottom: 0;
}
.page-template-vrin-resource-detail-acf .tech-box {
  justify-content: start;
}
.page-template-vrin-resource-detail-acf .faq::after {
  content: "";
  width: 100%;
  height: 174px;
  background: url(../images/resource-faq-wave.svg) no-repeat;
  position: absolute;
  bottom: 0;
}
.page-template-vrin-resource-detail-acf .contact-sec::before {
  display: none;
}
.page-template-vrin-resource-detail-acf .tech-box .icon-box {
  flex: 1;
}
/* =================
    MEDIA QUERY
====================*/
@media (max-width: 1200px) {
  .site-content {
    margin-top: 0;
  }
  .site-content .milestone-row {
    padding-top: 60px;
  }
  .price-row.container,
  .development-cost.container {
    margin-bottom: 60px !important;
  }
  .site-content .pricing-heading {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .site-content .milestone-row {
    padding-top: 40px;
  }
  .price-row.container,
  .development-cost.container {
    margin-bottom: 40px !important;
  }
  .user-tab-content .tab-icon-row {
    padding-left: 40px;
  }
  .features-tab {
    padding: 6px;
  }
  .features-tab .heading-five {
    padding: 0 8px;
    font-size: 14px;
    line-height: 28px;
  }
  .faq {
    padding-bottom: 124px;
  }
  .resource-banner {
    padding-top: 126px;
  }
  .box-button a {
    padding: 9px 24px;
  }
  .smaller .burger1,
  .burger2 {
    display: none;
  }
  .smaller .burger2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .resource-banner {
    padding-top: 100px;
  }
  .resource-banner .wpb_single_image img {
    max-width: 400px;
  }
  .process-img .wpb_single_image img {
    max-width: 350px;
    margin-bottom: 40px;
  }
  .features-tab {
    margin-left: 0;
    margin-top: 20px;
  }
  .user-tab-content .tab-icon-block {
    margin-bottom: 28px;
  }
  .pricing-blue-box {
    position: static;
    margin-top: 30px;
  }
  .site-content .pricing-heading {
    padding-bottom: 40px;
  }
  .faq .wpb_single_image img {
    max-width: 350px;
  }
  .user-tab-content .tab-icon-row {
    padding-left: 20px;
  }
  .unique-feature-col,
  .unique-feature-col.white-box,
  .unique-feature-col:last-child {
    padding: 20px;
  }
  .basic-features .tab-content {
    margin-top: 40px;
  }
  .unique-feature-col:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .unique-feature-col {
    width: 100%;
  }
  .unique-feature-col.border-box {
    border-right: 0;
  }
  .unique-feature-col.white-box {
    border-top: 1px solid #e2dede;
  }
  .user-tab-content {
    flex-wrap: wrap;
  }
  .user-tab-content .user-content-col {
    width: 100%;
  }
  .user-tab-content .tab-icon-row {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .user-tab-content .tab-icon-block,
  .admin-content-row .tab-icon-col {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 12px;
  }
  .tab-icon-block h4 {
    font-size: 18px;
  }
  .admin-img img {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  .admin-content-row .tab-icon-block {
    margin-bottom: 0;
  }
  .admin-tab-content .user-img {
    margin: 20px 0;
  }
  .admin-tab-content .user-img img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .resource-banner .wpb_single_image img,
  .process-img .wpb_single_image img,
  .faq .wpb_single_image img {
    max-width: 280px;
  }
}
