
@media screen and (min-width:768px){
	/* Animation btn  */
	/* --- Common styles --- */

  .service-abt_new,
  .service-in_tab,
  .cta-wiki,
  .platform_main_new,
  .award_new_design,
  .smo-process_accordian,
  .socialmediagrid,
  .why-choose_bluebox{
    padding: 60px 0 !important;
  }
  .banner_new_design .banner-caption{
    padding: 130px 0 !important;
  }
  .new_bg_service{
  background: url(../img/SMO_new/smo-company-india/mockups/hero-bg-desktop.webp) no-repeat !important;
  }
.home-btn_withanimation {
  position: relative;
  width: 250px;
  height: 250px;
  margin: auto;
}
.section-btn-r.home-btn_withanimation{
  margin-left: auto !important;
  margin: unset;
}
.home-btn_withanimation a {
  font-family: var(--secondry-font);
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #e74c3c; /* main circle */
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   box-shadow: none; /* no shadow by default */
  z-index: 2;
  transition:box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); /* smooth effect */
}
/* Add shadow only on hover */
.home-btn_withanimation:hover a {
  box-shadow: 0 0 0 15px rgba(231, 76, 60, 0.3);
}
.home-icon_withanimation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* Shared icon styles */
.home-icon_withanimation .icon {
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0; /* hidden by default */
	transition-delay: 0.2s;
  transform: translate(-50%, -50%); /* stay at center initially */
}

/* Desktop hover animation (fly out with staggered delay) */
.home-btn_withanimation:hover .icon {
  opacity: 1;
}

.home-btn_withanimation:hover .i1 {transform: rotate(0deg) translate(120px) rotate(18deg); }
.home-btn_withanimation:hover .i2 {transform: rotate(48deg) translate(120px) rotate(280deg); }
.home-btn_withanimation:hover .i3 {transform: rotate(138deg) translate(130px) rotate(264deg);}
.home-btn_withanimation:hover .i4 {transform: rotate(180deg) translate(150px) rotate(213deg);}
.home-btn_withanimation:hover .i5 {transform: rotate(224deg) translate(164px) rotate(101deg); }
.home-btn_withanimation:hover .i6 {transform: rotate(315deg) translate(150px) rotate(90deg); }

.social-band:before{
	transform: rotate(-2deg);
}
.social-band .social-carousel{
	transform: rotate(-2deg);
}
.social-band .item {
	font-size: 20px;
}
/* fomr css  */
.home-form_new{
    background: #055578;
}
.form-padding_new{
    padding: 16px;
}
.container-border{
    border-radius: 20px;
    background: #FFF;
}
.home-form_new .form-in{
    padding:25px 0px 25px 16px !important;
}
.home-form_new .form-in h2{
    font-size: 35px;
    line-height: 50px;
}
/* Blogs blus slider new  */
.blog-blue_slider .swiper {
    overflow: visible !important;
  }
.blog-blue_slider .swiper-wrapper {
     display: flex !important;
    transform: none !important; /* removes Swiper translate3d scroll */
    gap: 25px; /* spacing between cards */
  }
.blog-blue_slider  .swiper-slide {
    flex: 1; /* makes all cards equal width */
    width: auto !important;
  }
 
  .blog_withbluebg .section-title h2{
    font-size: 34px;
    line-height: 42px;
  }
  /* .blog_withbluebg .banner-btn_new span{
    width: 50%;
  } */
  .blog_withbluebg{
    padding: 100px 0;
  }
  /* FAq s  */
  .show-content {
    display:block;
    overflow: unset;
    max-height: unset !important;
}
.readmore-btn {
    display:none;
}
.platform_main_new::before{
  content: unset !important;
}
.platform_main_new .section-title{
    text-align: left;
    padding: 0 !important;
}
.platform_main_new .section-title h2{
  text-align: left;
  font-size: 36px;
  padding: 0 !important;
}
.platform_main_new .platform_text{
  padding: 0 !important;
}
.platform_main_new .banner-btn_new span{
  margin: unset !important;
}
.satext.satext_new{
	height:100%;
	padding:35px 20px 20px 20px;
}
.award_card_new_img img{
	width:60% !important;
	}
.service-abt_new .section-title{
    text-align: left;
    padding: 0 !important;
}
.service-abt_new .section-title p{
	text-align:left;
}	
.service-abt_new .section-title h2{
  text-align: left;
  font-size: 36px;
  padding: 0 !important;
}	
.service-abt_new  .banner-btn_new span{
		margin:unset;
}
.award_new_blue{
	position:relative;
}
.award_new_blue:after,
	.award_new_blue:before {
		width: 5%;
		height: 100%;
		z-index: 111;
		filter: blur(17px);
		position: absolute;
		content: ""
	}		
