/* @import url("./fonts/WebFonts/Web\ Fonts\ Demo.css");
 */

* {
    margin: 0;
    padding: 0;
	color: var(--thinkblack);
    box-sizing: border-box;
	
}

p{
	margin:0;
}



.heading-spacing {
    margin-bottom: 8px; /* or whatever looks good */
}

.bannerpara {
    margin-top: 0;
}

.servicesNewImg{
	margin-top:-4rem;
}


.thinkbar-footer,
.footer-mobile {
  color: #ffffff;
}

.thinkbar-footer a,
.footer-mobile a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.thinkbar-footer a:hover,
.thinkbar-footer a:focus,
.thinkbar-footer a:active,
.footer-mobile a:hover,
.footer-mobile a:focus,
.footer-mobile a:active {
  color: #E0B24A;
}





	@media (max-width: 768px) {
		
  .siteimage1 {
    width: 190px!important;     
	  margin-top:6rem;
	  margin-right:7rem!important;
  }
}

@media (max-width: 767px) {
  .contactusform + div {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .contactusform1 .gradientBtnContact {
    display: flex;          
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .about-flex .SecondBlock {
    display: flex;        
    margin-left: auto;
    margin-right: auto;
	  margin-top:2rem!important;
  }
}

@media (max-width: 767px) {
  .dialers .SecondBlock {
    display: flex!important;          
    margin-left: auto;
    margin-right: auto;
	  justify-content:center;
  }
}

@media (max-width: 767px) {
  .serviceBanner .gradientBtn {
    display: flex!important;          /* override inline-flex */
    margin-left: auto!important;
    margin-right: auto;
	  justify-content:center;
  }
}


@media (max-width: 767px) {
  .ecommerce .SecondBlock {
    display: flex!important;          /* override inline-flex */
    margin-left: auto!important;
    margin-right: auto;
	  justify-content:center;
  }
}

@media (max-width: 767px) {
  .ads-content .SecondBlock {
    display: flex!important;          /* override inline-flex */
    margin-left: auto!important;
    margin-right: auto;
	  justify-content:center;
  }
}




.seoimg2 img{
	width:70%;
	margin-top:1rem;
	margin-left:5rem;
}

@media (max-width: 767px) {
	.designLine{
		margin-left:4rem;
}
  .designBox .gradientBtnWhiteDesign {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.para-cards-container .new-svg img{
	max-width:80px !important;
}

.para-cards-container .new-svg1 img{
	max-width:110px !important;
}

.footer-svg-img{
	width:95%;
	margin-left:2rem;
}

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

.about-page .about-white-header .logo img{
	width:180px;
}

.app-img{
	margin-top:-2rem;
}

.web-img{
	
margin-top:2rem;	
}


.heading-spacing {
  letter-spacing: 0.03em!important;
}


.contactusform1 .gradientBtn  {
  margin-left:-1rem;
}

.contactusform1 .gradientBtn .txt {
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.contactusform1 .gradientBtn .txt i {
  color: #ffffff !important;
}

.contactusform1 .gradientBtn .text-wrap {
  border-bottom: 1px solid #ffffff !important;
}

.contactusform1 .gradientBtn:hover .txt {
  color: #000000 !important;
}

.contactusform1 .gradientBtn:hover .txt i {
  color: #000000 !important;
}

.contactusform1 .gradientBtn:hover .text-wrap {
  border-bottom-color: #000000 !important;
}


.gradientBtnContact {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
	margin-left:3px;

  font-family: var(--urbanist, sans-serif);
  font-size: 22px;
  text-transform: uppercase;

  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
	margin-top:15px;
}


.gradientBtnContact::before {
  content: "";
  position: absolute;
  inset: 0;

  width: 47px;
  height: 100%;
  padding-left: 1rem;

  background: #E0B24A;
  border-radius: 50px;

  transition: width 1.3s ease;
  z-index: 0;
}

.gradientBtnContact:hover::before {
  width: 100%;
}


.gradientBtnContact .text-wrap {
  position: relative;
  z-index: 1;

  height: 1.2em;
  display: inline-block;
  overflow: hidden;

  border-bottom: 1px solid #ffffff;
  transition: border-color 0.6s ease;
}


.gradientBtnContact .txt {
  position: relative;
  display: block;
  line-height: 1.2;

  transition: transform 0.6s ease;
}

.gradientBtnContact .txt.original {
  transform: translateY(0);
}

.gradientBtnContact .txt.new {
  position: absolute;
  inset: 0;
  transform: translateY(100%);
}

.gradientBtnContact:hover .txt.original {
  transform: translateY(-100%);
}

.gradientBtnContact:hover .txt.new {
  transform: translateY(0);
}

.gradientBtnContact .txt a {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  text-decoration: none;
  color: #ffffff;

  transition: color 0.6s ease;
}

.gradientBtnContact .txt a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 1em;
  height: 1em;

  color: #ffffff;
  transform: rotate(0deg);
  transform-origin: center;

  transition: color 0.6s ease, transform 0.35s ease;
  will-change: transform;
}

.gradientBtnContact:hover .text-wrap {
  border-bottom-color: #000000;
}

.gradientBtnContact:hover .txt a {
  color: #000000;
}

.gradientBtnContact:hover .txt a i {
  color: #000000;
  transform: rotate(-45deg);
}

.NEWFAQ1{
	margin-top:5rem;
	margin-bottom:5rem;
}

@media (max-width: 768px) {
	
	.app-img{
	margin-top:0rem;
}

  .gradientBtnContact {
    padding: 9px 12px ;
    font-size: 18px;
    border-radius: 40px;
  }

  .gradientBtnContact::before {
    width: 38px;
  }

  .gradientBtnContact .text-wrap {
    height: 1.1em;
    border-bottom-width: 1px;
  }

  .gradientBtnContact .txt {
    line-height: 1.1;
  }

  .gradientBtnContact .txt a i {
    font-size: 0.9em;
  }

  .gradientBtnContact::before,
  .gradientBtnContact .txt,
  .gradientBtnContact .txt a,
  .gradientBtnContact .txt a i {
    transition-duration: 0.4s;
  }
}




.image-center {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.image-center img {
  width: 500px;      
  max-width: 100%;
  height: auto;
}

.sub-heading {
  font-weight: 600;
  margin-top: 24px;
}

.para-italic {
  font-style: italic;
  margin-top: 8px;
}



.newseobutton{
	margin-top:2rem!important;
}

.about-page .about-white-header {
  background: #ffffff !important;
	color:#0000;
  transition: background-color 0.3s ease;
}

.about-page .about-white-header .blackLogo {
  display: block;
}

.about-page .about-white-header .whitelogo {
  display: none;
}


.about-page .about-white-header #menubtn {
  border: 1.5px solid #000000;
  color: #000000;
}

.about-page .navbar:not(.about-white-header) #menubtn {
  border: 1.5px solid #ffffff;
  color: #ffffff;
}


.about-page .about-white-header {
  background: #ffffff !important;
}

.about-page .about-white-header a[href^="tel"] button,
.about-page .about-white-header a[href^="tel"] i,
.about-page .about-white-header a[href^="tel"] span {
  color: #000000 !important;
}

.about-page .about-white-header #menubtn {
  color: #000000 !important;
  border-color: #000000 !important;
}

.about-page .navbar:not(.about-white-header) #menubtn {
  color: #ffffff;
  border-color: #ffffff;
}


.about-page .navbar button,
.about-page .navbar #menubtn {
  color: #ffffff;
}



.mobile-social-navigation__heading {

  color: #ffff;
 
}

.mobile-social-navigation__link {
	  color: #ffff;

}

@media (max-width: 768px) {
	
	.circle_container{
		display:none;
	}
	.measureImpact .leadSection{
		margin-top:0rem!important;	
	}
	
	.menu-overlay .menu-header .logo img{
		max-width:140px!important;
	}
	
.mobile-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    background: inherit;
}

/* CONTACT INFO */
.mobile-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.mobile-contact-info__item {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.mobile-contact-info__item i {
    color: #ffffff;
    font-size: 14px;
    transition: color 0.3s ease;
}

/* Hover Golden */
.mobile-contact-info__item:hover i {
    color: #E0B24A;
}


/* SOCIAL SECTION */
.mobile-social-navigation {
    width: 100%;
    padding-top: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;

    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Follow text */
.mobile-social-navigation__heading {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.8;
}

/* Social links */
.mobile-social-navigation__link {
    display: flex;
    align-items: center;
    gap: 6px;

    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-social-navigation__link i {
    font-size: 12px;
    transition: color 0.3s ease;
}

/* Hover golden */
.mobile-social-navigation__link:hover,
.mobile-social-navigation__link:hover i {
    color: #E0B24A;
}

}


@media (max-width: 768px) {
	
	
	.iconformobile img{
		max-width:75px!important;
	}
	
	.menu-overlay .nav-menu li {
		margin-bottom:3px!important;
	}
			
	
	    .menu-overlay .menu-content{
			margin-left:0!important;
		width:100%;
	}


  .menu-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .has-submenu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
   
  }
	
	
	
	.menu-overlay .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: fit-content;

    /* Center the grid itself */
    margin: 0 auto;

    /* Optional: center items inside each grid cell */
    justify-items: center;
    align-items: center;
}


  .has-submenu.active .submenu {
    max-height: 900px;
	
  }

 
	.menu-overlay .nav-menu ul {
		margin-bottom:0!important;
	}


.services-toggle .arrow-icon {
    font-size: 20px;
    color: #E0B24A;   /* normal color */
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

	.services-toggle1.active .arrow-icon {
    color: #E0B24A;   /* golden */
}
/* Hide arrow by default */
.menu-item .arrow-icon {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show arrow when submenu is active */
.menu-item.active .arrow-icon {
    opacity: 1;
    visibility: visible;
}



  
	
	 .menu-item.has-submenu.active {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
	
	
	


  /* Grid inside mobile menu */
  .submenu.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}



@media (max-width: 768px) {
	
	.testimonial .dets {
    font-size: 18px!important;
    line-height: 1.6;
}
	
	.seoimg2{
		margin-top:0rem;

}
	.heading-spacing {
  letter-spacing: 0rem!important;
  white-space: wrap;
}
	
	.newcenterbtn{
		text-align:center!important;
	}
	.footer-logo-header img{
			max-width:50px;
	}
	
	
	.mobilerowfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;   
            width:75%;
		
}

	
	.mobile-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;   /* little breathing space */
}

.mobile-contact-info__item {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}


  /* Main mobile footer container */
  .mobile-menu-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0;
  }
  
  /* Social navigation wrapper */
  .mobile-social-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  
  /* "Follow Us" heading */
  .mobile-social-navigation__heading {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding-right: 12px;
    margin-right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    white-space: nowrap;
  }
  
  /* Social link base styles */
  .mobile-social-navigation__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    border-radius: 8px;
    transition: all 0.2s ease;
    text-decoration: none;
   
  }
  

  
 .mobile-social-navigation__arrow {
  font-size: 12px;
  color: #FFFFFF;
  display: inline-block; /* important for transform */
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

  
  
}


@media (max-width: 360px) {
  .mobile-social-navigation {
    padding: 0 12px;
  }
  
  .mobile-social-navigation__link {
    padding: 10px 12px;
    font-size: 13px;
  }
}

.Aboutusline{
	margin-right:45rem;
}

.faq-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.FirstBlock1{
	margin-top:-5rem;
}
.secondBlock1{
		margin-top:-7rem;

}
.bannerpara {
 
  transition: max-height 0.5s ease, opacity 0.35s ease;
  opacity: 1;
}

/* Expanded state */
.bannerpara.expanded {
  max-height: 1000px; /* large enough for full text */
  opacity: 1;
}

/* Read toggle */
.bannerpara .read-toggle {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.bannerpara .read-toggle:hover {
  transform: translateX(4px);
  opacity: 0.85;
}

/* Hide Read More when expanded */
.bannerpara.expanded .read-more {
  opacity: 0;
  pointer-events: none;
}


.client-logo img {
  width: 100%;       
  max-width: 200px;  
  height: auto;
  object-fit: contain;
}



.blog-grid{
	padding-top:15rem;
}

.blogBTN{
	margin-left:-1rem;
}

.blog-cnt .semi-heading {
  margin-bottom: 12px;
	line-height: 1.3;
	font-size:26px;
/* 	margin-top:5rem; */
}

.top-heading{
	margin-top:-0.7rem;
}

.blog-cnt .para {
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}


.blog-upper-container{
	display:flex;
	width:100%;
	padding-top:2rem;
		padding-bottom:2rem;

}
.faq .wrapper {
  min-height: 400px;
  transition: min-height 0.4s ease;
  position: relative;
}

.faq.expanded .wrapper {
  min-height: auto;
}

.New-text{
	  margin-top: 2rem!important;

}
.faq .text-center {
  position: relative;
  margin-top: 1rem;
  transition: all 0.4s ease;
}


.faq:not(.expanded) .text-center {
  margin-top: -0.5rem; 
  top: -20px; 
}

.faq:not(.expanded) .text-center2 {
  margin-top: -0.5rem; 
  top: -60px!important; 
}

.faq.expanded .text-center {
  margin-top: 1.5rem;
  top: 0;
}

.faq-item {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: 
    max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s ease 0.05s,
    transform 0.3s ease 0.05s,
    margin-bottom 0.3s ease,
    padding-bottom 0.3s ease;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
  will-change: max-height, opacity, transform;
}

.faq-item.visible {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom-color: #eee;
}

.faq .wrapper {
  position: relative;
}


.faq-item-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.faq-item-wrapper > * {
  min-height: 0;
  overflow: hidden;
}

.faq-item-wrapper.visible {
  grid-template-rows: 1fr;
}





.tittleNew  {
   
    letter-spacing: 0.9px!important;
    line-height: 1.4;
  
}



.BTN {
  font-size: 18px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .BTN {
    font-size: 14px;
    padding: 8px 12px;
  }

  .header-actions {
    justify-content: flex-end; 
    flex-wrap: nowrap;
  }
}




.thinkbar-ads-illustration {
    width: 260px;          
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;  
}

@media (min-width: 1200px) {
    .thinkbar-ads-illustration {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .thinkbar-ads-illustration {
        width: 220px;
        margin: 0 auto;   
    }
}

@media (max-width: 575px) {
    .thinkbar-ads-illustration {
        width: 180px;
    }
}


html, body {
  overflow-y: auto !important;
  height: auto !important;
}


.about-home-text .main-heading.text-start.text-start-new {
  
    line-height: 1.2; 
    letter-spacing: -0.01em;
    margin-bottom: 0.2rem;
}

	.about-image {
  overflow: visible;
}

.about-image img {
  width: auto;
  max-width: 80%;
  height: auto;
}


.about-home-text{
	display:flex;
	flex-direction:column;
	
}

.svgLineBanner {
  stroke-dasharray: 9999;
  stroke-dashoffset: 9999;
  visibility: hidden;
}



.designing {
  overflow: hidden;
}

.designing .container {
  display: flex;
  width: max-content;
}



body, html {
  overflow-x: hidden;
  width: 100%;
}

.NewBtn2 {
		margin-top:-0.5rem!important;

}

.NewBTN{
	margin-top:-1rem!important;
}

@media (max-width: 767px) {
	
	.blogBTN {
		margin-left:-1.5rem!important;
	}
	
.NewBTN{
		margin-left:-1.5rem!important;
	} 
	

	.Aboutusline{
		margin-right:0;
	}
  .testimonialineBelow {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .testimonialineBelow svg {
    display: block;
    margin: 0 auto;
  }
}


:root {
    --mullish: 'Mulish', sans-serif;
    --urbanist: "Urbanist", sans-serif;
    --thinkblack: #262626;
    --interphrase: "TT Interphases Pro Trl Variable";
    --cabin: "Cabin", sans-serif;
    --lato: "Lato", sans-serif;
	--urbanist: 'Urbanist', sans-serif;
	  --mulish: 'Mulish', sans-serif;
}

.contactusform1 input,
.contactusform1 textarea,
.contactusform1 select {
	color:#ffff!important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    padding: 0px 0 !important;  
    margin: 0 !important;
    box-sizing: border-box !important;
}

.contactusform1 textarea {
    min-height: 90px !important;
    max-height: 120px !important;
    resize: vertical !important;
    padding: 6px 0 !important;
}

.contactusform1 select {
    margin-top: -0.1rem !important;
}






.contactusform input,
.contactusform textarea,
.contactusform select {
    font-size: 18px !important;
	        padding: 0px 0 !important;  
	    margin: 0 !important;
	    box-sizing: border-box !important;
  
}

.contactusform{
	margin-left:-2.5rem!important;
}

.contactusform textarea {
    min-height: 40px;       
    max-height: 60px;
    resize: vertical;       
    padding: 0px;
}


.contactusform select
{
margin-top:-0.1rem;
}



.Svgpaddingclass{
	padding-bottom:5rem;
	margin-left:4rem;
}

.designLineNEW {
    margin-top: 8rem;

    position: relative;
    left: 80%;
    transform: translateX(-50%);
    
    display: flex;
    justify-content: center;
}

.contactusform1 select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    background: transparent !important;
    background-image: none !important;
    border: none;
    outline: none;
    color: #fff;
}

/* 
.thinkbar-navigation-menu .thinkbar-nav-item:hover {
    color: #fbbf24 !important;
}


.thinkbar-contact-block a:hover {
    color: #fbbf24 !important;
}
 */

.ContainerGAP{
	padding-left:5rem;
}
.client-result{
	padding-bottom:7rem;
	
}

.menu-overlay {
  transition: opacity 0.5s ease, transform 0.5s ease;
}




.bannerpara .no-wrap {
  white-space: nowrap;
}


.splide__list {
  height: auto !important;
}

.about-backgound{
	  background: #fffdf3;
}

.backgound-main{
	  background: #fffdf3;
}





@media (max-width: 768px) {
	.Svgpaddingclass{
	margin-left:-1rem;
		height:50%;
		z-index:2!important;
		
}
	.counter2{
		margin-left:0rem;
	}
	
  .about .container {
    padding-left: 12px;
    padding-right: 12px;
  }
	
}




.AI_LEAD{
	padding-top:6rem;
}


.careers-empty-state {
    text-align: center;
	color:#fff;
    padding: 60px 20px;
    border-radius: 8px;
    margin: 40px auto;
    max-width: 800px;
    width: 90%;
}



.careers-empty-title {
    font-size: 32px;
	color:#fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.careers-empty-text {
    font-size: 18px;
	color:#fff;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto 30px;
}


@media (max-width: 768px) {
	
	.FirstBlock{
		margin-top:-4rem;
	}
    .careers-empty-state {
        padding: 40px 15px;
        margin: 30px auto;
        width: 95%;
    }
    
    .careers-empty-icon {
        font-size: 40px;
    }
    
    .careers-empty-title {
        font-size: 28px;
    }
    
    .careers-empty-text {
        font-size: 16px;
    }
    
    .careers-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .careers-notify-btn,
    .careers-contact-link {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .careers-empty-title {
        font-size: 24px;
    }
    
    .careers-empty-text {
        font-size: 15px;
    }
}


.submit-wrap {
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: 30px;
	margin-left:-9rem;
}

.svg-code{
	position: absolute;
width: 320px;
height: 103px;
left: 607px;
top: 2954px;
border: 1.4px dashed #000000;

}



/* .text-wrap a:hover {
    color: #262626 !important;
}


.text-wrap4 a:hover {
    color: #fff !important;
}
 */

.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio){
min-height:50px;
}


body.page-template-homepage-new .client-slider .splide__track li {
    background: #ffffff6e;
}

nav.navbar.navbar-expand-lg {
    background:#05014a;
}
body.page-template-homepage-new{
    background: #FFFDF0;
}

body.page-template-homepage-new .bantext {
	font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
	text-align:left;
	margin-top: 5rem;
}
body.page-template-homepage-new .bantext .word {
  display: inline-block;
  position: relative;
  width: 800px; 
  height: 1em;
  vertical-align: bottom;
  color: white;
}
body.page-template-homepage-new .bantext .word span {
  color: white;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  animation: rotateWord 25s linear infinite;
}
body.page-template-homepage-new .bantext .word.left span:nth-child(1) { animation-delay: 0s; }
body.page-template-homepage-new .bantext .word.left span:nth-child(2) { animation-delay: 4.1667s; }
body.page-template-homepage-new .bantext .word.left span:nth-child(3) { animation-delay: 8.3334s; }
body.page-template-homepage-new .bantext .word.left span:nth-child(4) { animation-delay: 12.5001s; }
body.page-template-homepage-new .bantext .word.left span:nth-child(5) { animation-delay: 16.6668s;}
body.page-template-homepage-new .bantext .word.left span:nth-child(6) { animation-delay: 20.8335s; }

body.page-template-homepage-new .bantext .word.right span:nth-child(1) { animation-delay: 0s; }
body.page-template-homepage-new .bantext .word.right span:nth-child(2) { animation-delay: 4.1667s; }
body.page-template-homepage-new .bantext .word.right span:nth-child(3) { animation-delay: 8.3334s; }
body.page-template-homepage-new .bantext .word.right span:nth-child(4) { animation-delay: 12.5001s; }
body.page-template-homepage-new .bantext .word.right span:nth-child(5) { animation-delay: 16.6668s; }
body.page-template-homepage-new .bantext .word.right span:nth-child(6) { animation-delay: 20.8335s; }


@keyframes rotateWord {
  0%   { opacity: 0; transform: translateY(100%); }
  15%  { opacity: 1; transform: translateY(0); }
  85%  { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-100%); }
}
/* =============================
   CLIENT RESULTS SECTION
============================= */

.client-result {
    position: relative;
    padding: 60px 0;
}

.client-result .main-heading {
    margin-bottom: 40px;
}

/* =============================
   RESULT SLIDER CARDS
============================= */

#resultslider .splide__slide {
    padding: 0 10px;
}

.clientResult {
    position: relative;
    background: #E0B24A;
    border-radius: 16px;
    padding: 30px 25px;
    min-height: 220px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.new-text-client{
	margin-top:15px;	
}

.clientResult h3.heading {
    background: #05014a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    font-size: 30px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    min-height: auto;
}



.clientResult p {
    color: #262626;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0;
    padding-right: 130px;
}

/* =============================
   LOGO IMAGE - BOTTOM RIGHT
============================= */

.clientResult img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 70px;
    object-fit: contain;
    object-position: right bottom;
}



/* =============================
   TABLET (max-width: 1024px)
============================= */

@media (max-width: 1024px) {
    .clientResult {
        padding: 25px 20px;
        min-height: 200px;
    }

    .clientResult h3.heading {
        font-size: 26px;
    }

    .clientResult p {
        font-size: 18px;
        padding-right: 110px;
    }

    .clientResult img {
        width: 90px;
        height: 60px;
        bottom: 15px;
        right: 15px;
    }
}

/* =============================
   MOBILE (max-width: 768px)
============================= */

@media (max-width: 768px) {
    .client-result {
        padding: 40px 0;
    }

    .client-result .main-heading {
        margin-bottom: 30px;
    }

    #resultslider .splide__slide {
        padding: 0 8px;
    }

    .clientResult {
        padding: 25px 20px;
        min-height: 180px;
        border-radius: 12px;
    }

    .clientResult h3.heading {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .clientResult p {
        font-size: 16px;
        padding-right: 100px;
        line-height: 130%;
    }

    .clientResult img {
        width: 80px;
        height: 55px;
        bottom: 12px;
        right: 12px;
    }

    .new-text-client {
        margin-top: 35px;
    }
}

/* =============================
   SMALL MOBILE (max-width: 480px)
============================= */

@media (max-width: 480px) {
    .clientResult {
        padding: 20px 18px;
        min-height: 160px;
    }

    .clientResult h3.heading {
        font-size: 20px;
        line-height: 120%;
    }

    .clientResult p {
        font-size: 15px;
        padding-right: 85px;
    }

    .clientResult img {
        width: 70px;
        height: 48px;
        bottom: 10px;
        right: 10px;
    }
}



section.dreamers button.gradientBtn {
    width: fit-content;
}




