.brandSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.banner-client {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.widget.widget_nav_menu{
	width: 100% !important;
}
.wp-block-media-text>.wp-block-media-text__content {

    padding: 0 !important;
}
/* Link ko inline-block karo */
/*banner*/
.bottom-minus {
    bottom: -13% !important;
}
.red-dot {
    color: #FF0D3B;
}
.custom-widthbrand{
	max-width: 700px;
}
/*prefooter slider*/
.logo-image{
    max-height: 100px;
    width: 385px;
}

.pre-fotercont {
    color: #fff;
    font-size: 26px;
}
section.pre-footer {
    padding: 40px 15px;
}
.pre-foterdis {
    font-size: 15px;
    max-width: 255px;
}
.officeSwiper .card-img-top {
  height: 200px;
  object-fit: cover;
}
.swiper-nav .btn {
  width: 36px;
  height: 36px;
  line-height: 32px;
  padding: 0;
}
.officeSwiper .card-img-top {
  height: 180px;
  object-fit: cover;
}
/*tech-section*/

.tech-universe-section {
    background: #FEF0F0;
    padding: 100px 0;
    overflow: hidden;
}

/*INDUSTRY SOLUTIONS STACK SECTION*/
.industry-image {
    height: 386px !important;
    width: 495px !important;
/*     object-fit: contain; */
}
:root {
  --card-height: auto;
  --card-margin: 4vh;
  --card-top-offset: 2.4rem;
}

/* SECTION */
.stack-section {
    background: #fff;
    padding: 105px 20px 20px;
}
.buton-industry {
    padding-bottom: 60px;
    margin-top: 40px;
}
/* CARD WRAPPER */
#cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  padding-bottom: 0;
  margin: 0;
}

/* EACH CARD */
.card-industery {
  position: sticky;
  top: 90px;
  padding-top: calc(var(--index) * var(--card-top-offset));
}

/* CARD DESIGN */
.card-content {
    background: #fff;
    border-radius: 24px;
    padding: 25px 25px;
    box-shadow: 0 30px 60px rgba(0,0,0,.12);
    transform-origin: 50% 0%;
    will-change: transform;
    transition: transform .2s linear;
}
.card-content p {
    font-size: 20px !important;
    color: #555555
}
/* ANIMATION VARIABLES */
.card-industery {
  --index0: calc(var(--index) - 1);
  --reverse-index: calc(var(--numcards) - var(--index0));
  --reverse-index0: calc(var(--reverse-index) - 1);
}

/* SCROLL ANIMATION */
@supports (animation-timeline: works) {

  @scroll-timeline cards-scroll {
    source: selector(body);
    start: selector(#cards) start 1;
    end: selector(#cards) start 0;
    time-range: 4s;
  }

  .card-content {
    animation: scale linear forwards;
    animation-timeline: cards-scroll;
    animation-duration: calc(var(--reverse-index0) * 1s);
    animation-delay: calc(var(--index0) * 1s);
  }

  @keyframes scale {
    to {
      transform: scale(
        calc(1.08 - (0.08 * var(--reverse-index)))
      );
    }
  }
}
ul#cards {
    margin-top: 40px;
}
/* 1st Card - Small */
.card-industery:nth-child(1) .card-content {
    transform: scale(0.85);
}
/* 2nd Card - Medium */
.card-industery:nth-child(2) .card-content {
    transform: scale(0.93);
}
/* 3rd Card - Full Size */
.card-industery:nth-child(3) .card-content {
    transform: scale(1);
}

/*faq section*/
.faq-section {
  background: #ffffff;
  padding: 80px 80px;
}
.faq-heading {
  color: #111111;
}
.faq-desc {
    color: #111111;
    max-width: 637px;
    margin: 0 auto;
}
.faq-item {
  background: #FFFFFF;
  border-radius: 3px !important;
  overflow: hidden;
  border: 0;
}
.accordion-button, .accordion-button{
	border-radius: 3px;
	border: 1px solid #C0BEBE !important;
}
.faq-btn {
  background: #FFFFFF;
  font-size: 20px;
  font-family: "Bricolage Grotesque" !important;
  font-weight: 500;
  color: #111111;
  box-shadow: none;
}
button.accordion-button.collapsed.faq-btn:hover{
	color: #000000 !important;
/* 	border: 1px solid #E3002B !important; */
	background: #ffffff !important;
}
.faq-btn:not(.collapsed) {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 3px 3px 0 0;
}
.faq-btn:focus {
  box-shadow: none;
  background: #fff;
}
.faq-body {
    color: #111111;
    padding: 23px 20px;
    border-radius: 0 0px 3px 3px !important;
    border-bottom: 1px solid #9b9b9b99 !important;
    border-left: 1px solid #9b9b9b99 !important;
    border-right: 1px solid #9b9b9b99 !important;
}
.accordion-button::after {
  transform: none !important;
}
.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 18px;
  font-weight: bold;
  background: #111111;
  color: #ffffff;
  border: 1px solid #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  font-size: 18px;
  background: #111111;
  color: #ffffff;
  border: 1px solid #fff;
}