.award_new_blue:before {
	background: linear-gradient(90deg, rgb(255 255 255 / 85%) 0, rgb(255 255 255 / 80%) 100%);
	left: 0
}
.award_new_blue:after {
	background: linear-gradient(260deg, rgb(255 255 255 / 76%) 0, rgb(255 255 255 / 98%) 100%);
	right: 0;
	bottom: 0
}
.award_card-icon img{
  width: 100% !important
  ;
}		
.award_new_design{
      background: url(../img/SMO_new/smo-company-india/seo-process.svg) no-repeat center;
    background-position: bottom center;
    padding: 0  0 50px 0;
}	
/* .award_card_new .blogbox_newicon{
	top:155px;
} */
.smo-banner_main_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.smo-banner-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.banner-rating-face_new{
  padding: 0;
}
.banner-rating-face_new{
  flex-wrap: nowrap;
  gap: 20px;
}
.rating-text_new img,.banner-rating-face_new img{
  width: 100% !important;
}
.rating-text-img{
  width: 15%;
}
.rating-text_new{
  width: 100%;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-around;
}
.rating-text_newb{
  text-align: left;
}
.banner-rating-face_new img{
  height: 70px !important;
}
.rating-text_new img{
  height: 30px  !important;
}
.rating-text_newb{
  width: 85%;
}
.section-title h1{
    color: #00386f;
    font-size: 55px;
    line-height: 70px;
}
.banner-svg-smo {
  position: relative;
  width: 100%;
  height: 100%;
}


/* SMO Service  */
.service-in_tab{
  padding: 80px 0 ;
  background: url(../img//SMO_new/smo-company-india/mockups/tab-bg.webp) no-repeat right;
  background-size: contain !important;
}
.stab-b.stab-b_new {
  padding: 26px 0px 24px 41px !important;
    background:transparent;
    width: 60%;
}
.service-in_tab_new .stab_main{
  align-items: center;
}
.service-in_tab_new .stab-t{
  margin-right: 0 !important;
  width: 40%;
  border-radius: 12px;
  background: #fff;
}
.service-in_tab_new .stab-t ul li a{
  border-radius: 0 !important;
  font-size: 23px;
  padding: 28px 12px;
  font-family: 'Montserrat' !important;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0 !important;
  justify-content: normal;
  color: #3A3A3A;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  gap: 20px;
  margin-top: 0;
}
.service-in_tab_new .stab-t ul li a.active img{
       filter: brightness(0) invert(1);
}
.service-in_tab_new .stab-t img {
    width: 35px;
}

.service-in_tab_new  .stab-t ul li:last-of-type a{
    margin-bottom:0px;
    border: none;
}
.service-in_tab_new .stab-b.stab-b_new{
    padding-top:0 !important;
}
.service-in_tab_new .stab-t ul li a.active{
  background: #f1414f !important;
  justify-content: normal;
  margin-left: 0;
  border: none;
  border-radius: 12px !important;
}
.service-in_tab_new .stab-t a.active i{
  background: transparent !important;
  font-size: 25px !important;
  color: #fff !important;
  transform: rotate(313deg);
}
.stabinb2 {
    padding:30px;
}
.stab-b_new .stabinb2{
  z-index: 1;
      margin-top: 0;
      background: transparent;
      padding: 0;
}
/* .stab-b_new .stabinb{
  background: url(../img/SMO_new/smo-company-india/insta-mockup.svg) no-repeat center;
  background-size: cover !important;
} */
.stabinb3{
  padding: 25px;
  background: #fff;
  border-radius: 20px 0 20px 20px;
}
.stab-b_new .stabinb{
  position: relative;
  background: #fff;
}
.stab-b_new .stabinb2:before{
    position:absolute;
    background: #0A55B1;
    filter: blur(90px);
    content:'';
    width: 267px;
    right: -98px;
    top: -67px;
    border-radius:50%;
    height: 267px;
    z-index: -2;
}
.stab-b_new .stabinb2::after{
    position:absolute;
    background: #f1414f;
    filter: blur(90px);
    content:'';
    width: 267px;
    left: -98px;
    bottom: -67px;
    border-radius:50%;
    height: 267px;
    z-index: -2;
}
#testimonial_slider_new .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none; /* so only arrows clickable */
}

#testimonial_slider_new .owl-nav button {
    background: none;
    border: none;
    font-size: 28px;      /* arrow size */
    color: #333;          /* arrow color */
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Left arrow */
#testimonial_slider_new .owl-nav .owl-prev {
    left: -30px; /* move outside left */
}

/* Right arrow */
#testimonial_slider_new .owl-nav .owl-next {
    right: -30px; /* move outside right */
}

#testimonial_slider_new .owl-nav button:hover {
    color: #AA2194; /* hover gradient color */
}
.testimonial-quote_new {
    padding-left:70px;
}
.test-discription_new {
	width: 80%;
	padding-left: 15px
}
.test-img_new {
	width: 10%;
}
.testimonial-blue_new{
    padding: 60px 0;
}
.processwithblue_bg .swiper {
    overflow: visible !important;
  }