section.dreamers .left button.gradientBtn span a , section.dreamers .left button.gradientBtn span a i {
    color: #3e3e3f;
}

main.home .logo{
	display:none
}
main.service_banner .logo .whitelogo{
	display:none
}
.logo .blackLogo{
	display:none;
}
main.service_banner .logo .blackLogo{
	display:block;
}
main.service_banner nav #menubtn,
main.service_banner nav .gradientBtn .txt,main.service_banner nav .gradientBtn i,header.serviceBanner .gradientBtn i,header.serviceBanner .gradientBtn .txt{
	color:var(--thinkblack);
}
main.service_banner nav #menubtn{
	border:1px solid var(--thinkblack);
}
.logo-home{
	display:none;
}
main:has(.home) .logo-home{
	display:block;
}
.container::before,.container::after,.row::before,.row::after{
	content:none !important;
}

nav.navbar .container::before,nav.navbar .container::after{
	content:none;
}
body{
	background:#ffff;
}

.main-heading {
    text-transform: uppercase;
    letter-spacing: -2px;
      font-family: var(--mulish);
    font-size: 55px;
	line-height:normal;
    text-align: end;
    font-weight: 900;
    color: var(--thinkblack);
}

body.page-template-homepage-new section.about-home h2.main-heading {
    font-size: 55px;
	
	  font-family: var(--mulish);
    line-height: 50px;
}
body.page-template-new-about .banner_about h2.main-heading.text-start.text-white {
    font-size: 55px;
    line-height: normal;
	  font-family: var(--mulish);
}


.AboutHome{
	width:50%;
	
}
.NEWABOUT {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.about-text {
    order: 1;
}

.about-image {
    order: 2;
}

@media (max-width: 768px) { 
	
.AboutHome{
	width:100%;
}
    .NEWABOUT {
		
        flex-direction: column;
		justify-content:start;
		align-items:start;
        gap: 0px;
    }
    
    .about-text {
        order: 2; 
    }
    
    .about-image {
        order: 1; 
        width: 100%;
    }
}


.about-home {
    position: relative;
    background: #fffdf3;
    z-index: 2;
}

.about-home::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(
        to bottom,
        rgba(255, 253, 243, 0) 0%,
        rgba(255, 253, 243, 0.55) 35%,
        #fffdf3 85%
    );
    z-index: -1;
}



.about-home {
    padding-top: 8rem;
}

.about-home .infobox p {
     font-family: var(--urbanist);
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;

    color: var(--thinkblack);
}


.about-home .infobox {
    text-align: left;
}

.about-home .infobox h4 {
    font-family: var(--mullish);
    font-size: 30px;
	 line-height: normal;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--thinkblack);
}

.about-home img {
    margin: auto;
    margin-top: 2rem;
}


section.about-home button.gradientBtn {
	margin-bottom:30px;
	
}





.stackhead {
    font-family: Mulish;
    font-weight: 900;
    font-size: 65px;
    line-height: 93px;
    text-align: center;
    letter-spacing: -2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
	position:relative;
}
.stack-image-container2 {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  vertical-align: middle;
}

.stack-image-container2 img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.stack-image-container2 img.active {
  opacity: 1;
}

@media (max-width: 768px) {
	.stack-image-container2 img {
 
  left:55%;
  
}
	
  .stack-image-container2 {
    width: 36px;
    height: 36px;
    margin: 0 6px;
  }
}




.stackhead .radialGradient {
  display: inline-block;
  padding: 0.10em 0.6em;
margin-right: 1em;
  background: #E0B24A; 
  color: #ffff;      

  border-radius: 999px; 
  font-weight: 900;
  line-height: 1.2;

  position: relative;
}

.radialNew{
	  margin-bottom: 0.4em;

}

@media (max-width: 768px) {
  .stackhead {
    text-align: center;
  }

  .stackhead .radialGradient {
    display: inline-block;
    margin: 0 auto 0.2em auto; /* center horizontally */
  }
}


.stackhead .dawn {
    position: absolute;
	bottom: 27%;
    right: 25%;
    animation: circleanimation 5s infinite ease-in-out;
}



section.about-home button.gradientBtn i.fa-solid.fa-plus {
    color: #3e3e3f;
}

@keyframes circleanimation {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
    }
}

.stackhead .arrowImg {
    position: relative;
    /* top: -20%; */
    max-width: 90px;
    /* left: -2%; */
}

.arrowcontainer {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    left: 0%;
    overflow: hidden;
}

.arrow {
    position: absolute;
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.arrow1 {
    left: -40px;
    bottom: -60px;
    animation: fire1 2s ease-in-out infinite;
}

.arrow2 {
    left: -40px;
    bottom: -60px;
    animation: fire2 2s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes fire1 {
    0% {
        left: -60px;
        bottom: -60px;
        opacity: 1;
        transform: scale(1);
    }

    70% {
        opacity: 1;
    }

    100% {
        left: 60px;
        bottom: 60px;
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes fire2 {
    0% {
        left: -60px;
        bottom: -60px;
        opacity: 1;
        transform: scale(1);
    }

    70% {
        opacity: 1;
    }

    100% {
        left: 60px;
        bottom: 60px;
        opacity: 0;
        transform: scale(0.8);
    }
}


.content-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.OverViewNewONE{
	width:100%;
	margin-left:6rem;
}

.newInfoBox {
  display: grid;
  grid-template-columns: minmax(0, 620px) auto;
  align-items: start;
  gap: 3.6rem;
}


.stackline {
    position: relative;
    right: -10%;
    bottom: 0%;
}


.NewOverview .infobox h4 {
    font-family: var(--mulish);
    font-weight: 900; 
    font-size: clamp(22px, 4.5vw, 55px);
    line-height: 1.1;
    letter-spacing: clamp(-0.5px, -0.15vw, -2px);
    text-transform: uppercase;
    width: 100%;
}

.NewOverview .infobox {
  width: 100%;
  text-align: left;
}

.NewOverview .infobox h4 {
  max-width: 820px;      
}




.OverViewNew {
  max-width: 1440px;        /* controls design width */
  margin-left: auto;       /* push block to the right */
  padding-right: clamp(1rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
}



.NewOverview {
           display: flex;
    flex-direction: row-reverse;
    width: 100%;  
}




.content-wrapper {
    width: 95%;
    display: flex;
}

.newInfoBox {
    display: flex;
    align-items: flex-start;
    gap: 3.6rem;
	justify-content:flex-end;
    max-width: 100%;      
    margin-left: auto;   
}




.NewOverviewMobile{
	display:none;
}
.MobileSection{
	display:none;
}
.text-content p {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 1.2px;
    font-family: var(--urbanist);
    margin-bottom: 0;
	text-align:left;
}

.spiralContainer {
    display: flex;
    align-items: flex-end;
    width: auto;         
}

.spiralContainer img {
  max-width: 50px;
    height: auto;
}

@media (max-width: 768px) {
  .spiralContainer {
    align-items: center; /* looks better on mobile */
  }

  .spiralContainer img {
    max-width: 32px;  /* smaller but still visible */
  }
}


@media (max-width: 1324px) {
	
	.newInfoBox {
   
    min-width: 75%;      
   
}
	
	}

@media (max-width: 1024px) {
	
	.newInfoBox {
   
    min-width: 90%;      
   
}
	
	}




@media (max-width: 767px) {
	.statsrow{
		display:flex;
	}
	.NewOverviewMobile{
		display:flex;
		justify-content:center;
			flex-direction:column;
	display:flex;
}
.MobileSection{
	display:flex;
}
	.OverViewNew{
		display:none;
	}
	
	.MobileNew{
		display:flex;
	}
	.NewOverview{
		display:none:
	}
	.about-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	
	
	.about-image .img-fluid{
		padding-right:1rem;
	}

	
    .about-image img {
        width: 85%;       
        max-width: 320px; 
        height: auto;
		margin-right:2rem;
        margin: 0 auto;
    }
    .overview .infobox {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
		padding-bottom:1rem;
        text-align: left; 
    }
    
    .overview .infobox h4 {
        font-size: 32px !important; 
        text-align: left;
        white-space: normal; 
        letter-spacing: -1px;
        line-height: 1.2;
        margin: 0 0 1rem 0;
        width: 100%;
        order: 1;
		font-weight:900;
        
    }
    
  
    
   .newInfoBox {
    order: 3;
    margin-top: 1.5rem;
    gap: 0.75rem;

    display: flex;
    align-items: flex-start;

    max-width: 100% !important;
    width: 100%;                
    text-align: left;
}

.text-content {
    width: 100%;               
    max-width: 100%;
    margin-bottom: 0.25rem;
    text-align: left;
}

.text-content p {
    font-size: 18px;
    line-height: 1.4;          
    text-align: left;
	margin-top:-4rem;
}

    
    .spiralContainer {
        margin-top: -2rem;
        order: 2;
				margin-bottom:3rem;


    }
    
    .spiralContainer img {
        max-width: 55px;
        width: 55px;
        margin-right: 1rem; 
		margin-top:-1rem;
    }
    
    .overview-row {
        margin: 0;
        padding: 0; 
    }
    
    .content-wrapper {
        margin-top: 1.5rem;
        order: 3;
        text-align: left;
        width: 100%;
    }
    
    .overview .container,
    .overview .container-fluid,
    .overview-row .col-md-12,
    .overview-row .col-12 {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .overview .infobox h4 {
        font-size: 2rem;
        letter-spacing: -0.5px;
        margin-bottom: 0.75rem;
    }
    
    .overview .infobox p {
        font-size: 18px;
        line-height: 24px;
        margin: 0.75rem 0;
    }
    
    .text-content p {
        font-size: 1.6rem;
    }
    
    .spiralContainer img {
        max-width: 30px;
        width: 30px;
    }
    
    .newInfoBox {
        gap: 0.5rem;
        margin-top: 1rem;
    }
}


@media (max-width: 767px) {
	
	.rateblog {
  white-space: nowrap;
}


  .MobileNew .statsbox {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 520px;
    margin: 0 auto;              /* true center */
    padding: 0 1rem;
    align-items: start;          /* top align grid rows */
    justify-items: center;
  }

  .MobileNew .statsbox .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;         /* horizontal center */
    justify-content: flex-start; /* ✅ TOP align content */
    text-align: center;
  }

  .MobileNew .statsbox .wrapper h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 6px;
  }

  .MobileNew .statsbox .wrapper p {
    font-size: 16px;
	      -webkit-box-orient: vertical;

	    text-wrap: balance;
	   -webkit-line-clamp: 2;  
    font-weight: 400;
    line-height: 1.3;
    margin: 0;                   /* prevents uneven spacing */
  }
}







@media (min-width: 768px) and (max-width: 991px) {
	

    section.overview .row.statsrow .statsbox.d-flex.justify-content-between .wrapper {
        flex: 0 0 48%; 
        margin-bottom: 2rem;
    }
}


@media (max-width: 767px) {
    .overview .infobox,
    .newInfoBox,
    .spiralContainer {
        transition: all 0.3s ease;
    }
}
.statsbox {}

section.overview .statsbox .wrapper {
    flex: 0 0 calc(100% / 3);  
    text-align: center;
}

section.overview .statsbox .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-bottom:25px;
}


section.overview .row.statsrow .statsbox.d-flex.justify-content-between {
    flex-wrap: wrap;
}
section.overview .row.statsrow .statsbox.d-flex.justify-content-between .wrapper {
    flex: 0 0 32%;
}
.statsbox .wrapper h4 {
    font-family: var(--mullish);
    font-weight: 900!important;
    font-size: 30px;
    line-height:normal;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--thinkblack);
}

.statsbox .wrapper p {
     font-family: var(--urbanist);
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -2%;
    vertical-align: middle;
   
    text-align: center;
}

.statsrow {
	width:100%;
	margin-top:3rem;
	margin-left:6rem !important;
}




@media (max-width: 767px) {
	.statsrow {
	width:100%;
	margin-top:0rem;
	margin-left:0rem !important;
}
    .statsrow {
        align-items: flex-start; /* move items to top */
        margin-top: 2rem;        /* optional: reduce spacing */
    }
}


.overline {
    margin: 4rem 0 6rem;
}

.designHead {
    font-family: Mulish;
    font-weight: 900;
    font-size: 186.29px;
    line-height: 110.53px;
    letter-spacing: -2px;
    text-align: left;
    color: #fff;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
	margin-left:-9px;
}

.designBox {
	margin-top:15rem;
    position: relative;
}

/* .topBottomPadding{
	padding-top:2rem;
	padding-bottom:2rem;
} */

.designBox img.designux {
    position: absolute;
    left: 31%;
    top: -40%;
	
}
.panel.panel3 .designBox img.designux {
	left: .5%;
    top: -28%;
}

.designBox img.desiggoogle {
   position: absolute;
    left: 31%;
    top: -40%;
}

.panel.panel3 .designBox img.desiggoogle {
  left: 60%;
    top: 35%;
}



@media (max-width: 767px) {
	
	section.designing {
    height: 600px !important;
    min-height: 600px !important;
}
	
	.designHead{
		margin-left:0px;	
	}
	.designBox {
	margin-top:0rem;
    position: relative;
}
/*     .designBox img.desiggoogle {
        position: absolute; 
        right: auto; 
        top: auto; 
        width: 80px; 
        height: auto;
        margin: 0 auto 20px; 
        display: block; 
        z-index: 1000;
    }
    
    .panel.panel3 .designBox img.desiggoogle {
        position: absolute;
      right: 60%;
    top: -22%;
        width: 80px;
        height: auto;
        margin: 0 auto 20px;
        display: block;
        z-index: 1000;
    } */
	
	 .panel.panel2 img.designux {
        display: none;
    }
	
	 .panel.panel3 img.desiggoogle {
        display: none;
    }
	
	  .desiggoogle {
        display: none;
    }
    
   
}


.svg-container1 {
  width: 100%;
  max-width: 550px;   /* Desktop ideal width */
  margin: 0 auto;
}

.svg-container1 svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .svg-container1 {
    max-width: 420px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .svg-container1 {
    max-width: 300px;
  }
}



section.designing {
    min-height: 770px;
	background-color:#05014a;
    display: flex;
	gap:6;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 12rem !important;
}

.panel {
  flex: 0 0 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 0; 
}


section.designing .container .containerPanel {
  display: flex;
  gap: 20rem; 
}

	.ads-img-wrap {
    text-align: right; /* keeps it aligned nicely */
}

.ads-img {
    max-width: 280px!important;   /* desktop size – tweak this */
    width: 100%!important;
    height: auto;
}


@media (min-width: 1620px) and (max-width: 1930px) {
 	.panel.panel3 .designBox img.desiggoogle {
  left: 53.7%;
    top: 48%;
}
	
	.panel.panel3 .designBox img.seo {
  left: 44%;
   
}
	

}


@media (min-width: 1400px) and (max-width: 1600px) {
	
 	.panel.panel3 .designBox img.desiggoogle {
    left: 72%;
    top: 53%;
}
	
	.panel.panel3 .designBox img.seo {
  left: 59%;
   
}
	

}

@media (min-width: 1300px) and (max-width: 1400px) {
 	.panel.panel3 .designBox img.desiggoogle {
  left: 76%;
    top: 55%;
}
	
	.panel.panel3 .designBox img.seo {
  left: 62%;
   
}

}

@media (min-width: 1951px) {

.NewDesignLine {

    top: 28%;
    left: 45%;
}

	.fountainImg{
		   left: 35%;
	}
	
	
	.panel.panel3 .designBox img.desiggoogle {
  left: 60%;
    top: 35%;
}
	
	.panel.panel3 .designBox img.seo{
    left: 40%; 
   
}
	
	
	.siteimage1{
		 left: 40%; 
	}
	
}

@media (max-width: 1924px) {

.NewDesignLine {

    top: 28%;
    left: 55%;
}

	
	
	
	
}

@media (max-width: 1424px) {
	
	.designation{
		margin-top:1rem;
	}
	
	.stackhead .dawn{
		right:20%;
	}

	.footer-services{
		margin-left:28rem;
	}
	


}

@media (min-width: 1366px) and (max-width: 1366px) {
	

	
	
	.stackhead .dawn{
		right:21%;
	}

  .footer-services {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 67% !important;
  }

  .footer-services a {
    white-space: nowrap;
  }
	
	.measureImpact .main-heading{
		    white-space: wrap;

	}

}





section.designing {
  overflow: hidden;
}

.designing-track {
  display: flex;
  gap: 120px;
}


.brushImg {
    position: absolute;
    bottom: 48%;
    left: 27%;
    max-width: 200px;
}

.fountainImg {
    position: absolute;
    top: 28%;
    right: 40%;
    max-width: 150px;
}

.site-image-container{
}


@keyframes fadeSequence {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}



.site-image-container-second{
	margin-top:5rem;
}


.site-image-container-second .siteimage1:nth-child(1) {
    animation-delay: 0s;
}

.site-image-container-second .siteimage1:nth-child(2) {
    animation-delay: 2s; 
}

.site-image-container-second .siteimage1:nth-child(3) {
    animation-delay: 4s; 
}

.site-image-container-second .siteimage1:nth-child(4) {
    animation-delay: 6s;
}

.designBox img.siteimage {
    position: absolute;
    top: -38%;
    max-width: 301px;
    left: 6%;
    object-fit: cover;
    opacity: 0;
    animation: fadeSequence 8s infinite ease-in-out;
}

.designBox img.siteimage1 {
    position: absolute;
    top: -32%;
    max-width: 301px;
    right: 27%;
    object-fit: cover;
    opacity: 0;
    animation: fadeSequence 8s infinite ease-in-out;
}



@keyframes fadeSequence {
    0%, 25% {
        opacity: 0;
    }
    10%, 15% {
        opacity: 1;
    }
    25%, 100% {
        opacity: 0;
    }
}


.site-image-container .siteimage:nth-child(1) {
    animation-delay: 0s;
}

.site-image-container .siteimage:nth-child(2) {
    animation-delay: 2s;
}

.site-image-container .siteimage:nth-child(3) {
    animation-delay: 4s;
}

.site-image-container .siteimage:nth-child(4) {
    animation-delay: 6s;
}

.site-image-container .siteimage:nth-child(5) {
    animation-delay: 8s;
}

.site-image-container .siteimage:nth-child(6) {
    animation-delay: 10s;
}

.site-image-container .siteimage:nth-child(7) {
    animation-delay: 12s;
}

.site-image-container .siteimage:nth-child(8) {
    animation-delay: 14s;
}

.site-image-container .siteimage:nth-child(9) {
    animation-delay: 16s;
}

.site-image-container .siteimage:nth-child(10) {
    animation-delay: 18s;
}



section.designing .panel.panel2 img.siteimage {
    right: 27%;
    left: unset;
    top: -30%;
}

@keyframes fadeSequence {
    0% {
        opacity: 0;
    }

  
    10% {
        opacity: 1;
    }

  
    20% {
        opacity: 1;
    }

   
    30% {
        opacity: 0;
    }

   
    100% {
        opacity: 0;
    }

   
}

.designBox3{
	margin-left:2.2rem;
		margin-top:11rem!important;	

}


.designBox1{
	margin-left:2.4rem;

}

.designBox2{
	margin-top:5rem!important;	
}





.designing .designBox h4{
    color: white;
    font-size: 30px;
	 margin-top: 8rem;
}
section.designing .panel.panel2 .designBox h4 , 
section.designing .panel.panel3 .designBox h4{
    font-size: 30px;
	margin-bottom: 0px;
}
section.designing .panel.panel2 .designBox p,
section.designing .panel.panel3 .designBox p {
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    max-width: 50%; 
    text-align: left;
}  


@media (max-width: 767px) {
	
	.designBox3{
	margin-left:0rem;

}
	.fountainImg {
  
    top: 28%;
    left: 7%;
   
}
	
	
	.designHeadNEW{
	margin-left:1.4rem;
}
	
	.designBox img.siteimage1 {
    top: -35%;
    right: 22%;
  
}

    .designing .designBox h4 {
        font-size: 24px !important;
        margin-top: 4rem !important;
        text-align: start !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    section.designing .panel.panel2 .designBox h4,
    section.designing .panel.panel3 .designBox h4 {
        font-size: 22px !important;
        text-align: start !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    section.designing .panel.panel2 .designBox p,
    section.designing .panel.panel3 .designBox p {
        font-size: 18px !important;
        width: 100% !important;
        max-width: 100% !important; 
        text-align: start !important;
        padding: 0 15px !important;
        line-height: 1.5 !important;
        margin: 15px 0 !important;
    }
    
    .designBox {
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .designing .designBox h4 {
        font-size: 26px;
        margin-top: 6rem;
    }
    
    section.designing .panel.panel2 .designBox h4,
    section.designing .panel.panel3 .designBox h4 {
        font-size: 26px;
    }
    
    section.designing .panel.panel2 .designBox p,
    section.designing .panel.panel3 .designBox p {
        font-size: 20px;
        max-width: 70%; 
    }
}



@media (max-width: 576px) {
	.designBox img.siteimage1 {
    top: -35%;
    right: 9%;
  
}
}


@media (max-width: 480px) {
    .designing .designBox h4 {
        font-size: 20px !important;
        margin-top: 3rem !important;
    }
    
    section.designing .panel.panel2 .designBox h4,
    section.designing .panel.panel3 .designBox h4 {
        font-size: 19px !important;
    }
    
    section.designing .panel.panel2 .designBox p,
    section.designing .panel.panel3 .designBox p {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin: 10px 0 !important;
    }
}

.thinkbar-know-more-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}

.thinkbar-know-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.thinkbar-btn-content {
    display: block;
    position: relative;
}

.thinkbar-btn-original,
.thinkbar-btn-hover {
    display: block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.thinkbar-btn-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(10px);
}

.thinkbar-know-more-btn:hover .thinkbar-btn-original {
    opacity: 0;
    transform: translateY(-10px);
}

.thinkbar-know-more-btn:hover .thinkbar-btn-hover {
    opacity: 1;
    transform: translateY(0);
}

.thinkbar-btn-link {
    color: #ffffff !important; 
    text-decoration: none;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

.thinkbar-btn-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.thinkbar-know-more-btn:hover .thinkbar-btn-link i {
    transform: rotate(90deg);
}


@media (max-width: 768px) {
  .svgLineWrapper {
    max-width: 360px;  
    margin: 0 auto;
  }

  .svgLine {
    stroke-width: 1.5;
  }
}


.drawing-svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 1.5rem; 
}

.svg-left {
    margin: 2.5rem auto 9rem 0; 
    padding: 1rem;
    max-width: 600px;
    position: relative;
    left: 100px;
}


.svg-container {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    padding: 2rem;
    width: 100%;
}



.svg-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.responsive-svg {
    width: 100%; 
    max-width: 733px; 
    height: auto; 
    display: block;
}

@media (max-width: 768px) {
	
	
	
    .svg-left,
    .svg-center {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        margin: 1rem auto;
        padding: 0.5rem;
        max-width: 100%;
    }

    .svg-left svg,
    .svg-center svg {
        width: 80%;          
        max-width: 320px;    
        height: auto;
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

.responsive-svg {
    width: 80%; 
    max-width: 733px;
}

@media (max-width: 1024px) {
    .svg-container {
        padding: 15px;
    }
    
    .responsive-svg {
        width: 90%;
        max-width: 600px;
    }
    
    .svgLine {
        stroke-width: 1.8; /* Slightly thinner on tablet */
    }
}

/* Mobile (767px and below) */
@media (max-width: 767px) {
	
	.NEWFAQ2{
		margin-top:5rem;
	}
    .svg-container {
        padding: 10px;
    }
    
    .responsive-svg {
        width: 95%;
        max-width: 500px;
    }
    
    .svgLine {
        stroke-width: 1.5; /* Thinner stroke for mobile */
    }
    
    /* Optional: Simplify animation for mobile */
    .animated-path {
        animation-duration: 2s;
    }
}

@media (max-width: 480px) {
    .svg-container {
        padding: 5px;
    }
    
    .responsive-svg {
        width: 100%;
        max-width: 400px;
    }
    
    .svgLine {
        stroke-width: 1.2; /* Even thinner for small screens */
    }
    
    .animated-path {
        animation-duration: 1.5s;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .responsive-svg {
        width: 70%;
        max-width: 500px;
    }
    
    .svg-container {
        padding: 5px;
    }
}

.svg-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
}

.svg-left {
    justify-self: start;
    margin-left: 2rem;
}

.svg-center {
    justify-self: center;
}

.designing .designBox p {
     font-family: var(--urbanist);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    max-width: 630px;
    letter-spacing: 0px;
    
}

.ALettercomponent {
    position: absolute;
    top: -6%;
    right: 24%;
}

.designLine {
    position: absolute;
    top: 28%;
    right: 7%;
}

.positionLine{
	position: absolute;
    top: 50%;
    left: 56%;
}


.client-slider .splide__list {
    align-items: center;
}

.client-slider .splide__list img {
    margin: 0 auto 0 0;
    display: block;
}

.client-slider {
    margin-top: 2rem;
	display:none;
}

/* .testimonialine {
    margin: 2rem 0;
} */

.testimonial .testBox h2 {
    font-family: Mulish;
    font-weight: 900;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: -2px;
    text-transform: uppercase;
	  letter-spacing: 0.03em;

}

section.testimonial {
  background: #fffdf3!important;
 
}

section.testimonial .container {
  background: transparent;
	margin-top:2rem;
}



.testBox {
    padding-top: -2rem;
	padding-bottom:6rem;
}
/* ========== TESTIMONIAL CARD - IMPROVED UI & SPACING ========== */

/* Card container - better structure */
#testimonial-slider .card {
  padding: 4rem 2rem 3rem;
  box-shadow: none;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

/* Dets wrapper - better text spacing */
#testimonial-slider .dets-wrapper {
  flex: 1;
}

/* Testimonial text */
#testimonial-slider .dets {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0px;
  color: var(--thinkblack);
  position: relative;
  min-height: 320px;
  margin: 0;
  padding-top: 40px; /* Space for quote mark */
}

/* Quote mark styling - IMPROVED */
#testimonial-slider .dets span {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  position: absolute;
  font-size: 100px;
  line-height: 80px;
  top: -20px;
  left: -8px;
  color: var(--thinkblack);
  opacity: 0.15; /* Softer look */
  z-index: 1;
}

/* READ MORE button - repositioned */
.read-more-btn {
  display: none;
/*   margin: 10px 0 25px 0; */
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--thinkblack);
  letter-spacing: 0.1em;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  padding: 8px 0;
  width: fit-content;
  font-family: var(--mullish);
  position: relative;
  z-index: 2;
}

.read-more-btn:hover {
  border-bottom-color: var(--thinkblack);
  opacity: 0.8;
}

.read-more-btn.visible {
  display: inline-block;
}

/* ========== DESIGNATION SECTION - COMPLETELY REDESIGNED ========== */

/* Designation container - FIXED VISIBILITY */
#testimonial-slider .designation {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

/* Name styling - NOW VISIBLE */
#testimonial-slider .name {
  font-family: var(--mullish);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--thinkblack);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Company/Title styling - NOW VISIBLE */
#testimonial-slider .company {
  font-family: var(--mullish);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ========== DESKTOP STYLES (769px+) ========== */
@media (min-width: 769px) {
  #testimonial-slider .card {
    padding: 0rem 0rem 2rem;
  }
  
  /* Desktop: 4 lines by default */
  #testimonial-slider .dets {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 4 lines only */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(36px * 4);
    transition: max-height 0.4s ease;
  }
  
  /* Expanded: show all */
  #testimonial-slider .dets.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
  }
  
  #testimonial-slider .dets span {
    font-size: 120px;
    left: -10px;
  }
  
  #testimonial-slider .name {
    font-size: 24px;
  }
  
  #testimonial-slider .company {
    font-size: 18px;
  }
  
  .read-more-btn {
    margin-top: 10px;
  }
}