/*progress-bar*/
.progress-circle-small {
  position: relative;
  width: 80px;
  height: 80px;
}
.progress-text-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -37%);
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.state-desc {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    max-width: 160px;
    line-height: 23px !important;
}
/*footer*/
.custom-footer-wrapper {
    background: radial-gradient(circle at center bottom, rgba(163, 22, 31, 0.6) 0%, rgba(122, 11, 18, 0.5) 20%, rgba(0, 0, 0, 0.9) 60%), linear-gradient(180deg, #000000 0%, #1a0004 40%, #3b0009 70%, #7a0b12 100%) !important;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"], .site-primary-footer-wrap[data-section="section-primary-footer-builder"], .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: transparent !important;
}
.footer-wizet-too {
	padding: 41px 20px 0px;
	align-items: center !important;
}
.footer-widget-area  h2.widgettitle, .site-above-footer-wrap h2.wp-block-heading {
    font-size: 22px !important;
    color: #fff !important;
    margin-bottom: 24px;
}
a.menu-link {
    color: #fff;
    text-decoration: none;
    line-height: 10px;
}
.footer-widget-area ul{
  padding: 0;
	
}
.footer-menu-area ul li{
  margin-bottom: 13px !important;
	
}
#menu-company li {
    margin: 0;
}
.site-primary-footer-wrap {
    padding-top: 10px !important;
    padding-bottom: 11px !important;
}

figure.wp-block-media-text__media img {
    width:27px;
    height: 27px;
}
 .wp-block-media-text__content p {
    color: #fff !important;
    margin: 0;
    font-size: 18px;
}
ul#menu-privacy-policy {
    display: flex;
    gap: 10px;
    text-align: left;
    justify-content: flex-end;
}

.ast-footer-copyright p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 15px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: 40px !important;
}
.swiper-nav .btn:hover {
    color: #E91E63 !important ;
    background-color: #ffffff !important;
    border-color: var(--bs-btn-hover-border-color);
}
/*about page */
/**who we are**/
.who-we-section{
	padding:100px 0;
}
.who-image-wrapper img {
    width: 450px;
    height: 394px;
    object-fit: cover;
    border-radius: 25px;
}
/**industry section about**/
/* Industries Section Styles */
.industries-section {
    padding: 80px 0;
}
.industry-card {
    height: 170px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform 0.5s ease;
}
.industry-card:hover img {
    transform: scale(1.1);
}
/* Industry Icon Styles */
.industry-icon {
    width: 82px;
    height: 82px;
    padding: 40px 0px;
}

.industry-card:hover .industry-icon {
    background: #E3002B;
    border: 1px solid #E3002B;
}