.processwithblue_bg .swiper-wrapper {
     display: flex !important;
    transform: none !important; /* removes Swiper translate3d scroll */
    gap: 20px; /* spacing between cards */
  }
.processwithblue_bg  .swiper-slide {
    flex: 1; /* makes all cards equal width */
    width: auto !important;
  }
.process_blue_box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 400px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.process_blue_title {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
  
}

.process_blue_hovertext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  padding: 24px;
  z-index: 1;
}

.process_blue_hovertext p {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  margin: 0;
  text-align: left;
}

/* Hover effects */
.process_blue_box:hover .process_blue_hovertext {
  transform: translateY(0);
}

.process_blue_box:hover .process_blue_hovertext p {
  opacity: 1;
}

.process_blue_box h4{
    position:absolute;
    bottom: 10px;
  transition:0.3s ease;
}
.process_blue_box:hover h4 ,.process_blue_box:hover h3  {
  transform: translateY(-220px); /* moves h3 & h4 upward */
}
.process_accordion.accordion-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.process_accordion .accordion-image img {
  max-width: 100%;
  border-radius: 10px;
}
.process_accordion .accordion-image, .process_accordion .accordion {
  flex: 1;
}
.smo-process_accordian .section-title h2, .smo-process_accordian .section-title p{
   text-align: left !important;
}
.smo-process_accordian .banner-btn_new span{
  margin:unset !important ;
}
#accordionImage {
  display: block;
  width: 100%;
  height: auto;
}

#accordionImage.animate-in {
  animation: shutterUp 0.8s ease forwards;
}
/* Animation for image entrance */
@keyframes shutterUp {
  0% {
    clip-path: inset(100% 0 0 0); /* Hidden from bottom */
  }
  100% {
    clip-path: inset(0 0 0 0); /* Fully visible */
  }
}
.process_blue_box_slider{
    padding-bottom:50px  !important;
}

.process_accordion .accordion-item:before{
    width:calc(100% - 100px);
}
.process_accordion .accordion-body{
    padding-left: 102px !important;
}
.process_accordion .accordion:before{
     height: calc(100% - 80px);
        left: 31px;
    top: 38px;
}
.process_accordion .accordion-item{
    padding: 30px 0;
}
.process_accordion  .accordion-button{
  padding-left: 40px !important;
}
.process_accordion .accordion-button{
  font-size: 22px;
}
.btn-with-logo{
  margin-left: auto !important;
  margin:30px;
}
.zigzag-wrapper {
    display: flex;
    gap: 20px; /* space between columns */
    justify-content: center;
}

.myVerticalSwiper.swiper {
    width: 33.33%;   /* adjust column width */
    height: 650px;  /* adjust height */
    overflow: hidden;
}

.myVerticalSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.myVerticalSwiper .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important; 
}
.before_white_shadow:before, .before_white_shadow:after{
  height: 44%;
}
.platform_main_new .row{
  flex-direction: unset  !important;
}
.insta-reel{
  padding-top: 0;
  width: 100%;
}
.reel-img{
    top: -170px;
    right: -60px;
}
.reel-img img{
    width: 256px;
}
.social-band{
  padding: 20px 0 10px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.service-in_tab_new .stabinb2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}

.service-in_tab_new .stabinb2.active {
  visibility: visible;
  animation: fadeInUp 0.6s ease forwards;
}


}
@media (min-width: 1369px) and (max-width: 2064px) {

/* Top-left image */
.banner-svg-smo .banner-svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-90%, -100%);
}

/* Top-right image */
.banner-svg-smo .banner-svg_2 {
  position: absolute;
  top: 0px;
  right: 0;
  transform: translate(99%, -250%);
}

/* Bottom-left image */
.banner-svg-smo .banner-svg_3 {
  position: absolute;
  left: 0;
  transform: translate(-91%, -230%);
  /* top: 13px; */
}

/* Bottom-right image */
.banner-svg-smo .banner-svg_4 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0%);
}
.banner-caption_new{
  overflow: visible;
}
.banner-svg img, .banner-svg_2 img,.banner-svg_3 img,.banner-svg_4 img{
    width: 80% !important;
}
.process_number{
  height: 60px;
  font-size: 20px;
}

}
@media (min-width: 768px) and (max-width: 1368px) {
.process_number{
  height: 54px;
  font-size: 20px;
}
/* Top-left image */
.banner-svg-smo .banner-svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -147%);
}

/* Top-right image */
.banner-svg-smo .banner-svg_2 {
  position: absolute;
  top: 0px;
  right: 0;
  transform: translate(70%, -395%);
}

/* Bottom-left image */
.banner-svg-smo .banner-svg_3 {
  position: absolute;
  left: 0;
  transform: translate(-64%, -342%);
  /* top: 13px; */
}

/* Bottom-right image */
.banner-svg-smo .banner-svg_4 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(25%, -35%);
}

.banner-svg img, .banner-svg_2 img,.banner-svg_3 img,.banner-svg_4 img{
    width: 55% !important;
}
}