/* ========== LARGE DESKTOP (1200px+) ========== */
@media (min-width: 1200px) {
  #testimonial-slider .dets {
    -webkit-line-clamp: 5; /* 5 lines on large screens */
    max-height: calc(36px * 5);
  }
}

/* ========== MOBILE STYLES (768px and below) ========== */
@media (max-width: 768px) {
  #testimonial-slider .card {
    padding: 3rem 1.5rem 2.5rem;
  }
  
  #testimonial-slider .dets {
    font-size: 18px;
    line-height: 32px;
    min-height: auto;
    padding-top: 35px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(32px * 5);
  }
  
  #testimonial-slider .dets span {
    font-size: 80px;
    line-height: 64px;
    top: -15px;
    left: -5px;
  }
  
  #testimonial-slider .dets.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
  }
  
  /* Mobile designation - CLEAN SPACING */
  #testimonial-slider .designation {
    margin-top: 20px;
    padding-top: 20px;
    gap: 4px;
  }
  
  #testimonial-slider .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  
  #testimonial-slider .company {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
  }
  
  .read-more-btn {
    font-size: 14px;
  }
  
  #testimonial-slider li.splide__slide.is-active.is-visible {
    border-right: none;
  }
}

@media (max-width: 480px) {
  #testimonial-slider .card {
    padding:0rem 1rem 2rem;
  }
  
  #testimonial-slider .dets {
    font-size: 16px;
    line-height: 28px;
    max-height: calc(28px * 5);
    padding-top: 30px;
  }
  
  #testimonial-slider .dets span {
    font-size: 70px;
    line-height: 56px;
    top: 5px;
    left: 2px;
  }
  
  #testimonial-slider .name {
    font-size: 18px;
  }
  
  #testimonial-slider .company {
    font-size: 14px;
  }
  
  .read-more-btn {
    font-size: 13px;
    margin: 0 0 15px 0;
  }
}

/* ========== SPLIDE SLIDER FIXES ========== */

/* Ensure slides have consistent height */
#testimonial-slider .splide__slide {
  height: auto !important;
}

#testimonial-slider .splide__list {
  align-items: stretch;
  height: fit-content;
}

/* Active slide border */
#testimonial-slider li.splide__slide.is-active.is-visible {
  border-right: 1px solid #EAEAEA;
}

@media (max-width: 768px) {
  #testimonial-slider li.splide__slide.is-active.is-visible {
    border-right: none;
  }
}

/* ========== DEBUG HELPER (Remove after fixing) ========== */
/*
.testimonial .name {
  background: yellow !important;
}
.testimonial .company {
  background: lightblue !important;
}
*/

.connectForm .title {
    font-family: var(--mullish);
    font-weight: 900;
    font-size: 50px;
    line-height: 78px;
    position: relative;
    margin-bottom: 2rem;
    letter-spacing: -2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--thinkblack);
}

.connectForm{
	padding-bottom:7rem;
}

.connectForm .title .dawn {
    position: absolute;
    bottom: 63%;
    left: 25%;
	

    animation: circleanimation 5s infinite ease-in-out;
}

@keyframes circleanimation {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
    }
}


.overview-img-desktop {
  display: block;
}

.overview-img-mobile {
  display: none;
}

.overview-img-desktop img {
  width: 100%;
  height: auto;
		margin-top:2rem;

  object-fit: cover;
}

@media (max-width: 767px) {
	
	#testimonial-slider .designation{
		margin-top:1rem;
	}

  .overview-img-desktop {
    display: none;
  }

  .overview-img-mobile {
    display: flex;
    justify-content: center;
  }

  .overview-img {
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
	  margin-top:2rem;
  }
}



@media (max-width: 991px) {
    .col-12.col-md-4 img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .col-12.col-md-4 img {
        width: 100%;
        height: auto;
        margin-bottom: 2rem; 
    }
}

@media (max-width: 480px) {
    .col-12.col-md-4 img {
        width: 100%;
        height: auto;
    }
}

.col-12.col-md-4 img {
    width: 100%;
    min-width: 400px; 
    height: auto;
    object-fit: cover;
}


.connectForm .row {
    align-items: flex-start;
}

.connectForm .col-12.col-md-6:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 1rem;
}


.connectForm .col-12.col-md-6:first-child img {
    width: 90%;
    max-width: 700px; 
    height: auto;
    object-fit: contain;
}

.connectForm .col-12.col-md-6:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.connectForm .title {
    margin-top: 0;
    margin-bottom: 2rem;
}

.connectForm label {
    display: flex;
    flex-direction: column;
    font-family: var(--urbanist);
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.connectForm label:has(input) {
    flex: 0 0 50%;
    max-width: 50%;
}

.connectForm label input,
.connectForm label textarea {
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(185, 182, 182, 1);
}

@media (max-width: 767px) {
	.newbutton{
		margin-left:1.5rem;

}
	

	
    .connectForm .col-12.col-md-6:first-child img {
        width: 100%;
        max-width: 400px;
    }
}

.connectForm label {
    display: flex;
    flex-direction: column;
     font-family: var(--urbanist);
    margin-bottom: 2rem;
    font-family: var(--urbanist);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
   

}

.connectForm label:has(input) {
    flex: 0 0 50%;
    max-width: 50%;
}

.connectForm label input,
.connectForm label textarea {
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(185, 182, 182, 1);
}

.PlueBtnBlack {
  color: #000;
}

.btngap{
	margin-top:1rem!important;
}

.gradientBtnBlack {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  font-family: var(--urbanist, sans-serif);
  font-size: 22px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;	
	margin-top:15px;
	margin-left:3px;

}

.gradientBtnBlack::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 47px;
  height: 100%;
  background: #E0B24A;
  border-radius: 50px;
  z-index: 0;
  transform: translateY(-50%) scale(1);
  opacity: 0.9;
  transition: width 1.3s ease;
}

@keyframes yellowPulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.9;
  }
  25% {
    transform: translateY(-50%) scale(1.08);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.9;
  }
  75% {
    transform: translateY(-50%) scale(1.05);
    opacity: 1;
  }
}

@keyframes yellowPulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.1);
    opacity: 0.95;
  }
}

.gradientBtnBlack:hover::before {
  width: 100%;
  animation-play-state: paused;
}

.gradientBtnBlack .text-wrap {
  position: relative;
  height: 1.2em;
  display: inline-block;
  z-index: 1;
  border-bottom: 1px solid #171717;
}

.gradientBtnBlack .txt {
  display: block;
  line-height: 1.2;
  transition: transform 0.6s ease;
}

.gradientBtnBlack a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.gradientBtnBlack i.fa-arrow-right {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.gradientBtnBlack:hover i.fa-arrow-right {
  transform: rotate(-45deg);
}




.gradientBtn i.fa-arrow-right {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.gradientBtn:hover i.fa-arrow-right {
  transform: rotate(-45deg);
}



.gradientBtnBlack .txt a {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gradientBtnBlack .txt.original {
  transform: translateY(0);
}

.gradientBtnBlack .txt.new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.gradientBtnBlack:hover .txt.original {
  transform: translateY(-100%);
}

.gradientBtnBlack:hover .txt.new {
  transform: translateY(0);
}



.gradientBtnWhiteDesign {
  position: relative;
  display: inline-flex;
		margin-left:3px;

  align-items: center;
  padding: 9px 14px;
  margin-top: 15px;
  font-family: var(--urbanist, sans-serif);
  font-size: 22px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}


.gradientBtnWhiteDesign::before {
  content: "";
  position: absolute;
  inset: 0;

  width: 47px;
  height: 100%;
  background: #E0B24A;
  border-radius: 50px;

  transition: width 1.3s ease;
  z-index: 0;
}

.gradientBtnWhiteDesign:hover::before {
  width: 95%;
}

/* =========================
   Text Wrapper
========================= */
.gradientBtnWhiteDesign2 .text-wrap {
  position: relative;
  z-index: 1;
  height: 1.2em;
  display: inline-block;

  border-bottom: 1px solid #ffffff;
  transition: border-color 0.6s ease;
}

.gradientBtnWhiteDesign2 .txt {
  position: relative;
  display: block;
  line-height: 1.2;

  transition: transform 0.6s ease;
}

.gradientBtnWhiteDesign2 .txt.original {
  transform: translateY(0);
}

.gradientBtnWhiteDesign2 .txt.new {
  position: absolute;
  inset: 0;
  transform: translateY(100%);
}

/* Hover text swap */
.gradientBtnWhiteDesign2:hover .txt.original {
  transform: translateY(-100%);
}

.gradientBtnWhiteDesign2:hover .txt.new {
  transform: translateY(0);
}

/* =========================
   Link Styling
========================= */
.gradientBtnWhiteDesign2 .txt a {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-left: -0.1rem;
  text-decoration: none;
  color: #ffffff;

  transition: color 0.6s ease;
}

/* =========================
   Arrow Icon (IMPORTANT)
========================= */
.gradientBtnWhiteDesign2 i.fa-arrow-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
 font-size:22px;
  transform: rotate(0deg);
  transform-origin: center;

  transition: transform 0.6s ease;
  will-change: transform;
}



.gradientBtnWhiteDesign2:hover i.fa-arrow-right {
  transform: rotate(-45deg);
}

.gradientBtnWhiteDesign2 i.fa-arrow-right {
  color: #ffffff;
}

.gradientBtnWhiteDesign {
  position: relative;
  display: inline-flex;
		margin-left:3px;

  align-items: center;
  padding: 9px 14px;
  margin-top: 15px;
  font-family: var(--urbanist, sans-serif);
  font-size: 22px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}


.gradientBtnWhiteDesign::before {
  content: "";
  position: absolute;
  inset: 0;

  width: 47px;
  height: 100%;
  background: #E0B24A;
  border-radius: 50px;

  transition: width 1.3s ease;
  z-index: 0;
}

.gradientBtnWhiteDesign:hover::before {
  width: 95%;
}

/* =========================
   Text Wrapper
========================= */
.gradientBtnWhiteDesign .text-wrap {
  position: relative;
  z-index: 1;
  height: 1.2em;
  display: inline-block;

  border-bottom: 1px solid #ffffff;
  transition: border-color 0.6s ease;
}

.gradientBtnWhiteDesign .txt {
  position: relative;
  display: block;
  line-height: 1.2;

  transition: transform 0.6s ease;
}

.gradientBtnWhiteDesign .txt.original {
  transform: translateY(0);
}

.gradientBtnWhiteDesign .txt.new {
  position: absolute;
  inset: 0;
  transform: translateY(100%);
}

/* Hover text swap */
.gradientBtnWhiteDesign:hover .txt.original {
  transform: translateY(-100%);
}

.gradientBtnWhiteDesign:hover .txt.new {
  transform: translateY(0);
}

/* =========================
   Link Styling
========================= */
.gradientBtnWhiteDesign .txt a {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-left: -0.1rem;
  text-decoration: none;
  color: #ffffff;

  transition: color 0.6s ease;
}

/* =========================
   Arrow Icon (IMPORTANT)
========================= */
.gradientBtnWhiteDesign i.fa-arrow-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
 font-size:22px;
  transform: rotate(0deg);
  transform-origin: center;

  transition: transform 0.6s ease;
  will-change: transform;
}



.gradientBtnWhiteDesign:hover i.fa-arrow-right {
  transform: rotate(-45deg);
}

.gradientBtnWhiteDesign i.fa-arrow-right {
  color: #ffffff;
}


.gradientBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  font-family: var(--urbanist, sans-serif);
  font-size: 22px;
  text-transform: uppercase;
		margin-left:3px;

  background: transparent;
	  margin-top: 15px;

  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
}

.gradientBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 47px;
	padding-left:1rem;
  height: 100%;
  background: #E0B24A !important;
  border-radius: 50px;
  transition: width 1.3s ease;
  z-index: 0;
}

.gradientBtn:hover::before {
  width: 100%;
}

.gradientBtn .text-wrap {
  position: relative;
  overflow: hidden;
  height: 1.2em;
  display: inline-block;
  z-index: 1;
  border-bottom: 1px solid #171717;
}

.gradientBtn .txt {
  display: block;
  position: relative;
  line-height: 1.2;
  transition: transform 0.6s ease;
}

.gradientBtn .txt a {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gradientBtn .txt.original {
  transform: translateY(0);
}

.gradientBtn .txt.new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.gradientBtn:hover .txt.original {
  transform: translateY(-100%);
}

.gradientBtn:hover .txt.new {
  transform: translateY(0);
}



.gradientBtn2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  padding: 1rem 2rem;
  font-family: var(--urbanist, sans-serif);
  font-size: 22px;
  text-transform: uppercase;
  background: transparent;
  border: none;
		margin-left:5px;

  border-radius: 50px;
  cursor: pointer;
}

.gradientBtn2::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 47px;
  height: 100%;
  background: #E0B24A !important;
  border-radius: 50px;
  transition: width 1.3s ease;
  z-index: 0;
}

.gradientBtn2:hover::before {
  width: 100%;
}

.gradientBtn2 .text-wrap {
  position: relative;
  height: 1.2em;
  display: inline-block;
  z-index: 1;
  border-bottom: 1px solid #ffffff; 
}

.gradientBtn2 .txt {
  display: block;
  position: relative;
  line-height: 1.2;
  transition: transform 0.6s ease;
}

.gradientBtn2 .txt a {
  color: #ffffff !important; 
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gradientBtn2 .txt a i {
  color: #ffffff !important; 
}

.gradientBtn2 .txt.original {
  transform: translateY(0);
  opacity: 1; 
  visibility: visible;
}

.gradientBtn2 .txt.new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
}

.gradientBtn2:hover .txt.original {
  transform: translateY(-100%);
  opacity: 0; 
}

.gradientBtn2:hover .txt.new {
  transform: translateY(0);
  opacity: 1; 
}



.footerline {
    margin-left: -30%;
}

.footerhead {
    font-family: var(--mullish);
    font-weight: 900;
    text-align: end;
    font-size: 75px;
    line-height: 78px;
    letter-spacing: -2px;
    vertical-align: middle;
    text-transform: uppercase;

}

footer .links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

footer .links a {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1px;
    text-decoration: none;
    color: var(--thinkblack);
    vertical-align: middle;
	transition:0.4s ease-in-out;
  
}
footer .links a:hover{
transform:translatey(-5px);
	cursor:pointer;
}
.footerbottom {
	padding:3rem;
	padding-bottom:9rem;
    margin-top: -2rem;
}

.footerbottom .contact a {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #171717;
    vertical-align: middle;

    text-decoration: none;
}

.footerbottom .contact a:first-child {
    border-right: 1px solid var(--thinkblack);
    padding-right: 1rem;
}

.footerbottom .contact {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.footerbottom .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 30px 0 2rem 0;
}

.footercircle {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.footerbottom .copyright p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
  
    color: #171717;
	margin-bottom:0;
}

.footerbottom .copyright .social {
    max-height: 40px;
}

.footerbottom .copyright .social-links {
    display: flex;
    gap: 2rem;
}

@media (max-width: 767px) {
	.gradientBtnWhiteDesign i.fa-arrow-right{
		font-size:16px;
	}
	
	.gradientBtnWhiteDesign{
		margin-top:-1px!important;
		font-size:16px;
	}
	
	.testimonial .testBox h2 {
	margin-left:0.6rem;
   
}

	
    .footerbottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 15px;
        gap: 25px;
    }
    
    .footerhead-link {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    
    .footerhead.main-heading {
        text-align: center !important; 
          font-size: 32px;
        margin: 0 0 20px 0;
    }
    
    .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .links a {
        font-size: 16px;
        padding: 8px 12px;
        display: inline-block;
        text-decoration: none;
    }
    
    .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .contact a {
        font-size: 16px;
        padding: 8px 0;
        display: block;
    }
    
    .copyright {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .copyright p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        text-align: center;
        max-width: 90%;
    }
    
    .social-links {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 10px;
    }
    
    .social-links a {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    
    .social-links img {
        width: 100%;
        height: auto;
        max-width: 30px;
    }
}

@media (max-width: 480px) {
    .footerbottom {
        padding: 15px 10px;
        gap: 20px;
    }
    
    .footerhead.main-heading {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .links {
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .links a {
        font-size: 14px;
        padding: 6px 10px;
    }
    
    .contact a {
        font-size: 14px;
    }
    
    .copyright p {
        font-size: 12px;
        max-width: 100%;
    }
    
    .social-links {
        gap: 15px;
    }
    
    .social-links a {
        width: 35px;
        height: 35px;
    }
    
    .social-links img {
        max-width: 25px;
    }
}

@media (max-width: 375px) {
    .links {
        gap: 8px;
    }
    
    .links a {
        font-size: 13px;
        padding: 5px 8px;
    }
    
    .footerhead.main-heading {
        font-size: 32px;
    }
    
    .copyright p {
        font-size: 11px;
    }
}

.banner_home header {
    display: flex;
    align-items: center;
    min-height: 600px;
}

nav.navbar {
    padding: 20px 0;
/* 	background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
/*   padding: 20px; */ */
}





.navbar{
position: fixed;
z-index: 800;
top: 0;
width: 100%;
}
 



#menubtn {
    border: 1px solid var(--thinkblack);
     font-family: var(--urbanist);
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
     color: #fff;
    border: 1px solid #FFFFFF;
    letter-spacing: 7%;
  
    padding: 5px 10px;
    background: transparent;
}

.container:has(#menubtn) {
    gap: 1rem;
	position:relative;
}

header .infobox h2.main-head {
    font-family: Mulish;
    font-weight: 900;
    color: #fff;
    text-align: left;
    font-size: 150px;
    line-height: 89px;
    letter-spacing: -2px;
    vertical-align: middle;
    text-transform: uppercase;

}

header .infobox p {
     font-family: var(--urbanist);
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-align: left;
    max-width: 450px;
    color: #fff;
    margin-top: 2rem;
    letter-spacing: 0px;
    vertical-align: middle;
   

}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-top:-0.5rem;
}

.logo img{
	width:180px;
}

.logo-text {
    font-size: 24px; 
    color: #fff;
	font-weight:900;
    font-family: var(--mullish);
    letter-spacing: -2px;
    margin: 0;
}

.main-head {
    position: relative;
    transform-origin: center center;
    will-change: transform, opacity;
}





.overvieweclipse {
    position: absolute;
    right: 0;
    z-index: -1;
}

header {
    position: relative;
}

header .infobox {
    position: absolute;
    top: 35%;
}


@media(max-width:1024px) {
	.stackhead .dawn{
		    right: 10%;
	}
	
}



@media(max-width:768px) {
	
	.mobile-social-navigation__link:hover {
    color: #E0B24A!important; 
}
	
    header .infobox h2.main-head {
        font-size: 42px;
        line-height: normal;
        margin-bottom: 0;
    }
    header .infobox p {
        font-size: 18px;
        margin: 0.5rem 0 0;
        max-width: 250px;
    }

    .about-home {
        padding-top: 2rem;
    }

    .about-home img {
        width: 80%;
    }

    .main-heading br {
        display: none;
    }

    .main-heading , body.page-template-homepage-new section.about-home h2.main-heading , body.page-template-new-about .banner_about h2.main-heading.text-start.text-white {
		font-size:32px;
		line-height:normal;
        text-align: center;
    }
	.connectForm label{
		font-size:16px;
	}
	.contact_page .form-details .contactusform label:has(input), footer section.connectForm .form-details .contactusform label:has(input){
		flex: 0 0 100%;
		max-width:100%;
	}
	.connectForm .title{
	font-size:36px;
		line-height:normal;
		margin-top:6rem;
	}

    .about-home .infobox h4 {
        line-height: normal;
        margin-top: 0;
		font-size:24px;
        text-align: left;
    }

    .about-home .infobox p {
        text-align: left;
		font-size:16px;
		line-height:normal;
    }

    header.home {
        padding-top: 40px;
        min-height: 500px;
        background: url(https://thinkbar.in/wp-content/themes/kallyas/assets/new-images/DesigningBg.png);
        background-size: cover;
        background-repeat: no-repeat;
		overflow:hidden;
    }

    .about-home img.aboutline {
        margin: 2rem 0;
    }

    .stack {
        margin: 0;
    }

    .stackhead {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 0rem;
    }

    .stackhead br {
        display: none;
    }

    .stackhead .arrowImg {
        width: 40px;
    }

        .stackhead .dawn {
        width: 40px;
			position:unset;
               margin-left: 3%;
        margin-top: -2%;
    }

    .stackline {
        width: 80%;
        position: unset;
    }

    .overview {
        position: relative;
    }

    .overview .infobox h4 {
        font-size: 42px;
    }



    .statsrow {
        align-items: center;
       
    }

    .statsbox .wrapper h4 {
        font-size: 36px;
        line-height: normal;
    }

    .overline {
        width: 100%;
        margin: 2rem 0 rem;
    }

    .testimonialine {
        margin: 2rem 0;
        width: 100%;
    }

    .testimonial .testBox h2 {
        font-size: 36px;
    }
	
	
	#testimonial-slider .dets{
		font-size:16px;
		line-height:normal;
		
	}

   
	
}



section.ideagrids {
    position: relative;
}

section.ideagrids .ideaeclipse {
    position: absolute;
    right: 0;
    top: -5%;
    z-index: -1;
}

header.serviceBanner .main-heading {
    text-align: left;
}

header.serviceBanner {
    padding: 16rem 0 0rem;
}

header.serviceBanner .row {
/*     align-items: center; */
}

.dreamers .bannerpara{
	max-width:610px;
	min-height:216px;
}

.bannerpara {
     font-family: var(--urbanist);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
 
    color: var(--thinkblack);
}

.serviceBanner .gradientBtn {
    margin-top: 15px;
}

.serviceBanner #agency-slider-list {
    align-items: center;
	height:auto;
}