.industry-icon img {
    width: 35px;
    height: 35px;
    opacity: 1;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.industry-icon.placeholder {
    background: rgba(255,255,255,0.2);
    font-size: 24px;
}
/* ===============================
   EXPERTISE SECTION
=================================*/
.expertise-main-wrapper {
    background-color: #0b0b0b !important;
    overflow: hidden;
    position: relative;
}
/* LEFT SIDE TABS */
.expertise-custom-tabs .nav-link,.custom_mob_tab_btn.collapsed {
    background: #fff;
    color: #000;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 15px 25px;
    font-weight: 700;
    border: 1px solid #E3002B;
    transition: 0.3s ease;
    text-transform: capitalize;
    text-align: center;
}
.expertise-custom-tabs .nav-link.active,.custom_mob_tab_btn:not(.collapsed) {
    background-color: #e30613 !important;
    color: #fff !important;
}
/* ORBITAL VIEWPORT */
.expertise-orbital-viewport {
    position: relative;
    width: 600px;
    height: 600px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expertise-outer-ring {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
}
.expertise-center-blob {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.expertise-center-blob img {
    width: 80%;
}
/* ROTATION ENGINE (JS Controlled) */
.expertise-rotation-engine {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
}
.expertise-orbit-node {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    margin: -38px;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}
.expertise-icon-holder img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.expertise-orbit-node:hover img {
    transform: scale(1.2) rotate(10deg);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .expertise-orbital-viewport {
        width: 320px;
        height: 320px;
    }
    .expertise-outer-ring {
        width: 240px;
        height: 240px;
    }
    .expertise-center-blob {
        width: 120px;
        height: 120px;
    }
    .expertise-orbit-node {
        width: 50px;
        height: 50px;
        margin: -25px;
    }
    .expertise-icon-holder img {
        width: 50px;
        height: 50px;
    }
}
/****/
/* Responsive Styles */

@media (max-width: 767px) {
    .industry-card {
        height: 180px;
    }
    .industry-icon img {
        width: 25px;
        height: 25px;
    }
}
/* Loading State */
.industry-card.loading {
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
/**portfolio page**/
.filter-btn {
    position: relative;
    overflow: hidden;
    margin: 5px;
    border-radius: 30px;
    padding: 7px 42px;
    color: #111111;
    background: #ffffff;
    border: 1px solid #e3002b;
    transition: color 0.4s ease;
    z-index: 1;
}

/* Animated Background Layer */
.filter-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #e3002b;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
    border-radius: 30px;
    z-index: -1;
}

/* Hover Effect */
.filter-btn:hover::before {
    transform: scaleX(1);
}
img.card-img-top {
    height: 275px;
    object-fit: cover;
}
.filter-btn:hover {
	color: #fff;
	background: transparent !important;
    border-color: #e3002b !important;
}

/* Active State */
.filter-btn.active {
    background: #e3002b !important;
    border-color: #e3002b !important;
    color: #fff;
}
/**portfolio-end**/
/*animations*/
/*bannner-typing*/
.animated-title {
    min-height: 130px;
    max-width: 800px;
    line-height: 1.2;
    min-height: 160px;
}


/*banner-box and star vactor*/
.stats-boxx {
    display: inline-block;
    animation: stats-left-right 5s infinite ease-in-out;
}

@keyframes stats-left-right {
    0% {
        transform: translateX(-3px);
    }
    50% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(-3px);
    }
}

.star-vector, .star-vector-left {
    display: inline-block;
    animation: stats-move-horizontal 5s infinite ease-in-out;
}

@keyframes stats-move-horizontal {
    0% {
        transform: translateX(-6px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(-6px);
    }
}

@media(max-width: 769px){
.pre-foterdis {
    max-width: 100%;
}
.faq-section {
  padding: 60px 20px;
}
	
}
/*tecnology-section*/
/*TABLET */
@media (max-width: 991px) {
	.card-content {
		padding: 30px;
	}
}

/*MOBILE (STACK ENABLED) */
@media (max-width: 768px) {
	.card-industery {
		top: 50px;
	}
	.swiper-nav button {
		margin-bottom: 5px;
		margin-top: 22px;
	}
	header .custom-logo-link img {
		max-width: 100% !important;
		width: 227px !important;
	}
	.card-content p{
	   font-size: 15px !important;
	}
	.industry-title{
		margin:0;
	}
	ol, ul {
		padding-left: 0rem;
	}
	
	:root {
		--card-top-offset: 2.2rem;
	}
	.card-content {
		padding: 25px;
	}
	.custom-footer-wrapper {
		padding: 50px 15px 0px;
	}
}
 @media (min-width:1024px){
/* 	 .custom-footer-wrapper {
		 padding: 100px 15px 0px;
	 } */
} 
@media (min-width:1024px){
	.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
		justify-content: space-between !important;
	}
}

/* Css for responsive */
/* for both mobile and tabs */
@media (max-width: 991.98px) {
	section.hero-banner {
		padding-bottom: 90px !important;
	}
	.review-title {
	  font-size: 20px !important;
	}

	.hero-banner .star-vector-left {
		top: 49% !important;
		right: 5% !important;
	}
	.animated-title {
		min-height: 68px !important;
		width: 100% !important;
	}
	.hero-banner .tag-image {
		width: 100% !important;
	}
	.review-section {
		padding: 60px 0px;
	}
	.review_rate{
		font-size:32px !important;
	}
	.stat-number{
		font-size:20px !important;
		line-height:22px !important;
	}
	.card-industery:nth-child(1) .card-content {
		transform: scale(0.90) !important;
	}
	.card-industery:nth-child(2) .card-content {
		transform: scale(0.95) !important;
	}
	.industry-image {
		width: 100%!important;
		object-fit: cover;
		height: 100% !important;
	}
	.card-industery{
		padding-top:0px !important;
	}
	section.stack-section {
		padding: 60px 5px 0px 5px;
	}
	section.business-hero {
		padding: 90px 0px !important;
	}
	.tech-universe-section,.tech-universe-section {
		padding: 60px 5px;
	}
	.padding_l_r{
		padding:0px !important;
	}
	.faq-btn {
		font-size: 16px !important;
		padding:12px 15px !important;
	}
	.widget.widget_nav_menu,.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow{
		text-align:left !important;
	}
	.wp-block-media-text.is-stacked-on-mobile.fotter-iconbox {
		display: flex !important;
		gap: 14px;
	}
	section.pre-footer {
		padding-top: 50px;
	}
	.site-primary-footer-wrap {
		padding-top: 0px !important;
		padding-bottom: 6px !important;
	}
	.forminator-row-last .forminator-field {
		display: flex;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}
	.forminator-ui.forminator-custom-form[data-design=default] .forminator-button{
		 width: auto !important;
	}
	.testimonial-cont {
		font-size: 12px;
		margin-bottom: 0;
		width: 50%;
	}
}
/* only for tabs */
@media (min-width: 576px) and (max-width: 991.98px) {
  	.bottom-minus {
   	 bottom: -5% !important;
	}
}
/* only for mobiles */
@media (max-width: 575.98px) {
	ul#menu-privacy-policy {
		display: flex;
		gap: 10px;
		text-align: center;
		justify-content: flex-end;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.flipcard-image {
		width: 75% !important;
		margin: 0 auto;
		height: auto !important;
	}
	ul#cards {
		margin-top: 11px;
	}	
	.bottom-minus {
    	bottom: -10% !important;
	}
	.banner-content{
		text-align: center;
	}
	.branding_logo,.brand-slider-wrapper{
		padding:10px 0px !important;
	}
	ul#menu-privacy-policy {
		justify-content: center;
	}
	.footer-wizet-too .wp-block-media-text__content p {
		text-align: left;
	}
	.pre-footer, .custom-footer-wrapper {
		padding: 0 !important;
		padding-top: 20px !important;
	}
	/**about-page**/
	.who-we-section {
		padding: 60px 0;
	}
	.who-image-wrapper img {
		width: 100%;
		height: 325px;
		object-fit: cover;
		border-radius: 25px;
	}
	.wp-block-media-text__content {
		padding: 0 !important;
	}
	.footer-widget-area  h2.widgettitle, h2.wp-block-heading {
		margin-bottom: 10px;
	}
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 5px !important;
	}
}

