.banner-overlay {
    height: 100%;
    padding-bottom: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex
;
    align-items: flex-end;
    min-width: 100%;
    justify-content: flex-start;
    text-align: left;
}
.banner {
    height: auto;
    min-height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .banner {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 220px !important;
    }
}
.banner {
    position: relative;
}


.ecosystem-section{display:none;}
.insight-inner-section>.insight-right{margin-left: auto;
    margin-right: auto;}

/* 25-09-2025  */
.grid-card{
	display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 768px) {
  .grid-card {
    grid-template-columns: 1fr !important;
  }
	.margin-top{
	margin-top:35px;
}
	.my-70{
			margin-top:35px;
	margin-bottom: 35px;
	}
	
	.hero-slide > .slider-hero-caption{
		gap: 20px !important; 
	}
}

.margin-top{
	margin-top:70px;
}

.my-70{
	margin-top:70px;
	margin-bottom: 70px;
}

.blog-grid{
	display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .blog-grid:has(.blog-grid-item:nth-child(1):nth-last-child(1)) {
    grid-template-columns: 1fr;
  }

  .blog-grid:has(.blog-grid-item:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


.site-main .blog-grid-item .insight-img-dimension {
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
    height: 220px;
}

.site-main .insight-img-dimension>img {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-right {
    position: sticky;
    top: 20px; /* Distance from top of viewport */
    align-self: start; /* Helps with flex/grid layouts */
}

/* Optional: make sure the container has enough height */
.blog-container {
    display: flex; /* or grid depending on your theme */
    gap: 30px; 
    align-items: flex-start;
} 

.product-section-swiper  .product-swiper-block{    min-width: auto;}

@media (max-width: 768px) {
	.hero-slide .slider-hero-caption{
	gap: 20px !important;
}
	.hero-slide .slider-hero-caption {
    margin-bottom: 76px;
}
}

.product-swiper-block {
  display: flex;
  flex-direction: column;
}

.product-swiper-block .d-flex.flex-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-swiper-block p {
  flex-grow: 1; 
}

.product-swiper-block .btn {
  margin-top: auto; 
}

.product-swiper-block {
     min-height: 0px
}




@media (max-width: 767px) {
  .slider-main-wrap {
    display: block !important;
    overflow: visible !important;
  }

  .product-swiper-block {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 20px;
		
  }
	.clearfix .form-row{
    display: flex;
    flex-direction: column;
    gap: 22px;
}
	form .clearfix{
    display: flex;
    flex-direction: column;
    gap: 22px;
}
}

@media (max-width: 992px) {
    .hero-slider-nav {
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .hero-slider-nav {
        min-width: 1200px;
    }
}

.py-80{
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .py-80 {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}

@media (max-width: 1200px) {
    .gap-sm-30 {
        gap: 30px !important;
    }
}

.pt-80{
	padding-top: 80px !important;
}

@media (max-width: 768px) {
  .pt-80{
	padding-top: 40px !important;
}
	}

.bg-primary{
	background-color: #125392;
}
.text-white{
	color: #ffffff !important;
}

/* 04-11-25 */
.project-box:hover{
	background-color:#2384d4;
}
.follow-section .accordion .accordion-item:last-child .accordion-content.panel-show {
  background: #f6f6f5;
  z-index: 1;
  position: relative;
}



.current-opening-section .accordion .icon.expanded::before {
  content: "–"; 
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
	    background-color: #212120;
	top:50%;
 transform: translate(0, -50%);
}
.current-opening-section .accordion .icon.collapsed::before {
	  transition:none;
}
.current-opening-section .accordion .icon.expanded::before{
	 transition:none;
}

/* 04-11-25 */

@media (min-width: 1200px) {
    .px-100 {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1199px) {
    .px-100 {
        padding-left: 46px;
        padding-right: 46px;
    }
}

/* ===== Section Wrapper ===== */
.service-single-hero .banner-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.service-single-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 590px;
    bottom: 0;
    background: linear-gradient(to right, #fff 50%, #ffffff00 50%);
    z-index: -1;
}

.service-single-hero-inner-main {
    padding-inline: 0;
    background: #fff;
    padding-block: 40px;
}



@media (min-width: 992px) {

	.service-single-hero-inner-main {
        max-width: 720px;
    }
}
/* ===== Responsive ===== */
@media (max-width: 992px) {
    .uiux-overlay {
        position: relative;
        width: 100%;
        background-color: #fff;
    }

    .uiux-content {
        padding: 40px 20px;
    }
}

@media (min-width: 992px) {
    .service-single-hero {
        background-image: url('https://stg.goatcode.net/wp-content/themes/goatcode/assets-2.0/images/services/ui-ux.png');
        background-position: right;
        background-size: contain;
        padding: 100px 0 0px;
        background-repeat: no-repeat;
    }

    .service-single-hero-inner-main {
        padding: 80px 80px 80px 0;
        min-height: 444px;
    }

    .d-lg-none {
        display: none;
    }

    .d-lg-block {
        display: block !important;
    }

    .develop-single-hero {
        background-image: url('https://stg.goatcode.net/wp-content/themes/goatcode/assets-2.0/images/services/develop-banner.png');
    }
}

/* design section */
.process-section {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
  overflow: hidden;
}

.process-container {
  position: relative;
}

.process-title {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  color: #0f172a;
}

.process-subtitle {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.8;
  color: #334155;
  margin: 0;
}

.process-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(18, 87, 160, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(18, 87, 160, 0.24);
}

.process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  padding: 30px 0 10px;
  scrollbar-width: none;
}

.process-steps::-webkit-scrollbar {
  display: none;
}

.process-step {
  position: relative;
  max-width: 240px;
  flex: 1 1 auto;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 22px;
  padding: 26px 22px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #0f172a;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
}

/* Soft highlight on alternate cards */
.process-step:nth-of-type(4n + 1),
.process-step:nth-of-type(4n + 3) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/* Number badge */
.process-step::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 1px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

/* step numbers */
.process-step:nth-of-type(1)::after,
.process-step:nth-of-type(3)::after,
.process-step:nth-of-type(5)::after,
.process-step:nth-of-type(7)::after,
.process-step:nth-of-type(9)::after {
  position: absolute;
  top: -8px;
  left: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.process-step:nth-of-type(1)::after { content: "01"; }
.process-step:nth-of-type(3)::after { content: "02"; }
.process-step:nth-of-type(5)::after { content: "03"; }
.process-step:nth-of-type(7)::after { content: "04"; }
.process-step:nth-of-type(9)::after { content: "05"; }

.process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  flex-shrink: 0;
}

.custom-arrow-right-long img {
  width: 47px;
  height: auto;
  display: block;
  opacity: 0.85;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.process-step:hover + .process-arrow .custom-arrow-right-long img {
  transform: translateX(4px);
  opacity: 1;
}

/* tablet */
@media (max-width: 1199px) {
  .process-step {
    min-width: 180px;
    font-size: 21px;
    padding: 24px 18px;
  }

  .process-subtitle {
    font-size: 17px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .process-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .process-title {
    font-size: 34px;
  }

  .process-subtitle {
    font-size: 16px;
    line-height: 1.7;
  }

  .process-steps {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    gap: 18px;
  }

  .process-step {
    max-width: 100%;
    min-width: 100%;
    font-size: 20px;
    padding: 22px 18px;
  }

  .process-arrow {
    min-width: 100%;
  }

  .custom-arrow-right-long {
    transform: rotate(90deg);
  }

  .custom-arrow-right-long img {
    width: 36px;
  }

  .process-step::before {
    left: 18px;
  }

  .process-step:nth-of-type(1)::after,
  .process-step:nth-of-type(3)::after,
  .process-step:nth-of-type(5)::after,
  .process-step:nth-of-type(7)::after,
  .process-step:nth-of-type(9)::after {
    left: 32px;
  }
}

/* technologies used */
.tech-section-wrapper {
    background: linear-gradient(to right, #125392 0%, #153C65 90%, #153C65 100%);
}

.tech-container {
    background-color: #F1F7FE;
    border-radius: 20px;
}

.tech-card {
    max-width: 176px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 41px;
    display: flex;
    align-items: center;
}

.tech-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.tech-title {
    color: #292929;
}

/* benefits section */
.benefits-section {
    background-color: #efefef;
    background-image: url('https://stg.goatcode.net/wp-content/themes/goatcode/assets-2.0/images/services/benifits-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.benefits-header {
    max-width: 680px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.benefit-card {
    background-color: #fff;
    max-width: 555px;
    box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.11);
    padding: 30px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: auto;
    }
}
.subpage-muted-text{
	display:none;
}


.wpcf7 form .wpcf7-response-output {display: block;}

.wpcf7-form div:nth-child(9){        grid-column: span 2;}


.reading-content article{font-size:16px; line-height:140%;}

.stack-item{padding:20px}


.follow-section .accordion .accordion-item.active .accordion-content{display: block;}
.follow-section .accordion .accordion-item .accordion-content {padding-left: 55px;}
.follow-section .accordion .accordion-item.active .icon{transform: rotate(180deg);}


.follow-section .accordion::before,
.follow-section .accordion > .accordion-item:last-child::before {display:none}
.follow-section .accordion .accordion-item{position:relative}
.follow-section .accordion .accordion-item::before {
	content: "";
	display: block;
	left: 18px;
	top: 10px;
	height: calc(100% + 40px);
	position: absolute;
	width: 4px;
	background-color: #dcdcdc;
}

.form-wrapper .form-right .f-address-icon{margin-top:8px}
.navigation.post-navigation .nav-links{flex-direction: row-reverse;}
.f-address-details a:hover{color:inherit;}




.current-opening-section .accordion .icon.collapsed::before,
.current-opening-section .accordion .icon.expanded::before{ content: " "; background-repeat:no-repeat; background-position:center; background-size:30px; background-repeat:no-repeat;}
.current-opening-section .accordion .icon.collapsed::before{background-image:url(https://goatcode.net/wp-content/uploads/2025/11/Plus.svg);}
.current-opening-section .accordion .icon.expanded::before{content: " "; background-image:url(https://goatcode.net/wp-content/uploads/2025/11/Minus.svg);}
.current-opening-section .accordion .icon{color:#000}

@media screen and (max-width:992px){
	body #whatsapp-popup img {
    width: 20px !important;
    height: 20px !important;
}
}

@media (max-width: 767px) {
    .banner {
        height: auto !important;
			min-height:auto;
    }
	.banner .banner-overlay .container{min-height:auto}
	.f-address{max-width:217px !important;}
}
.development-experies {
    background-image: url(https://stg.goatcode.net/wp-content/themes/goatcode/assets-2.0/images/services/benifits-section.png);
}
.faq-section details {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.faq-section summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}

.faq-section details[open] summary {
  color: #000;
}

.faq-section p {
  margin-top: 10px;
  line-height: 1.6;
}

.py-0{
	padding-top:0;
	padding-bottom:0;
}

.reading-content a.btn-primary{color:#ffffff; text-decoration:none;}

.faq-section summary::marker {
  color: #125392;
}