.serviceBanner #agency-slider .splide__slide {
    text-align: center;
}

.serviceBanner #agency-slider {
    padding-top: 4rem;
}
.seoservices .serviceBanner #agency-slider{
	padding:4rem 0;
}

.idea_card_container {
    display: grid;
    gap: 42px;
	 margin-top: 12rem;
    grid-template-columns: repeat(2, 1fr);
}

.idea_card_container img {
    width: 100%;
    border-radius: 16px;
}

.idea_card_container .dets h4 {
    font-family: var(--mullish);
    font-weight: 800;
    font-style: 900;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}

.idea_card_container .dets {
    margin-top: 1.2rem;
    max-width: 518px;
}


/* MOBILE ONLY - Single column layout */
@media (max-width: 767px) {
	.serviceBanner .gradientBtn {
    margin-left: -1.6rem;
}
	
    .idea_card_container1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
        width: 100%;
    }
    
   
}

@media (max-width: 480px) {
    .idea_card_container1 {
        gap: 16px;
        padding: 15px 12px;
    }
    
    .card_idea1 img {
        height: 280px;
    }
    
    .card_idea1 .dets {
        padding: 14px;
    }
    
    .card_idea1 h4 {
        font-size: 17px;
    }
    
    .card_idea1 p,
    .card_idea .bannerpara {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (max-width: 375px) {
    .idea_card_container1 {
        gap: 14px;
        padding: 12px 10px;
    }
    
    .card_idea1 img {
        height: 160px;
    }
    
    .card_idea1 .dets {
        padding: 12px;
    }
    
    .card_idea1 h4 {
        font-size: 16px;
    }
    
    .card_idea1 p,
    .card_idea .bannerpara {
        font-size: 13px;
    }
}


/* MOBILE RESPONSIVE - Single column layout */
@media (max-width: 767px) {
    .mobile-cards-col {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding: 20px 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-top: 0 !important; /* Reset negative margin on mobile */
    }
    
    .mobile-card-item {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
       
        overflow: hidden !important;
       
        margin: 0 !important;
    }
    
    /* Image styling for mobile */
    .mobile-card-item img {
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
    
    /* Content area */
    .mobile-card-item .dets {
        padding: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
   
    
    /* Paragraph text */
    .mobile-card-item .bannerpara,
    .mobile-card-item p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        color: #555 !important;
        margin: 0 !important;
    }
}

/* Smaller mobile devices */
@media (max-width: 480px) {
    .mobile-cards-col {
        gap: 16px !important;
        padding: 15px 12px !important;
    }
    
  
    
    .mobile-card-item .dets {
        padding: 14px !important;
    }
    
  
    
    .mobile-card-item .bannerpara,
    .mobile-card-item p {
        font-size: 18px !important;
    }
}

/* Very small mobile devices */
@media (max-width: 375px) {
    .mobile-cards-col {
        gap: 14px !important;
        padding: 12px 10px !important;
    }
    
    .mobile-card-item img {
        height: 150px !important;
    }
    
    .mobile-card-item .dets {
        padding: 12px !important;
    }
    
    .mobile-card-item h4 {
        font-size: 16px !important;
    }
    
    .mobile-card-item .bannerpara,
    .mobile-card-item p {
        font-size: 13px !important;
    }
}

.measureImpact {
    min-height: 800px;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    background-color: #05014a;
}

.measureImpact .bannerpara {
    color: #fff;
}

.bannerpara span {
    font-weight: 600;
	color:inherit;
}

.measureImpact {
    background-color:#05014a;
}

.measureImpact .main-heading {
    color: #fff;
}

.measureImpact .bannerpara {
    color: #fff;
}

.measureImpact .leadSection {
    display: flex;
	gap:2rem;
    align-items: center;
    margin-top: 9rem;
}

.measureImpact .leadcard .bannerpara {
    display: flex;
    flex-direction: column;  
	justify-content:center;
    line-height: 1.3;
	padding-bottom:1rem;
}
.measureImpact .leadcard .bannerpara {
  margin: 0;            
  line-height: 1.25;
}



.measureImpact .leadcard {
  
    min-width: 100px;
}

.measureImpact .leadcard h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.measureImpact .whiteline {
    height: 120px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    margin: 0 32px;
}




@media (max-width: 768px) {
.measureImpact .leadSection {
    display: flex;
	margin-left:0;
    flex-direction: column;
    align-items: center;     /* horizontal centering */
    justify-content: center; /* vertical centering (if height exists) */
    gap: 32px;
    text-align: center;      /* center text */
}


    .measureImpact .whiteline {
        display: none;
    }
}



main.service_banner .testimonialine {
    margin: 2rem 10rem 2rem 0;
}

.para-cards-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin: 6rem 0 8rem;
}

.para-cards-container .para-card img {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 70px;
	max-height:80px;
}
@media (max-width: 767px) {
    .para-cards-container .para-card img {
        max-width: 70px;  
        max-height: 70px; 
        margin-bottom: 1.5rem; 
    }
}



.howline {
    width: 100%;
    margin-bottom: 2rem;
    max-width: 250px;
}

.semi-heading {
    font-family: var(--mullish);
    font-weight: 900;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -1px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.semin-new-heading{
	margin-top:1rem;
}


main.carrer_page .hero_section{
 background-image: url(https://thinkbar.in/wp-content/themes/kallyas/assets/new-images/DesigningBg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-flex p.bannerpara{
	max-width:648px;
	width:50%;
}
.hero-flex{
	justify-content:space-between;
	margin-bottom:12rem;
}
.avatar-content{
	padding-top:20rem;
}
.avatar-contentNEW{
width:100%;
	gap:8rem;
        display: flex;
        flex-direction: row;
        align-items: center;
		justify-content:center;
	align-items:center;
	align-content:center;
}
.avatarsNew{
	margin-bottom:1rem;
}


@media (max-width: 767px) {
	


.dial {
    text-align: center;
    width: 100%;
    max-width: 300px; /* Optional: limit width */
}

	
	
	.dial{
		margin:0;
		padding:0;
	}
 .dialer	.newbannerpara{
		font-size:21px;
	}
	
	.dialer .main-heading{
		font-size:35px;
	}
	.dialer .bannerpara{
			font-size:21px;
	}
    .avatar-content {
        padding-top: 18rem;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .avatar-content .main-heading {
        width: 100%;
        margin-left: 0 !important; 
        text-align: center !important;
        font-size: 30px;
        margin-bottom: 1.5rem;
    }

  
    .hero-flex {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        width: 100%;
        gap: 1rem;
    }

    .avatars {
        width: 100%;
        max-width: 260px;
        margin-bottom: 1rem;
    }

    .avatars img {
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: cover;
        border-radius: 12px;
    }

    .avatar-content .bannerpara {
        width: 100%;
        text-align: center !important;
        font-size: 23px;
        line-height: 1.6;
        padding: 0 1rem;
    }
}




.jobs-section .table-header h2{
    font-family: Mulish;
font-weight: 800;
font-size: 30px;
line-height: 100%;
letter-spacing: -2px;
	color:#fff;
vertical-align: middle;
text-transform: uppercase;
color:#fff;
	display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 20px;
            padding: 30px 20px;
	padding-left:0;
}
.jobs-section .table-header{
display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 20px;
}
.jobs-section .job-card .container{
	display: grid;
	align-items:center;
            grid-template-columns: repeat(4,1fr);
            gap: 20px;
            padding: 30px 20px;
}

.jobs-section .job-card p {
    color: #fff;
	font-family: var(--urbanist);
font-weight: 500;
font-size: 24px;
	margin-bottom:0;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: lowercase;

}
.jobs-section .container::before,.jobs-section .container::after{
	content:none;
}
.jobs-section .job-card:not(:last-child) .container{
border-bottom:0.5px dashed #fff;
}
 
.jobs-section .gradientBtn .txt,.jobs-section .gradientBtn i{
	color:#fff;
}
.jobs-section{
	padding-bottom:8rem;
}
.jobs-section .job-card:hover  {
  background-color: #fff;
}

.jobs-section .job-card:hover  p,.jobs-section .job-card:hover .gradientBtn .txt,.jobs-section .job-card:hover .gradientBtn i {
  color: var(--thinkblack);
}
.team_illustration .team_grid{
	display:flex;
/* 	grid-template-columns:repeat(4,1fr); */
	align-items:center;
	height:100%;
	justify-content:space-between;
	margin-top:4rem;
}
.team_illustration .team_grid .item {
    padding-left: 2rem;
}
.team_illustration .blackLine {
	display: block;
	width: 2px;
	height: 180px; /* adjust as needed */
	background-color: var(--thinkblack);
	border: none;
}
.team_illustration{
	padding:4rem 0 8rem 0;
}
.team_illustration .team_grid .item p{
	font-family: Mulish;
font-weight: 800;
font-size: 30px;
line-height: 100%;
letter-spacing: -2px;
vertical-align: middle;
text-transform: uppercase;
}
.team_illustration .team_grid .item img{
margin-bottom:40px;
width:100%;
	max-width:80px;
}
.banner_about{
   background-color:#05014a;
}

.containerPar{
	padding-left:2rem !important;
	padding-right:2rem !important;
}

.banner_about .about{
	padding-top: 18rem;
	padding-bottom: 12rem;
}

.banner_about .about-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    height: 100%;
}
.dialers .container::before,.dialers .container::after,.dialers .row::before,.dialers .row::after{
	content:none;
}

.dialer-header h2{
	text-align:left;
}
.section-para {
    font-size: 21px;
    line-height: 1.6;
    opacity: 0.85;
}

.dialer{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	align-items:center;
}

.dialer .dial .main-heading{
text-align:left;
}
.dialer .dial .bannerpara{
	letter-spacing:normal;
}
.dialers{
padding:10rem 0 2rem;
	position:relative;
}

.center-heading {
    text-align: center;
}


/* Tablet & below */
@media (max-width: 992px) {
    .dialer {
    display: flex;
    gap: 2rem;
    align-items: flex-start; /* 👈 top aligned */
}


  
}

@media (max-width: 576px) {
  

    .dialer .dial {
        text-align: left;
    }

    .dialer-header h2,
    .section-para {
        text-align: left;
    }

    .section-para {
        font-size: 17px;
        line-height: 1.5;
    }

    .dialers {
        padding: 5rem 0 2rem;
    }
}

.dialerseclipse{
position:absolute;
	z-index:-1;
	top:0;
	right:0;
}
.aboutdialline{
	margin-left:15%;
	margin-top:-4%;
}

/* =============================
   MAIN LAYOUT
============================= */
#teamSplide .splide__track {
    overflow: visible !important;
}

#teamSplide .splide__list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 60px;
    transform: none !important;
    flex-wrap: nowrap;
}

#teamSplide .splide__slide {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

/* =============================
   MEMBER CARD
============================= */
.member-card {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 400px;
}

/* =============================
   IMAGE WRAPPER - PERFECT ALIGNMENT
============================= */
.image-wrap {
    height: 240px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}

.image-wrap img {
    max-height: 100%;
    width: auto;
    display: block;
    position: relative;
    z-index: 2;
    object-fit: contain;
}

/* FIRST MEMBER - BIGGER (CHIEF) */
.splide__slide:first-child .image-wrap {
    height: 280px;
}

.splide__slide:first-child .image-wrap img {
    width: 330px;
    max-width: 380px;
}

/* SECOND & THIRD MEMBERS - SAME SIZE */
.splide__slide:nth-child(3) .image-wrap {
    height: 240px;
}

.splide__slide:nth-child(3) .image-wrap img {
    width: 220px;
    max-width: 280px;
}

.splide__slide:nth-child(2) .image-wrap img{
	margin-left:5rem;
	  width: 400px;
}

/* =============================
   BLACK LINE - NO BREAKS
============================= */
.image-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    min-width: 300px;
    height: 2px;
    background: #000;
    z-index: 1;
}

/* =============================
   TEXT STYLING
============================= */
.member-name {
    font-family: var(--mullish), sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.member-role {
    font-family: Urbanist, sans-serif;
    font-size: 22px;
    margin: 0;
    padding-top: 0.5rem;
    line-height: 1.4;
    color: #333;
}

/* =============================
   LINKEDIN BUTTON
============================= */
.linkedin-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid #E0B24A;
    color: #E0B24A;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.35s ease;
}

.linkedin-link:hover {
    background-color: #E0B24A;
    color: #111;
    border-color: #E0B24A;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(224, 178, 74, 0.35);
}

/* =============================
   LARGE DESKTOP (1920px+)
============================= */
@media (min-width: 1920px) {
    #teamSplide .splide__list {
        gap: 80px;
    }

    .splide__slide:first-child .image-wrap {
        height: 320px;
    }

    .splide__slide:first-child .image-wrap img {
        width: 420px;
        max-width: 420px;
    }

    .splide__slide:nth-child(3) .image-wrap {
        height: 260px;
    }

    .splide__slide:nth-child(3) .image-wrap img {
        width: 300px;
        max-width: 300px;
    }

    .member-name {
        font-size: 34px;
    }

    .member-role {
        font-size: 24px;
    }
	
	
	.splide__slide:nth-child(2) .image-wrap img{
	margin-left:5rem;
	  width: 500px;
}
}

/* =============================
   DESKTOP (1440px - 1919px)
============================= */
@media (max-width: 1919px) and (min-width: 1440px) {
    #teamSplide .splide__list {
        gap: 70px;
    }

    .image-wrap::after {
        width: 130%;
    }
}

/* =============================
   LAPTOP (1024px - 1439px)
============================= */
@media (max-width: 1439px) and (min-width: 1024px) {
    #teamSplide .splide__list {
        gap: 50px;
    }

    .splide__slide:first-child .image-wrap {
        height: 260px;
    }

    .splide__slide:first-child .image-wrap img {
        width: 340px;
        max-width: 340px;
    }

    .splide__slide:nth-child(3) .image-wrap {
        height: 220px;
    }

    .splide__slide:nth-child(3) .image-wrap img {
        width: 180px;
        max-width: 250px;
    }

    .member-name {
        font-size: 26px;
    }

    .member-role {
        font-size: 20px;
    }

    .image-wrap::after {
        width: 140%;
    }
}

/* =============================
   TABLET (768px - 1023px)
============================= */
@media (max-width: 1023px) and (min-width: 768px) {
    #teamSplide .splide__list {
        gap: 40px;
    }

    .splide__slide:first-child .image-wrap {
        height: 240px;
    }

    .splide__slide:first-child .image-wrap img {
        width: 300px;
        max-width: 300px;
    }

    .splide__slide:nth-child(3) .image-wrap {
        height: 200px;
    }

    .splide__slide:nth-child(3) .image-wrap img {
        width: 220px;
        max-width: 180px;
    }
	
	.splide__slide:nth-child(2) .image-wrap img{
	margin-left:5rem;
	  width: 400px;
}

    .member-name {
        font-size: 24px;
        letter-spacing: -1.5px;
    }

    .member-role {
        font-size: 18px;
    }

    .image-wrap::after {
        width: 150%;
    }

    .linkedin-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

/* =============================
   MOBILE (max-width: 767px)
============================= */

/* =============================
   MOBILE (max-width: 767px)
============================= */
@media (max-width: 767px) {
	

	
    #teamSplide .splide__track {
        overflow: visible !important;
    }

    #teamSplide .splide__list {
        flex-direction: column !important;
        align-items: center !important;
        gap: 60px !important;
        display: flex !important;
    }

    #teamSplide .splide__slide {
        width: 100% !important;
        max-width: 100% !important;
        flex-shrink: 0 !important;
    }

    .member-card {
        max-width: 100% !important;
        padding: 0 20px !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* FORCE LARGER IMAGES */
    .image-wrap {
        height: auto !important;
        margin-bottom: 25px !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .image-wrap img {
        width: 380px !important;
        max-width: calc(100vw - 60px) !important;
        height: auto !important;
        min-width: 200px !important;
    }

    /* First image - normal size */
    .splide__slide:first-child .image-wrap,
    .splide__slide:nth-child(3) .image-wrap {
        height: auto !important;
        width: 100% !important;
    }

    .splide__slide:first-child .image-wrap img,
    .splide__slide:nth-child(3) .image-wrap img {
        width: 180px !important;
        max-width: calc(100vw - 60px) !important;
        height: auto !important;
        min-width: 220px !important;
    }

    /* SECOND IMAGE - EXTRA LARGE */
    .splide__slide:nth-child(2) .image-wrap {
        height: auto !important;
        width: 100% !important;
    }

    .splide__slide:nth-child(2) .image-wrap img {
        width: 480px !important;
        max-width: calc(100vw - 40px) !important;
        height: auto !important;
        min-width: 340px !important;
    }

    .member-card.chief .image-wrap img {
        width: 280px !important;
        max-width: calc(100vw - 60px) !important;
    }

    /* Hide line on mobile */
    .image-wrap::after {
        display: none !important;
    }

    .member-name {
        font-size: 28px !important;
        margin-top: 20px !important;
        letter-spacing: -1.5px !important;
    }

    .member-role {
        font-size: 20px !important;
        padding-top: 0.6rem !important;
    }

    .linkedin-link {
        margin-top: 16px !important;
        width: 46px !important;
        height: 46px !important;
        font-size: 19px !important;
    }
}


.dreamers .right{
	 background-image: url('https://thinkbar.in/wp-content/themes/kallyas/assets/new-images/DesigningBg.png');
    background-repeat: no-repeat;
    background-size: cover;
	width:50%;
	padding: 5rem;
	
   
	display: flex;
	justify-content:center;
	align-items:end;
    flex-direction: column;
    gap: 5rem;
}

.dreamers .main-heading{
	
}
.dreamers .left{
	padding: 5rem;
	width:50%;
	justify-content:center;
	display: flex;
    flex-direction: column;
    gap: 5rem;
}


@media(min-width:1200px) and (max-width:1299px){
	#teamSplide .black-line {
    position: absolute;
     top: 310px; 
    left: 49%;
    transform: translateX(-50%);
    width: 90%;
    margin: auto;
    height: 2px;
    background-color: #000;
    z-index: 1;
}
}


/* Contact Us Page */
main.contact_page .contact-form{
padding:12rem 0 6rem; 
	
	background-color:#05014a;
}
.contact-form label input, .contact-form label textarea{
	background:transparent;
}
.contact-form label,.contact-form .title{
	color:#fff;
}
.contact-form label:has(input){
	gap:12px;
}
.contact-form .gradientBtn{
	margin-top:2rem;
}
main.contact_page footer .connectForm,main.contact_page footer .text-start{
	display:none;
}


section.faq{
	font-family: var(--urbanist);
}