/* portfolio */
/* Pagination Styling */
.pagination-wrapper .page-numbers {
    padding: 10px 13px;
    margin: 0 5px;
    border: 1px solid #e30613;
    border-radius: 50px;
    color: #e30613;
    text-decoration: none;
    transition: 0.3s;
}
.pagination-wrapper .page-numbers.current {
    background: #e30613;
    color: #fff;
}
 
.pagination-wrapper .page-numbers:hover:not(.current) {
    background: #fdeaea;
}

/* Mobile Accordion Specific Styles */
.mobile-tab-btn {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 18px 25px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.mobile-tab-btn.active {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.mobile-tab-btn .chevron::after {
    content: '+';
    font-size: 1.5rem;
}

.mobile-tab-btn.active .chevron::after {
    content: '−';
}
/* Define a shake followed by a long pause */
@keyframes shake-and-break {
  /* The Shake Phase (0% to 25%) */
  0% { transform: rotate(0deg); }
  5% { transform: rotate(-5deg); }
  10% { transform: rotate(5deg); }
  15% { transform: rotate(-5deg); }
  20% { transform: rotate(5deg); }
  25% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
.service-cards:hover{
	border: 1px solid #e30613 !important;
}
.service-cards {
    border: 1px solid #ffffff !important;
    padding: 15px 15px;
}
.service-cards .icons-wrappers {
    background: #E3002B2B;
    padding: 10px 10px;
    border-radius: 59px;
    border: 1px solid #e3002b1f;
}
.servicess-icons {
    display: inline-block;
    animation: shake-and-break 2s ease-in-out infinite;
    height: 32px;
    width: 32px;
}
/* Ensure the container has a defined height/context */
.case-study-gallery-section {
    margin-top: -89px;
}
.caseStudyGallerySwiperUnique {
    width: 100%;
    height: auto;
    position: relative;
}

.case-study-slide-item img {
    height: 520px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Make sure arrows are visible on top of images */
.case-study-next-btn,
.case-study-prev-btn {
    color: #fff !important;
    z-index: 100;
}
.case-study-pagination {
    bottom: 10px !important;
}
/* Container to hide the image overflow during zoom */
.zoom-container {
    width: 100%;
    height: 520px; 
    overflow: hidden;
    border-radius: 16px;
    background: #000; 
}

.zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
}
/* Subtle Zoom: Long pause, then a small zoom */
.swiper-slide-active .zoom-container img {
    animation: subtleZoom 10s infinite ease-in-out;
}
.portfolio-page {
    padding-bottom: 110px !important;
}
@keyframes subtleZoom {
    0%, 70% {
        transform: scale(1);
    }
    85% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1); 
    }
}
/* Navigation & UI Styles */
.case-study-pagination .swiper-pagination-bullet { background: #fff; opacity: 0.6; }

/* Portfolio nav styles */


/* Astra Main Header */
.site-header {
    transition: transform 0.3s ease-in-out;
    position: sticky;
    top: 0;
	z-index: 1001 !important;
    transition: transform 0.3s ease-in-out;}

/* Jab header chhupana ho */
.site-header.hide-header {
    transform: translateY(-100%);
}
.portfolio-sticky-nav {
    padding: 20px 0 !important
}
/* Portfolio Nav Wrapper */
.portfolio-sticky-nav-wrapper{
  position: sticky;
  top: 0;
  z-index: 998;
  transition: top 0.3s ease;
}

.site-header-visible .portfolio-sticky-nav-wrapper {
    top: 83px !important;
}

.site-header-visible .portfolio-sticky-nav-wrapper .navbar-nav{
	border-bottom: none !important;
}
/* CSS to match image_27e09c.jpg */
.bg-dark { background-color: #0c0d0e !important; }
.text-teal-custom { color: var(--color-primary); }
.text-warning-custom { color: var(--color-secondary); }
.tech-nav-pills .nav-link {
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}
.tech-content-wrapper ul li{
	color: #2e2e2e;
}
.tech-content-wrapper ul li strong {
    font-size: 18px;
}
.tech-nav-pills .nav-link:hover {
    border-color: var(--color-primary);
   background-color: #ffffff;
    color: #000 !important;
}
.tech-nav-pills .nav-link.active {
    background-color: #fff !important;
    color: var(--color-secondary) !important;
    border-color: var(--color-primary) !important;
}
.tech-card {
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.tech-card:hover {
    border-color:var(--color-primary) !important;
    transform: translateY(-5px);
}
.portfolio-icons {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    z-index: 999;
}
.portfolio-icon-2{
	position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    z-index: 999;
}
/* cta portfolio */
.cta-section {
    overflow: hidden;
    position: relative;
}
/* Circle Wrapper */
.counter-circle-wrap {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rotating SVG Animation */
.rotating-svg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 20s linear infinite;
}

@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Value & Text inside circle */
.counter-val {
    text-align: center;
    z-index: 5;
    padding: 10px;
}

.counter-val h3 {
    font-size: 1.8rem;
}

/* Mobile Specific Tweaks */
@media (max-width: 767.98px) {
    .cta-section {
        padding: 60px 0;
        text-align: center;
    }
    
    .counter-circle-wrap {
        width: 140px; /* Thoda chhota mobile ke liye */
        height: 140px;
        margin-bottom: 20px;
    }
    
    .counter-val h3 {
        font-size: 1.5rem;
    }
    
    .counter-val p {
        font-size: 10px !important;
    }
}
.tec-cont {
    max-width: 785px;
    margin: 0 auto;
}

section.cta-section::after {
    content: "";
    position: absolute;
    inset: 0;             
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
section.policy-title-section{
    padding: 150px  15px 80px 15px;
}
.policy-content-section ul.wp-block-list {
    margin-left: 30px;
}

#masthead.reverse-sticky{
	position: fixed;
	top:0;
	width:100%;
	z-index:9999;
	transition: all .3s ease;
}
body.single-portfolio #masthead{
	transition: transform .3s ease;
}
/*about video section */
/* DESKTOP & GENERAL STYLES */
.sound-btn img,.sound-btn{
	width:30px !important;
	height:30px !important;
}

.sound-btn {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;

    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 10px;
    border-radius: 50%;
}
.gsap-video-scroll-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}
.section-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.video-sticky-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;    
    justify-content: center;  
    z-index: 2;
}
.main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 96px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    gap: 15px;
}
.text-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.line-middle { gap: 30px; }
.line-middle .text-part { flex: 1; white-space: nowrap; }
.left-text { text-align: right; }
.right-text { text-align: left; }
 