section.faq ul.wrapper {
    counter-reset: faq;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

section.faq ul.wrapper > li {
    counter-increment: faq;
	font-family: var(--urbanist);
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #a5a5a5ee;
}

section.faq ul.wrapper > li::before {
    content: counter(faq) ".";
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}




section.faq .question {
    font-family: var(--urbanist);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    padding: 20px 60px 20px 0;
    cursor: pointer;
    position: relative;
}



/* 
section.faq .answercont {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
} */

section.faq .answer {
    padding: 0 0 10px 0;  
    margin-left: 0;      
	 max-height: 10%;
 
    font-family: var(--urbanist);
    font-weight: 500;
    font-size: 21px;
    text-transform: none;
}

section.faq .question {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 23px;
  line-height: 50%;
  text-transform: capitalize;
  padding: 20px 50px 20px 0;
  position: relative;
  cursor: pointer;
}
  
section.faq .question::after {
  content: "";
  background: url('https://thinkbar.in/wp-content/uploads/2026/02/Group-1.svg')
              no-repeat center;
  background-size: contain;
  width: 32px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
	color:#000;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
  
section.faq .question.active::after {
  background: url('https://thinkbar.in/wp-content/uploads/2026/02/Group.svg')
              no-repeat center;
  background-size: contain;
  width: 32px;     /* keep SAME size */
  height: 25px;    /* keep SAME size */
}

  
section.faq .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
section.faq .answer {
    padding: 0 20px 20px 0; /* left = 0 */
    font-family: var(--urbanist);
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    vertical-align: middle;
   
}

  
  section.faq ul.wrapper{
    margin-top: 50px;
    padding: 0;
  }  

section.faq	.wrapper {
  counter-reset: section;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.faq .main-heading span{
	text-transform:lowercase;
}
section.faq ul.wrapper {
  counter-reset: section; /* Start counter at 0 */
}

section.faq ul.wrapper li.container {
  position: relative;
  padding-left: 0px; 
  counter-increment: section; /* increase for each li */
}
section.faq ul.wrapper li.container:not(:last-child){
	border-bottom: 1px solid #a5a5a5ee;
    margin-bottom: 1rem;
}
  section.faq ul.wrapper li{
    list-style-position: outside;
  }
section.faq ul.wrapper li.container::after {
/*   content: counter(section) "." !important; */
	content:"";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(10px);
  color: rgba(185, 182, 182, 1);
   font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 16px;
	    padding: 10px 0px;
}
.contact_page .footerline{
	display:none;
}

@media (max-width: 768px) {
	
	section.brain{
	padding-bottom:0rem;
}



	
	.banner_about .about{
	padding-top: 5rem;
		padding-bottom:5rem;
}

  .measureImpact {
    padding: 3.3rem 1.2rem;
  }

  .measureImpact .row {
    gap: 2rem;
  }

  .measureImpact .semi-heading {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .measureImpact .bannerpara {
    font-size: 18px;          
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .measureImpact .gradientBtn {
    margin-top: 1.5rem;
  }

  .measureImpact img {
    max-width: 80%;
    height: auto;
  }

  .measureImpact .col-md-6.text-center {
    margin-top: 2rem;
  }
	
	.thinkbar-glow-action::before {
 
 height: 80% !important;
		margin-left:1rem;
		  width: 21% !important;

		margin-top:0.45rem;
}
	
	.gradientBtn::before {
 
 height: 100% !important;
		  width: 21% !important;

}
	
	.gradientBtnBlackNew::before {
 
		  width: 60px !important;

		margin-top:0.45rem;
}
	
	.gradientBtnBlack::before {
 
		  height: 32px !important;
		  width: 32px !important;
		margin-left:0.3rem;
				margin-top:0rem;
}
	
	.gradientBtn::before {
 height: 30px !important;
		  width: 32px !important;
		margin-left:1.5rem;
				margin-top:0.75rem;


}
	.gradientBtnWhite::before {
 
  height: 80% !important;
		  width: 21% !important;

		margin-top:0.45rem;
}
	
	
	
	.gradientBtnBlack{
		font-size:16px;
	}
	
	.yellowBtn::before {
 
  width: 21% !important;
  height: 80% !important;
		margin-top:0.45rem;
		margin-left:1rem;

}

  .measureImpact .rainbow-container {
    margin-top: 3rem;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .measureImpact .rainbow-container .main-heading {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}



 footer .connectForm .gradientBtn .txt,footer .connectForm .gradientBtn i{
	color:var(--thinkblack);
}

/* 
.DesignLine{
	position:absolute;
	
} */


.single-carrer .top-banner .right{
	 background-image: url('https://thinkbar.in/wp-content/themes/kallyas/assets/new-images/DesigningBg.png');
    background-repeat: no-repeat;
    background-size: cover;
	padding: 5rem;
    background-position: center;
	display: flex;
	justify-content:end;
    flex-direction: column;
	max-height:967px;
}
.single-carrer .top-banner .left{
	padding:12rem 4rem 0 4rem;
}
main.single-carrer nav #menubtn,main.single-carrer  .gradientBtn .txt,main.single-carrer .gradientBtn i{
	color:var(--thinkblack);
}
main.single-carrer nav #menubtn{
	border:1px solid var(--thinkblack);
}
.single-carrer .top-banner .left label{
	font-family: var(--urbanist);
font-weight: 400;
font-size: 24px;
line-height: 29px;
letter-spacing: 5%;
	width:100%;
text-transform: capitalize;
	display:flex;
	flex-direction:column;
}
.single-carrer .top-banner .left label:not(:last-child){
	margin-bottom:4rem;
}
.single-carrer .top-banner .left label input, .single-carrer .top-banner .left label textarea {
    border: none;
	width:100%;
		margin-top:6px;
    outline: none;
    border-bottom: 2px solid rgba(185, 182, 182, 1);
}
.single-carrer .top-banner .left .para2{
	margin:4rem 0;
}

@media (max-width: 768px) {
  .designBox h1 {
    font-size: clamp(32px, 8vw, 44px);
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .designBox p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}


@media(max-width:768px){
	
/* 	.pin-spacer {
    height: 600px !important; 
} */
	 .panel {
    justify-content: flex-start;
    padding-top: 00px;   /* controlled spacing */
    height: auto;         /* key fix */
    min-height: 50vh;    /* still fills screen */
  }
	
	
	section.designing .container .containerPanel {
  display: flex;
  gap: 10rem; 
}
	.black-line{
		display:none;
	}
	.single-carrer .top-banner .left {
    padding: 2rem;
}
	.single-carrer .top-banner .right{
		min-height:400px;
		justify-content:center;
	}
	.designHead{
		font-size:50px;
		line-height:normal;
	}
	.designing .designBox h4,section.designing .panel.panel2 .designBox h4, section.designing .panel.panel3 .designBox h4{
		font-size:20px;
		line-height:normal;
		margin-bottom:12px;
	}
	.designing .designBox p,.overview .infobox p,.statsbox .wrapper p,section.designing .panel.panel2 .designBox p, section.designing .panel.panel3 .designBox p{
		font-size:18px;
		line-height:normal;
	}
	.arrowcontainer{
		width:40px;
		height:40px;
		left:0;
	}
	.arrow{
		width:40px;
		height:40px;
	}
	.site-image-container{
		display:none;
	}
	.site-image-container{
		max-width: 109px;
    top: -3%;
    right: 34%;
	}
	.ALettercomponent{
		width: 35px;
    top: 0%;
    right: 18%;
	}
	
	.designLine{
		    max-width: 107px;
    right: 6%;
		top:70%;
	}
	.designLineNEW{
		top:50%;
	}
	.fountainImg {
        position: absolute;
        top: -4%;
        right: 84%;
        max-width: 66px;
    }
.brushImg {
    position: absolute;
    bottom: 60%;
    left: 18%;
    max-width: 51px;
}
	.designing .designBox h4{
		margin-top:2rem;
	}
	
	.newdesign{
		left:5%!important;
	}
	.designBox img.designux {
    position: absolute;
    
    top: -8%;
		max-width:109px;
}
}


  .blog-tabs-container {
            background-color: var(--primary-dark);
            padding: 1rem 2rem;
            border-bottom: 1px solid var(--border-light);
            overflow-x: auto;
        }

        .blog-tabs {
            display: flex;
    gap: 2rem;
			padding:0 2rem;
    justify-content: space-between;
    margin: 18rem 0 4rem 0;
    list-style: none;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
        }


        .blog-grid {
            display: grid;
        }

        .blog-card {
            display: flex;
            gap: 30px;
            background: #fff;
            transition: all 0.3s ease;
            align-items: start;
        }

       

.blog-image-container{
	width: 100%;
            overflow: hidden;
	flex:0 0 40%;
            object-fit: cover;
}

        .blog-image {
            width: 100%;
        }

        .blog-content {
            display: flex;
			width:100%;
			height:100%;
			padding:1.5rem;
			padding-left:0;
            flex-direction: column;
            justify-content: space-between;
        }
.blog-content .semi-heading{
	line-height:normal;
}
.blog-content .gradientBtn .txt, .blog-content .gradientBtn i{
	color: var(--thinkblack);
}
.blog-content .gradientBtn{
	width:fit-content;
}
.blog-title {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 0.75rem;
            color: var(--text-dark);
        }

        .blog-date {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }
.blog-date i{
	font-size:24px;
}
      

        .pagination-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
			border-top:1px solid var(--thinkblack);
            padding: 2rem 0;
        }

        .pagination-item {
           font-family: var(--urbanist);
font-weight: 400;
font-size: 18px;
			cursor:pointer;
line-height: 100%;
letter-spacing: -6%;
text-transform: uppercase;

        }

        .pagination-item.active {
            font-weight:800;
			padding-bottom:1rem;
			border-bottom:2px solid var(--thinkblack);
        }
.blog-tab{
	color:#fff;
	padding:1rem;
	font-weight:800;
	cursor:pointer;
}
.blog-tabs-container{
	 background-image: url('https://thinkbar.in/wp-content/themes/kallyas/assets/new-images/DesigningBg.png');
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:6rem;
    background-position: center;
}
.pagination-next .next-btn{
	max-width:65px;
	cursor:pointer;
}
.blog-card:not(:last-child){
	margin-bottom:50px;
}
.panel2 .designBox img.designux{
position:absolute;
	    left: 7%;
    top: -27%;
}

@media(max-width:768px){
	.panel1 .designBox img.designux{
position:absolute;
	   
    top: -18%;
}
	.blog-card{
		flex-direction:column;
	}
	.blog-tabs{
		flex-wrap:wrap;
		border-bottom:none;
		padding:0;
	}
	.blog-tab.active{
		border-bottom:1px solid #fff;
	}
	.blog-tabs-container{
		padding:0;
	}
	
	.blog-card{
		gap:0;
	}
	body.page-template-homepage-new .bantext .word span,body.page-template-homepage-new .bantext .word{
		width:100%;
		height:1.5em;
	}
	header .infobox{
		width:100%;
	}
	.stack-image-container{
		margin-bottom:-4px;
		width: 40px;
    height: 40px;
	}
	.panel2 .designBox img.designux {
    position: absolute;
    left: 7%;
    top: -6%;
}
}

@media(max-width:500px){
	.gradientBtnWhiteDesign::before {
 
  height: 85% !important;
		  width: 35px !important;
		margin-left:0.5rem;
		margin-top:0.30rem;
}
	
}

@media(max-width:400px){
	.gradientBtnWhiteDesign::before {
 
  height: 85% !important;
		  width: 32px !important;
		margin-left:0.15rem;
		margin-top:0.30rem;
}
	
}


@media(max-width:400px){
	
	
	
	.gradientBtn{
		font-size:14px;
		padding:1rem;
	}
	
	.gradientBtnBlack{
		font-size:18px;
		padding:1rem;
	}
	.gradientBtnWhite{
		font-size:14px;
		padding:1rem;
	}
	
	.gradientBtnWhiteDesign{
		font-size:18px;
		padding:7px 11px;
	}
	
	.thinkbar-glow-action{
		font-size:14px;
		padding:1rem;
	}
	
	
	#menubtn{
		font-size:14px;
	}
/* 	.container {
    padding-left: 6px !important;
} */
	    .footerline svg {
        height: auto;
        width: 300px;
        margin-right: 10% !important;
    }
	header .infobox{
		width:70%;
	}
	.designing .container{
		padding:0;
	}
}

    .circle_container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .circle {
            position: absolute;
            width: 145px;
            height: 145px;
            border-radius: 50%;
            right: 2%;
			margin-top:-10%;
            animation: spring 4s ease-in-out infinite;
        }

        .circle:nth-child(1) {
            border: 1px solid #fff;
            top: 0;
            animation: spring1 4s ease-in-out infinite;
        }

        .circle:nth-child(2) {
            border: 1px solid #fff;
            top: 0;
            animation: spring2 4s ease-in-out infinite;
        }

        .circle:nth-child(3) {
            border: 1px solid #fff;
            top: 0;
            animation: spring3 4s ease-in-out infinite;
        }

        .circle:nth-child(4) {
            border: 1px solid #fff;
            top: 0;
            animation: spring4 4s ease-in-out infinite;
        }
        .circle:nth-child(5) {
            border: 1px solid #fff;
            top: 0;
            animation: spring5 4s ease-in-out infinite;
        }
        .circle:nth-child(6) {
            border: 1px solid #fff;
            top: 0;
            animation: spring6 4s ease-in-out infinite;
        }

        @keyframes spring1 {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(0);
            }
        }

        @keyframes spring2 {
            0%, 100% {
                transform: translateY(-5px);
            }
            50% {
                transform: translateY(23px);
            }
        }

        @keyframes spring3 {
            0%, 100% {
                transform: translateY(-10px);
            }
            50% {
                transform: translateY(46px);
            }
        }

        @keyframes spring4 {
            0%, 100% {
                transform: translateY(-15px);
            }
            50% {
                transform: translateY(69px);
            }
        }
        @keyframes spring5 {
            0%, 100% {
                transform: translateY(-20px);
            }
            50% {
                transform: translateY(92px);
            }
        }
        @keyframes spring6 {
            0%, 100% {
                transform: translateY(-25px);
            }
            50% {
                transform: translateY(115px);
            }
        }





main.service_banner.designing .circle{
	right:50%;
}
@media(max-width:768px){
	.circle{
		width:60px;
		height:60px;
	}
	main.service_banner .circle_container{
		transform: rotate(270deg);
	}
	main.service_banner.userexperience .circle{
		margin-top:-40%;
		right:55%;
	}
	body.page-template-homepage-new .bantext{
		font-size:18px;
		line-height:normal;
		margin-top:1rem;
	}
	.hero-flex p.bannerpara{
		width:100%;
	}
}



.ideagrids {
            position: relative;
            padding: 20px 0;
            overflow: hidden;
        }

.scroll-section {
            /* height: 100vh; */
            display: flex;
            align-items: center;
            position: relative;
        }

 .para-card .bannerpara {
        font-size: 18px;   /* or 19px if needed */
        line-height: 1.7;
    }
.para-cards-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .para-cards-container {
            display: flex;
            gap: 40px;
			flex-wrap:wrap;
            width: fit-content;
/*             padding: 20px 100px 20px 0;  */
        }

.para-card {
  flex: 0 0 calc(50% - 40px);
  position: relative;
  transition: 0.8s ease-in-out;
  overflow: hidden; /* Add this to contain the after effect */
  min-height: 200px; /* Ensure element has height */
}

.para-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://thinkbar.in/wp-content/uploads/2026/02/Frame-805.svg) no-repeat;
  background-size: 66%;
  background-position: -28% center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.para-card:hover::after {
  opacity: 1;
}

/* Optional: Add pointer-events to allow clicking through */
.para-card::after {
  pointer-events: none;
}



.para-card:hover {
  border-color: red; /* Confirm hover is working */
}

/* .para-card:not(:last-child)::before {
  content: "";
    display: block;
    width: 220px;
    position: absolute;
    height: 120px;
    background: url(https://thinkbar.in/wp-content/uploads/2025/11/savedline.png) center no-repeat;
    background-size: contain;
    margin: 10px 0;
    left: 70%;
    top: 47%;
} */
.para-card .bannerpara{
	max-width:505px;
}
.serviceBanner #agency-slider img{
	max-width:70%;
}
.service_banner .circle{
	right: 31%;
}

.para-card > * {
  position: relative;
  z-index: 2;
}

@media(min-width:1600px){
	#agency-slider{
		max-width:1320px;
		margin:auto;
	}
}

.ecommerce{
	margin-top:8rem;
	margin-bottom:20rem
}
.ecommerce .business-web img{
	margin-top:2rem;
width:80%;
}
.ecommerce .business-web{
	margin-bottom:8rem;
}
.ecommerce .custom-web img{
max-width:433px;
}
.banner_about .circle {
    right: 25%;
    margin-top: -2%;
}
@media(max-width:768px){
	
	.mobileimg{
				margin-top:-0.5rem!important;

	}
	.title-mobile{
		margin-top:-0.6rem!important;
	}
	
	.newseobtn{
		margin-left:-1.5rem!important;
		margin-top:-0.5rem!important;
	}
	
	.seobtn{
		margin-left:-1.5rem!important;
		margin-top:-1.5rem!important;
	}
	
	.servicesNew p{
		font-size:18px;
	}
	
	.servicesNew h2{
		margin-top:1rem;
		font-size:32px;
	}
	.ecommerce .business-web img,.ecommerce .custom-web img{
		width:100%;
	}
	.ecommerce{
		margin-top:4rem;
			margin-bottom:10rem

	}
	.ecommerce .business-web {
    margin-bottom: 2rem;
}
	.ecommerce .custom-web img{
		margin-top:2rem;
	}
	.para-card {
    flex: 0 0 90%;
    position: relative;
}
	.service_banner .circle {
    right: 53%;
    margin-top: -30%;
}
	header.serviceBanner {
    padding: 8rem 0 0rem;
}
	.serviceBanner .gradientBtn {
    margin-top: 8px;
}
	.spiralContainer img {
    position: relative;
    top: 30%;
	width:40px;
    max-width: 100px;
    animation: spiralAnim 5s infinite 
ease-in-out;
		margin-left:2rem;
}
	section.overview .row.statsrow .statsbox.d-flex.justify-content-between .wrapper{
		flex:0 0 50%;
	}
	section.faq .answer,section.faq .question,#testimonial-slider .name, #testimonial-slider .designation{
		font-size:16px;
		line-height:normal;
	}
	section.faq .question::after {
    content: "";
    background: url(https://thinkbar.in/wp-content/uploads/2025/11/Plus.webp);
    height: 16px;
    width: 16px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 45%;
    transition: 0.2s;
}
	.footerbottom .copyright .social img{
		width:60%;
	}
	.footerbottom .copyright .social-links{
		gap:0;
	}
	.footerbottom .copyright .social {
    max-height: 20px;
}
	footer section.connectForm .form-details input.wpcf7-form-control.wpcf7-submit.gradientBtn{
		font-size:16px;
	}
	.dialers{
		padding:2rem 0;
	}
	.dialer .dial .bannerpara,.dialer .dial .main-heading{
		text-align:center;
	}
	.banner_about .circle {
    right: 44%;
    margin-top: -30%;
}
	section.faq ul.wrapper li.container::after{
		content:none !important;
	}
	section.faq ul.wrapper li.container{
		padding-left:0;
	}
	section.faq ul.wrapper {
    margin-top: 16px;
    padding: 0;
}
}
@media (max-width: 1024px) {
    .responsive-dial {
        width: 400px; 
    }
}

@media (max-width: 767px) {

	.back2{
		margin-top:5px;
	}
	
	.servicesNew p{
		font-size:18px;
	}
	
	.servicesNew h2{
		font-size:32px;
	}
    .responsive-dial {
        width: 300px; 
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .responsive-dial {
        width: 300px; 
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .responsive-dial {
        width: 280px;
        max-width: 65%;
    }
}
@media (max-width: 767px) {
	
	
	
	.mobile-container-display{
		display:none;
	}
	
    #teamSplide .black-line {
     top: 200px; 
    }
} 
@media (max-width: 400px) {
    #teamSplide .black-line {
     top: 200px; 
    }
}

.adsservices .serviceline{
margin-top:6rem;
}
.adsservices .measureImpact .main-heading{
	width:auto;
}


/* Existing rainbow animation stays */
.adsservices .measureImpact .main-heading.rainbow {
    background: linear-gradient(
        275deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(237, 221, 83, 1) 100%
    );
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* ACTION PLAN → Yellow */
.yellow-active {
    color: #eddc53;
    -webkit-text-fill-color: #eddc53;
    background: none;
    text-shadow: 0 0 16px rgba(237, 220, 83, 0.45);
}


.adsservices .measureImpact .main-heading.rainbow{
	background: linear-gradient(275deg, rgba(42, 123, 155, 1) 0%, rgba(237, 221, 83, 1) 100%);
	-webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}
/* Make Inquiry Message full width */
.contactusform label:has(textarea),
.contactusform .wpcf7-form-control-wrap:has(textarea) {
    width: 100% !important;
    grid-column: 1 / -1;
}

.measureImpact .leadcard h2 {
  letter-spacing: 0.04em;
}


@media (max-width: 768px) {
	.measureImpact .leadcard h2 {
  letter-spacing: 0.06em;
}

	.About-test{
	padding-top:5rem;
}

	
	
	.newDreamers p{
		font-size:16px;
	}
	.dialer p {
		font-size:16px;
	}
    .about-flex p {
        font-size: 16px;
    }
	
	.containerAbout{
		padding:2rem !important;
	}
}

.banner_about .about-flex .bannerpara{
	max-width:100%;
}
.seoservices .idea_card_container{
	margin-top:0;
}
.home .infobox .gradientBtn .txt a{
	color:#fff;
}
.home .infobox .gradientBtn {
	margin-top:2rem;
}
#testimonial-slider 
.splide__slide:not(.splide__slide--clone):nth-child(odd) .card {
    background-image: url('https://thinkbar.in/wp-content/uploads/2026/02/Frame-803.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% center ;
}

#testimonial-slider 
.splide__slide:not(.splide__slide--clone):nth-child(even) .card {
    background-image: url('https://thinkbar.in/wp-content/uploads/2026/02/Frame-805-1.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% center;
}


.hidden-cf7-submit {
    display: none !important;
}



.engagementModels .models {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  align-items: stretch; /* equal height columns */
}

.semin-new-heading{
	margin-top:3rem!important;
}



.engagementModels .model-card:not(:has(.gradientBtnBlack)) {
  padding-bottom: 3.2rem; /* balances cards without button */
}


.connectForm .gradientBtn br{
display:none;
}


.engagementModels .model-card {
    padding: 2.7rem;
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;  
    align-items: flex-start; 
}
.engagementModels .model-card .gradientBtn {
    font-size: 18px;
    padding: 0.6rem 1rem;
    width: auto;               
    margin-top: auto;            
    display: flex;
    justify-content: flex-start; 
}


@media (max-width: 768px) {

  .seo-platforms .row {
    flex-direction: column;
    gap: 2rem;
  }

  .seo-platforms .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .seo-platforms img {
    display: block;
    margin: 0 auto;
    max-width: 85%;
  }

  .seo-platforms .main-heading {
    font-size: 30px;
    line-height: 1.2;
  }
}
.engagementModels .model-card {
    display: flex;
    justify-content: start;
    align-items: flex-start; 
}

.engagementModels .model-card img {
    max-width: 120px;
    height: auto;
    margin: 0 1.5rem 0.75rem 0; 
    display: block;
    float: left; 
}


@media (max-width: 768px) {
	
	

  .engagementModels {
    margin-top: 2rem;
  }

  
  .engagementModels .models {
    display: grid;
    grid-template-columns: 1fr; /* 👈 THIS IS THE FIX */
    gap: 1rem;
  }

.engagementModels .model-card {
    padding: 1.8rem;
    border-radius: 12px;
    text-align: left;
    width: 100%;
}

.engagementModels .model-card img {
    max-width: 60px;
    margin: 0 0 0.75rem 0; 
    display: block;
}


  /* Title */
  .engagementModels .model-card .semi-heading {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }

  /* Description */
  .engagementModels .model-card .bannerpara {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }

 .engagementModels .model-card .gradientBtn {
    font-size: 13px;
    padding: 0.6rem 1rem;
    width: 100%;
    display: flex;
    justify-content: flex-start; 
}

  .engagementModels .model-card.contact {
    display: none;
  }
}


.seoservices .measureImpact .main-heading{
	width:auto;
	transition:1s ease-in-out;
}
.seoservices .measureImpact .main-heading.rainbow{
	background: linear-gradient(275deg, rgba(42, 123, 155, 1) 0%, rgba(237, 221, 83, 1) 100%);
	-webkit-background-clip: text;
	transition:1s ease-in-out;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.engagementModels .main-heading{
	margin-top:8rem;
	margin-bottom:6rem;
}
.models{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	align-items:center;
	gap:8rem;
	justify-content:center;
}
.models .gradientBtn{
	width:fit-content;
}
.models .gradientBtn i{
	color:var(--thinkblack);
}
.model-card.contact{
	background-color:#FECE2E;
}
.model-card.contact img {
    float: right;
    margin-bottom: -2rem;
    margin-right: -2rem;
}
.price-card-container .prices-card{
  flex: 0 0 calc(33.33% - 4rem);
	box-shadow: 0px 0px 4px 4px #00000040;
	padding:30px;
	margin-top:0;
	transition:0.7s ease-in-out;
}
.price-card-container{
	gap:4rem;
	margin-bottom:8rem;
	justify-content:center;
}
.price-card-container .pricing-card h3{
	font-family: var(--mullish);
font-weight: 700;
	text-align:center;
	margin: 8px 0 18px;
font-size: 28px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
}
.price-card-container .pricing-card a{
	max-width:65px;
	overflow:hidden;
	float:right;
background:#fff;
	border-radius:50%;
}
.price-card-container .pricing-card a:hover{
	background:#fff;
}
.price-card-container .pricing-card .features-list{
	  font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: -1px;
vertical-align: middle;
text-transform: capitalize;
}
.price-card-container .pricing-card .features-list li{
	line-height:36px;
}
.seoservices .para-card:not(:last-child)::before,.adservices .para-card:not(:last-child)::before {
    background: url(https://thinkbar.in/wp-content/uploads/2025/11/Line-46.png) center no-repeat;
    height: 180px;
    top: 20%;
    width: 2px;
    left: 85%;
}
.model-card{
	padding:2rem;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.model-card img{
	max-width:103px;
}
.pricing-header .main-heading{
margin-bottom:75px;
}
.price-card-container .prices-card:hover{
background:#00A3C3C4;
	transform: scaleY(1.1) scaleX(1.08);

}

.paidads .tick-container {
    overflow: visible;
	margin-top:2rem;
}


.paidads .tick-container{
	display: flex;
    height: 100%;
padding: 0 2rem 0 6rem; 
	gap: 5rem;   
	flex-direction: column;
}
.paidads .tick-container .semi-heading{
position:relative;
}
.paidads .tick-container .semi-heading::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    left: -78px;
    top: 30%;
    transform: translateY(-50%);
    background: url(https://thinkbar.in/wp-content/uploads/2025/11/image-32.png)
        center no-repeat;
    background-size: contain;
}

.paidads .tick-container .semi-heading:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 2px;                 
    height: 70px;             
    background: #000;
    left: -50px;               
    top: 50%;                   
    transform: translateY(50%);
}




@media(min-width:1200px) and (max-width:1299px){
	.models{
		gap:4rem;
	}
	.paidads .tick-container .semi-heading::before{
		left: -25%;
	}
	.paidads .tick-container .semi-heading:not(:last-child)::after{
		left: -28%;
    top: 98%;
	}
}

@media (max-width: 768px) {

  .paidads .NewGAPRow {
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .paidads .col-12 {
    width: 100%;
    max-width: 100%;
  }

  /* NEWROW mobile styling */
  .paidads .NEWROW {
    padding: 1.8rem 1.2rem;
  }

  /* Tick text */
  .tick-container .semi-heading {
    font-size: 22px;
  }

  .tick-container p {
    font-size: 18px;
  }

  /* Paragraphs */
  .paidads p {
    font-size: 17px;
    text-align: left;
  }

  /* Tick container spacing */
  .paidads .tick-container {
    padding: 0;
    gap: 1rem;
  }

  /* Decorative pseudo elements */
  .paidads .tick-container .semi-heading::before {
    width: 60px;
    height: 60px;
    left: -5%;
    top: 30%;
  }

  .paidads .tick-container .semi-heading::after {
    display: none !important;
  }
}



#marqueeSplide {
  padding: 2rem 0;
}

.marqueetag {
    margin-bottom: 4rem;
    overflow: hidden;
    width: 100%;
}

.marqueetag .wrapper {
    background-color:#05014a;
    position: relative;
    width: 100%;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
}

.marquee-content {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marqueeLeftToRight 30s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Pause animation on hover if needed */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 2rem;
    white-space: nowrap;
}

.marquee-text {
    font-family: var(--mullish, Arial, sans-serif);
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: 1.2;
    padding-right: 1.5rem;
    white-space: nowrap;
}

.marqueetag .white-border {
    width: 100px;
    height: 2px;
    background: #fff;
    flex-shrink: 0;
    margin-right: 2rem;
}

/* Left to Right Animation */
@keyframes marqueeLeftToRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* For browsers that need prefix support */
@-webkit-keyframes marqueeLeftToRight {
    0% {
        -webkit-transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

/* GPU Acceleration for smoother animation */
.marquee-content {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-text {
        font-size: 24px;
    }
    
    .marqueetag .white-border {
        width: 60px;
        margin-right: 1rem;
    }
    
    .marquee-item {
        padding: 0 1rem;
    }
}



.single-blog .blog-cnt{
    padding: 100px 0 80px;
}

.single-blog .blog-cnt .left .heading{
    gap: 60px;
}

.single-blog .blog-cnt .left .heading p{
    font-family: var(--cabin);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 41px;
}

.single-blog .blog-cnt .left{
    display: flex;
    padding-left: 0;
    flex-direction: column;
    justify-content: space-between;
}
.single-blog .blog-cnt .para{
    font-family: var(--urbanist);
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.single-blog .blog-cnt .row:not(:first-child){
    padding: 20px 0;
}
.single-blog .blog-cnt .right img{
	width:100%;
}

.single-blog .blog-cnt .row:last-child{
    margin-bottom: 0;
}

.single-blog .blog-cnt .quote-section {
    background: linear-gradient(155.91deg, #00364F -17.11%, #001924 28.41%, #00080C 77.61%);
    color: white;
    padding: 3rem 2rem;
    text-align: center;
}

.single-blog .blog-cnt .quote-text {
    font-size: 36px;
    font-weight: 400;
    line-height: 41px;
    max-width: 870px;
    margin: auto;
	color:#fff;
    font-family: var(--cabin);
}


@media(max-width:768px){
    .single-blog .blog-cnt .row:first-child{
        flex-direction: column;
    }
   .single-blog .blog-cnt .row:first-child img{
        width: 100%;
    }
    .single-blog section.post-cnt .date-badge{
        font-size: 10px;
        margin: 10px 0;
        padding: 4px 8px;
    }
    .single-blog section.post-cnt .nav-post img{
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    .single-blog section.post-cnt .nav-post{
        flex-direction: column;
    }
    .single-blog section.post-cnt .date-badge img{
        height: 12px;
        width: 12px;
        margin-right: 12px;
    }
    .single-blog section.post-cnt .post-navigation{
        padding: 1rem 0;
		flex-direction:column;
		gap:4rem;
    }
    .single-blog section.post-cnt .post-wrapper button{
        font-size: 14px;
        margin-top: 20px;
    }
   .single-blog section.related-section .article-card{
        margin: 0;
    }
    .single-blog section.related-section .article-card img{
        width: 100%;
    }
   .single-blog section.related-section .section-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .single-blog section.related-section .article-card .date-badge img{
        height: 12px;
        width: 12px;
        margin-right: 12px;
    }
    .single-blog .article-card .article-card-body h5{
        font-size: 24px;
    }
  
    .single-blog .blog-cnt .quote-text{
        font-size: 24px;
    }
    .single-blog section.post-cnt .line-black{
        margin: 0 1.5rem;
    }
    .single-blog .blog-cnt{
        padding: 60px 0 40px;
    }
	.single-blog section.post-cnt .line-black{
		display:none;
	}
}
.single-blog section.post-cnt .post-navigation {
    border-top: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding: 2rem 0;
    display: flex;
	justify-content:space-between;
	position:relative;
}

.single-blog section.post-cnt .nav-post {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #333;
}

.single-blog section.post-cnt .nav-post:hover {
    color: #007bff;
    text-decoration: none;
}

.single-blog section.post-cnt .nav-post img {
    width: 120px;
    height: 130px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 1rem;
}

.single-blog section.post-cnt .nav-post-label {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

.single-blog section.post-cnt .date-badge {
    background-color: #ffc107;
    color: #000;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 16px;
    font-family: var(--urbanist);
    display: flex;
    align-items: center;
    font-weight: 500;
    width: fit-content;
    margin-bottom:10px;
}

.single-blog section.post-cnt .date-badge img{
    width: 18px;
    height: 18px;
}

.single-blog section.post-cnt .line-black{
    width: 1px;
    position: absolute;
    min-width: 1px;
    left: 50%;
    min-height: 80%;
    /* margin: 0 3rem; */
    background-color: #000;
}

.single-blog section.post-cnt .post-wrapper{
    text-align: center;
}

.single-blog section.post-cnt .post-wrapper button{
    border: none;
    background: none;
    outline: none;
    margin-top: 12px;
    font-weight: 400;
    font-family: var(--cabin);
    font-size: 20px;
}

.single-blog section.post-cnt .post-wrapper .semi-heading{
	text-align:start;
}
.single-blog section.post-cnt .nav-post-content{
	text-align:start;
}
.single-blog .post-cnt{
	padding-bottom:4rem;
}
footer .contactusform br{
	display:none;
}


@media (max-width: 768px) {
    .menu-overlay .service-icon img {
        width: 100px;   /* smaller for mobile */
        height: auto;   /* keep ratio clean */
    }
}



@media(max-width:768px){
	
	.paidads .tick-container .semi-heading::before{
		left: -15%;
		width:25px;
		height:25px;
	}
	.marqueetag .wrapper li{
font-weight: 800;
white-space:nowrap;
		font-size:18px;
}
	.marqueetag .wrapper li::before {
    content: "";
    display: block;
    width: 80px;
    position: absolute;
    height: 2px;
    background: #fff;
    background-size: contain;
    margin: 10px 0;
    left: 76%;
    top: 0;
}
	.adsimage .ads-content {
  text-align: right;
}
	

	
 

.gradientBtn {
  padding: 0.6rem 1.2rem;
  font-size: 1.5rem;
}

.bannerpara {
  font-size: 10px;
  line-height: 1.5;
}
	
	.servicesNew h2{
		padding-top:5rem;
	}
	
	
	
	.servicesNewImg img{
		margin-left:-1rem;
	}
	
	.servicesNewImg img{
		padding:2.5rem;
	}
		

@media (max-width: 768px) {
  .bannerpara {
    font-size: 18px;   
    line-height: 1.5!important;  
  }
}
	@media (max-width: 768px) {
		
	.adsimage .gradientBtn {
    display: block;     
    text-align: left;    
  }

  

  .adsimage .ads-content {
    text-align: left;
    padding: 0 1.5rem;
  }

  .adsimage .main-heading {
    font-size: 28px;      
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .adsimage .bannerpara {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 2rem;
  }

	

  @media (max-width: 768px) {
	  
	  

  .adsimage .ads-img-wrap {
    display: flex;
    justify-content: center;
  } 

 .adsimage .ads-img {
    max-width: 120px;    
    transform: none;    
  } 
	  
	  .ads-img-wrap {
    display: flex;
    justify-content: center;
}

.ads-img-wrap img {
    display: block;
    margin: 0 auto;
}
  
}
		
	
}

}



.home .infobox .gradientBtn .txt a:focus,.home .infobox .gradientBtn .txt a:hover{
	color:#fff !important;
}
.testBox .splide__arrow{
	top:105%;
	background:transparent;
}
.testBox .splide__arrow--prev {
    left: 42%;
}
.testBox .splide__arrow--next {
    right: 45%;
}
@media(max-width:768px){
	
	.has-submenu a{
		color:#E0B24A!important;
	}

	.menu-overlay .container{
		height:0%!important;	
	}
	
	.testBox .splide__arrow--prev {
    left: 40%;
}
}
      /* ========================================
   BASE STYLES (Mobile First)
   ======================================== */

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #05014a;
    z-index: 9999;
    overflow-y: auto;
    clip-path: circle(0% at 100% 0%);
    transition: clip-path 0.8s cubic-bezier(0.85, 0, 0.15, 1);  /* ← NEW */
    padding: 20px;
}

.menu-overlay.show {
    clip-path: circle(150% at 100% 0%);
}

.menu-overlay .container {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ========================================
   HEADER
   ======================================== */

.menu-overlay .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F3F3F363;
}

.menu-overlay .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.3s;
    padding: 10px;
}

.menu-overlay .close-btn:hover {
    transform: rotate(90deg);
}

/* ========================================
   MENU CONTENT (Mobile - Stacked)
   ======================================== */

.menu-overlay .menu-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: 0;
}

/* ========================================
   NAVIGATION MENU
   ======================================== */

.menu-overlay .nav-menu {
    width: 100%;
    min-width: auto;
}

.menu-overlay .nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-overlay .nav-menu li {
    margin-bottom: 20px;
}

.menu-overlay .nav-menu a {
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffff;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.menu-overlay .nav-menu a::after {
    content: "↗";
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #FFFFFF;
    opacity: 0;
	    color: #E0B24A !important;

    transition: all 0.3s ease;
}

.menu-overlay .nav-menu a:hover,
.menu-overlay .nav-menu a:focus {
    color: #E0B24A !important;
    transform: translateX(10px);
}

.menu-overlay .nav-menu a:hover::after,
.menu-overlay .nav-menu a:focus::after {
    opacity: 1;
    right: -50px;
}

.menu-overlay .nav-menu a.active {
    color: #E0B24A !important;
}

.menu-overlay .nav-menu a.active::after {
    opacity: 1;
    right: -50px;
}


@media (max-width: 768px) {

    .menu-overlay .nav-menu a::after {
        display: none !important;
        content: none !important;
    }

    .menu-overlay .nav-menu a:hover,
    .menu-overlay .nav-menu a:focus {
        transform: none !important;
        color: white !important;
    }

    .menu-overlay .nav-menu a:hover::after,
    .menu-overlay .nav-menu a:focus::after {
        display: none !important;
        opacity: 0 !important;
    }

    .menu-overlay .nav-menu a.active::after {
        display: none !important;
        opacity: 0 !important;
    }
}



.menu-overlay .nav-menu a:hover,
.menu-overlay .nav-menu a:focus {
    color: #E0B24A !important;
    transform: translateX(10px);
}

.menu-overlay .nav-menu a:hover::after,
.menu-overlay .nav-menu a:focus::after {
    opacity: 1;
    right: -35px;
}

.menu-overlay .nav-menu a.active {
    color: #E0B24A !important;
}



/* ========================================
   CONTENT DISPLAY
   ======================================== */

.menu-overlay .content-display {
    width: 100%;
    position: relative;
    min-height: 300px;
    display: flex;
    justify-content: center;
}

.menu-overlay .content-section {
    width: 100%;
    margin-top: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 0.5s ease;
    padding: 0 10px;
}

.menu-overlay .content-section.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.menu-overlay .semi-heading {
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    max-width: 100%;
}

.menu-overlay .section-description {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    max-width: 100%;
    text-align: center;
}

/* ========================================
   SERVICES GRID (Mobile - Single Column)
   ======================================== */

.menu-overlay .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-content: start;
    width: 100%;
}

.menu-overlay .service-card {
    text-align: center;
    border-radius: 15px;
    transition: transform 0.3s;
    cursor: pointer;
    padding: 10px;
}

.menu-overlay .service-card:hover {
    transform: translateY(-5px);
}

.menu-overlay .illustration {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.menu-overlay .service-icon {
    height: 100px;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-overlay .service-icon2 {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-overlay .service-icon img {
    width: 180px;
    height: auto;
    object-fit: contain;
}

.menu-overlay .service-icon2 img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.menu-overlay .service-title,
.menu-overlay .service-title1 {
    color: white;
    font-family: Urbanist, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 1rem;
}

/* ========================================
   MENU FOOTER
   ======================================== */

.menu-overlay .menu-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border-top: 1px solid rgba(243, 243, 243, 0.39);
    padding-top: 20px;
    margin-top: auto;
    text-align: center;
}

.menu-overlay .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.menu-overlay .social-links span {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.menu-overlay .social-links a {
    color: white;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    gap: 8px;
    transition: color 0.3s ease;
}

.menu-overlay .social-links a i {
    font-size: 18px;
    color: #fff;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.menu-overlay .social-links a:hover {
    color: #E0B24A !important;
}

.menu-overlay .social-links a:hover i {
    transform: rotate(-45deg) translateX(3px) translateY(-3px);
}

/* ========================================
   TABLET STYLES (768px and up)
   ======================================== */


/* ===============================
   MOBILE CENTER IMAGE
================================ */

.mobile-center-image {
    display: none;
}

@media (max-width: 768px) {

    body.submenu-open .mobile-center-image {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: 0.3s ease;
    }

}
/* Make selector more specific */
footer .contact-item,
.header .contact-item,
.contact-info .contact-item,
a.contact-item,
.contact-item-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 18px !important;
  transition: color 0.2s ease !important;
}

/* Force white on hover too */
.contact-item:hover,
.contact-item:focus,
.contact-item:active {
  color: #ffffff !important;
  opacity: 0.9;
}

@media (max-width: 768px) {
	
	.mobile-center-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-grow: 1;
    padding-bottom: 40px;
    
    /* Add smooth transitions */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.submenu-open .mobile-center-image {
    opacity: 0;
    visibility: hidden;
    
    /* Optional: Add transform for better effect */
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.mobile-center-image img {
    width: 100%;
    max-width: 250px;
    height: auto;
    opacity: 0.9;
    object-fit: contain;
    margin-top: 10rem;
    
    /* Smooth image transition */
    transition: opacity 0.3s ease;
}

body.submenu-open .mobile-center-image img {
    opacity: 0;
}

    .menu-overlay .menu-content {
        height: 100%;
        justify-content: space-between;
    }

    .mobile-center-image {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-grow: 1;          /* takes empty space */
 padding-bottom: 40px; 
	}

    .mobile-center-image img {
        width: 100%;
        max-width: 250px;
        height: auto;
        opacity: 0.9;
        object-fit: contain;
		margin-top:10rem;
    }
}


@media (max-width: 768px) {

    .menu-overlay .nav-menu a {
        position: relative;
        display: block;
        text-align: center;
    }
	
	
	

    /* Hide arrow by default */
    .services-toggle .arrow-icon {
        display: none;
        position: absolute;
        top: 50%;
		color:#E0B24A;
        transform: translateY(-50%) rotate(-45deg);
    }

    /* Show arrow ONLY when active */
    .services-toggle.active .arrow-icon {
        display: inline-block;
    }

    .menu-overlay .nav-menu a:hover,
    .menu-overlay .nav-menu a:focus {
        transform: none !important;
    }
}

.dialImg {
    margin-top: 0rem;
	margin-left:-3rem;
}

/* DESKTOP / TABLET */
@media (min-width: 768px) {
    .dialImg {
        margin-top: -6rem;
			margin-left:3rem;

    }
}
	

@media (min-width: 768px) {
	


    .menu-overlay .menu-header {
        margin-bottom: 40px;
        padding-bottom: 25px;
    }

    .menu-overlay .close-btn {
        font-size: 32px;
    }

    .menu-overlay .menu-content {
        gap: 40px;
    }

    .menu-overlay .nav-menu a {
        font-size: 36px;
		margin-left:2rem;
    }

    .menu-overlay .nav-menu a::after {
        font-size: 30px;
        right: -50px;
    }

    

    .menu-overlay .semi-heading {
        font-size: 24px;
        max-width: 500px;
    }

    .menu-overlay .section-description {
        font-size: 15px;
        max-width: 500px;
    }

    .menu-overlay .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .menu-overlay .illustration {
        max-width: 250px;
    }

    .menu-overlay .service-icon {
        width: 150px;
        height: 110px;
    }

    .menu-overlay .service-icon2 {
        width: 120px;
        height: 110px;
    }

    .menu-overlay .service-icon img {
        width: 220px;
    }

    .menu-overlay .service-icon2 img {
        width: 180px;
    }

    .menu-overlay .service-title,
    .menu-overlay .service-title1 {
        font-size: 24px;
        line-height: 32px;
    }

    .menu-overlay .menu-footer {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 25px;
    }

    .menu-overlay .social-links {
        gap: 20px;
    }

    .menu-overlay .social-links span {
        font-size: 18px;
        width: auto;
    }

    .menu-overlay .social-links a {
        font-size: 18px;
    }

    .menu-overlay .social-links a i {
        font-size: 18px;
    }
}

.newcard{
	margin-top:-2rem !important;
}

.new-titleapp{
		margin-top:1rem !important;

}

@media (min-width: 1024px) and (max-width: 1366px) {


    .menuImg img{
        max-width: 400px;
    }
	
	 .menuImg2 img{
        max-width: 360px;
    }
	
	.newimg img{
		        max-width: 260px;

	}
	
	

  .gradientBtnWhiteDesign2  {
    padding: 7px 9px;       
    font-size: 18px;          
    margin-top: 15px;
  }

  .gradientBtnWhiteDesign2::before {
    width: 35px;  
	  margin-top:1px;
  }
	
	.gradientBtnWhiteDesign2:hover::before {
    width: 100%;
}


  .gradientBtnWhiteDesign2  .text-wrap {
    height: 1.1em;
  }

  .gradientBtnWhiteDesign2  a {
    gap: 8px;                
  }

 

    .menu-overlay .menu-content {
        flex-direction: row;
        margin-left: -1.9rem;
        gap: 10px;
    }

    .menu-overlay .nav-menu {
        flex: 0 0 30%;
        min-width: 260px;
    }

    .menu-overlay .nav-menu li {
        margin-bottom: 30px;   
    }

    .menu-overlay .nav-menu a {
        font-size: 35px;      
        letter-spacing: -0.5px;
    }

    .menu-overlay .content-display {
        flex: 0 0 52%;
        min-height: 420px;
	
    }

    .menu-overlay .content-section {
        margin-top: -2rem;    
        padding: 0;
    }

    .menu-overlay .semi-heading {
        font-size: 24px;
        max-width: 500px;
        margin-bottom: 12px;
    }

    .menu-overlay .section-description {
        font-size: 13px;
        max-width: 500px;
        line-height: 1.6;
    }

    .menu-overlay .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;   
    }

    .menu-overlay .illustration {
        max-width: 220px;
    }

    .menu-overlay .service-icon {
        width: 150px;
        margin-top: -1rem;
    }

    .menu-overlay .service-icon2 {
        width: 120px;
        margin-bottom: 10px;
				margin-top:1.5rem!important;

    }

    .menu-overlay .service-icon img {
        width: 220px;
    }

    .menu-overlay .service-icon2 img {
        width: 180px;
    }
	
 .menu-overlay .service-icon3  {
        width: 120px!important;
    }

    .menu-overlay .service-title,
    .menu-overlay .service-title1 {
        font-size: 22px;  
        line-height: 30px;
        margin-top: 1.5rem;
    }

    .menu-overlay .menu-footer {
        padding-top: 15px;
    }

    .menu-overlay .social-links {
        gap: 18px;
    }

    .menu-overlay .social-links span,
    .menu-overlay .social-links a {
        font-size: 16px;
        line-height: 22px;
    }

    .menu-overlay .social-links a i {
        font-size: 16px;
    }
}



@media (min-width: 1367px) {
	 .menu-overlay .service-icon3  {
        width: 110px!important;
    }
	
	 .menuImg img{
        max-width: 450px;
    }
	 .menuImg2 img{
        max-width: 400px;
    }
	
	.newimg img{
		        max-width: 300px;

	}

  .gradientBtnWhiteDesign2  {
    padding: 7px 9px;       
    font-size: 18px;          
    margin-top: 10px;
  }

  .gradientBtnWhiteDesign2::before {
    width: 35px;  
	  margin-top:1px;
  }

  .gradientBtnWhiteDesign2  .text-wrap {
    height: 1.1em;
  }

  .gradientBtnWhiteDesign2  a {
    gap: 8px;                
  }

  .gradientBtnWhiteDesign2  i.fa-arrow-right {
    font-size: 22px;          
  }

    .menu-overlay .menu-content {
        flex-direction: row;
        margin-left: -1rem;
        gap: 10px;
    }

    .menu-overlay .nav-menu {
        flex: 0 0 38%;
        min-width: 260px;
    }

    .menu-overlay .nav-menu li {
        margin-bottom: 30px;   
    }

    .menu-overlay .nav-menu a {
        font-size: 42px;      
        letter-spacing: -0.5px;
    }

    .menu-overlay .content-display {
        flex: 0 0 52%;
        min-height: 420px;
	
    }

    .menu-overlay .content-section {
        margin-top: -2rem;    
        padding: 0;
    }

    .menu-overlay .semi-heading {
        font-size: 20px;
        max-width: 500px;
        margin-bottom: 12px;
    }

    .menu-overlay .section-description {
        font-size: 13px;
        max-width: 500px;
        line-height: 1.6;
    }

    .menu-overlay .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;   
    }

    .menu-overlay .illustration {
        max-width: 220px;
    }

    .menu-overlay .service-icon {
        width: 150px;
        margin-top: -1rem;
    }

    .menu-overlay .service-icon2 {
        width: 120px;
        margin-bottom: 10px;
		margin-top:2rem!important;
    }

    .menu-overlay .service-icon img {
        width: 220px;
    }

    .menu-overlay .service-icon2 img {
        width: 180px;
    }

    .menu-overlay .service-title,
    .menu-overlay .service-title1 {
        font-size: 22px;  
        line-height: 30px;
        margin-top: 1.5rem;
    }

    .menu-overlay .menu-footer {
        padding-top: 15px;
    }

    .menu-overlay .social-links {
        gap: 18px;
    }

    .menu-overlay .social-links span,
    .menu-overlay .social-links a {
        font-size: 16px;
        line-height: 22px;
    }

    .menu-overlay .social-links a i {
        font-size: 16px;
    }
}


@media (min-width: 1440px) {
	 .menu-overlay .service-icon3  {
        width: 145px!important;
    }
	
	.menu-overlay .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    gap: 50px;
    justify-content: center;
}

	
.gradientBtnWhiteDesign2 {
  position: relative;
  display: inline-flex;
		margin-left:3px;

  align-items: center;
  padding: 9px 14px;
  margin-top: 15px;
  font-family: var(--urbanist, sans-serif);
  font-size: 22px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}


.gradientBtnWhiteDesign2::before {
  content: "";
  position: absolute;
  inset: 0;

  width: 47px;
  height: 100%;
  background: #E0B24A;
  border-radius: 50px;

  transition: width 1.3s ease;
  z-index: 0;
}

.gradientBtnWhiteDesign2:hover::before {
  width: 95%;
}
	
	.contentSection{
		margin-left:12rem;
	}
	
	 .menuImg img{
        width: 100%!important;
		 max-width:85%;
    }
	
	.newimg img{
		        max-width: 50%;
		width:100%!important;

	}
	
		.menuImg2 img{
		        max-width: 75%;
		width:100%!important;

	}
	
    .menu-overlay .menu-header {
        margin-bottom: 60px;
        padding-bottom: 30px;
    }
    .menu-overlay .menu-content {
        flex-direction: row;
        margin-left: -2.2rem;
        gap: 20px;
    }
    .menu-overlay .nav-menu {
        flex: 0 0 35%;
        min-width: 300px;
    }
    .menu-overlay .nav-menu li {
        margin-bottom: 50px;
    }
    .menu-overlay .nav-menu a {
        font-size: 50px;
        letter-spacing: -1px;
    }
    .menu-overlay .nav-menu a::after {
        font-size: 40px;
        right: -60px;
    }
   
    .menu-overlay .content-display {
        flex: 0 0 55%;
        min-height: 500px;
    }
    .menu-overlay .content-section {
        margin-top: -2rem;
        padding: 0;
    }
    .menu-overlay .semi-heading {
        font-size: 24px;
        max-width: 600px;
        margin-bottom: 18px;
    }
    .menu-overlay .section-description {
        font-size: 16px;
        max-width: 600px;
    }
  
	
	
    .menu-overlay .illustration {
        max-width: 320px;
    }
    .menu-overlay .service-icon {
        width: 200px;
        height: auto;
        margin-top: -2rem;
    }
    .menu-overlay .service-icon2 {
        width: 150px!important;
        height: auto;
        margin-bottom: 0px!important;
		margin-top:-1.5rem!important;
    }
    .menu-overlay .service-icon img {
        width: 220px!important;
    }
   
    .menu-overlay .service-title {
        font-size: 28px;
        line-height: 36px;
        margin-top: 2rem;
    }
    .menu-overlay .service-title1 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 1rem!important;
    }
    .menu-overlay .menu-footer {
        padding-top: 30px;
    }
    .menu-overlay .social-links {
        gap: 30px;
    }
    .menu-overlay .social-links span {
        font-size: 20px;
        line-height: 27px;
    }
    .menu-overlay .social-links a {
        font-size: 20px;
        line-height: 27px;
    }
    .menu-overlay .social-links a i {
        font-size: 20px;
    }
	
	
}

/* ========================================
   SMALL MOBILE FIX (max 480px)
   ======================================== */

@media (max-width: 480px) {
	
	  .menu-overlay .submenu.services-grid .service-icon4 img{
		width:110px!important;
	}
	
    .menu-overlay {
        padding: 15px;
    }

    .menu-overlay .menu-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .menu-overlay .close-btn {
        font-size: 24px;
    }

    .menu-overlay .nav-menu a {
        font-size: 24px;
    }

    .menu-overlay .nav-menu li {
        margin-bottom: 15px;
    }

    .menu-overlay .semi-heading {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .menu-overlay .section-description {
        font-size: 13px;
    }

    .menu-overlay .services-grid {
        gap: 20px;
    }

    .menu-overlay .service-icon {
        width: 95px;
        height: 80px;
    }

    .menu-overlay .service-icon img {
        width: 150px;
    }

    .menu-overlay .service-icon2 img {
        width: 120px;
    }

    .menu-overlay .service-title,
    .menu-overlay .service-title1 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0.5rem;
    }

    .menu-overlay .social-links {
        gap: 10px;
    }

    .menu-overlay .social-links span {
        font-size: 14px;
    }

    .menu-overlay .social-links a {
        font-size: 14px;
    }
}


@media (min-width: 320px) and (max-width: 389px) {
	.mobile-menu-footer.hide-contact {
    display: none;
}

	    .menu-overlay .submenu.services-grid .service-icon4 img{
		width:100px!important;
	}

    /* ===== ONLY SERVICES SUBMENU ===== */
    .menu-overlay .submenu.services-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px 10px !important;
        padding: 0 !important;
        margin-top: 5px !important;
    }

    /* Each card alignment */
    .menu-overlay .submenu.services-grid .service-card {
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Icon container */
    .menu-overlay .submenu.services-grid .service-icon {
        width: 70px !important;
        height: auto !important;
        margin: 0 auto 6px auto !important;
    }

    /* Image scaling */
    .menu-overlay .submenu.services-grid .service-icon img,
    .menu-overlay .submenu.services-grid .service-icon2 img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Service title */
    .menu-overlay .submenu.services-grid .service-title,
    .menu-overlay .submenu.services-grid .service-title1 {
        font-size: 16px !important;
        line-height: 18px !important;
        margin-top: 4px !important;
    }

    /* Prevent overall overlay overflow */
    .menu-overlay {
        overflow-y: auto !important;
        max-height: 100vh !important;
    }

}


/* ========================================
   LANDSCAPE MOBILE FIX
   ======================================== */

@media (max-height: 600px) and (orientation: landscape) {
    .menu-overlay .nav-menu li {
        margin-bottom: 15px;
    }

    .menu-overlay .nav-menu a {
        font-size: 24px;
    }

    .menu-overlay .menu-header {
        margin-bottom: 20px;
    }

    .menu-overlay .services-grid {
        gap: 20px;
    }
}
      .menu-overlay  .newsletter {
            display: flex;
            align-items: center;
            gap: 20px;
        }

       .menu-overlay .newsletter span {
            color: rgba(255, 255, 255, 0.6);
           font-family: "Urbanist", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 27px;
letter-spacing: 0%;
vertical-align: middle;
        }

       .menu-overlay .newsletter-input {
            display: flex;
            align-items: center;
            gap: 10px;
        }

       .menu-overlay .newsletter input {
            background: transparent;
            border: none;
			outline:none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            padding: 8px 12px;
            width: 250px;
           font-family: "Urbanist", sans-serif;
           font-weight: 700;
           font-size: 14px;
           line-height: 27px;
           letter-spacing: 0%;
           vertical-align: middle;
          
        }

       .menu-overlay .newsletter input::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

       .menu-overlay .newsletter i {
           font-size:20px;
			 color:#fff;
			 transform:rotate(-45deg);
            transition: transform 0.3s;
        }

       .menu-overlay .newsletter button:hover {
            transform: translateX(5px);
        }
		 

		.menu-overlay .menu-header .logo img{
			 max-width:180px;
		 }
		 
        @media (max-width: 1200px) {
          .menu-overlay  .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .menu-overlay {
                padding:0;
            }

           .menu-overlay .menu-content {
				flex-direction:column;
                gap: 1rem;
            }
			.menu-overlay .nav-menu ul{
				padding:0;
				margin-bottom:4rem;
			}
			.menu-overlay .content-display{
				min-height:auto;
			}
         .menu-overlay   .nav-menu {
                flex: none;
            }
		.menu-overlay	.nav-menu li{
				margin-bottom:12px;
				text-align:center;
			}
          .menu-overlay  .nav-menu a {
                font-size: 32px;
            }

         .menu-overlay .services-grid {
                grid-template-columns: 1fr 1fr;
				gap:0rem;
            }

			.menu-overlay .service-icon{
				width:100px;
				height:auto;
			}
			.menu-overlay .service-title{
				line-height:normal;
				font-size:20px;
			}
			.menu-overlay .social-links a,.menu-overlay .social-links span,.menu-overlay .newsletter span{
				font-size:14px;
			}
			.menu-overlay .newsletter input{
				width:100%;
			}
			.menu-overlay .newsletter span{
				white-space:nowrap;
			}
			.menu-overlay .social-links a i,.menu-overlay .newsletter i{
				font-size:12px;
			}
           .menu-overlay .menu-footer {
                flex-direction: column;
                gap: 2rem;
				margin-top:1rem;
				padding:1rem 0;
                align-items: flex-start;
            }
			.menu-overlay .menu-header{
				    padding: 1rem 0;
    margin-bottom: 2rem;
			}
        }


.home-about-svg svg{
	width: 375px;
    /* display: flex; */
    align-items: center;
    margin: auto;
}
.home-stacked-svg svg{
	width:650px;
	height:auto;
}
.below-stack-svg svg{
	width:450px;
	height:auto;
}
.testimonial-svg svg{
	width:612px;
	height:200px;
}
.testimonialineBelow svg{
	width:100%;
}

.testimonialineBelow{
	text-align:left;
}
.footerline svg{
	width:486px;
	margin-right:20%;
	height:210px;
}


@media (max-width: 767px) {
    .faq .main-heading {
        text-align: left !important;
    }
}


@media(max-width:768px){
	.home-about-svg svg{
	        width: 100%;
        display: flex;
}
.home-stacked-svg svg{
	width:300px;
}
.below-stack-svg svg{
	width:300px;
}
	.testimonial-svg svg{
	width:300px;
		height:auto;
}
	.testimonialineBelow svg{
	width:350px;
		
		
}
.footerline svg{
	        height: auto;
        width: 300px;
        margin-right: 22%;
}
}

.panel.panel3 .designBox img.seo {
	position:absolute;
    right: 35%;
    top: -22%;
}
.home header .infobox h1,.home header .infobox h1 .changing-word{
	font-family: var(--mullish);
font-weight: 900;
font-size: 55px;
line-height: 100%;
	margin:0;
/* letter-spacing: -2%; */
	color:#fff;
	gap:1rem;
vertical-align: middle;
	display:flex;
	align-items:center;
text-transform: uppercase;

}
.home header .infobox h1:first-child{
	margin-bottom:1rem;
}
@media(max-width:768px){
	header .infobox {
    position: absolute;
    top: 42%;
}
	.home header .infobox h1,.home header .infobox h1 .changing-word{
		font-size:18px;
	}
}

.measureImpact .gradientBtn .txt a,.measureImpact .gradientBtn .txt i{
color:#fff;
}
.measureImpact .gradientBtn .text-wrap{
border-color:#fff;
}
.model-card.contact .gradientBtn i{
	color:var(--thinkblack);
}
.measureImpact .gradientBtn .txt a:hover, .measureImpact .gradientBtn .txt a:focus{
	color:#fff !Important; 
}
@media (max-width: 767px) {
    .counter1 {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 15px 15px !important;
    }
    
}

.measureImpact .semi-heading{
	margin:0 0 21px;
}
.measureImpact .gradientBtn{
	margin:1.5rem 0;
}

.cf7-custom-btn{
	margin-left:0rem;	
}

.navbar .gradientBtn .text-wrap{
border-color:#fff;
}

.contactusform {
    padding-left: 2rem;
    padding-right: 2rem;
}

.contact_page .form-details .contactusform label:has(input) ,
footer section.connectForm .form-details .contactusform label:has(input),footer section.connectForm .form-details .contactusform label:has(select),.form-details .contactusform label:has(select) {
    gap: 0px;
    flex: 0 0 48%;
    max-width: 48%;
}
.contact_page .bannerpara{
	max-width:100%;
}
.contact_page .upperHead{
	margin:4rem 0;
}



/* Mobile responsive header */
@media (max-width: 767px) {
	
	

	
    .upperHead {
        padding: 20px 15px !important;
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .upperHead .main-heading.text-start {
        text-align: center !important;
		font-size:36px!important;
        
    }
    
    .upperHead .bannerpara.text-start {
        text-align: center !important;
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        display: block !important;
        width: 100% !important;
    }
    
    .upperHead .bannerpara span {
        display: block !important;
        font-weight: 500 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .upperHead {
        padding: 30px 20px !important;
    }
    
    .upperHead .main-heading {
        font-size: 5rem !important;
    }
    
    .upperHead .bannerpara {
        font-size: 2rem !important;
    }
}

@media (max-width: 480px) {
    .upperHead {
        padding: 15px 12px !important;
    }
    
   
    
    .upperHead .bannerpara.text-start {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
}
@media (max-width: 375px) {
    .upperHead .main-heading.text-start {
        font-size: 1.9rem !important;
    }
    
    .upperHead .bannerpara.text-start {
        font-size: 1.6rem !important;
    }
}



.jobs-section .gradientBtn{
	width:fit-content;
}
.jobs-section .job-card:hover .gradientBtn .text-wrap{
	border-color: #000;
}
.jobs-section .gradientBtn .text-wrap{
	border-color: #fff;
}
.contactusform br {
    display: none;
}
main.contact_page .form-details .contactusform label{
	position:relative;
}
main.contact_page .form-details .contactusform label:has(select)::after {
    display: block;
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    right: 8px;
    top: 42%;
    background: url(https://thinkbar.in/wp-content/uploads/2025/12/chevron-down-svgrepo-com.png);
    transition: 0.2s;
    background-size: cover;
}
main.home .about-home .gradientBtn .text-wrap{
	border-color:#000;
}
.dreamers .right .gradientBtn .text-wrap{
	border-color:#fff;
}

/* .marqueetag .splide__track {
    overflow: visible !important;
}

.marqueetag .splide__slide {
    backface-visibility: hidden;
} */





.ads-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}



/* TEXT */
.ads-content {
  padding-right: 2rem;
}

/* Tablet */
@media (max-width: 991px) {
  .thinkbar-ads-illustration {
    max-width: 360px;
  }
}

@media (max-width: 576px) {

  .adsimage {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .ads-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;   /* ⬅️ important */
    margin-bottom: 0.4rem;
  }
}

.thinkbar-ads-illustration {
  width: 100%;
  max-width: 460px;
  height: auto;
}

/* Mobile */
@media (max-width: 576px) {
  .thinkbar-ads-illustration {
    max-width: 170px; /* small, logo-style */
  }

  .ads-img-wrap {
    margin-bottom: 0.3rem;
    align-items: flex-start;
  }

  .adsimage {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Meta Ads image only */
.thinkbar-Meta {
  width: 80%!important;
  max-width: 160px!important;   /* desktop smaller */
  height: auto;
}

/* Mobile */
@media (max-width: 576px) {
  .thinkbar-Meta {
    max-width: 120px;  /* compact on mobile */
  }
}


#word1:after {
    content:"_";
    opacity: 0;
    animation: cursor 1s infinite;
}

@keyframes cursor {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#word2:after {
    content:"_";
    opacity: 0;
    animation: cursor 1s infinite;
}

@keyframes cursor {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.footer-top a:nth-child(1) {
  grid-column: 1;
  justify-self: start;
}

.footer-top a:nth-child(2) {
  grid-column: 2;
  justify-self: start; 
}

.footer-top a:nth-child(3),
.footer-top a:nth-child(4) {
  grid-column: 3;
  justify-self: end;
}


.footer-top a:nth-child(5) {
  grid-column: 4;
  justify-self: end;
}



.thinkbar-footer,
.thinkbar-footer * {
  color: #ffffff;
}



.footer-top {
  display: grid;
  grid-template-columns: 260px 1fr 320px;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 1.8rem;
}


.footer-top a {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.footer-line:first-of-type {
  margin-top: 0;
  margin-bottom: 3.5rem; 
}


#main-footer {
  background: transparent;
}

.thinkbar-footer {
  background-color: #1E1E1E;
  padding: 4.5rem 0 3rem;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-line {
  margin: 2.8rem 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}

 .footer-logo {
  margin-bottom: 1.5rem;
  
}

.footer-logo img {
  width: 160px;
}
  .footer-services {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* right align everything */
  gap: 8px;
}


.footer-services p {
  font-family: Urbanist;
  font-size: 28px;
  line-height: 29px;

}


.footer-center-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1fd26b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
}


.footer-contact {
  text-align: right;
}

.footer-contact a {
  display: block;
  font-family: Urbanist;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.footer-social {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.footer-bottom p {
  font-family: Urbanist;
  font-size: 16px;
	color:#ffff;
}


#main-footer {
  color: #ffffff;
}

.thinkbar-footer {
  background-color: #05014a !important;
}

.thinkbar-footer {
  padding: 4.5rem 0 3rem; 
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}


.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.2rem;
}

.footer-top a {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.footer-line {
  margin: 2.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-middle {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  column-gap: 80px;
  align-items: start;
}
.footer-logo img {
  width: 80px;
}

.footer-services {
  display: flex;
  flex-direction: column;
  gap: 12px;
	margin-left:40rem;
}



.footer-center-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1fd26b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.footer-contact {
  text-align: right;
}

.footer-contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact a {
  font-family: Urbanist;
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}


.footer-social {
  margin-top: 14px;
  display: flex;
	width:100%;
  justify-content: flex-end;
  gap: 16px;
}
.thinkbar-social-icons-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 14px;
}


.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  font-family: Urbanist;
  font-size: 15px;
  opacity: 0.6;
}


.footer-mobile {
  display: none;
}

@media (max-width: 768px) {
	
.newadsbtn{
	margin-left:-2rem!important;
}
	
	.thinkbar-footer{
		display:none;
	}
	
	  .hero-animated-heading-text {
        font-size: 40px!important;
    }

  .footer-mobile {
	  
    display: flex;
	   background-color: #05014a ;
    flex-direction: column;
    gap: 36px;
    padding: 2.8rem 0;
    text-align: center;
	 
  }
	.footer-mobile-logo  {
    padding-top:5rem;
  }
	

  .footer-mobile-logo img {
    width: 90px;
    margin: 0 auto;
  }

  .footer-mobile-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-mobile-section a {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
  }

  .footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .footer-services-mobile a {
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    opacity: 0.85;
  }

  
  .footer-contact-mobile a {
    font-size: 17px;
    text-transform: none;
  }

  .thinkbar-social-icons-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 14px;
  }
}

.circular-con{
	margin-top:5rem;
}


@media (max-width: 1424px) {
  .footer-top a {
    font-size: 27px;
  }

	.designBox2{
	margin-top:10rem!important;	
}
	
	.designBox3{
			margin-top:14rem!important;	

	}
  
  .footer-services {
    margin-left: 41rem;
  }
}

@media (max-width: 1350px) {

  .footer-services {
    margin-left: 35rem;
  }
	
	
}


@media (max-width: 1250px) {
	

  .footer-services {
	  width:100%;
    margin-left:30rem;
  }
}


@media (max-width: 768px) {

	 .designBox3{
		margin-top:1.7rem!important;	

}
	
	.designBox1{
			margin-top:2.2rem!important;	

	}

.designBox2{
	margin-top:-1rem!important;	
}

  .footer-mobile {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 2.8rem 0;
    text-align: center;
  }

  .footer-mobile-logo img {
    width: 90px;
    margin: 0 auto;
  }

  .footer-mobile-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  
  .footer-mobile-section a {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
  }


  .footer-title {
    font-size: 20px;
    font-weight: 700;
	  color:#ffff;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

 
  .footer-services-mobile a {
    font-family: Urbanist;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    opacity: 0.85;
  }

  .footer-contact-mobile a {
    font-size: 17px;
    text-transform: none;
  }

  .thinkbar-social-icons-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 14px;
  }
}




#testimonial-slider .splide__arrow {
  background: #E0B24A;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


#testimonial-slider .splide__arrow svg {
  fill: #000;
}


#testimonial-slider .splide__arrow:hover {
  background: #D9AF4F;
}

@media (max-width: 767px) {
    #testimonial-slider .splide__arrow {
        width: 36px;
        height: 36px;
        opacity: 0.9;
    }
    
    #testimonial-slider .splide__arrow svg {
        width: 14px;
        height: 14px;
    }
    
   
    #testimonial-slider .splide__arrow {
        display: flex !important; 
    }
}

@media (max-width: 480px) {
    #testimonial-slider .splide__arrow {
        width: 32px;
        height: 32px;
    }
    
    #testimonial-slider .splide__arrow svg {
        width: 12px;
        height: 12px;
    }
    
   
    #testimonial-slider .splide__arrow--prev {
        left: 5px !important;
    }
    
    #testimonial-slider .splide__arrow--next {
        right: 5px !important;
    }
}

@media (max-width: 375px) {
    #testimonial-slider .splide__arrow {
        width: 30px;
        height: 30px;
    }
    
    #testimonial-slider .splide__arrow svg {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {

  .navbar .container {
   
    justify-content: space-between;
    flex-wrap: nowrap; 
  }

}

.hero-animated-svg {
    opacity: 0;
    transition: opacity 0.6s ease;
}


.hero-animated-svg.svg-visible {
    opacity: 1;
}

.hero-animated-svg.svg-visible .svg-line {
    stroke-dashoffset: 0;
}



.thinkbar-cta-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
	margin-top:-1rem;
}



.home-about-svg {
    position: relative;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.svgLine {
    transform: translateZ(0);
    will-change: stroke-dashoffset;
}


.NEWFAQ {
    padding-bottom: clamp(4rem, 10vw, 10rem);
}

.thinkbar-cta-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
}

.thinkbar-cta-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.thinkbar-glow-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.2rem;
  font-family: var(--urbanist, sans-serif);
    font-size: clamp(14px, 3vw, 19px);
  text-transform: uppercase;
	font-weight: 400;
  background: transparent;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
}

.thinkbar-glow-action::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 25%;
  height: 100%;
  background: #FFD84D; /* PURE YELLOW */
  border-radius: 999px;
  transition: width 1.2s ease;
  z-index: 0;
}

.thinkbar-glow-action:hover::before {
  width: 100%;
}

/* TEXT WRAP */
.thinkbar-text-container {
  position: relative;
  overflow: hidden;
  height: 1.2em;
  z-index: 1;
  border-bottom: 1px solid #171717;
}

/* TEXT ANIMATION */
.thinkbar-text {
  display: block;
  line-height: 1.2;
  transition: transform 0.6s ease;
  color: #000;
}

.thinkbar-text-original {
  transform: translateY(0);
}

.thinkbar-text-new {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.thinkbar-glow-action:hover .thinkbar-text-original {
  transform: translateY(-100%);
}

.thinkbar-glow-action:hover .thinkbar-text-new {
  transform: translateY(0);
}

/* LINK */
.thinkbar-glow-action a {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


/* SVG Optimizations */
.home-about-svg {
    position: relative;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.svgLine {
    transform: translateZ(0);
    will-change: stroke-dashoffset;
}

.NEWFAQ {
    padding-bottom: clamp(4rem, 10vw, 10rem);
}


.new-small-text{
	padding-right:3rem;
}

.hero-animated-section {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffff;
    background-image: url("https://thinkbar.in/wp-content/uploads/2026/01/Frame-7592.png");
    background-size: cover, 100px 100px;
    background-position: center;
    background-repeat: no-repeat, repeat;
    overflow: hidden;
}
.hero-animated-section {
  position: relative;
  overflow: hidden;
}

.hero-animated-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 45%;
  height: 100%;
  background-image: url("https://thinkbar.in/wp-content/uploads/2026/01/Frame-756.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.hero-animated-section::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%; 
  transform: translateY(-50%);
  width: 35%;
  height: 100%;
  background-image: url("https://thinkbar.in/wp-content/uploads/2026/02/Ellipse-39-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}




.hero-animated-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 60px);
    height: 100%;
    min-height: 100vh;
}

.hero-animated-flex-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    gap: clamp(20px, 3vw, 40px);
    padding: 2rem 0;
}

.hero-animated-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    min-height: 70vh;
    padding-top: clamp(80px, 12vw, 140px);
    padding-bottom: clamp(40px, 6vw, 80px);
    margin-left: -4rem;
    flex: 1;
}

.hero-animated-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-animated-heading {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2vw, 24px);
    margin-bottom: clamp(40px, 6vw, 80px);
}