.video-mask-container {
    width: 180px; 
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 100; 
    flex-shrink: 0;
    transform-origin: center center;
    background: #000;
}
.scroll-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-content .wp-block-table .has-fixed-layout {
    width: max-content !important;
    overflow-x: scroll !important;
}
.mobile-video { display: none; }
.desktop-video { display: block; }
.scroll-indicator-wrap { bottom: -3vh; }

/* TABLET & MOBILE FIXES */
@media (max-width: 768px) {
	.category-next {
		right: 1px !important;
	}
	.category-prev {
		left: 1px !important;
	}
	.blog-content{
		padding-top: 25px !important;
	}
	.blog-content ul.wp-block-list {
		margin-left: 36px !important;
	}
	.desktop-video { display: none; }
	.mobile-video { display: block; }
	.main-title { 
		font-size: clamp(2rem, 10vw, 3.5rem); 
		gap: 10px;
		padding: 0 20px;
	}
    /* Stack the middle line vertically on mobile */
    .line-middle {
        flex-direction: column;
        gap: 10px;
    }
    .line-middle .text-part {
        flex: none;
        width: 100%;
        text-align: center;
    }
    .video-mask-container {
        width: 140px;
        height: 100px;
        border-radius: 10px;
        margin: 10px 0;
    }
    .scroll-indicator-wrap { bottom: -6vh; }
	.scroll-indicator-wrap img{
		width:18px !important;
	}
}
 