.hero-animated-heading-line {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: clamp(60px, 10vw, 130px);
    flex-wrap: wrap;
}

.hero-animated-pill {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hero-animated-heading-text {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: clamp(40px, 8vw, 125px);
    line-height: clamp(36px, 7vw, 88px);
    text-transform: uppercase;
    color: #171717;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 2;
    padding: clamp(10px, 2vw, 20px) clamp(18px, 3vw, 36px);
}


.hero-animated-pill-bg {
    position: absolute;
    background: #E0B24A;
    border-radius: 100px;
    height: clamp(60px, 10vw, 130px);
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.SVGNewClass{
	padding-bottom:3rem;
}

.hero-animated-small-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 24px);
    line-height: clamp(20px, 2.5vw, 29px);
    color: #171717;
    max-width: clamp(180px, 20vw, 220px);
    opacity: 0;
    margin-left: clamp(-1rem, -2vw, -3rem);
    transform: translateX(-20px);
    transition: opacity 0.1s ease, transform 0.9s ease;
    position: relative;
    z-index: 3;
    padding-bottom: clamp(10px, 2vw, 20px);
    align-self: flex-end;
}




.New-first-text {
    padding-right: clamp(1rem, 2vw, 2.5rem);
    max-width: clamp(200px, 25vw, 300px);
}


.New-second-text {
    padding-right: clamp(1rem, 2vw, 2.5rem);
    max-width: clamp(200px, 25vw, 300px);
}



.hero-animated-heading-line.is-active .hero-animated-pill-bg {
    transform: translateY(-50%) scaleX(1);
}

.hero-animated-heading-line.is-active .hero-animated-small-text {
    opacity: 1;
    transform: translateX(0);
}

.hero-line-design .hero-animated-pill-bg {
    width: 100%;
}

.hero-line-build {
    padding-left: clamp(0px, 8vw, 120px);
}

.hero-line-build .hero-animated-pill-bg {
    width: min(100%, 700px);
}

.hero-line-scale .hero-animated-pill-bg {
    width: 100%;
}

.hero-animated-tags {
    margin-top: auto;
    display: flex;
    gap: clamp(8px, 1vw, 12px);
    flex-wrap: wrap;
    align-self: flex-start;
	z-index:10;
    margin-left: clamp(0rem, 3vw, 4rem);
}

.hero-animated-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(8px, 1vw, 10px) clamp(15px, 2vw, 20px);
    height: clamp(35px, 4vw, 45px);
    border: 1px solid #000000;
    border-radius: 24px;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: clamp(14px, 1.8vw, 20px);
    line-height: clamp(18px, 2vw, 25px);
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
}

/* Change big heading color only when pill is active */
.hero-animated-heading-line.is-active .hero-animated-heading-text {
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Change small text color only when pill is active */
.hero-animated-heading-line.is-active .hero-animated-small-text {
    color: #ffffff;
    transition: color 0.3s ease;
}


.SVGBanner{
	margin-left:2rem;
}

.SVGClass {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 4;
	margin-top:50rem;
	margin-left:80%;
  
}


.hero-animated-svg {
    position: relative;
    width: clamp(100px, 15vw, 141px);
    height: auto;
    z-index: 4;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hero-animated-svg.svg-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-animated-svg svg {
    width: 100%;
    height: auto;
    display: block;
}

.svg-line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: stroke-dashoffset 0.8s ease-out;
}

.hero-animated-svg.svg-visible .svg-line {
    stroke-dashoffset: 0;
}

.hero-animated-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(8px, 1vw, 12px);
    text-decoration: none;
    z-index: 5;
}

.hero-animated-cta-circle {
    width: clamp(40px, 5vw, 54px);
    height: clamp(40px, 5vw, 54px);
    background: #FECE2E;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.hero-animated-cta-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.hero-animated-cta-text {
    display: flex;
    align-items: center;
    gap: clamp(6px, 1vw, 9px);
    padding-bottom: clamp(6px, 1vw, 8px);
    border-bottom: 2px solid #000000;
}

.hero-animated-cta-label {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 2.5vw, 27px);
    line-height: clamp(22px, 3vw, 32px);
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #171717;
    white-space: nowrap;
}

.hero-animated-cta-plus {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 3vw, 36px);
    line-height: clamp(22px, 3vw, 32px);
    text-transform: uppercase;
    color: #171717;
}


@media (max-width: 991px) {
    .hero-animated-section::after {
        width: 50%;
        opacity: 0.6;
    }
    
    .hero-animated-flex-wrapper {
        gap: 40px;
    }
    
    .d-md-inline-block {
        display: none !important;
    }
    
    .d-md-none {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
	
	.contactusform select {
		font-size:13px!important;
	}
	
	.contactusform1 select {
		font-size:13px!important;
	}
	
	.thinkbar-cta-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
	margin-top:0.2rem;
}

	
	.hero-animated-content {
    
    min-height: 65vh;
   
}
	
	.hero-line-build {
		padding-left:0;
	}

	 .home-about-svg svg {
        width: 220px;  
    }

    
  .hero-animated-section::after {
        width: 100%;
        opacity: 0.6;
    }
	
	 .hero-animated-section::before {
        width: 100%;
        opacity: 0.6;
    }
    
    .hero-animated-section {
        padding: 60px 0;
    }
    
    .hero-animated-flex-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        gap: 60px;
        min-height: auto;
    }
    
    .hero-animated-content {
        margin-left: 0;
        width: 100%;
        gap: 40px;
    }
    
  
   
    
    .hero-animated-heading-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        min-height: auto;
    }
	
	.new-small-text{
		margin-top:-2rem!important;
	}
	.New-first-text{
				margin-top:1rem!important;

	}
	.New-second-text{
				margin-top:1rem!important;

	}
	
    .hero-animated-small-text {
    margin-left: 0;
    padding-right: 2rem;

    align-self: flex-end;   
    margin-top: auto;      
    
    text-align: left;
}

    
	.SVGClass {

    margin-top:35rem !important;
    margin-left:0%;

}

	
	.SVGClass .Svgpaddingclass {
    margin-left:20%;

}

		
.Svgpaddingclass {
  position: relative;
  z-index: 10!important; /* higher than background/content */
}

	


    .hero-animated-svg {
        width: 80px;
    }
    
    .Svgpaddingclass svg {
        width: 100px;
        height: auto;
    }
}



@media (max-width: 575px) {
	
	.new-small-text{
		margin-top:0.7rem!important;
	}
	
	
 .hero-animated-tags {
	 display:none!important;
    } 
    
    .container {
        padding: 0 1rem;
    }
    
    .hero-animated-section {
        padding: 40px 0;
    }
    
    .hero-animated-content {
        gap: 30px;
    }
    
    .hero-animated-heading {
        gap: 15px;
    }
    
    .hero-animated-heading-line {
        min-height: auto;
    }
    
    .hero-animated-pill-bg {
        height: 60px;
    }
    
    .hero-animated-heading-text {
        font-size: 40px;
        padding: 10px 20px;
    }
    
    .hero-animated-small-text {
        font-size: 14px;
    }
    
    .SVGClass {
        margin-top: 10px;
    }
    
    .Svgpaddingclass svg {
        width: 80px;
    }
    
    .gradientBtn {
        padding: 9px 25px;
        font-size: 18px;
    }
}


@media (max-width: 380px) {
  .hero-animated-content {
    min-height: 90svh;
  }
}


/* Extra Small Devices (up to 374px) */
@media (max-width: 374px) {
    .hero-animated-heading-text {
        font-size: 32px;
        padding: 8px 16px;
    }
    
    .hero-animated-small-text {
        font-size: 13px;
    }
    
    .Svgpaddingclass svg {
        width: 70px;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .gradientBtnBlack,
    .gradientBtn {
        -webkit-tap-highlight-color: transparent;
        min-height: 44px;
        min-width: 44px;
    }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-animated-section {
        background-size: cover;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero-animated-heading-line,
.hero-animated-tags,
.SVGClass {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

.hero-line-design { animation-delay: 0.1s; }
.hero-line-build  { animation-delay: 0.2s; }
.hero-line-scale  { animation-delay: 0.3s; }
.hero-animated-tags { animation-delay: 0.4s; }
.SVGClass { animation-delay: 0.5s; }


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.yellowBtn {
    color: #000!important;
}

.yellowBtn .txt {
    color: #000!important;
}

.yellowBtn:hover .txt,
.yellowBtn:hover .txt.original,
.yellowBtn:hover .txt.new {
    color: #000;
}


.yellowBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 2rem;
    font-family: var(--urbanist, sans-serif);
       font-size: clamp(14px, 3.5vw, 22px); /* 🔥 responsive */

    text-transform: uppercase;
    color: #0000;
    background: transparent;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
}

.yellowBtn::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 25%;
    height: 100%;
    background: #FFD84D; 
    border-radius: 50px;
    transition: width 1.3s ease;
    z-index: 0;
}

.yellowBtn:hover::before {
    width: 100%;
}

.text-wrap {
    position: relative;
    overflow: hidden;
    height: 1.2em;
    display: inline-block;
    z-index: 1;
    border-bottom: 1px solid #171717;
}

.plus-wrap {
    border-bottom: none;
}

.yellowBtn .txt {
    display: block;
    position: relative;
    transition: transform 0.6s ease;
    line-height: 1.2;
    z-index: 1;
	    color: #0000;

}

.yellowBtn .txt.original {
    transform: translateY(0);
}

.yellowBtn .txt.new {
    position: absolute;
    top: 0;
    left: 0;
	    color: #0000;

    width: 100%;
    transform: translateY(100%);
}

.yellowBtn:hover .txt.original {
    transform: translateY(-100%);
}

.yellowBtn:hover .txt.new {
    transform: translateY(0);
}

.yellowBtn:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.NewGAPRow{
	width:100%;
	display:flex;
	gap:6rem;
	flex-direction:row;
}


.NEWROW{
	padding:0;
	gap:0;
}

.growth-timeline-section {
    background: #fffdf0;
    position: relative;
}

.growth-timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 1400px;
}

/* SVG Path - Bigger size */
.growth-path-svg {
    position: absolute;
    width: 1300px;
    height: 1350px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 1;
    pointer-events: none;
}

.growth-svg-path {
    stroke: #000000;
    stroke-width: 2px;
    fill: none;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
}

/* Timeline Card Base */
.growth-timeline-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 28px;
    width: 480px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
}

.growth-timeline-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.growth-badge {
    width: 54px;
    height: 54px;
    position: relative;
    flex: none;
    order: 0;
    flex-grow: 0;
    visibility: hidden;
}

.growth-badge-circle {
    position: absolute;
    width: 54px;
    height: 54px;
    left: 0px;
    top: 0px;
    background: #E0B24A;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(254, 206, 46, 0.3);
}

.growth-badge-number {
    position: absolute;
    width: 16px;
    height: 32px;
    left: 20px;
    top: 9px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-size: 25.27px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
}

.growth-content > * {
    position: relative;
    z-index: 2;
}

.growth-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 480px;
    flex: none;
    order: 1;
    align-self: stretch;
    z-index: 10;
    flex-grow: 0;
    position: relative;
    padding: 5px 12px;
    background: #fffdf3;
}

.growth-card-title {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #262626;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
}

.growth-card-text {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #262626;
    z-index: 20;
    flex: none;
    order: 1;
    flex-grow: 0;
    position: relative;
}

/* Badge markers ON the line */
.growth-line-badge {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #E0B24A ;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(254, 206, 46, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #000000;
    z-index: 20;
    opacity: 0;
    transform: scale(0);
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.growth-line-badge.is-visible {
    opacity: 1;
    transform: scale(1);
}

/* Desktop positions - SVG coordinates mapped to page positions */
.growth-line-badge-1 {
    left: 50%;
    top: 77px;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.growth-line-badge-1.is-visible {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.growth-line-badge-2 {
    left: calc(50% - 305px);
    top: 330px;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.growth-line-badge-2.is-visible {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.growth-line-badge-3 {
    left: 50%;
    top: 720px;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.growth-line-badge-3.is-visible {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.growth-line-badge-4 {
    left: calc(50% - 301px);
    top: 955px;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.growth-line-badge-4.is-visible {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.growth-line-badge-5 {
    left: 50%;
    top: 1250px;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.growth-line-badge-5.is-visible {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Desktop content card positions - all left-aligned */
.growth-card-1 {
    left: calc(50% - 27px);
    top: -2px;
}

.growth-card-2 {
    left: calc(50% - 332px);
    top: 260px;
}

.growth-card-3 {
    left: calc(50% - 27px);
    top: 650px;
}

.growth-card-4 {
    left: calc(50% - 318px);
    top: 880px;
}

.growth-card-5 {
    left: calc(50% - 27px);
    top: 1180px;
}

/* ============================================ */
/* RESPONSIVE BREAKPOINTS */
/* ============================================ */

/* Extra Large Screens (1400px - 1600px) */
@media (max-width: 1600px) and (min-width: 1401px) {
    .growth-timeline-container {
        max-width: 1200px;
    }
    
    .growth-path-svg {
        width: 1200px;
    }
}

/* Large Screens (1200px - 1400px) */
@media (max-width: 1400px) and (min-width: 1201px) {
    .growth-timeline-container {
        max-width: 1100px;
    }
    
    .growth-path-svg {
        width: 1100px;
    }
    
    .growth-timeline-card {
        width: 440px;
    }
    
    .growth-content {
        width: 440px;
    }
    
    .growth-card-title {
        font-size: 26px;
        line-height: 34px;
    }
    
    .growth-card-text {
        font-size: 20px;
        line-height: 30px;
    }
    
    /* Adjust positions proportionally */
    .growth-card-1 {
        left: calc(50% - 20px);
    }
    
    .growth-card-2 {
        left: calc(50% - 310px);
    }
    
    .growth-card-3 {
        left: calc(50% - 20px);
    }
    
    .growth-card-4 {
        left: calc(50% - 300px);
    }
    
    .growth-card-5 {
        left: calc(50% - 20px);
    }
}

/* Medium Screens (992px - 1200px) */
@media (max-width: 1200px) and (min-width: 993px) {
    .growth-timeline-container {
        max-width: 950px;
    }
    
    .growth-path-svg {
        width: 950px;
    }
    
    .growth-timeline-card {
        width: 400px;
    }
    
    .growth-content {
        width: 400px;
    }
    
    .growth-card-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .growth-card-text {
        font-size: 19px;
        line-height: 28px;
    }
    
    .growth-line-badge {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
    
    /* Adjust badge positions */
    .growth-line-badge-2 {
        left: calc(50% - 280px);
    }
    
    .growth-line-badge-4 {
        left: calc(50% - 275px);
    }
    
    /* Adjust card positions */
    .growth-card-1 {
        left: calc(50% - 15px);
    }
    
    .growth-card-2 {
        left: calc(50% - 295px);
    }
    
    .growth-card-3 {
        left: calc(50% - 15px);
    }
    
    .growth-card-4 {
        left: calc(50% - 285px);
    }
    
    .growth-card-5 {
        left: calc(50% - 15px);
    }
}

/* Small Tablets (768px - 992px) */
@media (max-width: 992px) and (min-width: 769px) {
    .growth-timeline-container {
        max-width: 750px;
    }
    
    .growth-path-svg {
        width: 750px;
        height: auto;
    }
    
    .growth-timeline-card {
        width: 350px;
    }
    
    .growth-content {
        width: 350px;
        padding: 5px 10px;
    }
    
    .growth-card-title {
        font-size: 22px;
        line-height: 30px;
    }
    
    .growth-card-text {
        font-size: 17px;
        line-height: 26px;
    }
    
    .growth-line-badge {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    /* Adjust badge positions for smaller screen */
    .growth-line-badge-1 {
        top: 77px;
    }
    
    .growth-line-badge-2 {
        left: calc(50% - 220px);
        top: 330px;
    }
    
    .growth-line-badge-3 {
        top: 720px;
    }
    
    .growth-line-badge-4 {
        left: calc(50% - 215px);
        top: 955px;
    }
    
    .growth-line-badge-5 {
        top: 1250px;
    }
    
    /* Adjust card positions */
    .growth-card-1 {
        left: calc(50% - 10px);
    }
    
    .growth-card-2 {
        left: calc(50% - 235px);
    }
    
    .growth-card-3 {
        left: calc(50% - 10px);
    }
    
    .growth-card-4 {
        left: calc(50% - 230px);
    }
    
    .growth-card-5 {
        left: calc(50% - 10px);
    }
}

/* Mobile Landscape & Small Tablets (576px - 768px) */
@media (max-width: 768px) and (min-width: 577px) {
    .growth-timeline-section {
        padding: 60px 20px;
    }
    
    .growth-timeline-container {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 50px;
        padding: 0 15px;
    }
    
    .growth-path-svg {
        display: none;
    }
    
    .growth-line-badge {
        display: none;
    }
    
    .growth-badge {
        visibility: visible !important;
    }
    
    .growth-timeline-card {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        align-items: flex-start;
        text-align: left;
        gap: 0px;
    }
    
    .growth-content {
        width: 100%;
        align-items: flex-start;
        padding: 8px 15px;
    }
    
    .growth-card-title {
        width: 100%;
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }
    
    .growth-card-text {
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 28px;
    }
    
    .growth-badge {
        margin: 0;
    }
}

/* Mobile Portrait (320px - 576px) */
@media (max-width: 576px) {
    .growth-timeline-section {
        min-height: auto;
    }
    
    .growth-timeline-container {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0 10px;
    }
    
    .growth-path-svg {
        display: none;
    }
    
    .growth-line-badge {
        display: none;
    }
    
    .growth-badge {
        visibility: visible !important;
    }
    
    .growth-timeline-card {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        max-width: 100%;
        margin: 0;
        align-items: flex-start;
        text-align: left;
        gap: 5px;
    }
    
    .growth-content {
        width: 100%;
        align-items: flex-start;
        padding: 6px 12px;
    }
    
    .growth-card-title {
        width: 100%;
        text-align: left;
        font-size: 28px;
		font-weight:900;
        line-height: 28px;
    }
    
    .growth-card-text {
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }
    
    .growth-badge {
        width: 48px;
        height: 48px;
        margin-left: 1rem;
    }
    
    .growth-badge-circle {
        width: 48px;
        height: 48px;
    }
    
    .growth-badge-number {
        left: 18px;
        top: 8px;
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 375px) {
    .growth-timeline-section {
        padding: 30px 10px;
    }
    
    .growth-timeline-container {
        gap: 30px;
    }
    
    .growth-card-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .growth-card-text {
        font-size: 15px;
        line-height: 22px;
    }
    
    .growth-content {
        padding: 5px 10px;
    }
}

html {
    scroll-behavior: smooth;
}



.menu-footer {
    display: flex;
    justify-content: space-between; /* left + right */
    align-items: center;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.3);
}

/* Contact info (left) */
.contact-info {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.contact-info span{
	color:#ffff;
}
.contact-row i {
    color: #ffffff !important;
    font-size: 18px;
}
.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.2s ease;
}

.contact-item i {
    color: #ffffff;
    transition: color 0.2s ease;
}

.contact-item:hover,
.contact-item:hover i,
.contact-item:hover span{
    color: #E0B24A;
}

/* Social links (right) */
.social-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
}

.social-links span {
    color: rgba(255,255,255,0.7);
}

.social-links a {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.social-links a:hover {
    color: #E0B24A;
}

.blog-cnt .blog-upper-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.blog-cnt .blog-upper-container .col-md-6.left {
  flex: 1;
  min-width: 35%;
}

.blog-cnt .blog-upper-container .col.right {
  flex: 1;
  min-width: 55%;
}

.blog-cnt .blog-upper-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover;
  display: block;
  border-radius: 20px; 
}

/* ========== BLOG HEADING STYLES ========== */

.blog-heading.top-heading {
  font-weight: 900 !important; /* Bold */
  font-size: 32px !important;
  line-height: 1.2;
	font-family: var(--mullish);
  margin-bottom: 20px;
  color: var(--thinkblack); /* Using your existing color variable */
  letter-spacing: -0.02em; /* Optional: slight letter spacing for better readability */
}

/* ========== RESPONSIVE SIZES ========== */



/* Desktop (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-heading.top-heading {
    font-size: 38px !important;
  }
}

/* Small Desktop / Laptop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-heading.top-heading {
    font-size: 34px !important;
  }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .blog-heading.top-heading {
    font-size: 30px !important;
	  padding-top:20px!important;
  }
}

/* Mobile (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .blog-heading.top-heading {
    font-size: 28px !important;
	  	  padding-top:50px!important;

  }
}

/* Small Mobile (575px and below) */
@media (max-width: 575px) {
  .blog-heading.top-heading {
    font-size: 24px !important;
    line-height: 1.3;
	  	  	  padding-top:50px!important;

  }
}

/* Extra Small Mobile (400px and below) */
@media (max-width: 400px) {
  .blog-heading.top-heading {
    font-size: 22px !important;
  }
}

.blog-cnt .blog-upper-container .col.right h1,
.blog-cnt .blog-upper-container .col.right h2,
.blog-cnt .blog-upper-container .col.right h3 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

.blog-cnt .blog-upper-container .col.right p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1200px) {

  
  .blog-cnt .blog-upper-container .col-md-6.left {
    flex: 1.2; 
  }
  
  .blog-cnt .blog-upper-container .col.right {
    flex: 0.8;
  }
  
  .blog-cnt .blog-upper-container img {
    max-height: 800px; 
    object-fit: contain;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
 
  
  .blog-cnt .blog-upper-container .col.right h1,
  .blog-cnt .blog-upper-container .col.right h2,
  .blog-cnt .blog-upper-container .col.right h3 {
    font-size: 36px;
  }
  
  .blog-cnt .blog-upper-container img {
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
 
  
  .blog-cnt .blog-upper-container .col-md-6.left {
    flex: 1;
    min-width: 50%;
  }
  
  .blog-cnt .blog-upper-container .col.right {
    flex: 1;
    min-width: 45%;
    padding-left: 20px;
  }
  
  .blog-cnt .blog-upper-container .col.right h1,
  .blog-cnt .blog-upper-container .col.right h2,
  .blog-cnt .blog-upper-container .col.right h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  .blog-cnt .blog-upper-container .col.right p {
    font-size: 16px;
  }
  
  .blog-cnt .blog-upper-container img {
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .blog-cnt .blog-upper-container {
    flex-direction: column;
    gap: 10px;
  }
  
  .blog-cnt .blog-upper-container .col-md-6.left,
  .blog-cnt .blog-upper-container .col.right {
    width: 100%;
    min-width: 100%;
    flex: auto;
  }
  
  .blog-cnt .blog-upper-container .col.right {
    padding-left: 0;
    padding-right: 0;
  }
  
  /* Image takes full width on mobile */
  .blog-cnt .blog-upper-container img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  
  /* Text styling for mobile */
  .blog-cnt .blog-upper-container .col.right h1,
  .blog-cnt .blog-upper-container .col.right h2,
  .blog-cnt .blog-upper-container .col.right h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .blog-cnt .blog-upper-container .col.right p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ========== SMALL MOBILE (480px and below) ========== */
@media (max-width: 480px) {
  .blog-cnt .blog-upper-container {
    gap: 20px;
  }
  
  .blog-cnt .blog-upper-container img {
    border-radius: 12px;
  }
  
  .blog-cnt .blog-upper-container .col.right h1,
  .blog-cnt .blog-upper-container .col.right h2,
  .blog-cnt .blog-upper-container .col.right h3 {
    font-size: 24px;
  }
  
  .blog-cnt .blog-upper-container .col.right p {
    font-size: 15px;
  }
}

/* ========== FLEXBOX ALTERNATIVE: GRID LAYOUT ========== */
/* Use this if you prefer grid over flex */

.blog-cnt .blog-upper-container.grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.blog-cnt .blog-upper-container.grid-layout .col-md-6.left {
  grid-column: 1;
}

.blog-cnt .blog-upper-container.grid-layout .col.right {
  grid-column: 2;
}

@media (max-width: 767px) {
  .blog-cnt .blog-upper-container.grid-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .blog-cnt .blog-upper-container.grid-layout .col-md-6.left,
  .blog-cnt .blog-upper-container.grid-layout .col.right {
    grid-column: 1;
  }
}

.blog-cnt .blog-upper-container .col-md-6.left {
  overflow: hidden;
}

.blog-cnt .blog-upper-container img {
  transition: transform 0.5s ease;
}


.blog-cnt .blog-upper-container .col-md-6,
.blog-cnt .blog-upper-container .col {
  padding-left: 0;
  padding-right: 0;
}

.blog-cnt .container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1400px) {
  .blog-cnt .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 35px;
    cursor: pointer;
    color: #999;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-overlay.closing {
    opacity: 0;
    visibility: hidden;
}

.popup-content {
    position: relative;
    width: 95%;
    background: #fffdf3;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 50px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    
    transform: scale(0.9) translateY(30px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.popup-overlay.active .popup-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.popup-overlay.closing .popup-content {
    transform: scale(0.9) translateY(30px) !important;
    opacity: 0 !important;
}

@media (max-width: 1200px) {
    .popup-content {
        max-width: 1000px;
        padding: 35px;
    }
}

@media (max-width: 992px) {
    .popup-content {
        max-width: 800px;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .popup-content {
        max-width: 95%;
        padding-left: 50px;
    }
    
    .popup-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .popup-content {
        padding-left: 50px;
    }
}