.mouse-animation { animation: bounce 2s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(10px); } }


.single-blog{
  background: 
    radial-gradient(circle at 85% 20%, rgba(220, 20, 60, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 15% 10%, rgba(180, 0, 30, 0.3) 0%, transparent 40%),
    linear-gradient(135deg, #0a0000 0%, #000000 100%);  
}
.section-bottom-div {
    height: 60px; 
    left: 0;
}
@media (min-width: 921.2px) {
	.single-blog{
		padding:140px 20px 0px 20px;
	}
	.section-bottom-divider {
        height: 120px; 
    }
}

@media (max-width: 921px) {
	.featured-image-wrapper img{
			height: 175px !important; 
	}
	.single-blog{
		padding:80px 0px 0px 0px;
	}
}

html {
    scroll-behavior: smooth;
}

/* 1. Fix for Header Covering Content */
.blog-content h2[id] {
    scroll-margin-top: 140px; 
}

/* 3. Table of Contents Active Link State */
.toc-list a {
    transition: all 0.3s ease;
    display: block;
    border-left: 2px solid transparent;
    padding-left: 10px;
}

.toc-list a:hover, .toc-list a.active-toc {
    color: #e3002b !important;
    border-left-color: #e3002b;
    font-weight: 700;
}

/* 4. Bottom Divider Heights */
.section-bottom-divider { height: 60px; }
@media (min-width: 992px) { .section-bottom-divider { height: 120px; } }
   
.category-slider {
    padding: 0 40px; 
    position: relative;
    overflow: hidden;
}

.category-slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap !important;  
}

.category-slider .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
}
.category-next, .category-prev {
    color: #ffffff;
    background: #e3002b;
    width: 25px !important;
    height: 25px !important;
    padding: 10px;
    border-radius: 20px;
}

.category-next::after, .category-prev::after {
    font-size: 14px !important;
    font-weight: bold;
}

.category-prev {
 left: -4px;
 top:35px;
}
.category-next {
	right: -4px;
	top:35px;
}
.is-sticky .desktop-menu a, .reverse-sticky .desktop-menu a{
	color:#1f1f1f;	
}
.menu-toggle:hover{
	background:transparent !important;
	color:#e3002b !important;
}
.mega-content h3{
	margin-bottom:22px !important;
}
.site-footer ul#menu-company {
    display: flex;
    flex-direction: column;
}

.service-card h4 a,
.popular-item h5 a {
    text-decoration: none;
    color: black;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.service-card h4 a::after,
.popular-item h5 a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e3002b;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
.service-card h4 a:hover::after,
.popular-item h5 a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
a:focus-visible{
	outline:none !important;
}
.desktop-menu a:focus,
.desktop-menu a:active {
    outline: none !important;
    box-shadow: none !important;
}
@media screen and (max-width:1270px){
	.ast-custom-button{
		padding:16px 25px 16px 15px !important;
	}
	.ast-custom-button::after{
		display:none;
	}
.desktop-menu {
    gap: 20px;   
}
}
.site-logo-img a:focus,
.site-logo-img a:active,
.site-logo-img img {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.single-post .contact-testimonial-section {
  background: #fff;
}
a.nav-link:focus {
    outline: none;
    box-shadow: none;
}


/*  */
.counter-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 100px; 
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-number {
    color: #ffffff; 
}
.counter-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5), transparent);
}

@media (max-width: 767px) {
	.mobile-menu-header-top .close-btn, .mobile-menu-toggle {
		border-radius: 5px !important;
	}

	.counter-wrapper {
		border-radius: 20px;
	}
	.portfolio-page {
		padding: 95px 0px 0px 0px;
	}
	.case-study-gallery-section {
		margin-top: -95px;
	}
	.zoom-container {
		height: 250px; 
	}
	.portfolio-icons, .portfolio-icon-2{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.swiper.caseStudyGallerySwiperUnique.swiper-nav button {
		padding: 5px 10px !important;

	}
}
/* Default state (Mobile & Tablet) */
.sticky-desktop {
    position: relative;
    top: auto;
    z-index: 1;
}

/* 1024px aur usse upar ke liye sticky position */
@media (min-width: 1024px) {
    .sticky-desktop {
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}
a, a:focus {
    outline: none !important;
}
@media(max-width: 1024px){
	.portfolio-sticky-nav-wrapper {
		display: none;
	}
	.ast-header-button-1[data-section="section-hb-button-1"] {

		display: none;
	}
}
button.mobile-menu-toggle:hover{
    background-color: #11111100 !important;
    color: #fff !important;
}
#menu-privacy-policy li {
    position: relative;
    display: inline-block;
    padding-right: 9px;
   
}

#menu-privacy-policy li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
    width: 2px; 
    height: 10px;
    background-color: #fff; 
}
a {
    text-decoration: none !important;
}
#menu-privacy-policy li:last-child::after {
    display: none;
}
 